@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500&display=swap");
/*!
 * Bootstrap v4.6.0 (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: #2B44FF;
  --indigo: #6610f2;
  --purple: #7254BE;
  --pink: #e83e8c;
  --red: #EB3C27;
  --orange: #EE7A3D;
  --yellow: #DEC269;
  --green: #307060;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #DFDFE1;
  --gray-dark: #555555;
  --black: #000;
  --tan: #C5804D;
  --brown: #B88656;
  --beige: #E4BD9F;
  --default: #dddddd;
  --light-pink: #FCF9F3;
  --transparent: transparent;
  --primary: #2B44FF;
  --secondary: #555555;
  --success: #307060;
  --info: #17a2b8;
  --warning: #DEC269;
  --danger: #EB3C27;
  --light: #eeeeee;
  --dark: #555555;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1200px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: "Inter", 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: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  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.5em; }

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

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

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

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

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

dt {
  font-weight: 500; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #2B44FF;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #122eff;
    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: 40px;
  padding-bottom: 40px;
  color: #777777;
  text-align: left;
  caption-side: bottom; }

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5em;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.25;
  color: inherit; }

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

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

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

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

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

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

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

.display-1 {
  font-size: 4.9rem;
  font-weight: 400;
  line-height: 1.2; }

.display-2 {
  font-size: 4.2rem;
  font-weight: 400;
  line-height: 1.2; }

.display-3 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2; }

.display-4 {
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875rem;
  color: #999999; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #222222; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 500; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #555555;
  border-color: #686868; }

.table .thead-light th {
  color: #777777;
  background-color: #dddddd;
  border-color: #dddddd; }

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

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

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

@media (max-width: 1199.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: 1599.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .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 + 2rem + 2px);
  padding: 1rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #DFDFE1;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #777777; }
  .form-control:focus {
    color: #777777;
    background-color: #fff;
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }
  .form-control::placeholder {
    color: #999999;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #dddddd;
    opacity: 1; }

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  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 + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5; }

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(48, 112, 96, 0.9); }
  .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: #307060;
  padding-right: calc(1.5em + 2rem);
  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='%23307060' 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.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #307060;
    box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #307060;
  padding-right: calc(0.75em + 3.5rem);
  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='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, #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='%23307060' 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 2rem/calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #307060;
    box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.25); }

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

.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: #307060; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #307060; }

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

.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(48, 112, 96, 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: #307060; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #307060;
  box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(235, 60, 39, 0.9); }
  .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: #EB3C27;
  padding-right: calc(1.5em + 2rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB3C27' 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='%23EB3C27' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.5rem) center;
  background-size: calc(0.75em + 1rem) calc(0.75em + 1rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #EB3C27;
    box-shadow: 0 0 0 0 rgba(235, 60, 39, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EB3C27;
  padding-right: calc(0.75em + 3.5rem);
  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='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23EB3C27' 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='%23EB3C27' stroke='none'/%3e%3c/svg%3e") center right 2rem/calc(0.75em + 1rem) calc(0.75em + 1rem) no-repeat; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #EB3C27;
    box-shadow: 0 0 0 0 rgba(235, 60, 39, 0.25); }

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

.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: #EB3C27; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #EB3C27; }

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

.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(235, 60, 39, 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: #EB3C27; }

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EB3C27;
  box-shadow: 0 0 0 0 rgba(235, 60, 39, 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-family: "Inter", sans-serif;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #000;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #fff;
  background-color: #2B44FF;
  border-color: #2B44FF; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0522ff;
    border-color: #001df7; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #0522ff;
    border-color: #001df7;
    box-shadow: 0 0 0 0 rgba(75, 96, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #2B44FF;
    border-color: #2B44FF; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #001df7;
    border-color: #001cea; }
    .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(75, 96, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #555555;
  border-color: #555555; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c;
    box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #353535; }
    .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(111, 111, 111, 0.5); }

.btn-success {
  color: #fff;
  background-color: #307060;
  border-color: #307060; }
  .btn-success:hover {
    color: #fff;
    background-color: #255549;
    border-color: #214c41; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #255549;
    border-color: #214c41;
    box-shadow: 0 0 0 0 rgba(79, 133, 120, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #307060;
    border-color: #307060; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #214c41;
    border-color: #1d433a; }
    .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(79, 133, 120, 0.5); }

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

.btn-warning {
  color: #222222;
  background-color: #DEC269;
  border-color: #DEC269; }
  .btn-warning:hover {
    color: #222222;
    background-color: #d7b54a;
    border-color: #d5b13f; }
  .btn-warning:focus, .btn-warning.focus {
    color: #222222;
    background-color: #d7b54a;
    border-color: #d5b13f;
    box-shadow: 0 0 0 0 rgba(194, 170, 94, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #222222;
    background-color: #d5b13f;
    border-color: #d3ad35; }
    .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(194, 170, 94, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #EB3C27;
  border-color: #EB3C27; }
  .btn-danger:hover {
    color: #fff;
    background-color: #d82914;
    border-color: #cc2713; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #d82914;
    border-color: #cc2713;
    box-shadow: 0 0 0 0 rgba(238, 89, 71, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #EB3C27;
    border-color: #EB3C27; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #cc2713;
    border-color: #c02512; }
    .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(238, 89, 71, 0.5); }

.btn-light {
  color: #222222;
  background-color: #eeeeee;
  border-color: #eeeeee; }
  .btn-light:hover {
    color: #222222;
    background-color: #dbdbdb;
    border-color: #d5d5d5; }
  .btn-light:focus, .btn-light.focus {
    color: #222222;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
    box-shadow: 0 0 0 0 rgba(207, 207, 207, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #222222;
    background-color: #eeeeee;
    border-color: #eeeeee; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #222222;
    background-color: #d5d5d5;
    border-color: #cecece; }
    .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(207, 207, 207, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #555555;
  border-color: #555555; }
  .btn-dark:hover {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c;
    box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #353535; }
    .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(111, 111, 111, 0.5); }

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

.btn-outline-secondary {
  color: #555555;
  border-color: #555555; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #555555;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    .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(85, 85, 85, 0.5); }

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

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

.btn-outline-warning {
  color: #DEC269;
  border-color: #DEC269; }
  .btn-outline-warning:hover {
    color: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0 rgba(222, 194, 105, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #DEC269;
    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: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
    .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(222, 194, 105, 0.5); }

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

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

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

.btn-link {
  font-weight: 400;
  color: #2B44FF;
  text-decoration: none; }
  .btn-link:hover {
    color: #122eff;
    text-decoration: none; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #999999;
    pointer-events: none; }

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

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

.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-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

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

.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: 1200px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #222222;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #151515;
    text-decoration: none;
    background-color: #eeeeee; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #2B44FF; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #999999;
    pointer-events: none;
    background-color: transparent; }

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

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

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

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

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .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: 1.125rem;
  padding-left: 1.125rem; }

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

.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-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 > .custom-file {
    display: flex;
    align-items: center; }

.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: 1rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  text-align: center;
  white-space: nowrap;
  background-color: #dddddd;
  border: 1px solid #DFDFE1; }
  .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 + 2.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: 1.25rem 1.25rem;
  font-size: 1.125rem;
  line-height: 1.5; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.75rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5; }

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  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: #2B44FF;
    background-color: #2B44FF; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #000; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #dee1ff;
    border-color: #dee1ff; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #999999; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #dddddd; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .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-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: #2B44FF;
  background-color: #2B44FF; }

.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(43, 68, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(43, 68, 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(43, 68, 255, 0.5); }

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  padding: 1rem 2rem 1rem 1rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  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='%23555555' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #DFDFE1;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: #000;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }
    .custom-select:focus::-ms-value {
      color: #777777;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #999999;
    background-color: #dddddd; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #777777; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 2rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #000;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #dddddd; }
  .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 + 2rem + 2px);
  padding: 1rem 1rem;
  overflow: hidden;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #777777;
  background-color: #fff;
  border: 1px solid #DFDFE1; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 2rem);
    padding: 1rem 1rem;
    line-height: 1.5;
    color: #777777;
    content: "Browse";
    background-color: #dddddd;
    border-left: inherit; }

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

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

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

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

.nav-tabs {
  border-bottom: 1px solid #bbbbbb; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #dddddd #dddddd #bbbbbb; }
    .nav-tabs .nav-link.disabled {
      color: #999999;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #777777;
    background-color: #fff;
    border-color: #bbbbbb #bbbbbb #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px; }

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

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

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

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

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

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

.navbar-brand {
  display: inline-block;
  padding-top: 0.40625rem;
  padding-bottom: 0.40625rem;
  margin-right: 1rem;
  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.5rem;
  padding-bottom: 0.5rem; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      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: 1199.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      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: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      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; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: transparent;
  background-clip: border-box;
  border: 0 solid #dddddd; }
  .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; }
    .card > .list-group:last-child {
      border-bottom-width: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

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

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

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

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

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

.card-header {
  padding: 1rem 2.5rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid #dddddd; }

.card-footer {
  padding: 1rem 2.5rem;
  background-color: transparent;
  border-top: 0 solid #dddddd; }

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

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

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

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

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

@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-columns .card {
  margin-bottom: 1rem; }

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

.accordion {
  overflow-anchor: none; }
  .accordion > .card {
    overflow: hidden; }
    .accordion > .card:not(:last-of-type) {
      border-bottom: 0; }
    .accordion > .card > .card-header {
      margin-bottom: 0; }

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

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

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

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

.breadcrumb-item.active {
  color: #999999; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2B44FF;
  background-color: #fff;
  border: 1px solid #bbbbbb; }
  .page-link:hover {
    z-index: 2;
    color: #122eff;
    text-decoration: none;
    background-color: #dddddd;
    border-color: #bbbbbb; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0; }

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

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

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

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

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

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em; }

.badge-primary {
  color: #fff;
  background-color: #2B44FF; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #001df7; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #555555; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #3c3c3c; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5); }

.badge-success {
  color: #fff;
  background-color: #307060; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #214c41; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.5); }

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

.badge-warning {
  color: #222222;
  background-color: #DEC269; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #222222;
    background-color: #d5b13f; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(222, 194, 105, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #EB3C27; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #cc2713; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(235, 60, 39, 0.5); }

.badge-light {
  color: #222222;
  background-color: #eeeeee; }
  a.badge-light:hover, a.badge-light:focus {
    color: #222222;
    background-color: #d5d5d5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(238, 238, 238, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #555555; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #3c3c3c; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5); }

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

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

.alert {
  position: relative;
  padding: 2.5rem 2.5rem;
  margin-bottom: 1rem;
  border: 0 solid transparent; }

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #d5daff;
  background-color: #2b44ff;
  border-color: #2b44ff; }
  .alert-primary hr {
    border-top-color: #122eff; }
  .alert-primary .alert-link {
    color: #a2adff; }

.alert-secondary {
  color: #dddddd;
  background-color: #555555;
  border-color: #555555; }
  .alert-secondary hr {
    border-top-color: #484848; }
  .alert-secondary .alert-link {
    color: #c4c4c4; }

.alert-success {
  color: #d6e2df;
  background-color: #307060;
  border-color: #307060; }
  .alert-success hr {
    border-top-color: #285e51; }
  .alert-success .alert-link {
    color: #b8cdc8; }

.alert-info {
  color: #d1ecf1;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .alert-info hr {
    border-top-color: #148ea1; }
  .alert-info .alert-link {
    color: #aadce5; }

.alert-warning {
  color: #f8f3e1;
  background-color: #dec269;
  border-color: #dec269; }
  .alert-warning hr {
    border-top-color: #d9ba54; }
  .alert-warning .alert-link {
    color: #eee2b8; }

.alert-danger {
  color: #fbd8d4;
  background-color: #eb3c27;
  border-color: #eb3c27; }
  .alert-danger hr {
    border-top-color: #e32b15; }
  .alert-danger .alert-link {
    color: #f7aea5; }

.alert-light {
  color: #fcfcfc;
  background-color: #eeeeee;
  border-color: #eeeeee; }
  .alert-light hr {
    border-top-color: #e1e1e1; }
  .alert-light .alert-link {
    color: #e3e3e3; }

.alert-dark {
  color: #dddddd;
  background-color: #555555;
  border-color: #555555; }
  .alert-dark hr {
    border-top-color: #484848; }
  .alert-dark .alert-link {
    color: #c4c4c4; }

@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: #dddddd; }

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

.list-group-item-action {
  width: 100%;
  color: #777777;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #777777;
    text-decoration: none;
    background-color: #eeeeee; }
  .list-group-item-action:active {
    color: #000;
    background-color: #dddddd; }

.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.disabled, .list-group-item:disabled {
    color: #999999;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #2B44FF;
    border-color: #2B44FF; }
  .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.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.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.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: 1200px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .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: 1600px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .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; } }

.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: #162385;
  background-color: #c4cbff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #162385;
    background-color: #abb5ff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #162385;
    border-color: #162385; }

.list-group-item-secondary {
  color: #2c2c2c;
  background-color: #cfcfcf; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #2c2c2c;
    background-color: #c2c2c2; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c; }

.list-group-item-success {
  color: #193a32;
  background-color: #c5d7d2; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #193a32;
    background-color: #b6cdc6; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #193a32;
    border-color: #193a32; }

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

.list-group-item-warning {
  color: #736537;
  background-color: #f6eed5; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #736537;
    background-color: #f2e6c0; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #736537;
    border-color: #736537; }

.list-group-item-danger {
  color: #7a1f14;
  background-color: #f9c8c3; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7a1f14;
    background-color: #f7b3ac; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7a1f14;
    border-color: #7a1f14; }

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #ededed; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c; }

.list-group-item-dark {
  color: #2c2c2c;
  background-color: #cfcfcf; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #2c2c2c;
    background-color: #c2c2c2; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #2c2c2c;
    border-color: #2c2c2c; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dddddd; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dddddd; }
  .modal-footer > * {
    margin: 0.25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Inter", 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;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Inter", 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.2); }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb; }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-primary {
  background-color: #2B44FF !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dddddd !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: #2B44FF !important; }

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 8px !important; }

.rounded-top {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important; }

.rounded-right {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important; }

.rounded-bottom {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

.rounded-left {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .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: 1600px) {
  .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 print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .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: 1600px) {
  .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; } }

.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: 1200px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-150 {
  width: 150% !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; }

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

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

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

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

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

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

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

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

.h-150 {
  height: 150% !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.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-7,
.mx-7 {
  margin-left: 3.5rem !important; }

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

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

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

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

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

.m-9 {
  margin: 4.5rem !important; }

.mt-9,
.my-9 {
  margin-top: 4.5rem !important; }

.mr-9,
.mx-9 {
  margin-right: 4.5rem !important; }

.mb-9,
.my-9 {
  margin-bottom: 4.5rem !important; }

.ml-9,
.mx-9 {
  margin-left: 4.5rem !important; }

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

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

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

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

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

.m-20 {
  margin: 10rem !important; }

.mt-20,
.my-20 {
  margin-top: 10rem !important; }

.mr-20,
.mx-20 {
  margin-right: 10rem !important; }

.mb-20,
.my-20 {
  margin-bottom: 10rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-7,
.px-7 {
  padding-left: 3.5rem !important; }

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

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

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

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

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

.p-9 {
  padding: 4.5rem !important; }

.pt-9,
.py-9 {
  padding-top: 4.5rem !important; }

.pr-9,
.px-9 {
  padding-right: 4.5rem !important; }

.pb-9,
.py-9 {
  padding-bottom: 4.5rem !important; }

.pl-9,
.px-9 {
  padding-left: 4.5rem !important; }

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

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

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

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

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

.p-20 {
  padding: 10rem !important; }

.pt-20,
.py-20 {
  padding-top: 10rem !important; }

.pr-20,
.px-20 {
  padding-right: 10rem !important; }

.pb-20,
.py-20 {
  padding-bottom: 10rem !important; }

.pl-20,
.px-20 {
  padding-left: 10rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n7,
.mx-n7 {
  margin-left: -3.5rem !important; }

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

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

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

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

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

.m-n9 {
  margin: -4.5rem !important; }

.mt-n9,
.my-n9 {
  margin-top: -4.5rem !important; }

.mr-n9,
.mx-n9 {
  margin-right: -4.5rem !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -4.5rem !important; }

.ml-n9,
.mx-n9 {
  margin-left: -4.5rem !important; }

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

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

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

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

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

.m-n20 {
  margin: -10rem !important; }

.mt-n20,
.my-n20 {
  margin-top: -10rem !important; }

.mr-n20,
.mx-n20 {
  margin-right: -10rem !important; }

.mb-n20,
.my-n20 {
  margin-bottom: -10rem !important; }

.ml-n20,
.mx-n20 {
  margin-left: -10rem !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.5rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important; }
  .m-sm-2 {
    margin: 1rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important; }
  .m-sm-3 {
    margin: 1.5rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important; }
  .m-sm-4 {
    margin: 2rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important; }
  .m-sm-5 {
    margin: 2.5rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important; }
  .m-sm-6 {
    margin: 3rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important; }
  .m-sm-7 {
    margin: 3.5rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 3.5rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 3.5rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 3.5rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 3.5rem !important; }
  .m-sm-8 {
    margin: 4rem !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 4rem !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 4rem !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 4rem !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 4rem !important; }
  .m-sm-9 {
    margin: 4.5rem !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 4.5rem !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 4.5rem !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 4.5rem !important; }
  .m-sm-10 {
    margin: 5rem !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 5rem !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 5rem !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 5rem !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 5rem !important; }
  .m-sm-20 {
    margin: 10rem !important; }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 10rem !important; }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 10rem !important; }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 10rem !important; }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 10rem !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.5rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important; }
  .p-sm-2 {
    padding: 1rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important; }
  .p-sm-3 {
    padding: 1.5rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important; }
  .p-sm-4 {
    padding: 2rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important; }
  .p-sm-5 {
    padding: 2.5rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important; }
  .p-sm-6 {
    padding: 3rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important; }
  .p-sm-7 {
    padding: 3.5rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 3.5rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 3.5rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 3.5rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 3.5rem !important; }
  .p-sm-8 {
    padding: 4rem !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 4rem !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 4rem !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 4rem !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 4rem !important; }
  .p-sm-9 {
    padding: 4.5rem !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 4.5rem !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 4.5rem !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 4.5rem !important; }
  .p-sm-10 {
    padding: 5rem !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 5rem !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 5rem !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 5rem !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 5rem !important; }
  .p-sm-20 {
    padding: 10rem !important; }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 10rem !important; }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 10rem !important; }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 10rem !important; }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 10rem !important; }
  .m-sm-n1 {
    margin: -0.5rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important; }
  .m-sm-n2 {
    margin: -1rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important; }
  .m-sm-n3 {
    margin: -1.5rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important; }
  .m-sm-n4 {
    margin: -2rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important; }
  .m-sm-n5 {
    margin: -2.5rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !important; }
  .m-sm-n6 {
    margin: -3rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important; }
  .m-sm-n7 {
    margin: -3.5rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -3.5rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -3.5rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -3.5rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -3.5rem !important; }
  .m-sm-n8 {
    margin: -4rem !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -4rem !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -4rem !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -4rem !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -4rem !important; }
  .m-sm-n9 {
    margin: -4.5rem !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -4.5rem !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -4.5rem !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -4.5rem !important; }
  .m-sm-n10 {
    margin: -5rem !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -5rem !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -5rem !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -5rem !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -5rem !important; }
  .m-sm-n20 {
    margin: -10rem !important; }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -10rem !important; }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -10rem !important; }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -10rem !important; }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -10rem !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.5rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important; }
  .m-md-2 {
    margin: 1rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important; }
  .m-md-3 {
    margin: 1.5rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important; }
  .m-md-4 {
    margin: 2rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important; }
  .m-md-5 {
    margin: 2.5rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important; }
  .m-md-6 {
    margin: 3rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important; }
  .m-md-7 {
    margin: 3.5rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 3.5rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 3.5rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 3.5rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 3.5rem !important; }
  .m-md-8 {
    margin: 4rem !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 4rem !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 4rem !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 4rem !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 4rem !important; }
  .m-md-9 {
    margin: 4.5rem !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 4.5rem !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 4.5rem !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 4.5rem !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 4.5rem !important; }
  .m-md-10 {
    margin: 5rem !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 5rem !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 5rem !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 5rem !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 5rem !important; }
  .m-md-20 {
    margin: 10rem !important; }
  .mt-md-20,
  .my-md-20 {
    margin-top: 10rem !important; }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 10rem !important; }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 10rem !important; }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 10rem !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.5rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important; }
  .p-md-2 {
    padding: 1rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important; }
  .p-md-3 {
    padding: 1.5rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important; }
  .p-md-4 {
    padding: 2rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important; }
  .p-md-5 {
    padding: 2.5rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important; }
  .p-md-6 {
    padding: 3rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important; }
  .p-md-7 {
    padding: 3.5rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 3.5rem !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 3.5rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 3.5rem !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 3.5rem !important; }
  .p-md-8 {
    padding: 4rem !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 4rem !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 4rem !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 4rem !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 4rem !important; }
  .p-md-9 {
    padding: 4.5rem !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 4.5rem !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 4.5rem !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 4.5rem !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 4.5rem !important; }
  .p-md-10 {
    padding: 5rem !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 5rem !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 5rem !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 5rem !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 5rem !important; }
  .p-md-20 {
    padding: 10rem !important; }
  .pt-md-20,
  .py-md-20 {
    padding-top: 10rem !important; }
  .pr-md-20,
  .px-md-20 {
    padding-right: 10rem !important; }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 10rem !important; }
  .pl-md-20,
  .px-md-20 {
    padding-left: 10rem !important; }
  .m-md-n1 {
    margin: -0.5rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important; }
  .m-md-n2 {
    margin: -1rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important; }
  .m-md-n3 {
    margin: -1.5rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important; }
  .m-md-n4 {
    margin: -2rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important; }
  .m-md-n5 {
    margin: -2.5rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !important; }
  .m-md-n6 {
    margin: -3rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important; }
  .m-md-n7 {
    margin: -3.5rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -3.5rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -3.5rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -3.5rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -3.5rem !important; }
  .m-md-n8 {
    margin: -4rem !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -4rem !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -4rem !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -4rem !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -4rem !important; }
  .m-md-n9 {
    margin: -4.5rem !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -4.5rem !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -4.5rem !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -4.5rem !important; }
  .m-md-n10 {
    margin: -5rem !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -5rem !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -5rem !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -5rem !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -5rem !important; }
  .m-md-n20 {
    margin: -10rem !important; }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -10rem !important; }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -10rem !important; }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -10rem !important; }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -10rem !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: 1200px) {
  .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.5rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important; }
  .m-lg-2 {
    margin: 1rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important; }
  .m-lg-3 {
    margin: 1.5rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important; }
  .m-lg-4 {
    margin: 2rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important; }
  .m-lg-5 {
    margin: 2.5rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important; }
  .m-lg-6 {
    margin: 3rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important; }
  .m-lg-7 {
    margin: 3.5rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 3.5rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 3.5rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 3.5rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 3.5rem !important; }
  .m-lg-8 {
    margin: 4rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 4rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 4rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 4rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 4rem !important; }
  .m-lg-9 {
    margin: 4.5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 4.5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 4.5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 4.5rem !important; }
  .m-lg-10 {
    margin: 5rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 5rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 5rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 5rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 5rem !important; }
  .m-lg-20 {
    margin: 10rem !important; }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 10rem !important; }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 10rem !important; }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 10rem !important; }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 10rem !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.5rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important; }
  .p-lg-2 {
    padding: 1rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important; }
  .p-lg-3 {
    padding: 1.5rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important; }
  .p-lg-4 {
    padding: 2rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important; }
  .p-lg-5 {
    padding: 2.5rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important; }
  .p-lg-6 {
    padding: 3rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important; }
  .p-lg-7 {
    padding: 3.5rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 3.5rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 3.5rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 3.5rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 3.5rem !important; }
  .p-lg-8 {
    padding: 4rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 4rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 4rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 4rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 4rem !important; }
  .p-lg-9 {
    padding: 4.5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 4.5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 4.5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 4.5rem !important; }
  .p-lg-10 {
    padding: 5rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 5rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 5rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 5rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 5rem !important; }
  .p-lg-20 {
    padding: 10rem !important; }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 10rem !important; }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 10rem !important; }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 10rem !important; }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 10rem !important; }
  .m-lg-n1 {
    margin: -0.5rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important; }
  .m-lg-n2 {
    margin: -1rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important; }
  .m-lg-n3 {
    margin: -1.5rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important; }
  .m-lg-n4 {
    margin: -2rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important; }
  .m-lg-n5 {
    margin: -2.5rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important; }
  .m-lg-n6 {
    margin: -3rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important; }
  .m-lg-n7 {
    margin: -3.5rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -3.5rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -3.5rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -3.5rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -3.5rem !important; }
  .m-lg-n8 {
    margin: -4rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -4rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -4rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -4rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -4rem !important; }
  .m-lg-n9 {
    margin: -4.5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -4.5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -4.5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -4.5rem !important; }
  .m-lg-n10 {
    margin: -5rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -5rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -5rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -5rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -5rem !important; }
  .m-lg-n20 {
    margin: -10rem !important; }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -10rem !important; }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -10rem !important; }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -10rem !important; }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -10rem !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: 1600px) {
  .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.5rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important; }
  .m-xl-2 {
    margin: 1rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important; }
  .m-xl-3 {
    margin: 1.5rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important; }
  .m-xl-4 {
    margin: 2rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important; }
  .m-xl-5 {
    margin: 2.5rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important; }
  .m-xl-6 {
    margin: 3rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important; }
  .m-xl-7 {
    margin: 3.5rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 3.5rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 3.5rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 3.5rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 3.5rem !important; }
  .m-xl-8 {
    margin: 4rem !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 4rem !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 4rem !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 4rem !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 4rem !important; }
  .m-xl-9 {
    margin: 4.5rem !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 4.5rem !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 4.5rem !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 4.5rem !important; }
  .m-xl-10 {
    margin: 5rem !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 5rem !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 5rem !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 5rem !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 5rem !important; }
  .m-xl-20 {
    margin: 10rem !important; }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 10rem !important; }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 10rem !important; }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 10rem !important; }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 10rem !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.5rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important; }
  .p-xl-2 {
    padding: 1rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important; }
  .p-xl-3 {
    padding: 1.5rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important; }
  .p-xl-4 {
    padding: 2rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important; }
  .p-xl-5 {
    padding: 2.5rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important; }
  .p-xl-6 {
    padding: 3rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important; }
  .p-xl-7 {
    padding: 3.5rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 3.5rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 3.5rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 3.5rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 3.5rem !important; }
  .p-xl-8 {
    padding: 4rem !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 4rem !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 4rem !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 4rem !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 4rem !important; }
  .p-xl-9 {
    padding: 4.5rem !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 4.5rem !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 4.5rem !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 4.5rem !important; }
  .p-xl-10 {
    padding: 5rem !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 5rem !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 5rem !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 5rem !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 5rem !important; }
  .p-xl-20 {
    padding: 10rem !important; }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 10rem !important; }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 10rem !important; }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 10rem !important; }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 10rem !important; }
  .m-xl-n1 {
    margin: -0.5rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important; }
  .m-xl-n2 {
    margin: -1rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important; }
  .m-xl-n3 {
    margin: -1.5rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important; }
  .m-xl-n4 {
    margin: -2rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important; }
  .m-xl-n5 {
    margin: -2.5rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important; }
  .m-xl-n6 {
    margin: -3rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important; }
  .m-xl-n7 {
    margin: -3.5rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -3.5rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -3.5rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -3.5rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -3.5rem !important; }
  .m-xl-n8 {
    margin: -4rem !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -4rem !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -4rem !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -4rem !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -4rem !important; }
  .m-xl-n9 {
    margin: -4.5rem !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -4.5rem !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -4.5rem !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -4.5rem !important; }
  .m-xl-n10 {
    margin: -5rem !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -5rem !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -5rem !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -5rem !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -5rem !important; }
  .m-xl-n20 {
    margin: -10rem !important; }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -10rem !important; }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -10rem !important; }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -10rem !important; }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -10rem !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; } }

.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: 1200px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-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: 500 !important; }

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

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

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

.text-primary {
  color: #2B44FF !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 1200px !important; }
  .container {
    min-width: 1200px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #bbbbbb !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dddddd; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dddddd; } }

.fs-16 {
  font-size: 1rem !important;
  line-height: 1.4em; }

.fs-20 {
  font-size: 1.25rem !important;
  line-height: 1.4em; }

.fs-24 {
  font-size: 1.5rem !important;
  line-height: 1.4em; }

.fs-28 {
  font-size: 1.75rem !important;
  line-height: 1.4em; }

.fs-32 {
  font-size: 2rem !important;
  line-height: 1.4em; }

.fs-36 {
  font-size: 2.25rem !important;
  line-height: 1.4em; }

.fs-40 {
  font-size: 2.5rem !important;
  line-height: 1.4em; }

.fs-44 {
  font-size: 2.75rem !important;
  line-height: 1.4em; }

.fs-48 {
  font-size: 3rem !important;
  line-height: 1.4em; }

.fs-52 {
  font-size: 3.25rem !important;
  line-height: 1.4em; }

.fs-56 {
  font-size: 3.5rem !important;
  line-height: 1.4em; }

.fs-60 {
  font-size: 3.75rem !important;
  line-height: 1.4em; }

.fs-64 {
  font-size: 4rem !important;
  line-height: 1.4em; }

.fs-68 {
  font-size: 4.25rem !important;
  line-height: 1.4em; }

.fs-72 {
  font-size: 4.5rem !important;
  line-height: 1.4em; }

.fs-76 {
  font-size: 4.75rem !important;
  line-height: 1.4em; }

.fs-80 {
  font-size: 5rem !important;
  line-height: 1.4em; }

.fs-84 {
  font-size: 5.25rem !important;
  line-height: 1.4em; }

.fs-88 {
  font-size: 5.5rem !important;
  line-height: 1.4em; }

.fs-92 {
  font-size: 5.75rem !important;
  line-height: 1.4em; }

.bg-blue {
  background: #2B44FF !important; }

.bg-indigo {
  background: #6610f2 !important; }

.bg-purple {
  background: #7254BE !important; }

.bg-pink {
  background: #e83e8c !important; }

.bg-red {
  background: #EB3C27 !important; }

.bg-orange {
  background: #EE7A3D !important; }

.bg-yellow {
  background: #DEC269 !important; }

.bg-green {
  background: #307060 !important; }

.bg-teal {
  background: #20c997 !important; }

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

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

.bg-gray {
  background: #DFDFE1 !important; }

.bg-gray-dark {
  background: #555555 !important; }

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

.bg-tan {
  background: #C5804D !important; }

.bg-brown {
  background: #B88656 !important; }

.bg-beige {
  background: #E4BD9F !important; }

.bg-default {
  background: #dddddd !important; }

.bg-light-pink {
  background: #FCF9F3 !important; }

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

.bg-hover-blue:hover {
  background: #2B44FF !important; }

.bg-hover-indigo:hover {
  background: #6610f2 !important; }

.bg-hover-purple:hover {
  background: #7254BE !important; }

.bg-hover-pink:hover {
  background: #e83e8c !important; }

.bg-hover-red:hover {
  background: #EB3C27 !important; }

.bg-hover-orange:hover {
  background: #EE7A3D !important; }

.bg-hover-yellow:hover {
  background: #DEC269 !important; }

.bg-hover-green:hover {
  background: #307060 !important; }

.bg-hover-teal:hover {
  background: #20c997 !important; }

.bg-hover-cyan:hover {
  background: #17a2b8 !important; }

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

.bg-hover-gray:hover {
  background: #DFDFE1 !important; }

.bg-hover-gray-dark:hover {
  background: #555555 !important; }

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

.bg-hover-tan:hover {
  background: #C5804D !important; }

.bg-hover-brown:hover {
  background: #B88656 !important; }

.bg-hover-beige:hover {
  background: #E4BD9F !important; }

.bg-hover-default:hover {
  background: #dddddd !important; }

.bg-hover-light-pink:hover {
  background: #FCF9F3 !important; }

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

.bg-facebook {
  background: #3b5998 !important; }

.bg-google-plus {
  background: #dd4b39 !important; }

.bg-twitter {
  background: #00aced !important; }

.bg-linkedin {
  background: #007bb6 !important; }

.bg-pinterest {
  background: #cb2027 !important; }

.bg-git {
  background: #666666 !important; }

.bg-tumblr {
  background: #32506d !important; }

.bg-vimeo {
  background: #aad450 !important; }

.bg-flickr {
  background: #ff0084 !important; }

.bg-reddit {
  background: #ff4500 !important; }

.bg-dribbble {
  background: #ea4c89 !important; }

.bg-skype {
  background: #00aff0 !important; }

.bg-instagram {
  background: #517fa4 !important; }

.bg-behance {
  background: #1769ff !important; }

.bg-rss {
  background: #f26522 !important; }

.bg-youtube {
  background: #bb0000 !important; }

.bg-opaque-blue {
  background: rgba(43, 68, 255, 0.1) !important; }

.bg-opaque-indigo {
  background: rgba(102, 16, 242, 0.1) !important; }

.bg-opaque-purple {
  background: rgba(114, 84, 190, 0.1) !important; }

.bg-opaque-pink {
  background: rgba(232, 62, 140, 0.1) !important; }

.bg-opaque-red {
  background: rgba(235, 60, 39, 0.1) !important; }

.bg-opaque-orange {
  background: rgba(238, 122, 61, 0.1) !important; }

.bg-opaque-yellow {
  background: rgba(222, 194, 105, 0.1) !important; }

.bg-opaque-green {
  background: rgba(48, 112, 96, 0.1) !important; }

.bg-opaque-teal {
  background: rgba(32, 201, 151, 0.1) !important; }

.bg-opaque-cyan {
  background: rgba(23, 162, 184, 0.1) !important; }

.bg-opaque-white {
  background: rgba(255, 255, 255, 0.1) !important; }

.bg-opaque-gray {
  background: rgba(223, 223, 225, 0.1) !important; }

.bg-opaque-gray-dark {
  background: rgba(85, 85, 85, 0.1) !important; }

.bg-opaque-black {
  background: rgba(0, 0, 0, 0.1) !important; }

.bg-opaque-tan {
  background: rgba(197, 128, 77, 0.1) !important; }

.bg-opaque-brown {
  background: rgba(184, 134, 86, 0.1) !important; }

.bg-opaque-beige {
  background: rgba(228, 189, 159, 0.1) !important; }

.bg-opaque-default {
  background: rgba(221, 221, 221, 0.1) !important; }

.bg-opaque-light-pink {
  background: rgba(252, 249, 243, 0.1) !important; }

.bg-opaque-transparent {
  background: rgba(0, 0, 0, 0.1) !important; }

.text-blue {
  color: #2B44FF !important; }

.text-indigo {
  color: #6610f2 !important; }

.text-purple {
  color: #7254BE !important; }

.text-pink {
  color: #e83e8c !important; }

.text-red {
  color: #EB3C27 !important; }

.text-orange {
  color: #EE7A3D !important; }

.text-yellow {
  color: #DEC269 !important; }

.text-green {
  color: #307060 !important; }

.text-teal {
  color: #20c997 !important; }

.text-cyan {
  color: #17a2b8 !important; }

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

.text-gray {
  color: #DFDFE1 !important; }

.text-gray-dark {
  color: #555555 !important; }

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

.text-tan {
  color: #C5804D !important; }

.text-brown {
  color: #B88656 !important; }

.text-beige {
  color: #E4BD9F !important; }

.text-default {
  color: #dddddd !important; }

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

.text-transparent {
  color: transparent !important; }

.text-facebook {
  color: #3b5998 !important; }

.text-google-plus {
  color: #dd4b39 !important; }

.text-twitter {
  color: #00aced !important; }

.text-linkedin {
  color: #007bb6 !important; }

.text-pinterest {
  color: #cb2027 !important; }

.text-git {
  color: #666666 !important; }

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

.text-vimeo {
  color: #aad450 !important; }

.text-flickr {
  color: #ff0084 !important; }

.text-reddit {
  color: #ff4500 !important; }

.text-dribbble {
  color: #ea4c89 !important; }

.text-skype {
  color: #00aff0 !important; }

.text-instagram {
  color: #517fa4 !important; }

.text-behance {
  color: #1769ff !important; }

.text-rss {
  color: #f26522 !important; }

.text-youtube {
  color: #bb0000 !important; }

.text-inherit {
  color: inherit !important; }

.text-hover-blue {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-blue:hover {
    color: #2B44FF !important; }

.text-hover-indigo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-indigo:hover {
    color: #6610f2 !important; }

.text-hover-purple {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-purple:hover {
    color: #7254BE !important; }

.text-hover-pink {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-pink:hover {
    color: #e83e8c !important; }

.text-hover-red {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-red:hover {
    color: #EB3C27 !important; }

.text-hover-orange {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-orange:hover {
    color: #EE7A3D !important; }

.text-hover-yellow {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-yellow:hover {
    color: #DEC269 !important; }

.text-hover-green {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-green:hover {
    color: #307060 !important; }

.text-hover-teal {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-teal:hover {
    color: #20c997 !important; }

.text-hover-cyan {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-cyan:hover {
    color: #17a2b8 !important; }

.text-hover-white {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-white:hover {
    color: #fff !important; }

.text-hover-gray {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-gray:hover {
    color: #DFDFE1 !important; }

.text-hover-gray-dark {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-gray-dark:hover {
    color: #555555 !important; }

.text-hover-black {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-black:hover {
    color: #000 !important; }

.text-hover-tan {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-tan:hover {
    color: #C5804D !important; }

.text-hover-brown {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-brown:hover {
    color: #B88656 !important; }

.text-hover-beige {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-beige:hover {
    color: #E4BD9F !important; }

.text-hover-default {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-default:hover {
    color: #dddddd !important; }

.text-hover-light-pink {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-light-pink:hover {
    color: #FCF9F3 !important; }

.text-hover-transparent {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-transparent:hover {
    color: transparent !important; }

.text-hover-primary {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-primary:hover {
    color: #2B44FF !important; }

.text-hover-secondary {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-secondary:hover {
    color: #555555 !important; }

.text-hover-success {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-success:hover {
    color: #307060 !important; }

.text-hover-info {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-info:hover {
    color: #17a2b8 !important; }

.text-hover-warning {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-warning:hover {
    color: #DEC269 !important; }

.text-hover-danger {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-danger:hover {
    color: #EB3C27 !important; }

.text-hover-light {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-light:hover {
    color: #eeeeee !important; }

.text-hover-dark {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-dark:hover {
    color: #555555 !important; }

.text-hover-facebook {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-facebook:hover {
    color: #3b5998 !important; }

.text-hover-google-plus {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-google-plus:hover {
    color: #dd4b39 !important; }

.text-hover-twitter {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-twitter:hover {
    color: #00aced !important; }

.text-hover-linkedin {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-linkedin:hover {
    color: #007bb6 !important; }

.text-hover-pinterest {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-pinterest:hover {
    color: #cb2027 !important; }

.text-hover-git {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-git:hover {
    color: #666666 !important; }

.text-hover-tumblr {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-tumblr:hover {
    color: #32506d !important; }

.text-hover-vimeo {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-vimeo:hover {
    color: #aad450 !important; }

.text-hover-flickr {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-flickr:hover {
    color: #ff0084 !important; }

.text-hover-reddit {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-reddit:hover {
    color: #ff4500 !important; }

.text-hover-dribbble {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-dribbble:hover {
    color: #ea4c89 !important; }

.text-hover-skype {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-skype:hover {
    color: #00aff0 !important; }

.text-hover-instagram {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-instagram:hover {
    color: #517fa4 !important; }

.text-hover-behance {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-behance:hover {
    color: #1769ff !important; }

.text-hover-rss {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-rss:hover {
    color: #f26522 !important; }

.text-hover-youtube {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .text-hover-youtube:hover {
    color: #bb0000 !important; }

.border-blue {
  border-color: #2B44FF !important; }

.border-indigo {
  border-color: #6610f2 !important; }

.border-purple {
  border-color: #7254BE !important; }

.border-pink {
  border-color: #e83e8c !important; }

.border-red {
  border-color: #EB3C27 !important; }

.border-orange {
  border-color: #EE7A3D !important; }

.border-yellow {
  border-color: #DEC269 !important; }

.border-green {
  border-color: #307060 !important; }

.border-teal {
  border-color: #20c997 !important; }

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

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

.border-gray {
  border-color: #DFDFE1 !important; }

.border-gray-dark {
  border-color: #555555 !important; }

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

.border-tan {
  border-color: #C5804D !important; }

.border-brown {
  border-color: #B88656 !important; }

.border-beige {
  border-color: #E4BD9F !important; }

.border-default {
  border-color: #dddddd !important; }

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

.border-transparent {
  border-color: transparent !important; }

.equal {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .equal::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%; }
  .equal-16-9.equal::before {
    padding-top: 56.25%; }
  .equal-16-10.equal::before {
    padding-top: 62.5%; }
  .equal-4-3.equal::before {
    padding-top: 75%; }
  .equal-3-4.equal::before {
    padding-top: 133.3333%; }
  .equal-6-9.equal::before {
    padding-top: 150%; }
  .equal-2-1.equal::before {
    padding-top: 50%; }
  .equal-1-2.equal::before {
    padding-top: 200%; }
  .equal-1-1.equal::before {
    padding-top: 100%; }
  @media (min-width: 576px) {
    .equal-sm-16-9.equal::before {
      padding-top: 56.25%; }
    .equal-sm-16-10.equal::before {
      padding-top: 62.5%; }
    .equal-sm-4-3.equal::before {
      padding-top: 75%; }
    .equal-sm-3-4.equal::before {
      padding-top: 133.3333%; }
    .equal-sm-6-9.equal::before {
      padding-top: 150%; }
    .equal-sm-2-1.equal::before {
      padding-top: 50%; }
    .equal-sm-1-2.equal::before {
      padding-top: 200%; }
    .equal-sm-1-1.equal::before {
      padding-top: 100%; } }
  @media (min-width: 768px) {
    .equal-md-16-9.equal::before {
      padding-top: 56.25%; }
    .equal-md-16-10.equal::before {
      padding-top: 62.5%; }
    .equal-md-4-3.equal::before {
      padding-top: 75%; }
    .equal-md-3-4.equal::before {
      padding-top: 133.3333%; }
    .equal-md-6-9.equal::before {
      padding-top: 150%; }
    .equal-md-2-1.equal::before {
      padding-top: 50%; }
    .equal-md-1-2.equal::before {
      padding-top: 200%; }
    .equal-md-1-1.equal::before {
      padding-top: 100%; } }
  @media (min-width: 1200px) {
    .equal-lg-16-9.equal::before {
      padding-top: 56.25%; }
    .equal-lg-16-10.equal::before {
      padding-top: 62.5%; }
    .equal-lg-4-3.equal::before {
      padding-top: 75%; }
    .equal-lg-3-4.equal::before {
      padding-top: 133.3333%; }
    .equal-lg-6-9.equal::before {
      padding-top: 150%; }
    .equal-lg-2-1.equal::before {
      padding-top: 50%; }
    .equal-lg-1-2.equal::before {
      padding-top: 200%; }
    .equal-lg-1-1.equal::before {
      padding-top: 100%; } }
  @media (min-width: 1600px) {
    .equal-xl-16-9.equal::before {
      padding-top: 56.25%; }
    .equal-xl-16-10.equal::before {
      padding-top: 62.5%; }
    .equal-xl-4-3.equal::before {
      padding-top: 75%; }
    .equal-xl-3-4.equal::before {
      padding-top: 133.3333%; }
    .equal-xl-6-9.equal::before {
      padding-top: 150%; }
    .equal-xl-2-1.equal::before {
      padding-top: 50%; }
    .equal-xl-1-2.equal::before {
      padding-top: 200%; }
    .equal-xl-1-1.equal::before {
      padding-top: 100%; } }

.equal .centered {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%; }

.fw-25 {
  flex: 0 0 25% !important;
  width: 25% !important; }

.fw-50 {
  flex: 0 0 50% !important;
  width: 50% !important; }

.fw-75 {
  flex: 0 0 75% !important;
  width: 75% !important; }

.fw-100 {
  flex: 0 0 100% !important;
  width: 100% !important; }

.fw-auto {
  flex: 0 0 auto !important;
  width: auto !important; }

.fw-10 {
  flex: 0 0 10% !important;
  width: 10% !important; }

.fw-20 {
  flex: 0 0 20% !important;
  width: 20% !important; }

.fw-55 {
  flex: 0 0 55% !important;
  width: 55% !important; }

.fw-60 {
  flex: 0 0 60% !important;
  width: 60% !important; }

.fw-65 {
  flex: 0 0 65% !important;
  width: 65% !important; }

.fw-70 {
  flex: 0 0 70% !important;
  width: 70% !important; }

.fw-80 {
  flex: 0 0 80% !important;
  width: 80% !important; }

.fw-125 {
  flex: 0 0 125% !important;
  width: 125% !important; }

.fw-150 {
  flex: 0 0 150% !important;
  width: 150% !important; }

@media (min-width: 576px) {
  .fw-sm-25 {
    flex: 0 0 25% !important;
    width: 25% !important; }
  .fw-sm-50 {
    flex: 0 0 50% !important;
    width: 50% !important; }
  .fw-sm-75 {
    flex: 0 0 75% !important;
    width: 75% !important; }
  .fw-sm-100 {
    flex: 0 0 100% !important;
    width: 100% !important; }
  .fw-sm-auto {
    flex: 0 0 auto !important;
    width: auto !important; }
  .fw-sm-10 {
    flex: 0 0 10% !important;
    width: 10% !important; }
  .fw-sm-20 {
    flex: 0 0 20% !important;
    width: 20% !important; }
  .fw-sm-55 {
    flex: 0 0 55% !important;
    width: 55% !important; }
  .fw-sm-60 {
    flex: 0 0 60% !important;
    width: 60% !important; }
  .fw-sm-65 {
    flex: 0 0 65% !important;
    width: 65% !important; }
  .fw-sm-70 {
    flex: 0 0 70% !important;
    width: 70% !important; }
  .fw-sm-80 {
    flex: 0 0 80% !important;
    width: 80% !important; }
  .fw-sm-125 {
    flex: 0 0 125% !important;
    width: 125% !important; }
  .fw-sm-150 {
    flex: 0 0 150% !important;
    width: 150% !important; } }

@media (min-width: 768px) {
  .fw-md-25 {
    flex: 0 0 25% !important;
    width: 25% !important; }
  .fw-md-50 {
    flex: 0 0 50% !important;
    width: 50% !important; }
  .fw-md-75 {
    flex: 0 0 75% !important;
    width: 75% !important; }
  .fw-md-100 {
    flex: 0 0 100% !important;
    width: 100% !important; }
  .fw-md-auto {
    flex: 0 0 auto !important;
    width: auto !important; }
  .fw-md-10 {
    flex: 0 0 10% !important;
    width: 10% !important; }
  .fw-md-20 {
    flex: 0 0 20% !important;
    width: 20% !important; }
  .fw-md-55 {
    flex: 0 0 55% !important;
    width: 55% !important; }
  .fw-md-60 {
    flex: 0 0 60% !important;
    width: 60% !important; }
  .fw-md-65 {
    flex: 0 0 65% !important;
    width: 65% !important; }
  .fw-md-70 {
    flex: 0 0 70% !important;
    width: 70% !important; }
  .fw-md-80 {
    flex: 0 0 80% !important;
    width: 80% !important; }
  .fw-md-125 {
    flex: 0 0 125% !important;
    width: 125% !important; }
  .fw-md-150 {
    flex: 0 0 150% !important;
    width: 150% !important; } }

@media (min-width: 1200px) {
  .fw-lg-25 {
    flex: 0 0 25% !important;
    width: 25% !important; }
  .fw-lg-50 {
    flex: 0 0 50% !important;
    width: 50% !important; }
  .fw-lg-75 {
    flex: 0 0 75% !important;
    width: 75% !important; }
  .fw-lg-100 {
    flex: 0 0 100% !important;
    width: 100% !important; }
  .fw-lg-auto {
    flex: 0 0 auto !important;
    width: auto !important; }
  .fw-lg-10 {
    flex: 0 0 10% !important;
    width: 10% !important; }
  .fw-lg-20 {
    flex: 0 0 20% !important;
    width: 20% !important; }
  .fw-lg-55 {
    flex: 0 0 55% !important;
    width: 55% !important; }
  .fw-lg-60 {
    flex: 0 0 60% !important;
    width: 60% !important; }
  .fw-lg-65 {
    flex: 0 0 65% !important;
    width: 65% !important; }
  .fw-lg-70 {
    flex: 0 0 70% !important;
    width: 70% !important; }
  .fw-lg-80 {
    flex: 0 0 80% !important;
    width: 80% !important; }
  .fw-lg-125 {
    flex: 0 0 125% !important;
    width: 125% !important; }
  .fw-lg-150 {
    flex: 0 0 150% !important;
    width: 150% !important; } }

@media (min-width: 1600px) {
  .fw-xl-25 {
    flex: 0 0 25% !important;
    width: 25% !important; }
  .fw-xl-50 {
    flex: 0 0 50% !important;
    width: 50% !important; }
  .fw-xl-75 {
    flex: 0 0 75% !important;
    width: 75% !important; }
  .fw-xl-100 {
    flex: 0 0 100% !important;
    width: 100% !important; }
  .fw-xl-auto {
    flex: 0 0 auto !important;
    width: auto !important; }
  .fw-xl-10 {
    flex: 0 0 10% !important;
    width: 10% !important; }
  .fw-xl-20 {
    flex: 0 0 20% !important;
    width: 20% !important; }
  .fw-xl-55 {
    flex: 0 0 55% !important;
    width: 55% !important; }
  .fw-xl-60 {
    flex: 0 0 60% !important;
    width: 60% !important; }
  .fw-xl-65 {
    flex: 0 0 65% !important;
    width: 65% !important; }
  .fw-xl-70 {
    flex: 0 0 70% !important;
    width: 70% !important; }
  .fw-xl-80 {
    flex: 0 0 80% !important;
    width: 80% !important; }
  .fw-xl-125 {
    flex: 0 0 125% !important;
    width: 125% !important; }
  .fw-xl-150 {
    flex: 0 0 150% !important;
    width: 150% !important; } }

.vh-10 {
  box-sizing: border-box;
  min-height: 10vh;
  height: 100% !important; }

.vh-20 {
  box-sizing: border-box;
  min-height: 20vh;
  height: 100% !important; }

.vh-25 {
  box-sizing: border-box;
  min-height: 25vh;
  height: 100% !important; }

.vh-30 {
  box-sizing: border-box;
  min-height: 30vh;
  height: 100% !important; }

.vh-40 {
  box-sizing: border-box;
  min-height: 40vh;
  height: 100% !important; }

.vh-50 {
  box-sizing: border-box;
  min-height: 50vh;
  height: 100% !important; }

.vh-60 {
  box-sizing: border-box;
  min-height: 60vh;
  height: 100% !important; }

.vh-70 {
  box-sizing: border-box;
  min-height: 70vh;
  height: 100% !important; }

.vh-75 {
  box-sizing: border-box;
  min-height: 75vh;
  height: 100% !important; }

.vh-80 {
  box-sizing: border-box;
  min-height: 80vh;
  height: 100% !important; }

.vh-90 {
  box-sizing: border-box;
  min-height: 90vh;
  height: 100% !important; }

.vh-100 {
  box-sizing: border-box;
  min-height: 100vh;
  height: 100% !important; }

@media (min-width: 576px) {
  .vh-sm-10 {
    box-sizing: border-box;
    min-height: 10vh;
    height: 100% !important; }
  .vh-sm-20 {
    box-sizing: border-box;
    min-height: 20vh;
    height: 100% !important; }
  .vh-sm-25 {
    box-sizing: border-box;
    min-height: 25vh;
    height: 100% !important; }
  .vh-sm-30 {
    box-sizing: border-box;
    min-height: 30vh;
    height: 100% !important; }
  .vh-sm-40 {
    box-sizing: border-box;
    min-height: 40vh;
    height: 100% !important; }
  .vh-sm-50 {
    box-sizing: border-box;
    min-height: 50vh;
    height: 100% !important; }
  .vh-sm-60 {
    box-sizing: border-box;
    min-height: 60vh;
    height: 100% !important; }
  .vh-sm-70 {
    box-sizing: border-box;
    min-height: 70vh;
    height: 100% !important; }
  .vh-sm-75 {
    box-sizing: border-box;
    min-height: 75vh;
    height: 100% !important; }
  .vh-sm-80 {
    box-sizing: border-box;
    min-height: 80vh;
    height: 100% !important; }
  .vh-sm-90 {
    box-sizing: border-box;
    min-height: 90vh;
    height: 100% !important; }
  .vh-sm-100 {
    box-sizing: border-box;
    min-height: 100vh;
    height: 100% !important; } }

@media (min-width: 768px) {
  .vh-md-10 {
    box-sizing: border-box;
    min-height: 10vh;
    height: 100% !important; }
  .vh-md-20 {
    box-sizing: border-box;
    min-height: 20vh;
    height: 100% !important; }
  .vh-md-25 {
    box-sizing: border-box;
    min-height: 25vh;
    height: 100% !important; }
  .vh-md-30 {
    box-sizing: border-box;
    min-height: 30vh;
    height: 100% !important; }
  .vh-md-40 {
    box-sizing: border-box;
    min-height: 40vh;
    height: 100% !important; }
  .vh-md-50 {
    box-sizing: border-box;
    min-height: 50vh;
    height: 100% !important; }
  .vh-md-60 {
    box-sizing: border-box;
    min-height: 60vh;
    height: 100% !important; }
  .vh-md-70 {
    box-sizing: border-box;
    min-height: 70vh;
    height: 100% !important; }
  .vh-md-75 {
    box-sizing: border-box;
    min-height: 75vh;
    height: 100% !important; }
  .vh-md-80 {
    box-sizing: border-box;
    min-height: 80vh;
    height: 100% !important; }
  .vh-md-90 {
    box-sizing: border-box;
    min-height: 90vh;
    height: 100% !important; }
  .vh-md-100 {
    box-sizing: border-box;
    min-height: 100vh;
    height: 100% !important; } }

@media (min-width: 1200px) {
  .vh-lg-10 {
    box-sizing: border-box;
    min-height: 10vh;
    height: 100% !important; }
  .vh-lg-20 {
    box-sizing: border-box;
    min-height: 20vh;
    height: 100% !important; }
  .vh-lg-25 {
    box-sizing: border-box;
    min-height: 25vh;
    height: 100% !important; }
  .vh-lg-30 {
    box-sizing: border-box;
    min-height: 30vh;
    height: 100% !important; }
  .vh-lg-40 {
    box-sizing: border-box;
    min-height: 40vh;
    height: 100% !important; }
  .vh-lg-50 {
    box-sizing: border-box;
    min-height: 50vh;
    height: 100% !important; }
  .vh-lg-60 {
    box-sizing: border-box;
    min-height: 60vh;
    height: 100% !important; }
  .vh-lg-70 {
    box-sizing: border-box;
    min-height: 70vh;
    height: 100% !important; }
  .vh-lg-75 {
    box-sizing: border-box;
    min-height: 75vh;
    height: 100% !important; }
  .vh-lg-80 {
    box-sizing: border-box;
    min-height: 80vh;
    height: 100% !important; }
  .vh-lg-90 {
    box-sizing: border-box;
    min-height: 90vh;
    height: 100% !important; }
  .vh-lg-100 {
    box-sizing: border-box;
    min-height: 100vh;
    height: 100% !important; } }

@media (min-width: 1600px) {
  .vh-xl-10 {
    box-sizing: border-box;
    min-height: 10vh;
    height: 100% !important; }
  .vh-xl-20 {
    box-sizing: border-box;
    min-height: 20vh;
    height: 100% !important; }
  .vh-xl-25 {
    box-sizing: border-box;
    min-height: 25vh;
    height: 100% !important; }
  .vh-xl-30 {
    box-sizing: border-box;
    min-height: 30vh;
    height: 100% !important; }
  .vh-xl-40 {
    box-sizing: border-box;
    min-height: 40vh;
    height: 100% !important; }
  .vh-xl-50 {
    box-sizing: border-box;
    min-height: 50vh;
    height: 100% !important; }
  .vh-xl-60 {
    box-sizing: border-box;
    min-height: 60vh;
    height: 100% !important; }
  .vh-xl-70 {
    box-sizing: border-box;
    min-height: 70vh;
    height: 100% !important; }
  .vh-xl-75 {
    box-sizing: border-box;
    min-height: 75vh;
    height: 100% !important; }
  .vh-xl-80 {
    box-sizing: border-box;
    min-height: 80vh;
    height: 100% !important; }
  .vh-xl-90 {
    box-sizing: border-box;
    min-height: 90vh;
    height: 100% !important; }
  .vh-xl-100 {
    box-sizing: border-box;
    min-height: 100vh;
    height: 100% !important; } }

.gutter-0 {
  margin: -0px; }
  .gutter-0 > * {
    margin-bottom: 0 !important;
    padding: 0px; }

.gutter-1 {
  margin: -4px; }
  .gutter-1 > * {
    margin-bottom: 0 !important;
    padding: 4px; }

.gutter-2 {
  margin: -8px; }
  .gutter-2 > * {
    margin-bottom: 0 !important;
    padding: 8px; }

.gutter-3 {
  margin: -12px; }
  .gutter-3 > * {
    margin-bottom: 0 !important;
    padding: 12px; }

.gutter-4 {
  margin: -16px; }
  .gutter-4 > * {
    margin-bottom: 0 !important;
    padding: 16px; }

.gutter-5 {
  margin: -20px; }
  .gutter-5 > * {
    margin-bottom: 0 !important;
    padding: 20px; }

.gutter-6 {
  margin: -24px; }
  .gutter-6 > * {
    margin-bottom: 0 !important;
    padding: 24px; }

.gutter-7 {
  margin: -28px; }
  .gutter-7 > * {
    margin-bottom: 0 !important;
    padding: 28px; }

.gutter-8 {
  margin: -32px; }
  .gutter-8 > * {
    margin-bottom: 0 !important;
    padding: 32px; }

@media (min-width: 576px) {
  .gutter-sm-0 {
    margin: -0px; }
    .gutter-sm-0 > * {
      margin-bottom: 0 !important;
      padding: 0px; }
  .gutter-sm-1 {
    margin: -4px; }
    .gutter-sm-1 > * {
      margin-bottom: 0 !important;
      padding: 4px; }
  .gutter-sm-2 {
    margin: -8px; }
    .gutter-sm-2 > * {
      margin-bottom: 0 !important;
      padding: 8px; }
  .gutter-sm-3 {
    margin: -12px; }
    .gutter-sm-3 > * {
      margin-bottom: 0 !important;
      padding: 12px; }
  .gutter-sm-4 {
    margin: -16px; }
    .gutter-sm-4 > * {
      margin-bottom: 0 !important;
      padding: 16px; }
  .gutter-sm-5 {
    margin: -20px; }
    .gutter-sm-5 > * {
      margin-bottom: 0 !important;
      padding: 20px; }
  .gutter-sm-6 {
    margin: -24px; }
    .gutter-sm-6 > * {
      margin-bottom: 0 !important;
      padding: 24px; }
  .gutter-sm-7 {
    margin: -28px; }
    .gutter-sm-7 > * {
      margin-bottom: 0 !important;
      padding: 28px; }
  .gutter-sm-8 {
    margin: -32px; }
    .gutter-sm-8 > * {
      margin-bottom: 0 !important;
      padding: 32px; } }

@media (min-width: 768px) {
  .gutter-md-0 {
    margin: -0px; }
    .gutter-md-0 > * {
      margin-bottom: 0 !important;
      padding: 0px; }
  .gutter-md-1 {
    margin: -4px; }
    .gutter-md-1 > * {
      margin-bottom: 0 !important;
      padding: 4px; }
  .gutter-md-2 {
    margin: -8px; }
    .gutter-md-2 > * {
      margin-bottom: 0 !important;
      padding: 8px; }
  .gutter-md-3 {
    margin: -12px; }
    .gutter-md-3 > * {
      margin-bottom: 0 !important;
      padding: 12px; }
  .gutter-md-4 {
    margin: -16px; }
    .gutter-md-4 > * {
      margin-bottom: 0 !important;
      padding: 16px; }
  .gutter-md-5 {
    margin: -20px; }
    .gutter-md-5 > * {
      margin-bottom: 0 !important;
      padding: 20px; }
  .gutter-md-6 {
    margin: -24px; }
    .gutter-md-6 > * {
      margin-bottom: 0 !important;
      padding: 24px; }
  .gutter-md-7 {
    margin: -28px; }
    .gutter-md-7 > * {
      margin-bottom: 0 !important;
      padding: 28px; }
  .gutter-md-8 {
    margin: -32px; }
    .gutter-md-8 > * {
      margin-bottom: 0 !important;
      padding: 32px; } }

@media (min-width: 1200px) {
  .gutter-lg-0 {
    margin: -0px; }
    .gutter-lg-0 > * {
      margin-bottom: 0 !important;
      padding: 0px; }
  .gutter-lg-1 {
    margin: -4px; }
    .gutter-lg-1 > * {
      margin-bottom: 0 !important;
      padding: 4px; }
  .gutter-lg-2 {
    margin: -8px; }
    .gutter-lg-2 > * {
      margin-bottom: 0 !important;
      padding: 8px; }
  .gutter-lg-3 {
    margin: -12px; }
    .gutter-lg-3 > * {
      margin-bottom: 0 !important;
      padding: 12px; }
  .gutter-lg-4 {
    margin: -16px; }
    .gutter-lg-4 > * {
      margin-bottom: 0 !important;
      padding: 16px; }
  .gutter-lg-5 {
    margin: -20px; }
    .gutter-lg-5 > * {
      margin-bottom: 0 !important;
      padding: 20px; }
  .gutter-lg-6 {
    margin: -24px; }
    .gutter-lg-6 > * {
      margin-bottom: 0 !important;
      padding: 24px; }
  .gutter-lg-7 {
    margin: -28px; }
    .gutter-lg-7 > * {
      margin-bottom: 0 !important;
      padding: 28px; }
  .gutter-lg-8 {
    margin: -32px; }
    .gutter-lg-8 > * {
      margin-bottom: 0 !important;
      padding: 32px; } }

@media (min-width: 1600px) {
  .gutter-xl-0 {
    margin: -0px; }
    .gutter-xl-0 > * {
      margin-bottom: 0 !important;
      padding: 0px; }
  .gutter-xl-1 {
    margin: -4px; }
    .gutter-xl-1 > * {
      margin-bottom: 0 !important;
      padding: 4px; }
  .gutter-xl-2 {
    margin: -8px; }
    .gutter-xl-2 > * {
      margin-bottom: 0 !important;
      padding: 8px; }
  .gutter-xl-3 {
    margin: -12px; }
    .gutter-xl-3 > * {
      margin-bottom: 0 !important;
      padding: 12px; }
  .gutter-xl-4 {
    margin: -16px; }
    .gutter-xl-4 > * {
      margin-bottom: 0 !important;
      padding: 16px; }
  .gutter-xl-5 {
    margin: -20px; }
    .gutter-xl-5 > * {
      margin-bottom: 0 !important;
      padding: 20px; }
  .gutter-xl-6 {
    margin: -24px; }
    .gutter-xl-6 > * {
      margin-bottom: 0 !important;
      padding: 24px; }
  .gutter-xl-7 {
    margin: -28px; }
    .gutter-xl-7 > * {
      margin-bottom: 0 !important;
      padding: 28px; }
  .gutter-xl-8 {
    margin: -32px; }
    .gutter-xl-8 > * {
      margin-bottom: 0 !important;
      padding: 32px; } }

body,
main {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body > section,
  body > footer,
  body > * > section,
  body > * > footer,
  main > section,
  main > footer,
  main > * > section,
  main > * > footer {
    position: relative;
    margin: 0 auto;
    padding: 10rem 0; }
    @media (max-width: 1199.98px) {
      body > section,
      body > footer,
      body > * > section,
      body > * > footer,
      main > section,
      main > footer,
      main > * > section,
      main > * > footer {
        padding: 7.5rem 0; } }
    @media (max-width: 767.98px) {
      body > section,
      body > footer,
      body > * > section,
      body > * > footer,
      main > section,
      main > footer,
      main > * > section,
      main > * > footer {
        padding: 5rem 0; } }
    body > section[class*="-sm"],
    body > footer[class*="-sm"],
    body > * > section[class*="-sm"],
    body > * > footer[class*="-sm"],
    main > section[class*="-sm"],
    main > footer[class*="-sm"],
    main > * > section[class*="-sm"],
    main > * > footer[class*="-sm"] {
      padding-top: 6.66667rem;
      padding-bottom: 6.66667rem; }
      @media (max-width: 1199.98px) {
        body > section[class*="-sm"],
        body > footer[class*="-sm"],
        body > * > section[class*="-sm"],
        body > * > footer[class*="-sm"],
        main > section[class*="-sm"],
        main > footer[class*="-sm"],
        main > * > section[class*="-sm"],
        main > * > footer[class*="-sm"] {
          padding-top: 5rem;
          padding-bottom: 5rem; } }
    body > section[class*="-hero"],
    body > footer[class*="-hero"],
    body > * > section[class*="-hero"],
    body > * > footer[class*="-hero"],
    main > section[class*="-hero"],
    main > footer[class*="-hero"],
    main > * > section[class*="-hero"],
    main > * > footer[class*="-hero"] {
      padding-top: 12.5rem; }
      @media (max-width: 1199.98px) {
        body > section[class*="-hero"],
        body > footer[class*="-hero"],
        body > * > section[class*="-hero"],
        body > * > footer[class*="-hero"],
        main > section[class*="-hero"],
        main > footer[class*="-hero"],
        main > * > section[class*="-hero"],
        main > * > footer[class*="-hero"] {
          padding-top: 10rem; } }

.row:not(:last-child) {
  margin-bottom: 3rem; }
  @media (max-width: 1199.98px) {
    .row:not(:last-child) {
      margin-bottom: 2rem; } }
  @media (max-width: 767.98px) {
    .row:not(:last-child) {
      margin-bottom: 1.5rem; } }

.row[class*="vh-"] {
  padding-top: 10rem;
  padding-bottom: 10rem; }

[class*="container"] + [class*="container"]:not(.background) {
  margin-top: 6.66667rem; }

.cover {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }
  .cover > .container {
    display: flex;
    flex-direction: column; }


.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.foreground {
  position: relative;
  z-index: 8; }

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  width: auto;
  overflow: hidden; }
  .background .container-fluid, .background .container-sm, .background .container-md, .background .container-lg, .background .container-xl,
  .background .row {
    height: 100%; }
  @media (max-width: 1199.98px) {
    .background {
      position: relative;
      height: 50vh;
      margin-bottom: -7.5rem; } }
  @media (max-width: 767.98px) {
    .background {
      position: relative;
      height: 50vh;
      margin-bottom: -5rem; } }

.sticky {
  z-index: 16; }

.overlap {
  position: absolute;
  top: 48px;
  right: -24px; }

.bg-color {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  opacity: 0; }

.bg-color-active .bg-color {
  opacity: 1; }

.collage [class*="-2-1"]::before {
  padding-top: calc(50% - 8px); }

.collage [class*="-1-2"]::before {
  padding-top: calc(200% + 16px); }

.overflow-bottom {
  margin-bottom: -5rem; }

.showcase {
  position: relative;
  height: 100%;
  overflow: hidden; }
  .showcase::before {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 24;
    opacity: 1; }
  .showcase .row {
    -webkit-transform: rotate(-20deg);
    -moz-transform: rotate(-20deg);
    transform: rotate(-20deg);
    position: absolute;
    width: 140%;
    margin-top: -20%;
    margin-left: -30%;
    opacity: .25; }

.text-white .border-top,
.text-white .border-bottom {
  border-color: rgba(255, 255, 255, 0.2) !important; }

[class*="bordered"] {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background-color: transparent;
  border: 1px solid transparent; }

[class*="boxed"] {
  background-color: #fff; }

[class*="floating"], .modal-content, .section {
  -webkit-box-shadow: 0px 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0 1.5rem 0 rgba(0, 0, 0, 0.05); }

.separated > * {
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid #dddddd; }

.header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  width: 100%;
  z-index: 16;
  background: black; }
  .header nav {
    width: 100%; }

.header-sticky {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: fixed;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  opacity: 1; }

.header-banner > * {
  margin-top: 0 !important; }

.headroom--unpinned .header-sticky {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0; }

.headroom--not-top .header-sticky {
  padding: 1rem 0; }
  .headroom--not-top .header-sticky.header-dark {
    background: rgba(0, 0, 0, 0.9); }
  .headroom--not-top .header-sticky.header-light {
    background: rgba(255, 255, 255, 0.9); }

@media (max-width: 1199.98px) {
  .navbar-expanded {
    overflow: hidden; }
    .navbar-expanded .header {
      overflow-y: scroll !important;
      max-height: 100vh; }
      .navbar-expanded .header.header-dark {
        background: #000; }
      .navbar-expanded .header.header-light {
        background: #fff; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?wx1oas");
  src: url("../fonts/icomoon.eot?wx1oas#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?wx1oas") format("truetype"), url("../fonts/icomoon.woff?wx1oas") format("woff"), url("../fonts/icomoon.svg?wx1oas#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-star-2:before {
  content: "\ece6"; }

.icon-twitter-2:before {
  content: "\ece7"; }

.icon-linkedin-2:before {
  content: "\ece8"; }

.icon-facebook-2:before {
  content: "\ece9"; }

.icon-activity:before {
  content: "\e900"; }

.icon-airplay:before {
  content: "\e901"; }

.icon-alert-circle:before {
  content: "\e902"; }

.icon-alert-octagon:before {
  content: "\e903"; }

.icon-alert-triangle:before {
  content: "\e904"; }

.icon-align-center:before {
  content: "\e905"; }

.icon-align-justify:before {
  content: "\e906"; }

.icon-align-left:before {
  content: "\e907"; }

.icon-align-right:before {
  content: "\e908"; }

.icon-anchor:before {
  content: "\e909"; }

.icon-aperture:before {
  content: "\e90a"; }

.icon-archive:before {
  content: "\e90b"; }

.icon-arrow-down:before {
  content: "\e90c"; }

.icon-arrow-down-circle:before {
  content: "\e90d"; }

.icon-arrow-down-left:before {
  content: "\e90e"; }

.icon-arrow-down-right:before {
  content: "\e90f"; }

.icon-arrow-left:before {
  content: "\e910"; }

.icon-arrow-left-circle:before {
  content: "\e911"; }

.icon-arrow-right:before {
  content: "\e912"; }

.icon-arrow-right-circle:before {
  content: "\e913"; }

.icon-arrow-up:before {
  content: "\e914"; }

.icon-arrow-up-circle:before {
  content: "\e915"; }

.icon-arrow-up-left:before {
  content: "\e916"; }

.icon-arrow-up-right:before {
  content: "\e917"; }

.icon-at-sign:before {
  content: "\e918"; }

.icon-award:before {
  content: "\e919"; }

.icon-bar-chart:before {
  content: "\e91a"; }

.icon-bar-chart-2:before {
  content: "\e91b"; }

.icon-battery:before {
  content: "\e91c"; }

.icon-battery-charging:before {
  content: "\e91d"; }

.icon-bell:before {
  content: "\e91e"; }

.icon-bell-off:before {
  content: "\e91f"; }

.icon-bluetooth:before {
  content: "\e920"; }

.icon-bold:before {
  content: "\e921"; }

.icon-book:before {
  content: "\e922"; }

.icon-book-open:before {
  content: "\e923"; }

.icon-bookmark:before {
  content: "\e924"; }

.icon-box:before {
  content: "\e925"; }

.icon-briefcase:before {
  content: "\e926"; }

.icon-calendar:before {
  content: "\e927"; }

.icon-camera:before {
  content: "\e928"; }

.icon-camera-off:before {
  content: "\e929"; }

.icon-cast:before {
  content: "\e92a"; }

.icon-check:before {
  content: "\e92b"; }

.icon-check-circle:before {
  content: "\e92c"; }

.icon-check-square:before {
  content: "\e92d"; }

.icon-chevron-down:before {
  content: "\e92e"; }

.icon-chevron-left:before {
  content: "\e92f"; }

.icon-chevron-right:before {
  content: "\e930"; }

.icon-chevron-up:before {
  content: "\e931"; }

.icon-chevrons-down:before {
  content: "\e932"; }

.icon-chevrons-left:before {
  content: "\e933"; }

.icon-chevrons-right:before {
  content: "\e934"; }

.icon-chevrons-up:before {
  content: "\e935"; }

.icon-chrome:before {
  content: "\e936"; }

.icon-circle:before {
  content: "\e937"; }

.icon-clipboard:before {
  content: "\e938"; }

.icon-clock:before {
  content: "\e939"; }

.icon-cloud:before {
  content: "\e93a"; }

.icon-cloud-drizzle:before {
  content: "\e93b"; }

.icon-cloud-lightning:before {
  content: "\e93c"; }

.icon-cloud-off:before {
  content: "\e93d"; }

.icon-cloud-rain:before {
  content: "\e93e"; }

.icon-cloud-snow:before {
  content: "\e93f"; }

.icon-code:before {
  content: "\e940"; }

.icon-codepen:before {
  content: "\e941"; }

.icon-codesandbox:before {
  content: "\e942"; }

.icon-coffee:before {
  content: "\e943"; }

.icon-columns:before {
  content: "\e944"; }

.icon-command:before {
  content: "\e945"; }

.icon-compass:before {
  content: "\e946"; }

.icon-copy:before {
  content: "\e947"; }

.icon-corner-down-left:before {
  content: "\e948"; }

.icon-corner-down-right:before {
  content: "\e949"; }

.icon-corner-left-down:before {
  content: "\e94a"; }

.icon-corner-left-up:before {
  content: "\e94b"; }

.icon-corner-right-down:before {
  content: "\e94c"; }

.icon-corner-right-up:before {
  content: "\e94d"; }

.icon-corner-up-left:before {
  content: "\e94e"; }

.icon-corner-up-right:before {
  content: "\e94f"; }

.icon-cpu:before {
  content: "\e950"; }

.icon-credit-card:before {
  content: "\e951"; }

.icon-crop:before {
  content: "\e952"; }

.icon-crosshair:before {
  content: "\e953"; }

.icon-database:before {
  content: "\e954"; }

.icon-delete:before {
  content: "\e955"; }

.icon-disc:before {
  content: "\e956"; }

.icon-dollar-sign:before {
  content: "\e957"; }

.icon-download:before {
  content: "\e958"; }

.icon-download-cloud:before {
  content: "\e959"; }

.icon-droplet:before {
  content: "\e95a"; }

.icon-edit:before {
  content: "\e95b"; }

.icon-edit-2:before {
  content: "\e95c"; }

.icon-edit-3:before {
  content: "\e95d"; }

.icon-external-link:before {
  content: "\e95e"; }

.icon-eye:before {
  content: "\e95f"; }

.icon-eye-off:before {
  content: "\e960"; }

.icon-facebook:before {
  content: "\e961"; }

.icon-fast-forward:before {
  content: "\e962"; }

.icon-feather:before {
  content: "\e963"; }

.icon-figma:before {
  content: "\e964"; }

.icon-file:before {
  content: "\e965"; }

.icon-file-minus:before {
  content: "\e966"; }

.icon-file-plus:before {
  content: "\e967"; }

.icon-file-text:before {
  content: "\e968"; }

.icon-film:before {
  content: "\e969"; }

.icon-filter:before {
  content: "\e96a"; }

.icon-flag:before {
  content: "\e96b"; }

.icon-folder:before {
  content: "\e96c"; }

.icon-folder-minus:before {
  content: "\e96d"; }

.icon-folder-plus:before {
  content: "\e96e"; }

.icon-framer:before {
  content: "\e96f"; }

.icon-frown:before {
  content: "\e970"; }

.icon-gift:before {
  content: "\e971"; }

.icon-git-branch:before {
  content: "\e972"; }

.icon-git-commit:before {
  content: "\e973"; }

.icon-git-merge:before {
  content: "\e974"; }

.icon-git-pull-request:before {
  content: "\e975"; }

.icon-github:before {
  content: "\e976"; }

.icon-gitlab:before {
  content: "\e977"; }

.icon-globe:before {
  content: "\e978"; }

.icon-grid:before {
  content: "\e979"; }

.icon-hard-drive:before {
  content: "\e97a"; }

.icon-hash:before {
  content: "\e97b"; }

.icon-headphones:before {
  content: "\e97c"; }

.icon-heart:before {
  content: "\e97d"; }

.icon-help-circle:before {
  content: "\e97e"; }

.icon-hexagon:before {
  content: "\e97f"; }

.icon-home:before {
  content: "\e980"; }

.icon-image:before {
  content: "\e981"; }

.icon-inbox:before {
  content: "\e982"; }

.icon-info:before {
  content: "\e983"; }

.icon-instagram:before {
  content: "\e984"; }

.icon-italic:before {
  content: "\e985"; }

.icon-key:before {
  content: "\e986"; }

.icon-layers:before {
  content: "\e987"; }

.icon-layout:before {
  content: "\e988"; }

.icon-life-buoy:before {
  content: "\e989"; }

.icon-link:before {
  content: "\e98a"; }

.icon-link-2:before {
  content: "\e98b"; }

.icon-linkedin:before {
  content: "\e98c"; }

.icon-list:before {
  content: "\e98d"; }

.icon-loader:before {
  content: "\e98e"; }

.icon-lock:before {
  content: "\e98f"; }

.icon-log-in:before {
  content: "\e990"; }

.icon-log-out:before {
  content: "\e991"; }

.icon-mail:before {
  content: "\e992"; }

.icon-map:before {
  content: "\e993"; }

.icon-map-pin:before {
  content: "\e994"; }

.icon-maximize:before {
  content: "\e995"; }

.icon-maximize-2:before {
  content: "\e996"; }

.icon-meh:before {
  content: "\e997"; }

.icon-menu:before {
  content: "\e998"; }

.icon-message-circle:before {
  content: "\e999"; }

.icon-message-square:before {
  content: "\e99a"; }

.icon-mic:before {
  content: "\e99b"; }

.icon-mic-off:before {
  content: "\e99c"; }

.icon-minimize:before {
  content: "\e99d"; }

.icon-minimize-2:before {
  content: "\e99e"; }

.icon-minus:before {
  content: "\e99f"; }

.icon-minus-circle:before {
  content: "\e9a0"; }

.icon-minus-square:before {
  content: "\e9a1"; }

.icon-monitor:before {
  content: "\e9a2"; }

.icon-moon:before {
  content: "\e9a3"; }

.icon-more-horizontal:before {
  content: "\e9a4"; }

.icon-more-vertical:before {
  content: "\e9a5"; }

.icon-mouse-pointer:before {
  content: "\e9a6"; }

.icon-move:before {
  content: "\e9a7"; }

.icon-music:before {
  content: "\e9a8"; }

.icon-navigation:before {
  content: "\e9a9"; }

.icon-navigation-2:before {
  content: "\e9aa"; }

.icon-octagon:before {
  content: "\e9ab"; }

.icon-package:before {
  content: "\e9ac"; }

.icon-paperclip:before {
  content: "\e9ad"; }

.icon-pause:before {
  content: "\e9ae"; }

.icon-pause-circle:before {
  content: "\e9af"; }

.icon-pen-tool:before {
  content: "\e9b0"; }

.icon-percent:before {
  content: "\e9b1"; }

.icon-phone:before {
  content: "\e9b2"; }

.icon-phone-call:before {
  content: "\e9b3"; }

.icon-phone-forwarded:before {
  content: "\e9b4"; }

.icon-phone-incoming:before {
  content: "\e9b5"; }

.icon-phone-missed:before {
  content: "\e9b6"; }

.icon-phone-off:before {
  content: "\e9b7"; }

.icon-phone-outgoing:before {
  content: "\e9b8"; }

.icon-pie-chart:before {
  content: "\e9b9"; }

.icon-play:before {
  content: "\e9ba"; }

.icon-play-circle:before {
  content: "\e9bb"; }

.icon-plus:before {
  content: "\e9bc"; }

.icon-plus-circle:before {
  content: "\e9bd"; }

.icon-plus-square:before {
  content: "\e9be"; }

.icon-pocket:before {
  content: "\e9bf"; }

.icon-power:before {
  content: "\e9c0"; }

.icon-printer:before {
  content: "\e9c1"; }

.icon-radio:before {
  content: "\e9c2"; }

.icon-refresh-ccw:before {
  content: "\e9c3"; }

.icon-refresh-cw:before {
  content: "\e9c4"; }

.icon-repeat:before {
  content: "\e9c5"; }

.icon-rewind:before {
  content: "\e9c6"; }

.icon-rotate-ccw:before {
  content: "\e9c7"; }

.icon-rotate-cw:before {
  content: "\e9c8"; }

.icon-rss:before {
  content: "\e9c9"; }

.icon-save:before {
  content: "\e9ca"; }

.icon-scissors:before {
  content: "\e9cb"; }

.icon-search:before {
  content: "\e9cc"; }

.icon-send:before {
  content: "\e9cd"; }

.icon-server:before {
  content: "\e9ce"; }

.icon-settings:before {
  content: "\e9cf"; }

.icon-share:before {
  content: "\e9d0"; }

.icon-share-2:before {
  content: "\e9d1"; }

.icon-shield:before {
  content: "\e9d2"; }

.icon-shield-off:before {
  content: "\e9d3"; }

.icon-shopping-bag:before {
  content: "\e9d4"; }

.icon-shopping-cart:before {
  content: "\e9d5"; }

.icon-shuffle:before {
  content: "\e9d6"; }

.icon-sidebar:before {
  content: "\e9d7"; }

.icon-skip-back:before {
  content: "\e9d8"; }

.icon-skip-forward:before {
  content: "\e9d9"; }

.icon-slack:before {
  content: "\e9da"; }

.icon-slash:before {
  content: "\e9db"; }

.icon-sliders:before {
  content: "\e9dc"; }

.icon-smartphone:before {
  content: "\e9dd"; }

.icon-smile:before {
  content: "\e9de"; }

.icon-speaker:before {
  content: "\e9df"; }

.icon-square:before {
  content: "\e9e0"; }

.icon-star:before {
  content: "\e9e1"; }

.icon-stop-circle:before {
  content: "\e9e2"; }

.icon-sun:before {
  content: "\e9e3"; }

.icon-sunrise:before {
  content: "\e9e4"; }

.icon-sunset:before {
  content: "\e9e5"; }

.icon-tablet:before {
  content: "\e9e6"; }

.icon-tag:before {
  content: "\e9e7"; }

.icon-target:before {
  content: "\e9e8"; }

.icon-terminal:before {
  content: "\e9e9"; }

.icon-thermometer:before {
  content: "\e9ea"; }

.icon-thumbs-down:before {
  content: "\e9eb"; }

.icon-thumbs-up:before {
  content: "\e9ec"; }

.icon-toggle-left:before {
  content: "\e9ed"; }

.icon-toggle-right:before {
  content: "\e9ee"; }

.icon-tool:before {
  content: "\e9ef"; }

.icon-trash:before {
  content: "\e9f0"; }

.icon-trash-2:before {
  content: "\e9f1"; }

.icon-trello:before {
  content: "\e9f2"; }

.icon-trending-down:before {
  content: "\e9f3"; }

.icon-trending-up:before {
  content: "\e9f4"; }

.icon-triangle:before {
  content: "\e9f5"; }

.icon-truck:before {
  content: "\e9f6"; }

.icon-tv:before {
  content: "\e9f7"; }

.icon-twitch:before {
  content: "\e9f8"; }

.icon-twitter:before {
  content: "\e9f9"; }

.icon-type:before {
  content: "\e9fa"; }

.icon-umbrella:before {
  content: "\e9fb"; }

.icon-underline:before {
  content: "\e9fc"; }

.icon-unlock:before {
  content: "\e9fd"; }

.icon-upload:before {
  content: "\e9fe"; }

.icon-upload-cloud:before {
  content: "\e9ff"; }

.icon-user:before {
  content: "\ea00"; }

.icon-user-check:before {
  content: "\ea01"; }

.icon-user-minus:before {
  content: "\ea02"; }

.icon-user-plus:before {
  content: "\ea03"; }

.icon-user-x:before {
  content: "\ea04"; }

.icon-users:before {
  content: "\ea05"; }

.icon-video:before {
  content: "\ea06"; }

.icon-video-off:before {
  content: "\ea07"; }

.icon-voicemail:before {
  content: "\ea08"; }

.icon-volume:before {
  content: "\ea09"; }

.icon-volume-1:before {
  content: "\ea0a"; }

.icon-volume-2:before {
  content: "\ea0b"; }

.icon-volume-x:before {
  content: "\ea0c"; }

.icon-watch:before {
  content: "\ea0d"; }

.icon-wifi:before {
  content: "\ea0e"; }

.icon-wifi-off:before {
  content: "\ea0f"; }

.icon-wind:before {
  content: "\ea10"; }

.icon-x:before {
  content: "\ea11"; }

.icon-x-circle:before {
  content: "\ea12"; }

.icon-x-octagon:before {
  content: "\ea13"; }

.icon-x-square:before {
  content: "\ea14"; }

.icon-youtube:before {
  content: "\ea15"; }

.icon-zap:before {
  content: "\ea16"; }

.icon-zap-off:before {
  content: "\ea17"; }

.icon-zoom-in:before {
  content: "\ea18"; }

.icon-zoom-out:before {
  content: "\ea19"; }

.icon-weather_cancer:before {
  content: "\ea1a"; }

.icon-weather_aquarius:before {
  content: "\ea1b"; }

.icon-weather_aries:before {
  content: "\ea1c"; }

.icon-weather_capricorn:before {
  content: "\ea1d"; }

.icon-weather_cloud_drop:before {
  content: "\ea1e"; }

.icon-weather_cloud_lightning:before {
  content: "\ea1f"; }

.icon-weather_cloud_snowflake:before {
  content: "\ea20"; }

.icon-weather_cloud:before {
  content: "\ea21"; }

.icon-weather_downpour_fullmoon:before {
  content: "\ea22"; }

.icon-weather_downpour_halfmoon:before {
  content: "\ea23"; }

.icon-weather_downpour_sun:before {
  content: "\ea24"; }

.icon-weather_drop:before {
  content: "\ea25"; }

.icon-weather_first_quarter:before {
  content: "\ea26"; }

.icon-weather_fog_fullmoon:before {
  content: "\ea27"; }

.icon-weather_fog_halfmoon:before {
  content: "\ea28"; }

.icon-weather_fog_sun:before {
  content: "\ea29"; }

.icon-weather_fog:before {
  content: "\ea2a"; }

.icon-weather_fullmoon:before {
  content: "\ea2b"; }

.icon-weather_gemini:before {
  content: "\ea2c"; }

.icon-weather_hail_fullmoon:before {
  content: "\ea2d"; }

.icon-weather_hail_halfmoon:before {
  content: "\ea2e"; }

.icon-weather_hail_sun:before {
  content: "\ea2f"; }

.icon-weather_hail:before {
  content: "\ea30"; }

.icon-weather_last_quarter:before {
  content: "\ea31"; }

.icon-weather_leo:before {
  content: "\ea32"; }

.icon-weather_libra:before {
  content: "\ea33"; }

.icon-weather_lightning:before {
  content: "\ea34"; }

.icon-weather_mistyrain_fullmoon:before {
  content: "\ea35"; }

.icon-weather_mistyrain_halfmoon:before {
  content: "\ea36"; }

.icon-weather_mistyrain_sun:before {
  content: "\ea37"; }

.icon-weather_mistyrain:before {
  content: "\ea38"; }

.icon-weather_moon:before {
  content: "\ea39"; }

.icon-weather_moondown_full:before {
  content: "\ea3a"; }

.icon-weather_moondown_half:before {
  content: "\ea3b"; }

.icon-weather_moonset_full:before {
  content: "\ea3c"; }

.icon-weather_moonset_half:before {
  content: "\ea3d"; }

.icon-weather_move2:before {
  content: "\ea3e"; }

.icon-weather_newmoon:before {
  content: "\ea3f"; }

.icon-weather_pisces:before {
  content: "\ea40"; }

.icon-weather_rain_fullmoon:before {
  content: "\ea41"; }

.icon-weather_rain_halfmoon:before {
  content: "\ea42"; }

.icon-weather_rain_sun:before {
  content: "\ea43"; }

.icon-weather_rain:before {
  content: "\ea44"; }

.icon-weather_sagittarius:before {
  content: "\ea45"; }

.icon-weather_scorpio:before {
  content: "\ea46"; }

.icon-weather_snow_fullmoon:before {
  content: "\ea47"; }

.icon-weather_snow_halfmoon:before {
  content: "\ea48"; }

.icon-weather_snow_sun:before {
  content: "\ea49"; }

.icon-weather_snow:before {
  content: "\ea4a"; }

.icon-weather_snowflake:before {
  content: "\ea4b"; }

.icon-weather_star:before {
  content: "\ea4c"; }

.icon-weather_storm_fullmoon:before {
  content: "\ea4d"; }

.icon-weather_storm_halfmoon:before {
  content: "\ea4e"; }

.icon-weather_storm_sun:before {
  content: "\ea4f"; }

.icon-weather_storm-11:before {
  content: "\ea50"; }

.icon-weather_storm-32:before {
  content: "\ea51"; }

.icon-weather_sun:before {
  content: "\ea52"; }

.icon-weather_sundown:before {
  content: "\ea53"; }

.icon-weather_sunset:before {
  content: "\ea54"; }

.icon-weather_taurus:before {
  content: "\ea55"; }

.icon-weather_tempest_fullmoon:before {
  content: "\ea56"; }

.icon-weather_tempest_halfmoon:before {
  content: "\ea57"; }

.icon-weather_tempest_sun:before {
  content: "\ea58"; }

.icon-weather_tempest:before {
  content: "\ea59"; }

.icon-weather_variable_fullmoon:before {
  content: "\ea5a"; }

.icon-weather_variable_halfmoon:before {
  content: "\ea5b"; }

.icon-weather_variable_sun:before {
  content: "\ea5c"; }

.icon-weather_virgo:before {
  content: "\ea5d"; }

.icon-weather_waning_cresent:before {
  content: "\ea5e"; }

.icon-weather_waning_gibbous:before {
  content: "\ea5f"; }

.icon-weather_waxing_cresent:before {
  content: "\ea60"; }

.icon-weather_waxing_gibbous:before {
  content: "\ea61"; }

.icon-weather_wind_E:before {
  content: "\ea62"; }

.icon-weather_wind_fullmoon:before {
  content: "\ea63"; }

.icon-weather_wind_halfmoon:before {
  content: "\ea64"; }

.icon-weather_wind_N:before {
  content: "\ea65"; }

.icon-weather_wind_NE:before {
  content: "\ea66"; }

.icon-weather_wind_NW:before {
  content: "\ea67"; }

.icon-weather_wind_S:before {
  content: "\ea68"; }

.icon-weather_wind_SE:before {
  content: "\ea69"; }

.icon-weather_wind_sun:before {
  content: "\ea6a"; }

.icon-weather_wind_SW:before {
  content: "\ea6b"; }

.icon-weather_wind_W:before {
  content: "\ea6c"; }

.icon-weather_wind:before {
  content: "\ea6d"; }

.icon-weather_windgust:before {
  content: "\ea6e"; }

.icon-software_box_polygon:before {
  content: "\ea6f"; }

.icon-software_add_vectorpoint:before {
  content: "\ea70"; }

.icon-software_box_oval:before {
  content: "\ea71"; }

.icon-software_box_rectangle:before {
  content: "\ea72"; }

.icon-software_box_roundedrectangle:before {
  content: "\ea73"; }

.icon-software_character:before {
  content: "\ea74"; }

.icon-software_crop:before {
  content: "\ea75"; }

.icon-software_eyedropper:before {
  content: "\ea76"; }

.icon-software_font_allcaps:before {
  content: "\ea77"; }

.icon-software_font_baseline_shift:before {
  content: "\ea78"; }

.icon-software_font_horizontal_scale:before {
  content: "\ea79"; }

.icon-software_font_kerning:before {
  content: "\ea7a"; }

.icon-software_font_leading:before {
  content: "\ea7b"; }

.icon-software_font_size:before {
  content: "\ea7c"; }

.icon-software_font_smallcapital:before {
  content: "\ea7d"; }

.icon-software_font_smallcaps:before {
  content: "\ea7e"; }

.icon-software_font_strikethrough:before {
  content: "\ea7f"; }

.icon-software_font_tracking:before {
  content: "\ea80"; }

.icon-software_font_underline:before {
  content: "\ea81"; }

.icon-software_font_vertical_scale:before {
  content: "\ea82"; }

.icon-software_horizontal_align_center:before {
  content: "\ea83"; }

.icon-software_horizontal_align_right:before {
  content: "\ea84"; }

.icon-software_horizontal_distribute_center:before {
  content: "\ea85"; }

.icon-software_horizontal_distribute_left:before {
  content: "\ea86"; }

.icon-software_horizontal_distribute_right:before {
  content: "\ea87"; }

.icon-software_indent_firstline:before {
  content: "\ea88"; }

.icon-software_indent_left:before {
  content: "\ea89"; }

.icon-software_indent_right:before {
  content: "\ea8a"; }

.icon-software_lasso:before {
  content: "\ea8b"; }

.icon-software_layers1:before {
  content: "\ea8c"; }

.icon-software_layers2:before {
  content: "\ea8d"; }

.icon-software_layout_2columns:before {
  content: "\ea8e"; }

.icon-software_layout_3columns:before {
  content: "\ea8f"; }

.icon-software_layout_4boxes:before {
  content: "\ea90"; }

.icon-software_layout_4columns:before {
  content: "\ea91"; }

.icon-software_layout_4lines:before {
  content: "\ea92"; }

.icon-software_layout_header_2columns:before {
  content: "\ea93"; }

.icon-software_layout_header_3columns:before {
  content: "\ea94"; }

.icon-software_layout_header_4boxes:before {
  content: "\ea95"; }

.icon-software_layout_header_4columns:before {
  content: "\ea96"; }

.icon-software_layout_header_complex:before {
  content: "\ea97"; }

.icon-software_layout_header_complex2:before {
  content: "\ea98"; }

.icon-software_layout_header_complex3:before {
  content: "\ea99"; }

.icon-software_layout_header_complex4:before {
  content: "\ea9a"; }

.icon-software_layout_header_sideleft:before {
  content: "\ea9b"; }

.icon-software_layout_header_sideright:before {
  content: "\ea9c"; }

.icon-software_layout_header:before {
  content: "\ea9d"; }

.icon-software_layout_sidebar_left:before {
  content: "\ea9e"; }

.icon-software_layout_sidebar_right:before {
  content: "\ea9f"; }

.icon-software_layout-8boxes:before {
  content: "\eaa0"; }

.icon-software_layout:before {
  content: "\eaa1"; }

.icon-software_magnete:before {
  content: "\eaa2"; }

.icon-software_pages:before {
  content: "\eaa3"; }

.icon-software_paintbrush:before {
  content: "\eaa4"; }

.icon-software_paintbucket:before {
  content: "\eaa5"; }

.icon-software_paintroller:before {
  content: "\eaa6"; }

.icon-software_paragraph_align_left:before {
  content: "\eaa7"; }

.icon-software_paragraph_align_right:before {
  content: "\eaa8"; }

.icon-software_paragraph_center:before {
  content: "\eaa9"; }

.icon-software_paragraph_justify_all:before {
  content: "\eaaa"; }

.icon-software_paragraph_justify_center:before {
  content: "\eaab"; }

.icon-software_paragraph_justify_left:before {
  content: "\eaac"; }

.icon-software_paragraph_justify_right:before {
  content: "\eaad"; }

.icon-software_paragraph_space_after:before {
  content: "\eaae"; }

.icon-software_paragraph_space_before:before {
  content: "\eaaf"; }

.icon-software_paragraph:before {
  content: "\eab0"; }

.icon-software_pathfinder_exclude:before {
  content: "\eab1"; }

.icon-software_pathfinder_intersect:before {
  content: "\eab2"; }

.icon-software_pathfinder_subtract:before {
  content: "\eab3"; }

.icon-software_pathfinder_unite:before {
  content: "\eab4"; }

.icon-software_pen_add:before {
  content: "\eab5"; }

.icon-software_pen_remove:before {
  content: "\eab6"; }

.icon-software_pen:before {
  content: "\eab7"; }

.icon-software_pencil:before {
  content: "\eab8"; }

.icon-software_polygonallasso:before {
  content: "\eab9"; }

.icon-software_reflect_horizontal:before {
  content: "\eaba"; }

.icon-software_reflect_vertical:before {
  content: "\eabb"; }

.icon-software_remove_vectorpoint:before {
  content: "\eabc"; }

.icon-software_scale_expand:before {
  content: "\eabd"; }

.icon-software_scale_reduce:before {
  content: "\eabe"; }

.icon-software_selection_oval:before {
  content: "\eabf"; }

.icon-software_selection_polygon:before {
  content: "\eac0"; }

.icon-software_selection_rectangle:before {
  content: "\eac1"; }

.icon-software_selection_roundedrectangle:before {
  content: "\eac2"; }

.icon-software_shape_oval:before {
  content: "\eac3"; }

.icon-software_shape_polygon:before {
  content: "\eac4"; }

.icon-software_shape_rectangle:before {
  content: "\eac5"; }

.icon-software_shape_roundedrectangle:before {
  content: "\eac6"; }

.icon-software_slice:before {
  content: "\eac7"; }

.icon-software_transform_bezier:before {
  content: "\eac8"; }

.icon-software_vector_box:before {
  content: "\eac9"; }

.icon-software_vector_composite:before {
  content: "\eaca"; }

.icon-software_vector_line:before {
  content: "\eacb"; }

.icon-software_vertical_align_bottom:before {
  content: "\eacc"; }

.icon-software_vertical_align_center:before {
  content: "\eacd"; }

.icon-software_vertical_align_top:before {
  content: "\eace"; }

.icon-software_vertical_distribute_bottom:before {
  content: "\eacf"; }

.icon-software_vertical_distribute_center:before {
  content: "\ead0"; }

.icon-software_vertical_distribute_top:before {
  content: "\ead1"; }

.icon-software-horizontal_align_left:before {
  content: "\ead2"; }

.icon-music_cd:before {
  content: "\ead3"; }

.icon-music_beginning_button:before {
  content: "\ead4"; }

.icon-music_bell:before {
  content: "\ead5"; }

.icon-music_diapason:before {
  content: "\ead6"; }

.icon-music_eject_button:before {
  content: "\ead7"; }

.icon-music_end_button:before {
  content: "\ead8"; }

.icon-music_fastforward_button:before {
  content: "\ead9"; }

.icon-music_headphones:before {
  content: "\eada"; }

.icon-music_ipod:before {
  content: "\eadb"; }

.icon-music_loudspeaker:before {
  content: "\eadc"; }

.icon-music_microphone_old:before {
  content: "\eadd"; }

.icon-music_microphone:before {
  content: "\eade"; }

.icon-music_mixer:before {
  content: "\eadf"; }

.icon-music_mute:before {
  content: "\eae0"; }

.icon-music_note_multiple:before {
  content: "\eae1"; }

.icon-music_note_single:before {
  content: "\eae2"; }

.icon-music_pause_button:before {
  content: "\eae3"; }

.icon-music_play_button:before {
  content: "\eae4"; }

.icon-music_playlist:before {
  content: "\eae5"; }

.icon-music_radio_ghettoblaster:before {
  content: "\eae6"; }

.icon-music_radio_portable:before {
  content: "\eae7"; }

.icon-music_record:before {
  content: "\eae8"; }

.icon-music_recordplayer:before {
  content: "\eae9"; }

.icon-music_repeat_button:before {
  content: "\eaea"; }

.icon-music_rewind_button:before {
  content: "\eaeb"; }

.icon-music_shuffle_button:before {
  content: "\eaec"; }

.icon-music_stop_button:before {
  content: "\eaed"; }

.icon-music_tape:before {
  content: "\eaee"; }

.icon-music_volume_down:before {
  content: "\eaef"; }

.icon-music_volume_up:before {
  content: "\eaf0"; }

.icon-ecommerce_bag_minus:before {
  content: "\eaf1"; }

.icon-ecommerce_bag_check:before {
  content: "\eaf2"; }

.icon-ecommerce_bag_cloud:before {
  content: "\eaf3"; }

.icon-ecommerce_bag_download:before {
  content: "\eaf4"; }

.icon-ecommerce_bag_plus:before {
  content: "\eaf5"; }

.icon-ecommerce_bag_refresh:before {
  content: "\eaf6"; }

.icon-ecommerce_bag_remove:before {
  content: "\eaf7"; }

.icon-ecommerce_bag_search:before {
  content: "\eaf8"; }

.icon-ecommerce_bag_upload:before {
  content: "\eaf9"; }

.icon-ecommerce_bag:before {
  content: "\eafa"; }

.icon-ecommerce_banknote:before {
  content: "\eafb"; }

.icon-ecommerce_banknotes:before {
  content: "\eafc"; }

.icon-ecommerce_basket_check:before {
  content: "\eafd"; }

.icon-ecommerce_basket_cloud:before {
  content: "\eafe"; }

.icon-ecommerce_basket_download:before {
  content: "\eaff"; }

.icon-ecommerce_basket_minus:before {
  content: "\eb00"; }

.icon-ecommerce_basket_plus:before {
  content: "\eb01"; }

.icon-ecommerce_basket_refresh:before {
  content: "\eb02"; }

.icon-ecommerce_basket_remove:before {
  content: "\eb03"; }

.icon-ecommerce_basket_search:before {
  content: "\eb04"; }

.icon-ecommerce_basket_upload:before {
  content: "\eb05"; }

.icon-ecommerce_basket:before {
  content: "\eb06"; }

.icon-ecommerce_bath:before {
  content: "\eb07"; }

.icon-ecommerce_cart_check:before {
  content: "\eb08"; }

.icon-ecommerce_cart_cloud:before {
  content: "\eb09"; }

.icon-ecommerce_cart_content:before {
  content: "\eb0a"; }

.icon-ecommerce_cart_download:before {
  content: "\eb0b"; }

.icon-ecommerce_cart_minus:before {
  content: "\eb0c"; }

.icon-ecommerce_cart_plus:before {
  content: "\eb0d"; }

.icon-ecommerce_cart_refresh:before {
  content: "\eb0e"; }

.icon-ecommerce_cart_remove:before {
  content: "\eb0f"; }

.icon-ecommerce_cart_search:before {
  content: "\eb10"; }

.icon-ecommerce_cart_upload:before {
  content: "\eb11"; }

.icon-ecommerce_cart:before {
  content: "\eb12"; }

.icon-ecommerce_cent:before {
  content: "\eb13"; }

.icon-ecommerce_colon:before {
  content: "\eb14"; }

.icon-ecommerce_creditcard:before {
  content: "\eb15"; }

.icon-ecommerce_diamond:before {
  content: "\eb16"; }

.icon-ecommerce_dollar:before {
  content: "\eb17"; }

.icon-ecommerce_euro:before {
  content: "\eb18"; }

.icon-ecommerce_franc:before {
  content: "\eb19"; }

.icon-ecommerce_gift:before {
  content: "\eb1a"; }

.icon-ecommerce_graph_decrease:before {
  content: "\eb1b"; }

.icon-ecommerce_graph_increase:before {
  content: "\eb1c"; }

.icon-ecommerce_graph1:before {
  content: "\eb1d"; }

.icon-ecommerce_graph2:before {
  content: "\eb1e"; }

.icon-ecommerce_graph3:before {
  content: "\eb1f"; }

.icon-ecommerce_guarani:before {
  content: "\eb20"; }

.icon-ecommerce_kips:before {
  content: "\eb21"; }

.icon-ecommerce_lira:before {
  content: "\eb22"; }

.icon-ecommerce_megaphone:before {
  content: "\eb23"; }

.icon-ecommerce_money:before {
  content: "\eb24"; }

.icon-ecommerce_naira:before {
  content: "\eb25"; }

.icon-ecommerce_pesos:before {
  content: "\eb26"; }

.icon-ecommerce_pound:before {
  content: "\eb27"; }

.icon-ecommerce_receipt_bath:before {
  content: "\eb28"; }

.icon-ecommerce_receipt_cent:before {
  content: "\eb29"; }

.icon-ecommerce_receipt_dollar:before {
  content: "\eb2a"; }

.icon-ecommerce_receipt_euro:before {
  content: "\eb2b"; }

.icon-ecommerce_receipt_franc:before {
  content: "\eb2c"; }

.icon-ecommerce_receipt_guarani:before {
  content: "\eb2d"; }

.icon-ecommerce_receipt_kips:before {
  content: "\eb2e"; }

.icon-ecommerce_receipt_lira:before {
  content: "\eb2f"; }

.icon-ecommerce_receipt_naira:before {
  content: "\eb30"; }

.icon-ecommerce_receipt_pesos:before {
  content: "\eb31"; }

.icon-ecommerce_receipt_pound:before {
  content: "\eb32"; }

.icon-ecommerce_receipt_rublo:before {
  content: "\eb33"; }

.icon-ecommerce_receipt_rupee:before {
  content: "\eb34"; }

.icon-ecommerce_receipt_tugrik:before {
  content: "\eb35"; }

.icon-ecommerce_receipt_won:before {
  content: "\eb36"; }

.icon-ecommerce_receipt_yen:before {
  content: "\eb37"; }

.icon-ecommerce_receipt_yen2:before {
  content: "\eb38"; }

.icon-ecommerce_receipt:before {
  content: "\eb39"; }

.icon-ecommerce_recept_colon:before {
  content: "\eb3a"; }

.icon-ecommerce_rublo:before {
  content: "\eb3b"; }

.icon-ecommerce_rupee:before {
  content: "\eb3c"; }

.icon-ecommerce_safe:before {
  content: "\eb3d"; }

.icon-ecommerce_sale:before {
  content: "\eb3e"; }

.icon-ecommerce_sales:before {
  content: "\eb3f"; }

.icon-ecommerce_ticket:before {
  content: "\eb40"; }

.icon-ecommerce_tugriks:before {
  content: "\eb41"; }

.icon-ecommerce_wallet:before {
  content: "\eb42"; }

.icon-ecommerce_won:before {
  content: "\eb43"; }

.icon-ecommerce_yen:before {
  content: "\eb44"; }

.icon-ecommerce_yen2:before {
  content: "\eb45"; }

.icon-basic_elaboration_bookmark_checck:before {
  content: "\eb46"; }

.icon-basic_elaboration_bookmark_minus:before {
  content: "\eb47"; }

.icon-basic_elaboration_bookmark_plus:before {
  content: "\eb48"; }

.icon-basic_elaboration_bookmark_remove:before {
  content: "\eb49"; }

.icon-basic_elaboration_briefcase_check:before {
  content: "\eb4a"; }

.icon-basic_elaboration_briefcase_download:before {
  content: "\eb4b"; }

.icon-basic_elaboration_briefcase_flagged:before {
  content: "\eb4c"; }

.icon-basic_elaboration_briefcase_minus:before {
  content: "\eb4d"; }

.icon-basic_elaboration_briefcase_plus:before {
  content: "\eb4e"; }

.icon-basic_elaboration_briefcase_refresh:before {
  content: "\eb4f"; }

.icon-basic_elaboration_briefcase_remove:before {
  content: "\eb50"; }

.icon-basic_elaboration_briefcase_search:before {
  content: "\eb51"; }

.icon-basic_elaboration_briefcase_star:before {
  content: "\eb52"; }

.icon-basic_elaboration_briefcase_upload:before {
  content: "\eb53"; }

.icon-basic_elaboration_browser_check:before {
  content: "\eb54"; }

.icon-basic_elaboration_browser_download:before {
  content: "\eb55"; }

.icon-basic_elaboration_browser_minus:before {
  content: "\eb56"; }

.icon-basic_elaboration_browser_plus:before {
  content: "\eb57"; }

.icon-basic_elaboration_browser_refresh:before {
  content: "\eb58"; }

.icon-basic_elaboration_browser_remove:before {
  content: "\eb59"; }

.icon-basic_elaboration_browser_search:before {
  content: "\eb5a"; }

.icon-basic_elaboration_browser_star:before {
  content: "\eb5b"; }

.icon-basic_elaboration_browser_upload:before {
  content: "\eb5c"; }

.icon-basic_elaboration_calendar_check:before {
  content: "\eb5d"; }

.icon-basic_elaboration_calendar_cloud:before {
  content: "\eb5e"; }

.icon-basic_elaboration_calendar_download:before {
  content: "\eb5f"; }

.icon-basic_elaboration_calendar_empty:before {
  content: "\eb60"; }

.icon-basic_elaboration_calendar_flagged:before {
  content: "\eb61"; }

.icon-basic_elaboration_calendar_heart:before {
  content: "\eb62"; }

.icon-basic_elaboration_calendar_minus:before {
  content: "\eb63"; }

.icon-basic_elaboration_calendar_next:before {
  content: "\eb64"; }

.icon-basic_elaboration_calendar_noaccess:before {
  content: "\eb65"; }

.icon-basic_elaboration_calendar_pencil:before {
  content: "\eb66"; }

.icon-basic_elaboration_calendar_plus:before {
  content: "\eb67"; }

.icon-basic_elaboration_calendar_previous:before {
  content: "\eb68"; }

.icon-basic_elaboration_calendar_refresh:before {
  content: "\eb69"; }

.icon-basic_elaboration_calendar_remove:before {
  content: "\eb6a"; }

.icon-basic_elaboration_calendar_search:before {
  content: "\eb6b"; }

.icon-basic_elaboration_calendar_star:before {
  content: "\eb6c"; }

.icon-basic_elaboration_calendar_upload:before {
  content: "\eb6d"; }

.icon-basic_elaboration_cloud_check:before {
  content: "\eb6e"; }

.icon-basic_elaboration_cloud_download:before {
  content: "\eb6f"; }

.icon-basic_elaboration_cloud_minus:before {
  content: "\eb70"; }

.icon-basic_elaboration_cloud_noaccess:before {
  content: "\eb71"; }

.icon-basic_elaboration_cloud_plus:before {
  content: "\eb72"; }

.icon-basic_elaboration_cloud_refresh:before {
  content: "\eb73"; }

.icon-basic_elaboration_cloud_remove:before {
  content: "\eb74"; }

.icon-basic_elaboration_cloud_search:before {
  content: "\eb75"; }

.icon-basic_elaboration_cloud_upload:before {
  content: "\eb76"; }

.icon-basic_elaboration_document_check:before {
  content: "\eb77"; }

.icon-basic_elaboration_document_cloud:before {
  content: "\eb78"; }

.icon-basic_elaboration_document_download:before {
  content: "\eb79"; }

.icon-basic_elaboration_document_flagged:before {
  content: "\eb7a"; }

.icon-basic_elaboration_document_graph:before {
  content: "\eb7b"; }

.icon-basic_elaboration_document_heart:before {
  content: "\eb7c"; }

.icon-basic_elaboration_document_minus:before {
  content: "\eb7d"; }

.icon-basic_elaboration_document_next:before {
  content: "\eb7e"; }

.icon-basic_elaboration_document_noaccess:before {
  content: "\eb7f"; }

.icon-basic_elaboration_document_note:before {
  content: "\eb80"; }

.icon-basic_elaboration_document_pencil:before {
  content: "\eb81"; }

.icon-basic_elaboration_document_picture:before {
  content: "\eb82"; }

.icon-basic_elaboration_document_plus:before {
  content: "\eb83"; }

.icon-basic_elaboration_document_previous:before {
  content: "\eb84"; }

.icon-basic_elaboration_document_refresh:before {
  content: "\eb85"; }

.icon-basic_elaboration_document_remove:before {
  content: "\eb86"; }

.icon-basic_elaboration_document_search:before {
  content: "\eb87"; }

.icon-basic_elaboration_document_star:before {
  content: "\eb88"; }

.icon-basic_elaboration_document_upload:before {
  content: "\eb89"; }

.icon-basic_elaboration_folder_check:before {
  content: "\eb8a"; }

.icon-basic_elaboration_folder_cloud:before {
  content: "\eb8b"; }

.icon-basic_elaboration_folder_document:before {
  content: "\eb8c"; }

.icon-basic_elaboration_folder_download:before {
  content: "\eb8d"; }

.icon-basic_elaboration_folder_flagged:before {
  content: "\eb8e"; }

.icon-basic_elaboration_folder_graph:before {
  content: "\eb8f"; }

.icon-basic_elaboration_folder_heart:before {
  content: "\eb90"; }

.icon-basic_elaboration_folder_minus:before {
  content: "\eb91"; }

.icon-basic_elaboration_folder_next:before {
  content: "\eb92"; }

.icon-basic_elaboration_folder_noaccess:before {
  content: "\eb93"; }

.icon-basic_elaboration_folder_note:before {
  content: "\eb94"; }

.icon-basic_elaboration_folder_pencil:before {
  content: "\eb95"; }

.icon-basic_elaboration_folder_picture:before {
  content: "\eb96"; }

.icon-basic_elaboration_folder_plus:before {
  content: "\eb97"; }

.icon-basic_elaboration_folder_previous:before {
  content: "\eb98"; }

.icon-basic_elaboration_folder_refresh:before {
  content: "\eb99"; }

.icon-basic_elaboration_folder_remove:before {
  content: "\eb9a"; }

.icon-basic_elaboration_folder_search:before {
  content: "\eb9b"; }

.icon-basic_elaboration_folder_star:before {
  content: "\eb9c"; }

.icon-basic_elaboration_folder_upload:before {
  content: "\eb9d"; }

.icon-basic_elaboration_mail_check:before {
  content: "\eb9e"; }

.icon-basic_elaboration_mail_cloud:before {
  content: "\eb9f"; }

.icon-basic_elaboration_mail_document:before {
  content: "\eba0"; }

.icon-basic_elaboration_mail_download:before {
  content: "\eba1"; }

.icon-basic_elaboration_mail_flagged:before {
  content: "\eba2"; }

.icon-basic_elaboration_mail_heart:before {
  content: "\eba3"; }

.icon-basic_elaboration_mail_next:before {
  content: "\eba4"; }

.icon-basic_elaboration_mail_noaccess:before {
  content: "\eba5"; }

.icon-basic_elaboration_mail_note:before {
  content: "\eba6"; }

.icon-basic_elaboration_mail_pencil:before {
  content: "\eba7"; }

.icon-basic_elaboration_mail_picture:before {
  content: "\eba8"; }

.icon-basic_elaboration_mail_previous:before {
  content: "\eba9"; }

.icon-basic_elaboration_mail_refresh:before {
  content: "\ebaa"; }

.icon-basic_elaboration_mail_remove:before {
  content: "\ebab"; }

.icon-basic_elaboration_mail_search:before {
  content: "\ebac"; }

.icon-basic_elaboration_mail_star:before {
  content: "\ebad"; }

.icon-basic_elaboration_mail_upload:before {
  content: "\ebae"; }

.icon-basic_elaboration_message_check:before {
  content: "\ebaf"; }

.icon-basic_elaboration_message_dots:before {
  content: "\ebb0"; }

.icon-basic_elaboration_message_happy:before {
  content: "\ebb1"; }

.icon-basic_elaboration_message_heart:before {
  content: "\ebb2"; }

.icon-basic_elaboration_message_minus:before {
  content: "\ebb3"; }

.icon-basic_elaboration_message_note:before {
  content: "\ebb4"; }

.icon-basic_elaboration_message_plus:before {
  content: "\ebb5"; }

.icon-basic_elaboration_message_refresh:before {
  content: "\ebb6"; }

.icon-basic_elaboration_message_remove:before {
  content: "\ebb7"; }

.icon-basic_elaboration_message_sad:before {
  content: "\ebb8"; }

.icon-basic_elaboration_smartphone_cloud:before {
  content: "\ebb9"; }

.icon-basic_elaboration_smartphone_heart:before {
  content: "\ebba"; }

.icon-basic_elaboration_smartphone_noaccess:before {
  content: "\ebbb"; }

.icon-basic_elaboration_smartphone_note:before {
  content: "\ebbc"; }

.icon-basic_elaboration_smartphone_pencil:before {
  content: "\ebbd"; }

.icon-basic_elaboration_smartphone_picture:before {
  content: "\ebbe"; }

.icon-basic_elaboration_smartphone_refresh:before {
  content: "\ebbf"; }

.icon-basic_elaboration_smartphone_search:before {
  content: "\ebc0"; }

.icon-basic_elaboration_tablet_cloud:before {
  content: "\ebc1"; }

.icon-basic_elaboration_tablet_heart:before {
  content: "\ebc2"; }

.icon-basic_elaboration_tablet_noaccess:before {
  content: "\ebc3"; }

.icon-basic_elaboration_tablet_note:before {
  content: "\ebc4"; }

.icon-basic_elaboration_tablet_pencil:before {
  content: "\ebc5"; }

.icon-basic_elaboration_tablet_picture:before {
  content: "\ebc6"; }

.icon-basic_elaboration_tablet_refresh:before {
  content: "\ebc7"; }

.icon-basic_elaboration_tablet_search:before {
  content: "\ebc8"; }

.icon-basic_elaboration_todolist_2:before {
  content: "\ebc9"; }

.icon-basic_elaboration_todolist_check:before {
  content: "\ebca"; }

.icon-basic_elaboration_todolist_cloud:before {
  content: "\ebcb"; }

.icon-basic_elaboration_todolist_download:before {
  content: "\ebcc"; }

.icon-basic_elaboration_todolist_flagged:before {
  content: "\ebcd"; }

.icon-basic_elaboration_todolist_minus:before {
  content: "\ebce"; }

.icon-basic_elaboration_todolist_noaccess:before {
  content: "\ebcf"; }

.icon-basic_elaboration_todolist_pencil:before {
  content: "\ebd0"; }

.icon-basic_elaboration_todolist_plus:before {
  content: "\ebd1"; }

.icon-basic_elaboration_todolist_refresh:before {
  content: "\ebd2"; }

.icon-basic_elaboration_todolist_remove:before {
  content: "\ebd3"; }

.icon-basic_elaboration_todolist_search:before {
  content: "\ebd4"; }

.icon-basic_elaboration_todolist_star:before {
  content: "\ebd5"; }

.icon-basic_elaboration_todolist_upload:before {
  content: "\ebd6"; }

.icon-basic_accelerator:before {
  content: "\ebd7"; }

.icon-basic_alarm:before {
  content: "\ebd8"; }

.icon-basic_anchor:before {
  content: "\ebd9"; }

.icon-basic_anticlockwise:before {
  content: "\ebda"; }

.icon-basic_archive_full:before {
  content: "\ebdb"; }

.icon-basic_archive:before {
  content: "\ebdc"; }

.icon-basic_ban:before {
  content: "\ebdd"; }

.icon-basic_battery_charge:before {
  content: "\ebde"; }

.icon-basic_battery_empty:before {
  content: "\ebdf"; }

.icon-basic_battery_full:before {
  content: "\ebe0"; }

.icon-basic_battery_half:before {
  content: "\ebe1"; }

.icon-basic_bolt:before {
  content: "\ebe2"; }

.icon-basic_book_pen:before {
  content: "\ebe3"; }

.icon-basic_book_pencil:before {
  content: "\ebe4"; }

.icon-basic_book:before {
  content: "\ebe5"; }

.icon-basic_bookmark:before {
  content: "\ebe6"; }

.icon-basic_calculator:before {
  content: "\ebe7"; }

.icon-basic_calendar:before {
  content: "\ebe8"; }

.icon-basic_cards_diamonds:before {
  content: "\ebe9"; }

.icon-basic_cards_hearts:before {
  content: "\ebea"; }

.icon-basic_case:before {
  content: "\ebeb"; }

.icon-basic_chronometer:before {
  content: "\ebec"; }

.icon-basic_clessidre:before {
  content: "\ebed"; }

.icon-basic_clock:before {
  content: "\ebee"; }

.icon-basic_clockwise:before {
  content: "\ebef"; }

.icon-basic_cloud:before {
  content: "\ebf0"; }

.icon-basic_clubs:before {
  content: "\ebf1"; }

.icon-basic_compass:before {
  content: "\ebf2"; }

.icon-basic_cup:before {
  content: "\ebf3"; }

.icon-basic_diamonds:before {
  content: "\ebf4"; }

.icon-basic_display:before {
  content: "\ebf5"; }

.icon-basic_download:before {
  content: "\ebf6"; }

.icon-basic_exclamation:before {
  content: "\ebf7"; }

.icon-basic_eye_closed:before {
  content: "\ebf8"; }

.icon-basic_eye:before {
  content: "\ebf9"; }

.icon-basic_female:before {
  content: "\ebfa"; }

.icon-basic_flag1:before {
  content: "\ebfb"; }

.icon-basic_flag2:before {
  content: "\ebfc"; }

.icon-basic_floppydisk:before {
  content: "\ebfd"; }

.icon-basic_folder_multiple:before {
  content: "\ebfe"; }

.icon-basic_folder:before {
  content: "\ebff"; }

.icon-basic_gear:before {
  content: "\ec00"; }

.icon-basic_geolocalize-01:before {
  content: "\ec01"; }

.icon-basic_geolocalize-05:before {
  content: "\ec02"; }

.icon-basic_globe:before {
  content: "\ec03"; }

.icon-basic_gunsight:before {
  content: "\ec04"; }

.icon-basic_hammer:before {
  content: "\ec05"; }

.icon-basic_headset:before {
  content: "\ec06"; }

.icon-basic_heart_broken:before {
  content: "\ec07"; }

.icon-basic_heart:before {
  content: "\ec08"; }

.icon-basic_helm:before {
  content: "\ec09"; }

.icon-basic_home:before {
  content: "\ec0a"; }

.icon-basic_info:before {
  content: "\ec0b"; }

.icon-basic_ipod:before {
  content: "\ec0c"; }

.icon-basic_joypad:before {
  content: "\ec0d"; }

.icon-basic_key:before {
  content: "\ec0e"; }

.icon-basic_keyboard:before {
  content: "\ec0f"; }

.icon-basic_laptop:before {
  content: "\ec10"; }

.icon-basic_life_buoy:before {
  content: "\ec11"; }

.icon-basic_lightbulb:before {
  content: "\ec12"; }

.icon-basic_link:before {
  content: "\ec13"; }

.icon-basic_lock_open:before {
  content: "\ec14"; }

.icon-basic_lock:before {
  content: "\ec15"; }

.icon-basic_magic_mouse:before {
  content: "\ec16"; }

.icon-basic_magnifier_minus:before {
  content: "\ec17"; }

.icon-basic_magnifier_plus:before {
  content: "\ec18"; }

.icon-basic_magnifier:before {
  content: "\ec19"; }

.icon-basic_mail_multiple:before {
  content: "\ec1a"; }

.icon-basic_mail_open_text:before {
  content: "\ec1b"; }

.icon-basic_mail_open:before {
  content: "\ec1c"; }

.icon-basic_mail:before {
  content: "\ec1d"; }

.icon-basic_male:before {
  content: "\ec1e"; }

.icon-basic_map:before {
  content: "\ec1f"; }

.icon-basic_message_multiple:before {
  content: "\ec20"; }

.icon-basic_message_txt:before {
  content: "\ec21"; }

.icon-basic_message:before {
  content: "\ec22"; }

.icon-basic_mixer2:before {
  content: "\ec23"; }

.icon-basic_mouse:before {
  content: "\ec24"; }

.icon-basic_notebook_pen:before {
  content: "\ec25"; }

.icon-basic_notebook_pencil:before {
  content: "\ec26"; }

.icon-basic_notebook:before {
  content: "\ec27"; }

.icon-basic_paperplane:before {
  content: "\ec28"; }

.icon-basic_pencil_ruler_pen:before {
  content: "\ec29"; }

.icon-basic_pencil_ruler:before {
  content: "\ec2a"; }

.icon-basic_photo:before {
  content: "\ec2b"; }

.icon-basic_picture_multiple:before {
  content: "\ec2c"; }

.icon-basic_picture:before {
  content: "\ec2d"; }

.icon-basic_pin1:before {
  content: "\ec2e"; }

.icon-basic_pin2:before {
  content: "\ec2f"; }

.icon-basic_postcard_multiple:before {
  content: "\ec30"; }

.icon-basic_postcard:before {
  content: "\ec31"; }

.icon-basic_printer:before {
  content: "\ec32"; }

.icon-basic_question:before {
  content: "\ec33"; }

.icon-basic_rss:before {
  content: "\ec34"; }

.icon-basic_server_cloud:before {
  content: "\ec35"; }

.icon-basic_server_download:before {
  content: "\ec36"; }

.icon-basic_server_upload:before {
  content: "\ec37"; }

.icon-basic_server:before {
  content: "\ec38"; }

.icon-basic_server2:before {
  content: "\ec39"; }

.icon-basic_settings:before {
  content: "\ec3a"; }

.icon-basic_share:before {
  content: "\ec3b"; }

.icon-basic_sheet_multiple:before {
  content: "\ec3c"; }

.icon-basic_sheet_pen:before {
  content: "\ec3d"; }

.icon-basic_sheet_pencil:before {
  content: "\ec3e"; }

.icon-basic_sheet_txt:before {
  content: "\ec3f"; }

.icon-basic_sheet:before {
  content: "\ec40"; }

.icon-basic_signs:before {
  content: "\ec41"; }

.icon-basic_smartphone:before {
  content: "\ec42"; }

.icon-basic_spades:before {
  content: "\ec43"; }

.icon-basic_spread_bookmark:before {
  content: "\ec44"; }

.icon-basic_spread_text_bookmark:before {
  content: "\ec45"; }

.icon-basic_spread_text:before {
  content: "\ec46"; }

.icon-basic_spread:before {
  content: "\ec47"; }

.icon-basic_star:before {
  content: "\ec48"; }

.icon-basic_tablet:before {
  content: "\ec49"; }

.icon-basic_target:before {
  content: "\ec4a"; }

.icon-basic_todo_pen:before {
  content: "\ec4b"; }

.icon-basic_todo_pencil:before {
  content: "\ec4c"; }

.icon-basic_todo_txt:before {
  content: "\ec4d"; }

.icon-basic_todo:before {
  content: "\ec4e"; }

.icon-basic_todolist_pen:before {
  content: "\ec4f"; }

.icon-basic_todolist_pencil:before {
  content: "\ec50"; }

.icon-basic_trashcan_full:before {
  content: "\ec51"; }

.icon-basic_trashcan_refresh:before {
  content: "\ec52"; }

.icon-basic_trashcan_remove:before {
  content: "\ec53"; }

.icon-basic_trashcan:before {
  content: "\ec54"; }

.icon-basic_upload:before {
  content: "\ec55"; }

.icon-basic_usb:before {
  content: "\ec56"; }

.icon-basic_video:before {
  content: "\ec57"; }

.icon-basic_watch:before {
  content: "\ec58"; }

.icon-basic_webpage_img_txt:before {
  content: "\ec59"; }

.icon-basic_webpage_multiple:before {
  content: "\ec5a"; }

.icon-basic_webpage_txt:before {
  content: "\ec5b"; }

.icon-basic_webpage:before {
  content: "\ec5c"; }

.icon-basic_world:before {
  content: "\ec5d"; }

.icon-arrows_anticlockwise_dashed:before {
  content: "\ec5e"; }

.icon-arrows_anticlockwise:before {
  content: "\ec5f"; }

.icon-arrows_button_down:before {
  content: "\ec60"; }

.icon-arrows_button_off:before {
  content: "\ec61"; }

.icon-arrows_button_on:before {
  content: "\ec62"; }

.icon-arrows_button_up:before {
  content: "\ec63"; }

.icon-arrows_check:before {
  content: "\ec64"; }

.icon-arrows_circle_check:before {
  content: "\ec65"; }

.icon-arrows_circle_down:before {
  content: "\ec66"; }

.icon-arrows_circle_downleft:before {
  content: "\ec67"; }

.icon-arrows_circle_downright:before {
  content: "\ec68"; }

.icon-arrows_circle_left:before {
  content: "\ec69"; }

.icon-arrows_circle_minus:before {
  content: "\ec6a"; }

.icon-arrows_circle_plus:before {
  content: "\ec6b"; }

.icon-arrows_circle_remove:before {
  content: "\ec6c"; }

.icon-arrows_circle_right:before {
  content: "\ec6d"; }

.icon-arrows_circle_up:before {
  content: "\ec6e"; }

.icon-arrows_circle_upleft:before {
  content: "\ec6f"; }

.icon-arrows_circle_upright:before {
  content: "\ec70"; }

.icon-arrows_clockwise_dashed:before {
  content: "\ec71"; }

.icon-arrows_clockwise:before {
  content: "\ec72"; }

.icon-arrows_compress:before {
  content: "\ec73"; }

.icon-arrows_deny:before {
  content: "\ec74"; }

.icon-arrows_diagonal:before {
  content: "\ec75"; }

.icon-arrows_diagonal2:before {
  content: "\ec76"; }

.icon-arrows_down_double-34:before {
  content: "\ec77"; }

.icon-arrows_down:before {
  content: "\ec78"; }

.icon-arrows_downleft:before {
  content: "\ec79"; }

.icon-arrows_downright:before {
  content: "\ec7a"; }

.icon-arrows_drag_down_dashed:before {
  content: "\ec7b"; }

.icon-arrows_drag_down:before {
  content: "\ec7c"; }

.icon-arrows_drag_horiz:before {
  content: "\ec7d"; }

.icon-arrows_drag_left_dashed:before {
  content: "\ec7e"; }

.icon-arrows_drag_left:before {
  content: "\ec7f"; }

.icon-arrows_drag_right_dashed:before {
  content: "\ec80"; }

.icon-arrows_drag_right:before {
  content: "\ec81"; }

.icon-arrows_drag_up_dashed:before {
  content: "\ec82"; }

.icon-arrows_drag_up:before {
  content: "\ec83"; }

.icon-arrows_drag_vert:before {
  content: "\ec84"; }

.icon-arrows_exclamation:before {
  content: "\ec85"; }

.icon-arrows_expand_diagonal1:before {
  content: "\ec86"; }

.icon-arrows_expand_horizontal1:before {
  content: "\ec87"; }

.icon-arrows_expand_vertical1:before {
  content: "\ec88"; }

.icon-arrows_expand:before {
  content: "\ec89"; }

.icon-arrows_fit_horizontal:before {
  content: "\ec8a"; }

.icon-arrows_fit_vertical:before {
  content: "\ec8b"; }

.icon-arrows_glide_horizontal:before {
  content: "\ec8c"; }

.icon-arrows_glide_vertical:before {
  content: "\ec8d"; }

.icon-arrows_glide:before {
  content: "\ec8e"; }

.icon-arrows_hamburger-2:before {
  content: "\ec8f"; }

.icon-arrows_hamburger1:before {
  content: "\ec90"; }

.icon-arrows_horizontal:before {
  content: "\ec91"; }

.icon-arrows_info:before {
  content: "\ec92"; }

.icon-arrows_keyboard_alt:before {
  content: "\ec93"; }

.icon-arrows_keyboard_cmd-29:before {
  content: "\ec94"; }

.icon-arrows_keyboard_delete:before {
  content: "\ec95"; }

.icon-arrows_keyboard_down-28:before {
  content: "\ec96"; }

.icon-arrows_keyboard_left:before {
  content: "\ec97"; }

.icon-arrows_keyboard_return:before {
  content: "\ec98"; }

.icon-arrows_keyboard_right:before {
  content: "\ec99"; }

.icon-arrows_keyboard_shift:before {
  content: "\ec9a"; }

.icon-arrows_keyboard_tab:before {
  content: "\ec9b"; }

.icon-arrows_keyboard_up:before {
  content: "\ec9c"; }

.icon-arrows_left_double-32:before {
  content: "\ec9d"; }

.icon-arrows_left:before {
  content: "\ec9e"; }

.icon-arrows_minus:before {
  content: "\ec9f"; }

.icon-arrows_move_bottom:before {
  content: "\eca0"; }

.icon-arrows_move_left:before {
  content: "\eca1"; }

.icon-arrows_move_right:before {
  content: "\eca2"; }

.icon-arrows_move_top:before {
  content: "\eca3"; }

.icon-arrows_move:before {
  content: "\eca4"; }

.icon-arrows_move2:before {
  content: "\eca5"; }

.icon-arrows_plus:before {
  content: "\eca6"; }

.icon-arrows_question:before {
  content: "\eca7"; }

.icon-arrows_remove:before {
  content: "\eca8"; }

.icon-arrows_right_double-31:before {
  content: "\eca9"; }

.icon-arrows_right:before {
  content: "\ecaa"; }

.icon-arrows_rotate_anti_dashed:before {
  content: "\ecab"; }

.icon-arrows_rotate_anti:before {
  content: "\ecac"; }

.icon-arrows_rotate_dashed:before {
  content: "\ecad"; }

.icon-arrows_rotate:before {
  content: "\ecae"; }

.icon-arrows_shrink_diagonal1:before {
  content: "\ecaf"; }

.icon-arrows_shrink_diagonal2:before {
  content: "\ecb0"; }

.icon-arrows_shrink_horizonal2:before {
  content: "\ecb1"; }

.icon-arrows_shrink_horizontal1:before {
  content: "\ecb2"; }

.icon-arrows_shrink_vertical1:before {
  content: "\ecb3"; }

.icon-arrows_shrink_vertical2:before {
  content: "\ecb4"; }

.icon-arrows_shrink:before {
  content: "\ecb5"; }

.icon-arrows_sign_down:before {
  content: "\ecb6"; }

.icon-arrows_sign_left:before {
  content: "\ecb7"; }

.icon-arrows_sign_right:before {
  content: "\ecb8"; }

.icon-arrows_sign_up:before {
  content: "\ecb9"; }

.icon-arrows_slide_down1:before {
  content: "\ecba"; }

.icon-arrows_slide_down2:before {
  content: "\ecbb"; }

.icon-arrows_slide_left1:before {
  content: "\ecbc"; }

.icon-arrows_slide_left2:before {
  content: "\ecbd"; }

.icon-arrows_slide_right1:before {
  content: "\ecbe"; }

.icon-arrows_slide_right2:before {
  content: "\ecbf"; }

.icon-arrows_slide_up1:before {
  content: "\ecc0"; }

.icon-arrows_slide_up2:before {
  content: "\ecc1"; }

.icon-arrows_slim_down_dashed:before {
  content: "\ecc2"; }

.icon-arrows_slim_down:before {
  content: "\ecc3"; }

.icon-arrows_slim_left_dashed:before {
  content: "\ecc4"; }

.icon-arrows_slim_left:before {
  content: "\ecc5"; }

.icon-arrows_slim_right_dashed:before {
  content: "\ecc6"; }

.icon-arrows_slim_right:before {
  content: "\ecc7"; }

.icon-arrows_slim_up_dashed:before {
  content: "\ecc8"; }

.icon-arrows_slim_up:before {
  content: "\ecc9"; }

.icon-arrows_square_check:before {
  content: "\ecca"; }

.icon-arrows_square_down:before {
  content: "\eccb"; }

.icon-arrows_square_downleft:before {
  content: "\eccc"; }

.icon-arrows_square_downright:before {
  content: "\eccd"; }

.icon-arrows_square_left:before {
  content: "\ecce"; }

.icon-arrows_square_minus:before {
  content: "\eccf"; }

.icon-arrows_square_plus:before {
  content: "\ecd0"; }

.icon-arrows_square_remove:before {
  content: "\ecd1"; }

.icon-arrows_square_right:before {
  content: "\ecd2"; }

.icon-arrows_square_up:before {
  content: "\ecd3"; }

.icon-arrows_square_upleft:before {
  content: "\ecd4"; }

.icon-arrows_square_upright:before {
  content: "\ecd5"; }

.icon-arrows_squares:before {
  content: "\ecd6"; }

.icon-arrows_stretch_diagonal1:before {
  content: "\ecd7"; }

.icon-arrows_stretch_diagonal2:before {
  content: "\ecd8"; }

.icon-arrows_stretch_diagonal3:before {
  content: "\ecd9"; }

.icon-arrows_stretch_diagonal4:before {
  content: "\ecda"; }

.icon-arrows_stretch_horizontal1:before {
  content: "\ecdb"; }

.icon-arrows_stretch_horizontal2:before {
  content: "\ecdc"; }

.icon-arrows_stretch_vertical1:before {
  content: "\ecdd"; }

.icon-arrows_stretch_vertical2:before {
  content: "\ecde"; }

.icon-arrows_switch_horizontal:before {
  content: "\ecdf"; }

.icon-arrows_switch_vertical:before {
  content: "\ece0"; }

.icon-arrows_up_double-33:before {
  content: "\ece1"; }

.icon-arrows_up:before {
  content: "\ece2"; }

.icon-arrows_upleft:before {
  content: "\ece3"; }

.icon-arrows_upright:before {
  content: "\ece4"; }

.icon-arrows_vertical:before {
  content: "\ece5"; }

h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child,
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child {
  margin-bottom: 0; }

p:last-child, blockquote:last-child, .alert:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0; }

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }

p {
  line-height: 1.6; }

h1 {
  line-height: 1.2em; }

.lh-1 {
  line-height: 1em; }

.lh-lg {
  line-height: 1.8; }

.coupon {
  margin: 0 .4em;
  padding: .4em;
  border: 1px dashed rgba(255, 255, 255, 0.4);
  letter-spacing: .1em; }

.list {
  list-style: none;
  padding-left: 1.5rem; }
  .list li {
    position: relative; }
    .list li::before {
      content: "";
      position: absolute;
      top: 1em;
      left: -1.5rem;
      width: 0.5rem;
      height: 0.5rem;
      border-radius: 50%;
      display: block;
      background: #dddddd;
      margin-top: -0.5em; }
    .list li:not(:first-child) {
      margin-top: 1rem; }

.divider {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: relative;
  top: 50%;
  left: 50%; }
  .divider::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 100%;
    height: 0.125rem;
    background: #dddddd; }

.text-shadow {
  text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4); }

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em; }

.link {
  position: relative;
  display: inline-block;
  padding-right: 2rem; }
  .link [class*="icon"] {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 0.25rem;
    font-size: 1.125rem; }

.underline {
  display: inline-block;
  position: relative; }
  .underline::before {
    -webkit-transition: width 0.4s;
    -moz-transition: width 0.4s;
    transition: width 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    border-bottom: 1px solid currentColor; }
  .underline:hover {
    text-decoration: none; }
    .underline:hover::before {
      width: 100%; }

.action {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  display: inline-block;
  position: relative;
  padding-right: 2em;
  cursor: pointer; }
  .action [class*="icon-"] {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    right: .5em;
    top: 50%;
    display: block;
    font-size: 1em;
    width: 1em;
    line-height: 1em; }
  .action:hover [class*="icon-"] {
    right: 0; }

.shine {
  overflow: hidden;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 2s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0); }

@keyframes animate {
  0% {
    background-position: -500%; }
  100% {
    background-position: 500%; } }

.text-white .text-secondary {
  color: rgba(255, 255, 255, 0.8) !important; }

.text-white a:not(.btn) {
  color: inherit; }

.text-white hr {
  background: rgba(255, 255, 255, 0.2); }

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

.text-white .divider::after {
  background: rgba(255, 255, 255, 0.5); }

@media (max-width: 1199.98px) {
  .display-1 {
    font-size: 3.675rem; }
  .display-2 {
    font-size: 3.15rem; }
  .display-3 {
    font-size: 2.625rem; }
  .display-4 {
    font-size: 2.1rem; }
  h1, .h1 {
    font-size: 2.625rem; }
  h2, .h2 {
    font-size: 2.25rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.125rem; } }

.alert {
  font-size: 1.125rem; }
  .alert a {
    color: #fff !important; }
  .alert[class*="alert-light"], .alert[class*="alert-warning"] {
    color: #000; }
    .alert[class*="alert-light"] a, .alert[class*="alert-warning"] a {
      color: #000 !important; }
  @media (max-width: 1199.98px) {
    .alert {
      padding: 2rem 1.5rem;
      font-size: 1rem; } }

.navbar {
  padding: 0; }
  .navbar .navbar-nav .nav-link {
    color: inherit; }
    .navbar .navbar-nav .nav-link:focus {
      outline: none; }
  .navbar .navbar-toggler {
    color: inherit; }

.navbar-dark {
  color: #fff; }

.navbar-light {
  color: #000; }

.navbar-brand img {
  width: auto; }

.navbar-toggler {
  border: 0;
  outline: none; }
  .navbar-toggler:focus {
    outline: none; }

@media (min-width: 1200px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem; } }

@media (max-width: 1199.98px) {
  .navbar-nav {
    margin: 1rem 0; } }

.burger {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 100; }
  .burger:active {
    color: inherit; }
  .burger span {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -1.5px; }
    .burger span, .burger span::before, .burger span::after {
      display: block;
      width: 20px;
      height: 2px;
      color: inherit;
      background-color: currentColor;
      outline: 1px solid transparent;
      -webkit-transition-property: background-color;
      -moz-transition-property: background-color;
      -o-transition-property: background-color;
      transition-property: background-color;
      transition-property: background-color, transform;
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      transition-duration: 0.3s; }
    .burger span::before, .burger span::after {
      position: absolute;
      content: ""; }
    .burger span::before {
      top: -6px; }
    .burger span::after {
      top: 6px; }
  .burger:hover {
    cursor: pointer; }
  .burger[aria-expanded="true"] span {
    background-color: transparent; }
  .burger[aria-expanded="true"] span::before {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .burger[aria-expanded="true"] span::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }

.badge {
  font-weight: 500;
  letter-spacing: .05em;
  vertical-align: middle; }

.badge-rounded {
  border-radius: 2.5rem; }

.badge-outline-blue {
  border: 1px solid #2B44FF;
  background: transparent;
  color: #2B44FF; }

.badge-outline-indigo {
  border: 1px solid #6610f2;
  background: transparent;
  color: #6610f2; }

.badge-outline-purple {
  border: 1px solid #7254BE;
  background: transparent;
  color: #7254BE; }

.badge-outline-pink {
  border: 1px solid #e83e8c;
  background: transparent;
  color: #e83e8c; }

.badge-outline-red {
  border: 1px solid #EB3C27;
  background: transparent;
  color: #EB3C27; }

.badge-outline-orange {
  border: 1px solid #EE7A3D;
  background: transparent;
  color: #EE7A3D; }

.badge-outline-yellow {
  border: 1px solid #DEC269;
  background: transparent;
  color: #DEC269; }

.badge-outline-green {
  border: 1px solid #307060;
  background: transparent;
  color: #307060; }

.badge-outline-teal {
  border: 1px solid #20c997;
  background: transparent;
  color: #20c997; }

.badge-outline-cyan {
  border: 1px solid #17a2b8;
  background: transparent;
  color: #17a2b8; }

.badge-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff; }

.badge-outline-gray {
  border: 1px solid #DFDFE1;
  background: transparent;
  color: #DFDFE1; }

.badge-outline-gray-dark {
  border: 1px solid #555555;
  background: transparent;
  color: #555555; }

.badge-outline-black {
  border: 1px solid #000;
  background: transparent;
  color: #000; }

.badge-outline-tan {
  border: 1px solid #C5804D;
  background: transparent;
  color: #C5804D; }

.badge-outline-brown {
  border: 1px solid #B88656;
  background: transparent;
  color: #B88656; }

.badge-outline-beige {
  border: 1px solid #E4BD9F;
  background: transparent;
  color: #E4BD9F; }

.badge-outline-default {
  border: 1px solid #dddddd;
  background: transparent;
  color: #dddddd; }

.badge-outline-light-pink {
  border: 1px solid #FCF9F3;
  background: transparent;
  color: #FCF9F3; }

.badge-outline-transparent {
  border: 1px solid transparent;
  background: transparent;
  color: transparent; }

.badge-outline-primary {
  border: 1px solid #2B44FF;
  background: transparent;
  color: #2B44FF; }

.badge-outline-secondary {
  border: 1px solid #555555;
  background: transparent;
  color: #555555; }

.badge-outline-success {
  border: 1px solid #307060;
  background: transparent;
  color: #307060; }

.badge-outline-info {
  border: 1px solid #17a2b8;
  background: transparent;
  color: #17a2b8; }

.badge-outline-warning {
  border: 1px solid #DEC269;
  background: transparent;
  color: #DEC269; }

.badge-outline-danger {
  border: 1px solid #EB3C27;
  background: transparent;
  color: #EB3C27; }

.badge-outline-light {
  border: 1px solid #eeeeee;
  background: transparent;
  color: #eeeeee; }

.badge-outline-dark {
  border: 1px solid #555555;
  background: transparent;
  color: #555555; }

.dropdown-menu {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  padding: 0.25rem;
  border: 0; }
  .dropdown-menu .dropdown-item {
    position: relative;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    border: 1px solid transparent; }
    .dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active {
      padding-left: 0.75rem;
      padding-right: 1.25rem;
      background: #eeeeee;
      color: inherit; }
    .dropdown-menu .dropdown-item.active {
      color: #2B44FF;
      background: rgba(43, 68, 255, 0.05); }
  .dropdown-menu[class*="-full"] {
    min-width: 100%; }

@media (min-width: 1200px) {
  .dropdown-hover:hover .dropdown-menu {
    opacity: 1;
    pointer-events: auto;
    margin: 0; }
  .dropdown-hover .dropdown-menu {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    display: block;
    opacity: 0;
    margin: 0.625rem 0 0 0;
    pointer-events: none; }
    .dropdown-hover .dropdown-menu[class*="-md"] {
      min-width: 25vw; }
    .dropdown-hover .dropdown-menu[class*="-lg"] {
      min-width: 40vw; }
  .dropdown-toggle::after {
    display: none; } }

.form-control,
.custom-select {
  display: block;
  background-color: transparent;
  color: inherit; }
  .form-control:focus,
  .custom-select:focus {
    color: #000;
    background-color: transparent; }

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

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
  padding-top: 0.25rem; }
  .form-group label {
    font-size: 0.875rem;
    margin-bottom: 0.25rem; }

.custom-checkbox {
  padding-left: 2.5rem; }
  .custom-checkbox .custom-control-input {
    top: 0;
    width: 1.5rem;
    height: 1.5rem; }
  .custom-checkbox .custom-control-label::before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 0;
    border-color: #dddddd;
    background-color: transparent; }
  .custom-checkbox .custom-control-label::after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    left: -2.5rem;
    width: 1.5rem;
    height: 1.5rem; }

.input-group {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  padding: 0.25rem;
  border: 1px solid #dddddd; }
  .input-group[class*="input-group-rounded"] {
    border-radius: 2.5rem; }
  .input-group:hover {
    border-color: rgba(43, 68, 255, 0.5); }
  .input-group[class*="form-control-focus"] {
    border-color: #2B44FF; }
  .input-group .form-control,
  .input-group .custom-select {
    padding: 1rem 1.5rem;
    border: none; }
  .input-group .input-group-prepend,
  .input-group .input-group-append {
    position: relative; }
    .input-group .input-group-prepend .input-group-text,
    .input-group .input-group-append .input-group-text {
      padding-right: 1rem;
      padding-left: 1rem;
      line-height: 1.5;
      border-color: transparent;
      background: transparent; }

.text-white .form-control,
.text-white .custom-select {
  border-color: rgba(255, 255, 255, 0.4); }
  .text-white .form-control:focus,
  .text-white .custom-select:focus {
    color: #fff;
    border-color: #fff; }

.text-white .input-group {
  border-color: rgba(255, 255, 255, 0.2); }
  .text-white .input-group:hover {
    border-color: rgba(255, 255, 255, 0.3); }
  .text-white .input-group[class*="form-control-focus"] {
    border-color: rgba(255, 255, 255, 0.5); }

.plyr {
  --plyr-color-main: var(--primary); }
  .plyr .plyr__controls {
    padding: 1.5rem; }
  .plyr .plyr__control--overlaid {
    width: 6.25rem;
    height: 6.25rem;
    padding: 0;
    background: #000; }
    .plyr .plyr__control--overlaid:hover {
      background: rgba(0, 0, 0, 0.75); }
    .plyr .plyr__control--overlaid svg {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%;
      left: 50%; }
  .plyr.plyr--stopped .plyr__controls {
    opacity: 0; }
  .plyr .plyr__poster {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    background-size: cover;
    opacity: 0;
    cursor: pointer; }

.plyr__video-embed {
  position: relative; }
  .plyr__video-embed iframe {
    width: 100%;
    height: 100%; }

.nav {
  position: relative; }
  .nav .nav-link {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
    .nav .nav-link[class*="active"] {
      color: #000;
      background: transparent; }

.nav-tabs .nav-link {
  margin-left: -1px;
  padding: 1rem 2rem;
  border-width: 0 0 1px 0;
  border-radius: 0;
  font-size: 1.5rem;
  color: rgba(0, 0, 0, 0.25); }
  .nav-tabs .nav-link:hover {
    color: rgba(0, 0, 0, 0.5);
    border-color: transparent; }
  .nav-tabs .nav-link[class*="active"] {
    border-color: #000; }
    .nav-tabs .nav-link[class*="active"]:hover {
      color: #000; }

.nav-pills {
  display: inline-flex;
  border: 1px solid #dddddd;
  padding: 0;
  border-radius: 2.5rem; }
  .nav-pills .nav-link {
    color: #555555;
    border-radius: 2.5rem; }
    .nav-pills .nav-link[class*="active"] {
      background: #dddddd; }

.nav-tabs[class*="flex-column"] {
  border-left: 1px solid #dddddd;
  border-bottom: 0; }
  .nav-tabs[class*="flex-column"] .nav-link {
    border-width: 0 0 0 1px; }
  @media (max-width: 1199.98px) {
    .nav-tabs[class*="flex-column"] {
      flex-direction: row !important;
      border: 0; }
      .nav-tabs[class*="flex-column"] .nav-link {
        padding: 0.5rem 1rem;
        font-size: 1.125rem;
        border: 1px solid transparent; }
        .nav-tabs[class*="flex-column"] .nav-link.active {
          border-color: #000; } }
  @media (max-width: 767.98px) {
    .nav-tabs[class*="flex-column"] .nav-link {
      padding: 0.5rem 0.75rem;
      font-size: 1rem; } }

.nav-minimal {
  display: inline-flex; }
  .nav-minimal .nav-item .nav-item .nav-link {
    padding: 0.25rem 0;
    font-size: 1rem;
    opacity: .5; }
    .nav-minimal .nav-item .nav-item .nav-link[class*="active"], .nav-minimal .nav-item .nav-item .nav-link:hover {
      opacity: 1;
      color: #2B44FF; }
  .nav-minimal .nav-item:last-child .nav-link {
    margin-right: 0; }
  .nav-minimal .nav-link {
    margin-right: 1rem;
    padding: 0.5rem 0;
    color: inherit;
    font-size: 1.125rem; }
    .nav-minimal .nav-link:focus {
      outline: none; }
    .nav-minimal .nav-link:hover {
      color: #2B44FF; }
    .nav-minimal .nav-link[aria-expanded] {
      position: relative; }
      .nav-minimal .nav-link[aria-expanded]::after {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        position: absolute;
        top: 50%;
        content: "\e92e";
        margin-top: -.5em;
        margin-left: 0.5rem;
        line-height: 1em;
        font-family: 'icomoon' !important;
        font-size: 1.125rem;
        color: inherit; }
    .nav-minimal .nav-link[aria-expanded="true"]::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
  .nav-minimal[class*="nav-minimal-lg"] .nav-link {
    font-size: 1.75rem; }
  .nav-minimal[class*="nav-minimal-sm"] .nav-link {
    font-size: 1rem; }

.carousel-container {
  position: relative; }
  .carousel-container[class*="-visible"] .tns-ovh {
    overflow: visible; }
  @media (min-width: 1200px) {
    .carousel-container .tns-controls button[data-controls="prev"] {
      left: 0;
      opacity: 0; }
    .carousel-container .tns-controls button[data-controls="next"] {
      right: 0;
      opacity: 0; }
    .carousel-container:hover .tns-controls button[data-controls="prev"] {
      left: 1rem;
      opacity: 1 !important; }
    .carousel-container:hover .tns-controls button[data-controls="next"] {
      right: 1rem;
      opacity: 1 !important; } }

.carousel {
  position: relative; }
  .carousel[class*="-align"] {
    display: flex;
    align-items: center; }

.tns-outer {
  position: relative; }

.tns-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .tns-item:focus {
    outline: none; }

.tns-nav {
  display: flex;
  justify-content: center;
  margin-top: 1.5rem;
  padding: 0;
  list-style: none; }
  .tns-nav:focus {
    outline: none; }
  .tns-nav button {
    position: relative;
    cursor: pointer;
    padding: 0;
    width: 1.5rem;
    height: 1.5rem;
    border: 0;
    border-radius: 50%;
    background: transparent; }
    .tns-nav button:focus {
      outline: none; }
    .tns-nav button::before {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 0.5rem;
      height: 0.5rem;
      margin-top: -0.25rem;
      margin-left: -0.25rem;
      background: rgba(0, 0, 0, 0.2);
      border-radius: 50%; }
    .tns-nav button.tns-nav-active::before, .tns-nav button.tns-nav-active:hover::before {
      background: #000; }
    .tns-nav button:hover::before {
      background: rgba(0, 0, 0, 0.4); }

.tns-controls {
  display: flex;
  justify-content: space-between; }
  .tns-controls:focus {
    outline: none; }
  .tns-controls button {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    border: 0;
    display: flex;
    width: 3rem;
    height: 3rem;
    padding: 0;
    text-align: center;
    font-size: 1.25rem;
    color: #000;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 50%;
    z-index: 4;
    margin-top: -1.5rem; }
    .tns-controls button i {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 1em;
      height: 1em;
      margin: -.5em 0 0 -.5em;
      color: #fff; }
    .tns-controls button:hover {
      background: #000; }
    .tns-controls button[disabled] {
      opacity: .2; }
    .tns-controls button[data-controls="prev"] {
      left: 1rem; }
    .tns-controls button[data-controls="next"] {
      right: 1rem; }

.carousel-controls:focus {
  outline: none; }

.carousel-controls li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  position: absolute;
  top: 50%;
  display: block;
  width: 5rem;
  height: 5rem;
  margin-top: -2.5rem;
  text-align: center;
  background: #000;
  border-radius: 50%;
  border: 0;
  z-index: 4;
  cursor: pointer; }
  .carousel-controls li:focus {
    outline: none; }
  .carousel-controls li[data-controls="prev"] {
    left: -2.5rem; }
  .carousel-controls li[data-controls="next"] {
    right: -2.5rem; }
  .carousel-controls li[disabled] {
    opacity: 0; }
  .carousel-controls li i {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    margin-top: -.5em;
    margin-left: -.5em;
    width: 1em;
    line-height: 1em;
    font-size: 1.5rem; }
  .carousel-controls li:hover {
    background: #2B44FF; }

@media (max-width: 767.98px) {
  .carousel-controls li {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: -1.25rem; }
    .carousel-controls li[data-controls="prev"] {
      left: -1.25rem; }
    .carousel-controls li[data-controls="next"] {
      right: -1.25rem; }
    .carousel-controls li i {
      font-size: 1.25rem; } }

.carousel-nav {
  display: flex;
  padding: 0; }
  .carousel-nav li {
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0.5rem 0;
    cursor: pointer; }
    .carousel-nav li:focus {
      outline: none; }
    .carousel-nav li[class*="tns-nav-active"] span,
    .carousel-nav li[class*="tns-nav-active"]:hover span {
      background: #000; }
    .carousel-nav li:hover span {
      background: rgba(0, 0, 0, 0.5); }
  .carousel-nav span {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    display: flex;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, 0.2); }

.text-white .tns-nav button::before {
  background: rgba(255, 255, 255, 0.2); }

.text-white .tns-nav button.tns-nav-active::before, .text-white .tns-nav button.tns-nav-active:hover::before {
  background: #fff; }

.text-white .tns-nav button:hover::before {
  background: rgba(255, 255, 255, 0.4); }

.text-white .carousel-nav {
  display: flex;
  padding: 0; }
  .text-white .carousel-nav li[class*="tns-nav-active"] span,
  .text-white .carousel-nav li[class*="tns-nav-active"]:hover span {
    background: #fff; }
  .text-white .carousel-nav li:hover span {
    background: rgba(255, 255, 255, 0.5); }
  .text-white .carousel-nav span {
    background: rgba(255, 255, 255, 0.2); }

.text-white .carousel-controls li {
  background: #fff; }
  .text-white .carousel-controls li i {
    color: #000; }
  .text-white .carousel-controls li:hover {
    background: #2B44FF; }
    .text-white .carousel-controls li:hover i {
      color: #fff; }

img {
  width: 100%; }

figure {
  width: 100%;
  margin: 0;
  background-size: cover;
  background-position: center; }

.figure-caption {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: inherit; }

.figure {
  position: relative;
  color: #fff; }
  .figure .figure-caption {
    text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    position: absolute;
    left: 2.5rem;
    bottom: 2.5rem;
    z-index: 8;
    opacity: 0; }
  .figure:hover .figure-caption {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1; }

.image {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  z-index: 4;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0); }
  .image::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background: #000; }
  .image[class*="overlay"]::after {
    opacity: .4; }
  .image[class*="overlay-primary"]::after {
    background: #2B44FF;
    opacity: .9; }
  .image img {
    width: 100%; }

.image-scroll {
  height: 120%; }

.hover-opacity:hover .image::after {
  opacity: .2; }

.hover-gradient {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  background: #000; }
  .hover-gradient .image {
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0.4))); }
  .hover-gradient:hover {
    background: #2B44FF; }

.hover-reveal {
  background: #000; }
  .hover-reveal .image {
    opacity: .5; }
  .hover-reveal:hover {
    background: #2B44FF; }

.hover-rise {
  overflow: visible !important; }
  .hover-rise img {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s; }
  @media (min-width: 1200px) {
    .hover-rise:hover img {
      -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0, -8px);
      -moz-transform: translate(0, -8px);
      transform: translate(0, -8px);
      position: relative;
      z-index: 8; } }

.canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2; }
  .canvas svg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .canvas .map {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .canvas > img {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%; }
  .canvas figure {
    width: auto;
    position: absolute;
    display: inline-block; }
    .canvas figure img {
      width: initial; }

.list-group {
  border-radius: 0; }
  .list-group .list-group-item {
    padding: 1rem 0;
    background: transparent;
    border-width: 0 0 1px; }
    .list-group .list-group-item:last-child {
      border-bottom-width: 0; }
  .list-group[class*="group-sm"] .list-group-item {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .list-group[class*="group-lg"] .list-group-item {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .list-group[class*="group-xl"] .list-group-item {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem; }

.list-group-flush .list-group-item {
  padding-right: 2.5rem;
  padding-left: 2.5rem; }

.list-group-table .list-group-item {
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  height: 5.625rem;
  align-items: center; }

.list-group-bordered {
  border: 1px solid #dddddd; }
  .list-group-bordered[class*="-sm"] .list-group-item {
    padding: 0.5rem; }
  .list-group-bordered[class*="-lg"] .list-group-item {
    padding: 2rem; }
  .list-group-bordered[class*="-xl"] .list-group-item {
    padding: 3.5rem; }

.list-group-minimal .list-group-item {
  border: 0; }

.list-group-link {
  position: relative; }
  .list-group-link::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 32px;
    content: "\e917";
    display: inline-block;
    width: 1em;
    line-height: 1em;
    font-size: 1.375rem;
    font-family: 'icomoon' !important;
    color: #dddddd; }
  .list-group-link:hover {
    color: #2B44FF !important; }
    .list-group-link:hover::after {
      right: 24px;
      color: #2B44FF; }

.text-white .list-group-item {
  border-color: rgba(255, 255, 255, 0.25); }

.card {
  color: inherit;
  overflow: hidden; }
  .card > a {
    height: 100%; }
  .card[class*="equal"] .card-header,
  .card[class*="equal"] .card-body,
  .card[class*="equal"] .card-footer {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    padding: 2.5rem;
    z-index: 8; }
    .card[class*="equal"] .card-header > *,
    .card[class*="equal"] .card-body > *,
    .card[class*="equal"] .card-footer > * {
      width: 100%; }
  .card[class*="equal"] .card-header {
    align-items: flex-start !important; }
  .card[class*="equal"] .card-body {
    align-items: center !important; }
  .card[class*="equal"] .card-footer {
    align-items: flex-end !important; }
  .card[class*="-fill"] {
    height: 100%; }
  .card > .list-group {
    border: 0; }

.card-header,
.card-body,
.card-footer {
  position: relative;
  z-index: 4; }
  .card-header > *,
  .card-body > *,
  .card-footer > * {
    vertical-align: top; }

.card-img-top {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s; }
  .card-img-top:hover {
    opacity: .9; }

.card-title {
  line-height: 1.4; }
  .card-title > * {
    line-height: 1.4; }

a.card-title {
  color: inherit;
  display: block; }
  a.card-title:hover {
    color: #2B44FF; }
  a.card-title > * {
    display: inline; }
  a.card-title[class*="-arrow"]::after {
    content: "\e917";
    display: inline-block;
    width: 1em;
    margin-left: 0.5rem;
    line-height: 1em;
    font-size: 1.25rem;
    font-family: 'icomoon' !important; }

.card video,
.card .plyr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto; }

.card video {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.card .plyr__controls,
.card .plyr__control {
  display: none !important; }

.card .equal,
.card .canvas {
  overflow: visible;
  z-index: 0; }

.hover-arrow {
  position: relative; }
  .hover-arrow > [class*="card-"] {
    padding-right: 15% !important; }
  .hover-arrow::after {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    transform: translateY(50%);
    content: "\e917";
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
    font-family: 'icomoon';
    font-size: 1.25rem;
    display: block;
    line-height: 1em;
    text-align: center;
    border-radius: 50%;
    z-index: 4;
    opacity: 0;
    color: inherit; }
  .hover-arrow:hover::after {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; }

.hover-border:hover {
  border-color: #2B44FF !important; }

.accordion:hover .card button {
  opacity: .5; }

.accordion .card {
  background: transparent;
  overflow: visible;
  border-width: 1px 0;
  border-radius: 0; }
  .accordion .card .card-header {
    padding: 0;
    border-bottom: 0;
    background: transparent; }
  .accordion .card .card-body {
    padding: 0 2rem 2rem 0; }
  .accordion .card button {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    padding: 2rem 2rem 2rem 0;
    font-size: 1.125rem;
    font-weight: 400;
    color: inherit; }
    .accordion .card button::before {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      position: absolute;
      content: "\e92e";
      right: 0;
      top: 50%;
      width: 1em;
      line-height: 1em;
      text-align: center;
      font-family: 'icomoon' !important;
      font-size: 1.25rem;
      margin-top: -0.5em; }
    .accordion .card button:hover {
      text-decoration: none;
      opacity: 1; }
    .accordion .card button[aria-expanded="true"] {
      opacity: 1; }
      .accordion .card button[aria-expanded="true"]::before {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg); }

.accordion[class*="minimal"] .card {
  border: 0; }
  .accordion[class*="minimal"] .card + .card {
    margin-top: 2.5rem; }
  .accordion[class*="minimal"] .card button {
    padding: 0;
    padding-left: 3.5rem;
    font-size: 2.5rem; }
    .accordion[class*="minimal"] .card button::before {
      right: auto;
      left: 0;
      content: "";
      width: 2rem;
      height: 1px;
      margin-top: 0;
      background: #000; }
    .accordion[class*="minimal"] .card button::after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      position: absolute;
      content: "";
      width: 2rem;
      height: 1px;
      background: #000;
      left: 0;
      top: 50%; }
    .accordion[class*="minimal"] .card button:hover {
      color: inherit; }
    .accordion[class*="minimal"] .card button[aria-expanded="true"] {
      color: inherit; }
      .accordion[class*="minimal"] .card button[aria-expanded="true"]::before {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit; }
      .accordion[class*="minimal"] .card button[aria-expanded="true"]::after {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        transform: rotate(0deg);
        color: inherit; }
  .accordion[class*="minimal"] .card .card-body {
    margin-top: 1rem;
    padding-left: 3.5rem; }
  @media (max-width: 1199.98px) {
    .accordion[class*="minimal"] .card + .card {
      margin-top: 1.5rem; }
    .accordion[class*="minimal"] .card button {
      font-size: 1.5rem;
      padding-left: 2.5rem; }
      .accordion[class*="minimal"] .card button::before {
        width: 1.25rem; }
      .accordion[class*="minimal"] .card button::after {
        width: 1.25rem; }
    .accordion[class*="minimal"] .card .card-body {
      padding-left: 2.5rem; } }

.accordion[class*="minimal"][class*="minimal-sm"] .card + .card {
  margin-top: 1.5rem; }

.accordion[class*="minimal"][class*="minimal-sm"] .card button {
  font-size: 2rem;
  padding-left: 3.5rem; }
  .accordion[class*="minimal"][class*="minimal-sm"] .card button::before {
    width: 1.5rem; }
  .accordion[class*="minimal"][class*="minimal-sm"] .card button::after {
    width: 1.5rem; }

.accordion[class*="minimal"][class*="minimal-sm"] .card .card-body {
  padding-left: 3.5rem; }

.text-white .accordion .card {
  border-color: rgba(255, 255, 255, 0.2); }

.text-white .accordion[class*="minimal"] button::before, .text-white .accordion[class*="minimal"] button::after {
  background: #fff; }

.rating {
  display: flex;
  margin: 0;
  padding-left: 0;
  list-style: none; }
  .rating li:not(:first-child) {
    margin-left: 0.5rem; }
  .rating i {
    color: inherit;
    font-size: 1.25rem; }

.blockquote {
  position: relative; }
  .blockquote p {
    color: inherit; }

.blockquote-footer {
  font-size: 1rem; }
  .blockquote-footer::before {
    display: none; }

.blockquote-2 {
  padding-top: 3.5rem; }
  .blockquote-2::before {
    position: absolute;
    top: 0;
    content: '“';
    font-size: 5rem;
    line-height: 1em;
    color: inherit; }
  .blockquote-2 p {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-family: "Inter", sans-serif; }

.blockquote-3 {
  padding: 0 0 0 4.5rem; }
  .blockquote-3::before {
    position: absolute;
    left: 0;
    content: '“';
    font-size: 5rem;
    line-height: 1em;
    color: inherit; }
  .blockquote-3 p {
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    font-family: "Inter", sans-serif; }

.logo {
  text-align: center; }
  .logo img {
    display: inline-block !important;
    height: 100%;
    max-height: 2.5rem;
    max-width: 10rem; }
  .logo[class*="-sm"] img {
    max-height: 2rem;
    max-width: 6.5rem; }

.avatar {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%; }
  .avatar[class*="-sm"] {
    width: 2.5rem;
    height: 2.5rem; }
  .avatar[class*="-lg"] {
    width: 5rem;
    height: 5rem; }

.btn-blue {
  color: #fff;
  background-color: #2B44FF;
  border-color: #2B44FF; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0522ff;
    border-color: #001df7; }
  .btn-blue:focus, .btn-blue.focus {
    color: #fff;
    background-color: #0522ff;
    border-color: #001df7;
    box-shadow: 0 0 0 0 rgba(75, 96, 255, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #2B44FF;
    border-color: #2B44FF; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #001df7;
    border-color: #001cea; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(75, 96, 255, 0.5); }

.btn-indigo {
  color: #fff;
  background-color: #6610f2;
  border-color: #6610f2; }
  .btn-indigo:hover {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4; }
  .btn-indigo:focus, .btn-indigo.focus {
    color: #fff;
    background-color: #560bd0;
    border-color: #510bc4;
    box-shadow: 0 0 0 0 rgba(125, 52, 244, 0.5); }
  .btn-indigo.disabled, .btn-indigo:disabled {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-indigo:not(:disabled):not(.disabled):active, .btn-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-indigo.dropdown-toggle {
    color: #fff;
    background-color: #510bc4;
    border-color: #4c0ab8; }
    .btn-indigo:not(:disabled):not(.disabled):active:focus, .btn-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(125, 52, 244, 0.5); }

.btn-purple {
  color: #fff;
  background-color: #7254BE;
  border-color: #7254BE; }
  .btn-purple:hover {
    color: #fff;
    background-color: #5f41ab;
    border-color: #5a3da2; }
  .btn-purple:focus, .btn-purple.focus {
    color: #fff;
    background-color: #5f41ab;
    border-color: #5a3da2;
    box-shadow: 0 0 0 0 rgba(135, 110, 200, 0.5); }
  .btn-purple.disabled, .btn-purple:disabled {
    color: #fff;
    background-color: #7254BE;
    border-color: #7254BE; }
  .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
  .show > .btn-purple.dropdown-toggle {
    color: #fff;
    background-color: #5a3da2;
    border-color: #553a98; }
    .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(135, 110, 200, 0.5); }

.btn-pink {
  color: #fff;
  background-color: #e83e8c;
  border-color: #e83e8c; }
  .btn-pink:hover {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72; }
  .btn-pink:focus, .btn-pink.focus {
    color: #fff;
    background-color: #e41c78;
    border-color: #d91a72;
    box-shadow: 0 0 0 0 rgba(235, 91, 157, 0.5); }
  .btn-pink.disabled, .btn-pink:disabled {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled).active,
  .show > .btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #d91a72;
    border-color: #ce196c; }
    .btn-pink:not(:disabled):not(.disabled):active:focus, .btn-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(235, 91, 157, 0.5); }

.btn-red {
  color: #fff;
  background-color: #EB3C27;
  border-color: #EB3C27; }
  .btn-red:hover {
    color: #fff;
    background-color: #d82914;
    border-color: #cc2713; }
  .btn-red:focus, .btn-red.focus {
    color: #fff;
    background-color: #d82914;
    border-color: #cc2713;
    box-shadow: 0 0 0 0 rgba(238, 89, 71, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #EB3C27;
    border-color: #EB3C27; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #cc2713;
    border-color: #c02512; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(238, 89, 71, 0.5); }

.btn-orange {
  color: #fff;
  background-color: #EE7A3D;
  border-color: #EE7A3D; }
  .btn-orange:hover {
    color: #fff;
    background-color: #eb621a;
    border-color: #e45c14; }
  .btn-orange:focus, .btn-orange.focus {
    color: #fff;
    background-color: #eb621a;
    border-color: #e45c14;
    box-shadow: 0 0 0 0 rgba(241, 142, 90, 0.5); }
  .btn-orange.disabled, .btn-orange:disabled {
    color: #fff;
    background-color: #EE7A3D;
    border-color: #EE7A3D; }
  .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active,
  .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #e45c14;
    border-color: #d85713; }
    .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(241, 142, 90, 0.5); }

.btn-yellow {
  color: #222222;
  background-color: #DEC269;
  border-color: #DEC269; }
  .btn-yellow:hover {
    color: #222222;
    background-color: #d7b54a;
    border-color: #d5b13f; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #222222;
    background-color: #d7b54a;
    border-color: #d5b13f;
    box-shadow: 0 0 0 0 rgba(194, 170, 94, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #222222;
    background-color: #d5b13f;
    border-color: #d3ad35; }
    .btn-yellow:not(:disabled):not(.disabled):active:focus, .btn-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(194, 170, 94, 0.5); }

.btn-green {
  color: #fff;
  background-color: #307060;
  border-color: #307060; }
  .btn-green:hover {
    color: #fff;
    background-color: #255549;
    border-color: #214c41; }
  .btn-green:focus, .btn-green.focus {
    color: #fff;
    background-color: #255549;
    border-color: #214c41;
    box-shadow: 0 0 0 0 rgba(79, 133, 120, 0.5); }
  .btn-green.disabled, .btn-green:disabled {
    color: #fff;
    background-color: #307060;
    border-color: #307060; }
  .btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active,
  .show > .btn-green.dropdown-toggle {
    color: #fff;
    background-color: #214c41;
    border-color: #1d433a; }
    .btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(79, 133, 120, 0.5); }

.btn-teal {
  color: #fff;
  background-color: #20c997;
  border-color: #20c997; }
  .btn-teal:hover {
    color: #fff;
    background-color: #1ba87e;
    border-color: #199d76; }
  .btn-teal:focus, .btn-teal.focus {
    color: #fff;
    background-color: #1ba87e;
    border-color: #199d76;
    box-shadow: 0 0 0 0 rgba(65, 209, 167, 0.5); }
  .btn-teal.disabled, .btn-teal:disabled {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
  .show > .btn-teal.dropdown-toggle {
    color: #fff;
    background-color: #199d76;
    border-color: #17926e; }
    .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(65, 209, 167, 0.5); }

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

.btn-white {
  color: #222222;
  background-color: #fff;
  border-color: #fff; }
  .btn-white:hover {
    color: #222222;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #222222;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0 rgba(222, 222, 222, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #222222;
    background-color: #fff;
    border-color: #fff; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #222222;
    background-color: #e6e6e6;
    border-color: #dfdfdf; }
    .btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus,
    .show > .btn-white.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(222, 222, 222, 0.5); }

.btn-gray {
  color: #222222;
  background-color: #DFDFE1;
  border-color: #DFDFE1; }
  .btn-gray:hover {
    color: #222222;
    background-color: #cbcbce;
    border-color: #c5c5c8; }
  .btn-gray:focus, .btn-gray.focus {
    color: #222222;
    background-color: #cbcbce;
    border-color: #c5c5c8;
    box-shadow: 0 0 0 0 rgba(195, 195, 196, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #222222;
    background-color: #DFDFE1;
    border-color: #DFDFE1; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #222222;
    background-color: #c5c5c8;
    border-color: #bebec2; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(195, 195, 196, 0.5); }

.btn-gray-dark {
  color: #fff;
  background-color: #555555;
  border-color: #555555; }
  .btn-gray-dark:hover {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c; }
  .btn-gray-dark:focus, .btn-gray-dark.focus {
    color: #fff;
    background-color: #424242;
    border-color: #3c3c3c;
    box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5); }
  .btn-gray-dark.disabled, .btn-gray-dark:disabled {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-gray-dark:not(:disabled):not(.disabled):active, .btn-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #353535; }
    .btn-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(111, 111, 111, 0.5); }

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000; }
  .btn-black:hover {
    color: #fff;
    background-color: black;
    border-color: black; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: black;
    border-color: black;
    box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5); }

.btn-tan {
  color: #fff;
  background-color: #C5804D;
  border-color: #C5804D; }
  .btn-tan:hover {
    color: #fff;
    background-color: #b26d3a;
    border-color: #a86737; }
  .btn-tan:focus, .btn-tan.focus {
    color: #fff;
    background-color: #b26d3a;
    border-color: #a86737;
    box-shadow: 0 0 0 0 rgba(206, 147, 104, 0.5); }
  .btn-tan.disabled, .btn-tan:disabled {
    color: #fff;
    background-color: #C5804D;
    border-color: #C5804D; }
  .btn-tan:not(:disabled):not(.disabled):active, .btn-tan:not(:disabled):not(.disabled).active,
  .show > .btn-tan.dropdown-toggle {
    color: #fff;
    background-color: #a86737;
    border-color: #9f6134; }
    .btn-tan:not(:disabled):not(.disabled):active:focus, .btn-tan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(206, 147, 104, 0.5); }

.btn-brown {
  color: #fff;
  background-color: #B88656;
  border-color: #B88656; }
  .btn-brown:hover {
    color: #fff;
    background-color: #a37345;
    border-color: #9a6d41; }
  .btn-brown:focus, .btn-brown.focus {
    color: #fff;
    background-color: #a37345;
    border-color: #9a6d41;
    box-shadow: 0 0 0 0 rgba(195, 152, 111, 0.5); }
  .btn-brown.disabled, .btn-brown:disabled {
    color: #fff;
    background-color: #B88656;
    border-color: #B88656; }
  .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active,
  .show > .btn-brown.dropdown-toggle {
    color: #fff;
    background-color: #9a6d41;
    border-color: #91663d; }
    .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(195, 152, 111, 0.5); }

.btn-beige {
  color: #222222;
  background-color: #E4BD9F;
  border-color: #E4BD9F; }
  .btn-beige:hover {
    color: #222222;
    background-color: #dca881;
    border-color: #d9a277; }
  .btn-beige:focus, .btn-beige.focus {
    color: #222222;
    background-color: #dca881;
    border-color: #d9a277;
    box-shadow: 0 0 0 0 rgba(199, 166, 140, 0.5); }
  .btn-beige.disabled, .btn-beige:disabled {
    color: #222222;
    background-color: #E4BD9F;
    border-color: #E4BD9F; }
  .btn-beige:not(:disabled):not(.disabled):active, .btn-beige:not(:disabled):not(.disabled).active,
  .show > .btn-beige.dropdown-toggle {
    color: #222222;
    background-color: #d9a277;
    border-color: #d69b6d; }
    .btn-beige:not(:disabled):not(.disabled):active:focus, .btn-beige:not(:disabled):not(.disabled).active:focus,
    .show > .btn-beige.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(199, 166, 140, 0.5); }

.btn-default {
  color: #222222;
  background-color: #dddddd;
  border-color: #dddddd; }
  .btn-default:hover {
    color: #222222;
    background-color: #cacaca;
    border-color: #c4c4c4; }
  .btn-default:focus, .btn-default.focus {
    color: #222222;
    background-color: #cacaca;
    border-color: #c4c4c4;
    box-shadow: 0 0 0 0 rgba(193, 193, 193, 0.5); }
  .btn-default.disabled, .btn-default:disabled {
    color: #222222;
    background-color: #dddddd;
    border-color: #dddddd; }
  .btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active,
  .show > .btn-default.dropdown-toggle {
    color: #222222;
    background-color: #c4c4c4;
    border-color: #bdbdbd; }
    .btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(193, 193, 193, 0.5); }

.btn-light-pink {
  color: #222222;
  background-color: #FCF9F3;
  border-color: #FCF9F3; }
  .btn-light-pink:hover {
    color: #222222;
    background-color: #f4ead4;
    border-color: #f2e5ca; }
  .btn-light-pink:focus, .btn-light-pink.focus {
    color: #222222;
    background-color: #f4ead4;
    border-color: #f2e5ca;
    box-shadow: 0 0 0 0 rgba(219, 217, 212, 0.5); }
  .btn-light-pink.disabled, .btn-light-pink:disabled {
    color: #222222;
    background-color: #FCF9F3;
    border-color: #FCF9F3; }
  .btn-light-pink:not(:disabled):not(.disabled):active, .btn-light-pink:not(:disabled):not(.disabled).active,
  .show > .btn-light-pink.dropdown-toggle {
    color: #222222;
    background-color: #f2e5ca;
    border-color: #efe0c0; }
    .btn-light-pink:not(:disabled):not(.disabled):active:focus, .btn-light-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(219, 217, 212, 0.5); }

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

.btn-outline-blue {
  color: #2B44FF;
  border-color: #2B44FF; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #2B44FF;
    border-color: #2B44FF; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #2B44FF;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #2B44FF;
    border-color: #2B44FF; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(43, 68, 255, 0.5); }

.btn-outline-indigo {
  color: #6610f2;
  border-color: #6610f2; }
  .btn-outline-indigo:hover {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
  .btn-outline-indigo:focus, .btn-outline-indigo.focus {
    box-shadow: 0 0 0 0 rgba(102, 16, 242, 0.5); }
  .btn-outline-indigo.disabled, .btn-outline-indigo:disabled {
    color: #6610f2;
    background-color: transparent; }
  .btn-outline-indigo:not(:disabled):not(.disabled):active, .btn-outline-indigo:not(:disabled):not(.disabled).active,
  .show > .btn-outline-indigo.dropdown-toggle {
    color: #fff;
    background-color: #6610f2;
    border-color: #6610f2; }
    .btn-outline-indigo:not(:disabled):not(.disabled):active:focus, .btn-outline-indigo:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-indigo.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(102, 16, 242, 0.5); }

.btn-outline-purple {
  color: #7254BE;
  border-color: #7254BE; }
  .btn-outline-purple:hover {
    color: #fff;
    background-color: #7254BE;
    border-color: #7254BE; }
  .btn-outline-purple:focus, .btn-outline-purple.focus {
    box-shadow: 0 0 0 0 rgba(114, 84, 190, 0.5); }
  .btn-outline-purple.disabled, .btn-outline-purple:disabled {
    color: #7254BE;
    background-color: transparent; }
  .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
  .show > .btn-outline-purple.dropdown-toggle {
    color: #fff;
    background-color: #7254BE;
    border-color: #7254BE; }
    .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-purple.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(114, 84, 190, 0.5); }

.btn-outline-pink {
  color: #e83e8c;
  border-color: #e83e8c; }
  .btn-outline-pink:hover {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
  .btn-outline-pink:focus, .btn-outline-pink.focus {
    box-shadow: 0 0 0 0 rgba(232, 62, 140, 0.5); }
  .btn-outline-pink.disabled, .btn-outline-pink:disabled {
    color: #e83e8c;
    background-color: transparent; }
  .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-pink.dropdown-toggle {
    color: #fff;
    background-color: #e83e8c;
    border-color: #e83e8c; }
    .btn-outline-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(232, 62, 140, 0.5); }

.btn-outline-red {
  color: #EB3C27;
  border-color: #EB3C27; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #EB3C27;
    border-color: #EB3C27; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    box-shadow: 0 0 0 0 rgba(235, 60, 39, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #EB3C27;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #EB3C27;
    border-color: #EB3C27; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(235, 60, 39, 0.5); }

.btn-outline-orange {
  color: #EE7A3D;
  border-color: #EE7A3D; }
  .btn-outline-orange:hover {
    color: #fff;
    background-color: #EE7A3D;
    border-color: #EE7A3D; }
  .btn-outline-orange:focus, .btn-outline-orange.focus {
    box-shadow: 0 0 0 0 rgba(238, 122, 61, 0.5); }
  .btn-outline-orange.disabled, .btn-outline-orange:disabled {
    color: #EE7A3D;
    background-color: transparent; }
  .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-orange.dropdown-toggle {
    color: #fff;
    background-color: #EE7A3D;
    border-color: #EE7A3D; }
    .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(238, 122, 61, 0.5); }

.btn-outline-yellow {
  color: #DEC269;
  border-color: #DEC269; }
  .btn-outline-yellow:hover {
    color: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0 rgba(222, 194, 105, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #DEC269;
    background-color: transparent; }
  .btn-outline-yellow:not(:disabled):not(.disabled):active, .btn-outline-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-outline-yellow.dropdown-toggle {
    color: #222222;
    background-color: #DEC269;
    border-color: #DEC269; }
    .btn-outline-yellow:not(:disabled):not(.disabled):active:focus, .btn-outline-yellow:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-yellow.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(222, 194, 105, 0.5); }

.btn-outline-green {
  color: #307060;
  border-color: #307060; }
  .btn-outline-green:hover {
    color: #fff;
    background-color: #307060;
    border-color: #307060; }
  .btn-outline-green:focus, .btn-outline-green.focus {
    box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.5); }
  .btn-outline-green.disabled, .btn-outline-green:disabled {
    color: #307060;
    background-color: transparent; }
  .btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active,
  .show > .btn-outline-green.dropdown-toggle {
    color: #fff;
    background-color: #307060;
    border-color: #307060; }
    .btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-green.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(48, 112, 96, 0.5); }

.btn-outline-teal {
  color: #20c997;
  border-color: #20c997; }
  .btn-outline-teal:hover {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
  .btn-outline-teal:focus, .btn-outline-teal.focus {
    box-shadow: 0 0 0 0 rgba(32, 201, 151, 0.5); }
  .btn-outline-teal.disabled, .btn-outline-teal:disabled {
    color: #20c997;
    background-color: transparent; }
  .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
  .show > .btn-outline-teal.dropdown-toggle {
    color: #fff;
    background-color: #20c997;
    border-color: #20c997; }
    .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-teal.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(32, 201, 151, 0.5); }

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

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

.btn-outline-gray {
  color: #DFDFE1;
  border-color: #DFDFE1; }
  .btn-outline-gray:hover {
    color: #222222;
    background-color: #DFDFE1;
    border-color: #DFDFE1; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0 rgba(223, 223, 225, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #DFDFE1;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #222222;
    background-color: #DFDFE1;
    border-color: #DFDFE1; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(223, 223, 225, 0.5); }

.btn-outline-gray-dark {
  color: #555555;
  border-color: #555555; }
  .btn-outline-gray-dark:hover {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
  .btn-outline-gray-dark:focus, .btn-outline-gray-dark.focus {
    box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5); }
  .btn-outline-gray-dark.disabled, .btn-outline-gray-dark:disabled {
    color: #555555;
    background-color: transparent; }
  .btn-outline-gray-dark:not(:disabled):not(.disabled):active, .btn-outline-gray-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray-dark.dropdown-toggle {
    color: #fff;
    background-color: #555555;
    border-color: #555555; }
    .btn-outline-gray-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(85, 85, 85, 0.5); }

.btn-outline-black {
  color: #000;
  border-color: #000; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #000;
    border-color: #000; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #000;
    background-color: transparent; }
  .btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active,
  .show > .btn-outline-black.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000; }
    .btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-black.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5); }

.btn-outline-tan {
  color: #C5804D;
  border-color: #C5804D; }
  .btn-outline-tan:hover {
    color: #fff;
    background-color: #C5804D;
    border-color: #C5804D; }
  .btn-outline-tan:focus, .btn-outline-tan.focus {
    box-shadow: 0 0 0 0 rgba(197, 128, 77, 0.5); }
  .btn-outline-tan.disabled, .btn-outline-tan:disabled {
    color: #C5804D;
    background-color: transparent; }
  .btn-outline-tan:not(:disabled):not(.disabled):active, .btn-outline-tan:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tan.dropdown-toggle {
    color: #fff;
    background-color: #C5804D;
    border-color: #C5804D; }
    .btn-outline-tan:not(:disabled):not(.disabled):active:focus, .btn-outline-tan:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tan.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(197, 128, 77, 0.5); }

.btn-outline-brown {
  color: #B88656;
  border-color: #B88656; }
  .btn-outline-brown:hover {
    color: #fff;
    background-color: #B88656;
    border-color: #B88656; }
  .btn-outline-brown:focus, .btn-outline-brown.focus {
    box-shadow: 0 0 0 0 rgba(184, 134, 86, 0.5); }
  .btn-outline-brown.disabled, .btn-outline-brown:disabled {
    color: #B88656;
    background-color: transparent; }
  .btn-outline-brown:not(:disabled):not(.disabled):active, .btn-outline-brown:not(:disabled):not(.disabled).active,
  .show > .btn-outline-brown.dropdown-toggle {
    color: #fff;
    background-color: #B88656;
    border-color: #B88656; }
    .btn-outline-brown:not(:disabled):not(.disabled):active:focus, .btn-outline-brown:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-brown.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(184, 134, 86, 0.5); }

.btn-outline-beige {
  color: #E4BD9F;
  border-color: #E4BD9F; }
  .btn-outline-beige:hover {
    color: #222222;
    background-color: #E4BD9F;
    border-color: #E4BD9F; }
  .btn-outline-beige:focus, .btn-outline-beige.focus {
    box-shadow: 0 0 0 0 rgba(228, 189, 159, 0.5); }
  .btn-outline-beige.disabled, .btn-outline-beige:disabled {
    color: #E4BD9F;
    background-color: transparent; }
  .btn-outline-beige:not(:disabled):not(.disabled):active, .btn-outline-beige:not(:disabled):not(.disabled).active,
  .show > .btn-outline-beige.dropdown-toggle {
    color: #222222;
    background-color: #E4BD9F;
    border-color: #E4BD9F; }
    .btn-outline-beige:not(:disabled):not(.disabled):active:focus, .btn-outline-beige:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-beige.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(228, 189, 159, 0.5); }

.btn-outline-default {
  color: #dddddd;
  border-color: #dddddd; }
  .btn-outline-default:hover {
    color: #222222;
    background-color: #dddddd;
    border-color: #dddddd; }
  .btn-outline-default:focus, .btn-outline-default.focus {
    box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.5); }
  .btn-outline-default.disabled, .btn-outline-default:disabled {
    color: #dddddd;
    background-color: transparent; }
  .btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active,
  .show > .btn-outline-default.dropdown-toggle {
    color: #222222;
    background-color: #dddddd;
    border-color: #dddddd; }
    .btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-default.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(221, 221, 221, 0.5); }

.btn-outline-light-pink {
  color: #FCF9F3;
  border-color: #FCF9F3; }
  .btn-outline-light-pink:hover {
    color: #222222;
    background-color: #FCF9F3;
    border-color: #FCF9F3; }
  .btn-outline-light-pink:focus, .btn-outline-light-pink.focus {
    box-shadow: 0 0 0 0 rgba(252, 249, 243, 0.5); }
  .btn-outline-light-pink.disabled, .btn-outline-light-pink:disabled {
    color: #FCF9F3;
    background-color: transparent; }
  .btn-outline-light-pink:not(:disabled):not(.disabled):active, .btn-outline-light-pink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light-pink.dropdown-toggle {
    color: #222222;
    background-color: #FCF9F3;
    border-color: #FCF9F3; }
    .btn-outline-light-pink:not(:disabled):not(.disabled):active:focus, .btn-outline-light-pink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light-pink.dropdown-toggle:focus {
      box-shadow: 0 0 0 0 rgba(252, 249, 243, 0.5); }

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

.btn-with-icon {
  position: relative;
  padding-right: 5rem;
  text-align: left; }
  .btn-with-icon [class*="icon"] {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    right: 2rem; }
  .btn-with-icon.btn-sm, .btn-group-sm > .btn-with-icon.btn {
    padding-right: 3.75rem; }
    .btn-with-icon.btn-sm [class*="icon"], .btn-group-sm > .btn-with-icon.btn [class*="icon"] {
      right: 1.5rem; }
  .btn-with-icon.btn-lg, .btn-group-lg > .btn-with-icon.btn {
    padding-right: 6.25rem; }
    .btn-with-icon.btn-lg [class*="icon"], .btn-group-lg > .btn-with-icon.btn [class*="icon"] {
      right: 2.5rem; }

.btn-icon {
  position: relative;
  box-sizing: content-box;
  width: 1.5em;
  height: 1.5em;
  padding: 1rem; }
  .btn-icon[class*="-sm"] {
    padding: 0.75rem; }
  .btn-icon[class*="-lg"] {
    padding: 1.25rem; }
  .btn-icon[class*="-xl"] {
    padding: 1.875rem;
    font-size: 1.5rem; }
  .btn-icon[class*="-rounded"] {
    border-radius: 50% !important; }
  .btn-icon i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }

.btn-rounded {
  border-radius: 6.25rem; }

.btn-coupon {
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #fff;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase; }
  .btn-coupon:hover {
    color: #fff;
    cursor: default !important; }

.btn-black:hover {
  background: #1a1a1a;
  border-color: transparent; }

.pagination {
  background: #fff;
  border-radius: 2.5rem; }
  .pagination .page-item + .page-item {
    margin-left: 0.25rem; }
  .pagination .page-link {
    padding: 0 1rem;
    text-align: center;
    color: inherit;
    border-radius: 5rem;
    min-width: calc(1.5em + 2rem);
    height: calc(1.5em + 2rem);
    line-height: calc(1.5em + 2rem);
    border-color: transparent; }
  .pagination[class*="-sm"] .page-link {
    min-width: calc(1.5em + 1.5rem);
    height: calc(1.5em + 1.5rem);
    line-height: calc(1.5em + 1.5rem); }
  .pagination[class*="-lg"] .page-link {
    min-width: calc(1.5em + 2.5rem);
    height: calc(1.5em + 2.5rem);
    line-height: calc(1.5em + 2.5rem); }

.masonry {
  padding: 0;
  list-style: none; }

.table thead th {
  border: 0;
  font-size: 1.125rem; }

.table th,
.table td {
  border-color: #dddddd;
  font-weight: 400; }

.table tbody th {
  padding-left: 0; }

.text-white .table {
  color: #fff; }
  .text-white .table th, .text-white .table td {
    border-color: rgba(255, 255, 255, 0.1); }

.slider {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #000; }
  .slider .container {
    display: flex;
    flex-direction: column; }

.slider-thumbs {
  position: absolute;
  bottom: 5rem;
  left: 0;
  right: 0; }
  .slider-thumbs .container {
    position: relative; }
  .slider-thumbs .carousel {
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .slider-thumbs .tns-controls button {
    background: transparent; }

.tns-nav-active .entry {
  opacity: 1;
  border-color: #fff; }

.entry {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: -1px;
  padding-top: 1rem;
  opacity: .5;
  border-top: 1px solid transparent; }
  .entry:hover {
    opacity: .8; }

.entry-title {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #fff; }

pre[class*="language-"],
code[class*="language-"] {
  padding: 0;
  background: transparent;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  text-shadow: none;
  max-height: 40vh; }

div.code-toolbar {
  position: relative; }
  div.code-toolbar:hover .toolbar {
    opacity: 1; }
  div.code-toolbar > .toolbar {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0; }
    div.code-toolbar > .toolbar .toolbar-item {
      display: block; }
    div.code-toolbar > .toolbar button {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      background: #fff;
      color: #000;
      display: block;
      padding: 0.25rem 0.75rem;
      font-size: 0.875rem;
      font-family: "Inter", sans-serif;
      text-transform: uppercase;
      border: 0; }
      div.code-toolbar > .toolbar button:hover {
        background: #2B44FF;
        color: #fff; }

.component-body div.code-toolbar > .toolbar button,
.section div.code-toolbar > .toolbar button {
  color: #fff;
  background: #000; }
  .component-body div.code-toolbar > .toolbar button:hover,
  .section div.code-toolbar > .toolbar button:hover {
    background: #2B44FF; }

kbd {
  margin: 0 0.25rem;
  padding: 0.25rem 0.5rem;
  background: #000;
  color: #fff;
  letter-spacing: 0.1em; }

.text-white pre[class*="language-"],
.text-white code[class*="language-"] {
  color: #5e71ff; }

.text-white .token {
  color: rgba(255, 255, 255, 0.5); }
  .text-white .token.selector, .text-white .token.punctuation {
    color: #fff; }

.modal-header,
.modal-body,
.modal-footer {
  position: relative;
  border: 0;
  z-index: 4; }

.modal-content {
  padding: 4rem 3.5rem;
  border: 0; }
  .modal-content .image {
    z-index: 2; }
  .modal-content .close {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: absolute;
    top: 1rem;
    right: 1rem;
    color: #fff;
    z-index: 8;
    text-shadow: none;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    opacity: 1; }
    .modal-content .close:hover {
      color: #fff;
      background: rgba(0, 0, 0, 0.1); }

.breadcrumb {
  display: inline-flex;
  background: transparent; }

.breadcrumb-item + .breadcrumb-item {
  margin-left: 1rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    margin-right: 1rem; }

.breadcrumb-item a {
  color: inherit; }

.documentation {
  padding: 0;
  overflow: hidden; }
  .documentation main {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem; }
    @media (min-width: 1200px) {
      .documentation main {
        padding-left: 5vw;
        background: #eeeeee;
        border-bottom: 1px solid #dddddd; }
        .documentation main::after {
          content: "";
          position: absolute;
          top: 0;
          bottom: -1px;
          left: 100%;
          display: block;
          width: 15vw;
          background: linear-gradient(to right, #eeeeee 0%, #fff 100%);
          border-bottom: 1px solid #dddddd; } }
  .documentation aside {
    position: relative;
    z-index: 4; }
    @media (min-width: 1200px) {
      .documentation aside {
        border-right: 1px solid #dddddd; } }
    .documentation aside .sticky {
      padding-top: 5rem; }

@media (max-width: 1199.98px) {
  .toc {
    margin-top: 2.5rem;
    border: 1px solid #dddddd; }
    .toc .navbar-toggler {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      width: 100%;
      line-height: 3.5rem;
      text-align: center; }
      .toc .navbar-toggler[aria-expanded="true"], .toc .navbar-toggler:active {
        background: #dddddd; }
      .toc .navbar-toggler + div {
        padding: 1rem; } }

.toc-horizontal {
  padding: 1rem 0;
  background: #eeeeee; }

.section {
  background: #fff;
  margin: 2.5rem; }
  .section + .section {
    margin-top: 0; }
  .section .tab-pane > section,
  .section .tab-pane > footer {
    position: relative;
    margin: 0 auto;
    padding: 10rem 0; }
    @media (max-width: 1199.98px) {
      .section .tab-pane > section,
      .section .tab-pane > footer {
        padding: 7.5rem 0; } }
    @media (max-width: 767.98px) {
      .section .tab-pane > section,
      .section .tab-pane > footer {
        padding: 5rem 0; } }
    .section .tab-pane > section[class*="-sm"],
    .section .tab-pane > footer[class*="-sm"] {
      padding-top: 6.66667rem;
      padding-bottom: 6.66667rem; }
      @media (max-width: 1199.98px) {
        .section .tab-pane > section[class*="-sm"],
        .section .tab-pane > footer[class*="-sm"] {
          padding-top: 5rem;
          padding-bottom: 5rem; } }
    .section .tab-pane > section[class*="-hero"],
    .section .tab-pane > footer[class*="-hero"] {
      padding-top: 12.5rem; }
      @media (max-width: 1199.98px) {
        .section .tab-pane > section[class*="-hero"],
        .section .tab-pane > footer[class*="-hero"] {
          padding-top: 10rem; } }
  .section .section-header {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eeeeee; }
  .section .section-title {
    font-size: 1.25rem;
    font-weight: 500; }
  .section .section-code {
    padding: 2.5rem 0; }
  .section .section-preview {
    position: relative; }

.component {
  padding: 5rem 0; }
  .component + .component {
    padding-top: 0; }
  .component .component-header {
    margin-bottom: 1rem; }
  .component .component-body > div {
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 2.5rem; }
    .component .component-body > div:not(:first-child) {
      margin-top: 0.5rem; }
  .component .component-title {
    font-size: 2rem; }

.file-tree {
  margin-bottom: 0;
  padding-left: 20px;
  list-style: none;
  overflow: hidden; }
  .file-tree ul {
    list-style: none;
    display: none;
    padding-left: 2.125rem; }
  .file-tree li {
    position: relative;
    padding: 0.25rem 0;
    border-radius: 8px;
    cursor: auto;
    white-space: nowrap;
    font-size: 1rem; }
    .file-tree li::before {
      content: "\e965";
      display: inline-block;
      text-align: center;
      width: 2.5rem;
      margin-right: 0.25rem;
      vertical-align: middle;
      font-family: 'icomoon' !important;
      font-size: 1.125rem;
      height: 2rem;
      line-height: 1.625rem;
      color: #000; }
    .file-tree li span {
      color: #999999;
      font-weight: 400;
      font-size: .75rem; }
  .file-tree .file-tree-folder {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    cursor: pointer; }
    .file-tree .file-tree-folder::before {
      content: "\e96c";
      font-size: 1.25rem; }
    .file-tree .file-tree-folder ul {
      margin: 0.25rem 0; }
    .file-tree .file-tree-folder.open::after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }
    .file-tree .file-tree-folder.open > ul {
      display: block; }
    .file-tree .file-tree-folder::after {
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      transition: all 0.2s;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      transition-delay: 0s;
      position: absolute;
      top: 0.5rem;
      left: -1em;
      content: "\e92e";
      display: block;
      text-align: center;
      width: 1.25rem;
      line-height: 1.25rem;
      font-family: 'icomoon' !important;
      font-size: 1rem;
      color: #000; }
    .file-tree .file-tree-folder.open::before {
      content: "\e96c"; }
    .file-tree .file-tree-folder.empty::after {
      display: none; }

.changelog {
  padding: 0;
  list-style: none; }
  .changelog > li {
    padding: 1.5rem 0; }
    .changelog > li:not(:first-child) {
      border-top: 1px solid #dddddd; }

.browser {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #000;
  padding: 2.5rem;
  padding-top: 6.25rem; }
  .browser > span {
    display: block;
    position: absolute;
    top: 2.125rem;
    left: 2.5rem;
    width: 0.75rem;
    height: 0.75rem;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%; }
    .browser > span::before, .browser > span::after {
      content: "";
      position: absolute;
      top: 0;
      left: 1.5rem;
      display: block;
      width: 0.75rem;
      height: 0.75rem;
      background: rgba(255, 255, 255, 0.5);
      border-radius: 50%; }
    .browser > span::after {
      left: 3rem; }

.overlay {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  padding: 16vh 8vw;
  width: 100%;
  max-width: 40vw;
  background: #fff;
  z-index: 32;
  backface-visibility: hidden; }
  .overlay .overlay-toggler {
    position: absolute;
    top: 1rem;
    right: 1rem; }
  @media (max-width: 1199.98px) {
    .overlay {
      max-width: 100vw;
      padding: 8vh 8vw; } }

.overlay-toggler {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  border-radius: 50%; }
  .overlay-toggler:focus {
    outline: none; }
  .overlay-toggler.text-white:hover {
    background: rgba(255, 255, 255, 0.1); }
  .overlay-toggler.text-black:hover {
    background: rgba(0, 0, 0, 0.1); }

.overlay-header,
.overlay-body,
.overlay-footer {
  display: flex;
  width: 100%; }

.overlay-header {
  position: relative;
  height: auto;
  padding-bottom: 4vh; }

.overlay-body {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll; }

.overlay-footer {
  min-height: auto;
  padding-top: 4vh; }

.main {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  transform: translateX(0%);
  position: relative;
  backface-visibility: hidden; }

body::before {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 24;
  opacity: 0;
  visibility: hidden; }

.overlay-expanded {
  overflow: hidden; }
  .overlay-expanded .burger span {
    background-color: transparent; }
  .overlay-expanded .burger span::before {
    -webkit-transform: translateY(6px) rotate(45deg);
    -moz-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg); }
  .overlay-expanded .burger span::after {
    -webkit-transform: translateY(-6px) rotate(-45deg);
    -moz-transform: translateY(-6px) rotate(-45deg);
    -ms-transform: translateY(-6px) rotate(-45deg);
    -o-transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg);
    transform: translateY(-6px) rotate(-45deg); }
  .overlay-expanded::before {
    opacity: 1;
    visibility: visible; }
  .overlay-expanded .overlay {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%); }
  .overlay-expanded .header-sticky {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%); }
  .overlay-expanded .main {
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    transform: translateX(-5%); }

.icon-box {
  display: inline-block;
  position: relative;
  box-sizing: content-box;
  padding: .75em; }
  .icon-box[class*="-rounded"] {
    border-radius: 50% !important; }
  .icon-box[class*="-sm"] {
    padding: .5em; }
  .icon-box i {
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  @media (max-width: 1199.98px) {
    .icon-box {
      padding: .5em; }
      .icon-box[class*="-sm"] {
        padding: .25em; } }

.overflow-visible {
  overflow: visible; }

@media (max-width: 1199.98px) {
  .bg-pricing {
    background-color: rgba(255, 255, 255, 0.1); } }

.border-top[class*="text-white"],
.border-bottom[class*="text-white"] {
  border-color: rgba(255, 255, 255, 0.2) !important; }

.categories .btn-outline-white {
  border-color: rgba(255, 255, 255, 0.2); }
  .categories .btn-outline-white:hover {
    background: #fff;
    color: #000;
    border-color: #fff; }

@media (max-width: 767.98px) {
  .categories .btn {
    padding: 1rem 1.5rem;
    font-size: 1rem; }
    .categories .btn.btn-with-icon {
      padding-right: 3.25rem; }
      .categories .btn.btn-with-icon [class*="icon-"] {
        right: 1.25rem; } }

.scroll-down {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: 5rem;
  left: 50%;
  width: 1rem;
  height: 1rem;
  margin-left: -12px;
  border-left: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  -webkit-animation: scrollDown 1.4s infinite;
  animation: scrollDown 1.4s infinite;
  z-index: 8; }

@keyframes scrollDown {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    transform: rotate(-45deg) translate(-100%, 100%);
    opacity: 0; } }

.accelerate {
  backface-visibility: hidden; }

/*# sourceMappingURL=style.css.map */
