/*!
 * Quizier - Quizier Elegant Theme v1.3.0 (https://codecanyon.net/item/quizier-multipurpose-viral-application/27471141)
 * Copyright 2013 - 2022 Abbas Arif
 * Licensed under (https://codecanyon.net/licenses/standard)
 */


@charset "UTF-8";
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #2684ff;
  --indigo: #6e00ff;
  --purple: #510fa8;
  --pink: #f074ad;
  --red: #ff5630;
  --orange: #ffab00;
  --yellow: #fc0;
  --green: #36b37e;
  --teal: #00b8d9;
  --cyan: #4bd6e5;
  --white: #fff;
  --gray: #737491;
  --gray-dark: #4a4b65;
  --light-blue: #63c2de;
  --primary: #3e64ff;
  --secondary: #f7f7fc;
  --success: #36b37e;
  --info: #2684ff;
  --warning: #fc0;
  --danger: #ff5630;
  --light: #fff;
  --dark: #18191a;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1400px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --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: "Nunito", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  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.75rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3e64ff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #002ff1;
  text-decoration: none;
}

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: #9e9fb4;
  text-align: left;
  caption-side: bottom;
}

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

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

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: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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.75rem;
  font-weight: 600;
  line-height: 1.2;
  color: #4a4b65;
}

h1, .h1 {
  font-size: 2.5rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

h3, .h3 {
  font-size: 1.625rem;
}
@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}

h4, .h4 {
  font-size: 1.375rem;
}
@media (max-width: 1200px) {
  h4, .h4 {
    font-size: calc(1.2625rem + 0.15vw);
  }
}

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

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

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

.display-1 {
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

.display-2 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

.display-3 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.display-4 {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

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

small,
.small {
  font-size: 80%;
  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: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 1rem;
  color: #4a4b65;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.3125rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 1rem;
  box-shadow: none;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.8125rem;
  color: #737491;
}

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #4a4b65;
  border-radius: 0.5rem;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

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

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

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

@media (min-width: 1280px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1260px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.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-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  max-width: 33.3333333333%;
}

.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.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1280px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1400px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }
  .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.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .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.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #737491;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid rgba(0, 0, 0, 0.085);
}
.table tbody + tbody {
  border-top: 2px solid rgba(0, 0, 0, 0.085);
}

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

.table-bordered {
  border: 1px solid rgba(0, 0, 0, 0.085);
}
.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(0, 0, 0, 0.085);
}
.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: #f7f7fc;
}

.table-hover tbody tr:hover {
  color: #737491;
  background-color: #f7f7fc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #e8ecff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #bac7ff;
}

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fefeff;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fcfcfe;
}

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

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e7f6f0;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #b7e4d1;
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #e5f0ff;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #b1d3ff;
}

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

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff9e0;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffeda3;
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #ffebe6;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ffc2b4;
}

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

.table-light,
.table-light > th,
.table-light > td {
  background-color: white;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: white;
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #e3e3e4;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #acacad;
}

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

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f7f7fc;
}

.table-hover .table-active:hover {
  background-color: #e4e4f5;
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e4e4f5;
}

.table .thead-dark th {
  color: #fff;
  background-color: #18191a;
  border-color: #2a2c2e;
}
.table .thead-light th {
  color: #4a4b65;
  background-color: #f3f3f9;
  border-color: rgba(0, 0, 0, 0.085);
}

.table-dark {
  color: #fff;
  background-color: #18191a;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2a2c2e;
}
.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.05);
}

@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: 1279.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: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .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 + 1.125rem + 2px);
  padding: 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s 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: #737491;
  background-color: #fff;
  border-color: rgba(62, 100, 255, 0.35);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.form-control::-webkit-input-placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control::placeholder {
  color: #9e9fb4;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f7f7fc;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #737491;
}
select.form-control:focus::-ms-value {
  color: #737491;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5625rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #737491;
  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.85rem + 2px);
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

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

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

textarea.form-control {
  height: auto;
}

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

.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: #9e9fb4;
}

.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: 80%;
  color: #36b37e;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(54, 179, 126, 0.08);
  border-radius: 0.3125rem;
}
.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: #36b37e;
  padding-right: calc(1.5em + 1.125rem) !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='%2336b37e' 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.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #36b37e;
  padding-right: calc(0.75em + 2.96875rem) !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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.125rem 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='%2336b37e' 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 2.125rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #36b37e;
}
.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: #36b37e;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #36b37e;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #51cb97;
  background-color: #51cb97;
}
.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 rgba(54, 179, 126, 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: #36b37e;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #36b37e;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #36b37e;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(255, 86, 48, 0.08);
  border-radius: 0.3125rem;
}
.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: #ff5630;
  padding-right: calc(1.5em + 1.125rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff5630' 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='%23ff5630' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.28125rem) center;
  background-size: calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

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

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff5630;
  padding-right: calc(0.75em + 2.96875rem) !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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.125rem 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='%23ff5630' 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='%23ff5630' stroke='none'/%3e%3c/svg%3e") center right 2.125rem/calc(0.75em + 0.5625rem) calc(0.75em + 0.5625rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff5630;
}
.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: #ff5630;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff5630;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff8063;
  background-color: #ff8063;
}
.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 rgba(255, 86, 48, 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: #ff5630;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff5630;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff5630;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 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: 500;
  color: #737491;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5625rem 1.25rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #737491;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #3e64ff;
  border-color: #3e64ff;
  box-shadow: none;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1845ff;
  border-color: #0b3bff;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #1845ff;
  border-color: #0b3bff;
  box-shadow: 0 0 0 0 rgba(91, 123, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3e64ff;
  border-color: #3e64ff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0b3bff;
  border-color: #0032fd;
}
.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 rgba(91, 123, 255, 0.5);
}

.btn-secondary {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
  box-shadow: none;
}
.btn-secondary:hover {
  color: #37384e;
  background-color: #dbdbf2;
  border-color: #d2d2ee;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #37384e;
  background-color: #dbdbf2;
  border-color: #d2d2ee;
  box-shadow: 0 0 0 0 rgba(218, 218, 226, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #37384e;
  background-color: #d2d2ee;
  border-color: #c9c9eb;
}
.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 rgba(218, 218, 226, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #36b37e;
  border-color: #36b37e;
  box-shadow: none;
}
.btn-success:hover {
  color: #fff;
  background-color: #2d9669;
  border-color: #2a8c62;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #2d9669;
  border-color: #2a8c62;
  box-shadow: 0 0 0 0 rgba(84, 190, 145, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #36b37e;
  border-color: #36b37e;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #2a8c62;
  border-color: #27825c;
}
.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 rgba(84, 190, 145, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #2684ff;
  border-color: #2684ff;
  box-shadow: none;
}
.btn-info:hover {
  color: #fff;
  background-color: #006eff;
  border-color: #0069f2;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #006eff;
  border-color: #0069f2;
  box-shadow: 0 0 0 0 rgba(71, 150, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #2684ff;
  border-color: #2684ff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0069f2;
  border-color: #0063e5;
}
.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 rgba(71, 150, 255, 0.5);
}

.btn-warning {
  color: #37384e;
  background-color: #fc0;
  border-color: #fc0;
  box-shadow: none;
}
.btn-warning:hover {
  color: #37384e;
  background-color: #d9ad00;
  border-color: #cca300;
}
.btn-warning:focus, .btn-warning.focus {
  color: #37384e;
  background-color: #d9ad00;
  border-color: #cca300;
  box-shadow: 0 0 0 0 rgba(225, 182, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #37384e;
  background-color: #fc0;
  border-color: #fc0;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #37384e;
  background-color: #cca300;
  border-color: #bf9900;
}
.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 rgba(225, 182, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ff5630;
  border-color: #ff5630;
  box-shadow: none;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ff370a;
  border-color: #fc2e00;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff370a;
  border-color: #fc2e00;
  box-shadow: 0 0 0 0 rgba(255, 111, 79, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #ff5630;
  border-color: #ff5630;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #fc2e00;
  border-color: #ef2c00;
}
.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 rgba(255, 111, 79, 0.5);
}

.btn-light {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
  box-shadow: none;
}
.btn-light:hover {
  color: #37384e;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-light:focus, .btn-light.focus {
  color: #37384e;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0 rgba(225, 225, 228, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #37384e;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.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 rgba(225, 225, 228, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #18191a;
  border-color: #18191a;
  box-shadow: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #060606;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #060606;
  border-color: black;
  box-shadow: 0 0 0 0 rgba(59, 60, 60, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #18191a;
  border-color: #18191a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.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 rgba(59, 60, 60, 0.5);
}

.btn-outline-primary {
  color: #3e64ff;
  border-color: #3e64ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3e64ff;
  border-color: #3e64ff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3e64ff;
  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: #3e64ff;
  border-color: #3e64ff;
}
.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 rgba(62, 100, 255, 0.5);
}

.btn-outline-secondary {
  color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-outline-secondary:hover {
  color: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #f7f7fc;
  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: #37384e;
  background-color: #f7f7fc;
  border-color: #f7f7fc;
}
.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 rgba(247, 247, 252, 0.5);
}

.btn-outline-success {
  color: #36b37e;
  border-color: #36b37e;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #36b37e;
  border-color: #36b37e;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #36b37e;
  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: #36b37e;
  border-color: #36b37e;
}
.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 rgba(54, 179, 126, 0.5);
}

.btn-outline-info {
  color: #2684ff;
  border-color: #2684ff;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #2684ff;
  border-color: #2684ff;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(38, 132, 255, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #2684ff;
  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: #2684ff;
  border-color: #2684ff;
}
.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 rgba(38, 132, 255, 0.5);
}

.btn-outline-warning {
  color: #fc0;
  border-color: #fc0;
}
.btn-outline-warning:hover {
  color: #37384e;
  background-color: #fc0;
  border-color: #fc0;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #fc0;
  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: #37384e;
  background-color: #fc0;
  border-color: #fc0;
}
.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 rgba(255, 204, 0, 0.5);
}

.btn-outline-danger {
  color: #ff5630;
  border-color: #ff5630;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #ff5630;
  border-color: #ff5630;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff5630;
  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: #ff5630;
  border-color: #ff5630;
}
.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 rgba(255, 86, 48, 0.5);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #fff;
  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: #37384e;
  background-color: #fff;
  border-color: #fff;
}
.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 rgba(255, 255, 255, 0.5);
}

.btn-outline-dark {
  color: #18191a;
  border-color: #18191a;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #18191a;
  border-color: #18191a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(24, 25, 26, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #18191a;
  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: #18191a;
  border-color: #18191a;
}
.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 rgba(24, 25, 26, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3e64ff;
  text-decoration: none;
}
.btn-link:hover {
  color: #002ff1;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #737491;
  pointer-events: none;
}

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

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

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

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

.dropdown-toggle {
  white-space: nowrap;
}

.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: #737491;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}

.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: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.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::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 rgba(0, 0, 0, 0.085);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.425rem 1.3rem;
  clear: both;
  font-weight: 400;
  color: #5a5b75;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #3e64ff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #3e64ff;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #9e9fb4;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.425rem 1.3rem;
  color: #5a5b75;
}

.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.9375rem;
  padding-left: 0.9375rem;
}
.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.75rem;
  padding-left: 0.75rem;
}

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

.btn-group.show .dropdown-toggle {
  box-shadow: none;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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.5625rem 1.125rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
}
.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 + 1.5rem + 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.75rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 1rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.85rem + 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.425rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.5rem;
}

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

.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;
  -webkit-print-color-adjust: exact;
  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: #3e64ff;
  background-color: #3e64ff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(62, 100, 255, 0.35);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #f1f3ff;
  border-color: #f1f3ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #9e9fb4;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f0f0f7;
}

.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: #e6e6f0;
  border: #9e9fb4 solid 0;
  box-shadow: 0 0 0 0 transparent;
}
.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.375rem;
}
.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: #3e64ff;
  background-color: #3e64ff;
}
.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(62, 100, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(62, 100, 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(62, 100, 255, 0.5);
}

.custom-switch {
  padding-left: 3rem;
}
.custom-switch .custom-control-label::before {
  left: -3rem;
  width: 2.5rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: 0.25rem;
  left: -3rem;
  width: 1.375rem;
  height: 1.375rem;
  background-color: #9e9fb4;
  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: #e6e6f0;
  transform: translateX(1.5rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(62, 100, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  padding: 0.5625rem 2.125rem 0.5625rem 1.125rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  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='%235a5b75' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1.125rem center/8px 10px no-repeat;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-select:focus {
  border-color: rgba(62, 100, 255, 0.35);
  outline: 0;
  box-shadow: 0 0 0 0 transparent, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-select:focus::-ms-value {
  color: #737491;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.125rem;
  background-image: none;
}
.custom-select:disabled {
  color: #9e9fb4;
  background-color: #f7f7fc;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #737491;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.125rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(62, 100, 255, 0.35);
  box-shadow: 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f7f7fc;
}
.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 + 1.125rem + 2px);
  padding: 0.5625rem 1.125rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #737491;
  background-color: #fff;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  box-shadow: 0 0 0 0 transparent;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1.125rem);
  padding: 0.5625rem 1.125rem;
  line-height: 1.5;
  color: #fff;
  content: "Browse";
  background-color: #3e64ff;
  border-left: inherit;
  border-radius: 0 0.75rem 0.75rem 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0.375rem 0.625rem -0.3125rem rgba(62, 100, 255, 0.15);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3e64ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f1f3ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3e64ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f1f3ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e9e9f2;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #3e64ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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 {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f1f3ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
.custom-range::-ms-fill-lower {
  background-color: #e9e9f2;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e9e9f2;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #9e9fb4;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #9e9fb4;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #9e9fb4;
}

.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.5625rem 1.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #9e9fb4;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #9e9fb4;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #3e64ff;
  background-color: transparent;
  border-color: rgba(62, 100, 255, 0.35);
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.75rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3e64ff;
}

.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.75rem 15px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-xl,
.navbar .container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 15px;
  font-size: 1.125rem;
  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.5625rem;
  padding-bottom: 0.5625rem;
}

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

.navbar-toggler {
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
.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-xl,
.navbar-expand-sm > .container-xxl {
    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: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-xl,
.navbar-expand-sm > .container-xxl {
    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-xl,
.navbar-expand-md > .container-xxl {
    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: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-xl,
.navbar-expand-md > .container-xxl {
    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-xl,
.navbar-expand-lg > .container-xxl {
    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: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-xl,
.navbar-expand-lg > .container-xxl {
    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: 1279.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .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: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-xl,
.navbar-expand-xl > .container-xxl {
    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: 1399.98px) {
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .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: 1.125rem;
    padding-left: 1.125rem;
  }
  .navbar-expand-xxl > .container,
.navbar-expand-xxl > .container-fluid,
.navbar-expand-xxl > .container-xl,
.navbar-expand-xxl > .container-xxl {
    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;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  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: 1.125rem;
  padding-left: 1.125rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl {
  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: #3e64ff;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #3e64ff;
}
.navbar-light .navbar-nav .nav-link {
  color: #5a5b75;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #3e64ff;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: #9e9fb4;
}
.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: #3e64ff;
}
.navbar-light .navbar-toggler {
  color: #5a5b75;
  border-color: transparent;
}
.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='%235a5b75' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: #5a5b75;
}
.navbar-light .navbar-text a {
  color: #3e64ff;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #3e64ff;
}

.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.7);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.45);
}
.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.7);
  border-color: transparent;
}
.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.7%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.7);
}
.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.085);
  border-radius: 1rem;
}
.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(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 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.5rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  padding: 0.875rem 1.5rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}
.card-header:first-child {
  border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.card-footer {
  padding: 0.875rem 1.5rem;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}
.card-footer:last-child {
  border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}

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

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

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

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

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

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 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.875rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 1.25rem;
    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: #f3f3f9;
  border-radius: 0.75rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #737491;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #737491;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #5a5b75;
  background-color: transparent;
  border: 1px solid transparent;
}
.page-link:hover {
  z-index: 2;
  color: #3e64ff;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #3e64ff;
  background-color: transparent;
  border-color: rgba(62, 100, 255, 0.35);
}
.page-item.disabled .page-link {
  color: #737491;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e9e9f2;
}

.pagination-lg .page-link {
  padding: 0.525rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.pagination-sm .page-link {
  padding: 0.275rem 0.625rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.5em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.375rem;
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s 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: #3e64ff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0b3bff;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(62, 100, 255, 0.5);
}

.badge-secondary {
  color: #37384e;
  background-color: #f7f7fc;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #37384e;
  background-color: #d2d2ee;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(247, 247, 252, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #36b37e;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2a8c62;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(54, 179, 126, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #2684ff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0069f2;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(38, 132, 255, 0.5);
}

.badge-warning {
  color: #37384e;
  background-color: #fc0;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #37384e;
  background-color: #cca300;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 204, 0, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #ff5630;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #fc2e00;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 86, 48, 0.5);
}

.badge-light {
  color: #37384e;
  background-color: #fff;
}
a.badge-light:hover, a.badge-light:focus {
  color: #37384e;
  background-color: #e6e6e6;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #18191a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(24, 25, 26, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #395ceb;
  background-color: #f0f3ff;
  border-color: #d1daff;
}
.alert-primary hr {
  border-top-color: #b8c5ff;
}
.alert-primary .alert-link {
  color: #163ddb;
}

.alert-secondary {
  color: #e3e3e8;
  background-color: #fefeff;
  border-color: #fdfdfe;
}
.alert-secondary hr {
  border-top-color: #ececf6;
}
.alert-secondary .alert-link {
  color: #c7c7d1;
}

.alert-success {
  color: #32a574;
  background-color: #eff9f5;
  border-color: #cfede0;
}
.alert-success hr {
  border-top-color: #bce6d4;
}
.alert-success .alert-link {
  color: #267e58;
}

.alert-info {
  color: #2379eb;
  background-color: #eef5ff;
  border-color: #cbe1ff;
}
.alert-info hr {
  border-top-color: #b2d2ff;
}
.alert-info .alert-link {
  color: #1261c9;
}

.alert-warning {
  color: #ebbc00;
  background-color: #fffbeb;
  border-color: #fff3c2;
}
.alert-warning hr {
  border-top-color: #ffeea9;
}
.alert-warning .alert-link {
  color: #b89300;
}

.alert-danger {
  color: #eb4f2c;
  background-color: #fff1ee;
  border-color: #ffd6cd;
}
.alert-danger hr {
  border-top-color: #ffc1b4;
}
.alert-danger .alert-link {
  color: #d03614;
}

.alert-light {
  color: #ebebeb;
  background-color: white;
  border-color: white;
}
.alert-light hr {
  border-top-color: #f2f2f2;
}
.alert-light .alert-link {
  color: #d2d2d2;
}

.alert-dark {
  color: #161718;
  background-color: #ededed;
  border-color: #c8c8c8;
}
.alert-dark hr {
  border-top-color: #bbbbbb;
}
.alert-dark .alert-link {
  color: black;
}

@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: #f3f3f9;
  border-radius: 0.75rem;
  box-shadow: none;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3e64ff;
  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.75rem;
}

.list-group-item-action {
  width: 100%;
  color: #5a5b75;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #5a5b75;
  text-decoration: none;
  background-color: #f7f7fc;
}
.list-group-item-action:active {
  color: #737491;
  background-color: #f3f3f9;
}

.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: #737491;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3e64ff;
  border-color: #3e64ff;
}
.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.75rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.75rem;
  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.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    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.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    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.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    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: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    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: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.75rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.75rem;
    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;
  }
}
.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: #203485;
  background-color: #c9d4ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #203485;
  background-color: #b0c0ff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #203485;
  border-color: #203485;
}

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

.list-group-item-success {
  color: #1c5d42;
  background-color: #c7eadb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c5d42;
  background-color: #b4e3cf;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #1c5d42;
  border-color: #1c5d42;
}

.list-group-item-info {
  color: #144585;
  background-color: #c2ddff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #144585;
  background-color: #a9cfff;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #144585;
  border-color: #144585;
}

.list-group-item-warning {
  color: #856a00;
  background-color: #fff1b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856a00;
  background-color: #ffec9f;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856a00;
  border-color: #856a00;
}

.list-group-item-danger {
  color: #852d19;
  background-color: #ffd0c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #852d19;
  background-color: #ffbbac;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852d19;
  border-color: #852d19;
}

.list-group-item-light {
  color: #858585;
  background-color: white;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-dark {
  color: #0c0d0e;
  background-color: #bebfbf;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0c0d0e;
  background-color: #b1b2b2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #0c0d0e;
  border-color: #0c0d0e;
}

.close {
  float: right;
  font-size: 1.375rem;
  font-weight: normal;
  line-height: 1;
  color: #5a5b75;
  text-shadow: none;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.close:hover {
  color: #5a5b75;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.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: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.085);
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  opacity: 0;
  border-radius: 0.75rem;
}
.toast:not(:last-child) {
  margin-bottom: 1rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.3125rem 1rem;
  color: #737491;
  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.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}

.toast-body {
  padding: 1rem;
}

.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.2s ease-out;
  transform: scale(0.9);
}
@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: -webkit-min-content;
  height: -moz-min-content;
  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.085);
  border-radius: 1rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  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 1.25rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}
.modal-header .close {
  padding: 1rem 1.25rem;
  margin: -1rem -1.25rem -1rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  border-bottom-right-radius: calc(1rem - 1px);
  border-bottom-left-radius: calc(1rem - 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: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0.25rem;
  font-family: "Nunito", sans-serif;
  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;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.75rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 1;
}
.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: #2c2d3f;
}

.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: #2c2d3f;
}

.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: #2c2d3f;
}

.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: #2c2d3f;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Nunito", sans-serif;
  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;
  word-spacing: normal;
  white-space: 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.085);
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.75rem;
}
.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.085);
}
.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.75rem 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.085);
}
.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.085);
}
.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 #fff;
}

.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.75rem 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.085);
}
.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.75rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #4a4b65;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.75rem - 1px);
  border-top-right-radius: calc(0.75rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.75rem 1rem;
  color: #737491;
}

.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%;
  -webkit-backface-visibility: hidden;
  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: #737491;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
@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: #737491;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

.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: 0.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.15em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@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: 0.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: #3e64ff !important;
}

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

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

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

.bg-success {
  background-color: #36b37e !important;
}

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

.bg-info {
  background-color: #2684ff !important;
}

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

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

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

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

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

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

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

.bg-dark {
  background-color: #18191a !important;
}

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

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

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

.border {
  border: 1px solid rgba(0, 0, 0, 0.085) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.085) !important;
}

.border-right {
  border-right: 1px solid rgba(0, 0, 0, 0.085) !important;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.085) !important;
}

.border-left {
  border-left: 1px solid rgba(0, 0, 0, 0.085) !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: #3e64ff !important;
}

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

.border-success {
  border-color: #36b37e !important;
}

.border-info {
  border-color: #2684ff !important;
}

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

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

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

.border-dark {
  border-color: #18191a !important;
}

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

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

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

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

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

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

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

.rounded-lg {
  border-radius: 1rem !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: 1280px) {
  .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: 1400px) {
  .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 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.85714286%;
}

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

.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: 1280px) {
  .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: 1400px) {
  .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;
  }
}
.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: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important;
  }
  .float-xxl-right {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  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: -webkit-sticky !important;
  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: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13) !important;
}

.shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04) !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;
}

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

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

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

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

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

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !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;
}

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

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

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

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

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

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !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-n6 {
  margin: -5rem !important;
}

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

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

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

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

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !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;
  }
  .m-sm-6 {
    margin: 5rem !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 5rem !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 5rem !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
.my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
.mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
.mx-sm-7 {
    margin-left: 6rem !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;
  }
  .p-sm-6 {
    padding: 5rem !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 5rem !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 5rem !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
.py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
.px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
.px-sm-7 {
    padding-left: 6rem !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-n6 {
    margin: -5rem !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -5rem !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -5rem !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -6rem !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;
  }
  .m-md-6 {
    margin: 5rem !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 5rem !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 5rem !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 5rem !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
.my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
.mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
.my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
.mx-md-7 {
    margin-left: 6rem !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;
  }
  .p-md-6 {
    padding: 5rem !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 5rem !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 5rem !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 5rem !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
.py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
.px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
.py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
.px-md-7 {
    padding-left: 6rem !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-n6 {
    margin: -5rem !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -5rem !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -5rem !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
.my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
.mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
.mx-md-n7 {
    margin-left: -6rem !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;
  }
  .m-lg-6 {
    margin: 5rem !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 5rem !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 5rem !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
.my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
.mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
.mx-lg-7 {
    margin-left: 6rem !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;
  }
  .p-lg-6 {
    padding: 5rem !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 5rem !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 5rem !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
.py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
.px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
.px-lg-7 {
    padding-left: 6rem !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-n6 {
    margin: -5rem !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -5rem !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -5rem !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -6rem !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: 1280px) {
  .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;
  }
  .m-xl-6 {
    margin: 5rem !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 5rem !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 5rem !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
.my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
.mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
.mx-xl-7 {
    margin-left: 6rem !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;
  }
  .p-xl-6 {
    padding: 5rem !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 5rem !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 5rem !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
.py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
.px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
.px-xl-7 {
    padding-left: 6rem !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-n6 {
    margin: -5rem !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -6rem !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: 1400px) {
  .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;
  }
  .m-xxl-6 {
    margin: 5rem !important;
  }
  .mt-xxl-6,
.my-xxl-6 {
    margin-top: 5rem !important;
  }
  .mr-xxl-6,
.mx-xxl-6 {
    margin-right: 5rem !important;
  }
  .mb-xxl-6,
.my-xxl-6 {
    margin-bottom: 5rem !important;
  }
  .ml-xxl-6,
.mx-xxl-6 {
    margin-left: 5rem !important;
  }
  .m-xxl-7 {
    margin: 6rem !important;
  }
  .mt-xxl-7,
.my-xxl-7 {
    margin-top: 6rem !important;
  }
  .mr-xxl-7,
.mx-xxl-7 {
    margin-right: 6rem !important;
  }
  .mb-xxl-7,
.my-xxl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xxl-7,
.mx-xxl-7 {
    margin-left: 6rem !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;
  }
  .p-xxl-6 {
    padding: 5rem !important;
  }
  .pt-xxl-6,
.py-xxl-6 {
    padding-top: 5rem !important;
  }
  .pr-xxl-6,
.px-xxl-6 {
    padding-right: 5rem !important;
  }
  .pb-xxl-6,
.py-xxl-6 {
    padding-bottom: 5rem !important;
  }
  .pl-xxl-6,
.px-xxl-6 {
    padding-left: 5rem !important;
  }
  .p-xxl-7 {
    padding: 6rem !important;
  }
  .pt-xxl-7,
.py-xxl-7 {
    padding-top: 6rem !important;
  }
  .pr-xxl-7,
.px-xxl-7 {
    padding-right: 6rem !important;
  }
  .pb-xxl-7,
.py-xxl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xxl-7,
.px-xxl-7 {
    padding-left: 6rem !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-n6 {
    margin: -5rem !important;
  }
  .mt-xxl-n6,
.my-xxl-n6 {
    margin-top: -5rem !important;
  }
  .mr-xxl-n6,
.mx-xxl-n6 {
    margin-right: -5rem !important;
  }
  .mb-xxl-n6,
.my-xxl-n6 {
    margin-bottom: -5rem !important;
  }
  .ml-xxl-n6,
.mx-xxl-n6 {
    margin-left: -5rem !important;
  }
  .m-xxl-n7 {
    margin: -6rem !important;
  }
  .mt-xxl-n7,
.my-xxl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xxl-n7,
.mx-xxl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xxl-n7,
.my-xxl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xxl-n7,
.mx-xxl-n7 {
    margin-left: -6rem !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;
  }
}
.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: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: #3e64ff !important;
}

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

.text-secondary {
  color: #f7f7fc !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #f7f7fc !important;
}

.text-success {
  color: #36b37e !important;
}

a.text-success:hover, a.text-success:focus {
  color: #36b37e !important;
}

.text-info {
  color: #2684ff !important;
}

a.text-info:hover, a.text-info:focus {
  color: #2684ff !important;
}

.text-warning {
  color: #fc0 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ffcc00 !important;
}

.text-danger {
  color: #ff5630 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #ff5630 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: white !important;
}

.text-dark {
  color: #18191a !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #18191a !important;
}

.text-body {
  color: #737491 !important;
}

.text-muted {
  color: #9e9fb4 !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;
}

.rounded-xl {
  border-radius: 1.5rem;
}

.rounded-lg {
  border-radius: 1rem;
}

.rounded-base {
  border-radius: 0.75rem;
}

.rounded-md {
  border-radius: 0.75rem;
}

.rounded-sm {
  border-radius: 0.5rem;
}

.rounded-ms {
  border-radius: 0.375rem;
}

.rounded-xs {
  border-radius: 0.25rem;
}

*[dir=ltr] .rounded-left-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
*[dir=ltr] .rounded-right-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

*[dir=rtl] .rounded-left-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
*[dir=rtl] .rounded-right-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.bg-0 {
  background: none !important;
}

.bg-image-0 {
  background-image: none !important;
}

.bg-darker {
  background-color: #2c2d3f !important;
}

.bg-gradient {
  background: #3e64ff !important;
  background: linear-gradient(to right, #3e64ff 0%, #3e64ff 30%, #2684ff 100%) !important;
}

.bg-faded-primary {
  background-color: rgba(62, 100, 255, 0.08) !important;
}

.bg-faded-secondary {
  background-color: rgba(247, 247, 252, 0.08) !important;
}

.bg-faded-success {
  background-color: rgba(54, 179, 126, 0.08) !important;
}

.bg-faded-info {
  background-color: rgba(38, 132, 255, 0.08) !important;
}

.bg-faded-warning {
  background-color: rgba(255, 204, 0, 0.08) !important;
}

.bg-faded-danger {
  background-color: rgba(255, 86, 48, 0.08) !important;
}

.bg-faded-light {
  background-color: rgba(255, 255, 255, 0.08) !important;
}

.bg-faded-dark {
  background-color: rgba(24, 25, 26, 0.08) !important;
}

.border-primary {
  border-color: rgba(62, 100, 255, 0.35) !important;
}

.border-secondary {
  border-color: rgba(247, 247, 252, 0.35) !important;
}

.border-success {
  border-color: rgba(54, 179, 126, 0.35) !important;
}

.border-info {
  border-color: rgba(38, 132, 255, 0.35) !important;
}

.border-warning {
  border-color: rgba(255, 204, 0, 0.35) !important;
}

.border-danger {
  border-color: rgba(255, 86, 48, 0.35) !important;
}

.border-light {
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.border-dark {
  border-color: rgba(24, 25, 26, 0.35) !important;
}

.container-post {
  max-width: 1120px;
}

a[class^=bg-],
a[class*=bg-] {
  transition: background-color 0.25s ease;
}

.bg-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
  z-index: 3;
}

.bg-overlay-content {
  display: block;
  position: relative;
  z-index: 5;
}

.bg-overlay-image {
  position: absolute;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  background-attachment: scroll !important;
  left: 0;
  top: 0 !important;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

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

.font-size-xl {
  font-size: 1.25rem !important;
}

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

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

.font-size-md {
  font-size: 0.9375rem !important;
}

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

.font-size-ms {
  font-size: 0.8125rem !important;
}

.font-size-xs {
  font-size: 0.75rem !important;
}

.text-decoration-0 {
  text-decoration: none !important;
}

.border-light {
  border-color: rgba(0, 0, 0, 0.085) !important;
}

.iframe-full-height-wrap {
  min-height: 18rem;
  overflow: hidden;
}

.iframe-full-height {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.animation-0 {
  animation: none !important;
}

.v-center {
  top: 50%;
  position: relative;
  will-change: transform;
  transform: translateY(-50%);
}

.grayscale,
.grayscale-hover:hover {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.scale-hover {
  transform: scale(1);
  transition: all 0.3s;
}
.scale-hover:hover {
  transform: scale(1.05);
}
.scale-hover:hover img {
  transform: scale(1.08);
}
.scale-hover img {
  transform: scale(1);
  transition: all 0.3s;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  transition: color 0.2s ease-in-out;
}
a:focus {
  outline: none;
}

figure,
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  max-width: 100%;
}

iframe {
  width: 100%;
  border: 0;
}

hr {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}
hr.hr-light {
  border-color: rgba(0, 0, 0, 0.085);
}

::-moz-selection {
  background: rgba(62, 100, 255, 0.22);
}

::selection {
  background: rgba(62, 100, 255, 0.22);
}

::-moz-selection {
  background: rgba(62, 100, 255, 0.22);
}

@media (min-width: 1280px) {
  .container-fluid, .container-xl, .container-xxl {
    padding-right: 30px;
    padding-left: 30px;
  }
}
b,
strong {
  font-weight: 700;
}

small {
  font-weight: inherit;
}

button:focus {
  outline: none;
}

.scrolling-nav {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.scrolling-nav.slider-top-links {
  padding: 30px 0;
}
.scrolling-nav.slider-bottom-links {
  padding: 30px 0;
}

.nav-link {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-weight: 500;
}
.nav-link.active:not([data-toggle=dropdown]) {
  pointer-events: none;
  cursor: default;
}

.nav-heading,
.nav-heading .nav-heading-title,
.nav-heading a {
  transition: color 0.25s ease-in-out, background-color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  color: #4a4b65;
  font-weight: 600;
  text-decoration: none;
}
.nav-heading:hover, .nav-heading:hover .nav-heading-title,
.nav-heading .nav-heading-title:hover,
.nav-heading .nav-heading-title:hover .nav-heading-title,
.nav-heading a:hover,
.nav-heading a:hover .nav-heading-title {
  color: #3e64ff;
  text-decoration: none;
}
.nav-heading.active,
.nav-heading .nav-heading-title.active,
.nav-heading a.active {
  color: #3e64ff;
  pointer-events: none;
  cursor: default;
}

.fancy-link {
  display: inline-block;
  position: relative;
  color: #4a4b65;
  font-weight: 500;
  text-decoration: none;
}
.fancy-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: #3e64ff;
  content: "";
}
.fancy-link.active, .fancy-link:hover {
  color: #3e64ff;
  text-decoration: none;
}
.fancy-link.active::after, .fancy-link:hover::after {
  animation: linkUnderline 0.6s ease-in-out;
}
.fancy-link.text-light {
  color: #fff;
}
.fancy-link.text-light::after {
  background-color: #fff;
}
.fancy-link.text-light:hover {
  color: #fff;
}
.fancy-link.text-primary {
  color: #3e64ff;
}
.fancy-link.text-primary::after {
  background-color: #3e64ff;
}
.fancy-link.text-primary:hover {
  color: #3e64ff;
}

@keyframes linkUnderline {
  0% {
    width: 100%;
  }
  50% {
    width: 0;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
.meta-link {
  transition: color 0.2s ease-in-out;
  color: #797a95;
  vertical-align: middle;
  text-decoration: none;
}
.meta-link:not(.media) {
  display: inline-block;
}
.meta-link:hover {
  color: #4d4e64;
  text-decoration: none;
}
.meta-link > i {
  opacity: 0.75;
}

.meta-divider {
  display: inline-block;
  width: 1px;
  height: 1rem;
  margin: 0 0.325rem;
  background-color: rgba(0, 0, 0, 0.085);
  vertical-align: middle;
}

.templates-nav .card-header .btn {
  text-decoration: none;
  font-weight: 700;
}
.templates-nav .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.templates-nav .nav-link {
  cursor: pointer;
}
.templates-nav .nav-link:hover, .templates-nav .nav-link.active {
  background-color: #f7f7fc;
}

.eq-header {
  position: relative;
  z-index: 1030;
}

.navbar {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.navbar.navbar-light .logo-light {
  display: block !important;
}
.navbar.navbar-light .logo-dark {
  display: none !important;
}
.navbar.navbar-dark .logo-light {
  display: none !important;
}
.navbar.navbar-dark .logo-dark {
  display: block !important;
}

.navbar-box-shadow {
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
}

.navbar-floating {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.navbar-stuck-logo {
  display: none;
}

.navbar-sticky.navbar-stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  animation: navbar-show 0.25s;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.625rem -0.1875rem rgba(0, 0, 0, 0.1);
  z-index: 1030;
}

@keyframes navbar-show {
  from {
    transform: translateY(-0.75rem);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.navbar-search {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.navbar-search .container {
  height: 100%;
  min-height: 100%;
}
.navbar-search .input-group {
  position: relative;
}
.navbar-search .input-group .form-control {
  font-size: 1rem;
  box-shadow: none !important;
  border: 0 !important;
  background: #f7f7fc;
  border-radius: 0;
}
[dir=rtl] .navbar-search .input-group .form-control {
  padding-right: 3rem;
}
[dir=ltr] .navbar-search .input-group .form-control {
  padding-left: 3rem;
}
.navbar-search .input-group .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  text-align: center;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
[dir=rtl] .navbar-search .input-group .form-control-feedback {
  right: 15px;
}
[dir=ltr] .navbar-search .input-group .form-control-feedback {
  left: 15px;
}
.navbar-search .close {
  font-size: 1.75rem;
  font-weight: 300;
}
.navbar-search.show {
  display: block;
  animation: fade-in 0.25s ease-in-out;
}

.navbar-nav {
  padding-top: 1rem;
}
.navbar-nav .nav-item {
  margin-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
}
.navbar-nav .nav-link {
  padding: 0.875rem 1.125rem;
}
.navbar-nav .dropdown-menu {
  min-width: 12.5rem;
  margin: -0.5rem 0 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}
.navbar-nav .dropdown-menu .dropdown-menu {
  display: block;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-tool {
  position: relative;
  display: flex;
  align-items: center;
  color: #5a5b75;
}
.navbar-tool > a {
  color: #5a5b75;
  transition: color 0.25s ease-in-out;
  text-decoration: none;
}
.navbar-tool > a:hover {
  color: #37384e;
  text-decoration: none;
}
.navbar-tool:hover > a {
  color: #37384e;
}
.navbar-tool .navbar-tool-icon-box {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  text-align: center;
}
.navbar-tool .navbar-tool-icon-box > i {
  line-height: 2rem;
}
.navbar-tool .navbar-tool-icon-box-img {
  padding: 0.125rem;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 50%;
}
.navbar-tool .navbar-tool-label {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
  transition: color 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none !important;
  white-space: nowrap;
}
[dir=rtl] .navbar-tool .navbar-tool-label {
  padding-right: 0.625rem;
}
[dir=ltr] .navbar-tool .navbar-tool-label {
  padding-left: 0.625rem;
}
.navbar-tool .navbar-tool-badge {
  position: absolute;
  top: 0.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  background-color: #3e64ff;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.125rem;
}
[dir=rtl] .navbar-tool .navbar-tool-badge {
  left: -0.5625rem;
}
[dir=ltr] .navbar-tool .navbar-tool-badge {
  right: -0.5625rem;
}
@media (max-width: 991.98px) {
  .navbar-tool.dropdown .dropdown-toggle::after,
.navbar-tool .dropdown-menu {
    display: none !important;
  }
}

.bg-primary .navbar-tool .navbar-tool-badge {
  color: #3e64ff;
  background-color: #fff;
}

.navbar-dark.navbar-nav .nav-item:hover > .nav-link {
  color: #fff !important;
}
.navbar-dark.navbar-nav .nav-item.active > .nav-link {
  color: #fff !important;
}
.navbar-dark.navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.navbar-dark.navbar-nav .dropdown-menu {
  background-color: #242526;
}
.navbar-dark.navbar-nav .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.7) !important;
}
.navbar-dark.navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
}
.navbar-dark.navbar-nav .dropdown-menu .dropdown-item.active {
  color: #fff;
}
.navbar-dark.navbar-nav .dropdown-menu .dropdown-item.disabled {
  color: rgba(255, 255, 255, 0.45);
}
.navbar-dark.navbar-nav .dropdown-header {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.05);
}
.navbar-dark .nav-link-style {
  color: rgba(255, 255, 255, 0.7);
}
.navbar-dark .nav-link-style:hover {
  color: #fff;
}
.navbar-dark .nav-link-style.active {
  color: #fff;
}
.navbar-dark .navbar-tool {
  color: #fff;
}
.navbar-dark .navbar-tool > a {
  color: #fff;
}
.navbar-dark .navbar-tool:hover > a {
  color: #fff;
}
.navbar-dark .navbar-tool .navbar-tool-icon-box-img {
  border-color: rgba(255, 255, 255, 0.05);
}

@media (min-width: 576px) {
  .navbar-expand-sm.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-sm.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-sm.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-sm .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-sm .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-sm .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-sm .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-sm .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.085);
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-sm .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  [dir=rtl] .navbar-expand-sm .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  [dir=ltr] .navbar-expand-sm .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
  }
  .navbar-expand-sm .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-sm .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-sm .dropdown-mega {
    position: static;
  }
  .navbar-expand-sm .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-sm .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-sm .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-md.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-md.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-md .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-md .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-md .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-md .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-md .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.085);
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-md .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-md .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  [dir=rtl] .navbar-expand-md .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  [dir=ltr] .navbar-expand-md .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
  }
  .navbar-expand-md .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-md .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-md .dropdown-mega {
    position: static;
  }
  .navbar-expand-md .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-md .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-md .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-lg.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-lg.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-lg .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-lg .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-lg .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-lg .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-lg .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.085);
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-lg .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  [dir=rtl] .navbar-expand-lg .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  [dir=ltr] .navbar-expand-lg .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
  }
  .navbar-expand-lg .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-lg .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-lg .dropdown-mega {
    position: static;
  }
  .navbar-expand-lg .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-lg .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-lg .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-xl.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-xl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-xl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-xl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-xl .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-xl .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.085);
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-xl .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  [dir=rtl] .navbar-expand-xl .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  [dir=ltr] .navbar-expand-xl .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
  }
  .navbar-expand-xl .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-xl .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-xl .dropdown-mega {
    position: static;
  }
  .navbar-expand-xl .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-xl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-xl .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl.navbar {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .navbar-expand-xxl.navbar-sticky.navbar-stuck .navbar-floating-logo {
    display: none !important;
  }
  .navbar-expand-xxl.navbar-sticky.navbar-stuck .navbar-stuck-logo {
    display: block;
  }
  .navbar-expand-xxl .navbar-nav {
    position: relative;
    padding-top: 0;
  }
  .navbar-expand-xxl .navbar-nav .nav-item {
    border: 0;
  }
  .navbar-expand-xxl .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-xxl .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
    color: #3e64ff;
  }
  .navbar-expand-xxl .navbar-nav > .dropdown > .dropdown-toggle::after {
    display: none;
  }
  .navbar-expand-xxl .dropdown-menu {
    margin-top: 0;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.085);
    background-color: #fff;
    border-color: #fff;
  }
  .navbar-expand-xxl .dropdown-menu .dropdown-toggle {
    position: relative;
    padding-right: 1.625rem;
  }
  .navbar-expand-xxl .dropdown-menu .dropdown-menu {
    display: none;
    top: 0;
    width: auto;
    margin-top: -0.5rem;
    margin-right: 0;
    margin-left: -0.25rem;
    padding-right: 0;
    padding-left: 0;
    border-radius: 0.75rem;
    background-color: #fff;
  }
  [dir=rtl] .navbar-expand-xxl .dropdown-menu .dropdown-menu {
    right: 100%;
    left: auto;
  }
  [dir=ltr] .navbar-expand-xxl .dropdown-menu .dropdown-menu {
    right: auto;
    left: 100%;
  }
  .navbar-expand-xxl .dropdown-menu.show {
    display: none;
  }
  .navbar-expand-xxl .dropdown:hover > .dropdown-menu {
    display: block;
    animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .navbar-expand-xxl .dropdown-mega {
    position: static;
  }
  .navbar-expand-xxl .dropdown-mega > .dropdown-menu {
    width: auto;
    padding: 0 0.75rem;
    overflow: hidden;
  }
  .navbar-expand-xxl .dropdown-mega:hover > .dropdown-menu {
    display: flex;
  }
  .navbar-expand-xxl .dropdown-mega .dropdown-column {
    display: block;
    width: 15rem;
    min-width: 15rem;
    padding: 1.5rem 0.75rem;
  }
  .navbar-expand-xxl .dropdown-mega .dropdown-column.dropdown-column-img {
    margin-right: 0.75rem;
    margin-left: -0.75rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .navbar-expand-xxl .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
    margin-right: -0.75rem;
    margin-left: 0.75rem;
  }
  .navbar-expand-xxl .dropdown-mega .dropdown-column .dropdown-header {
    padding: 0 0 0.6375rem 0;
  }
  .navbar-expand-xxl .dropdown-mega .dropdown-column .dropdown-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-expand.navbar {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar-expand.navbar-sticky.navbar-stuck .navbar-floating-logo {
  display: none !important;
}
.navbar-expand.navbar-sticky.navbar-stuck .navbar-stuck-logo {
  display: block;
}
.navbar-expand .navbar-nav {
  position: relative;
  padding-top: 0;
}
.navbar-expand .navbar-nav .nav-item {
  border: 0;
}
.navbar-expand .navbar-nav .nav-item:hover > .nav-link:not(.disabled) {
  color: #3e64ff;
}
.navbar-expand .navbar-nav .nav-item.active > .nav-link:not(.disabled) {
  color: #3e64ff;
}
.navbar-expand .navbar-nav > .dropdown > .dropdown-toggle::after {
  display: none;
}
.navbar-expand .dropdown-menu {
  margin-top: 0;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.085);
  background-color: #fff;
  border-color: #fff;
}
.navbar-expand .dropdown-menu .dropdown-toggle {
  position: relative;
  padding-right: 1.625rem;
}
.navbar-expand .dropdown-menu .dropdown-menu {
  display: none;
  top: 0;
  width: auto;
  margin-top: -0.5rem;
  margin-right: 0;
  margin-left: -0.25rem;
  padding-right: 0;
  padding-left: 0;
  border-radius: 0.75rem;
  background-color: #fff;
}
[dir=rtl] .navbar-expand .dropdown-menu .dropdown-menu {
  right: 100%;
  left: auto;
}
[dir=ltr] .navbar-expand .dropdown-menu .dropdown-menu {
  right: auto;
  left: 100%;
}
.navbar-expand .dropdown-menu.show {
  display: none;
}
.navbar-expand .dropdown:hover > .dropdown-menu {
  display: block;
  animation: dropdown-show 0.25s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.navbar-expand .dropdown-mega {
  position: static;
}
.navbar-expand .dropdown-mega > .dropdown-menu {
  width: auto;
  padding: 0 0.75rem;
  overflow: hidden;
}
.navbar-expand .dropdown-mega:hover > .dropdown-menu {
  display: flex;
}
.navbar-expand .dropdown-mega .dropdown-column {
  display: block;
  width: 15rem;
  min-width: 15rem;
  padding: 1.5rem 0.75rem;
}
.navbar-expand .dropdown-mega .dropdown-column.dropdown-column-img {
  margin-right: 0.75rem;
  margin-left: -0.75rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.navbar-expand .dropdown-mega .dropdown-column:last-child.dropdown-column-img {
  margin-right: -0.75rem;
  margin-left: 0.75rem;
}
.navbar-expand .dropdown-mega .dropdown-column .dropdown-header {
  padding: 0 0 0.6375rem 0;
}
.navbar-expand .dropdown-mega .dropdown-column .dropdown-item {
  padding-right: 0;
  padding-left: 0;
}

@keyframes dropdown-show {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

#embedModal .modal-header {
  border-bottom: none;
  padding: 15px 15px 0;
  height: 208px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
#embedModal .modal-header .close {
  font-size: 40px;
}
#embedModal .modal-header .modal-title {
  margin-bottom: 15px;
  z-index: 99;
}

.offcanvas-body .dropdown-toggle {
  position: relative;
}
.offcanvas-body .dropdown-toggle::after {
  margin-right: -0.25rem;
  position: absolute;
  top: 50%;
  margin-top: 0.0625rem;
  transform: translateY(-50%);
}
[dir=rtl] .offcanvas-body .dropdown-toggle::after {
  left: 0.86667rem;
}
[dir=ltr] .offcanvas-body .dropdown-toggle::after {
  right: 0.86667rem;
}

.dropdown-toggle::after, .dropdown-toggle::before {
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 0.675rem;
}
[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.25rem;
  content: "\f053";
}
@media (max-width: 991.98px) {
  [dir=rtl] .dropdown-toggle::after {
    content: "\f078";
  }
}
[dir=ltr] .dropdown-toggle::after {
  margin-left: 0.25rem;
  content: "\f054";
}
@media (max-width: 991.98px) {
  [dir=ltr] .dropdown-toggle::after {
    content: "\f078";
  }
}
.dropdown-toggle.navbar-tool-label::after {
  content: "\f078";
}
.dropdown-toggle::before {
  margin-right: 0.25rem;
}

.dropdown .dropdown-toggle::before,
.dropright .dropdown-toggle::before,
.dropup .dropdown-toggle::before {
  display: none;
}

.dropup .dropdown-toggle::after {
  content: "\f077";
}

.dropright .dropdown-toggle::after {
  content: "\f054";
  vertical-align: bottom;
}

.dropleft .dropdown-toggle::before {
  content: "\f053";
  vertical-align: bottom;
}
.dropleft .dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border: 0;
}
.dropdown-menu li:hover > .dropdown-item {
  color: #3e64ff;
}
.dropdown-menu .active > .dropdown-item {
  color: #3e64ff;
}

.dropdown-header {
  margin-bottom: 0.25rem;
  padding-top: 0.425rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  font-size: 1rem;
  font-weight: 600;
}

.dropdown-divider {
  margin: 0.25rem 0;
}

.dropdown-account {
  width: 15rem;
}

.dropdown-item {
  position: relative;
  width: 100%;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
  font-weight: 500;
}
.dropdown-item.active {
  pointer-events: none;
  cursor: default;
}
.dropdown-item > i,
.dropdown-item .badge {
  vertical-align: middle;
}

.dropdown-menu.show {
  animation: fade-in 0.25s ease-in-out;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoom-in {
  from {
    transform: scale(0.85rem);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.eq-offcanvas-enabled {
  padding-left: 23.5rem;
}
.eq-offcanvas-enabled.eq-offcanvas-right {
  padding-right: 23.5rem;
  padding-left: 0;
}

.eq-offcanvas-cap {
  display: none;
}

.eq-offcanvas {
  display: flex;
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 22rem;
  height: 100% !important;
  z-index: 1035;
}
.eq-offcanvas .offcanvas-body {
  height: 100%;
  padding: 0 1rem;
  overflow-y: auto;
}
.eq-offcanvas .offcanvas-body .nav-link-style {
  display: block;
  margin-right: -1rem;
  margin-bottom: 0.75rem;
  margin-left: -1rem;
  padding: 0 1rem;
}
.eq-offcanvas .offcanvas-body .nav-link-style.active {
  position: relative;
}
.eq-offcanvas .offcanvas-body .nav-link-style.active::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0.125rem;
  height: 100%;
  background-color: #3e64ff;
  content: "";
}
.eq-offcanvas .offcanvas-body .nav-link-style.active.nav-link-light::before {
  background-color: #fff;
}
.eq-offcanvas .eq-offcanvas-cap {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  padding: 1.25rem 1rem;
}
.eq-offcanvas.eq-offcanvas-right {
  right: 0;
  left: auto;
}
.eq-offcanvas.eq-offcanvas-collapse-always {
  width: 100%;
  max-width: 22rem;
  transform: translateX(-100%);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
  background-color: #fff;
}
.eq-offcanvas.eq-offcanvas-collapse-always.eq-offcanvas-right {
  transform: translateX(100%);
}
.eq-offcanvas.eq-offcanvas-collapse-always.show {
  transform: none;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
}

@media (max-width: 1279.98px) {
  .eq-offcanvas-enabled {
    padding-left: 22.5rem;
  }
  .eq-offcanvas-enabled.eq-offcanvas-right {
    padding-right: 22.5rem;
  }
}
@media (max-width: 991.98px) {
  .eq-offcanvas-enabled {
    padding-left: 0;
  }
  .eq-offcanvas-enabled.eq-offcanvas-right {
    padding-right: 0;
  }
  .eq-offcanvas-collapse {
    display: flex;
    position: fixed;
    flex-direction: column;
    top: 0;
    width: 100%;
    max-width: 22rem;
    height: 100% !important;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.3s ease;
    border-radius: 0 !important;
    background-color: #fff;
    z-index: 1035;
  }
  [dir=rtl] .eq-offcanvas-collapse {
    right: 0;
    transform: translateX(100%);
  }
  [dir=ltr] .eq-offcanvas-collapse {
    left: 0;
    transform: translateX(-100%);
  }
  .eq-offcanvas-collapse .offcanvas-body {
    height: 100%;
    padding: 0 1rem;
    overflow-y: auto;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav {
    padding-top: 0;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
    border-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.085) !important;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
    color: #5a5b75;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-link:hover {
    color: #3e64ff;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.active {
    color: #3e64ff;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-link.disabled {
    color: #9e9fb4;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .active > .nav-link,
.eq-offcanvas-collapse .offcanvas-body .navbar-nav .show > .nav-link {
    color: #3e64ff;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item {
    color: #5a5b75;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item:hover {
    color: #3e64ff;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.active {
    color: #3e64ff;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-menu .dropdown-item.disabled {
    color: #9e9fb4;
  }
  .eq-offcanvas-collapse .offcanvas-body .navbar-nav .dropdown-header {
    color: #4a4b65;
    border-color: rgba(0, 0, 0, 0.085);
  }
  .eq-offcanvas-collapse .eq-offcanvas-cap {
    display: flex;
    justify-content: space-between;
    flex-shrink: 0;
    padding: 1.25rem 1rem;
  }
  .eq-offcanvas-collapse.eq-offcanvas-right {
    transform: translateX(100%);
  }
  [dir=rtl] .eq-offcanvas-collapse.eq-offcanvas-right {
    right: auto;
    left: 0;
  }
  [dir=ltr] .eq-offcanvas-collapse.eq-offcanvas-right {
    right: 0;
    left: auto;
  }
  .eq-offcanvas-collapse.show {
    transform: none;
    box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  }
}
.btn-brand {
  border: 0;
}
.btn-brand i {
  display: inline-block;
  width: 2.625rem;
  margin: -0.5625rem -1.25rem !important;
  line-height: 2.625rem;
  text-align: center;
  border-radius: 0.75rem;
}
[dir=rtl] .btn-brand i + span {
  margin-right: 1.25rem;
}
[dir=ltr] .btn-brand i + span {
  margin-left: 1.25rem;
}
.btn-brand.btn-lg i, .btn-group-lg > .btn-brand.btn i {
  width: 3.1875rem;
  margin: -0.75rem -1.5rem;
  line-height: 3.1875rem;
  border-radius: 1rem;
}
[dir=rtl] .btn-brand.btn-lg i + span, [dir=rtl] .btn-group-lg > .btn-brand.btn i + span {
  margin-right: 3rem;
}
[dir=ltr] .btn-brand.btn-lg i + span, [dir=ltr] .btn-group-lg > .btn-brand.btn i + span {
  margin-left: 3rem;
}
.btn-brand.btn-sm i, .btn-group-sm > .btn-brand.btn i {
  width: 2.1625rem;
  margin: -0.425rem -1rem;
  line-height: 2.1625rem;
  border-radius: 0.5rem;
}
[dir=rtl] .btn-brand.btn-sm i + span, [dir=rtl] .btn-group-sm > .btn-brand.btn i + span {
  margin-right: 2rem;
}
[dir=ltr] .btn-brand.btn-sm i + span, [dir=ltr] .btn-group-sm > .btn-brand.btn i + span {
  margin-left: 2rem;
}
.btn-brand.btn-square i {
  border-radius: 0;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
  box-shadow: none;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0 rgba(88, 114, 167, 0.5);
}
.btn-facebook.disabled, .btn-facebook:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-facebook:not(:disabled):not(.disabled):active, .btn-facebook:not(:disabled):not(.disabled).active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
.btn-facebook:not(:disabled):not(.disabled):active:focus, .btn-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(88, 114, 167, 0.5);
}

.btn-whatsapp {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
  box-shadow: none;
}
.btn-whatsapp:hover {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
}
.btn-whatsapp:focus, .btn-whatsapp.focus {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
  box-shadow: 0 0 0 0 rgba(70, 218, 125, 0.5);
}
.btn-whatsapp.disabled, .btn-whatsapp:disabled {
  color: #fff;
  background-color: #25D366;
  border-color: #25D366;
}
.btn-whatsapp:not(:disabled):not(.disabled):active, .btn-whatsapp:not(:disabled):not(.disabled).active, .show > .btn-whatsapp.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #1b9d4c;
}
.btn-whatsapp:not(:disabled):not(.disabled):active:focus, .btn-whatsapp:not(:disabled):not(.disabled).active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(70, 218, 125, 0.5);
}

.btn-twitter {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
  box-shadow: none;
}
.btn-twitter:hover {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
}
.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #0090c7;
  border-color: #0087ba;
  box-shadow: 0 0 0 0 rgba(38, 184, 240, 0.5);
}
.btn-twitter.disabled, .btn-twitter:disabled {
  color: #fff;
  background-color: #00aced;
  border-color: #00aced;
}
.btn-twitter:not(:disabled):not(.disabled):active, .btn-twitter:not(:disabled):not(.disabled).active, .show > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0087ba;
  border-color: #007ead;
}
.btn-twitter:not(:disabled):not(.disabled):active:focus, .btn-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 184, 240, 0.5);
}

.btn-linkedin {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
  box-shadow: none;
}
.btn-linkedin:hover {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
}
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #3d6399;
  border-color: #395d90;
  box-shadow: 0 0 0 0 rgba(99, 138, 191, 0.5);
}
.btn-linkedin.disabled, .btn-linkedin:disabled {
  color: #fff;
  background-color: #4875b4;
  border-color: #4875b4;
}
.btn-linkedin:not(:disabled):not(.disabled):active, .btn-linkedin:not(:disabled):not(.disabled).active, .show > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #395d90;
  border-color: #365786;
}
.btn-linkedin:not(:disabled):not(.disabled):active:focus, .btn-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(99, 138, 191, 0.5);
}

.btn-google-plus {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
  box-shadow: none;
}
.btn-google-plus:hover {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
}
.btn-google-plus:focus, .btn-google-plus.focus {
  color: #fff;
  background-color: #ba3929;
  border-color: #b03626;
  box-shadow: 0 0 0 0 rgba(218, 99, 84, 0.5);
}
.btn-google-plus.disabled, .btn-google-plus:disabled {
  color: #fff;
  background-color: #d34836;
  border-color: #d34836;
}
.btn-google-plus:not(:disabled):not(.disabled):active, .btn-google-plus:not(:disabled):not(.disabled).active, .show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  background-color: #b03626;
  border-color: #a53324;
}
.btn-google-plus:not(:disabled):not(.disabled):active:focus, .btn-google-plus:not(:disabled):not(.disabled).active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(218, 99, 84, 0.5);
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
  box-shadow: none;
}
.btn-flickr:hover {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
}
.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #d90070;
  border-color: #cc006a;
  box-shadow: 0 0 0 0 rgba(255, 38, 150, 0.5);
}
.btn-flickr.disabled, .btn-flickr:disabled {
  color: #fff;
  background-color: #ff0084;
  border-color: #ff0084;
}
.btn-flickr:not(:disabled):not(.disabled):active, .btn-flickr:not(:disabled):not(.disabled).active, .show > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  border-color: #bf0063;
}
.btn-flickr:not(:disabled):not(.disabled):active:focus, .btn-flickr:not(:disabled):not(.disabled).active:focus, .show > .btn-flickr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 38, 150, 0.5);
}

.btn-tumblr {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
  box-shadow: none;
}
.btn-tumblr:hover {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
}
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #263d53;
  border-color: #22364a;
  box-shadow: 0 0 0 0 rgba(81, 106, 131, 0.5);
}
.btn-tumblr.disabled, .btn-tumblr:disabled {
  color: #fff;
  background-color: #32506d;
  border-color: #32506d;
}
.btn-tumblr:not(:disabled):not(.disabled):active, .btn-tumblr:not(:disabled):not(.disabled).active, .show > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #22364a;
  border-color: #1e3041;
}
.btn-tumblr:not(:disabled):not(.disabled):active:focus, .btn-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(81, 106, 131, 0.5);
}

.btn-xing {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
  box-shadow: none;
}
.btn-xing:hover {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
}
.btn-xing:focus, .btn-xing.focus {
  color: #fff;
  background-color: #013f40;
  border-color: #013334;
  box-shadow: 0 0 0 0 rgba(40, 123, 125, 0.5);
}
.btn-xing.disabled, .btn-xing:disabled {
  color: #fff;
  background-color: #026466;
  border-color: #026466;
}
.btn-xing:not(:disabled):not(.disabled):active, .btn-xing:not(:disabled):not(.disabled).active, .show > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  border-color: #012727;
}
.btn-xing:not(:disabled):not(.disabled):active:focus, .btn-xing:not(:disabled):not(.disabled).active:focus, .show > .btn-xing.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(40, 123, 125, 0.5);
}

.btn-github {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
  box-shadow: none;
}
.btn-github:hover {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
}
.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #3570aa;
  border-color: #3269a0;
  box-shadow: 0 0 0 0 rgba(94, 150, 205, 0.5);
}
.btn-github.disabled, .btn-github:disabled {
  color: #fff;
  background-color: #4183c4;
  border-color: #4183c4;
}
.btn-github:not(:disabled):not(.disabled):active, .btn-github:not(:disabled):not(.disabled).active, .show > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #3269a0;
  border-color: #2f6397;
}
.btn-github:not(:disabled):not(.disabled):active:focus, .btn-github:not(:disabled):not(.disabled).active:focus, .show > .btn-github.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(94, 150, 205, 0.5);
}

.btn-html5 {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
  box-shadow: none;
}
.btn-html5:hover {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
}
.btn-html5:focus, .btn-html5.focus {
  color: #fff;
  background-color: #c9401a;
  border-color: #be3c18;
  box-shadow: 0 0 0 0 rgba(231, 105, 71, 0.5);
}
.btn-html5.disabled, .btn-html5:disabled {
  color: #fff;
  background-color: #e34f26;
  border-color: #e34f26;
}
.btn-html5:not(:disabled):not(.disabled):active, .btn-html5:not(:disabled):not(.disabled).active, .show > .btn-html5.dropdown-toggle {
  color: #fff;
  background-color: #be3c18;
  border-color: #b23917;
}
.btn-html5:not(:disabled):not(.disabled):active:focus, .btn-html5:not(:disabled):not(.disabled).active:focus, .show > .btn-html5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(231, 105, 71, 0.5);
}

.btn-openid {
  color: #37384e;
  background-color: #f78c40;
  border-color: #f78c40;
  box-shadow: none;
}
.btn-openid:hover {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
}
.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #f5761b;
  border-color: #f56f0f;
  box-shadow: 0 0 0 0 rgba(218, 127, 66, 0.5);
}
.btn-openid.disabled, .btn-openid:disabled {
  color: #37384e;
  background-color: #f78c40;
  border-color: #f78c40;
}
.btn-openid:not(:disabled):not(.disabled):active, .btn-openid:not(:disabled):not(.disabled).active, .show > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #f56f0f;
  border-color: #ed680a;
}
.btn-openid:not(:disabled):not(.disabled):active:focus, .btn-openid:not(:disabled):not(.disabled).active:focus, .show > .btn-openid.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(218, 127, 66, 0.5);
}

.btn-stack-overflow {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
  box-shadow: none;
}
.btn-stack-overflow:hover {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
}
.btn-stack-overflow:focus, .btn-stack-overflow.focus {
  color: #fff;
  background-color: #ec6701;
  border-color: #df6101;
  box-shadow: 0 0 0 0 rgba(254, 142, 56, 0.5);
}
.btn-stack-overflow.disabled, .btn-stack-overflow:disabled {
  color: #fff;
  background-color: #fe7a15;
  border-color: #fe7a15;
}
.btn-stack-overflow:not(:disabled):not(.disabled):active, .btn-stack-overflow:not(:disabled):not(.disabled).active, .show > .btn-stack-overflow.dropdown-toggle {
  color: #fff;
  background-color: #df6101;
  border-color: #d25c01;
}
.btn-stack-overflow:not(:disabled):not(.disabled):active:focus, .btn-stack-overflow:not(:disabled):not(.disabled).active:focus, .show > .btn-stack-overflow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(254, 142, 56, 0.5);
}

.btn-youtube {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
  box-shadow: none;
}
.btn-youtube:hover {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
}
.btn-youtube:focus, .btn-youtube.focus {
  color: #fff;
  background-color: #950000;
  border-color: #880000;
  box-shadow: 0 0 0 0 rgba(197, 38, 38, 0.5);
}
.btn-youtube.disabled, .btn-youtube:disabled {
  color: #fff;
  background-color: #b00;
  border-color: #b00;
}
.btn-youtube:not(:disabled):not(.disabled):active, .btn-youtube:not(:disabled):not(.disabled).active, .show > .btn-youtube.dropdown-toggle {
  color: #fff;
  background-color: #880000;
  border-color: #7b0000;
}
.btn-youtube:not(:disabled):not(.disabled):active:focus, .btn-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(197, 38, 38, 0.5);
}

.btn-css3 {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
  box-shadow: none;
}
.btn-css3:hover {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
}
.btn-css3:focus, .btn-css3.focus {
  color: #fff;
  background-color: #015994;
  border-color: #015187;
  box-shadow: 0 0 0 0 rgba(39, 133, 196, 0.5);
}
.btn-css3.disabled, .btn-css3:disabled {
  color: #fff;
  background-color: #0170ba;
  border-color: #0170ba;
}
.btn-css3:not(:disabled):not(.disabled):active, .btn-css3:not(:disabled):not(.disabled).active, .show > .btn-css3.dropdown-toggle {
  color: #fff;
  background-color: #015187;
  border-color: #014a7b;
}
.btn-css3:not(:disabled):not(.disabled):active:focus, .btn-css3:not(:disabled):not(.disabled).active:focus, .show > .btn-css3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(39, 133, 196, 0.5);
}

.btn-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
  box-shadow: none;
}
.btn-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
  box-shadow: 0 0 0 0 rgba(237, 103, 155, 0.5);
}
.btn-dribbble.disabled, .btn-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-dribbble:not(:disabled):not(.disabled):active, .btn-dribbble:not(:disabled):not(.disabled).active, .show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}
.btn-dribbble:not(:disabled):not(.disabled):active:focus, .btn-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(237, 103, 155, 0.5);
}

.btn-instagram {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
  box-shadow: none;
}
.btn-instagram:hover {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
}
.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #446b8a;
  border-color: #406582;
  box-shadow: 0 0 0 0 rgba(107, 146, 178, 0.5);
}
.btn-instagram.disabled, .btn-instagram:disabled {
  color: #fff;
  background-color: #517fa4;
  border-color: #517fa4;
}
.btn-instagram:not(:disabled):not(.disabled):active, .btn-instagram:not(:disabled):not(.disabled).active, .show > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #406582;
  border-color: #3c5e79;
}
.btn-instagram:not(:disabled):not(.disabled):active:focus, .btn-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 146, 178, 0.5);
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
  box-shadow: none;
}
.btn-pinterest:hover {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
}
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #aa1b21;
  border-color: #9f191f;
  box-shadow: 0 0 0 0 rgba(211, 65, 71, 0.5);
}
.btn-pinterest.disabled, .btn-pinterest:disabled {
  color: #fff;
  background-color: #cb2027;
  border-color: #cb2027;
}
.btn-pinterest:not(:disabled):not(.disabled):active, .btn-pinterest:not(:disabled):not(.disabled).active, .show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  border-color: #94171c;
}
.btn-pinterest:not(:disabled):not(.disabled):active:focus, .btn-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(211, 65, 71, 0.5);
}

.btn-vk {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
  box-shadow: none;
}
.btn-vk:hover {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
}
.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #385474;
  border-color: #344d6c;
  box-shadow: 0 0 0 0 rgba(97, 125, 159, 0.5);
}
.btn-vk.disabled, .btn-vk:disabled {
  color: #fff;
  background-color: #45668e;
  border-color: #45668e;
}
.btn-vk:not(:disabled):not(.disabled):active, .btn-vk:not(:disabled):not(.disabled).active, .show > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #344d6c;
  border-color: #304763;
}
.btn-vk:not(:disabled):not(.disabled):active:focus, .btn-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(97, 125, 159, 0.5);
}

.btn-yahoo {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
  box-shadow: none;
}
.btn-yahoo:hover {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
}
.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #2f016b;
  border-color: #2a015e;
  box-shadow: 0 0 0 0 rgba(93, 39, 162, 0.5);
}
.btn-yahoo.disabled, .btn-yahoo:disabled {
  color: #fff;
  background-color: #400191;
  border-color: #400191;
}
.btn-yahoo:not(:disabled):not(.disabled):active, .btn-yahoo:not(:disabled):not(.disabled).active, .show > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2a015e;
  border-color: #240152;
}
.btn-yahoo:not(:disabled):not(.disabled):active:focus, .btn-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(93, 39, 162, 0.5);
}

.btn-behance {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
  box-shadow: none;
}
.btn-behance:hover {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
}
.btn-behance:focus, .btn-behance.focus {
  color: #fff;
  background-color: #0055f0;
  border-color: #0050e3;
  box-shadow: 0 0 0 0 rgba(58, 128, 255, 0.5);
}
.btn-behance.disabled, .btn-behance:disabled {
  color: #fff;
  background-color: #1769ff;
  border-color: #1769ff;
}
.btn-behance:not(:disabled):not(.disabled):active, .btn-behance:not(:disabled):not(.disabled).active, .show > .btn-behance.dropdown-toggle {
  color: #fff;
  background-color: #0050e3;
  border-color: #004cd6;
}
.btn-behance:not(:disabled):not(.disabled):active:focus, .btn-behance:not(:disabled):not(.disabled).active:focus, .show > .btn-behance.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(58, 128, 255, 0.5);
}

.btn-dropbox {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
  box-shadow: none;
}
.btn-dropbox:hover {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
}
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0069bf;
  border-color: #0062b2;
  box-shadow: 0 0 0 0 rgba(38, 145, 233, 0.5);
}
.btn-dropbox.disabled, .btn-dropbox:disabled {
  color: #fff;
  background-color: #007ee5;
  border-color: #007ee5;
}
.btn-dropbox:not(:disabled):not(.disabled):active, .btn-dropbox:not(:disabled):not(.disabled).active, .show > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0062b2;
  border-color: #005ba5;
}
.btn-dropbox:not(:disabled):not(.disabled):active:focus, .btn-dropbox:not(:disabled):not(.disabled).active:focus, .show > .btn-dropbox.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 145, 233, 0.5);
}

.btn-reddit {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
  box-shadow: none;
}
.btn-reddit:hover {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
}
.btn-reddit:focus, .btn-reddit.focus {
  color: #fff;
  background-color: #d93b00;
  border-color: #cc3700;
  box-shadow: 0 0 0 0 rgba(255, 97, 38, 0.5);
}
.btn-reddit.disabled, .btn-reddit:disabled {
  color: #fff;
  background-color: #ff4500;
  border-color: #ff4500;
}
.btn-reddit:not(:disabled):not(.disabled):active, .btn-reddit:not(:disabled):not(.disabled).active, .show > .btn-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc3700;
  border-color: #bf3400;
}
.btn-reddit:not(:disabled):not(.disabled):active:focus, .btn-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 97, 38, 0.5);
}

.btn-spotify {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
  box-shadow: none;
}
.btn-spotify:hover {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
}
.btn-spotify:focus, .btn-spotify.focus {
  color: #fff;
  background-color: #619200;
  border-color: #588500;
  box-shadow: 0 0 0 0 rgba(142, 195, 38, 0.5);
}
.btn-spotify.disabled, .btn-spotify:disabled {
  color: #fff;
  background-color: #7ab800;
  border-color: #7ab800;
}
.btn-spotify:not(:disabled):not(.disabled):active, .btn-spotify:not(:disabled):not(.disabled).active, .show > .btn-spotify.dropdown-toggle {
  color: #fff;
  background-color: #588500;
  border-color: #507800;
}
.btn-spotify:not(:disabled):not(.disabled):active:focus, .btn-spotify:not(:disabled):not(.disabled).active:focus, .show > .btn-spotify.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(142, 195, 38, 0.5);
}

.btn-vine {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
  box-shadow: none;
}
.btn-vine:hover {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
}
.btn-vine:focus, .btn-vine.focus {
  color: #fff;
  background-color: #009972;
  border-color: #008c69;
  box-shadow: 0 0 0 0 rgba(38, 201, 160, 0.5);
}
.btn-vine.disabled, .btn-vine:disabled {
  color: #fff;
  background-color: #00bf8f;
  border-color: #00bf8f;
}
.btn-vine:not(:disabled):not(.disabled):active, .btn-vine:not(:disabled):not(.disabled).active, .show > .btn-vine.dropdown-toggle {
  color: #fff;
  background-color: #008c69;
  border-color: #007f5f;
}
.btn-vine:not(:disabled):not(.disabled):active:focus, .btn-vine:not(:disabled):not(.disabled).active:focus, .show > .btn-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 201, 160, 0.5);
}

.btn-foursquare {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
  box-shadow: none;
}
.btn-foursquare:hover {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
}
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #0d5c8c;
  border-color: #0c5480;
  box-shadow: 0 0 0 0 rgba(52, 136, 187, 0.5);
}
.btn-foursquare.disabled, .btn-foursquare:disabled {
  color: #fff;
  background-color: #1073af;
  border-color: #1073af;
}
.btn-foursquare:not(:disabled):not(.disabled):active, .btn-foursquare:not(:disabled):not(.disabled).active, .show > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #0c5480;
  border-color: #0b4d75;
}
.btn-foursquare:not(:disabled):not(.disabled):active:focus, .btn-foursquare:not(:disabled):not(.disabled).active:focus, .show > .btn-foursquare.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(52, 136, 187, 0.5);
}

.btn-vimeo {
  color: #37384e;
  background-color: #aad450;
  border-color: #aad450;
  box-shadow: none;
}
.btn-vimeo:hover {
  color: #37384e;
  background-color: #9bcc32;
  border-color: #93c130;
}
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #37384e;
  background-color: #9bcc32;
  border-color: #93c130;
  box-shadow: 0 0 0 0 rgba(153, 189, 80, 0.5);
}
.btn-vimeo.disabled, .btn-vimeo:disabled {
  color: #37384e;
  background-color: #aad450;
  border-color: #aad450;
}
.btn-vimeo:not(:disabled):not(.disabled):active, .btn-vimeo:not(:disabled):not(.disabled).active, .show > .btn-vimeo.dropdown-toggle {
  color: #37384e;
  background-color: #93c130;
  border-color: #8bb72d;
}
.btn-vimeo:not(:disabled):not(.disabled):active:focus, .btn-vimeo:not(:disabled):not(.disabled).active:focus, .show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(153, 189, 80, 0.5);
}

.btn-email {
  color: #fff;
  background-color: #4a4b65;
  border-color: #4a4b65;
  box-shadow: none;
}
.btn-email:hover {
  color: #fff;
  background-color: #3a3b4f;
  border-color: #343548;
}
.btn-email:focus, .btn-email.focus {
  color: #fff;
  background-color: #3a3b4f;
  border-color: #343548;
  box-shadow: 0 0 0 0 rgba(101, 102, 124, 0.5);
}
.btn-email.disabled, .btn-email:disabled {
  color: #fff;
  background-color: #4a4b65;
  border-color: #4a4b65;
}
.btn-email:not(:disabled):not(.disabled):active, .btn-email:not(:disabled):not(.disabled).active, .show > .btn-email.dropdown-toggle {
  color: #fff;
  background-color: #343548;
  border-color: #2f3040;
}
.btn-email:not(:disabled):not(.disabled):active:focus, .btn-email:not(:disabled):not(.disabled).active:focus, .show > .btn-email.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(101, 102, 124, 0.5);
}

.btn {
  white-space: nowrap;
}
.btn > i {
  margin-top: -0.125rem;
  vertical-align: middle;
}
.btn.active {
  cursor: default;
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
}

.btn-danger,
.btn-dark,
.btn-info,
.btn-outline-info:active,
.btn-outline-info:hover,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-primary,
.btn-success,
.btn-warning {
  color: #fff !important;
}

.btn-light, .btn-light:hover,
.btn-outline-secondary,
.btn-outline-secondary:hover,
.btn-secondary,
.btn-secondary:hover {
  color: #18191a !important;
  border-color: transparent;
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  border-color: #fff;
  background-color: #fff;
}

.btn-light.focus,
.btn-light:focus {
  border-color: #fff;
  background-color: #fff;
}

.btn-gradient {
  color: #fff;
  background: #3e64ff !important;
  background: linear-gradient(to right, #3e64ff 0%, #3e64ff 30%, #2684ff 100%) !important;
}

.quizier-module-container .btn-secondary {
  color: #fff !important;
  background: #3e64ff !important;
  background: linear-gradient(to right, #3e64ff 0%, #3e64ff 30%, #2684ff 100%) !important;
}

.btn-outline-primary {
  border-color: rgba(62, 100, 255, 0.35);
}

.btn-outline-secondary {
  border-color: rgba(247, 247, 252, 0.35);
}

.btn-outline-success {
  border-color: rgba(54, 179, 126, 0.35);
}

.btn-outline-info {
  border-color: rgba(38, 132, 255, 0.35);
}

.btn-outline-warning {
  border-color: rgba(255, 204, 0, 0.35);
}

.btn-outline-danger {
  border-color: rgba(255, 86, 48, 0.35);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-outline-dark {
  border-color: rgba(24, 25, 26, 0.35);
}

.btn-outline-secondary {
  border-color: #dfdfeb;
}
.btn-outline-secondary:hover {
  border-color: #9e9fb4;
  background-color: transparent;
  color: #4a4b65 !important;
}

[class*=" btn-translucent"]:hover {
  color: #fff !important;
}

.btn-translucent-primary {
  background-color: rgba(62, 100, 255, 0.08);
  color: #3e64ff;
}
.btn-translucent-primary:hover {
  background-color: #3e64ff;
}

.btn-translucent-secondary {
  background-color: rgba(247, 247, 252, 0.08);
  color: #f7f7fc;
}
.btn-translucent-secondary:hover {
  background-color: #f7f7fc;
}

.btn-translucent-success {
  background-color: rgba(54, 179, 126, 0.08);
  color: #36b37e;
}
.btn-translucent-success:hover {
  background-color: #36b37e;
}

.btn-translucent-info {
  background-color: rgba(38, 132, 255, 0.08);
  color: #2684ff;
}
.btn-translucent-info:hover {
  background-color: #2684ff;
}

.btn-translucent-warning {
  background-color: rgba(255, 204, 0, 0.08);
  color: #fc0;
}
.btn-translucent-warning:hover {
  background-color: #fc0;
}

.btn-translucent-danger {
  background-color: rgba(255, 86, 48, 0.08);
  color: #ff5630;
}
.btn-translucent-danger:hover {
  background-color: #ff5630;
}

.btn-translucent-light {
  background-color: rgba(255, 255, 255, 0.08);
  color: #fff;
}
.btn-translucent-light:hover {
  background-color: #fff;
}

.btn-translucent-dark {
  background-color: rgba(24, 25, 26, 0.08);
  color: #18191a;
}
.btn-translucent-dark:hover {
  background-color: #18191a;
}

.btn-outline-light:hover,
.btn-translucent-light:hover {
  color: #18191a !important;
}

.btn-pill {
  border-radius: 2.75rem !important;
}
.btn-pill.btn-sm, .btn-group-sm > .btn-pill.btn {
  border-radius: 2.2875rem !important;
}
.btn-pill.btn-lg, .btn-group-lg > .btn-pill.btn {
  border-radius: 3.3125rem !important;
}

.btn-square {
  border-radius: 0 !important;
}

.btn-icon {
  padding: 0.5625rem 0.7875rem;
}

.back-to-top {
  display: block;
  position: fixed;
  right: -4.125rem;
  bottom: 1.25rem;
  width: 2.75rem;
  height: 2.75rem;
  transition: right 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55), opacity 0.3s, background-color 0.25s ease-in-out;
  border-radius: 0.75rem;
  background-color: rgba(55, 56, 78, 0.25);
  color: #fff;
  text-align: center;
  opacity: 0;
  z-index: 1025;
}
.back-to-top > .back-to-top-icon {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 2.625rem;
}
.back-to-top .back-to-top-tooltip {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
  transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
.back-to-top:hover {
  background-color: rgba(55, 56, 78, 0.5);
  color: #fff;
}
.back-to-top:hover .back-to-top-tooltip {
  visibility: visible;
  opacity: 1;
}
.back-to-top.show {
  right: 1.25rem;
  opacity: 1;
}
@media (max-width: 767.98px) {
  .back-to-top {
    width: 2.2916666667rem;
    height: 2.2916666667rem;
    bottom: 1rem;
  }
  .back-to-top > .back-to-top-icon {
    line-height: 2.2916666667rem;
  }
  .back-to-top.show {
    right: 1rem;
  }
}

.quizier-editor .quizier-elements .quizier-elements-list li .item > div div.icon svg {
  fill: #3e64ff !important;
}

.navbar-langs a {
  background: transparent;
}
.navbar-langs a.dropdown-item {
  margin: 8px 0;
  padding: 0.25rem 1rem;
}
.navbar-langs a.active, .navbar-langs a:hover {
  background: transparent;
}
.navbar-langs a.active .iso-code, .navbar-langs a:hover .iso-code {
  background: #737491;
  color: #fff;
  border-color: #737491;
}
.navbar-langs a .iso-code {
  display: inline-block;
  color: #9e9fb4;
  background-color: transparent;
  line-height: 22px;
  margin-right: 0.5rem;
  border: 1px solid #f7f7fc;
  border-radius: 2px;
  width: 28px;
  height: 22px;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.navbar-langs a .language-name {
  display: inline-block;
}

.main-wrap {
  display: flex;
  flex-wrap: wrap;
}
.main-wrap > * {
  flex: 1;
  min-width: 1px;
  display: inline-block;
  list-style: none;
}
.main-wrap .content-area {
  max-width: none;
  padding-top: 1.875rem;
  padding-bottom: 2.1875rem;
}
.main-wrap #secondary-secondary .widgets-area {
  max-width: 250px;
}
.main-wrap .widgets-area {
  flex: 0 0 300px;
  max-width: 300px;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
[dir=rtl] .main-wrap .widgets-area {
  margin-right: 50px;
}
@media (max-width: 991.98px) {
  [dir=rtl] .main-wrap .widgets-area {
    flex: 0 0 100%;
    max-width: 100%;
    margin-right: 0;
  }
}
[dir=ltr] .main-wrap .widgets-area {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  [dir=ltr] .main-wrap .widgets-area {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.main-wrap .widgets-area.is-first {
  flex: 0 0 360px;
  max-width: 360px;
  padding: 15px;
  height: calc(100% - 32px);
  border-right: 1px solid rgba(0, 0, 0, 0.085);
}
@media (max-width: 991.98px) {
  .main-wrap .widgets-area.is-first {
    flex: 0 0 300px;
    max-width: 300px;
  }
}
[dir=rtl] .main-wrap .widgets-area.is-first {
  margin-left: 50px;
  margin-right: 0;
}
[dir=ltr] .main-wrap .widgets-area.is-first {
  margin-right: 50px;
  margin-left: 0;
}

ul.leaderboard-list {
  padding: 0;
  margin: 0;
}
ul.leaderboard-list > li {
  list-style: none;
  padding: 5px 15px;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
  background: #fff;
  margin: 0.375rem 0;
  transition: all 0.2s ease-in-out;
}
ul.leaderboard-list > li:first-child {
  margin-top: 0;
}
ul.leaderboard-list > li:hover {
  transform: scale(1.03);
}
ul.leaderboard-list > li span {
  font-weight: 700;
}
ul.leaderboard-list > li span:after {
  content: ".";
}
ul.leaderboard-list > li div {
  font-size: 80%;
}
[dir=rtl] ul.leaderboard-list > li .photo {
  margin-right: 10px;
}
[dir=ltr] ul.leaderboard-list > li .photo {
  margin-left: 10px;
}
ul.leaderboard-list > li .photo img.avatar {
  height: 40px;
  width: 40px;
}
ul.leaderboard-list > li .photo .crown {
  display: none;
}
ul.leaderboard-list > li .user-detail {
  max-width: 145px;
  overflow: hidden;
}
[dir=rtl] ul.leaderboard-list > li .user-detail {
  margin-right: 8px;
}
[dir=ltr] ul.leaderboard-list > li .user-detail {
  margin-left: 8px;
}
ul.leaderboard-list > li .user-detail .name {
  color: #37384e;
}
ul.leaderboard-list > li .user-detail .badges {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.leaderboard-list > li .user-detail .badges li {
  display: inline-block;
  cursor: pointer;
}
ul.leaderboard-list > li .user-detail .badges li img {
  width: 18px;
  height: 18px;
}
[dir=rtl] ul.leaderboard-list > li .user-detail .badges li img {
  margin-left: 3px;
}
[dir=ltr] ul.leaderboard-list > li .user-detail .badges li img {
  margin-right: 3px;
}
ul.leaderboard-list > li .points {
  color: #18191a;
}
[dir=rtl] ul.leaderboard-list > li .points b {
  margin-left: 3px;
}
[dir=ltr] ul.leaderboard-list > li .points b {
  margin-right: 3px;
}

.widget-categories ol,
.widget-categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget-categories ol > li,
.widget-categories ul > li {
  display: block;
  margin-bottom: 0.375rem;
}
.widget-categories ol > li:last-child,
.widget-categories ul > li:last-child {
  margin-bottom: 0;
}
.widget-categories ol > li ol,
.widget-categories ol > li ul,
.widget-categories ul > li ol,
.widget-categories ul > li ul {
  padding: 0.25rem 0 0.25rem 1.375rem;
}
.widget-categories ol > li ol > li,
.widget-categories ol > li ul > li,
.widget-categories ul > li ol > li,
.widget-categories ul > li ul > li {
  position: relative;
  margin-bottom: 0;
  border-left: 2px solid rgba(0, 0, 0, 0.085);
}
[dir=rtl] .widget-categories ol > li ol > li > a,
[dir=rtl] .widget-categories ol > li ul > li > a,
[dir=rtl] .widget-categories ul > li ol > li > a,
[dir=rtl] .widget-categories ul > li ul > li > a {
  padding-right: 1.125rem !important;
}
[dir=ltr] .widget-categories ol > li ol > li > a,
[dir=ltr] .widget-categories ol > li ul > li > a,
[dir=ltr] .widget-categories ul > li ol > li > a,
[dir=ltr] .widget-categories ul > li ul > li > a {
  padding-left: 1.125rem !important;
}
.widget-categories ol > li ol > li > a::after,
.widget-categories ol > li ul > li > a::after,
.widget-categories ul > li ol > li > a::after,
.widget-categories ul > li ul > li > a::after {
  position: absolute;
  top: 50%;
  width: 0.75rem;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.085);
  content: "";
}
[dir=rtl] .widget-categories ol > li ol > li > a::after,
[dir=rtl] .widget-categories ol > li ul > li > a::after,
[dir=rtl] .widget-categories ul > li ol > li > a::after,
[dir=rtl] .widget-categories ul > li ul > li > a::after {
  right: 0;
}
[dir=ltr] .widget-categories ol > li ol > li > a::after,
[dir=ltr] .widget-categories ol > li ul > li > a::after,
[dir=ltr] .widget-categories ul > li ol > li > a::after,
[dir=ltr] .widget-categories ul > li ul > li > a::after {
  left: 0;
}
[dir=rtl] .widget-categories .widget-link {
  padding-right: 1rem;
  margin-right: 0.3875rem;
}
[dir=ltr] .widget-categories .widget-link {
  padding-left: 1rem;
  margin-left: 0.3875rem;
}
.widget-categories .widget-link::before {
  position: absolute;
  top: 0.3875rem;
  transition: transform 0.25s ease-in-out, opacity 0.2s ease-in-out;
  font-family: "Font Awesome 5 Free";
  font-size: 80%;
  font-weight: 900;
  opacity: 0.4;
}
[dir=rtl] .widget-categories .widget-link::before {
  right: 0;
  content: "\f053";
}
[dir=ltr] .widget-categories .widget-link::before {
  left: 0;
  content: "\f054";
}
.widget-categories .widget-link.active::before, .widget-categories .widget-link:hover::before {
  opacity: 1;
}
.widget-categories .widget-link + ul > li > .widget-link {
  padding-left: inherit;
}
.widget-categories .widget-link + ul > li > .widget-link::before {
  display: none;
}
.widget-categories .active > .widget-link::before {
  opacity: 1;
}
.widget-categories [data-toggle=collapse] {
  color: #3e64ff;
}
.widget-categories [data-toggle=collapse]::before {
  transform: rotate(90deg);
  opacity: 1;
}
.widget-categories [data-toggle=collapse].collapsed {
  color: #5a5b75;
}
.widget-categories [data-toggle=collapse].collapsed::before {
  transform: none;
  opacity: 0.5;
}
.widget-categories [data-toggle=collapse].collapsed:hover {
  color: #3e64ff;
}
.widget-categories [data-toggle=collapse].collapsed:hover::before {
  opacity: 1;
}

.tag {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.25s ease-in-out, color 0.25s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 0.5rem;
  background-color: #fff;
  color: #737491;
  text-transform: lowercase;
  margin-bottom: 0.3125rem;
  font-size: 0.8125rem;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
}
.tag:before {
  content: "#";
}
.tag:hover {
  border-color: rgba(0, 0, 0, 0.085);
  color: #4a4b65;
  text-decoration: none;
}

.widgets {
  margin-bottom: 3rem;
  border: rgba(0, 0, 0, 0.085);
}
.widgets:last-child {
  margin-bottom: 0;
  padding-bottom: 2.1875rem;
}
.widgets .widget-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.widgets.widget-layout-1 .widget-title {
  position: relative;
  padding-bottom: 0.625rem;
}
.widgets.widget-layout-1 .widget-title::after {
  width: 2.5rem;
  height: 0.1875rem;
  background: #18191a;
  position: absolute;
  content: "";
  bottom: 0;
}
[dir=rtl] .widgets.widget-layout-1 .widget-title::after {
  right: 0;
}
[dir=ltr] .widgets.widget-layout-1 .widget-title::after {
  left: 0;
}
.widgets.widget-layout-2 {
  position: relative;
}
.widgets.widget-layout-2.has-title::before {
  width: 100%;
  border-bottom: solid 1px #737491;
  position: absolute;
  content: "";
  top: 2rem;
  z-index: -2;
}
[dir=rtl] .widgets.widget-layout-2.has-title::before {
  right: 0;
}
[dir=ltr] .widgets.widget-layout-2.has-title::before {
  left: 0;
}
.widgets.widget-layout-2 .widget-title {
  display: inline-block;
  border: solid 1px #737491;
  position: relative;
  padding: 0.5rem 1.5rem;
  background: #fff;
  margin-bottom: 2rem;
}
.widgets.widget-layout-2 .widget-title::before {
  width: 100%;
  height: 100%;
  border: 1px solid #737491;
  position: absolute;
  content: "";
  top: 0.5rem;
  z-index: -1;
  background: #fff;
}
[dir=rtl] .widgets.widget-layout-2 .widget-title::before {
  right: 0.5rem;
}
[dir=ltr] .widgets.widget-layout-2 .widget-title::before {
  left: 0.5rem;
}
.widgets.widget-layout-3 {
  border-top: 0.5rem solid #3e64ff;
  padding: 1rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-right: solid 1px rgba(0, 0, 0, 0.085);
  border-left: solid 1px rgba(0, 0, 0, 0.085);
  border-bottom: solid 1px rgba(0, 0, 0, 0.085);
}
.widgets.widget-layout-3 .widget-title {
  font-size: inherit;
  font-weight: 700;
  color: #3e64ff;
}
.widgets .widget-body {
  flex: 1 1 auto;
}
.widgets .widget-body.slick-slider {
  margin: 0;
}

.widget-link {
  display: block;
  position: relative;
  padding: 0.25rem 0;
  transition: color 0.25s ease-in-out;
  color: #5a5b75;
  font-weight: 500;
  text-decoration: none;
}
.widget-link:hover {
  color: #3e64ff;
  text-decoration: none;
}
.widget-link.active, .active > .widget-link {
  color: #3e64ff;
  pointer-events: none;
  cursor: default;
}
.widget-link > small {
  display: inline-block;
  font-size: 75%;
  font-weight: normal;
}
.widget-link + ul > li > .child-widget-link {
  font-size: 87.5%;
  margin-left: 0 !important;
}

.story-item.is-same-height {
  margin-bottom: 30px;
}
.story-item.is-same-height .post-card {
  height: 100%;
  margin-bottom: 0 !important;
}

.post-card {
  border: solid 1px rgba(0, 0, 0, 0.085);
  background-color: #fff;
  margin-bottom: 30px;
  overflow: hidden;
  word-wrap: break-word;
  position: relative;
  transition: border-color 0.3s ease-in-out, box-shadow 0.5s ease-in-out;
}
.post-card p {
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0;
}
.post-card.is-classic {
  border-radius: 1rem;
}
.post-card.is-classic:hover {
  border-color: rgba(62, 100, 255, 0.35);
}
.post-card.is-classic .card-content .excerpt {
  display: none;
}
.post-card.is-overlay {
  border-radius: 1rem;
}
.post-card.is-overlay .card-content {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.post-card.is-overlay:hover .card-content {
  opacity: 1;
  background-color: rgba(62, 100, 255, 0.75) !important;
  color: #fff;
}
.post-card.is-overlay:hover .card-content .title,
.post-card.is-overlay:hover .card-content a {
  color: #fff;
}
.post-card.is-featured {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
}
.post-card.is-featured:hover .card-image .image {
  transform: scale(1.05) translateY(-1rem);
}
.post-card.post-card-sm .card-content {
  padding: 0.875rem !important;
}
.post-card.post-card-sm .card-content .title {
  font-weight: normal;
  font-size: 0.9375rem !important;
}
.post-card .card-label {
  position: absolute !important;
  top: 15px;
  left: 15px;
  z-index: 2;
  background: #718dff;
  display: block;
  padding: 5px 15px;
  border-radius: 1rem;
  color: #fff;
  font-size: 0.7875rem;
  transition: all 0.4s ease-out;
}
.post-card .card-label:hover {
  background: #3e64ff;
}
.post-card .card-badge {
  position: absolute !important;
  bottom: 15px;
  right: 15px;
  z-index: 1001;
  background: #3e64ff;
  display: block;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 0.675rem;
  transition: all 0.4s ease-out;
  width: 2rem;
  height: 2rem;
}
.post-card .card-badge:hover {
  background: #a4b6ff;
}
.post-card .card-badge::before {
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.post-card .card-badge.card-ctaform::before {
  content: "\f004";
}
.post-card .card-badge.card-ctabutton::before {
  content: "\f004";
}
.post-card .card-badge.card-logic::before {
  content: "\f128";
}
.post-card .card-badge.card-personality::before {
  content: "\f14a";
}
.post-card .card-badge.card-trivia::before {
  content: "\f0ae";
}
.post-card .card-badge.card-poll::before {
  content: "\f682";
}
.post-card .card-badge.card-list::before {
  content: "\f022";
}
.post-card .card-badge.card-rank::before {
  content: "\f43f";
}
.post-card .card-badge.card-article::before {
  content: "\f1ea";
}
.post-card a {
  color: #18191a;
  text-decoration: none;
  transition: color 0.3s;
}
.post-card:hover {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
}
.post-card:hover .card-label {
  background-color: #5878ff;
}
.post-card:hover .card-image .image {
  transform: scale(1.05);
}
.post-card:hover .card-image .overlay-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  visibility: visible;
  opacity: 1;
}
.post-card.is-horizontal {
  display: flex;
  align-items: center;
}
.post-card.is-horizontal.is-reverse {
  flex-direction: row-reverse;
}
.post-card.is-horizontal.is-small .card-image {
  width: 56%;
}
.post-card.is-horizontal.is-small .card-content {
  width: 100%;
}
.post-card.is-horizontal .card-image {
  width: 100%;
}
.post-card.is-horizontal .card-content {
  width: 50%;
  padding: 0.875rem 1.5rem;
}
.post-card.is-horizontal .card-content .title {
  font-size: calc(1rem + 0.5vw);
}
@media (max-width: 767.98px) {
  .post-card.is-horizontal .card-content {
    padding: 0.4375rem 0.75rem;
  }
  .post-card.is-horizontal .card-content .excerpt {
    display: none;
  }
  .post-card.is-horizontal .card-image {
    width: 75%;
  }
  .post-card.is-horizontal .card-image .image.is-16by9 {
    padding-top: 100%;
  }
}
.post-card .card-image {
  position: relative;
  display: block;
  overflow: hidden;
}
.post-card .card-image img {
  max-width: 100%;
}
.post-card .card-image .overlay-buttons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.7);
  padding: 15px;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.post-card .card-image .image {
  background-size: cover;
  background-position: 50%;
  background-color: #f3f3f9;
  transition: all 0.3s;
}
.post-card .card-image .image.empty:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: attr(data-empty);
  transform: translate(-50%, -50%);
  font-size: 22px;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  color: #a9a9a9;
  text-transform: uppercase;
}
.post-card .card-image .image.is-2by1 {
  padding-top: 50%;
}
.post-card .card-image .image.is-16by9 {
  padding-top: 56%;
}
.post-card .card-image .image.is-16by9 img, .post-card .card-image .image.is-2by1 img, .post-card .card-image .image.is-square img {
  height: 100%;
  width: 100%;
}
.post-card .card-image .image.is-square {
  padding-top: 100%;
}
.post-card .card-image .image.is-square img {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.post-card .card-image .image.is-128x128 {
  height: 128px;
  width: 128px;
}
.post-card .card-content {
  position: relative;
  padding: 0.75rem 1rem;
}
.post-card .card-content .title {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 0;
}
.post-card .card-content .stats {
  display: flex;
  text-align: center;
  margin-top: 20px;
}
.post-card .card-content .card-date {
  font-size: 0.75rem;
  color: #9e9fb4;
  display: none;
}
.post-card .card-content .author {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 0.375rem;
}
.post-card .card-content .author img {
  width: 18px;
  height: 18px;
}
[dir=rtl] .post-card .card-content .author img {
  margin-left: 5px;
}
[dir=ltr] .post-card .card-content .author img {
  margin-right: 5px;
}
.post-card .card-content .author .user-verified-badge {
  width: 14px;
  height: 14px;
}
.post-card .card-footer {
  margin-top: auto;
  background: #f7f7fc;
  color: #4a4b65;
  padding: 15px 25px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-group-overlay {
  position: relative;
  width: 100%;
}
.input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  border-top-left-radius: 0.75rem !important;
  border-bottom-left-radius: 0.75rem !important;
}
[dir=rtl] .input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  padding-right: 2.5rem;
}
[dir=ltr] .input-group-overlay .prepended-form-control:not(.rounded-left-0) {
  padding-left: 2.5rem;
}
.input-group-overlay .appended-form-control:not(.rounded-right-0) {
  border-top-right-radius: 0.75rem !important;
  border-bottom-right-radius: 0.75rem !important;
}
[dir=rtl] .input-group-overlay .appended-form-control:not(.rounded-right-0) {
  padding-left: 2.5rem;
}
[dir=ltr] .input-group-overlay .appended-form-control:not(.rounded-right-0) {
  padding-right: 2.5rem;
}

.input-group-append-overlay,
.input-group-prepend-overlay {
  display: flex;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}
.input-group-append-overlay .input-group-text,
.input-group-prepend-overlay .input-group-text {
  border: 0;
  background-color: transparent;
}

[dir=rtl] .input-group-append-overlay {
  left: 0;
}
[dir=ltr] .input-group-append-overlay {
  right: 0;
}
.input-group-append-overlay .custom-select,
.input-group-append-overlay .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group-prepend-overlay .custom-select,
.input-group-prepend-overlay .form-control {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

[dir=rtl] .input-group-sm .appended-form-control {
  padding-left: 2rem;
}
[dir=ltr] .input-group-sm .appended-form-control {
  padding-right: 2rem;
}
[dir=rtl] .input-group-sm .prepended-form-control {
  padding-right: 2rem;
}
[dir=ltr] .input-group-sm .prepended-form-control {
  padding-left: 2rem;
}
.input-group-sm > .input-group-append-overlay > .input-group-text,
.input-group-sm > .input-group-prepend-overlay > .input-group-text {
  padding: 0.425rem 1rem;
  font-size: 0.875rem;
}

[dir=rtl] .input-group-lg .appended-form-control {
  padding-left: 3rem !important;
}
[dir=ltr] .input-group-lg .appended-form-control {
  padding-right: 3rem !important;
}
[dir=rtl] .input-group-lg .prepended-form-control {
  padding-right: 3rem !important;
}
[dir=ltr] .input-group-lg .prepended-form-control {
  padding-left: 3rem !important;
}
.input-group-lg > .input-group-append-overlay > .input-group-text,
.input-group-lg > .input-group-prepend-overlay > .input-group-text {
  padding: 0.75rem 1.25rem;
  font-size: 1.125rem;
}

label {
  padding-top: 0.0625rem;
  font-size: 0.875rem;
}
label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.custom-option-label):not(.btn) {
  color: #4a4b65;
  font-weight: 500;
}

.col-form-label {
  font-size: 0.875rem;
}

.form-label-sm {
  padding-left: 1rem;
}

.form-label {
  padding-left: 1.125rem;
}

.form-label-lg {
  padding-left: 1.25rem;
}

.password-toggle {
  position: relative;
}
.password-toggle .form-control {
  padding-right: 3rem;
}

.password-toggle-btn {
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  padding: 0.5rem;
  transform: translateY(-50%);
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}
[dir=rtl] .password-toggle-btn {
  left: 0.625rem;
}
[dir=ltr] .password-toggle-btn {
  right: 0.625rem;
}
.password-toggle-btn .password-toggle-indicator {
  color: #737491;
}
.password-toggle-btn .password-toggle-indicator::before {
  font-family: "Font Awesome 5 Free";
  content: "\f06e";
}
.password-toggle-btn .password-toggle-indicator:hover {
  color: #3e64ff;
}
.password-toggle-btn .custom-control-input:checked ~ .password-toggle-indicator::before {
  content: "\f070";
}

[dir=rtl] .was-validated .password-toggle .form-control.is-invalid,
[dir=rtl] .was-validated .password-toggle .form-control.is-valid,
[dir=rtl] .was-validated .password-toggle .form-control:invalid,
[dir=rtl] .was-validated .password-toggle .form-control:valid {
  padding-left: 4rem;
}
[dir=ltr] .was-validated .password-toggle .form-control.is-invalid,
[dir=ltr] .was-validated .password-toggle .form-control.is-valid,
[dir=ltr] .was-validated .password-toggle .form-control:invalid,
[dir=ltr] .was-validated .password-toggle .form-control:valid {
  padding-right: 4rem;
}
[dir=rtl] .was-validated .password-toggle .form-control.is-invalid + .password-toggle-btn,
[dir=rtl] .was-validated .password-toggle .form-control.is-valid + .password-toggle-btn,
[dir=rtl] .was-validated .password-toggle .form-control:invalid + .password-toggle-btn,
[dir=rtl] .was-validated .password-toggle .form-control:valid + .password-toggle-btn {
  left: 2.1rem;
}
[dir=ltr] .was-validated .password-toggle .form-control.is-invalid + .password-toggle-btn,
[dir=ltr] .was-validated .password-toggle .form-control.is-valid + .password-toggle-btn,
[dir=ltr] .was-validated .password-toggle .form-control:invalid + .password-toggle-btn,
[dir=ltr] .was-validated .password-toggle .form-control:valid + .password-toggle-btn {
  right: 2.1rem;
}

.custom-select-sm {
  border-radius: 0.5rem;
}

.custom-control-label:focus,
.custom-control:focus {
  outline: none;
}

.custom-control {
  padding-left: 1.6666666667rem;
}

.custom-switch {
  padding-left: 3.1666666667rem;
}
.custom-switch .custom-control-label::before {
  height: 1rem;
  border: 0;
  background-color: #e3e3ee;
}
.custom-switch .custom-control-label::after {
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.085);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0.1875rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.15);
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(1.1875rem);
  background-color: #fff;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #ececf6;
}
.custom-switch .custom-control-input:disabled ~ .custom-control-label::after {
  box-shadow: none;
  opacity: 0.9;
}

.input-group-text .custom-control {
  margin-right: -0.625rem;
}

.form-control.is-valid, .form-control.is-valid:focus,
.was-validated .custom-file-input:valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label:focus,
.was-validated .form-control.is-valid,
.was-validated .form-control.is-valid:focus,
.was-validated .form-control:valid,
.was-validated .form-control:valid:focus {
  border-color: #dfdfeb;
}

.invalid-tooltip,
.valid-tooltip {
  position: static;
  margin-top: 0.25rem;
  padding: 0.15rem 0.5rem;
  font-size: 80%;
}

.valid-tooltip {
  color: #36b37e;
}

.invalid-tooltip {
  color: #ff5630;
}

.was-validated .custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip,
.was-validated .form-control.is-invalid ~ .invalid-tooltip,
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: table;
}
.was-validated .custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-tooltip,
.was-validated .form-control.is-valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-tooltip {
  display: table;
}

.was-validated .custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: inherit;
}

.was-validated .custom-control-input.is-valid:checked ~ .custom-control-label::before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #3e64ff !important;
  background-color: #3e64ff;
}

.was-validated .custom-control-input.is-valid ~ .custom-control-label::before,
.was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #9e9fb4 !important;
}

.form-control:disabled {
  cursor: not-allowed;
}

.form-text {
  padding-top: 0.125rem;
  font-size: 0.75rem;
}

.subscribe-status {
  display: table;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}
.subscribe-status.status-error, .subscribe-status.status-success {
  margin-top: 0.5rem;
  padding: 0.5rem 0.75rem;
}
.subscribe-status.status-success {
  background-color: rgba(54, 179, 126, 0.08);
  color: #309f70;
}
.subscribe-status.status-error {
  background-color: rgba(255, 86, 48, 0.08);
  color: #ff4117;
}

.custom-color-option,
.custom-size-option {
  padding-left: 0;
}
.custom-color-option.custom-control-inline,
.custom-size-option.custom-control-inline {
  margin-right: 0.25rem;
}

.custom-option-label {
  position: relative;
  margin-bottom: 0;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-size-option .custom-option-label {
  width: 2.75rem;
  height: 2.75rem;
  border: 1px solid #dfdfeb;
  border-radius: 0.75rem;
  background-color: transparent;
  color: #5a5b75;
  font-size: 0.9375rem;
  text-align: center;
  line-height: 2.5rem;
  cursor: pointer;
}
.custom-size-option .custom-option-label:hover {
  border-color: #c0c0d7;
  color: #4a4b65;
}
.custom-size-option .custom-control-input:checked ~ .custom-option-label {
  border-color: rgba(62, 100, 255, 0.35);
  background-color: #fff;
  color: #3e64ff;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
  cursor: default;
}
.custom-size-option .custom-control-input:disabled ~ .custom-option-label {
  border-color: #e9e9f2 !important;
  background-color: #f3f3f9 !important;
  color: #9e9fb4 !important;
  cursor: not-allowed;
}

.custom-color-option .custom-option-label {
  position: relative;
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid transparent;
  border-radius: 50%;
  cursor: pointer;
}
.custom-color-option .color-swatch {
  display: block;
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
}
.custom-color-option .custom-control-input:checked ~ .custom-option-label {
  border-color: #d6d6e5;
  cursor: default;
}

.file-drop-area {
  position: relative;
  padding: 2.5rem 1rem;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  border: 2px dashed #dfdfeb;
  border-radius: 1rem;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
}
.file-drop-area .file-drop-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: 2;
}
.file-drop-area .file-drop-icon {
  display: block;
  margin-bottom: 1rem;
  color: #9e9fb4;
  font-size: 1.625rem;
}
.file-drop-area .file-drop-preview {
  display: block;
  max-width: 16rem;
  margin-right: auto;
  margin-bottom: 0.75rem;
  margin-left: auto;
}
.file-drop-area .file-drop-message {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 1.25rem;
}
.file-drop-area .btn {
  position: relative;
  z-index: 3;
}
.file-drop-area:hover {
  border-color: #c9c9dd;
}

.date-picker[readonly] {
  background-color: #fff;
}

.flatpickr-calendar {
  padding: 0 1.125rem;
  border-radius: 0.75rem;
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0, 0, 0, 0.07), 0.3125rem 1.25rem 2.5rem 0 rgba(0, 0, 0, 0.04);
  border: 0;
}

.flatpickr-innerContainer {
  padding-bottom: 1.125rem;
}

.flatpickr-months {
  padding: 0.75rem 0;
}
.flatpickr-months svg {
  vertical-align: top;
}
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  top: 0.75rem;
}
.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #3e64ff;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  padding: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover,
.numInputWrapper:hover {
  background-color: #f3f3fb;
}

.flatpickr-day {
  border-radius: 0;
  border-radius: 0.75rem;
}
.flatpickr-day:hover:not(.flatpickr-disabled):not(.today):not(.selected) {
  border-color: #f3f3fb;
  background-color: #f3f3fb;
}
.flatpickr-day.today {
  border-color: rgba(62, 100, 255, 0.5) !important;
  color: #3e64ff !important;
}
.flatpickr-day.today.selected {
  color: #fff !important;
}
.flatpickr-day.today:hover {
  background-color: transparent;
}
.flatpickr-day.selected {
  border-color: #3e64ff !important;
  background-color: #3e64ff !important;
}
.flatpickr-day.flatpickr-disabled {
  color: #ccccdf !important;
}
.flatpickr-day.nextMonthDay {
  color: #9091a9;
}
.flatpickr-day.inRange {
  border-color: #f3f3fb !important;
  background-color: #f3f3fb !important;
  box-shadow: -5px 0 0 #f3f3fb, 5px 0 0 #f3f3fb;
}
.flatpickr-day.endRange, .flatpickr-day.endRange.seleced, .flatpickr-day.endRange:hover, .flatpickr-day.startRange {
  border-color: #3e64ff !important;
  background-color: #3e64ff !important;
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0;
  border-radius: 0 0.75rem 0.75rem 0;
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 0;
  border-radius: 0.75rem 0 0 0.75rem;
}

.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #3e64ff;
}

.flatpickr-time {
  margin-bottom: 0.5rem;
}
.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background-color: #f3f3fb;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: 600;
}

.signin-form {
  position: relative;
  width: 652px;
  min-height: 556px !important;
  padding-bottom: 40px;
  overflow: hidden;
}
.signin-form::after, .signin-form::before {
  position: absolute;
  content: "";
}
.signin-form::before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 556px;
  background-image: url("../img/account/signin-illustration.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.signin-form::after {
  left: 122px;
  bottom: 556px;
  width: 412px;
  height: 100%;
  background-color: #fff;
}
.signin-form .signin-form-inner {
  position: relative;
  max-width: 390px;
  margin: 0 auto;
  padding: 32px 30px 0;
  background-color: #fff;
  z-index: 5;
}
@media (max-width: 767.98px) {
  .signin-form {
    padding-bottom: 0;
    overflow: visible;
  }
  .signin-form::after, .signin-form::before {
    display: none;
  }
  .signin-form .signin-form-inner {
    padding: 40px 20px;
    border-radius: 1rem;
    box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
  }
}

.table-cards tbody td,
.table-cards tbody th {
  border: 0 !important;
  padding: 1rem;
  position: relative;
  background-color: transparent;
}
.table-cards thead td,
.table-cards thead th {
  border: 0 !important;
  padding: 1rem;
  position: relative;
  background-color: transparent;
}
.table-cards tr {
  transition: all 0.2s ease;
}
.table-cards tbody tr:not(.table-divider) {
  border-radius: 0.375rem;
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0, 0, 0, 0.13);
}
.table-cards tbody tr th {
  border-radius: 0.375rem 0 0 0.375rem;
}
.table-cards tbody tr th:after {
  border-radius: 0.375rem 0 0 0.375rem;
  border-left: 1px solid rgba(0, 0, 0, 0.085);
}
.table-cards tbody tr td {
  background-color: #fff;
}
.table-cards tbody tr td:last-child {
  border-radius: 0 0.375rem 0.375rem 0;
}
.table-cards tbody tr td:last-child:after {
  border-radius: 0 0.375rem 0.375rem 0;
  border-right: 1px solid rgba(0, 0, 0, 0.085);
}
.table-cards tbody tr th {
  background-color: #fff;
}
.table-cards tbody tr td:after,
.table-cards tbody tr th:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  left: 0;
  top: 0;
  pointer-events: none;
}
.table-cards tr.table-divider {
  height: 1rem;
}
.table-cards.table-hover tbody > tr:hover td,
.table-cards.table-hover tbody > tr:hover th {
  background-color: #FAFBFE;
}

@media (min-width: 768px) {
  .table-cards.table-scale--hover tr:hover {
    transform: scale(1.02);
  }
}
.login-page .bg-img-holder {
  background-position: center center;
  background-size: cover;
  opacity: 1;
  height: 100%;
  top: 0;
  position: absolute;
  height: 100%;
  min-height: 20rem;
  background-repeat: no-repeat;
  z-index: -1;
  padding: 0;
}
[dir=rtl] .login-page .bg-img-holder {
  left: 0;
}
[dir=ltr] .login-page .bg-img-holder {
  right: 0;
}
.login-page .bg-img-holder video {
  position: fixed;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}
.login-page .logo img {
  max-height: 40px;
  width: auto;
}
.login-page.dark-mode .light-logo {
  display: none;
}
.login-page.dark-mode .dark-logo {
  display: inline-block;
}
.login-page:not(.dark-mode) .light-logo {
  display: inline-block;
}
.login-page:not(.dark-mode) .dark-logo {
  display: none;
}

.user-profile .users-header .item-meta {
  margin: 0 0 0.75rem;
  padding: 0;
}
.user-profile .users-header .item-meta .separator {
  color: #37384e;
  margin: 0 0.75rem;
}
.user-profile .users-header .followers-wrap,
.user-profile .users-header .following-wrap {
  flex: initial;
  margin-right: 1.25rem;
}
.user-profile .users-header .followers-wrap,
.user-profile .users-header .following-wrap {
  display: flex;
  align-items: center;
  flex: 1;
  line-height: 1;
  margin-bottom: 0.375rem;
  margin-top: 0.375rem;
}
.user-profile .users-header .followers-wrap b,
.user-profile .users-header .following-wrap b,
.user-profile .users-header .leaderboard-points b {
  color: #37384e;
  font-weight: 600;
}
[dir=rtl] .user-profile .users-header .followers-wrap b,
[dir=rtl] .user-profile .users-header .following-wrap b,
[dir=rtl] .user-profile .users-header .leaderboard-points b {
  margin-left: 0.1875rem;
}
[dir=ltr] .user-profile .users-header .followers-wrap b,
[dir=ltr] .user-profile .users-header .following-wrap b,
[dir=ltr] .user-profile .users-header .leaderboard-points b {
  margin-right: 0.1875rem;
}
@media (max-width: 767.98px) {
  .user-profile .users-header .member-social {
    justify-content: center;
  }
}
.user-profile .users-header a.change-cover-image,
.user-profile .users-header a.change-profile-image {
  background: #f7f7fc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2rem;
  height: 2rem;
  left: 1rem;
  top: 1rem;
  z-index: 3;
  opacity: 0;
  transition: all 0.2s;
  text-decoration: none;
  color: #737491;
}
.user-profile .users-header .profile-cover-image {
  background-position: center center;
  position: relative;
  width: auto;
  height: 28rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e9e9f2;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-cover-image {
    height: 18rem;
  }
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-cover-image {
    height: 12rem;
  }
}
.user-profile .users-header .profile-cover-image:hover a.change-cover-image {
  opacity: 1;
}
.user-profile .users-header .profile-header-image {
  margin-bottom: 0;
  padding: 0 1rem 1.25rem;
  width: 100%;
  min-height: 14rem;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-header-image {
    flex-flow: row wrap;
  }
}
.user-profile .users-header .profile-header-avatar {
  margin: -2rem 2rem 0.375rem 0;
  padding: 0;
}
[dir=rtl] .user-profile .users-header .profile-header-avatar {
  margin: -2rem 0 0.375rem 2rem;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-header-avatar {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1.25rem;
  }
}
.user-profile .users-header .profile-header-avatar img {
  max-width: 180px;
}
.user-profile .users-header .profile-header-avatar a.change-profile-image {
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1rem;
  margin-left: auto;
  margin-right: auto;
}
.user-profile .users-header .profile-header-avatar:hover a.change-profile-image {
  opacity: 1;
}
.user-profile .users-header .profile-header-content {
  margin-left: 0;
  margin-top: 0;
  flex: 1;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-header-content {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-header-content {
    text-align: center;
  }
  .user-profile .users-header .profile-header-content .d-flex {
    flex-flow: row wrap;
  }
}
.user-profile .users-header .profile-content-wrap {
  flex: 1;
}
.user-profile .users-header .profile-content-wrap .profile-title-wrap {
  margin: 2rem 0 0.375rem;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-content-wrap .profile-title-wrap {
    margin-top: 0.375rem;
  }
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-content-wrap .profile-title-wrap {
    text-align: center;
  }
}
.user-profile .users-header .profile-content-wrap .profile-title-wrap .user-nicename {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-content-wrap .profile-title-wrap .user-nicename {
    flex: 0 0 100%;
  }
}
.user-profile .users-header .profile-content-wrap .profile-ranking {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  margin: 0.75rem 0 0;
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-content-wrap .profile-ranking {
    align-items: center;
    justify-content: center;
  }
}
.user-profile .users-header .profile-content-wrap .profile-ranking .ranking-type {
  margin: 0 0.75rem 0.75rem 0;
  display: flex;
  align-items: center;
}
.user-profile .users-header .profile-content-wrap .profile-ranking .ranking-type .rank-user-points {
  margin: 0 0.5rem;
}
.user-profile .users-header .profile-content-wrap .profile-ranking .ranking-type .rank-thumbnail {
  height: 2rem;
  width: 2rem;
}
.user-profile .users-header .profile-header-actions {
  padding-left: 20px;
  text-align: right;
  overflow: visible;
  margin: 30px 0 0;
}
@media (max-width: 991.98px) {
  .user-profile .users-header .profile-header-actions {
    margin-top: 5px;
  }
}
@media (max-width: 767.98px) {
  .user-profile .users-header .profile-header-actions {
    text-align: center;
    flex: 0 0 100%;
    padding: 0;
  }
}
.user-profile .users-header .profile-header-actions > .profile-button {
  display: inline-block;
  margin: 5px 10px 10px 0;
}

.avatar-img {
  position: relative;
  display: inline-block;
  width: 2.5rem;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar-img i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #fff;
  border-radius: 100%;
}
.avatar-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar-img.avatar-100 {
  width: 100px;
}
.avatar-img.avatar-100 i {
  height: 20px;
  width: 20px;
}
.avatar-img.avatar-xl {
  width: 75px;
}
.avatar-img.avatar-xl i {
  height: 15px;
  width: 15px;
}
.avatar-img.avatar-lg {
  width: 50px;
}
.avatar-img.avatar-lg i {
  height: 12px;
  width: 12px;
}
.avatar-img.avatar-sm {
  width: 30px;
}
.avatar-img.avatar-sm i {
  height: 8px;
  width: 8px;
}
.avatar-img.avatar-xs {
  width: 20px;
}
.avatar-img.avatar-xs i {
  height: 7px;
  width: 7px;
}

#image_container input[type=file] {
  display: none !important;
}
#image_container form .avatar-wrapper,
#image_container form .cover-wrapper {
  border: 1px dashed #e9e9f2;
  background: #f7f7fc;
  padding: 0;
}
#image_container form .avatar-wrapper {
  height: auto;
}
#image_container form .cover-wrapper {
  height: 12rem;
  min-height: 12rem;
}

.user-avatar,
.user-cover {
  width: 7.5rem;
  height: 7.5rem;
  margin: 2em auto;
  display: block;
  position: relative;
  overflow: hidden;
}
.user-avatar:hover .edit,
.user-cover:hover .edit {
  display: block;
}
.user-avatar .edit,
.user-cover .edit {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  height: 2.25rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  z-index: 9;
  transition: display 500ms ease-out 1s;
}
.user-avatar .edit i,
.user-cover .edit i {
  color: #f7f7fc;
  line-height: 2rem;
}

.user-cover {
  margin: 0 auto;
}

.badges .achievement img {
  width: 12rem;
  height: 12rem;
}
.badges .achievement h1 {
  font-size: 1.25rem;
}
.badges .achievement h3 {
  font-size: 1rem;
}
.badges .table img {
  width: 3rem;
  height: 3rem;
}
.badges .table .user-verified-badge {
  width: 16px;
  height: 16px;
}

.badges-list {
  display: inline-block;
  position: relative;
  min-height: 100px;
  padding: 10px;
  text-align: left;
  text-align: start;
}
.badges-list .achievement {
  padding: 14px 13px;
}
.badges-list .achievement img {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}
.badges-list .achievement .detail {
  display: inline-block;
  width: 207px;
  vertical-align: top;
  color: #4a4b65;
}
.badges-list .achievement .detail p {
  margin-bottom: 0 !important;
}
.badges-list .achievement .detail .badge-name {
  font-size: 1rem;
  font-weight: 600;
}
.badges-list .achievement .detail .badge-description {
  font-size: 0.75rem;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../default/vendors/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\f053";
}
[dir=rtl] .slick-prev:before {
  content: "\f054";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\f054";
}
[dir=rtl] .slick-next:before {
  content: "\f053";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  line-height: 20px;
  text-align: center;
  color: #5a5b75;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #3e64ff;
  opacity: 0.5;
}

.slick-next::before,
.slick-prev::before {
  font-weight: 900;
  font-size: 1rem;
}

.main-slider {
  visibility: hidden;
}
.main-slider.slider-fixed {
  height: auto;
}
.main-slider.slider-fixed .slide-img {
  height: 350px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 1rem;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09);
}
.main-slider.slick-initialized {
  visibility: visible;
}
.main-slider .layer-row {
  box-sizing: border-box;
  transition: all 0.3s;
  text-align: center;
}
.main-slider .layer-row .slide-title {
  color: #4a4b65;
  font-size: 1.375rem;
  text-decoration: none;
}
@media (max-width: 1200px) {
  .main-slider .layer-row .slide-title {
    font-size: calc(1.2625rem + 0.15vw);
  }
}
.main-slider .layer-row .author {
  opacity: 0.8;
  font-size: 14px;
  margin-bottom: 0.375rem;
}
.main-slider .layer-row .author img {
  width: 18px;
  height: 18px;
}
[dir=rtl] .main-slider .layer-row .author img {
  margin-left: 5px;
}
[dir=ltr] .main-slider .layer-row .author img {
  margin-right: 5px;
}

.custom-slider {
  visibility: hidden;
}
.custom-slider.slick-initialized {
  visibility: visible !important;
}
.custom-slider.carousel-columns {
  /* the slides */
  /* the parent */
}
.custom-slider.carousel-columns .slick-slide {
  margin-right: 15px;
}
.custom-slider.carousel-columns .slick-list {
  margin-right: -15px;
}

.hero-slider {
  position: relative;
  overflow: hidden;
}
.hero-slider .container {
  background-color: transparent !important;
}
.hero-slider .slide {
  position: relative;
  overflow: hidden;
}
.hero-slider .slide .slide-img {
  position: absolute;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  background-attachment: scroll !important;
  left: 0;
  top: 0 !important;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}
.hero-slider .slide .slide-img .scale-timer {
  position: absolute;
  width: 100%;
  height: 100% !important;
  max-width: 100% !important;
  background-attachment: scroll !important;
  left: 0;
  top: 0 !important;
  z-index: 2;
  background-position: center center;
  background-size: cover;
  transform: scale(1);
  transition: transform 1s;
  transition-delay: 0.3s;
}
.hero-slider .slide .slide-img .scale-timer.scaling {
  transform: scale(1.25);
  transition: transform 20s;
}
.hero-slider .slide .details {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
}
.hero-slider .slick-list,
.hero-slider .slick-track {
  height: 100% !important;
}
.hero-slider .slick-slide .animated {
  visibility: hidden !important;
  animation-duration: 0.9s;
  transition: visibility 0.3s;
}
.hero-slider .slick-slide.slick-current .animated.visibleme {
  visibility: visible !important;
}

.moving-container .moving {
  transition: all 0.25s ease-out;
}

.translatez-xs {
  transform: translateZ(20px);
}

.translatez-sm {
  transform: translateZ(40px);
}

.translatez-md {
  transform: translateZ(50px);
}

.translatez-lg {
  transform: translateZ(90px);
}

/* Scale Hover */
.scaled {
  transform: scale(1.1);
}

@media only screen and (max-width: 860px) {
  .scaled {
    transform: scale(1);
  }
}
/* Slick Slider Options */
.hero-controls,
.hero-controls-2 {
  position: relative;
  letter-spacing: 0 !important;
}

.hero-controls .slick-arrow,
.hero-controls-2 .slick-arrow {
  width: 32px;
  height: 60px;
  font-size: 0;
  border: none;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -20px;
  opacity: 0;
  transition: opacity 0.4s ease-in-out 0s;
}

.hero-controls-2:hover .slick-arrow,
.hero-controls:hover .slick-arrow {
  opacity: 0.6;
}

.hero-controls .slick-arrow:hover,
.hero-controls-2 .slick-arrow:hover {
  opacity: 1;
}

[dir=rtl] .hero-controls .slick-arrow.slick-prev {
  right: 10px;
}
[dir=rtl] .hero-controls .slick-arrow.slick-next {
  left: 10px;
}
[dir=ltr] .hero-controls .slick-arrow.slick-prev {
  left: 10px;
}
[dir=ltr] .hero-controls .slick-arrow.slick-next {
  right: 10px;
}
.hero-controls ul.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  margin: 0;
}
.hero-controls .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  font-size: 0;
}
.hero-controls .slick-dots li button {
  border: 2px solid #ddd;
  background: transparent;
  outline: none;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  padding: 0 !important;
  position: relative;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}
.hero-controls:hover .slick-dots li button {
  opacity: 1;
}
.hero-controls .slick-dots li button:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: white;
  outline: none;
  border-radius: 100%;
  width: 100%;
  height: 0;
  transition: all 0.3s ease-in-out 0s;
}
.hero-controls .slick-dots li button:hover:before {
  height: 100%;
}
.hero-controls .slick-dots li.slick-active button:before {
  height: 100%;
}

.widget-body.hero-controls-2 .slick-dots {
  position: relative !important;
}
.widget-body.hero-controls-2 .slick-dots li button {
  background: #9e9fb4;
}

[dir=rtl] .hero-controls-2 .slick-arrow.slick-prev {
  right: 0;
}
[dir=rtl] .hero-controls-2 .slick-arrow.slick-next {
  left: 0;
}
[dir=ltr] .hero-controls-2 .slick-arrow.slick-prev {
  left: 0;
}
[dir=ltr] .hero-controls-2 .slick-arrow.slick-next {
  right: 0;
}
.hero-controls-2 .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.hero-controls-2 .slick-dots li {
  font-size: 0;
  display: inline-block;
}
.hero-controls-2 .slick-dots li button {
  width: 25px;
  height: 1px;
  margin: 0 3px;
  border-radius: 0;
  vertical-align: middle;
  padding: 0;
  top: 0;
  position: relative;
  background: white;
  outline: none;
  border: none;
  box-shadow: none;
}
.hero-controls-2 .slick-dots li.slick-active button {
  height: 8px !important;
}
.hero-controls-2 .slick-dots:hover li button {
  height: 2px;
}
.hero-controls-2 .slick-dots li button:hover {
  height: 8px;
}

.pagination {
  margin-bottom: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.page-link {
  position: relative;
  transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out;
  font-weight: 500;
}
.page-link.page-link-static:hover {
  border-color: transparent;
  background-color: transparent;
  color: #5a5b75;
}
.page-link > i {
  margin-top: -0.125rem;
  font-size: 1.5em;
  vertical-align: middle;
}

.page-item {
  margin: 0.15rem;
}
.page-item.active {
  cursor: default;
}

.pagination .page-link {
  border-radius: 0.5rem;
  font-size: 0.875rem;
}

.pagination-sm .page-link {
  border-radius: 0.5rem;
  font-size: 0.8125rem;
}

.pagination-lg .page-link {
  border-radius: 0.75rem;
  font-size: 1rem;
}
.pagination-lg .page-link > i {
  margin-top: 0;
}

.entry-nav {
  display: block;
  width: 100%;
  max-width: 16rem;
  text-decoration: none;
}
.entry-nav:hover {
  text-decoration: none;
}
.entry-nav .eq-entry-nav-thumb {
  width: 4rem;
}
.entry-nav .eq-entry-nav-thumb > img {
  display: block;
  width: 100%;
  border-radius: 0.75rem;
}

.pagination-center nav {
  display: flex;
}
.pagination-center ul {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  li.page-item {
    display: none;
  }
  .page-item:first-child,
.page-item:nth-child(2),
.page-item:nth-child(3),
.page-item:nth-child(4),
.page-item:nth-last-child(2),
.page-item:last-child,
.page-item.active,
.page-item.disabled {
    display: block;
  }
}
.post-pagination {
  position: relative;
}
.post-pagination.page_buttons.pagination-lg .page-item:first-child .page-link:before, .post-pagination.page_buttons.pagination-lg .page-item:last-child .page-link:before {
  border-width: 21px 15px;
}
.post-pagination.page_buttons .page-item:first-child .page-link, .post-pagination.page_buttons .page-item:last-child .page-link {
  position: relative;
  border-radius: 0;
}
.post-pagination.page_buttons .page-item:first-child .page-link:before, .post-pagination.page_buttons .page-item:last-child .page-link:before {
  display: block;
  width: 0;
  height: 2px;
  margin-left: 1px;
  margin-right: 0;
  border-width: 17px 15px;
  position: absolute;
  left: 100%;
  right: auto;
  top: 0;
  border-style: solid;
  border-color: inherit;
  border-top-color: inherit;
  border-right-color: inherit;
  border-bottom-color: inherit;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  content: "";
}
.post-pagination.page_buttons .page-item:first-child .page-link {
  margin-left: 12px;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-color: #f3f3f9;
  background-color: #f3f3f9;
  color: #18191a;
}
.post-pagination.page_buttons .page-item:first-child .page-link:before {
  left: auto;
  right: 100%;
  margin-right: 1px;
  margin-left: 0;
  border-color: inherit;
  border-top-color: inherit;
  border-bottom-color: inherit;
  border-left-color: inherit;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
}
.post-pagination.page_buttons .page-item:last-child .page-link {
  margin-right: 12px;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-color: var(--primary);
  background-color: var(--primary);
  color: #ffffff;
}
.post-pagination.page_buttons .page-item:last-child:after {
  display: table;
  clear: both;
  content: "";
}
.post-pagination > .post-pages {
  display: none;
}
.post-pagination.page_xofy .post-pages {
  position: absolute;
  display: block;
  width: 33.33%;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
.post-pagination.page_xofy .page-item {
  display: none;
}
.post-pagination.page_xofy .page-item .page-link {
  width: 100%;
  text-align: center;
}
.post-pagination.page_xofy .page-item:first-child,
.post-pagination.page_xofy .page-item:last-child {
  display: flex;
  width: 33.33%;
}
.post-pagination.page_none .page-item {
  display: none;
}
.post-pagination.page_none .page-item .page-link {
  width: 100%;
  text-align: center;
}
.post-pagination.page_none .page-item:first-child,
.post-pagination.page_none .page-item:last-child {
  display: flex;
  width: 50%;
}

.highlight {
  background-color: transparent;
  padding: 0;
}
.highlight.highlight-default {
  background-image: linear-gradient(to bottom, transparent 70%, #fff0b3 90%);
}
.highlight.highlight-green {
  background-image: linear-gradient(to bottom, transparent 70%, #b3e8d2 90%);
}
.highlight.highlight-blue {
  background-image: linear-gradient(to bottom, transparent 70%, #d9e9ff 90%);
}
.highlight.highlight-pink {
  background-image: linear-gradient(to bottom, transparent 70%, #ffe8e3 90%);
}

.post-stats-container {
  border-top: 1px solid rgba(0, 0, 0, 0.085);
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  margin: 1.5rem 0;
  padding: 1.25rem 0;
  position: relative;
}
.post-stats-container .title-container {
  justify-content: center;
  display: flex;
}
.post-stats-container .title-container .stats-title {
  width: 200px;
  height: 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #f3f3f9;
  text-align: center;
  position: absolute;
  top: -11px;
  display: flex;
}
.post-stats-container .title-container .stats-title span {
  margin: auto;
  font-size: 14px;
  color: #737491;
}
.post-stats-container .title-container .stats-title:before {
  position: absolute;
  content: "";
  border-color: transparent transparent #dfdfeb;
  border-style: solid;
  border-width: 0 0 10px 10px;
  left: -10px;
}
.post-stats-container .title-container .stats-title:after {
  position: absolute;
  content: "";
  border-color: transparent transparent transparent #dfdfeb;
  border-style: solid;
  border-width: 10px 0 0 10px;
  right: -10px;
}
.post-stats-container .segment {
  padding: 0;
  display: flex;
  flex-direction: column;
  margin: auto;
  position: relative;
  text-align: center;
  border-left: 1px solid rgba(0, 0, 0, 0.085);
}
.post-stats-container .segment.first-segment {
  border-left: 0;
}
.post-stats-container .segment .value {
  font-size: 40px;
  color: #3e64ff;
  display: inline-block;
}
.post-stats-container .segment .value .percentage-value {
  font-size: 20px;
  margin-left: 3px;
}
.post-stats-container .segment .title {
  font-size: 14px;
  color: #737491;
  height: 23px;
  text-transform: uppercase;
}

.blocks-stats-container .poll-preview .answer {
  width: 100%;
  height: 43px;
  background-color: #f3f3f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  position: relative;
}
.blocks-stats-container .poll-preview .answer .answer-text {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  font-size: 14px;
  justify-content: space-between;
  margin: auto 20px;
  color: #737491;
  align-items: center;
}
.blocks-stats-container .poll-preview .answer .answer-text .right {
  display: inline-flex;
}
.blocks-stats-container .poll-preview .answer .answer-text .right .votes {
  width: 100px;
  text-align: right;
  color: #555;
  font-weight: 600;
}
.blocks-stats-container .poll-preview .answer .answer-text .right .rate {
  width: 60px;
  text-align: right;
}
.blocks-stats-container .poll-preview .answer .fill {
  background-color: #3e64ff;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  opacity: 0.3;
}
.blocks-stats-container .block-wrapper {
  max-width: 650px;
  display: flex;
}
.blocks-stats-container .block-wrapper .icon-block {
  display: flex;
  flex-direction: column;
  width: 152px;
}
.blocks-stats-container .block-wrapper .icon-block > i {
  margin: 33px auto 15px;
  font-size: 26px;
  color: #3e64ff;
}
.blocks-stats-container .block-wrapper .icon-block .engagements {
  width: 120px;
  margin: 0 auto 10px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.085);
  display: flex;
  padding: 12px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
.blocks-stats-container .block-wrapper .icon-block .engagements .number {
  font-weight: 700;
  color: #3e64ff;
}
.blocks-stats-container .block-wrapper .icon-block .engagements .text {
  color: #737491;
  text-align: center;
}
.blocks-stats-container .block-wrapper .icon-block .engagements .text i {
  cursor: pointer;
}
.blocks-stats-container .block-wrapper .icon-block .engagements .text i:hover {
  color: #4a4b65;
}
.blocks-stats-container .block-wrapper .block {
  margin-left: 30px;
  width: 100%;
}
.blocks-stats-container .block-wrapper .block img {
  width: 100%;
}
.blocks-stats-container .block-wrapper .block .icon-preview {
  width: 100%;
  height: 164px;
  position: relative;
  font-size: 14px;
  text-align: center;
}
.blocks-stats-container .block-wrapper .block .icon-preview .background {
  width: 100%;
  height: 164px;
  opacity: 0.2;
  border-radius: 0.75rem;
  background-image: linear-gradient(70deg, #3e64ff, #2684ff);
}
.blocks-stats-container .block-wrapper .block .icon-preview .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 210px;
}
.blocks-stats-container .block-wrapper .block .icon-preview .icon i {
  font-size: 75px;
  color: #3e64ff;
}
.blocks-stats-container .block-wrapper .block .icon-preview .icon .block-text {
  font-size: 14px;
  font-weight: 500;
  color: #737491;
  margin-top: 5px;
  text-align: center;
  text-transform: uppercase;
}
.blocks-stats-container .ph-background {
  height: 10px;
  background-color: #f3f3f9;
}

.breakdown-header ul {
  list-style: none;
  padding: 0;
}
.breakdown-header ul li {
  text-align: center;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.085);
  display: inline-block;
}
.breakdown-header ul li .heading {
  font-size: 1.2rem;
  font-weight: 700;
  color: #4a4b65;
}
.breakdown-header ul li .title {
  font-size: 0.8rem;
}
.breakdown-header ul li:last-child {
  border-right: 0;
}

.breakdown-results td {
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  padding-right: 20px;
}
.breakdown-results .result-media {
  width: 120px;
}
.breakdown-results .result-progress {
  min-width: 150px;
}

.question-container {
  margin-bottom: 0.5rem;
}
.question-container .card-header {
  padding: 10px 15px;
}
.question-container .question-header img {
  width: 60px;
}

.breakdown-question-choices {
  display: flex;
  padding-top: 0;
}
.breakdown-question-choices .placeholder {
  width: 85px;
  text-align: center;
  background-color: #f7f7fc;
  font-size: 14px;
  padding-top: 10px;
}
.breakdown-question-choices ul {
  list-style: none;
  padding-left: 1rem;
  margin-bottom: 0;
  width: 100%;
}
.breakdown-question-choices ul li {
  position: relative;
  height: 40px;
  max-width: 100%;
  background-color: #e9e9f2;
  display: flex;
  margin-top: 10px;
}
.breakdown-question-choices ul li:first-child {
  margin-top: 0;
}
.breakdown-question-choices ul li .choice-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.breakdown-question-choices ul li .choice-wrapper .answer {
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 10;
  padding-left: 10px;
}
.breakdown-question-choices ul li .choice-wrapper .stats {
  display: flex;
  align-items: center;
  width: 50px;
  height: 100%;
  z-index: 10;
  justify-content: center;
}
.breakdown-question-choices ul li img {
  width: 58px;
  min-width: 58px;
  height: 40px;
}

.comment {
  margin-bottom: 2rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  font-size: 0.9375rem;
}
.comment.comment-sm {
  margin-bottom: 1rem;
  padding-bottom: 0.875rem;
}
.comment.comment-sm .media {
  flex: 0 0 30px;
  margin-right: 0.25rem;
}
.comment.comment-sm .media .user-verified-badge {
  right: 4px;
  top: 15px;
}
.comment.comment-sm .media-body {
  line-height: 1;
}
.comment:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.comment .comment-form {
  padding-left: 57px;
}
.comment .vote-count {
  line-height: 26px;
  font-size: 0.875rem;
}
.comment .comment-bullet {
  width: 5px;
  height: 5px;
  background-color: rgba(0, 0, 0, 0.085);
  display: inline-block;
  margin: 0 0.25rem;
  border-radius: 50%;
  vertical-align: middle;
}
.comment .media {
  flex: 0 0 45px;
}
.comment .media .user-verified-badge {
  right: 0;
  bottom: 0;
}
.comment > .comment {
  position: relative;
  margin-top: 1.875rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  padding-left: 3.25rem;
  border-bottom: 0;
}
.comment > .comment::before {
  position: absolute;
  top: 0;
  left: 1.125rem;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.085);
  content: "";
}
@media (max-width: 575.98px) {
  .comment > .comment {
    padding-left: 2.125rem;
  }
  .comment > .comment::before {
    left: 0;
  }
}

.custom-tabs {
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
}
.custom-tabs .nav-link {
  color: #737491;
  border: 0;
}
.custom-tabs .nav-link.active {
  color: #37384e;
  border-bottom: 2px solid #37384e;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.dark-mode {
  background-color: #18191a;
  color: #dfdfeb;
}
.dark-mode .main-slider .layer-row .slide-title {
  color: #fff;
}
.dark-mode .main .container,
.dark-mode .main .container-fluid,
.dark-mode .main .container-xl,
.dark-mode .main .container-xxl {
  background-color: transparent !important;
}
.dark-mode .h1,
.dark-mode .h2,
.dark-mode .h3,
.dark-mode .h4,
.dark-mode .h5,
.dark-mode .h6,
.dark-mode h1,
.dark-mode h2,
.dark-mode h3,
.dark-mode h4,
.dark-mode h5,
.dark-mode h6 {
  color: #fff;
}
.dark-mode .input-group-text,
.dark-mode .password-toggle-btn .password-toggle-indicator {
  color: #fff;
}
.dark-mode .post-card {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: #242526;
}
.dark-mode .post-card a {
  color: #fff;
}
.dark-mode ul.leaderboard-list > li {
  background-color: #242526;
}
.dark-mode ul.leaderboard-list > li .points {
  color: #fff;
}
.dark-mode .nav-heading,
.dark-mode .nav-heading .nav-heading-title,
.dark-mode .nav-heading a,
.dark-mode .widget-link {
  color: #dfdfeb;
}
.dark-mode .widgets.widget-layout-2.has-title:before {
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .widgets.widget-layout-2 .widget-title {
  border-color: rgba(255, 255, 255, 0.05);
  background-color: #242526;
}
.dark-mode .widgets.widget-layout-2 .widget-title:before {
  background-color: #242526;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .widgets.widget-layout-3 {
  border-left-color: rgba(255, 255, 255, 0.05);
  border-right-color: rgba(255, 255, 255, 0.05);
  border-bottom-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .border,
.dark-mode .border-bottom,
.dark-mode .border-left,
.dark-mode .border-right,
.dark-mode .border-top {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .tag {
  background-color: #3a3b3c;
  color: #dfdfeb;
}
.dark-mode .eq-header .navbar.bg-light {
  background-color: #242526 !important;
}
.dark-mode .bg-light,
.dark-mode .bg-white {
  background-color: #242526 !important;
}
.dark-mode .text-light {
  color: #dfdfeb !important;
}
.dark-mode .text-dark {
  color: #fff !important;
}
.dark-mode .bg-secondary {
  background-color: #242526 !important;
}
.dark-mode .navbar-search .input-group .form-control {
  background: #3a3b3c;
}
.dark-mode .quizier-module-container .flipcard .flip-text .text.light {
  color: #737491;
}
.dark-mode .quizier-module-container .flipcard .flip-text .text.dark {
  color: #fff;
}
.dark-mode .quizier-module-container .module-quiz .start-screen .screen {
  background-color: #242526 !important;
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .quizier-module-container .module-quiz .quiz-header .q-tot span {
  color: #fff;
}
.dark-mode .quizier-module-container .module-quiz ul.choices-cont {
  background-color: #242526;
}
.dark-mode .quizier-module-container .module-quiz .result-screen .result-txt {
  background-color: #242526;
}
.dark-mode .quizier-module-container .module-quiz .calculating-results .calc_container {
  background-color: #242526;
}
.dark-mode .quizier-module-container .module-with-options ul.choices-cont li.list-btn {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .quizier-module-container .module-with-options ul.choices-cont li.list-btn button.list {
  color: #dfdfeb;
}
.dark-mode .quizier-module-container .module-with-options ul.choices-cont li .choice-text {
  color: #dfdfeb;
}
.dark-mode .quizier-module-container .module-poll .choices-wrapper {
  background-color: #242526;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .table {
  color: #dfdfeb;
}
.dark-mode .table-cards tbody tr th {
  background: #242526;
}
.dark-mode .table-cards tbody tr td {
  background: #242526;
}
.dark-mode .page-item.disabled .page-link {
  background: #242526;
  color: #dfdfeb;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .modal-body {
  background-color: #242526;
}
.dark-mode label:not(.form-check-label):not(.custom-control-label):not(.custom-file-label):not(.custom-option-label):not(.btn) {
  color: #dfdfeb;
}
.dark-mode .form-control {
  background: #3a3b3c;
  color: #dfdfeb;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .form-control:focus {
  border-color: rgba(62, 100, 255, 0.35);
}
.dark-mode .card,
.dark-mode .card-header,
.dark-mode .user-profile .users-header .profile-header-image {
  background-color: #242526;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .user-profile .users-header .followers-wrap b,
.dark-mode .user-profile .users-header .following-wrap b,
.dark-mode .user-profile .users-header .leaderboard-points b {
  color: #fff;
}
.dark-mode .user-profile .users-header .item-meta .separator {
  color: #fff;
}
.dark-mode .fancy-link {
  color: #fff;
}
.dark-mode .fancy-link.active, .dark-mode .fancy-link:hover {
  color: #3e64ff;
}
.dark-mode .badges-list .achievement .detail {
  color: #dfdfeb;
}
.dark-mode .dropdown-menu {
  background-color: #242526;
}
.dark-mode .dropdown-menu .dropdown-menu {
  background-color: #242526;
}
@media (max-width: 991.98px) {
  .dark-mode .eq-offcanvas-collapse {
    background-color: #242526;
  }
}
.dark-mode .eq-offcanvas-collapse .eq-offcanvas-cap {
  background: #3a3b3c;
}
.dark-mode .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-item {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .eq-offcanvas-collapse .offcanvas-body .navbar-nav .nav-link {
  color: #dfdfeb;
}
.dark-mode .close {
  color: #dfdfeb;
}
.dark-mode .dropdown-item {
  color: #dfdfeb;
}
.dark-mode #image_container form .avatar-wrapper,
.dark-mode #image_container form .cover-wrapper {
  background-color: #242526;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .img-thumbnail {
  background: #3a3b3c;
}
.dark-mode .swal2-popup {
  background: #3a3b3c;
}
.dark-mode .swal2-content,
.dark-mode .swal2-popup {
  color: #dfdfeb;
}
.dark-mode .post-row-items .votebtn-cont a {
  color: #dfdfeb;
  background-color: #242526;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .post-row-items .votebtn-cont a:hover:not(.voted) {
  background: #3a3b3c;
  color: #fff;
}
.dark-mode .share-widget .share-icons ul li .share-button {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .svg-gray {
  color: #dfdfeb;
}
.dark-mode .meta-link {
  color: #dfdfeb;
}
.dark-mode .quizier-editor .module-quiz-random {
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .cards-preview .cards {
  background-image: -owg-linear-gradient(to right, transparent 0, transparent 14px, #18191a 14px, #18191a 102px, transparent 102px, transparent 117px, #18191a 117px, #18191a 205px, transparent 205px, transparent 220px, #18191a 220px, #18191a 308px, transparent 308px, transparent 323px, #18191a 323px, #18191a 411px, transparent 411px, transparent 426px, #18191a 426px, #18191a 514px, transparent 514px, transparent 529px, #18191a 529px, #18191a 617px, transparent 617px, transparent 632px, #18191a 632px, #18191a 720px, transparent 720px, transparent 735px, #18191a 735px);
  background-image: linear-gradient(90deg, transparent 0, transparent 14px, #18191a 0, #18191a 102px, transparent 0, transparent 117px, #18191a 0, #18191a 205px, transparent 0, transparent 220px, #18191a 0, #18191a 308px, transparent 0, transparent 323px, #18191a 0, #18191a 411px, transparent 0, transparent 426px, #18191a 0, #18191a 514px, transparent 0, transparent 529px, #18191a 0, #18191a 617px, transparent 0, transparent 632px, #18191a 0, #18191a 720px, transparent 0, transparent 735px, #18191a 0);
}
.dark-mode .quizier-editor .tabs-component .tabs-component-tabs {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .tabs-component .tabs-component-tab.is-active, .dark-mode .quizier-editor .tabs-component .tabs-component-tab:hover {
  color: #fff;
  border-color: #fff;
}
.dark-mode .quizier-editor .tabs-component .tabs-component-panels {
  border-color: rgba(255, 255, 255, 0.05);
  background: #3a3b3c;
}
.dark-mode .quizier-editor .module-choices .choices-list-item .choice-field {
  background-color: #3a3b3c;
  color: #dfdfeb;
}
.dark-mode .quizier-editor .module-choices .choices-list-item .choice-field .option-field input {
  border-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .quizier-editor .module-choices .choices-list-item.add-choice button {
  background-color: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05) !important;
  color: #dfdfeb;
}
.dark-mode .quizier-editor .card-container.empty {
  background: #3a3b3c;
}
.dark-mode .quizier-editor .quizier-area a.button {
  color: #dfdfeb;
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list.empty {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list.empty:after {
  color: #dfdfeb;
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list {
  background-color: #242526;
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list .quizier-row-item .quizier-form .field .quizier-field,
.dark-mode .quizier-editor .quizier-area .quizier-row-list .quizier-row-item .quizier-form .field [contenteditable=true] {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
  color: #dfdfeb;
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list .quizier-row-item .block-toolbar {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .quizier-area .quizier-row-list .quizier-row-item .quizier-form .field.title .rank-list .rank-btn {
  border-color: rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .quizier-elements {
  background-color: #242526;
}
.dark-mode .quizier-editor .quizier-elements .quizier-elements-list li button {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
  color: #dfdfeb;
}
.dark-mode .quizier-editor .left-menu {
  background-color: #242526;
}
[dir=rtl] .dark-mode .quizier-editor .left-menu {
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.05);
}
[dir=ltr] .dark-mode .quizier-editor .left-menu {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .left-menu .menu-item svg {
  fill: #dfdfeb;
}
.dark-mode .quizier-editor .left-menu .menu-item:not(.active):hover svg {
  fill: #fff;
}
.dark-mode .quizier-editor .left-content {
  background-color: #242526;
}
[dir=rtl] .dark-mode .quizier-editor .left-content {
  box-shadow: inset 1px 0 0 0 rgba(255, 255, 255, 0.05);
}
[dir=ltr] .dark-mode .quizier-editor .left-content {
  box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.05);
}
.dark-mode .quizier-editor .sort-blocks .block-item {
  background: #3a3b3c;
  border-color: rgba(255, 255, 255, 0.05);
  color: #dfdfeb;
}
.dark-mode .quizier-editor .sort-blocks .block-item .block-text {
  border-left-color: rgba(255, 255, 255, 0.05) !important;
}
.dark-mode .quizier-editor .scrolling-nav a {
  color: #dfdfeb;
}
.dark-mode .quizier-editor .scrolling-nav a:hover,
.dark-mode .quizier-editor .scrolling-nav a .active {
  color: #fff;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
/* Attention seekers  */
@keyframes bounce {
  from, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  from, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.animate__tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  from, 11.1%, to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}

/* Back entrances */
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}

/* Back exits */
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0px) scale(0.7);
    opacity: 0.7;
  }
  100% {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}

/* Bouncing entrances  */
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}

/* Bouncing exits  */
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}

/* Fading entrances  */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}

/* Fading exits */
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}

/* Flippers */
@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/* Lightspeed */
@keyframes lightSpeedInRight {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/* Rotating entrances */
@keyframes rotateIn {
  from {
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  from {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  from {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  from {
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}

/* Rotating exits */
@keyframes rotateOut {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  from {
    opacity: 1;
  }
  to {
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}

/* Specials */
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}

/* Zooming entrances */
@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}

/* Zooming exits */
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}

/* Sliding entrances */
@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}

/* Sliding exits */
@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

@keyframes floating {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
.animate__shakeY {
  animation: floating 1s 4;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
}

.fade-enter,
.fade-leave-to,
.fade-leave-active {
  opacity: 0;
}

.jump-enter-active {
  animation: jump 0.2s;
}

.jump-leave-active {
  animation: jump 0.2s reverse;
}

@keyframes jump {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.long-form-enter-active {
  transition: all 0.2s ease;
}

.long-form-leave-active {
  transition: all 0.5s cubic-bezier(1, 0.5, 0.8, 1);
}

.long-form-enter, .long-form-leave-to {
  border-right: solid 1px #ddd !important;
  opacity: 0;
  transform: scaleX(0px);
}

.scale-up-enter-active {
  animation: scaleUp 0.2s;
}

.scale-up-leave-active {
  animation: scaleUp 0.2s reverse;
}

@keyframes scaleUp {
  0% {
    transform: scale3D(1, 1, 1);
  }
  50% {
    transform: scale3D(1.2, 1.2, 1.2);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
.scale-down-enter-active {
  animation: scaleDown 0.2s;
}

.scale-down-leave-active {
  animation: scaleDown 0.2s reverse;
}

@keyframes scaleDown {
  0% {
    transform: scale3D(1.2, 1.2, 1.2);
  }
  50% {
    transform: scale3D(0.8, 0.8, 0.8);
  }
  100% {
    transform: scale3D(1, 1, 1);
  }
}
.slide-left-enter-active {
  animation: slideLeft 0.2s;
}

.slide-left-leave-active {
  animation: slideLeft 0.2s reverse;
}

@keyframes slideLeft {
  0% {
    transform: translate3d(30px, 0, 0);
  }
  70% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}
.slide-right-enter-active {
  animation: slideRight 0.2s;
}

.slide-right-leave-active {
  animation: slideRight 0.2s reverse;
}

@keyframes slideRight {
  0% {
    transform: translate3d(-30px, 0, 0);
  }
  70% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: translate3d(0px, 0, 0);
  }
}
@keyframes bounce-hover {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.05);
  }
}
@keyframes bounce-hover {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.05);
  }
}
@keyframes z-In {
  0% {
    transform: scale(3);
  }
  70% {
    transform: scale(0.85);
  }
  100% {
    transform: scale(0.95);
  }
}
@keyframes slow-zImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes zoomInLeftx {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeftxx {
  0% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.zoomInLeftx {
  animation-name: zoomInLeftx;
}

.scaleIn {
  transform: scale(0.8);
  -webkit-animation-name: zoomInLeftxx 8s ease-out;
  animation: zoomInLeftxx 5s ease-out;
  animation-fill-mode: forwards;
}

.zIn {
  border-radius: 25px;
  transform-origin: right;
  animation: z-In 1s ease-in-out;
  animation-fill-mode: forwards;
}

.slow-zIn {
  animation: slow-zImg 10s ease-out;
  animation-fill-mode: forwards;
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

img.fadeIn {
  animation-duration: 10s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

img.heartBeat {
  animation-duration: 120s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

.quizier-module-container .flipcard-holder {
  perspective: 1000px;
  position: relative;
  z-index: 99;
}
.quizier-module-container .flipcard-holder.landscape {
  min-height: 450px;
  height: 450px;
}
.quizier-module-container .flipcard-holder.square {
  min-height: 650px;
  height: 650px;
}
.quizier-module-container .flipcard-holder .flipcard {
  width: 100%;
  height: 100%;
  position: absolute;
  transition: transform 1s;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
  cursor: pointer;
}
.quizier-module-container .flipcard-holder .flipcard .flip-button-cont {
  text-align: center;
  background: #18191a;
  background: rgba(24, 25, 26, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
}
.quizier-module-container .flipcard-holder .flipcard .flip-button-cont .flip-button {
  color: #fff;
}
.quizier-module-container .flipcard-holder .flipcard .flip-button-cont .flip-button span {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.quizier-module-container .flipcard-holder .flipcard .flip-button-cont .flip-button span svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.quizier-module-container .flipcard-holder .flipcard .flip-button-cont .flip-button div {
  font-size: 1.6rem;
  line-height: 60px;
  display: inline-block;
  font-weight: 700;
  vertical-align: middle;
}
.quizier-module-container .flipcard-holder .flipcard.horizontal:hover:not(.has_flipped) {
  transform: rotateY(20deg);
  box-shadow: 0 20px 20px rgba(24, 25, 26, 0.2);
}
.quizier-module-container .flipcard-holder .flipcard.horizontal.flip {
  transform: rotateY(180deg);
}
.quizier-module-container .flipcard-holder .flipcard.horizontal .back {
  transform: rotateY(180deg);
}
.quizier-module-container .flipcard-holder .flipcard.vertical:hover:not(.has_flipped) {
  transform: rotateX(20deg);
  box-shadow: 0 20px 20px rgba(24, 25, 26, 0.2);
}
.quizier-module-container .flipcard-holder .flipcard.vertical.flip {
  transform: rotateX(180deg);
}
.quizier-module-container .flipcard-holder .flipcard.vertical .back {
  transform: rotateX(180deg);
}
.quizier-module-container .flipcard-holder .flipcard .flip-text {
  width: 90% !important;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 98;
  margin-bottom: 3px;
}
.quizier-module-container .flipcard-holder .flipcard .flip-text .text {
  width: 100%;
  background-color: transparent;
  font-size: calc(28px + 1vw);
  resize: none;
  line-height: 1.2;
}
.quizier-module-container .flipcard-holder .flipcard .flip-text .text.left {
  text-align: left;
}
.quizier-module-container .flipcard-holder .flipcard .flip-text .text.right {
  text-align: right;
}
.quizier-module-container .flipcard-holder .flipcard .flip-text .text.center {
  text-align: center;
}
.quizier-module-container .flipcard-holder .flipcard .back,
.quizier-module-container .flipcard-holder .flipcard .front {
  background: #f3f3f9;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-weight: bold;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
}
.quizier-module-container .flipcard-holder .flipcard .back > div:not(.flip_preview),
.quizier-module-container .flipcard-holder .flipcard .front > div:not(.flip_preview) {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: #e9e9f2;
  font-size: 32px;
  width: auto;
  height: auto;
  z-index: 101;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview .cta-button-flipcard,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview .cta-button-flipcard {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview:hover .preview-tools,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview:hover .preview-tools {
  opacity: 1;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview .preview-bg-color,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview .preview-bg-color {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 9;
  opacity: 0.6;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview .preview,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview .preview {
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 8;
}
.quizier-module-container .flipcard-holder .flipcard .back .flip_preview .preview img,
.quizier-module-container .flipcard-holder .flipcard .front .flip_preview .preview img {
  height: 100%;
  width: auto;
  position: relative;
  margin-left: -100%;
  left: 50%;
}

.quizier-module-container .module-poll {
  position: relative;
}
.quizier-module-container .module-poll .choices-wrapper {
  padding: 30px;
  background-color: #fff;
  border: 1px solid #f7f7fc;
}
.quizier-module-container .module-poll .choices-wrapper.no-image {
  border-top: 3px solid #3e64ff;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont {
  margin: 0;
  box-shadow: none;
  padding: 0;
  background: transparent;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li {
  position: relative;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .choice-text {
  background: transparent;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li button {
  z-index: 99;
  position: relative;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-out;
  width: 100%;
  height: 100%;
  border: none;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result.show {
  opacity: 1;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result.default .count-bar {
  background: rgba(190, 202, 255, 0.9);
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result.voted .count-bar {
  background: rgba(62, 100, 255, 0.9);
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-bar {
  transition: width 2s ease-out, height 2s ease-out;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-bar.horizontal {
  width: 0;
  height: 100%;
}
[dir=rtl] .quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-bar.horizontal {
  right: 0;
}
[dir=ltr] .quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-bar.horizontal {
  left: 0;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-bar.vertical {
  width: 100%;
  height: 0;
  bottom: 0;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-number {
  position: absolute;
  font-size: 16px;
  top: 50%;
  transform: translateY(-50%);
}
[dir=rtl] .quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-number {
  left: 20px;
  text-align: left;
}
[dir=ltr] .quizier-module-container .module-poll .choices-wrapper .choices-cont li .poll-result .count-number {
  right: 20px;
  text-align: right;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li.list-btn {
  background: rgba(255, 255, 255, 0.8);
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li.list-btn.disabled button {
  opacity: 1 !important;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont li.list-btn:hover {
  transform: none;
  transition: background 0.5s ease-out;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont.q-list .poll-result.show {
  background-color: rgba(0, 0, 0, 0.7);
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont.q-list .poll-result .count-number {
  position: absolute;
  left: 50% !important;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 34px;
  width: 100%;
  text-align: center !important;
  border: none;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont.q-list li.disabled {
  opacity: 1 !important;
}
.quizier-module-container .module-poll .choices-wrapper .choices-cont h2.poll-question {
  font-size: 22px;
  font-weight: 600;
  color: inherit;
  margin-bottom: 20px;
  text-align: center;
}
.quizier-module-container .module-poll .poll-image img {
  width: 100%;
}
.quizier-module-container .module-poll .endcard-screen {
  position: relative;
  overflow: hidden;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content .cta-btn-poll {
  position: absolute;
  left: 0;
  bottom: 45px;
  width: 100%;
  z-index: 99;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content .voted-choice {
  background-color: rgba(55, 56, 78, 0.9);
  color: #fff;
  position: absolute;
  left: 0;
  top: 35px;
  padding: 10px 30px;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content .result-description {
  text-align: center;
  padding: 15px;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content .result-description p:last-child {
  margin-bottom: 0;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content .share-widget {
  background-color: rgba(24, 25, 26, 0.9);
  width: 100%;
  padding: 10px 0;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content.empty .result-description {
  min-height: 450px;
  font-size: 32px;
  display: flex;
  -webkit-flex-align: center;
  align-items: center;
}
.quizier-module-container .module-poll .endcard-screen .endcard-content:not(.empty) .result-description {
  position: absolute;
  left: 0;
  margin: 0 30px;
  bottom: 75px;
  font-size: 22px;
}

.quizier-module-container {
  position: relative;
}
.quizier-module-container .module-with-options ul {
  list-style: none;
}
.quizier-module-container .module-with-options ul.choices-cont {
  position: relative;
  padding: 10px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
  margin: 0 15px;
}
.quizier-module-container .module-with-options ul.choices-cont .is-answered {
  position: absolute;
  right: 10px;
  width: 36px;
  height: 36px;
  top: 8px;
  border-radius: 50%;
  border: solid 2px #fff;
  text-align: center;
  line-height: 32px;
  color: #fff;
  animation: pulse 0.5s normal;
}
.quizier-module-container .module-with-options ul.choices-cont .is-answered .correct,
.quizier-module-container .module-with-options ul.choices-cont .is-answered .incorrect {
  display: none;
}
.quizier-module-container .module-with-options ul.choices-cont .is-answered .correct svg,
.quizier-module-container .module-with-options ul.choices-cont .is-answered .incorrect svg {
  height: 24px;
  width: 24px;
  fill: #fff;
}
.quizier-module-container .module-with-options ul.choices-cont .is-correct .is-answered {
  background: #36b37e;
}
.quizier-module-container .module-with-options ul.choices-cont .is-correct .is-answered .correct {
  display: inline-block;
}
.quizier-module-container .module-with-options ul.choices-cont .is-incorrect .is-answered {
  background: #cb2027;
}
.quizier-module-container .module-with-options ul.choices-cont .is-incorrect .is-answered .incorrect {
  display: inline-block;
}
.quizier-module-container .module-with-options ul.choices-cont li button {
  background: transparent;
  border: 3px solid transparent;
  outline: none;
  width: 100%;
  padding: 0;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn {
  position: relative;
  background: #fff;
  padding: 8px;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #f7f7fc;
}
@media (max-width: 767.98px) {
  .quizier-module-container .module-with-options ul.choices-cont li.list-btn {
    font-size: 15px;
    font-weight: 400;
  }
}
[dir=rtl] .quizier-module-container .module-with-options ul.choices-cont li.list-btn button.list {
  text-align: right;
}
[dir=ltr] .quizier-module-container .module-with-options ul.choices-cont li.list-btn button.list {
  text-align: left;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn.disabled button {
  cursor: default;
  opacity: 0.3 !important;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn.active, .quizier-module-container .module-with-options ul.choices-cont li.list-btn:hover:not(.disabled) {
  color: #fff;
  border-color: transparent;
  background: #3e64ff;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn.active button, .quizier-module-container .module-with-options ul.choices-cont li.list-btn:hover:not(.disabled) button {
  color: #fff;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn:hover {
  transform: scale(1.05);
  transition: all 0.2s ease-in-out;
}
.quizier-module-container .module-with-options ul.choices-cont li.list-btn .choice-text {
  font-size: 18px;
}
.quizier-module-container .module-with-options ul.q-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.9);
}
.quizier-module-container .module-with-options ul.q-list .is-answered {
  top: 10px;
  right: 20px;
  animation: pulse 0.5s normal;
}
.quizier-module-container .module-with-options ul.q-list .is-circled .is-answered {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.quizier-module-container .module-with-options ul.q-list.two-columns li {
  max-width: 50%;
  width: 50%;
}
.quizier-module-container .module-with-options ul.q-list.three-columns li {
  max-width: 33.333%;
  width: 33.333%;
}
.quizier-module-container .module-with-options ul.q-list.four-columns li {
  max-width: 25%;
  width: 25%;
}
.quizier-module-container .module-with-options ul.q-list li {
  padding: 0 0 20px;
  display: block;
  transition: all 0.25s ease-out;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .quizier-module-container .module-with-options ul.q-list li {
    padding: 5px;
  }
}
.quizier-module-container .module-with-options ul.q-list li.disabled {
  opacity: 0.3 !important;
}
.quizier-module-container .module-with-options ul.q-list li.disabled button {
  cursor: default;
}
.quizier-module-container .module-with-options ul.q-list li.active, .quizier-module-container .module-with-options ul.q-list li:hover:not(.disabled) {
  transition: all 1.15s ease-out;
}
.quizier-module-container .module-with-options ul.q-list li.active .img-wrapper, .quizier-module-container .module-with-options ul.q-list li:hover:not(.disabled) .img-wrapper {
  animation: bounce-hover 0.4s normal;
  transition: all 0.25s ease-out;
  border-color: #3e64ff;
}
.quizier-module-container .module-with-options ul.q-list li.active .choice-text, .quizier-module-container .module-with-options ul.q-list li:hover:not(.disabled) .choice-text {
  color: #3e64ff;
  transition: all 0.25s ease-out;
}
.quizier-module-container .module-with-options ul.q-list li .img-wrapper {
  width: 100%;
  border: solid 3px #fff;
}
.quizier-module-container .module-with-options ul.q-list li .img-wrapper.circled {
  border-radius: 50%;
  overflow: hidden;
}
.quizier-module-container .module-with-options ul.q-list li .img-wrapper div.img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.quizier-module-container .module-with-options ul.q-list li .choice-text {
  margin-top: 5px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .quizier-module-container .module-with-options ul.q-list li .choice-text {
    font-size: 13px;
    line-height: normal;
  }
}
.quizier-module-container .module-with-options ul.question-text li:last-child {
  margin-bottom: 0;
}
.quizier-module-container .module-with-options ul.question-img {
  text-align: center;
}
.quizier-module-container .module-with-options ul.question-img li {
  display: inline-block;
}
.quizier-module-container .module-with-options ul.question-img .img-thumbnail {
  padding: 0.15rem;
  background-color: #f7f7fc;
  border: 1px solid #f7f7fc;
  max-width: 100%;
  height: auto;
  margin: 0 20px 20px;
  border-radius: 50% !important;
}
.quizier-module-container .module-quiz {
  margin: 0 auto;
}
.quizier-module-container .module-quiz .start-screen {
  cursor: pointer;
}
.quizier-module-container .module-quiz .start-screen .screen {
  border-radius: 5px;
  background: #fff;
  border: solid 1px #f7f7fc;
}
.quizier-module-container .module-quiz .start-screen .screen img {
  width: 100%;
}
.quizier-module-container .module-quiz .start-screen .screen .desc-cont {
  position: relative;
}
.quizier-module-container .module-quiz .start-screen .screen .desc-cont .button {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.quizier-module-container .module-quiz .start-screen .screen .desc-cont .button button {
  text-align: center;
  box-shadow: 0 -5px 16px 0 rgba(24, 25, 26, 0.35);
}
.quizier-module-container .module-quiz .start-screen .screen .desc-cont .button button.btn-large {
  padding: 0.5rem 2rem;
}
@media (max-width: 767.98px) {
  .quizier-module-container .module-quiz .start-screen .screen .desc-cont .button button {
    font-size: 14px;
  }
  .quizier-module-container .module-quiz .start-screen .screen .desc-cont .button button.btn-large {
    padding: 0.2rem 1rem;
  }
}
.quizier-module-container .module-quiz .start-screen .screen .desc-cont .description {
  text-align: center;
  font-size: 1.8rem;
  padding: 30px 50px;
}
@media (max-width: 991.98px) {
  .quizier-module-container .module-quiz .start-screen .screen .desc-cont .description {
    font-size: 1.5rem;
    padding: 20px 25px;
  }
}
@media (max-width: 767.98px) {
  .quizier-module-container .module-quiz .start-screen .screen .desc-cont .description {
    font-size: 1.2rem;
    padding: 20px 15px;
  }
}
.quizier-module-container .module-quiz .result-screen .result-txt {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  background-color: #fff;
  padding: 20px;
  margin: 0 15px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}
.quizier-module-container .module-quiz .result-screen .result-txt .result-title {
  font-size: 22px;
  text-align: center;
}
.quizier-module-container .module-quiz .result-screen .result-txt .result-description {
  text-align: center;
}
.quizier-module-container .module-quiz .result-screen .result-txt .result-description p:last-child {
  margin-bottom: 0;
}
.quizier-module-container .module-quiz .calculating-results {
  position: relative;
}
.quizier-module-container .module-quiz .calculating-results .calc_container {
  padding: 120px 0;
  background: #737491;
}
.quizier-module-container .module-quiz .calculating-results .text-wrap {
  position: relative;
  z-index: 2;
  text-align: center;
}
.quizier-module-container .module-quiz .calculating-results .text-wrap .loader {
  display: inline-block;
  margin: 20px auto;
}
.quizier-module-container .module-quiz .calculating-results .text-wrap .vue-typer .custom.char,
.quizier-module-container .module-quiz .calculating-results .text-wrap .text {
  color: #fff;
  font-size: 16px;
}
.quizier-module-container .module-quiz .calculating-results .text-wrap .vue-typer .custom.caret {
  background-color: #fff;
}
.quizier-module-container .module-quiz .quiz-header {
  padding-bottom: 10px;
}
.quizier-module-container .module-quiz .quiz-header ul.q-numb {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
}
.quizier-module-container .module-quiz .quiz-header ul.q-numb li {
  margin-right: 10px;
  background-color: rgba(233, 233, 242, 0.5);
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
  transition: 0.5s ease-in-out;
}
.quizier-module-container .module-quiz .quiz-header ul.q-numb li.active {
  background-color: #3e64ff;
  transition: 0.5s ease-in-out;
}
.quizier-module-container .module-quiz .quiz-header .q-tot {
  position: relative;
  color: #737491;
  font-size: 18px;
}
[dir=rtl] .quizier-module-container .module-quiz .quiz-header .q-tot {
  float: left;
}
[dir=ltr] .quizier-module-container .module-quiz .quiz-header .q-tot {
  float: right;
}
.quizier-module-container .module-quiz .quiz-header .q-tot span {
  font-weight: 500;
  color: #37384e;
}
.quizier-module-container .module-quiz .img-cont,
.quizier-module-container .module-quiz .title-cont {
  position: relative;
  font-weight: 500;
}
.quizier-module-container .module-quiz .img-cont .question-text,
.quizier-module-container .module-quiz .title-cont .question-text {
  margin-bottom: 0;
  font-size: 30px;
  color: inherit;
}
.quizier-module-container .module-quiz .img-cont .question-text p,
.quizier-module-container .module-quiz .title-cont .question-text p {
  margin-bottom: 0;
}
.quizier-module-container .module-quiz .title-cont {
  padding: 100px 0;
  background: linear-gradient(0deg, #f7f7fc 0%, #3e64ff 100%);
  margin: 0;
}
.quizier-module-container .module-quiz .title-cont .question-text {
  text-align: center;
  padding: 0 20px;
}
.quizier-module-container .module-quiz .img-cont {
  color: #fff;
}
.quizier-module-container .module-quiz .img-cont img {
  width: 100%;
}
.quizier-module-container .module-quiz .img-cont .question-text {
  max-width: calc(100% - 40px);
  position: absolute;
  bottom: 40px;
  padding: 5px 10px;
  background-color: #3e64ff;
}
[dir=rtl] .quizier-module-container .module-quiz .img-cont .question-text {
  right: 20px;
}
@media (max-width: 991.98px) {
  [dir=rtl] .quizier-module-container .module-quiz .img-cont .question-text {
    right: 10px;
    bottom: 10px;
    font-size: 26px;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  [dir=rtl] .quizier-module-container .module-quiz .img-cont .question-text {
    right: 5px;
    bottom: 10px;
    font-size: 18px;
    max-width: calc(100% - 10px);
  }
}
[dir=ltr] .quizier-module-container .module-quiz .img-cont .question-text {
  left: 20px;
}
@media (max-width: 991.98px) {
  [dir=ltr] .quizier-module-container .module-quiz .img-cont .question-text {
    left: 10px;
    bottom: 10px;
    font-size: 26px;
    max-width: calc(100% - 20px);
  }
}
@media (max-width: 767.98px) {
  [dir=ltr] .quizier-module-container .module-quiz .img-cont .question-text {
    left: 5px;
    bottom: 10px;
    font-size: 18px;
    max-width: calc(100% - 10px);
  }
}

.quizier-module-container {
  position: relative;
}
.quizier-module-container .quote-cont {
  position: relative;
  background-position: center center;
  background-size: cover;
}
.quizier-module-container .quote-cont .quote {
  display: flex;
  color: #fff;
  padding: 38px 32px 42px;
  background-color: rgba(0, 0, 0, 0.75);
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
  }
}
[dir=rtl] .quizier-module-container .quote-cont .quote .img-cont {
  margin-left: 20px;
}
[dir=ltr] .quizier-module-container .quote-cont .quote .img-cont {
  margin-right: 20px;
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote .img-cont {
    margin: 0 0 20px;
  }
}
.quizier-module-container .quote-cont .quote .author_img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-color: #e9e9f2;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.quizier-module-container .quote-cont .quote .quote-txt-cont {
  background-color: transparent;
}
[dir=rtl] .quizier-module-container .quote-cont .quote .quote-txt-cont {
  padding-right: 10px;
}
[dir=ltr] .quizier-module-container .quote-cont .quote .quote-txt-cont {
  padding-left: 10px;
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote .quote-txt-cont {
    padding-left: 0;
    padding-top: 10px;
  }
}
[dir=rtl] .quizier-module-container .quote-cont .quote .quote-txt-cont.has_border {
  border-right-width: 4px;
  border-right-style: solid;
  border-right-color: inherit;
}
[dir=ltr] .quizier-module-container .quote-cont .quote .quote-txt-cont.has_border {
  border-left-width: 4px;
  border-left-style: solid;
  border-left-color: inherit;
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote .quote-txt-cont.has_border {
    border-right-width: 0;
    border-left-width: 0;
    border-top-width: 4px;
    border-top-style: solid;
  }
}
.quizier-module-container .quote-cont .quote .quote-txt-cont .txt {
  font-size: 25px;
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote .quote-txt-cont .txt {
    text-align: center;
  }
}
.quizier-module-container .quote-cont .quote .quote-txt-cont .txt .quote-icon svg {
  width: 26px;
  max-height: 26px;
}
.quizier-module-container .quote-cont .quote .quote-txt-cont .quote-author {
  font-size: 16px;
  color: inherit;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .quizier-module-container .quote-cont .quote .quote-txt-cont .quote-author {
    text-align: center;
  }
}
.quizier-module-container .quote_animated {
  position: relative;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  min-height: 500px;
  background-color: #f7f7fc;
}
.quizier-module-container .quote_animated .quote {
  position: relative;
  color: inherit;
  z-index: 5;
  padding: 38px 32px 42px;
}
.quizier-module-container .quote_animated .quote .txt-cont i {
  color: inherit;
}
.quizier-module-container .quote_animated .quote .txt-cont .r-quote {
  text-align: right;
}
.quizier-module-container .quote_animated .quote .txt-cont .txt {
  font-size: 25px;
  margin: 15px 0;
}
.quizier-module-container .quote_animated .quote .txt-cont .txt span {
  display: inline;
  padding: 0.2em;
  background-color: #37384e;
  box-shadow: 0.2em 0 0 #37384e, -0.2em 0 0 #37384e;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 35px;
}
.quizier-module-container .quote_animated .quote .img-cont {
  display: flex;
  align-items: center;
}
.quizier-module-container .quote_animated .quote .author_img {
  border-radius: 50%;
  height: 80px;
  width: 80px;
  background-color: #e9e9f2;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.quizier-module-container .quote_animated .quote .img-cont .quote-author {
  font-size: 18px;
  color: #fff;
  margin-left: 12px;
  padding: 2px 5px;
  background-color: #3e64ff;
}
.quizier-module-container .quote_animated .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
.quizier-module-container .quote_animated .bg-img .shade {
  position: absolute;
  width: 100%;
  height: 500px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.wfit {
  visibility: hidden;
}

.embed-main .embed-wrapper h1 {
  font-size: 22px;
}

body#embed_page {
  background-color: #fff;
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
.post-row-items {
  margin-top: 30px;
}
.post-row-items blockquote {
  padding: 1rem;
  border-left: solid 3px #f3f3f9;
  font-style: italic;
}
.post-row-items blockquote p {
  margin-bottom: 0;
}
.post-row-items .module-share-icons a svg {
  height: 18px;
  width: 18px;
  fill: #737491;
}
.post-row-items .module-share-icons a:hover svg {
  fill: #fff;
}
.post-row-items .svg-24 svg {
  width: 24px;
  height: 24px;
}
.post-row-items .btn-top svg {
  margin-top: -4px;
}
.post-row-items .svg-white svg {
  fill: #fff;
}
.post-row-items .block-title {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-radius: 5px;
}
.post-row-items .block-title .title-txt {
  margin-bottom: 0;
  font-size: 26px;
}
@media (max-width: 991.98px) {
  .post-row-items .block-title .title-txt {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .block-title .title-txt {
    font-size: 18px;
  }
}
.post-row-items .bulet {
  width: 15px;
  min-width: 15px;
  height: 22px;
  border-radius: 3px;
  background-color: #3e64ff;
}
[dir=rtl] .post-row-items .bulet {
  margin-left: 10px;
}
[dir=ltr] .post-row-items .bulet {
  margin-right: 10px;
}
.post-row-items .h-numb {
  font-size: 25px;
  text-align: center;
  width: 54px;
  min-width: 54px;
  height: 52px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  background-color: #3e64ff;
}
[dir=rtl] .post-row-items .h-numb {
  margin-left: 10px;
}
[dir=ltr] .post-row-items .h-numb {
  margin-right: 10px;
}
@media (max-width: 991.98px) {
  .post-row-items .h-numb {
    width: 48px;
    min-width: 48px;
    height: 48px;
    line-height: 45px;
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .h-numb {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 37px;
    font-size: 20px;
    margin-right: 5px;
  }
}
.post-row-items .votebtn-cont {
  min-width: 125px;
}
[dir=rtl] .post-row-items .votebtn-cont {
  margin-right: auto;
  text-align: left;
}
[dir=ltr] .post-row-items .votebtn-cont {
  margin-left: auto;
  text-align: right;
}
.post-row-items .votebtn-cont .loader {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  transition: height 0.5s ease-out;
}
.post-row-items .votebtn-cont a {
  position: relative;
  display: inline-block;
  min-width: 54px;
  width: 54px;
  height: 52px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  background-color: #fff;
  border-radius: 4px;
  margin-left: 6px;
  border: solid 1px #f7f7fc;
  transform-origin: center;
  transition: transform 0.2s ease-out;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-left: 4px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    margin-left: 2px;
  }
}
.post-row-items .votebtn-cont a.voted {
  background: #f7f7fc;
  cursor: default;
}
.post-row-items .votebtn-cont a.has-votes .loader {
  height: 100%;
}
.post-row-items .votebtn-cont a.btn-up span svg {
  fill: #36b37e;
}
.post-row-items .votebtn-cont a.btn-down span svg {
  fill: #ff5630;
}
.post-row-items .votebtn-cont a .txt-cont {
  position: absolute;
  width: 100%;
  height: 100%;
}
.post-row-items .votebtn-cont a .txt-cont span svg {
  position: absolute;
  top: 2px;
  left: 17px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-out;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a .txt-cont span svg {
    width: 16px;
    height: 16px;
    top: 1px;
    left: 15px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a .txt-cont span svg {
    width: 14px;
    height: 14px;
    top: 0;
    left: 12px;
  }
}
.post-row-items .votebtn-cont a .txt-cont .btxt {
  position: absolute;
  width: 100%;
  top: 19px;
  transition: all 0.2s ease-out;
  color: #37384e;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a .txt-cont .btxt {
    top: 16px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a .txt-cont .btxt {
    top: 14px;
  }
}
.post-row-items .votebtn-cont a .txt-cont .numb-cont {
  position: absolute;
  width: 100%;
  top: 19px;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont {
    top: 16px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont {
    top: 13px;
  }
}
.post-row-items .votebtn-cont a .txt-cont .numb-cont .numb {
  font-size: 15px;
  line-height: 1;
  transition: all 0.2s ease-out;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont .numb {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont .numb {
    font-size: 12px;
  }
}
.post-row-items .votebtn-cont a .txt-cont .numb-cont .btxt {
  font-size: 10px;
  font-weight: 400;
  color: #737491;
  top: 16px;
  transition: all 0.2s ease-out;
}
@media (max-width: 991.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont .btxt {
    top: 15px;
  }
}
@media (max-width: 767.98px) {
  .post-row-items .votebtn-cont a .txt-cont .numb-cont .btxt {
    top: 11px;
  }
}
.post-row-items .votebtn-cont a:hover:not(.voted) {
  background: #f7f7fc;
  animation: bounce-hover 0.4s normal;
}
.post-row-items .votebtn-cont a.btn-up:hover:not(.voted) {
  border-color: #36b37e;
}
.post-row-items .votebtn-cont a.btn-down:hover:not(.voted) {
  border-color: #ff5630;
}
.post-row-items .votebtn-cont a:hover:not(.voted) .txt-cont i {
  font-size: 24px;
}
.post-row-items .votebtn-cont a:hover:not(.voted) .txt-cont .btxt {
  transform: translateY(7px);
}
.post-row-items .votebtn-cont a:hover:not(.voted) .txt-cont .numb-cont .numb {
  transform: translateY(7px);
}
.post-row-items .votebtn-cont a:hover:not(.voted) .txt-cont .numb-cont .btxt {
  opacity: 0;
}
.post-row-items .description {
  margin-top: 10px;
}

img.blur {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  transition: -webkit-filter 0.3s;
}
img.blur + .blur-overlay {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
img.blur + .blur-overlay:hover .svg-holder svg {
  transition: all 0.25s ease-out;
  fill: rgba(0, 0, 0, 0.75);
}
img.blur + .blur-overlay .svg-holder {
  background: #fff;
  outline: none;
  border: 0;
  z-index: 200;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
  padding: 10px;
}
img.blur + .blur-overlay .svg-holder svg {
  width: 64px;
  height: 64px;
  fill: rgba(0, 0, 0, 0.25);
}

img.unblur {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
  transition: -webkit-filter 0.3s;
}
img.unblur + .blur-uncover {
  position: absolute;
  z-index: 55;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.preview {
  position: relative;
  overflow: hidden;
}
.preview .img-response,
.preview img {
  width: 100%;
  height: auto;
}

.text-color-dark {
  color: #18191a;
  background-color: #18191a;
  border-color: #18191a;
  fill: #18191a;
}
.text-color-dark.h-numb {
  color: #18191a;
}
.text-color-dark h2 {
  color: inherit;
}

.text-color-light {
  fill: #fff;
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}
.text-color-light.h-numb {
  color: #fff;
}
.text-color-light h2 {
  color: inherit;
}

.share-widget .share-title {
  font-size: 14px;
  color: #737491;
  text-transform: uppercase;
}
.share-widget .share-icons ul {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
}
.share-widget .share-icons ul li {
  width: 40px;
  height: 40px;
  margin-right: 5px;
  display: inline-block;
}
.share-widget .share-icons ul li:last-child {
  margin-right: 0;
}
.share-widget .share-icons ul li .share-button {
  border-radius: 50%;
  position: relative;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #f7f7fc;
  color: #737491;
  display: flex;
  justify-content: center;
  align-items: center;
}
.share-widget .share-icons ul li .share-button:hover {
  color: #fff;
}
.share-widget .share-icons ul li .share-button.is-reddit:hover {
  background: #ff4500;
  border-color: #ff4500;
}
.share-widget .share-icons ul li .share-button.is-facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.share-widget .share-icons ul li .share-button.is-twitter:hover {
  background: #00aced;
  border-color: #00aced;
}
.share-widget .share-icons ul li .share-button.is-pinterest:hover {
  background: #cb2027;
  border-color: #cb2027;
}

[data-aspect-ratio] {
  display: block;
  max-width: 100%;
  position: relative;
}
[data-aspect-ratio]:before {
  content: "";
  display: block;
}
[data-aspect-ratio] > * {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

[data-aspect-ratio="3:1"]:before {
  padding-top: 33.33%;
}

[data-aspect-ratio="2:1"]:before {
  padding-top: 50%;
}

[data-aspect-ratio="16:9"]:before {
  padding-top: 56.25%;
}

[data-aspect-ratio="3:2"]:before {
  padding-top: 66.66%;
}

[data-aspect-ratio="4:3"]:before {
  padding-top: 75%;
}

[data-aspect-ratio="1:1"]:before {
  padding-top: 100%;
}

[data-aspect-ratio="3:4"]:before {
  padding-top: 133.33%;
}

[data-aspect-ratio="2:3"]:before {
  padding-top: 150%;
}

[data-aspect-ratio="9:16"]:before {
  padding-top: 177.77%;
}

.cta-button-container {
  border: 3px solid transparent;
}
.cta-button-container.rounded-border {
  border-radius: 1rem;
}

.cta-btn-success {
  border-radius: 50%;
  padding: 1.5rem;
}
.cta-btn-success svg {
  width: 26px;
  fill: #fff;
}

.recaptcha-field > div {
  margin: 0 auto;
}

.post-voting-container {
  margin-left: auto;
  margin-right: auto;
  text-align: inherit;
}
.post-voting-container .vote-title {
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.085);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.097em;
  padding-bottom: 0.5rem;
}

.post-voting {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  vertical-align: middle;
  text-align: center;
}
.post-voting.post-voting-large {
  display: flex;
  justify-content: center;
}
.post-voting.post-voting-large .voting-score {
  order: 3;
}
.post-voting.post-voting-large .voting-score strong {
  display: block;
  font-size: 1.5rem;
}
.post-voting.post-voting-large .voting-upvote {
  flex: 1 1 auto;
}
.post-voting.post-voting-large .voting-upvote span {
  font-size: 32px;
  line-height: 48px;
  display: block;
}
.post-voting.post-voting-large .voting-downvote {
  flex: 1 1 auto;
}
.post-voting.post-voting-large .voting-downvote span {
  font-size: 32px;
  line-height: 48px;
  display: block;
}
.post-voting .voting-score {
  display: inline-block;
  order: 6;
  margin: 0 10px;
  vertical-align: middle;
  line-height: 1.125;
  font-size: 0.75rem;
}
.post-voting .voting-upvote {
  text-decoration: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 36px;
  order: 2;
  margin-right: 5px;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #e9e9f2;
  color: #4a4b65;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out, color 375ms ease-in-out, opacity 375ms ease-in-out;
}
.post-voting .voting-upvote:hover {
  background-color: #dbf4e9;
  color: #36b37e;
}
.post-voting .voting-upvote.user-voted {
  background-color: #dbf4e9;
  color: #36b37e;
}
.post-voting .voting-upvote span {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
}
.post-voting .voting-downvote {
  text-decoration: none;
  border: none;
  box-shadow: none;
  display: inline-block;
  width: 36px;
  order: 4;
  margin-right: 5px;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
  border-radius: 4px;
  background-color: #e9e9f2;
  color: #4a4b65;
  transition: border-color 375ms ease-in-out, background-color 375ms ease-in-out, color 375ms ease-in-out, opacity 375ms ease-in-out;
}
.post-voting .voting-downvote:hover {
  background-color: #ffe8e3;
  color: #ff5630;
}
.post-voting .voting-downvote.user-voted {
  background-color: #ffe8e3;
  color: #ff5630;
}
.post-voting .voting-downvote span {
  font-size: 1rem;
  line-height: 2rem;
  display: block;
}
.post-voting .voting-downvote,
.post-voting .voting-upvote {
  position: relative;
}