@charset "UTF-8";
/*
 * Imports
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap");
/*
 * Bootstrap
 * Variables override + main .scss import
 */
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF6F31;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --transparent: transparent;
  --white: white;
  --black: #050F29;
  --grey-1: #EBEBEB;
  --grey-2: #878787;
  --grey-3: #050F29;
  --grey-4: #424242;
  --grey-5: #141414;
  --yellow: #FBFF36;
  --breakpoint-xs: 0;
  --breakpoint-lg: 1025px;
  --font-family-sans-serif: "DM Sans", 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: "DM Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
  color: #050F29;
  text-align: left;
  background-color: #416EFD1C; }

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .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: inherit;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: inherit;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

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

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[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;
  font-weight: 700;
  line-height: 1.2; }

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

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

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

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

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

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

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

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

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

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

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

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #878787; }

small,
.small {
  font-size: 0.75rem;
  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.40625rem; }

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

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container,
.container-fluid,
.container-lg {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 1025px) {
  .container, .container-lg {
    max-width: 1025px; } }

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

.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-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 {
  position: relative;
  width: 100%;
  padding-right: 25px;
  padding-left: 25px; }

.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, .slider-fullwidth-text .slick-next {
  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: 1025px) {
  .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%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-transparent,
.table-transparent > th,
.table-transparent > td {
  background-color: rgba(255, 255, 255, 0.72); }

.table-transparent th,
.table-transparent td,
.table-transparent thead th,
.table-transparent tbody + tbody {
  border-color: rgba(255, 255, 255, 0.48); }

.table-hover .table-transparent:hover {
  background-color: rgba(242, 242, 242, 0.72); }
  .table-hover .table-transparent:hover > td,
  .table-hover .table-transparent:hover > th {
    background-color: rgba(242, 242, 242, 0.72); }

.table-white,
.table-white > th,
.table-white > td {
  background-color: white; }

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

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

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8; }

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

.table-hover .table-black:hover {
  background-color: #ababab; }
  .table-hover .table-black:hover > td,
  .table-hover .table-black:hover > th {
    background-color: #ababab; }

.table-grey-1,
.table-grey-1 > th,
.table-grey-1 > td {
  background-color: #f9f9f9; }

.table-grey-1 th,
.table-grey-1 td,
.table-grey-1 thead th,
.table-grey-1 tbody + tbody {
  border-color: whitesmoke; }

.table-hover .table-grey-1:hover {
  background-color: #ececec; }
  .table-hover .table-grey-1:hover > td,
  .table-hover .table-grey-1:hover > th {
    background-color: #ececec; }

.table-grey-2,
.table-grey-2 > th,
.table-grey-2 > td {
  background-color: #dddddd; }

.table-grey-2 th,
.table-grey-2 td,
.table-grey-2 thead th,
.table-grey-2 tbody + tbody {
  border-color: #c1c1c1; }

.table-hover .table-grey-2:hover {
  background-color: #d0d0d0; }
  .table-hover .table-grey-2:hover > td,
  .table-hover .table-grey-2:hover > th {
    background-color: #d0d0d0; }

.table-grey-3,
.table-grey-3 > th,
.table-grey-3 > td {
  background-color: #c1c1c1; }

.table-grey-3 th,
.table-grey-3 td,
.table-grey-3 thead th,
.table-grey-3 tbody + tbody {
  border-color: #8b8b8b; }

.table-hover .table-grey-3:hover {
  background-color: #b4b4b4; }
  .table-hover .table-grey-3:hover > td,
  .table-hover .table-grey-3:hover > th {
    background-color: #b4b4b4; }

.table-grey-4,
.table-grey-4 > th,
.table-grey-4 > td {
  background-color: #cacaca; }

.table-grey-4 th,
.table-grey-4 td,
.table-grey-4 thead th,
.table-grey-4 tbody + tbody {
  border-color: #9d9d9d; }

.table-hover .table-grey-4:hover {
  background-color: #bdbdbd; }
  .table-hover .table-grey-4:hover > td,
  .table-hover .table-grey-4:hover > th {
    background-color: #bdbdbd; }

.table-grey-5,
.table-grey-5 > th,
.table-grey-5 > td {
  background-color: #bdbdbd; }

.table-grey-5 th,
.table-grey-5 td,
.table-grey-5 thead th,
.table-grey-5 tbody + tbody {
  border-color: #858585; }

.table-hover .table-grey-5:hover {
  background-color: #b0b0b0; }
  .table-hover .table-grey-5:hover > td,
  .table-hover .table-grey-5:hover > th {
    background-color: #b0b0b0; }

.table-yellow,
.table-yellow > th,
.table-yellow > td {
  background-color: #feffc7; }

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

.table-hover .table-yellow:hover {
  background-color: #feffae; }
  .table-hover .table-yellow:hover > td,
  .table-hover .table-yellow:hover > th {
    background-color: #feffae; }

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.3rem;
  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 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffcbb5;
    outline: 0;
    box-shadow: none; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, none #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: none;
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  .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, .form-book .form-control {
  display: inline-block;
  font-weight: 700;
  color: white;
  text-align: center;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  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, .form-book .form-control {
      transition: none; } }
  .btn:hover, .form-book .form-control:hover {
    color: white;
    text-decoration: none; }
  .btn:focus, .form-book .form-control:focus, .btn.focus, .form-book .focus.form-control {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .form-book .disabled.form-control, .btn:disabled, .form-book .form-control:disabled {
    opacity: 0.5; }
  .btn:not(:disabled):not(.disabled), .form-book .form-control:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary {
  color: #212529;
  background-color: #FF6F31;
  border-color: #FF6F31; }
  .btn-primary:hover {
    color: #212529;
    background-color: #ff540b;
    border-color: #fd4c00; }
  .btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #ff540b;
    border-color: #fd4c00;
    box-shadow: 0 0 0 0.2rem rgba(217, 166, 58, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #FF6F31;
    border-color: #FF6F31; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #fd4c00;
    border-color: #f04800; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(217, 166, 58, 0.5); }

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

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

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

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

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

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

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

.btn-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.2rem 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.2rem rgba(255, 255, 255, 0.5); }

.btn-white {
  color: #212529;
  background-color: white;
  border-color: white; }
  .btn-white:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6; }
  .btn-white:focus, .btn-white.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5); }
  .btn-white.disabled, .btn-white:disabled {
    color: #212529;
    background-color: white;
    border-color: white; }
  .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active,
  .show > .btn-white.dropdown-toggle {
    color: #212529;
    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.2rem rgba(222, 222, 223, 0.5); }

.btn-black {
  color: #fff;
  background-color: #050F29;
  border-color: #050F29; }
  .btn-black:hover {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
  .btn-black:focus, .btn-black.focus {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29;
    box-shadow: 0 0 0 0.2rem rgba(94, 132, 253, 0.5); }
  .btn-black.disabled, .btn-black:disabled {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
  .btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active,
  .show > .btn-black.dropdown-toggle {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
    .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.2rem rgba(94, 132, 253, 0.5); }

.btn-grey-1 {
  color: #212529;
  background-color: #EBEBEB;
  border-color: #EBEBEB; }
  .btn-grey-1:hover {
    color: #212529;
    background-color: #d8d8d8;
    border-color: #d2d2d2; }
  .btn-grey-1:focus, .btn-grey-1.focus {
    color: #212529;
    background-color: #d8d8d8;
    border-color: #d2d2d2;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 206, 0.5); }
  .btn-grey-1.disabled, .btn-grey-1:disabled {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB; }
  .btn-grey-1:not(:disabled):not(.disabled):active, .btn-grey-1:not(:disabled):not(.disabled).active,
  .show > .btn-grey-1.dropdown-toggle {
    color: #212529;
    background-color: #d2d2d2;
    border-color: #cbcbcb; }
    .btn-grey-1:not(:disabled):not(.disabled):active:focus, .btn-grey-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(205, 205, 206, 0.5); }

.btn-grey-2 {
  color: #fff;
  background-color: #878787;
  border-color: #878787; }
  .btn-grey-2:hover {
    color: #fff;
    background-color: #747474;
    border-color: #6e6e6e; }
  .btn-grey-2:focus, .btn-grey-2.focus {
    color: #fff;
    background-color: #747474;
    border-color: #6e6e6e;
    box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }
  .btn-grey-2.disabled, .btn-grey-2:disabled {
    color: #fff;
    background-color: #878787;
    border-color: #878787; }
  .btn-grey-2:not(:disabled):not(.disabled):active, .btn-grey-2:not(:disabled):not(.disabled).active,
  .show > .btn-grey-2.dropdown-toggle {
    color: #fff;
    background-color: #6e6e6e;
    border-color: #676767; }
    .btn-grey-2:not(:disabled):not(.disabled):active:focus, .btn-grey-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(153, 153, 153, 0.5); }

.btn-grey-3 {
  color: #fff;
  background-color: #050F29;
  border-color: #050F29; }
  .btn-grey-3:hover {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #070707; }
  .btn-grey-3:focus, .btn-grey-3.focus {
    color: #fff;
    background-color: #0d0d0d;
    border-color: #070707;
    box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }
  .btn-grey-3.disabled, .btn-grey-3:disabled {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
  .btn-grey-3:not(:disabled):not(.disabled):active, .btn-grey-3:not(:disabled):not(.disabled).active,
  .show > .btn-grey-3.dropdown-toggle {
    color: #fff;
    background-color: #070707;
    border-color: black; }
    .btn-grey-3:not(:disabled):not(.disabled):active:focus, .btn-grey-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(65, 65, 65, 0.5); }

.btn-grey-4 {
  color: #fff;
  background-color: #424242;
  border-color: #424242; }
  .btn-grey-4:hover {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #292929; }
  .btn-grey-4:focus, .btn-grey-4.focus {
    color: #fff;
    background-color: #2f2f2f;
    border-color: #292929;
    box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5); }
  .btn-grey-4.disabled, .btn-grey-4:disabled {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .btn-grey-4:not(:disabled):not(.disabled):active, .btn-grey-4:not(:disabled):not(.disabled).active,
  .show > .btn-grey-4.dropdown-toggle {
    color: #fff;
    background-color: #292929;
    border-color: #222222; }
    .btn-grey-4:not(:disabled):not(.disabled):active:focus, .btn-grey-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-4.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(94, 94, 94, 0.5); }

.btn-grey-5 {
  color: #fff;
  background-color: #141414;
  border-color: #141414; }
  .btn-grey-5:hover {
    color: #fff;
    background-color: #010101;
    border-color: black; }
  .btn-grey-5:focus, .btn-grey-5.focus {
    color: #fff;
    background-color: #010101;
    border-color: black;
    box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, 0.5); }
  .btn-grey-5.disabled, .btn-grey-5:disabled {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }
  .btn-grey-5:not(:disabled):not(.disabled):active, .btn-grey-5:not(:disabled):not(.disabled).active,
  .show > .btn-grey-5.dropdown-toggle {
    color: #fff;
    background-color: black;
    border-color: black; }
    .btn-grey-5:not(:disabled):not(.disabled):active:focus, .btn-grey-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-grey-5.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(55, 55, 55, 0.5); }

.btn-yellow {
  color: #212529;
  background-color: #FBFF36;
  border-color: #FBFF36; }
  .btn-yellow:hover {
    color: #212529;
    background-color: #faff10;
    border-color: #faff03; }
  .btn-yellow:focus, .btn-yellow.focus {
    color: #212529;
    background-color: #faff10;
    border-color: #faff03;
    box-shadow: 0 0 0 0.2rem rgba(218, 222, 52, 0.5); }
  .btn-yellow.disabled, .btn-yellow:disabled {
    color: #212529;
    background-color: #FBFF36;
    border-color: #FBFF36; }
  .btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active,
  .show > .btn-yellow.dropdown-toggle {
    color: #212529;
    background-color: #faff03;
    border-color: #f0f500; }
    .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.2rem rgba(218, 222, 52, 0.5); }

.btn-outline-primary {
  color: #FF6F31;
  border-color: #FF6F31; }
  .btn-outline-primary:hover {
    color: #212529;
    background-color: #FF6F31;
    border-color: #FF6F31; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 111, 49, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #FF6F31;
    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: #212529;
    background-color: #FF6F31;
    border-color: #FF6F31; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 111, 49, 0.5); }

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

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

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

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

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

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

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

.btn-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.2rem 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.2rem rgba(0, 0, 0, 0.5); }

.btn-outline-white {
  color: white;
  border-color: white; }
  .btn-outline-white:hover {
    color: #212529;
    background-color: white;
    border-color: white; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: white;
    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: #212529;
    background-color: white;
    border-color: white; }
    .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.2rem rgba(255, 255, 255, 0.5); }

.btn-outline-black {
  color: #050F29;
  border-color: #050F29; }
  .btn-outline-black:hover {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
  .btn-outline-black:focus, .btn-outline-black.focus {
    box-shadow: 0 0 0 0.2rem rgba(65, 110, 253, 0.5); }
  .btn-outline-black.disabled, .btn-outline-black:disabled {
    color: #050F29;
    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: #050F29;
    border-color: #050F29; }
    .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.2rem rgba(65, 110, 253, 0.5); }

.btn-outline-grey-1 {
  color: #EBEBEB;
  border-color: #EBEBEB; }
  .btn-outline-grey-1:hover {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB; }
  .btn-outline-grey-1:focus, .btn-outline-grey-1.focus {
    box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5); }
  .btn-outline-grey-1.disabled, .btn-outline-grey-1:disabled {
    color: #EBEBEB;
    background-color: transparent; }
  .btn-outline-grey-1:not(:disabled):not(.disabled):active, .btn-outline-grey-1:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-1.dropdown-toggle {
    color: #212529;
    background-color: #EBEBEB;
    border-color: #EBEBEB; }
    .btn-outline-grey-1:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-1:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-1.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5); }

.btn-outline-grey-2 {
  color: #878787;
  border-color: #878787; }
  .btn-outline-grey-2:hover {
    color: #fff;
    background-color: #878787;
    border-color: #878787; }
  .btn-outline-grey-2:focus, .btn-outline-grey-2.focus {
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5); }
  .btn-outline-grey-2.disabled, .btn-outline-grey-2:disabled {
    color: #878787;
    background-color: transparent; }
  .btn-outline-grey-2:not(:disabled):not(.disabled):active, .btn-outline-grey-2:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-2.dropdown-toggle {
    color: #fff;
    background-color: #878787;
    border-color: #878787; }
    .btn-outline-grey-2:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-2:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-2.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5); }

.btn-outline-grey-3 {
  color: #050F29;
  border-color: #050F29; }
  .btn-outline-grey-3:hover {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
  .btn-outline-grey-3:focus, .btn-outline-grey-3.focus {
    box-shadow: 0 0 0 0.2rem rgba(5, 15, 41, 0.5); }
  .btn-outline-grey-3.disabled, .btn-outline-grey-3:disabled {
    color: #050F29;
    background-color: transparent; }
  .btn-outline-grey-3:not(:disabled):not(.disabled):active, .btn-outline-grey-3:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-3.dropdown-toggle {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }
    .btn-outline-grey-3:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-3:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-3.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(5, 15, 41, 0.5); }

.btn-outline-grey-4 {
  color: #424242;
  border-color: #424242; }
  .btn-outline-grey-4:hover {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
  .btn-outline-grey-4:focus, .btn-outline-grey-4.focus {
    box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }
  .btn-outline-grey-4.disabled, .btn-outline-grey-4:disabled {
    color: #424242;
    background-color: transparent; }
  .btn-outline-grey-4:not(:disabled):not(.disabled):active, .btn-outline-grey-4:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-4.dropdown-toggle {
    color: #fff;
    background-color: #424242;
    border-color: #424242; }
    .btn-outline-grey-4:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-4:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-4.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.btn-outline-grey-5 {
  color: #141414;
  border-color: #141414; }
  .btn-outline-grey-5:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }
  .btn-outline-grey-5:focus, .btn-outline-grey-5.focus {
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }
  .btn-outline-grey-5.disabled, .btn-outline-grey-5:disabled {
    color: #141414;
    background-color: transparent; }
  .btn-outline-grey-5:not(:disabled):not(.disabled):active, .btn-outline-grey-5:not(:disabled):not(.disabled).active,
  .show > .btn-outline-grey-5.dropdown-toggle {
    color: #fff;
    background-color: #141414;
    border-color: #141414; }
    .btn-outline-grey-5:not(:disabled):not(.disabled):active:focus, .btn-outline-grey-5:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-grey-5.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.btn-outline-yellow {
  color: #FBFF36;
  border-color: #FBFF36; }
  .btn-outline-yellow:hover {
    color: #212529;
    background-color: #FBFF36;
    border-color: #FBFF36; }
  .btn-outline-yellow:focus, .btn-outline-yellow.focus {
    box-shadow: 0 0 0 0.2rem rgba(251, 255, 54, 0.5); }
  .btn-outline-yellow.disabled, .btn-outline-yellow:disabled {
    color: #FBFF36;
    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: #212529;
    background-color: #FBFF36;
    border-color: #FBFF36; }
    .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.2rem rgba(251, 255, 54, 0.5); }

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

.btn-lg, .btn-group-lg > .btn, .form-book .form-control, .select2-container .select2-selection--single {
  padding: 1rem 2.18749rem;
  font-size: 1.25rem;
  line-height: 1.3125rem;
  border-radius: 0.25rem; }

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

.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: 1.125rem;
  color: white;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.3rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .form-book .btn-group > .form-control,
  .btn-group-vertical > .btn,
  .form-book .btn-group-vertical > .form-control {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover, .form-book .btn-group > .form-control:hover,
    .btn-group-vertical > .btn:hover,
    .form-book .btn-group-vertical > .form-control:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .form-book .btn-group > .form-control:focus, .btn-group > .btn:active, .form-book .btn-group > .form-control:active, .btn-group > .btn.active, .form-book .btn-group > .active.form-control,
    .btn-group-vertical > .btn:focus,
    .form-book .btn-group-vertical > .form-control:focus,
    .btn-group-vertical > .btn:active,
    .form-book .btn-group-vertical > .form-control:active,
    .btn-group-vertical > .btn.active,
    .form-book .btn-group-vertical > .active.form-control {
      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), .form-book .btn-group > .form-control:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

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

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

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

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

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .form-book .btn-group-lg > .form-control + .dropdown-toggle-split, .form-book .form-control + .dropdown-toggle-split, .select2-container .select2-selection--single + .dropdown-toggle-split {
  padding-right: 1.64062rem;
  padding-left: 1.64062rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.input-group > .input-group-prepend > .btn, .form-book .input-group > .input-group-prepend > .form-control,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.form-book .input-group > .input-group-append:not(:last-child) > .form-control,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.form-book .input-group > .input-group-append:last-child > .form-control:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.34375rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #FF6F31;
    background-color: #FF6F31; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ffcbb5; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fef8eb;
    border-color: #fef8eb; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.34375rem;
    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.34375rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.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: #FF6F31;
  background-color: #FF6F31; }

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

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

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

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

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

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 2.375rem;
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 2.375rem;
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ffcbb5;
    box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

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

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

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

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

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

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

.nav-pills .nav-link {
  border-radius: 0.3rem; }

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

.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 0; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-lg {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

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

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

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

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

.navbar-toggler {
  padding: 0 0;
  font-size: 0.75rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.3rem; }
  .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: no-repeat center center;
  background-size: 100% 100%; }

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

@media (min-width: 1025px) {
  .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: 25px;
        padding-left: 25px; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-lg {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-lg {
    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: 25px;
      padding-left: 25px; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-lg {
    flex-wrap: nowrap; }
  .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: white; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #416EFD; }
  .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: white;
  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='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: white; }
  .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: #292929;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.375rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: 0.375rem;
      border-top-right-radius: 0.375rem; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

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

.card-title {
  margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem; }

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -25px;
  margin-left: -25px; }
  .card-deck .card {
    margin-bottom: 25px; }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 25px;
    margin-bottom: 0;
    margin-left: 25px; }

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

.card-columns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  orphans: 1;
  widows: 1; }
  .card-columns .card {
    margin-bottom: 0; }
  .card-columns .card {
    display: inline-block;
    width: 100%; }

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

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

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

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

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

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

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3rem;
  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, .form-book .form-control .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #212529;
  background-color: #FF6F31; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #fd4c00; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 111, 49, 0.5); }

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

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

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

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

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

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

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

.badge-transparent {
  color: #fff;
  background-color: transparent; }
  a.badge-transparent:hover, a.badge-transparent:focus {
    color: #fff;
    background-color: rgba(0, 0, 0, 0); }
  a.badge-transparent:focus, a.badge-transparent.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5); }

.badge-white {
  color: #212529;
  background-color: white; }
  a.badge-white:hover, a.badge-white:focus {
    color: #212529;
    background-color: #e6e6e6; }
  a.badge-white:focus, a.badge-white.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }

.badge-black {
  color: #fff;
  background-color: #050F29; }
  a.badge-black:hover, a.badge-black:focus {
    color: #fff;
    background-color: #050F29; }
  a.badge-black:focus, a.badge-black.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(65, 110, 253, 0.5); }

.badge-grey-1 {
  color: #212529;
  background-color: #EBEBEB; }
  a.badge-grey-1:hover, a.badge-grey-1:focus {
    color: #212529;
    background-color: #d2d2d2; }
  a.badge-grey-1:focus, a.badge-grey-1.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(235, 235, 235, 0.5); }

.badge-grey-2 {
  color: #fff;
  background-color: #878787; }
  a.badge-grey-2:hover, a.badge-grey-2:focus {
    color: #fff;
    background-color: #6e6e6e; }
  a.badge-grey-2:focus, a.badge-grey-2.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(135, 135, 135, 0.5); }

.badge-grey-3 {
  color: #fff;
  background-color: #050F29; }
  a.badge-grey-3:hover, a.badge-grey-3:focus {
    color: #fff;
    background-color: #070707; }
  a.badge-grey-3:focus, a.badge-grey-3.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(5, 15, 41, 0.5); }

.badge-grey-4 {
  color: #fff;
  background-color: #424242; }
  a.badge-grey-4:hover, a.badge-grey-4:focus {
    color: #fff;
    background-color: #292929; }
  a.badge-grey-4:focus, a.badge-grey-4.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(66, 66, 66, 0.5); }

.badge-grey-5 {
  color: #fff;
  background-color: #141414; }
  a.badge-grey-5:hover, a.badge-grey-5:focus {
    color: #fff;
    background-color: black; }
  a.badge-grey-5:focus, a.badge-grey-5.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(20, 20, 20, 0.5); }

.badge-yellow {
  color: #212529;
  background-color: #FBFF36; }
  a.badge-yellow:hover, a.badge-yellow:focus {
    color: #212529;
    background-color: #faff03; }
  a.badge-yellow:focus, a.badge-yellow.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(251, 255, 54, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 1.25rem;
  padding: 4rem 2rem; }

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #853a19;
  background-color: #ffe2d6;
  border-color: #ffd7c5; }
  .alert-primary hr {
    border-top-color: #fee5b0; }
  .alert-primary .alert-link {
    color: #594316; }

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

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

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

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

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

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

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

.alert-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.72); }
  .alert-transparent hr {
    border-top-color: rgba(242, 242, 242, 0.72); }
  .alert-transparent .alert-link {
    color: rgba(0, 0, 0, 0.48); }

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white; }
  .alert-white hr {
    border-top-color: #f2f2f2; }
  .alert-white .alert-link {
    color: #6c6c6c; }

.alert-black {
  color: #050F29;
  background-color: #cccccc;
  border-color: #b8b8b8; }
  .alert-black hr {
    border-top-color: #ababab; }
  .alert-black .alert-link {
    color: #050F29; }

.alert-grey-1 {
  color: #7a7a7a;
  background-color: #fbfbfb;
  border-color: #f9f9f9; }
  .alert-grey-1 hr {
    border-top-color: #ececec; }
  .alert-grey-1 .alert-link {
    color: #616161; }

.alert-grey-2 {
  color: #464646;
  background-color: #e7e7e7;
  border-color: #dddddd; }
  .alert-grey-2 hr {
    border-top-color: #d0d0d0; }
  .alert-grey-2 .alert-link {
    color: #2d2d2d; }

.alert-grey-3 {
  color: #111111;
  background-color: #d2d2d2;
  border-color: #c1c1c1; }
  .alert-grey-3 hr {
    border-top-color: #b4b4b4; }
  .alert-grey-3 .alert-link {
    color: black; }

.alert-grey-4 {
  color: #222222;
  background-color: #d9d9d9;
  border-color: #cacaca; }
  .alert-grey-4 hr {
    border-top-color: #bdbdbd; }
  .alert-grey-4 .alert-link {
    color: #090909; }

.alert-grey-5 {
  color: #0a0a0a;
  background-color: #d0d0d0;
  border-color: #bdbdbd; }
  .alert-grey-5 hr {
    border-top-color: #b0b0b0; }
  .alert-grey-5 .alert-link {
    color: black; }

.alert-yellow {
  color: #83851c;
  background-color: #feffd7;
  border-color: #feffc7; }
  .alert-yellow hr {
    border-top-color: #feffae; }
  .alert-yellow .alert-link {
    color: #5a5b13; }

@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.84375rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #FF6F31;
  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: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.media-body {
  flex: 1; }

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

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

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

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

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

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

.list-group-item-primary {
  color: #853a19;
  background-color: #ffd7c5; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #853a19;
    background-color: #fee5b0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #853a19;
    border-color: #853a19; }

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

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

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

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

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

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

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

.list-group-item-transparent {
  color: rgba(0, 0, 0, 0.48);
  background-color: rgba(255, 255, 255, 0.72); }
  .list-group-item-transparent.list-group-item-action:hover, .list-group-item-transparent.list-group-item-action:focus {
    color: rgba(0, 0, 0, 0.48);
    background-color: rgba(242, 242, 242, 0.72); }
  .list-group-item-transparent.list-group-item-action.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.48);
    border-color: rgba(0, 0, 0, 0.48); }

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

.list-group-item-black {
  color: #050F29;
  background-color: #b8b8b8; }
  .list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
    color: #050F29;
    background-color: #ababab; }
  .list-group-item-black.list-group-item-action.active {
    color: #fff;
    background-color: #050F29;
    border-color: #050F29; }

.list-group-item-grey-1 {
  color: #7a7a7a;
  background-color: #f9f9f9; }
  .list-group-item-grey-1.list-group-item-action:hover, .list-group-item-grey-1.list-group-item-action:focus {
    color: #7a7a7a;
    background-color: #ececec; }
  .list-group-item-grey-1.list-group-item-action.active {
    color: #fff;
    background-color: #7a7a7a;
    border-color: #7a7a7a; }

.list-group-item-grey-2 {
  color: #464646;
  background-color: #dddddd; }
  .list-group-item-grey-2.list-group-item-action:hover, .list-group-item-grey-2.list-group-item-action:focus {
    color: #464646;
    background-color: #d0d0d0; }
  .list-group-item-grey-2.list-group-item-action.active {
    color: #fff;
    background-color: #464646;
    border-color: #464646; }

.list-group-item-grey-3 {
  color: #111111;
  background-color: #c1c1c1; }
  .list-group-item-grey-3.list-group-item-action:hover, .list-group-item-grey-3.list-group-item-action:focus {
    color: #111111;
    background-color: #b4b4b4; }
  .list-group-item-grey-3.list-group-item-action.active {
    color: #fff;
    background-color: #111111;
    border-color: #111111; }

.list-group-item-grey-4 {
  color: #222222;
  background-color: #cacaca; }
  .list-group-item-grey-4.list-group-item-action:hover, .list-group-item-grey-4.list-group-item-action:focus {
    color: #222222;
    background-color: #bdbdbd; }
  .list-group-item-grey-4.list-group-item-action.active {
    color: #fff;
    background-color: #222222;
    border-color: #222222; }

.list-group-item-grey-5 {
  color: #0a0a0a;
  background-color: #bdbdbd; }
  .list-group-item-grey-5.list-group-item-action:hover, .list-group-item-grey-5.list-group-item-action:focus {
    color: #0a0a0a;
    background-color: #b0b0b0; }
  .list-group-item-grey-5.list-group-item-action.active {
    color: #fff;
    background-color: #0a0a0a;
    border-color: #0a0a0a; }

.list-group-item-yellow {
  color: #83851c;
  background-color: #feffc7; }
  .list-group-item-yellow.list-group-item-action:hover, .list-group-item-yellow.list-group-item-action:focus {
    color: #83851c;
    background-color: #feffae; }
  .list-group-item-yellow.list-group-item-action.active {
    color: #fff;
    background-color: #83851c;
    border-color: #83851c; }

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

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

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

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

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

.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: -moz-min-content;
    height: min-content; }

.modal-sm {
  max-width: 300px; }

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

.modal-xl {
  max-width: 1140px; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "DM Sans", 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;
  border-radius: 0.3rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "DM Sans", 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);
  border-radius: 1.25rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 1.25rem; }
    .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: 1.25rem 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: 1.25rem 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: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(1.25rem - 1px);
  border-top-right-radius: calc(1.25rem - 1px); }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

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

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  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: no-repeat 50% / 100% 100%; }

.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: spinner-border .75s linear infinite; }

.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: spinner-grow .75s linear infinite; }

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

.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: #FF6F31 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-transparent:hover, a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important; }

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

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

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

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

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

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

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

a.bg-grey-2:hover, a.bg-grey-2:focus,
button.bg-grey-2:hover,
button.bg-grey-2:focus {
  background-color: #6e6e6e !important; }

.bg-grey-3 {
  background-color: #050F29 !important; }

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

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

a.bg-grey-4:hover, a.bg-grey-4:focus,
button.bg-grey-4:hover,
button.bg-grey-4:focus {
  background-color: #292929 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-transparent {
  border-color: transparent !important; }

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

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

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

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

.border-grey-3 {
  border-color: #050F29 !important; }

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

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

.border-yellow {
  border-color: #FBFF36 !important; }

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

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

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

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

.rounded-right, .card-expired .label, .card-not-expired .label, .form-book .input-group-append .input-group-text {
  border-top-right-radius: 0.3rem !important;
  border-bottom-right-radius: 0.3rem !important; }

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

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

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

.rounded-circle, .step span, .step a {
  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, .readmore.collapse.show + [data-toggle="collapse"] .default, .form-book .editable.editing a .off, form.needs-validation.is-valid .on-invalid {
  display: none !important; }

.d-inline, .readmore.collapse.show + [data-toggle="collapse"] .close, .form-book .editable.editing a .on {
  display: inline !important; }

.d-inline-block, form.needs-validation.is-valid .on-valid, .step span, .step a {
  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: 1025px) {
  .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 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%; }

.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: 1025px) {
  .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; } }

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

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

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

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

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

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

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

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

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

.overflow-visible {
  overflow: visible !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, .card {
  width: 100% !important; }

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

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

.w-9 {
  width: 7.5rem !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-0 {
  height: 0 !important; }

.h-9 {
  height: 7.5rem !important; }

.mw-100, .slider-overlapped .slick-arrow img {
  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, .card-text p:last-child,
.my-0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

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

.mt-2, .slider-hero .slick-next img,
.my-2,
footer li {
  margin-top: 0.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-12 {
  margin: 12.5rem !important; }

.mt-12,
.my-12 {
  margin-top: 12.5rem !important; }

.mr-12,
.mx-12 {
  margin-right: 12.5rem !important; }

.mb-12,
.my-12 {
  margin-bottom: 12.5rem !important; }

.ml-12,
.mx-12 {
  margin-left: 12.5rem !important; }

.m-13 {
  margin: 17rem !important; }

.mt-13,
.my-13 {
  margin-top: 17rem !important; }

.mr-13,
.mx-13 {
  margin-right: 17rem !important; }

.mb-13,
.my-13 {
  margin-bottom: 17rem !important; }

.ml-13,
.mx-13 {
  margin-left: 17rem !important; }

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

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

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

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

.ml-14,
.mx-14 {
  margin-left: 20rem !important; }

.p-0, footer ul {
  padding: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-5, .article p,
.py-5 {
  padding-bottom: 2rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-12 {
  padding: 12.5rem !important; }

.pt-12,
.py-12 {
  padding-top: 12.5rem !important; }

.pr-12,
.px-12 {
  padding-right: 12.5rem !important; }

.pb-12,
.py-12 {
  padding-bottom: 12.5rem !important; }

.pl-12,
.px-12 {
  padding-left: 12.5rem !important; }

.p-13 {
  padding: 17rem !important; }

.pt-13,
.py-13 {
  padding-top: 17rem !important; }

.pr-13,
.px-13 {
  padding-right: 17rem !important; }

.pb-13,
.py-13 {
  padding-bottom: 17rem !important; }

.pl-13,
.px-13 {
  padding-left: 17rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n12 {
  margin: -12.5rem !important; }

.mt-n12,
.my-n12 {
  margin-top: -12.5rem !important; }

.mr-n12,
.mx-n12 {
  margin-right: -12.5rem !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -12.5rem !important; }

.ml-n12,
.mx-n12 {
  margin-left: -12.5rem !important; }

.m-n13 {
  margin: -17rem !important; }

.mt-n13,
.my-n13 {
  margin-top: -17rem !important; }

.mr-n13,
.mx-n13 {
  margin-right: -17rem !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -17rem !important; }

.ml-n13,
.mx-n13 {
  margin-left: -17rem !important; }

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

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

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

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

.ml-n14,
.mx-n14 {
  margin-left: -20rem !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: 1025px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 2rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2rem !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: 4rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 4rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 4rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 4rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 4rem !important; }
  .m-lg-8 {
    margin: 5rem !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 5rem !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 5rem !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 5rem !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 5rem !important; }
  .m-lg-9 {
    margin: 7.5rem !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 7.5rem !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 7.5rem !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 7.5rem !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 7.5rem !important; }
  .m-lg-10 {
    margin: 10rem !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10rem !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10rem !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10rem !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10rem !important; }
  .m-lg-12 {
    margin: 12.5rem !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12.5rem !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12.5rem !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12.5rem !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12.5rem !important; }
  .m-lg-13 {
    margin: 17rem !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 17rem !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 17rem !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 17rem !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 17rem !important; }
  .m-lg-14 {
    margin: 20rem !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 20rem !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 20rem !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 20rem !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 20rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 2rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2rem !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: 4rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 4rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 4rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 4rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 4rem !important; }
  .p-lg-8 {
    padding: 5rem !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 5rem !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 5rem !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 5rem !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 5rem !important; }
  .p-lg-9 {
    padding: 7.5rem !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 7.5rem !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 7.5rem !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 7.5rem !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 7.5rem !important; }
  .p-lg-10 {
    padding: 10rem !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10rem !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10rem !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10rem !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10rem !important; }
  .p-lg-12 {
    padding: 12.5rem !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12.5rem !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12.5rem !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12.5rem !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12.5rem !important; }
  .p-lg-13 {
    padding: 17rem !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 17rem !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 17rem !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 17rem !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 17rem !important; }
  .p-lg-14 {
    padding: 20rem !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 20rem !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 20rem !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 20rem !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 20rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -2rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2rem !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: -4rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -4rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -4rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -4rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -4rem !important; }
  .m-lg-n8 {
    margin: -5rem !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -5rem !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -5rem !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -5rem !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -5rem !important; }
  .m-lg-n9 {
    margin: -7.5rem !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -7.5rem !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -7.5rem !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -7.5rem !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -7.5rem !important; }
  .m-lg-n10 {
    margin: -10rem !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10rem !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10rem !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10rem !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10rem !important; }
  .m-lg-n12 {
    margin: -12.5rem !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12.5rem !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12.5rem !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12.5rem !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12.5rem !important; }
  .m-lg-n13 {
    margin: -17rem !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -17rem !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -17rem !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -17rem !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -17rem !important; }
  .m-lg-n14 {
    margin: -20rem !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -20rem !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -20rem !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -20rem !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -20rem !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; } }

.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, .form-book .floating-label label {
  text-align: left !important; }

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

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

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

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

.text-uppercase, .video-js .vjs-big-play-button .vjs-control-text {
  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, .strong-primary.font-weight-normal strong, .strong-secondary.font-weight-normal strong, .strong-success.font-weight-normal strong, .strong-info.font-weight-normal strong, .strong-warning.font-weight-normal strong, .strong-danger.font-weight-normal strong, .strong-light.font-weight-normal strong, .strong-dark.font-weight-normal strong, .strong-transparent.font-weight-normal strong, .strong-white.font-weight-normal strong, .strong-black.font-weight-normal strong, .strong-grey-1.font-weight-normal strong, .strong-grey-2.font-weight-normal strong, .strong-grey-3.font-weight-normal strong, .strong-grey-4.font-weight-normal strong, .strong-grey-5.font-weight-normal strong, .strong-yellow.font-weight-normal strong {
  font-weight: 400 !important; }

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

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

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

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

.text-primary, .dot {
  color: #FF6F31 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-transparent {
  color: transparent !important; }

a.text-transparent:hover, a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important; }

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

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

.text-black {
  color: #050F29 !important; }

a.text-black:hover, a.text-black:focus {
  color: #050F29 !important; }

.text-grey-1 {
  color: #EBEBEB !important; }

a.text-grey-1:hover, a.text-grey-1:focus {
  color: #c5c5c5 !important; }

.text-grey-2 {
  color: #878787 !important; }

a.text-grey-2:hover, a.text-grey-2:focus {
  color: #616161 !important; }

.text-grey-3 {
  color: #050F29 !important; }

a.text-grey-3:hover, a.text-grey-3:focus {
  color: black !important; }

.text-grey-4 {
  color: #424242 !important; }

a.text-grey-4:hover, a.text-grey-4:focus {
  color: #1c1c1c !important; }

.text-grey-5 {
  color: #141414 !important; }

a.text-grey-5:hover, a.text-grey-5:focus {
  color: black !important; }

.text-yellow {
  color: #FBFF36 !important; }

a.text-yellow:hover, a.text-yellow:focus {
  color: #e4e900 !important; }

.text-body {
  color: white !important; }

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

.text-black-50 {
  color: rgba(65, 110, 253, 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: 1025px !important; }
  .container {
    min-width: 1025px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*
 * Typography
 */
.text-xs {
  font-size: 0.75rem; }

.text-sm {
  font-size: 0.875rem; }
  @media (min-width: 1025px) {
    .text-sm {
      font-size: 1.125rem; } }

@media (min-width: 1025px) {
  .text-lg-sm {
    font-size: 0.875rem; } }

.text-lg, .form-footer .form-control.text-lg, .form-login .form-control.text-lg {
  font-size: 1.25rem; }

@media (min-width: 1025px) {
  .text-lg-lg, .form-book .floating-label label, .form-footer .form-control.text-lg-lg, .form-login .form-control.text-lg-lg, .form-book .form-control, .btn-group-lg > .btn, .select2-container .select2-selection--single {
    font-size: 1.25rem; } }

.text-xl {
  font-size: 1.5rem; }

@media (min-width: 1025px) {
  .text-lg-xl {
    font-size: 1.5rem; } }

.text-xxl {
  font-size: 5rem; }
  @media (min-width: 1025px) {
    .text-xxl {
      font-size: 10rem; } }

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

/*
 * Effects
 * text decoration, text or element shadow, etc.
 */
a.link {
  padding-bottom: 0.125rem;
  text-decoration: none;
  border-bottom: 0.125rem solid #FF6F31; }

.text-shadow-primary {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.5); }

.text-shadow-primary-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0); }

.hover-text-shadow-primary-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-0 {
      transition: none; } }
  .hover-text-shadow-primary-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0); }

.text-shadow-primary-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.1); }

.hover-text-shadow-primary-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-10 {
      transition: none; } }
  .hover-text-shadow-primary-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.1); }

.text-shadow-primary-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.2); }

.hover-text-shadow-primary-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-20 {
      transition: none; } }
  .hover-text-shadow-primary-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.2); }

.text-shadow-primary-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.3); }

.hover-text-shadow-primary-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-30 {
      transition: none; } }
  .hover-text-shadow-primary-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.3); }

.text-shadow-primary-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.4); }

.hover-text-shadow-primary-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-40 {
      transition: none; } }
  .hover-text-shadow-primary-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.4); }

.text-shadow-primary-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.5); }

.hover-text-shadow-primary-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-50 {
      transition: none; } }
  .hover-text-shadow-primary-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.5); }

.text-shadow-primary-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.6); }

.hover-text-shadow-primary-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-60 {
      transition: none; } }
  .hover-text-shadow-primary-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.6); }

.text-shadow-primary-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.7); }

.hover-text-shadow-primary-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-70 {
      transition: none; } }
  .hover-text-shadow-primary-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.7); }

.text-shadow-primary-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.8); }

.hover-text-shadow-primary-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-80 {
      transition: none; } }
  .hover-text-shadow-primary-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.8); }

.text-shadow-primary-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.9); }

.hover-text-shadow-primary-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-90 {
      transition: none; } }
  .hover-text-shadow-primary-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 111, 49, 0.9); }

.text-shadow-primary-100 {
  text-shadow: 0 0.125rem 0.5rem #ff6f31; }

.hover-text-shadow-primary-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-primary-100 {
      transition: none; } }
  .hover-text-shadow-primary-100:hover {
    text-shadow: 0 0.125rem 0.5rem #ff6f31; }

.text-shadow-secondary {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.5); }

.text-shadow-secondary-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0); }

.hover-text-shadow-secondary-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-0 {
      transition: none; } }
  .hover-text-shadow-secondary-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0); }

.text-shadow-secondary-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.1); }

.hover-text-shadow-secondary-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-10 {
      transition: none; } }
  .hover-text-shadow-secondary-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.1); }

.text-shadow-secondary-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.2); }

.hover-text-shadow-secondary-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-20 {
      transition: none; } }
  .hover-text-shadow-secondary-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.2); }

.text-shadow-secondary-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.3); }

.hover-text-shadow-secondary-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-30 {
      transition: none; } }
  .hover-text-shadow-secondary-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.3); }

.text-shadow-secondary-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.4); }

.hover-text-shadow-secondary-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-40 {
      transition: none; } }
  .hover-text-shadow-secondary-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.4); }

.text-shadow-secondary-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.5); }

.hover-text-shadow-secondary-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-50 {
      transition: none; } }
  .hover-text-shadow-secondary-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.5); }

.text-shadow-secondary-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.6); }

.hover-text-shadow-secondary-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-60 {
      transition: none; } }
  .hover-text-shadow-secondary-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.6); }

.text-shadow-secondary-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.7); }

.hover-text-shadow-secondary-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-70 {
      transition: none; } }
  .hover-text-shadow-secondary-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.7); }

.text-shadow-secondary-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.8); }

.hover-text-shadow-secondary-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-80 {
      transition: none; } }
  .hover-text-shadow-secondary-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.8); }

.text-shadow-secondary-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.9); }

.hover-text-shadow-secondary-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-90 {
      transition: none; } }
  .hover-text-shadow-secondary-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(108, 117, 125, 0.9); }

.text-shadow-secondary-100 {
  text-shadow: 0 0.125rem 0.5rem #6c757d; }

.hover-text-shadow-secondary-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-secondary-100 {
      transition: none; } }
  .hover-text-shadow-secondary-100:hover {
    text-shadow: 0 0.125rem 0.5rem #6c757d; }

.text-shadow-success {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.5); }

.text-shadow-success-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0); }

.hover-text-shadow-success-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-0 {
      transition: none; } }
  .hover-text-shadow-success-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0); }

.text-shadow-success-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.1); }

.hover-text-shadow-success-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-10 {
      transition: none; } }
  .hover-text-shadow-success-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.1); }

.text-shadow-success-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.2); }

.hover-text-shadow-success-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-20 {
      transition: none; } }
  .hover-text-shadow-success-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.2); }

.text-shadow-success-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.3); }

.hover-text-shadow-success-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-30 {
      transition: none; } }
  .hover-text-shadow-success-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.3); }

.text-shadow-success-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.4); }

.hover-text-shadow-success-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-40 {
      transition: none; } }
  .hover-text-shadow-success-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.4); }

.text-shadow-success-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.5); }

.hover-text-shadow-success-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-50 {
      transition: none; } }
  .hover-text-shadow-success-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.5); }

.text-shadow-success-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.6); }

.hover-text-shadow-success-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-60 {
      transition: none; } }
  .hover-text-shadow-success-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.6); }

.text-shadow-success-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.7); }

.hover-text-shadow-success-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-70 {
      transition: none; } }
  .hover-text-shadow-success-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.7); }

.text-shadow-success-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.8); }

.hover-text-shadow-success-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-80 {
      transition: none; } }
  .hover-text-shadow-success-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.8); }

.text-shadow-success-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.9); }

.hover-text-shadow-success-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-90 {
      transition: none; } }
  .hover-text-shadow-success-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(40, 167, 69, 0.9); }

.text-shadow-success-100 {
  text-shadow: 0 0.125rem 0.5rem #28a745; }

.hover-text-shadow-success-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-success-100 {
      transition: none; } }
  .hover-text-shadow-success-100:hover {
    text-shadow: 0 0.125rem 0.5rem #28a745; }

.text-shadow-info {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.5); }

.text-shadow-info-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0); }

.hover-text-shadow-info-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-0 {
      transition: none; } }
  .hover-text-shadow-info-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0); }

.text-shadow-info-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.1); }

.hover-text-shadow-info-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-10 {
      transition: none; } }
  .hover-text-shadow-info-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.1); }

.text-shadow-info-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.2); }

.hover-text-shadow-info-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-20 {
      transition: none; } }
  .hover-text-shadow-info-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.2); }

.text-shadow-info-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.3); }

.hover-text-shadow-info-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-30 {
      transition: none; } }
  .hover-text-shadow-info-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.3); }

.text-shadow-info-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.4); }

.hover-text-shadow-info-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-40 {
      transition: none; } }
  .hover-text-shadow-info-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.4); }

.text-shadow-info-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.5); }

.hover-text-shadow-info-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-50 {
      transition: none; } }
  .hover-text-shadow-info-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.5); }

.text-shadow-info-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.6); }

.hover-text-shadow-info-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-60 {
      transition: none; } }
  .hover-text-shadow-info-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.6); }

.text-shadow-info-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.7); }

.hover-text-shadow-info-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-70 {
      transition: none; } }
  .hover-text-shadow-info-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.7); }

.text-shadow-info-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.8); }

.hover-text-shadow-info-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-80 {
      transition: none; } }
  .hover-text-shadow-info-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.8); }

.text-shadow-info-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.9); }

.hover-text-shadow-info-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-90 {
      transition: none; } }
  .hover-text-shadow-info-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(23, 162, 184, 0.9); }

.text-shadow-info-100 {
  text-shadow: 0 0.125rem 0.5rem #17a2b8; }

.hover-text-shadow-info-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-info-100 {
      transition: none; } }
  .hover-text-shadow-info-100:hover {
    text-shadow: 0 0.125rem 0.5rem #17a2b8; }

.text-shadow-warning {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.5); }

.text-shadow-warning-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0); }

.hover-text-shadow-warning-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-0 {
      transition: none; } }
  .hover-text-shadow-warning-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0); }

.text-shadow-warning-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.1); }

.hover-text-shadow-warning-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-10 {
      transition: none; } }
  .hover-text-shadow-warning-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.1); }

.text-shadow-warning-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.2); }

.hover-text-shadow-warning-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-20 {
      transition: none; } }
  .hover-text-shadow-warning-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.2); }

.text-shadow-warning-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.3); }

.hover-text-shadow-warning-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-30 {
      transition: none; } }
  .hover-text-shadow-warning-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.3); }

.text-shadow-warning-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.4); }

.hover-text-shadow-warning-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-40 {
      transition: none; } }
  .hover-text-shadow-warning-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.4); }

.text-shadow-warning-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.5); }

.hover-text-shadow-warning-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-50 {
      transition: none; } }
  .hover-text-shadow-warning-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.5); }

.text-shadow-warning-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.6); }

.hover-text-shadow-warning-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-60 {
      transition: none; } }
  .hover-text-shadow-warning-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.6); }

.text-shadow-warning-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.7); }

.hover-text-shadow-warning-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-70 {
      transition: none; } }
  .hover-text-shadow-warning-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.7); }

.text-shadow-warning-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.8); }

.hover-text-shadow-warning-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-80 {
      transition: none; } }
  .hover-text-shadow-warning-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.8); }

.text-shadow-warning-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.9); }

.hover-text-shadow-warning-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-90 {
      transition: none; } }
  .hover-text-shadow-warning-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 193, 7, 0.9); }

.text-shadow-warning-100 {
  text-shadow: 0 0.125rem 0.5rem #ffc107; }

.hover-text-shadow-warning-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-warning-100 {
      transition: none; } }
  .hover-text-shadow-warning-100:hover {
    text-shadow: 0 0.125rem 0.5rem #ffc107; }

.text-shadow-danger {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.5); }

.text-shadow-danger-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0); }

.hover-text-shadow-danger-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-0 {
      transition: none; } }
  .hover-text-shadow-danger-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0); }

.text-shadow-danger-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.1); }

.hover-text-shadow-danger-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-10 {
      transition: none; } }
  .hover-text-shadow-danger-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.1); }

.text-shadow-danger-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.2); }

.hover-text-shadow-danger-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-20 {
      transition: none; } }
  .hover-text-shadow-danger-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.2); }

.text-shadow-danger-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.3); }

.hover-text-shadow-danger-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-30 {
      transition: none; } }
  .hover-text-shadow-danger-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.3); }

.text-shadow-danger-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.4); }

.hover-text-shadow-danger-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-40 {
      transition: none; } }
  .hover-text-shadow-danger-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.4); }

.text-shadow-danger-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.5); }

.hover-text-shadow-danger-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-50 {
      transition: none; } }
  .hover-text-shadow-danger-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.5); }

.text-shadow-danger-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.6); }

.hover-text-shadow-danger-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-60 {
      transition: none; } }
  .hover-text-shadow-danger-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.6); }

.text-shadow-danger-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.7); }

.hover-text-shadow-danger-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-70 {
      transition: none; } }
  .hover-text-shadow-danger-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.7); }

.text-shadow-danger-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.8); }

.hover-text-shadow-danger-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-80 {
      transition: none; } }
  .hover-text-shadow-danger-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.8); }

.text-shadow-danger-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.9); }

.hover-text-shadow-danger-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-90 {
      transition: none; } }
  .hover-text-shadow-danger-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(220, 53, 69, 0.9); }

.text-shadow-danger-100 {
  text-shadow: 0 0.125rem 0.5rem #dc3545; }

.hover-text-shadow-danger-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-danger-100 {
      transition: none; } }
  .hover-text-shadow-danger-100:hover {
    text-shadow: 0 0.125rem 0.5rem #dc3545; }

.text-shadow-light {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.5); }

.text-shadow-light-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0); }

.hover-text-shadow-light-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-0 {
      transition: none; } }
  .hover-text-shadow-light-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0); }

.text-shadow-light-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.1); }

.hover-text-shadow-light-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-10 {
      transition: none; } }
  .hover-text-shadow-light-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.1); }

.text-shadow-light-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.2); }

.hover-text-shadow-light-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-20 {
      transition: none; } }
  .hover-text-shadow-light-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.2); }

.text-shadow-light-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.3); }

.hover-text-shadow-light-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-30 {
      transition: none; } }
  .hover-text-shadow-light-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.3); }

.text-shadow-light-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.4); }

.hover-text-shadow-light-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-40 {
      transition: none; } }
  .hover-text-shadow-light-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.4); }

.text-shadow-light-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.5); }

.hover-text-shadow-light-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-50 {
      transition: none; } }
  .hover-text-shadow-light-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.5); }

.text-shadow-light-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.6); }

.hover-text-shadow-light-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-60 {
      transition: none; } }
  .hover-text-shadow-light-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.6); }

.text-shadow-light-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.7); }

.hover-text-shadow-light-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-70 {
      transition: none; } }
  .hover-text-shadow-light-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.7); }

.text-shadow-light-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.8); }

.hover-text-shadow-light-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-80 {
      transition: none; } }
  .hover-text-shadow-light-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.8); }

.text-shadow-light-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.9); }

.hover-text-shadow-light-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-90 {
      transition: none; } }
  .hover-text-shadow-light-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(248, 249, 250, 0.9); }

.text-shadow-light-100 {
  text-shadow: 0 0.125rem 0.5rem #f8f9fa; }

.hover-text-shadow-light-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-light-100 {
      transition: none; } }
  .hover-text-shadow-light-100:hover {
    text-shadow: 0 0.125rem 0.5rem #f8f9fa; }

.text-shadow-dark {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.5); }

.text-shadow-dark-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0); }

.hover-text-shadow-dark-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-0 {
      transition: none; } }
  .hover-text-shadow-dark-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0); }

.text-shadow-dark-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.1); }

.hover-text-shadow-dark-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-10 {
      transition: none; } }
  .hover-text-shadow-dark-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.1); }

.text-shadow-dark-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.2); }

.hover-text-shadow-dark-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-20 {
      transition: none; } }
  .hover-text-shadow-dark-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.2); }

.text-shadow-dark-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.3); }

.hover-text-shadow-dark-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-30 {
      transition: none; } }
  .hover-text-shadow-dark-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.3); }

.text-shadow-dark-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.4); }

.hover-text-shadow-dark-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-40 {
      transition: none; } }
  .hover-text-shadow-dark-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.4); }

.text-shadow-dark-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.5); }

.hover-text-shadow-dark-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-50 {
      transition: none; } }
  .hover-text-shadow-dark-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.5); }

.text-shadow-dark-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.6); }

.hover-text-shadow-dark-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-60 {
      transition: none; } }
  .hover-text-shadow-dark-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.6); }

.text-shadow-dark-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.7); }

.hover-text-shadow-dark-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-70 {
      transition: none; } }
  .hover-text-shadow-dark-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.7); }

.text-shadow-dark-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.8); }

.hover-text-shadow-dark-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-80 {
      transition: none; } }
  .hover-text-shadow-dark-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.8); }

.text-shadow-dark-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.9); }

.hover-text-shadow-dark-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-90 {
      transition: none; } }
  .hover-text-shadow-dark-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(52, 58, 64, 0.9); }

.text-shadow-dark-100 {
  text-shadow: 0 0.125rem 0.5rem #343a40; }

.hover-text-shadow-dark-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-dark-100 {
      transition: none; } }
  .hover-text-shadow-dark-100:hover {
    text-shadow: 0 0.125rem 0.5rem #343a40; }

.text-shadow-transparent {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.5); }

.text-shadow-transparent-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0); }

.hover-text-shadow-transparent-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-0 {
      transition: none; } }
  .hover-text-shadow-transparent-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0); }

.text-shadow-transparent-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1); }

.hover-text-shadow-transparent-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-10 {
      transition: none; } }
  .hover-text-shadow-transparent-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1); }

.text-shadow-transparent-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2); }

.hover-text-shadow-transparent-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-20 {
      transition: none; } }
  .hover-text-shadow-transparent-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.2); }

.text-shadow-transparent-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3); }

.hover-text-shadow-transparent-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-30 {
      transition: none; } }
  .hover-text-shadow-transparent-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3); }

.text-shadow-transparent-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.4); }

.hover-text-shadow-transparent-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-40 {
      transition: none; } }
  .hover-text-shadow-transparent-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.4); }

.text-shadow-transparent-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.5); }

.hover-text-shadow-transparent-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-50 {
      transition: none; } }
  .hover-text-shadow-transparent-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.5); }

.text-shadow-transparent-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.6); }

.hover-text-shadow-transparent-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-60 {
      transition: none; } }
  .hover-text-shadow-transparent-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.6); }

.text-shadow-transparent-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.7); }

.hover-text-shadow-transparent-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-70 {
      transition: none; } }
  .hover-text-shadow-transparent-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.7); }

.text-shadow-transparent-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.8); }

.hover-text-shadow-transparent-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-80 {
      transition: none; } }
  .hover-text-shadow-transparent-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.8); }

.text-shadow-transparent-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.9); }

.hover-text-shadow-transparent-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-90 {
      transition: none; } }
  .hover-text-shadow-transparent-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.9); }

.text-shadow-transparent-100 {
  text-shadow: 0 0.125rem 0.5rem black; }

.hover-text-shadow-transparent-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-transparent-100 {
      transition: none; } }
  .hover-text-shadow-transparent-100:hover {
    text-shadow: 0 0.125rem 0.5rem black; }

.text-shadow-white {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.5); }

.text-shadow-white-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0); }

.hover-text-shadow-white-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-0 {
      transition: none; } }
  .hover-text-shadow-white-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0); }

.text-shadow-white-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.1); }

.hover-text-shadow-white-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-10 {
      transition: none; } }
  .hover-text-shadow-white-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.1); }

.text-shadow-white-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.2); }

.hover-text-shadow-white-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-20 {
      transition: none; } }
  .hover-text-shadow-white-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.2); }

.text-shadow-white-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.3); }

.hover-text-shadow-white-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-30 {
      transition: none; } }
  .hover-text-shadow-white-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.3); }

.text-shadow-white-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.4); }

.hover-text-shadow-white-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-40 {
      transition: none; } }
  .hover-text-shadow-white-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.4); }

.text-shadow-white-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.5); }

.hover-text-shadow-white-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-50 {
      transition: none; } }
  .hover-text-shadow-white-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.5); }

.text-shadow-white-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.6); }

.hover-text-shadow-white-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-60 {
      transition: none; } }
  .hover-text-shadow-white-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.6); }

.text-shadow-white-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.7); }

.hover-text-shadow-white-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-70 {
      transition: none; } }
  .hover-text-shadow-white-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.7); }

.text-shadow-white-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.8); }

.hover-text-shadow-white-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-80 {
      transition: none; } }
  .hover-text-shadow-white-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.8); }

.text-shadow-white-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.9); }

.hover-text-shadow-white-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-90 {
      transition: none; } }
  .hover-text-shadow-white-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(255, 255, 255, 0.9); }

.text-shadow-white-100 {
  text-shadow: 0 0.125rem 0.5rem white; }

.hover-text-shadow-white-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-white-100 {
      transition: none; } }
  .hover-text-shadow-white-100:hover {
    text-shadow: 0 0.125rem 0.5rem white; }

.text-shadow-black {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.5); }

.text-shadow-black-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0); }

.hover-text-shadow-black-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-0 {
      transition: none; } }
  .hover-text-shadow-black-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0); }

.text-shadow-black-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.1); }

.hover-text-shadow-black-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-10 {
      transition: none; } }
  .hover-text-shadow-black-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.1); }

.text-shadow-black-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.2); }

.hover-text-shadow-black-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-20 {
      transition: none; } }
  .hover-text-shadow-black-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.2); }

.text-shadow-black-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.3); }

.hover-text-shadow-black-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-30 {
      transition: none; } }
  .hover-text-shadow-black-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.3); }

.text-shadow-black-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.4); }

.hover-text-shadow-black-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-40 {
      transition: none; } }
  .hover-text-shadow-black-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.4); }

.text-shadow-black-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.5); }

.hover-text-shadow-black-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-50 {
      transition: none; } }
  .hover-text-shadow-black-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.5); }

.text-shadow-black-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.6); }

.hover-text-shadow-black-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-60 {
      transition: none; } }
  .hover-text-shadow-black-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.6); }

.text-shadow-black-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.7); }

.hover-text-shadow-black-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-70 {
      transition: none; } }
  .hover-text-shadow-black-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.7); }

.text-shadow-black-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.8); }

.hover-text-shadow-black-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-80 {
      transition: none; } }
  .hover-text-shadow-black-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.8); }

.text-shadow-black-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.9); }

.hover-text-shadow-black-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-90 {
      transition: none; } }
  .hover-text-shadow-black-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(65, 110, 253, 0.9); }

.text-shadow-black-100 {
  text-shadow: 0 0.125rem 0.5rem #050F29; }

.hover-text-shadow-black-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-black-100 {
      transition: none; } }
  .hover-text-shadow-black-100:hover {
    text-shadow: 0 0.125rem 0.5rem #050F29; }

.text-shadow-grey-1 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.5); }

.text-shadow-grey-1-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0); }

.hover-text-shadow-grey-1-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-0 {
      transition: none; } }
  .hover-text-shadow-grey-1-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0); }

.text-shadow-grey-1-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.1); }

.hover-text-shadow-grey-1-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-10 {
      transition: none; } }
  .hover-text-shadow-grey-1-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.1); }

.text-shadow-grey-1-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.2); }

.hover-text-shadow-grey-1-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-20 {
      transition: none; } }
  .hover-text-shadow-grey-1-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.2); }

.text-shadow-grey-1-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.3); }

.hover-text-shadow-grey-1-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-30 {
      transition: none; } }
  .hover-text-shadow-grey-1-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.3); }

.text-shadow-grey-1-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.4); }

.hover-text-shadow-grey-1-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-40 {
      transition: none; } }
  .hover-text-shadow-grey-1-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.4); }

.text-shadow-grey-1-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.5); }

.hover-text-shadow-grey-1-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-50 {
      transition: none; } }
  .hover-text-shadow-grey-1-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.5); }

.text-shadow-grey-1-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.6); }

.hover-text-shadow-grey-1-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-60 {
      transition: none; } }
  .hover-text-shadow-grey-1-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.6); }

.text-shadow-grey-1-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.7); }

.hover-text-shadow-grey-1-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-70 {
      transition: none; } }
  .hover-text-shadow-grey-1-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.7); }

.text-shadow-grey-1-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.8); }

.hover-text-shadow-grey-1-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-80 {
      transition: none; } }
  .hover-text-shadow-grey-1-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.8); }

.text-shadow-grey-1-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.9); }

.hover-text-shadow-grey-1-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-90 {
      transition: none; } }
  .hover-text-shadow-grey-1-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(235, 235, 235, 0.9); }

.text-shadow-grey-1-100 {
  text-shadow: 0 0.125rem 0.5rem #ebebeb; }

.hover-text-shadow-grey-1-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-1-100 {
      transition: none; } }
  .hover-text-shadow-grey-1-100:hover {
    text-shadow: 0 0.125rem 0.5rem #ebebeb; }

.text-shadow-grey-2 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.5); }

.text-shadow-grey-2-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0); }

.hover-text-shadow-grey-2-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-0 {
      transition: none; } }
  .hover-text-shadow-grey-2-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0); }

.text-shadow-grey-2-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.1); }

.hover-text-shadow-grey-2-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-10 {
      transition: none; } }
  .hover-text-shadow-grey-2-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.1); }

.text-shadow-grey-2-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.2); }

.hover-text-shadow-grey-2-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-20 {
      transition: none; } }
  .hover-text-shadow-grey-2-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.2); }

.text-shadow-grey-2-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.3); }

.hover-text-shadow-grey-2-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-30 {
      transition: none; } }
  .hover-text-shadow-grey-2-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.3); }

.text-shadow-grey-2-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.4); }

.hover-text-shadow-grey-2-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-40 {
      transition: none; } }
  .hover-text-shadow-grey-2-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.4); }

.text-shadow-grey-2-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.5); }

.hover-text-shadow-grey-2-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-50 {
      transition: none; } }
  .hover-text-shadow-grey-2-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.5); }

.text-shadow-grey-2-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.6); }

.hover-text-shadow-grey-2-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-60 {
      transition: none; } }
  .hover-text-shadow-grey-2-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.6); }

.text-shadow-grey-2-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.7); }

.hover-text-shadow-grey-2-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-70 {
      transition: none; } }
  .hover-text-shadow-grey-2-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.7); }

.text-shadow-grey-2-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.8); }

.hover-text-shadow-grey-2-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-80 {
      transition: none; } }
  .hover-text-shadow-grey-2-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.8); }

.text-shadow-grey-2-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.9); }

.hover-text-shadow-grey-2-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-90 {
      transition: none; } }
  .hover-text-shadow-grey-2-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(135, 135, 135, 0.9); }

.text-shadow-grey-2-100 {
  text-shadow: 0 0.125rem 0.5rem #878787; }

.hover-text-shadow-grey-2-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-2-100 {
      transition: none; } }
  .hover-text-shadow-grey-2-100:hover {
    text-shadow: 0 0.125rem 0.5rem #878787; }

.text-shadow-grey-3 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.5); }

.text-shadow-grey-3-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0); }

.hover-text-shadow-grey-3-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-0 {
      transition: none; } }
  .hover-text-shadow-grey-3-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0); }

.text-shadow-grey-3-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.1); }

.hover-text-shadow-grey-3-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-10 {
      transition: none; } }
  .hover-text-shadow-grey-3-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.1); }

.text-shadow-grey-3-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.2); }

.hover-text-shadow-grey-3-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-20 {
      transition: none; } }
  .hover-text-shadow-grey-3-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.2); }

.text-shadow-grey-3-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.3); }

.hover-text-shadow-grey-3-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-30 {
      transition: none; } }
  .hover-text-shadow-grey-3-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.3); }

.text-shadow-grey-3-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.4); }

.hover-text-shadow-grey-3-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-40 {
      transition: none; } }
  .hover-text-shadow-grey-3-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.4); }

.text-shadow-grey-3-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.5); }

.hover-text-shadow-grey-3-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-50 {
      transition: none; } }
  .hover-text-shadow-grey-3-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.5); }

.text-shadow-grey-3-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.6); }

.hover-text-shadow-grey-3-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-60 {
      transition: none; } }
  .hover-text-shadow-grey-3-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.6); }

.text-shadow-grey-3-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.7); }

.hover-text-shadow-grey-3-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-70 {
      transition: none; } }
  .hover-text-shadow-grey-3-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.7); }

.text-shadow-grey-3-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.8); }

.hover-text-shadow-grey-3-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-80 {
      transition: none; } }
  .hover-text-shadow-grey-3-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.8); }

.text-shadow-grey-3-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.9); }

.hover-text-shadow-grey-3-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-90 {
      transition: none; } }
  .hover-text-shadow-grey-3-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(5, 15, 41, 0.9); }

.text-shadow-grey-3-100 {
  text-shadow: 0 0.125rem 0.5rem #050F29; }

.hover-text-shadow-grey-3-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-3-100 {
      transition: none; } }
  .hover-text-shadow-grey-3-100:hover {
    text-shadow: 0 0.125rem 0.5rem #050F29; }

.text-shadow-grey-4 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.5); }

.text-shadow-grey-4-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0); }

.hover-text-shadow-grey-4-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-0 {
      transition: none; } }
  .hover-text-shadow-grey-4-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0); }

.text-shadow-grey-4-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.1); }

.hover-text-shadow-grey-4-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-10 {
      transition: none; } }
  .hover-text-shadow-grey-4-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.1); }

.text-shadow-grey-4-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.2); }

.hover-text-shadow-grey-4-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-20 {
      transition: none; } }
  .hover-text-shadow-grey-4-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.2); }

.text-shadow-grey-4-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.3); }

.hover-text-shadow-grey-4-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-30 {
      transition: none; } }
  .hover-text-shadow-grey-4-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.3); }

.text-shadow-grey-4-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.4); }

.hover-text-shadow-grey-4-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-40 {
      transition: none; } }
  .hover-text-shadow-grey-4-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.4); }

.text-shadow-grey-4-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.5); }

.hover-text-shadow-grey-4-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-50 {
      transition: none; } }
  .hover-text-shadow-grey-4-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.5); }

.text-shadow-grey-4-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.6); }

.hover-text-shadow-grey-4-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-60 {
      transition: none; } }
  .hover-text-shadow-grey-4-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.6); }

.text-shadow-grey-4-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.7); }

.hover-text-shadow-grey-4-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-70 {
      transition: none; } }
  .hover-text-shadow-grey-4-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.7); }

.text-shadow-grey-4-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.8); }

.hover-text-shadow-grey-4-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-80 {
      transition: none; } }
  .hover-text-shadow-grey-4-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.8); }

.text-shadow-grey-4-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.9); }

.hover-text-shadow-grey-4-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-90 {
      transition: none; } }
  .hover-text-shadow-grey-4-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(66, 66, 66, 0.9); }

.text-shadow-grey-4-100 {
  text-shadow: 0 0.125rem 0.5rem #424242; }

.hover-text-shadow-grey-4-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-4-100 {
      transition: none; } }
  .hover-text-shadow-grey-4-100:hover {
    text-shadow: 0 0.125rem 0.5rem #424242; }

.text-shadow-grey-5 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.5); }

.text-shadow-grey-5-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0); }

.hover-text-shadow-grey-5-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-0 {
      transition: none; } }
  .hover-text-shadow-grey-5-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0); }

.text-shadow-grey-5-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.1); }

.hover-text-shadow-grey-5-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-10 {
      transition: none; } }
  .hover-text-shadow-grey-5-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.1); }

.text-shadow-grey-5-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.2); }

.hover-text-shadow-grey-5-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-20 {
      transition: none; } }
  .hover-text-shadow-grey-5-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.2); }

.text-shadow-grey-5-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.3); }

.hover-text-shadow-grey-5-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-30 {
      transition: none; } }
  .hover-text-shadow-grey-5-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.3); }

.text-shadow-grey-5-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.4); }

.hover-text-shadow-grey-5-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-40 {
      transition: none; } }
  .hover-text-shadow-grey-5-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.4); }

.text-shadow-grey-5-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.5); }

.hover-text-shadow-grey-5-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-50 {
      transition: none; } }
  .hover-text-shadow-grey-5-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.5); }

.text-shadow-grey-5-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.6); }

.hover-text-shadow-grey-5-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-60 {
      transition: none; } }
  .hover-text-shadow-grey-5-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.6); }

.text-shadow-grey-5-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.7); }

.hover-text-shadow-grey-5-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-70 {
      transition: none; } }
  .hover-text-shadow-grey-5-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.7); }

.text-shadow-grey-5-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.8); }

.hover-text-shadow-grey-5-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-80 {
      transition: none; } }
  .hover-text-shadow-grey-5-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.8); }

.text-shadow-grey-5-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.9); }

.hover-text-shadow-grey-5-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-90 {
      transition: none; } }
  .hover-text-shadow-grey-5-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(20, 20, 20, 0.9); }

.text-shadow-grey-5-100 {
  text-shadow: 0 0.125rem 0.5rem #141414; }

.hover-text-shadow-grey-5-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-grey-5-100 {
      transition: none; } }
  .hover-text-shadow-grey-5-100:hover {
    text-shadow: 0 0.125rem 0.5rem #141414; }

.text-shadow-yellow {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.5); }

.text-shadow-yellow-0 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0); }

.hover-text-shadow-yellow-0 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-0 {
      transition: none; } }
  .hover-text-shadow-yellow-0:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0); }

.text-shadow-yellow-10 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.1); }

.hover-text-shadow-yellow-10 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-10 {
      transition: none; } }
  .hover-text-shadow-yellow-10:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.1); }

.text-shadow-yellow-20 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.2); }

.hover-text-shadow-yellow-20 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-20 {
      transition: none; } }
  .hover-text-shadow-yellow-20:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.2); }

.text-shadow-yellow-30 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.3); }

.hover-text-shadow-yellow-30 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-30 {
      transition: none; } }
  .hover-text-shadow-yellow-30:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.3); }

.text-shadow-yellow-40 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.4); }

.hover-text-shadow-yellow-40 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-40 {
      transition: none; } }
  .hover-text-shadow-yellow-40:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.4); }

.text-shadow-yellow-50 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.5); }

.hover-text-shadow-yellow-50 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-50 {
      transition: none; } }
  .hover-text-shadow-yellow-50:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.5); }

.text-shadow-yellow-60 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.6); }

.hover-text-shadow-yellow-60 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-60 {
      transition: none; } }
  .hover-text-shadow-yellow-60:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.6); }

.text-shadow-yellow-70 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.7); }

.hover-text-shadow-yellow-70 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-70 {
      transition: none; } }
  .hover-text-shadow-yellow-70:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.7); }

.text-shadow-yellow-80 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.8); }

.hover-text-shadow-yellow-80 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-80 {
      transition: none; } }
  .hover-text-shadow-yellow-80:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.8); }

.text-shadow-yellow-90 {
  text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.9); }

.hover-text-shadow-yellow-90 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-90 {
      transition: none; } }
  .hover-text-shadow-yellow-90:hover {
    text-shadow: 0 0.125rem 0.5rem rgba(251, 255, 54, 0.9); }

.text-shadow-yellow-100 {
  text-shadow: 0 0.125rem 0.5rem #fbff36; }

.hover-text-shadow-yellow-100 {
  transition: text-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .hover-text-shadow-yellow-100 {
      transition: none; } }
  .hover-text-shadow-yellow-100:hover {
    text-shadow: 0 0.125rem 0.5rem #fbff36; }

.btn-shadow-primary {
  box-shadow: 0 0 1rem rgba(255, 111, 49, 0.4); }

.strong-primary strong {
  color: #FF6F31; }

.btn-shadow-secondary {
  box-shadow: 0 0 1rem rgba(108, 117, 125, 0.4); }

.strong-secondary strong {
  color: #6c757d; }

.btn-shadow-success {
  box-shadow: 0 0 1rem rgba(40, 167, 69, 0.4); }

.strong-success strong {
  color: #28a745; }

.btn-shadow-info {
  box-shadow: 0 0 1rem rgba(23, 162, 184, 0.4); }

.strong-info strong {
  color: #17a2b8; }

.btn-shadow-warning {
  box-shadow: 0 0 1rem rgba(255, 193, 7, 0.4); }

.strong-warning strong {
  color: #ffc107; }

.btn-shadow-danger {
  box-shadow: 0 0 1rem rgba(220, 53, 69, 0.4); }

.strong-danger strong {
  color: #dc3545; }

.btn-shadow-light {
  box-shadow: 0 0 1rem rgba(248, 249, 250, 0.4); }

.strong-light strong {
  color: #f8f9fa; }

.btn-shadow-dark {
  box-shadow: 0 0 1rem rgba(52, 58, 64, 0.4); }

.strong-dark strong {
  color: #343a40; }

.btn-shadow-transparent {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4); }

.strong-transparent strong {
  color: transparent; }

.btn-shadow-white {
  box-shadow: 0 0 1rem rgba(255, 255, 255, 0.4); }

.strong-white strong {
  color: white; }

.btn-shadow-black {
  box-shadow: 0 0 1rem rgba(65, 110, 253, 0.4); }

.strong-black strong {
  color: #050F29; }

.btn-shadow-grey-1 {
  box-shadow: 0 0 1rem rgba(235, 235, 235, 0.4); }

.strong-grey-1 strong {
  color: #EBEBEB; }

.btn-shadow-grey-2 {
  box-shadow: 0 0 1rem rgba(135, 135, 135, 0.4); }

.strong-grey-2 strong {
  color: #878787; }

.btn-shadow-grey-3 {
  box-shadow: 0 0 1rem rgba(5, 15, 41, 0.4); }

.strong-grey-3 strong {
  color: #050F29; }

.btn-shadow-grey-4 {
  box-shadow: 0 0 1rem rgba(66, 66, 66, 0.4); }

.strong-grey-4 strong {
  color: #424242; }

.btn-shadow-grey-5 {
  box-shadow: 0 0 1rem rgba(20, 20, 20, 0.4); }

.strong-grey-5 strong {
  color: #141414; }

.btn-shadow-yellow {
  box-shadow: 0 0 1rem rgba(251, 255, 54, 0.4); }

.strong-yellow strong {
  color: #FBFF36; }

@media (min-width: 1025px) {
  h1, .h1 {
    font-size: 3.75rem; }
  h2, .h2, .h2-lg {
    font-size: 3.25rem; }
  h3, .h3, .h3-lg {
    font-size: 2rem; }
  h4, .h4, .h4-lg {
    font-size: 1.375rem; }
  h5, .h5 {
    font-size: 1rem; }
  h6, .h6 {
    font-size: 0.8125rem; } }

.letter-spacing, .video-js .vjs-big-play-button .vjs-control-text {
  letter-spacing: 0.1875rem; }

/*
 * Layout
 */
html {
  scroll-behavior: smooth; }

html, body {
  height: 100%; }

@media (min-width: 1025px) {
  .position-lg-absolute {
    position: absolute; } }

.wp-block-image img {
  height: auto; }

@media (min-width: 1025px) {
  .container,
  .container-fluid,
  .container-lg {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .container-lg {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .row {
    margin-left: -17.5px;
    margin-right: -17.5px; }
  .col-1 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-2 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-3 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-4 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-5 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-6 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-7 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-8 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-9 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-10 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-11 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-12 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col,
  .col-auto {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-1 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-2 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-3 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-4 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-5 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-6 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-7 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-8 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-9 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-10 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-11 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg-12 {
    padding-left: 17.5px;
    padding-right: 17.5px; }
  .col-lg,
  .col-lg-auto {
    padding-left: 17.5px;
    padding-right: 17.5px; } }

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

.mx-gutter {
  margin-left: 25px;
  margin-right: 25px; }

@media (min-width: 1025px) {
  .mx-gutter, .mx-lg-gutter {
    margin-left: 17.5px;
    margin-right: 17.5px; } }

.px-gutter {
  padding-left: 25px !important;
  padding-right: 25px !important; }

@media (min-width: 1025px) {
  .px-gutter, .px-lg-gutter {
    padding-left: 17.5px !important;
    padding-right: 17.5px !important; } }

.ml-gutter {
  margin-left: 25px; }

@media (min-width: 1025px) {
  .ml-lg-gutter {
    margin-left: 17.5px; } }

.pl-gutter {
  padding-left: 25px; }

@media (min-width: 1025px) {
  .pl-lg-gutter {
    padding-left: 17.5px; } }

.mr-gutter {
  margin-right: 25px; }

@media (min-width: 1025px) {
  .mr-lg-gutter {
    margin-right: 17.5px; } }

.pr-gutter {
  padding-right: 25px; }

@media (min-width: 1025px) {
  .pr-lg-gutter {
    padding-right: 17.5px; } }

.mh-0 {
  min-height: 0 !important; }

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

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

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

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

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

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

.w-9 {
  width: 7.5rem !important; }

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

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

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

.mw-100, .slider-overlapped .slick-arrow img {
  max-width: 100% !important; }

.mw-auto {
  max-width: auto !important; }

.mw-0 {
  max-width: 0 !important; }

.mw-9 {
  max-width: 7.5rem !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-0 {
  height: 0 !important; }

.h-9 {
  height: 7.5rem !important; }

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

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

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

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

.mh-auto {
  max-height: auto !important; }

.mh-0 {
  max-height: 0 !important; }

.mh-9 {
  max-height: 7.5rem !important; }

@media (min-width: 1025px) {
  .w-lg-25 {
    width: 25% !important; } }

@media (min-width: 1025px) {
  .w-lg-50 {
    width: 50% !important; } }

@media (min-width: 1025px) {
  .w-lg-75 {
    width: 75% !important; } }

@media (min-width: 1025px) {
  .w-lg-100 {
    width: 100% !important; } }

@media (min-width: 1025px) {
  .w-lg-auto {
    width: auto !important; } }

@media (min-width: 1025px) {
  .w-lg-0 {
    width: 0 !important; } }

@media (min-width: 1025px) {
  .w-lg-9 {
    width: 7.5rem !important; } }

@media (min-width: 1025px) {
  .mw-lg-25 {
    max-width: 25% !important; } }

@media (min-width: 1025px) {
  .mw-lg-50 {
    max-width: 50% !important; } }

@media (min-width: 1025px) {
  .mw-lg-75 {
    max-width: 75% !important; } }

@media (min-width: 1025px) {
  .mw-lg-100 {
    max-width: 100% !important; } }

@media (min-width: 1025px) {
  .mw-lg-auto {
    max-width: auto !important; } }

@media (min-width: 1025px) {
  .mw-lg-0 {
    max-width: 0 !important; } }

@media (min-width: 1025px) {
  .mw-lg-9 {
    max-width: 7.5rem !important; } }

@media (min-width: 1025px) {
  .h-lg-25 {
    height: 25% !important; } }

@media (min-width: 1025px) {
  .h-lg-50 {
    height: 50% !important; } }

@media (min-width: 1025px) {
  .h-lg-75 {
    height: 75% !important; } }

@media (min-width: 1025px) {
  .h-lg-100 {
    height: 100% !important; } }

@media (min-width: 1025px) {
  .h-lg-auto {
    height: auto !important; } }

@media (min-width: 1025px) {
  .h-lg-0 {
    height: 0 !important; } }

@media (min-width: 1025px) {
  .h-lg-9 {
    height: 7.5rem !important; } }

@media (min-width: 1025px) {
  .mh-lg-25 {
    max-height: 25% !important; } }

@media (min-width: 1025px) {
  .mh-lg-50 {
    max-height: 50% !important; } }

@media (min-width: 1025px) {
  .mh-lg-75 {
    max-height: 75% !important; } }

@media (min-width: 1025px) {
  .mh-lg-100 {
    max-height: 100% !important; } }

@media (min-width: 1025px) {
  .mh-lg-auto {
    max-height: auto !important; } }

@media (min-width: 1025px) {
  .mh-lg-0 {
    max-height: 0 !important; } }

@media (min-width: 1025px) {
  .mh-lg-9 {
    max-height: 7.5rem !important; } }

@media (min-width: 1025px) {
  .lg-rounded {
    border-radius: 0.3rem; } }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.bg-cover, .vjs-poster, .modal-content.bg-cover {
  background-position: center;
  background-size: cover; }

.bg-contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.bg-top {
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat; }

.bg-right {
  background-position: center right;
  background-size: auto 100%;
  background-repeat: no-repeat; }

.bg-bottom {
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat; }

@media (min-width: 1025px) {
  .bg-lg-cover {
    background-position: center;
    background-size: cover; }
  .bg-lg-right {
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .bg-lg-none {
    background: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-grey-3 {
  background-color: #050F29 !important; }

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

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

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

@media (min-width: 1025px) {
  .bg-lg-primary {
    background-color: #FF6F31 !important; } }

@media (min-width: 1025px) {
  .bg-lg-secondary {
    background-color: #6c757d !important; } }

@media (min-width: 1025px) {
  .bg-lg-success {
    background-color: #28a745 !important; } }

@media (min-width: 1025px) {
  .bg-lg-info {
    background-color: #17a2b8 !important; } }

@media (min-width: 1025px) {
  .bg-lg-warning {
    background-color: #ffc107 !important; } }

@media (min-width: 1025px) {
  .bg-lg-danger {
    background-color: #dc3545 !important; } }

@media (min-width: 1025px) {
  .bg-lg-light {
    background-color: #f8f9fa !important; } }

@media (min-width: 1025px) {
  .bg-lg-dark {
    background-color: #343a40 !important; } }

@media (min-width: 1025px) {
  .bg-lg-transparent {
    background-color: transparent !important; } }

@media (min-width: 1025px) {
  .bg-lg-white {
    background-color: white !important; } }

@media (min-width: 1025px) {
  .bg-lg-black {
    background-color: #020818 !important; color: white} }

@media (min-width: 1025px) {
  .bg-lg-grey-1 {
    background-color: #EBEBEB !important; } }

@media (min-width: 1025px) {
  .bg-lg-grey-2 {
    background-color: #878787 !important; } }

@media (min-width: 1025px) {
  .bg-lg-grey-3 {
    background-color: #050F29 !important; } }

@media (min-width: 1025px) {
  .bg-lg-grey-4 {
    background-color: #424242 !important; } }

@media (min-width: 1025px) {
  .bg-lg-grey-5 {
    background-color: #141414 !important; } }

@media (min-width: 1025px) {
  .bg-lg-yellow {
    background-color: #FBFF36 !important; } }

.opacity-0 {
  opacity: 0; }

.opacity-10 {
  opacity: 0.1; }

.opacity-20 {
  opacity: 0.2; }

.opacity-30, .form-book .btn-opacity.form-control, .form-book .btn-group-lg > .form-control.is-invalid, .btn-group-lg > .btn-opacity.btn, .btn-group-lg > .btn.is-invalid, .select2-container .btn-group-lg > .btn.is-invalid.select2-selection--single, .form-book .select2-container .btn-group-lg > .is-invalid.select2-selection--single.form-control, .select2-container .btn-opacity.select2-selection--single {
  opacity: 0.3; }

.opacity-40 {
  opacity: 0.4; }

.opacity-50 {
  opacity: 0.5; }

.opacity-60 {
  opacity: 0.6; }

.opacity-70 {
  opacity: 0.7; }

.opacity-80 {
  opacity: 0.8; }

.opacity-90 {
  opacity: 0.9; }

.opacity-100, .btn-group-lg > .btn.active, .form-book .btn-group-lg > .active.form-control {
  opacity: 1; }

.border-bottom-4 {
  border-bottom: 4px solid #dee2e6; }

.top-0 {
  top: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.flip {
  transform: rotate(180deg); }

.dot {
  position: relative; }
  .dot:before {
    content: "•";
    position: absolute; }

.bg-stripe {
  padding-bottom: 36rem; }
  @media (min-width: 1025px) {
    .bg-stripe {
      padding-bottom: 27.5rem; } }

.readmore.collapse:not(.show) {
  display: block;
  height: 3rem;
  overflow: hidden; }

.readmore.collapsing {
  height: 3rem; }

.readmore.collapse.show + [data-toggle="collapse"] .close {
  font: inherit;
  color: inherit;
  text-shadow: none;
  opacity: 1;
  float: none; }

@media (min-width: 1025px) {
  .border-lg {
    border: 1px solid #dee2e6 !important; }
  .border-lg-top {
    border-top: 1px solid #dee2e6 !important; }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important; }
  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important; }
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important; }
  .border-lg-0 {
    border: 0 !important; }
  .border-lg-top-0 {
    border-top: 0 !important; }
  .border-lg-right-0 {
    border-right: 0 !important; }
  .border-lg-bottom-0 {
    border-bottom: 0 !important; }
  .border-lg-left-0 {
    border-left: 0 !important; } }

*:hover, *:focus {
  outline: none; }

.form-control:focus {
  box-shadow: none; }

.forward, .card-body, .card-expired .card-body:after {
  z-index: 2; }

.btn-md {
  padding: 0.75rem 2.875rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  font-weight: 400; }

.btn-sm, .btn-group-sm > .btn, .form-book .btn-group-sm > .form-control {
  font-weight: 400; }

.btn:not(:disabled):not(.disabled) label, .form-book .form-control:not(:disabled):not(.disabled) label, .form-book .form-control:not(:disabled):not(.disabled) label {
  cursor: inherit; }

.btn .btn-hover-icon, .form-book .form-control .btn-hover-icon {
  position: relative; }
  .btn .btn-hover-icon img, .form-book .form-control .btn-hover-icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.btn img.ic-hover, .form-book .form-control img.ic-hover {
  opacity: 0; }

.btn:hover img.ic-hover, .form-book .form-control:hover img.ic-hover, .btn:active img.ic-hover, .form-book .form-control:active img.ic-hover {
  opacity: 1; }
  .btn:hover img.ic-hover ~ img, .form-book .form-control:hover img.ic-hover ~ img, .btn:active img.ic-hover ~ img, .form-book .form-control:active img.ic-hover ~ img {
    opacity: 0; }

.heading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 4;
  background: #050F29;
  height: 1px;
  min-height: 5rem;
  font-size: 1rem; }
  .heading .navbar {
    align-items: flex-start; }
  .heading .navbar-toggler-icon {
    width: 2em;
    height: 2em; }
  .heading .navbar-nav .dropdown-menu {
    position: static;
    min-width: 0;
    width: 0;
    overflow: visible; }
  .heading .navbar-brand {
    z-index: 1; }
    .heading .navbar-brand img {
      display: block;
      max-width: 5rem;
      height: auto; }
  @media (min-width: 1025px) {
    .heading {
      min-height: 7.4081rem; }
      .heading .navbar-brand img {
        max-width: none;
        max-height: 4.5rem; }
      .heading .navbar-expand-lg .navbar-nav {
        padding-top: 1.4375rem;
        padding-bottom: 1.4375rem; }
        .heading .navbar-expand-lg .navbar-nav .dropdown-menu {
          position: static;
          min-width: 0;
          width: 0;
          overflow: visible; }
        .heading .navbar-expand-lg .navbar-nav .nav-link {
          padding-left: 17.5px;
          padding-right: 17.5px; } }
  .heading .navbar .nav-link.btn, .heading .navbar .form-book .nav-link.form-control, .form-book .heading .navbar .nav-link.form-control {
    color: inherit; }
  .heading .navbar-dark .navbar-nav .nav-link[aria-expanded=true] {
    color: #FF6F31; }
  .heading .dropdown-menu {
    margin: 0;
    padding: 0;
    border: none;
    background: transparent; }
    @media (max-width: 1024.98px) {
      .heading .dropdown-menu {
        display: block; } }
  .heading .dropdown-item {
    color: inherit;
    padding-left: 0;
    padding-right: 0; }
    @media (min-width: 1025px) {
      .heading .dropdown-item {
        padding-left: 17.5px;
        padding-right: 17.5px; } }
    .heading .dropdown-item:hover, .heading .dropdown-item:focus {
      background: transparent;
      color: #FF6F31; }
  .heading .navbar-toggler {
    border: none; }
  .heading .dropdown-toggle:after {
    vertical-align: middle; }
    @media (max-width: 1024.98px) {
      .heading .dropdown-toggle:after {
        content: none; } }
  .heading .navbar-collapse {
    max-height: calc(100vh - 6rem);
    overflow: auto; }

.mobile-menu-open {
  overflow: hidden; }
  .mobile-menu-open .heading {
    position: fixed; }

.scroll-up .heading {
  position: fixed; }

.slick-prev, .slick-next {
  cursor: pointer; }

.bg-opaque, .slider-hero .slider-slide-bg, .slider-overlapped .bg-stripe, .slider-monocard .detail .card, .jumbotron {
  position: relative; }
  .bg-opaque:before, .slider-hero .slider-slide-bg:before, .slider-overlapped .bg-stripe:before, .slider-monocard .detail .card:before, .jumbotron:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 15, 41, 0.55); }

.bg-opaque-bottom:before, .slider-cards .slider-slide-bg:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #050F29 0%, rgba(5, 15, 41, 0.55) 50%); }

.bg-opaque-light {
  background: rgba(5, 15, 41, 0.1); }

@media (min-width: 1025px) {
  .bg-lg-opaque-light {
    background: rgba(5, 15, 41, 0.1); } }

@media (max-width: 1024.98px) {
  .mobile-no-bg {
    background: transparent !important; } }

.slider-hero {
  visibility: hidden; }
  .slider-hero.init {
    visibility: visible; }
  .slider-hero .slick-slide {
    width: calc(100vw - 50px); }
    @media (min-width: 1025px) {
      .slider-hero .slick-slide {
        width: 83.33333vw; } }
  .slider-hero .slider-slide-bg {
    position: relative;
    margin: 0 7.14286px;
    padding-bottom: 150%; }
    @media (min-width: 1025px) {
      .slider-hero .slider-slide-bg {
        margin: 0 17.5px;
        padding-bottom: 50%; } }
  .slider-hero .slider-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; }
  .slider-hero .slick-next {
    position: absolute;
    bottom: 4rem;
    left: calc(1rem + 32.14286px); }
    .slider-hero .slick-next img {
      position: absolute;
      left: 0;
      top: 0;
      height: 1rem; }
    @media (min-width: 1025px) {
      .slider-hero .slick-next {
        left: calc(8.33333vw + calc(1rem + 17.5px)); }
        .slider-hero .slick-next img {
          height: auto; } }

.slider-overlapped .slick-arrow {
  width: 25px; }

.slider-overlapped .kpi {
  font-size: 5.3rem; }
  @media (min-width: 1025px) {
    .slider-overlapped .kpi {
      font-size: 8rem; } }

.slider-cards {
  visibility: hidden;
  /* &:before, */ }
  .slider-cards.init {
    visibility: visible; }
  .slider-cards:after {
    content: none;
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    width: 25px;
    z-index: 1;
    pointer-events: none; }
    @media (min-width: 1025px) {
      .slider-cards:after {
        width: 20em; } }
  .slider-cards:after {
    right: 0;
    background: linear-gradient(270deg, #050F29 0%, rgba(5, 15, 41, 0) 100%); }
    @media (min-width: 1025px) {
      .slider-cards:after {
        content: ''; } }
  .slider-cards .slick-slide {
    width: 20em;
    max-width: calc(100vw - 50px);
    padding-left: 7.14286px;
    padding-right: 7.14286px; }
    @media (min-width: 1025px) {
      .slider-cards .slick-slide {
        padding-left: 17.5px;
        padding-right: 17.5px; } }
  .slider-cards .slider-slide-bg {
    position: relative;
    width: 100%;
    padding-bottom: 133.33333%;
    border-radius: 6px; }
  .slider-cards .slider-slide-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }

.slider-cards-variant {
  visibility: hidden; }
  .slider-cards-variant.init {
    visibility: visible; }
  .slider-cards-variant .slick-slide {
    padding-left: 7.14286px;
    padding-right: 7.14286px; }
  .slider-cards-variant .slick-track {
    display: flex !important; }
  .slider-cards-variant .slick-slide {
    height: inherit !important; }
  .slider-cards-variant .slider-slide-bg {
    height: 100%; }

.slider-monocard .navigation {
  visibility: hidden; }
  .slider-monocard .navigation.init {
    visibility: visible; }
  .slider-monocard .navigation .slick-slide {
    color: rgba(255, 255, 255, 0.3);
    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;
    cursor: pointer; }
    @media (prefers-reduced-motion: reduce) {
      .slider-monocard .navigation .slick-slide {
        transition: none; } }
  .slider-monocard .navigation .slick-current {
    color: white; }

.slider-monocard .detail {
  visibility: hidden;
  margin-left: -25px;
  margin-right: -25px; }
  .slider-monocard .detail.init {
    visibility: visible; }
  .slider-monocard .detail .card {
    margin-left: 25px;
    margin-right: 25px; }

.slider-fullwidth {
  visibility: hidden; }
  .slider-fullwidth.init {
    visibility: visible; }
  .slider-fullwidth .slick-slide {
    width: calc(100vw - 50px); }
    @media (min-width: 1025px) {
      .slider-fullwidth .slick-slide {
        width: 83.33333vw; } }
  .slider-fullwidth .slider-slide-bg {
    position: relative;
    margin: 0 7.14286px;
    padding-bottom: 15.5rem; }
    @media (min-width: 1025px) {
      .slider-fullwidth .slider-slide-bg {
        margin: 0 17.5px;
        padding-bottom: 27.5rem; } }

.slider-fullwidth-text {
  visibility: hidden; }
  .slider-fullwidth-text.init {
    visibility: visible; }
  .slider-fullwidth-text .slick-slide {
    width: 83.33333vw; }
    @media (min-width: 1025px) {
      .slider-fullwidth-text .slick-slide {
        width: 66.66667vw; } }
  .slider-fullwidth-text .slick-track {
    left: 8.33333vw; }
  .slider-fullwidth-text .slider-slide-bg {
    position: relative;
    margin: 0 7.14286px;
    padding-bottom: 15.5rem; }
    @media (min-width: 1025px) {
      .slider-fullwidth-text .slider-slide-bg {
        margin: 0 17.5px;
        padding-bottom: 27.5rem; } }

.slider-fullwidth-text .text {
  opacity: .4;
  transition: opacity 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .slider-fullwidth-text .text {
      transition: none; } }

.slider-fullwidth-text .slick-current .text {
  opacity: 1; }

.slider-fullwidth-text .slick-next {
  width: calc(100vw - 50px); }
  @media (min-width: 1025px) {
    .slider-fullwidth-text .slick-next {
      width: 83.33333vw;
      margin-left: 8.33333vw; } }

.slider-fullwidth-quotes {
  visibility: hidden;
  /* .slick-slide { width: subtract(100vw, $grid-gutter-width);
    @include media-breakpoint-up(lg) { width: subtract(subtract(100vw, (100vw / 12 * 2)), 0) }
  } */ }
  .slider-fullwidth-quotes.init {
    visibility: visible; }
  .slider-fullwidth-quotes:before {
    content: '\201c';
    font-size: 7rem;
    color: #FBFF36;
    position: absolute;
    top: -1rem;
    left: 0; }
  .slider-fullwidth-quotes:after {
    content: '\201d';
    font-size: 7rem;
    color: #FBFF36;
    position: absolute;
    bottom: -5rem;
    right: 0; }
  .slider-fullwidth-quotes .slick-dots {
    left: 0;
    bottom: 2rem; }
    .slider-fullwidth-quotes .slick-dots li {
      margin: 0; }
      .slider-fullwidth-quotes .slick-dots li button:before {
        color: white;
        opacity: 1; }
      .slider-fullwidth-quotes .slick-dots li.slick-active button:before {
        color: #FBFF36; }

.slider-login {
  visibility: hidden; }
  .slider-login.init {
    visibility: visible; }

.video-js {
  width: 100%; }
  .video-js.my-video-dimensions.vjs-fluid {
    padding-top: 80%; }
    @media (min-width: 1025px) {
      .video-js.my-video-dimensions.vjs-fluid {
        padding-top: 42.7%; } }
  .video-js:hover .vjs-big-play-button {
    background: transparent; }
  .video-js .vjs-big-play-button {
    border: none;
    border-radius: 0;
    background: transparent;
    line-height: normal;
    width: auto;
    height: auto; }
    .video-js .vjs-big-play-button .vjs-control-text {
      position: static;
      font-size: 1.25rem;
      line-height: inherit;
      white-space: nowrap; }
    .video-js .vjs-big-play-button .vjs-icon-placeholder {
      display: block; }
      .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        position: static; }
    .video-js .vjs-big-play-button:hover, .video-js .vjs-big-play-button:focus {
      background: transparent; }
  .video-js.vjs-big-play-centered .vjs-big-play-button {
    margin-top: 0;
    margin-left: 0;
    transform: translate(-50%, -50%); }

.kpi {
  font-size: 6.25rem;
  line-height: 0.7;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white; }
  .kpi.text-primary, .kpi.dot {
    -webkit-text-stroke-color: #FF6F31;
    text-shadow: 0 0.125rem 2rem rgba(255, 111, 49, 0.15); }
  @media (min-width: 1025px) {
    .kpi {
      font-size: 8rem; } }

.card {
  min-height: 28.125rem;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.64); }

.card-body {
  padding: 25px; }
  @media (min-width: 1025px) {
    .card-body {
      padding: 17.5px; } }

.card-hover-effect .card-text {
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.5s ease-in-out; }

.card-hover-effect:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(5, 15, 41, 0) 0%, #050F29 100%);
  opacity: 0;
  transition: opacity .3s ease-out; }

.card-hover-effect:hover .card-text {
  max-height: 30rem; }

.card-hover-effect:hover:before {
  opacity: 1; }

.card-click-effect {
  transition: background-position .3s ease-in-out;
  background-repeat: no-repeat; }
  .card-click-effect .toggle {
    position: absolute;
    top: 1rem;
    right: 1rem;
    transition: transform 0.3s ease-in-out; }
  .card-click-effect .card-text {
    max-height: 0;
    overflow-y: hidden;
    transition: max-height 0.5s ease-in-out; }
  .card-click-effect:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(41, 41, 41, 0) 0, #292929 50%);
    opacity: .3;
    transition: opacity .3s ease-out; }
  .card-click-effect.active {
    background-position: center top; }
    .card-click-effect.active.bg-cover, .card-click-effect.active.vjs-poster {
      background-position: center -10rem; }
    .card-click-effect.active .toggle {
      transform: rotate(45deg); }
    .card-click-effect.active .card-text {
      max-height: 30rem; }
    .card-click-effect.active:before {
      opacity: 1; }

.card-expired .card-body:after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 15, 41, 0.6);
  transition: opacity 0.5s ease-in-out;
  pointer-events: none; }

.card-expired .label,
.card-not-expired .label {
  position: absolute;
  left: 0;
  top: 3rem;
  border-radius: 0; }


.card-not-expired .label {
    color:#000;
    background-color: #DEDEDE;
    border-color: #DEDEDE;
}
.card-not-expired .label:hover {
    background-color: #FFF;
    border-color: #FFF;
}

.card-expired.card-hover-effect:hover .card-body:after {
  opacity: 0; }

.card-expired.card-click-effect.active .card-body:after {
  opacity: 0; }

.jumbotron {
  padding-top: 20rem;
  padding-bottom: 3rem; }

.form-book .form-control {
  opacity: 1;
  height: auto; }

.form-book .form-control:not(:disabled):not(.disabled) {
  cursor: initial; }

.form-book .input-group-text {
  background-color: #424242;
  border: none; }

.form-book .input-group-append {
  cursor: pointer;
  /* margin-left: -$btn-border-radius-lg; */ }

.form-book .floating-label {
  position: relative;
  width: 100%; }
  .form-book .floating-label label {
    padding: 1rem 0.875rem;
    font-size: 1rem;
    line-height: 1.3125rem;
    border-radius: 0;
    font-weight: 400;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
    cursor: text;
    border: 3px solid transparent;
    transition: all .1s ease-in-out; }
  .form-book .floating-label input::-moz-placeholder, .form-book .floating-label textarea::-moz-placeholder {
    color: transparent; }
  .form-book .floating-label input:-ms-input-placeholder, .form-book .floating-label textarea:-ms-input-placeholder {
    color: transparent; }
  .form-book .floating-label input::placeholder, .form-book .floating-label textarea::placeholder {
    color: transparent; }
  .form-book .floating-label input:not(:-moz-placeholder-shown), .form-book .floating-label textarea:not(:-moz-placeholder-shown) {
    padding-top: 1.56rem;
    padding-bottom: 0.69rem; }
  .form-book .floating-label input:not(:-ms-input-placeholder), .form-book .floating-label textarea:not(:-ms-input-placeholder) {
    padding-top: 1.56rem;
    padding-bottom: 0.69rem; }
  .form-book .floating-label input:not(:placeholder-shown), .form-book .floating-label textarea:not(:placeholder-shown) {
    padding-top: 1.56rem;
    padding-bottom: 0.69rem; }
  .form-book .floating-label input:not(:-moz-placeholder-shown) ~ label, .form-book .floating-label textarea:not(:-moz-placeholder-shown) ~ label {
    padding-top: 0.525rem;
    border-top-width: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6); }
  .form-book .floating-label input:not(:-ms-input-placeholder) ~ label, .form-book .floating-label textarea:not(:-ms-input-placeholder) ~ label {
    padding-top: 0.525rem;
    border-top-width: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6); }
  .form-book .floating-label input:not(:placeholder-shown) ~ label, .form-book .floating-label textarea:not(:placeholder-shown) ~ label {
    padding-top: 0.525rem;
    border-top-width: 0;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6); }
  @media (min-width: 1025px) {
    .form-book .floating-label .input-group .invalid-feedback {
      top: 100%; } }

.form-book .input-group .datepicker {
  position: absolute;
  top: 100%;
  z-index: 4;
  background: #050F29; }

.form-book .editable {
  position: relative;
  width: 100%; }
  .form-book .editable input[disabled] {
    opacity: 1; }
  .form-book .editable a {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%); }

.was-validated .form-control.is-invalid:valid {
  border-color: #dc3545; }

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

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .form-control:valid, .form-control.is-valid {
  padding-right: 0; }

.form-footer .form-control, .form-login .form-control {
  padding: .375rem 0;
  font-size: 0.875rem;
  color: white;
  background-color: transparent;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid white; }
  .form-footer .form-control::-moz-placeholder, .form-login .form-control::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-footer .form-control:-ms-input-placeholder, .form-login .form-control:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-footer .form-control::placeholder, .form-login .form-control::placeholder {
    color: rgba(255, 255, 255, 0.6); }
  .form-footer .form-control + .form-control, .form-login .form-control + .form-control {
    margin-top: .8125rem; }
  .form-footer .form-control.is-invalid, .form-login .form-control.is-invalid {
    border-color: #dc3545; }

.form-footer textarea.form-control, .form-login textarea.form-control {
  overflow: auto;
  resize: none; }

input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none; }

.datepicker {
  width: 100%; }
  .datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    color: black;
    background: #FF6F31; }
  .datepicker table {
    width: 100%; }
    .datepicker table tr td.day.focused:not(.disabled), .datepicker table tr td.day:hover:not(.disabled) {
      color: black;
      background: #FF6F31; }
    .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
      color: black;
      text-shadow: none;
      background: #e34400; }
  .datepicker .datepicker-switch, .datepicker .dow {
    font-weight: 400; }
  .datepicker .next, .datepicker .prev {
    color: #FF6F31; }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  color: black; }

.datepicker.dropdown-menu {
  max-width: 19.2rem;
  color: white;
  background: #141414; }
  .datepicker.dropdown-menu:before, .datepicker.dropdown-menu:after {
    border-bottom-color: #141414; }

.datepicker-dropdown.datepicker-orient-top:before, .datepicker-dropdown.datepicker-orient-top:after {
  border-top-color: #141414; }

.modal-dialog {
  max-width: 80vw; }

.modal-content {
  background: #141414; }

.modal#date-edit .modal-dialog {
  width: 25rem; }

.modal .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  opacity: 1;
  line-height: 0; }

.modal-dialog-wide {
  width: 43rem; }

.custom-file-label {
  background: transparent;
  color: inherit; }
  .custom-file-label:after {
    content: '';
    background: transparent;
    border: none; }
  .custom-file-label img {
    height: 1.25rem; }
  .custom-file-label span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

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

.step span, .step a {
  min-width: 3rem;
  min-height: 3rem;
  box-sizing: content-box;
  font-size: 1.25rem;
  line-height: 3rem;
  vertical-align: middle;
  border: 3px solid transparent; }

.step .current {
  font-weight: 700; }

.btn-group-lg > .btn:not(:last-child):not(.dropdown-toggle), .form-book .btn-group-lg > .form-control:not(:last-child):not(.dropdown-toggle),
.btn-group-lg > .btn-group:not(:last-child) > .btn,
.form-book .btn-group-lg > .btn-group:not(:last-child) > .form-control {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.btn-group-lg > .btn:not(:first-child), .form-book .btn-group-lg > .form-control:not(:first-child),
.btn-group-lg > .btn-group:not(:first-child) > .btn,
.form-book .btn-group-lg > .btn-group:not(:first-child) > .form-control {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.form-book .form-control, .btn-group-lg > .btn, .select2-container .select2-selection--single {
  padding: 1.125rem 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  font-weight: 400;
  background: #424242;
  border-width: 1px; }

.btn-group-lg > .btn.active, .form-book .btn-group-lg > .active.form-control {
  border-color: #FF6F31; }

.btn-xl {
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: normal;
  border-radius: 1.25rem; }

.select2-container .select2-selection--single {
  padding-right: 2rem;
  opacity: 1;
  height: auto; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 1px; }

.select2-container--default .select2-selection--single {
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
    line-height: inherit; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    width: auto; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-top-color: #FF6F31; }

.select2-container--default .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #FF6F31; }

.select2-container--default .select2-dropdown {
  background: #292929;
  border: none; }

.select2-container--default .select2-results__option {
  padding: .625rem 1rem; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #5c5c5c; }

.select2-container--default .select2-dropdown--below .select2-results__option:last-child.select2-results__option--highlighted[aria-selected] {
  border-radius: 0 0 4px 4px; }

.select2-container--default .select2-dropdown--above .select2-results__option:first-child.select2-results__option--highlighted[aria-selected] {
  border-radius: 4px 4px 0 0; }

.landing-promo-form-background-positioning {
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: right 5rem; }
  @media (min-width: 1025px) {
    .landing-promo-form-background-positioning {
      background-size: auto;
      background-position: right 75%; } }

footer ul {
  list-style: none; }

.line-through {
  display: flex;
  align-items: center; }
  .line-through:before, .line-through:after {
    display: block;
    content: '';
    height: 1px;
    background: #EBEBEB;
    flex: 1; }

.chart.shape {
  padding-bottom: 100%;
  position: relative; }

.chart.bars {
  padding-bottom: 60%;
  position: relative; }

.polygon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  display: inline-block; }

/*# sourceMappingURL=style.css.map */
