@import url(https://fonts.googleapis.com/css?family=Great+Vibes&display=swap);
@charset "UTF-8";
/* stylelint-disable indentation */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007fff;
  --indigo: #6610f2;
  --purple: #7851a9;
  --pink: #df91b7;
  --red: #ff3827;
  --orange: #fd7e14;
  --yellow: #ffcd00;
  --green: #00ba34;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #b6b6b1;
  --gray-dark: #373737;
  --polar-green: #f0f8f2;
  --shadow-green: #9ac0b2;
  --warm-green: #064e0c;
  --dark-green: #0b654c;
  --turquoise: #2ccec1;
  --dark-blue: #5156a9;
  --dark-red: #c50623;
  --romantic: #ffc399;
  --seashell: #fff7f2;
  --sea-buckthorn: #f08b45;
  --old-gold: #d0ac48;
  --beige: #e4d4a4;
  --primary: #e4d4a4;
  --secondary: #ffc399;
  --success: #00ba34;
  --info: #007fff;
  --warning: #ffcd00;
  --danger: #ff3827;
  --light: #f8f9fa;
  --dark: #000;
  --primary-light: #f9f9f2;
  --primary-dark: #d0ac48;
  --secondary-light: #fff7f2;
  --secondary-dark: #f08b45;
  --success-light: #f0f8f2;
  --feminine: #df91b7;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", 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: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #373737;
  text-align: left;
  background-color: #f9f9f2;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -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: 600;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #d0ac48;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(161.9152173913, 130.0630434783, 41.5847826087);
  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: #757571;
  text-align: left;
  caption-side: bottom;
}

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  line-height: 1.2;
  color: #676767;
}

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 90%;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 90%;
  color: #b6b6b1;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 992px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1340px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #373737;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ecece9;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #ecece9;
}
.table tbody + tbody {
  border-top: 2px solid #ecece9;
}

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

.table-bordered {
  border: 1px solid #ecece9;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #ecece9;
}
.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: #373737;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(247.44, 242.96, 229.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(240.96, 232.64, 207.68);
}

.table-hover .table-primary:hover {
  background-color: rgb(241.6052542373, 233.6676271186, 209.8547457627);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(241.6052542373, 233.6676271186, 209.8547457627);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(255, 238.2, 226.44);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(255, 223.8, 201.96);
}

.table-hover .table-secondary:hover {
  background-color: rgb(255, 223.2, 200.94);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(255, 223.2, 200.94);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(183.6, 235.68, 198.16);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(122.4, 219.12, 149.44);
}

.table-hover .table-success:hover {
  background-color: rgb(163.5305555556, 230.2494444444, 182.1831481481);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(163.5305555556, 230.2494444444, 182.1831481481);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(183.6, 219.16, 255);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(122.4, 188.44, 255);
}

.table-hover .table-info:hover {
  background-color: rgb(158.1, 206.36, 255);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(158.1, 206.36, 255);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 241, 183.6);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 229, 122.4);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 236, 158.1);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 236, 158.1);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 199.28, 194.52);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 151.52, 142.68);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 175.7869444444, 169.02);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 175.7869444444, 169.02);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(183.6, 183.6, 183.6);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(122.4, 122.4, 122.4);
}

.table-hover .table-dark:hover {
  background-color: rgb(170.85, 170.85, 170.85);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(170.85, 170.85, 170.85);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(253.32, 253.32, 251.36);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(251.88, 251.88, 248.24);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(245.2673684211, 245.2673684211, 233.9126315789);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(245.2673684211, 245.2673684211, 233.9126315789);
}

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: rgb(241.84, 231.76, 203.76);
}
.table-primary-dark th,
.table-primary-dark td,
.table-primary-dark thead th,
.table-primary-dark tbody + tbody {
  border-color: rgb(230.56, 211.84, 159.84);
}

.table-hover .table-primary-dark:hover {
  background-color: rgb(236.6291304348, 222.557826087, 183.4708695652);
}
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: rgb(236.6291304348, 222.557826087, 183.4708695652);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(255, 252.76, 251.36);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(255, 250.84, 248.24);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(255, 237.0676923077, 225.86);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(255, 237.0676923077, 225.86);
}

.table-secondary-dark,
.table-secondary-dark > th,
.table-secondary-dark > td {
  background-color: rgb(250.8, 222.52, 202.92);
}
.table-secondary-dark th,
.table-secondary-dark td,
.table-secondary-dark thead th,
.table-secondary-dark tbody + tbody {
  border-color: rgb(247.2, 194.68, 158.28);
}

.table-hover .table-secondary-dark:hover {
  background-color: rgb(248.8970149254, 207.8035820896, 179.3229850746);
}
.table-hover .table-secondary-dark:hover > td,
.table-hover .table-secondary-dark:hover > th {
  background-color: rgb(248.8970149254, 207.8035820896, 179.3229850746);
}

.table-success-light,
.table-success-light > th,
.table-success-light > td {
  background-color: rgb(250.8, 253.04, 251.36);
}
.table-success-light th,
.table-success-light td,
.table-success-light thead th,
.table-success-light tbody + tbody {
  border-color: rgb(247.2, 251.36, 248.24);
}

.table-hover .table-success-light:hover {
  background-color: rgb(233.4136363636, 244.9263636364, 236.2918181818);
}
.table-hover .table-success-light:hover > td,
.table-hover .table-success-light:hover > th {
  background-color: rgb(233.4136363636, 244.9263636364, 236.2918181818);
}

.table-feminine,
.table-feminine > th,
.table-feminine > td {
  background-color: rgb(246.04, 224.2, 234.84);
}
.table-feminine th,
.table-feminine td,
.table-feminine thead th,
.table-feminine tbody + tbody {
  border-color: rgb(238.36, 197.8, 217.56);
}

.table-hover .table-feminine:hover {
  background-color: rgb(240.2935211268, 204.4464788732, 221.9104225352);
}
.table-hover .table-feminine:hover > td,
.table-hover .table-feminine:hover > th {
  background-color: rgb(240.2935211268, 204.4464788732, 221.9104225352);
}

.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: #ffffff;
  background-color: #373737;
  border-color: rgb(74.125, 74.125, 74.125);
}
.table .thead-light th {
  color: #676767;
  background-color: #f5f5f5;
  border-color: #ecece9;
}

.table-dark {
  color: #ffffff;
  background-color: #373737;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(74.125, 74.125, 74.125);
}
.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: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.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 + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #676767;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ecece9;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #676767;
  background-color: #ffffff;
  border-color: rgb(234.0543478261, 218.0108695652, 173.4456521739);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.form-control::-moz-placeholder {
  color: #b6b6b1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b6b6b1;
  opacity: 1;
}
.form-control::placeholder {
  color: #b6b6b1;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

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

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

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

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

.col-form-label-lg {
  padding-top: calc(0.9rem + 1px);
  padding-bottom: calc(0.9rem + 1px);
  font-size: 1rem;
  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.5rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #373737;
  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 + 1.8rem + 2px);
  padding: 0.9rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

.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: 90%;
  color: #00ba34;
}

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

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

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

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

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #00ba34;
  padding-right: calc(0.75em + 3rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23373737' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff 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='%2300ba34' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2.25rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #00ba34;
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 52, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00ba34;
}
.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: #00ba34;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #00ba34;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(0, 237, 66.2580645161);
  background-color: rgb(0, 237, 66.2580645161);
}
.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(0, 186, 52, 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: #00ba34;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00ba34;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #00ba34;
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 52, 0.25);
}

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

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

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

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

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

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

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

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff3827;
}
.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: #ff3827;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff3827;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 102.9861111111, 90);
  background-color: rgb(255, 102.9861111111, 90);
}
.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(255, 56, 39, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff3827;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff3827;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff3827;
  box-shadow: 0 0 0 0.2rem rgba(255, 56, 39, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 600;
  color: #373737;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #373737;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #252525;
  background-color: #e4d4a4;
  border-color: #e4d4a4;
}
.btn-primary:hover {
  color: #252525;
  background-color: rgb(219.2478813559, 198.061440678, 134.5021186441);
  border-color: rgb(216.3305084746, 193.4152542373, 124.6694915254);
}
.btn-primary:focus, .btn-primary.focus {
  color: #252525;
  background-color: rgb(219.2478813559, 198.061440678, 134.5021186441);
  border-color: rgb(216.3305084746, 193.4152542373, 124.6694915254);
  box-shadow: 0 0 0 0.2rem rgba(199.35, 185.75, 144.95, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #252525;
  background-color: #e4d4a4;
  border-color: #e4d4a4;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #252525;
  background-color: rgb(216.3305084746, 193.4152542373, 124.6694915254);
  border-color: rgb(213.4131355932, 188.7690677966, 114.8368644068);
}
.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(199.35, 185.75, 144.95, 0.5);
}

.btn-secondary {
  color: #252525;
  background-color: #ffc399;
  border-color: #ffc399;
}
.btn-secondary:hover {
  color: #252525;
  background-color: rgb(255, 172.5, 114.75);
  border-color: #ffa566;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #252525;
  background-color: rgb(255, 172.5, 114.75);
  border-color: #ffa566;
  box-shadow: 0 0 0 0.2rem rgba(222.3, 171.3, 135.6, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #252525;
  background-color: #ffc399;
  border-color: #ffc399;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #252525;
  background-color: #ffa566;
  border-color: rgb(255, 157.5, 89.25);
}
.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(222.3, 171.3, 135.6, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #00ba34;
  border-color: #00ba34;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(0, 147.75, 41.3064516129);
  border-color: rgb(0, 135, 37.7419354839);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(0, 147.75, 41.3064516129);
  border-color: rgb(0, 135, 37.7419354839);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 196.35, 82.45, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #00ba34;
  border-color: #00ba34;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 135, 37.7419354839);
  border-color: rgb(0, 122.25, 34.1774193548);
}
.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(38.25, 196.35, 82.45, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #007fff;
  border-color: #007fff;
}
.btn-info:hover {
  color: #ffffff;
  background-color: rgb(0, 107.95, 216.75);
  border-color: rgb(0, 101.6, 204);
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: rgb(0, 107.95, 216.75);
  border-color: rgb(0, 101.6, 204);
  box-shadow: 0 0 0 0.2rem rgba(38.25, 146.2, 255, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #007fff;
  border-color: #007fff;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(0, 101.6, 204);
  border-color: rgb(0, 95.25, 191.25);
}
.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(38.25, 146.2, 255, 0.5);
}

.btn-warning {
  color: #252525;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgb(216.75, 174.25, 0);
  border-color: #cca400;
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: rgb(216.75, 174.25, 0);
  border-color: #cca400;
  box-shadow: 0 0 0 0.2rem rgba(222.3, 179.8, 5.55, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #252525;
  background-color: #ffcd00;
  border-color: #ffcd00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #cca400;
  border-color: rgb(191.25, 153.75, 0);
}
.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.3, 179.8, 5.55, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ff3827;
  border-color: #ff3827;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(255, 20.7604166667, 0.75);
  border-color: rgb(243, 19.125, 0);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(255, 20.7604166667, 0.75);
  border-color: rgb(243, 19.125, 0);
  box-shadow: 0 0 0 0.2rem rgba(255, 85.85, 71.4, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff3827;
  border-color: #ff3827;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(243, 19.125, 0);
  border-color: rgb(230.25, 18.1215277778, 0);
}
.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(255, 85.85, 71.4, 0.5);
}

.btn-light {
  color: #252525;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #252525;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #252525;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(216.35, 217.2, 218.05, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #252525;
  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: #252525;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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.35, 217.2, 218.05, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: black;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38.25, 38.25, 38.25, 0.5);
}

.btn-primary-light {
  color: #252525;
  background-color: #f9f9f2;
  border-color: #f9f9f2;
}
.btn-primary-light:hover {
  color: #252525;
  background-color: rgb(236.9210526316, 236.9210526316, 215.8289473684);
  border-color: rgb(232.8947368421, 232.8947368421, 207.1052631579);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #252525;
  background-color: rgb(236.9210526316, 236.9210526316, 215.8289473684);
  border-color: rgb(232.8947368421, 232.8947368421, 207.1052631579);
  box-shadow: 0 0 0 0.2rem rgba(217.2, 217.2, 211.25, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #252525;
  background-color: #f9f9f2;
  border-color: #f9f9f2;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #252525;
  background-color: rgb(232.8947368421, 232.8947368421, 207.1052631579);
  border-color: rgb(228.8684210526, 228.8684210526, 198.3815789474);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217.2, 217.2, 211.25, 0.5);
}

.btn-primary-dark {
  color: #ffffff;
  background-color: #d0ac48;
  border-color: #d0ac48;
}
.btn-primary-dark:hover {
  color: #ffffff;
  background-color: rgb(192.3489130435, 154.5097826087, 49.4010869565);
  border-color: rgb(182.2043478261, 146.3608695652, 46.7956521739);
}
.btn-primary-dark:focus, .btn-primary-dark.focus {
  color: #ffffff;
  background-color: rgb(192.3489130435, 154.5097826087, 49.4010869565);
  border-color: rgb(182.2043478261, 146.3608695652, 46.7956521739);
  box-shadow: 0 0 0 0.2rem rgba(215.05, 184.45, 99.45, 0.5);
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #ffffff;
  background-color: #d0ac48;
  border-color: #d0ac48;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(182.2043478261, 146.3608695652, 46.7956521739);
  border-color: rgb(172.0597826087, 138.2119565217, 44.1902173913);
}
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.05, 184.45, 99.45, 0.5);
}

.btn-secondary-light {
  color: #252525;
  background-color: #fff7f2;
  border-color: #fff7f2;
}
.btn-secondary-light:hover {
  color: #252525;
  background-color: rgb(255, 223.4615384615, 203.75);
  border-color: rgb(255, 215.6153846154, 191);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #252525;
  background-color: rgb(255, 223.4615384615, 203.75);
  border-color: rgb(255, 215.6153846154, 191);
  box-shadow: 0 0 0 0.2rem rgba(222.3, 215.5, 211.25, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #252525;
  background-color: #fff7f2;
  border-color: #fff7f2;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #252525;
  background-color: rgb(255, 215.6153846154, 191);
  border-color: rgb(255, 207.7692307692, 178.25);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222.3, 215.5, 211.25, 0.5);
}

.btn-secondary-dark {
  color: #ffffff;
  background-color: #f08b45;
  border-color: #f08b45;
}
.btn-secondary-dark:hover {
  color: #ffffff;
  background-color: rgb(237.1455223881, 116.9253731343, 33.6044776119);
  border-color: rgb(236.1940298507, 109.5671641791, 21.8059701493);
}
.btn-secondary-dark:focus, .btn-secondary-dark.focus {
  color: #ffffff;
  background-color: rgb(237.1455223881, 116.9253731343, 33.6044776119);
  border-color: rgb(236.1940298507, 109.5671641791, 21.8059701493);
  box-shadow: 0 0 0 0.2rem rgba(242.25, 156.4, 96.9, 0.5);
}
.btn-secondary-dark.disabled, .btn-secondary-dark:disabled {
  color: #ffffff;
  background-color: #f08b45;
  border-color: #f08b45;
}
.btn-secondary-dark:not(:disabled):not(.disabled):active, .btn-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-secondary-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(236.1940298507, 109.5671641791, 21.8059701493);
  border-color: rgb(226.947761194, 103.7126865672, 18.302238806);
}
.btn-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(242.25, 156.4, 96.9, 0.5);
}

.btn-success-light {
  color: #252525;
  background-color: #f0f8f2;
  border-color: #f0f8f2;
}
.btn-success-light:hover {
  color: #252525;
  background-color: rgb(213.9204545455, 235.8295454545, 219.3977272727);
  border-color: rgb(205.2272727273, 231.7727272727, 211.8636363636);
}
.btn-success-light:focus, .btn-success-light.focus {
  color: #252525;
  background-color: rgb(213.9204545455, 235.8295454545, 219.3977272727);
  border-color: rgb(205.2272727273, 231.7727272727, 211.8636363636);
  box-shadow: 0 0 0 0.2rem rgba(209.55, 216.35, 211.25, 0.5);
}
.btn-success-light.disabled, .btn-success-light:disabled {
  color: #252525;
  background-color: #f0f8f2;
  border-color: #f0f8f2;
}
.btn-success-light:not(:disabled):not(.disabled):active, .btn-success-light:not(:disabled):not(.disabled).active, .show > .btn-success-light.dropdown-toggle {
  color: #252525;
  background-color: rgb(205.2272727273, 231.7727272727, 211.8636363636);
  border-color: rgb(196.5340909091, 227.7159090909, 204.3295454545);
}
.btn-success-light:not(:disabled):not(.disabled):active:focus, .btn-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209.55, 216.35, 211.25, 0.5);
}

.btn-feminine {
  color: #ffffff;
  background-color: #df91b7;
  border-color: #df91b7;
}
.btn-feminine:hover {
  color: #ffffff;
  background-color: rgb(214.3802816901, 115.3697183099, 163.6056338028);
  border-color: rgb(211.5070422535, 105.4929577465, 157.1408450704);
}
.btn-feminine:focus, .btn-feminine.focus {
  color: #ffffff;
  background-color: rgb(214.3802816901, 115.3697183099, 163.6056338028);
  border-color: rgb(211.5070422535, 105.4929577465, 157.1408450704);
  box-shadow: 0 0 0 0.2rem rgba(227.8, 161.5, 193.8, 0.5);
}
.btn-feminine.disabled, .btn-feminine:disabled {
  color: #ffffff;
  background-color: #df91b7;
  border-color: #df91b7;
}
.btn-feminine:not(:disabled):not(.disabled):active, .btn-feminine:not(:disabled):not(.disabled).active, .show > .btn-feminine.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(211.5070422535, 105.4929577465, 157.1408450704);
  border-color: rgb(208.6338028169, 95.6161971831, 150.676056338);
}
.btn-feminine:not(:disabled):not(.disabled):active:focus, .btn-feminine:not(:disabled):not(.disabled).active:focus, .show > .btn-feminine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(227.8, 161.5, 193.8, 0.5);
}

.btn-outline-primary {
  color: #e4d4a4;
  border-color: #e4d4a4;
}
.btn-outline-primary:hover {
  color: #252525;
  background-color: #e4d4a4;
  border-color: #e4d4a4;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 212, 164, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #e4d4a4;
  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: #252525;
  background-color: #e4d4a4;
  border-color: #e4d4a4;
}
.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(228, 212, 164, 0.5);
}

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

.btn-outline-success {
  color: #00ba34;
  border-color: #00ba34;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00ba34;
  border-color: #00ba34;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 52, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00ba34;
  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: #ffffff;
  background-color: #00ba34;
  border-color: #00ba34;
}
.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(0, 186, 52, 0.5);
}

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

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #252525;
  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: #252525;
  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: #000;
  border-color: #000;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #000;
  border-color: #000;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #000;
  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: #ffffff;
  background-color: #000;
  border-color: #000;
}
.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(0, 0, 0, 0.5);
}

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

.btn-outline-primary-dark {
  color: #d0ac48;
  border-color: #d0ac48;
}
.btn-outline-primary-dark:hover {
  color: #ffffff;
  background-color: #d0ac48;
  border-color: #d0ac48;
}
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.5);
}
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #d0ac48;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #d0ac48;
  border-color: #d0ac48;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.5);
}

.btn-outline-secondary-light {
  color: #fff7f2;
  border-color: #fff7f2;
}
.btn-outline-secondary-light:hover {
  color: #252525;
  background-color: #fff7f2;
  border-color: #fff7f2;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 247, 242, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #fff7f2;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #252525;
  background-color: #fff7f2;
  border-color: #fff7f2;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 247, 242, 0.5);
}

.btn-outline-secondary-dark {
  color: #f08b45;
  border-color: #f08b45;
}
.btn-outline-secondary-dark:hover {
  color: #ffffff;
  background-color: #f08b45;
  border-color: #f08b45;
}
.btn-outline-secondary-dark:focus, .btn-outline-secondary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 139, 69, 0.5);
}
.btn-outline-secondary-dark.disabled, .btn-outline-secondary-dark:disabled {
  color: #f08b45;
  background-color: transparent;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #f08b45;
  border-color: #f08b45;
}
.btn-outline-secondary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 139, 69, 0.5);
}

.btn-outline-success-light {
  color: #f0f8f2;
  border-color: #f0f8f2;
}
.btn-outline-success-light:hover {
  color: #252525;
  background-color: #f0f8f2;
  border-color: #f0f8f2;
}
.btn-outline-success-light:focus, .btn-outline-success-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 248, 242, 0.5);
}
.btn-outline-success-light.disabled, .btn-outline-success-light:disabled {
  color: #f0f8f2;
  background-color: transparent;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active, .btn-outline-success-light:not(:disabled):not(.disabled).active, .show > .btn-outline-success-light.dropdown-toggle {
  color: #252525;
  background-color: #f0f8f2;
  border-color: #f0f8f2;
}
.btn-outline-success-light:not(:disabled):not(.disabled):active:focus, .btn-outline-success-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 248, 242, 0.5);
}

.btn-outline-feminine {
  color: #df91b7;
  border-color: #df91b7;
}
.btn-outline-feminine:hover {
  color: #ffffff;
  background-color: #df91b7;
  border-color: #df91b7;
}
.btn-outline-feminine:focus, .btn-outline-feminine.focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 183, 0.5);
}
.btn-outline-feminine.disabled, .btn-outline-feminine:disabled {
  color: #df91b7;
  background-color: transparent;
}
.btn-outline-feminine:not(:disabled):not(.disabled):active, .btn-outline-feminine:not(:disabled):not(.disabled).active, .show > .btn-outline-feminine.dropdown-toggle {
  color: #ffffff;
  background-color: #df91b7;
  border-color: #df91b7;
}
.btn-outline-feminine:not(:disabled):not(.disabled):active:focus, .btn-outline-feminine:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-feminine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 183, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #d0ac48;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(161.9152173913, 130.0630434783, 41.5847826087);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #b6b6b1;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.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 #f5f5f5;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #252525;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(24.25, 24.25, 24.25);
  text-decoration: none;
  background-color: #e4d4a4;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #d0ac48;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #ddddd9;
  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: #b6b6b1;
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #d0ac48;
  background-color: #d0ac48;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(234.0543478261, 218.0108695652, 173.4456521739);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(244.4760869565, 236.4152173913, 214.0239130435);
  border-color: rgb(244.4760869565, 236.4152173913, 214.0239130435);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #b6b6b1;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #f5f5f5;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("ata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNy42LDEyLjVjLTAuMiwwLTAuMy0wLjEtMC41LTAuMkwzLjcsOC43QzMuNiw4LjYsMy41LDguNCwzLjUsOC4yYzAtMC4yLDAuMS0wLjQsMC4yLTAuNWwwLjUtMC41QzQuMyw3LDQuNSw2LjksNC42LDYuOUM0LjgsNi45LDUsNyw1LjEsNy4xbDIuNCwyLjZsNC4zLTVjMC4xLTAuMSwwLjMtMC4yLDAuNS0wLjJoMGMwLjIsMCwwLjMsMC4xLDAuNSwwLjJsMC41LDAuNWMwLjMsMC4zLDAuMywwLjgsMCwxbC01LjMsNkM3LjksMTIuNCw3LjcsMTIuNSw3LjYsMTIuNXoiLz48L3N2Zz4");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #d0ac48;
  background-color: #d0ac48;
}
.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='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(228, 212, 164, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(228, 212, 164, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("ata:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE4IDE4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNNy42LDEyLjVjLTAuMiwwLTAuMy0wLjEtMC41LTAuMkwzLjcsOC43QzMuNiw4LjYsMy41LDguNCwzLjUsOC4yYzAtMC4yLDAuMS0wLjQsMC4yLTAuNWwwLjUtMC41QzQuMyw3LDQuNSw2LjksNC42LDYuOUM0LjgsNi45LDUsNyw1LjEsNy4xbDIuNCwyLjZsNC4zLTVjMC4xLTAuMSwwLjMtMC4yLDAuNS0wLjJoMGMwLjIsMCwwLjMsMC4xLDAuNSwwLjJsMC41LDAuNWMwLjMsMC4zLDAuMywwLjgsMCwxbC01LjMsNkM3LjksMTIuNCw3LjcsMTIuNSw3LjYsMTIuNXoiLz48L3N2Zz4");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(228, 212, 164, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #ddddd9;
  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: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(228, 212, 164, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2.25rem 0.5rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #676767;
  vertical-align: middle;
  background: #ffffff 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='%23373737' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ecece9;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(234.0543478261, 218.0108695652, 173.4456521739);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-select:focus::-ms-value {
  color: #676767;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #b6b6b1;
  background-color: #f5f5f5;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #676767;
}

.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 + 1.8rem + 2px);
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  padding-left: 1rem;
  font-size: 1rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(234.0543478261, 218.0108695652, 173.4456521739);
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #f5f5f5;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #676767;
  background-color: #ffffff;
  border: 1px solid #ecece9;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 1rem);
  padding: 0.5rem 0.75rem;
  line-height: 1.5;
  color: #676767;
  content: "Browse";
  background-color: #ffffff;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 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: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9f9f2, 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9f9f2, 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9f9f2, 0 0 0 0.2rem rgba(208, 172, 72, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #d0ac48;
  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: rgb(244.4760869565, 236.4152173913, 214.0239130435);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f3ef;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #d0ac48;
  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: rgb(244.4760869565, 236.4152173913, 214.0239130435);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #f3f3ef;
  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: #d0ac48;
  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: rgb(244.4760869565, 236.4152173913, 214.0239130435);
}
.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: #f3f3ef;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #f3f3ef;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #ddddd9;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #ddddd9;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #ddddd9;
}

.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: #b6b6b1;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #f3f3ef;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #f5f5f5 #f5f5f5 #f3f3ef;
}
.nav-tabs .nav-link.disabled {
  color: #b6b6b1;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #d0ac48;
  background-color: #f9f9f2;
  border-color: #f3f3ef #f3f3ef #f9f9f2;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #d0ac48;
}

.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-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0;
  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.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

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

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #d0ac48;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #d0ac48;
}
.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: #d0ac48;
}
.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: #d0ac48;
}
.navbar-dark .navbar-toggler {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-text {
  color: #ffffff;
}
.navbar-dark .navbar-text a {
  color: #d0ac48;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #d0ac48;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.75rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.75rem;
  color: #b6b6b1;
  content: url('data:image/svg+xml,%3Csvg width="10" height="16" viewBox="0 0 10 16" xmlns="http://www.w3.org/2000/svg"%3E%3Cg transform="translate%28-3%29" stroke="%23d0ac48" stroke-width="2" fill="none" fill-rule="evenodd" stroke-linecap="round"%3E%3Cline x1="12" y1="8" x2="4" y2="1"/%3E%3Cline x1="12" y1="8" x2="4" y2="15"/%3E%3C/g%3E%3C/svg%3E');
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #373737;
}

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

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #252525;
  background-color: #e4d4a4;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #252525;
  background-color: rgb(216.3305084746, 193.4152542373, 124.6694915254);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(228, 212, 164, 0.5);
}

.badge-secondary {
  color: #252525;
  background-color: #ffc399;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #252525;
  background-color: #ffa566;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 195, 153, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #00ba34;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: rgb(0, 135, 37.7419354839);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 186, 52, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #007fff;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: rgb(0, 101.6, 204);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 127, 255, 0.5);
}

.badge-warning {
  color: #252525;
  background-color: #ffcd00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #252525;
  background-color: #cca400;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 205, 0, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #ff3827;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: rgb(243, 19.125, 0);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 56, 39, 0.5);
}

.badge-light {
  color: #252525;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #252525;
  background-color: rgb(218.25, 223.5, 228.75);
}
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: #ffffff;
  background-color: #000;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: black;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.badge-primary-light {
  color: #252525;
  background-color: #f9f9f2;
}
a.badge-primary-light:hover, a.badge-primary-light:focus {
  color: #252525;
  background-color: rgb(232.8947368421, 232.8947368421, 207.1052631579);
}
a.badge-primary-light:focus, a.badge-primary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(249, 249, 242, 0.5);
}

.badge-primary-dark {
  color: #ffffff;
  background-color: #d0ac48;
}
a.badge-primary-dark:hover, a.badge-primary-dark:focus {
  color: #ffffff;
  background-color: rgb(182.2043478261, 146.3608695652, 46.7956521739);
}
a.badge-primary-dark:focus, a.badge-primary-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(208, 172, 72, 0.5);
}

.badge-secondary-light {
  color: #252525;
  background-color: #fff7f2;
}
a.badge-secondary-light:hover, a.badge-secondary-light:focus {
  color: #252525;
  background-color: rgb(255, 215.6153846154, 191);
}
a.badge-secondary-light:focus, a.badge-secondary-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 247, 242, 0.5);
}

.badge-secondary-dark {
  color: #ffffff;
  background-color: #f08b45;
}
a.badge-secondary-dark:hover, a.badge-secondary-dark:focus {
  color: #ffffff;
  background-color: rgb(236.1940298507, 109.5671641791, 21.8059701493);
}
a.badge-secondary-dark:focus, a.badge-secondary-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 139, 69, 0.5);
}

.badge-success-light {
  color: #252525;
  background-color: #f0f8f2;
}
a.badge-success-light:hover, a.badge-success-light:focus {
  color: #252525;
  background-color: rgb(205.2272727273, 231.7727272727, 211.8636363636);
}
a.badge-success-light:focus, a.badge-success-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 248, 242, 0.5);
}

.badge-feminine {
  color: #ffffff;
  background-color: #df91b7;
}
a.badge-feminine:hover, a.badge-feminine:focus {
  color: #ffffff;
  background-color: rgb(211.5070422535, 105.4929577465, 157.1408450704);
}
a.badge-feminine:focus, a.badge-feminine.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(223, 145, 183, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(118.56, 110.24, 85.28);
  background-color: rgb(249.6, 246.4, 236.8);
  border-color: rgb(247.44, 242.96, 229.52);
}
.alert-primary hr {
  border-top-color: rgb(241.6052542373, 233.6676271186, 209.8547457627);
}
.alert-primary .alert-link {
  color: rgb(88.8967346939, 82.6583673469, 63.9432653061);
}

.alert-secondary {
  color: rgb(132.6, 101.4, 79.56);
  background-color: rgb(255, 243, 234.6);
  border-color: rgb(255, 238.2, 226.44);
}
.alert-secondary hr {
  border-top-color: rgb(255, 223.2, 200.94);
}
.alert-secondary .alert-link {
  color: rgb(100.725, 77.025, 60.435);
}

.alert-success {
  color: rgb(0, 96.72, 27.04);
  background-color: rgb(204, 241.2, 214.4);
  border-color: rgb(183.6, 235.68, 198.16);
}
.alert-success hr {
  border-top-color: rgb(163.5305555556, 230.2494444444, 182.1831481481);
}
.alert-success .alert-link {
  color: rgb(0, 45.72, 12.7819354839);
}

.alert-info {
  color: rgb(0, 66.04, 132.6);
  background-color: rgb(204, 229.4, 255);
  border-color: rgb(183.6, 219.16, 255);
}
.alert-info hr {
  border-top-color: rgb(158.1, 206.36, 255);
}
.alert-info .alert-link {
  color: rgb(0, 40.64, 81.6);
}

.alert-warning {
  color: rgb(132.6, 106.6, 0);
  background-color: #fff5cc;
  border-color: rgb(255, 241, 183.6);
}
.alert-warning hr {
  border-top-color: rgb(255, 236, 158.1);
}
.alert-warning .alert-link {
  color: rgb(81.6, 65.6, 0);
}

.alert-danger {
  color: rgb(132.6, 29.12, 20.28);
  background-color: rgb(255, 215.2, 211.8);
  border-color: rgb(255, 199.28, 194.52);
}
.alert-danger hr {
  border-top-color: rgb(255, 175.7869444444, 169.02);
}
.alert-danger .alert-link {
  color: rgb(88.3653061224, 19.4057142857, 13.5146938776);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: rgb(183.6, 183.6, 183.6);
}
.alert-dark hr {
  border-top-color: rgb(170.85, 170.85, 170.85);
}
.alert-dark .alert-link {
  color: black;
}

.alert-primary-light {
  color: rgb(129.48, 129.48, 125.84);
  background-color: rgb(253.8, 253.8, 252.4);
  border-color: rgb(253.32, 253.32, 251.36);
}
.alert-primary-light hr {
  border-top-color: rgb(245.2673684211, 245.2673684211, 233.9126315789);
}
.alert-primary-light .alert-link {
  color: rgb(103.6201162243, 103.6201162243, 100.6998837757);
}

.alert-primary-dark {
  color: rgb(108.16, 89.44, 37.44);
  background-color: rgb(245.6, 238.4, 218.4);
  border-color: rgb(241.84, 231.76, 203.76);
}
.alert-primary-dark hr {
  border-top-color: rgb(236.6291304348, 222.557826087, 183.4708695652);
}
.alert-primary-dark .alert-link {
  color: rgb(70.2742857143, 58.1114285714, 24.3257142857);
}

.alert-secondary-light {
  color: rgb(132.6, 128.44, 125.84);
  background-color: rgb(255, 253.4, 252.4);
  border-color: rgb(255, 252.76, 251.36);
}
.alert-secondary-light hr {
  border-top-color: rgb(255, 237.0676923077, 225.86);
}
.alert-secondary-light .alert-link {
  color: rgb(106.5071966926, 103.0768007632, 100.9328033074);
}

.alert-secondary-dark {
  color: rgb(124.8, 72.28, 35.88);
  background-color: rgb(252, 231.8, 217.8);
  border-color: rgb(250.8, 222.52, 202.92);
}
.alert-secondary-dark hr {
  border-top-color: rgb(248.8970149254, 207.8035820896, 179.3229850746);
}
.alert-secondary-dark .alert-link {
  color: rgb(85.1883495146, 49.3382524272, 24.4916504854);
}

.alert-success-light {
  color: rgb(124.8, 128.96, 125.84);
  background-color: rgb(252, 253.6, 252.4);
  border-color: rgb(250.8, 253.04, 251.36);
}
.alert-success-light hr {
  border-top-color: rgb(233.4136363636, 244.9263636364, 236.2918181818);
}
.alert-success-light .alert-link {
  color: rgb(99.7180327869, 103.0419672131, 100.5490163934);
}

.alert-feminine {
  color: rgb(115.96, 75.4, 95.16);
  background-color: rgb(248.6, 233, 240.6);
  border-color: rgb(246.04, 224.2, 234.84);
}
.alert-feminine hr {
  border-top-color: rgb(240.2935211268, 204.4464788732, 221.9104225352);
}
.alert-feminine .alert-link {
  color: rgb(85.0551086957, 55.3048913043, 69.7985869565);
}

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

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

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

.toast {
  flex-basis: 380px;
  max-width: 380px;
  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.5rem 0.75rem;
  color: #b6b6b1;
  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: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 550px;
    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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -0.125em;
  border: 2px solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 21px;
  height: 21px;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(216.3305084746, 193.4152542373, 124.6694915254) !important;
}

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(0, 135, 37.7419354839) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(0, 101.6, 204) !important;
}

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(243, 19.125, 0) !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: rgb(218.25, 223.5, 228.75) !important;
}

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

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

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

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: rgb(232.8947368421, 232.8947368421, 207.1052631579) !important;
}

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

a.bg-primary-dark:hover, a.bg-primary-dark:focus,
button.bg-primary-dark:hover,
button.bg-primary-dark:focus {
  background-color: rgb(182.2043478261, 146.3608695652, 46.7956521739) !important;
}

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

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(255, 215.6153846154, 191) !important;
}

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

a.bg-secondary-dark:hover, a.bg-secondary-dark:focus,
button.bg-secondary-dark:hover,
button.bg-secondary-dark:focus {
  background-color: rgb(236.1940298507, 109.5671641791, 21.8059701493) !important;
}

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

a.bg-success-light:hover, a.bg-success-light:focus,
button.bg-success-light:hover,
button.bg-success-light:focus {
  background-color: rgb(205.2272727273, 231.7727272727, 211.8636363636) !important;
}

.bg-feminine {
  background-color: #df91b7 !important;
}

a.bg-feminine:hover, a.bg-feminine:focus,
button.bg-feminine:hover,
button.bg-feminine:focus {
  background-color: rgb(211.5070422535, 105.4929577465, 157.1408450704) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-feminine {
  border-color: #df91b7 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(210.4957627119, 184.1228813559, 105.0042372881) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(255, 150, 76.5) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(0, 109.5, 30.6129032258) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(0, 88.9, 178.5) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(178.5, 143.5, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(217.5, 17.1180555556, 0) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

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

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

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(224.8421052632, 224.8421052632, 189.6578947368) !important;
}

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

a.text-primary-dark:hover, a.text-primary-dark:focus {
  color: rgb(161.9152173913, 130.0630434783, 41.5847826087) !important;
}

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

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(255, 199.9230769231, 165.5) !important;
}

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

a.text-secondary-dark:hover, a.text-secondary-dark:focus {
  color: rgb(215.1492537313, 98.3208955224, 17.3507462687) !important;
}

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

a.text-success-light:hover, a.text-success-light:focus {
  color: rgb(187.8409090909, 223.6590909091, 196.7954545455) !important;
}

.text-feminine {
  color: #df91b7 !important;
}

a.text-feminine:hover, a.text-feminine:focus {
  color: rgb(205.7605633803, 85.7394366197, 144.2112676056) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.badge-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  width: 18px;
  height: 18px;
  border-radius: 18px;
  vertical-align: middle;
}

.badge-lg {
  padding: 0.5rem 1rem;
}

.badge-primary-light {
  color: rgb(216.3305084746, 193.4152542373, 124.6694915254);
  background-color: rgba(228, 212, 164, 0.18);
}
.badge-primary-light[href]:hover, .badge-primary-light[href]:focus {
  color: #e4d4a4;
  text-decoration: none;
  background-color: rgba(228, 212, 164, 0.4);
}

.badge-secondary-light {
  color: #ffa566;
  background-color: rgba(255, 195, 153, 0.18);
}
.badge-secondary-light[href]:hover, .badge-secondary-light[href]:focus {
  color: #ffc399;
  text-decoration: none;
  background-color: rgba(255, 195, 153, 0.4);
}

.badge-success-light {
  color: rgb(0, 135, 37.7419354839);
  background-color: rgba(0, 186, 52, 0.18);
}
.badge-success-light[href]:hover, .badge-success-light[href]:focus {
  color: #00ba34;
  text-decoration: none;
  background-color: rgba(0, 186, 52, 0.4);
}

.badge-info-light {
  color: rgb(0, 101.6, 204);
  background-color: rgba(0, 127, 255, 0.18);
}
.badge-info-light[href]:hover, .badge-info-light[href]:focus {
  color: #007fff;
  text-decoration: none;
  background-color: rgba(0, 127, 255, 0.4);
}

.badge-warning-light {
  color: #cca400;
  background-color: rgba(255, 205, 0, 0.18);
}
.badge-warning-light[href]:hover, .badge-warning-light[href]:focus {
  color: #ffcd00;
  text-decoration: none;
  background-color: rgba(255, 205, 0, 0.4);
}

.badge-danger-light {
  color: rgb(243, 19.125, 0);
  background-color: rgba(255, 56, 39, 0.18);
}
.badge-danger-light[href]:hover, .badge-danger-light[href]:focus {
  color: #ff3827;
  text-decoration: none;
  background-color: rgba(255, 56, 39, 0.4);
}

.badge-light-light {
  color: rgb(218.25, 223.5, 228.75);
  background-color: rgba(248, 249, 250, 0.18);
}
.badge-light-light[href]:hover, .badge-light-light[href]:focus {
  color: #f8f9fa;
  text-decoration: none;
  background-color: rgba(248, 249, 250, 0.4);
}

.badge-dark-light {
  color: black;
  background-color: rgba(0, 0, 0, 0.18);
}
.badge-dark-light[href]:hover, .badge-dark-light[href]:focus {
  color: #000;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}

.badge-primary-light-light {
  color: rgb(232.8947368421, 232.8947368421, 207.1052631579);
  background-color: rgba(249, 249, 242, 0.18);
}
.badge-primary-light-light[href]:hover, .badge-primary-light-light[href]:focus {
  color: #f9f9f2;
  text-decoration: none;
  background-color: rgba(249, 249, 242, 0.4);
}

.badge-primary-dark-light {
  color: rgb(182.2043478261, 146.3608695652, 46.7956521739);
  background-color: rgba(208, 172, 72, 0.18);
}
.badge-primary-dark-light[href]:hover, .badge-primary-dark-light[href]:focus {
  color: #d0ac48;
  text-decoration: none;
  background-color: rgba(208, 172, 72, 0.4);
}

.badge-secondary-light-light {
  color: rgb(255, 215.6153846154, 191);
  background-color: rgba(255, 247, 242, 0.18);
}
.badge-secondary-light-light[href]:hover, .badge-secondary-light-light[href]:focus {
  color: #fff7f2;
  text-decoration: none;
  background-color: rgba(255, 247, 242, 0.4);
}

.badge-secondary-dark-light {
  color: rgb(236.1940298507, 109.5671641791, 21.8059701493);
  background-color: rgba(240, 139, 69, 0.18);
}
.badge-secondary-dark-light[href]:hover, .badge-secondary-dark-light[href]:focus {
  color: #f08b45;
  text-decoration: none;
  background-color: rgba(240, 139, 69, 0.4);
}

.badge-success-light-light {
  color: rgb(205.2272727273, 231.7727272727, 211.8636363636);
  background-color: rgba(240, 248, 242, 0.18);
}
.badge-success-light-light[href]:hover, .badge-success-light-light[href]:focus {
  color: #f0f8f2;
  text-decoration: none;
  background-color: rgba(240, 248, 242, 0.4);
}

.badge-feminine-light {
  color: rgb(211.5070422535, 105.4929577465, 157.1408450704);
  background-color: rgba(223, 145, 183, 0.18);
}
.badge-feminine-light[href]:hover, .badge-feminine-light[href]:focus {
  color: #df91b7;
  text-decoration: none;
  background-color: rgba(223, 145, 183, 0.4);
}

.bnnr {
  flex: 1;
  background-color: #ecece9;
  padding: 1px;
  position: relative;
  text-align: center;
}
.bnnr:hover {
  text-decoration: none;
}
.bnnr a {
  text-decoration: none;
}

.bnnr-video video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.bnnr-image {
  background-size: cover;
}
.bnnr-image img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}

.bnnr-content {
  position: relative;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .bnnr-grid-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    margin-bottom: 1px;
  }
}
@media (min-width: 992px) {
  .bnnr-grid-wrapper {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.bnnr-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.bnnr-grid .bnnr {
  background-size: cover;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 66vh;
  padding: 3rem 2rem;
}
@media (max-width: 991.98px) {
  .bnnr-grid .bnnr {
    flex: 0 0 80vw;
  }
}
@media (min-width: 992px) {
  .bnnr-grid .bnnr {
    min-height: 400px;
    height: 70vh;
    max-height: 640px;
    padding: 3rem;
  }
}
.bnnr-grid .bnnr + .bnnr {
  border-left: 1px solid #ffffff;
}
.bnnr-grid .bnnr-video {
  opacity: 0.8;
}
.bnnr-grid .h1,
.bnnr-grid .h2,
.bnnr-grid .h3,
.bnnr-grid .h4,
.bnnr-grid .display-1,
.bnnr-grid .display-2 {
  text-shadow: 0 0 20px #252525, 0 0 5px #000;
}

@keyframes animatedBackground {
  from {
    background-size: auto 100%;
    background-position: 50% 0;
  }
  to {
    background-size: auto 120%;
    background-position: 60% 0;
  }
}
.bnnr-slides {
  overflow: hidden;
}
.bnnr-slides img {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
  opacity: 1;
  transform: scale(1.25);
  animation: CrossFade cubic-bezier(0.4, 0, 0.2, 1) 40s infinite;
}
.bnnr-slides img:nth-child(4) {
  animation-delay: 0s;
}
.bnnr-slides img:nth-child(3) {
  animation-delay: 10s;
}
.bnnr-slides img:nth-child(2) {
  animation-delay: 20s;
}
.bnnr-slides img:nth-child(1) {
  animation-delay: 30s;
}

@keyframes CrossFade {
  25% {
    opacity: 1;
  }
  40% {
    transform: scale(1);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@media (min-width: 992px) {
  .bnnr-with-revealing-button {
    position: relative;
    overflow: hidden;
  }
  .bnnr-with-revealing-button::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    border: 1px solid #e4d4a4;
    border-radius: 0.25rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  .bnnr-with-revealing-button .bnnr-revealing-button {
    display: block;
    height: 42px;
    opacity: 0;
    transform: translateY(42px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 500ms;
  }
  .bnnr-with-revealing-button .bnnr-image img {
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 500ms;
    transform: scale(1);
  }
  .bnnr-with-revealing-button .bnnr-title {
    transform: translateY(42px);
    transition: transform cubic-bezier(0.4, 0, 0.2, 1) 500ms;
  }
  .bnnr-with-revealing-button:hover::before {
    opacity: 1;
  }
  .bnnr-with-revealing-button:hover .bnnr-revealing-button {
    transform: translateY(0);
    opacity: 1;
  }
  .bnnr-with-revealing-button:hover .bnnr-image img {
    transform: scale(1.1);
  }
  .bnnr-with-revealing-button:hover .bnnr-title {
    transform: translateY(0);
  }
}

.bnnr-bottom-gradient {
  position: relative;
}
.bnnr-bottom-gradient::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.44));
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 575.98px) {
  .bnnr-dark-overlay-xs {
    position: relative;
  }
  .bnnr-dark-overlay-xs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 0;
    pointer-events: none;
  }
}

@media (max-width: 575.98px) {
  .bnnr-light-overlay-xs {
    position: relative;
  }
  .bnnr-light-overlay-xs::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: 0;
    pointer-events: none;
  }
}

.bnnr-full-width {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (min-width: 992px) {
  .bnnr-full-width {
    max-width: 1920px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .hide-xs {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  .hide-lg {
    display: none;
  }
}
.bnnr-full-width .bnnr {
  min-height: 66vh;
  padding: 3rem 2rem;
}
@media (min-width: 992px) {
  .bnnr-full-width .bnnr {
    min-height: 400px;
    height: 70vh;
    max-height: 640px;
    padding: 3rem;
  }
}

.container-blog {
  max-width: 768px;
}
.container-blog h1,
.container-blog h3 {
  margin-bottom: 1rem;
}
.container-blog h6 {
  font-weight: 600;
}
.container-blog hr {
  background-color: #e4d4a4;
  opacity: 0.6;
}
.container-blog img {
  max-width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.container-blog img.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .container-blog img.img-center {
    max-width: 80%;
  }
}
.container-blog .row {
  margin-top: 1.5rem;
}
.container-blog .row img {
  margin: initial;
}
.container-blog .highlight {
  padding: 1.8rem 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.container-blog .highlight-sm {
  padding: 0.8rem 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border-left: 3px solid #d0ac48;
  font-weight: 500;
}

.breadcrumb {
  margin-top: 0.5rem;
}
@media (max-width: 767.98px) {
  .breadcrumb {
    font-size: 0.875rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.breadcrumb-item {
  display: flex;
  font-weight: 500;
}
.breadcrumb-item + .breadcrumb-item::before {
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .breadcrumb-item + .breadcrumb-item::before {
    transform: scale(0.5);
    transform-origin: 0 40%;
  }
}
.breadcrumb-item.active {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .breadcrumb-item.active {
    display: none;
  }
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn-link,
.btn-sm,
.btn-group-sm > .btn {
  font-weight: 500;
}

.btn-with-icon {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
}
.btn-with-icon .icon {
  display: flex;
}
.btn-with-icon .icon:last-child {
  margin-left: 1rem;
}

.btn-circle {
  background-color: #ffffff;
  align-items: center;
  border: 1px solid #ecece9;
  border-radius: 11.5px;
  color: #373737;
  display: inline-flex;
  height: 23px;
  justify-content: center;
  line-height: 23px;
  padding: 0;
  text-align: center;
  width: 23px;
}
.btn-circle .icon {
  display: flex;
}

.btn-lg, .btn-group-lg > .btn {
  min-height: calc(1.5em + 1.8rem + 2px);
}

a[class*=" btn-outline-"] {
  background: #ffffff;
}

.card {
  position: relative;
}

.card-header {
  border-bottom: 0;
}
.card-body + .card-header {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

@media (max-width: 991.98px) {
  .card-header-sticky-md {
    position: sticky;
    top: 60px;
    z-index: 1020;
    background-color: #f8f9fa;
  }
}

.card-bg-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card-bg-image-portrait {
  padding-top: 125%;
}

.card-clickable {
  cursor: pointer;
  transform: scale(1);
  transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.card-clickable .card-bg-image {
  background-size: 100%;
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .card-clickable::before {
    content: "";
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    top: 0.5rem;
    right: 0.5rem;
    display: flex;
    border: 1px solid #e4d4a4;
    border-radius: 0.25rem;
    pointer-events: none;
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1;
  }
  .card-clickable:hover {
    transform: scale(1.05);
  }
  .card-clickable:hover .card-bg-image {
    background-size: 105%;
  }
  .card-clickable:hover::before {
    opacity: 1;
  }
}

.card-link {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.cards-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.cards-grid > [class*=col-] {
  display: flex;
  align-items: stretch;
}
.cards-grid > [class*=col-] .card {
  display: flex;
  flex-grow: 1;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cards-grid > [class*=col-] .card {
    min-height: 500px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cards-grid .name {
    max-width: 170px;
  }
}

.card-title {
  color: #676767;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.5px;
}

.card-body + .card-body {
  border-top: 1px solid #ecece9;
}

.card-body-fill {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-body-fill .text-body {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
}

.card-greeting-card {
  cursor: pointer;
}
.card-greeting-card .card-bg-image {
  background-size: cover;
}

@media (max-width: 767.98px) {
  .card-escape-container-edges-on-sm-down {
    margin-left: -1rem;
    margin-right: -1rem;
    border-left: 0;
    border-radius: 0;
  }
}

@media (max-width: 767.98px) {
  .cards-grid-horizontal-swiper-sm-down {
    -webkit-overflow-scrolling: touch;
    display: flex;
    margin-bottom: 0.5rem;
    margin-left: -1rem;
    margin-right: -1rem;
    overflow: scroll;
    padding: 3px 1.25rem 1rem;
    flex-wrap: nowrap;
    flex-direction: row;
  }
  .cards-grid-horizontal-swiper-sm-down > [class*=col-] {
    padding-left: 0;
  }
  .card .cards-grid-horizontal-swiper-sm-down {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .cards-grid-horizontal-swiper-sm-down .card {
    width: 42vw;
  }
}

.card-unavailable .card-bg-image {
  opacity: 0.5;
}

.text-muted.card-body {
  background-color: #fafafa;
  opacity: 0.5;
}
.text-muted .icon {
  color: #757571 !important;
}

.collapsible {
  border-bottom: 1px solid #ecece9;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem;
}

.collapser {
  color: #676767;
  display: flex;
  font-weight: 600;
  justify-content: space-between;
  text-decoration: none !important;
}
.collapser:hover, .collapser:focus {
  text-decoration: none;
}
.collapser::after {
  align-items: center;
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cg fill="none" fill-rule="evenodd" stroke-linecap="round" stroke="%23d0ac48" stroke-width="2"%3E%3Cpath d="M8 11L1 5M15 5l-7 6"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 15px;
  content: "";
  display: inline-flex;
  height: 15px;
  margin-right: 0.5rem;
  transform: rotateX(180deg);
  transform-origin: center;
  transition: all 300ms ease-in-out;
  width: 15px;
  margin-top: 0.25rem;
}
.collapser.collapsed::after {
  transform: rotateX(0deg);
}

.container {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .container-half-width {
    max-width: 496px;
  }
}
@media (min-width: 992px) {
  .container-half-width {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .container-half-width {
    max-width: 670px;
  }
}

.row:not(.no-gutters) {
  margin-right: -6px;
  margin-left: -6px;
}

.row:not(.no-gutters) > .col,
.row:not(.no-gutters) > [class*=col-] {
  padding-right: 6px;
  padding-left: 6px;
}

@media (min-width: 768px) {
  .row:not(.no-gutters) {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row:not(.no-gutters) > .col,
  .row:not(.no-gutters) > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.flags .flag-icon {
  width: 60px;
  height: 48px;
  border-radius: 0.25rem;
  background-size: cover;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.flags .flag-icon::before {
  content: "";
}

.custom-select {
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cg fill="none" fill-rule="evenodd" stroke-linecap="round" stroke="%23d0ac48" stroke-width="2"%3E%3Cpath d="M8 11L1 5M15 5l-7 6"/%3E%3C/g%3E%3C/svg%3E');
  background-size: 15px 15px;
}

.custom-control-label::before, .custom-control-label::after {
  margin-bottom: 0.1rem;
}
.custom-control-label::before {
  top: 0.1rem;
}
.custom-control-label::after {
  top: 0.125rem;
  background: no-repeat 50%/100% 100%;
}

.custom-radio-blocks,
.custom-checkbox-blocks {
  display: flex;
  justify-content: stretch;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}
.custom-radio-blocks .custom-control-label,
.custom-checkbox-blocks .custom-control-label {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 2.5rem;
  background-color: #ffffff;
  color: #373737;
  border: 1px solid #ecece9;
  border-radius: 0.25rem;
  cursor: pointer;
  line-height: 1.4;
  height: 100%;
  justify-content: space-between;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 768px) {
  .custom-radio-blocks .custom-control-label,
  .custom-checkbox-blocks .custom-control-label {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .custom-radio-blocks .custom-control-label,
  .custom-checkbox-blocks .custom-control-label {
    font-size: 1rem;
  }
}
.custom-radio-blocks .custom-control-label::before, .custom-radio-blocks .custom-control-label::after,
.custom-checkbox-blocks .custom-control-label::before,
.custom-checkbox-blocks .custom-control-label::after {
  left: 0.75rem;
  transform: none;
}
.custom-radio-blocks .custom-control-label::before,
.custom-checkbox-blocks .custom-control-label::before {
  top: 1.125rem;
}
.custom-radio-blocks .custom-control-label::after,
.custom-checkbox-blocks .custom-control-label::after {
  top: 1.15rem;
}

.custom-radio-blocks .custom-radio {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  flex-basis: calc(33.3333% - 0.5rem);
  flex-shrink: 0;
  flex-grow: 1;
  max-width: calc(50% - 0.5rem);
  min-height: calc(1.5em + 1.8rem + 2px);
}
.custom-radio-blocks .custom-radio + .custom-radio .custom-control-label {
  margin-left: -1px;
}
.custom-radio-blocks .custom-control-input:checked ~ .custom-control-label {
  position: relative;
  border-color: #d0ac48;
  box-shadow: inset 0 0 0 1px #d0ac48;
  z-index: 1;
}

.custom-radio-2-per-row .custom-radio {
  flex-basis: calc(50% - 0.5rem);
  flex-shrink: 0;
  flex-grow: 0;
}

.custom-radio-1-per-row .custom-radio {
  flex-basis: calc(100% - 0.5rem);
  max-width: calc(100% - 0.5rem);
  flex-shrink: 0;
  flex-grow: 0;
}

.custom-radio-blocks-thumbnail {
  margin-top: -0.3333333333rem;
  margin-bottom: -0.3333333333rem;
  width: 2rem;
  margin-right: 0.5rem;
}

.custom-radio-blocks-logo .custom-control-label {
  text-align: center;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .custom-radio-blocks-logo .custom-control-label {
    padding-right: 2rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.custom-radio-blocks-logo .text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.custom-radio-blocks-logo img {
  max-height: 36px;
  width: auto;
  max-width: 100%;
}

.custom-checkbox-blocks .custom-checkbox {
  margin-left: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0;
  flex-shrink: 0;
  flex-grow: 1;
  max-width: 100%;
  min-height: calc(1.5em + 1.8rem + 2px);
}
.custom-checkbox-blocks .custom-checkbox + .custom-radio .custom-control-label {
  margin-left: -1px;
}
.custom-checkbox-blocks .custom-control-input:checked ~ .custom-control-label {
  position: relative;
  border-color: #d0ac48;
  box-shadow: inset 0 0 0 1px #d0ac48;
  z-index: 1;
}

.custom-radio-blocks-products,
.custom-checkbox-blocks-products {
  text-align: center;
  flex: 0 1 100%;
  margin-left: 0;
}
.custom-radio-blocks-products .custom-control-label,
.custom-checkbox-blocks-products .custom-control-label {
  padding: 1rem;
  align-items: center;
}
.custom-radio-blocks-products .custom-control-label::before, .custom-radio-blocks-products .custom-control-label::after,
.custom-checkbox-blocks-products .custom-control-label::before,
.custom-checkbox-blocks-products .custom-control-label::after {
  left: 1rem;
  top: 1rem;
  margin: 0;
}
.custom-radio-blocks-products .custom-checkbox,
.custom-checkbox-blocks-products .custom-checkbox {
  margin-left: 0;
}
.custom-radio-blocks-products img,
.custom-checkbox-blocks-products img {
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.custom-radio-blocks-products .name,
.custom-checkbox-blocks-products .name {
  font-size: 90%;
  margin-bottom: 0.25rem;
}
.custom-radio-blocks-products .price,
.custom-checkbox-blocks-products .price {
  font-size: 90%;
  font-weight: bold;
}

.custom-radio-card {
  padding-left: 0;
  display: flex;
  flex: 1;
}
.custom-radio-card .custom-control-label {
  display: flex;
  align-items: stretch;
  flex: 1;
}
.custom-radio-card .custom-control-label::before, .custom-radio-card .custom-control-label::after {
  left: 1rem;
  top: 1rem;
  z-index: 1;
}
.custom-radio-card .custom-control-input:checked ~ .custom-control-label .card {
  border-color: #d0ac48;
  box-shadow: 0 0 0 1px #d0ac48;
}

.data-list dt {
  font-size: 11px;
  text-transform: uppercase;
  opacity: 0.5;
}

.data-list-row {
  display: flex;
  flex-direction: row;
}
.data-list-row dl {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.data-list-row dl:last-child {
  margin-right: 0;
}
.data-list-row dd {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .dropdown-mega {
    position: static;
  }
  .dropdown-mega .dropdown-menu {
    position: absolute;
    z-index: 1022;
    justify-content: center;
    border: 0;
    left: 0;
    right: 0;
    top: 80px;
    margin-top: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 2rem 1rem;
  }
  .dropdown-mega .dropdown-menu.show {
    display: flex;
  }
  .dropdown-mega .dropdown-menu .dropdown-header,
  .dropdown-mega .dropdown-menu .dropdown-item {
    padding: 0.25rem 0.5rem;
  }
  .dropdown-mega .dropdown-menu .dropdown-item {
    font-weight: 400;
  }
  .dropdown-mega .dropdown-mega-links-in-2-columns {
    display: block;
    -moz-columns: 2;
         columns: 2;
  }
  .dropdown-mega .dropdown-mega-links-in-2-columns .dropdown-item {
    display: inline-flex;
  }
}
.dropdown-mega .dropdown-mega-section {
  padding: 0 0 2rem;
}
@media (min-width: 992px) {
  .dropdown-mega .dropdown-mega-section {
    padding: 0 2rem;
    display: flex;
    flex-basis: 0;
  }
}
@media (max-width: 991.98px) {
  .dropdown-mega .dropdown-mega-section + .dropdown-mega-section {
    border-top: 1px solid rgba(236, 236, 233, 0.2);
    padding-top: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown-mega .dropdown-mega-section + .dropdown-mega-section {
    border-left: 1px solid #ecece9;
  }
}

.dropdown-header {
  font-weight: 600;
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 992px) {
  .dropdown-header {
    color: #373737;
  }
}

.dropdown-item-sm {
  font-size: 0.875rem;
}

.dropdown-toggle::after {
  display: inline-flex;
  align-items: center;
  border: 0;
  width: 15px;
  height: 15px;
  background-size: 15px;
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cg fill="none" fill-rule="evenodd" stroke-linecap="round" stroke="%23d0ac48" stroke-width="2"%3E%3Cpath d="M8 11L1 5M15 5l-7 6"/%3E%3C/g%3E%3C/svg%3E');
  margin-left: 0.5rem;
  flex-shrink: 0;
}

.dropdown-menu-match-width {
  right: 0;
}

.dropdown-items-multi-columns {
  display: block;
  padding: 0 0.5rem;
  -moz-columns: 2;
       columns: 2;
}
@media (min-width: 768px) {
  .dropdown-items-multi-columns {
    -moz-columns: 3;
         columns: 3;
  }
}
.dropdown-items-multi-columns .dropdown-item {
  display: inline-flex;
  padding: 0.25rem 0.5rem;
}

.feature-bar {
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .feature-bar {
    padding: 2rem;
  }
}

.feature-bar-item {
  display: flex;
  align-items: center;
  flex: 0 0 100%;
}
@media (max-width: 767.98px) {
  .feature-bar-item:not(:first-child) {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .feature-bar-item {
    flex: 0 0 50%;
  }
}
@media (min-width: 992px) {
  .feature-bar-item {
    flex: 0 0 40%;
  }
}

.feature-bar-text {
  flex: 85% 0 0;
  padding: 0 1rem;
}
@media (max-width: 767.98px) {
  .feature-bar-text {
    font-size: 0.875rem;
  }
}

.feature-bar-illustration {
  flex: 15% 0 0;
  text-align: center;
}
.feature-bar-illustration img {
  height: 32px;
}
@media (min-width: 768px) {
  .feature-bar-illustration img {
    height: 48px;
  }
}

label {
  font-size: 0.875rem;
}

@media (max-width: 767.98px) {
  .form-control,
  .form-control-lg,
  .custom-select,
  .custom-select-lg {
    font-size: 16px;
  }
}

.form-group-floating-label {
  display: flex;
  flex-direction: column;
  position: relative;
}
.form-group-floating-label label {
  transition: all 0.2s;
  position: absolute;
  top: 0.3333333333rem;
  left: calc(1rem + 1px);
  z-index: 1;
  font-size: 11px;
}
.form-group-floating-label .form-control-lg {
  padding-bottom: 0;
}
.form-group-floating-label .form-control-lg:-moz-placeholder + label {
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
  transform-origin: left bottom;
  transform: translate(0, 1.035rem) scale(1.5);
  color: #b6b6b1;
}
.form-group-floating-label .form-control-lg:-ms-input-placeholder + label {
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
  transform-origin: left bottom;
  transform: translate(0, 1.035rem) scale(1.5);
  color: #b6b6b1;
}
.form-group-floating-label .form-control-lg:placeholder-shown + label {
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: text;
  transform-origin: left bottom;
  transform: translate(0, 1.035rem) scale(1.5);
  color: #b6b6b1;
}
.form-group-floating-label ::-moz-placeholder {
  -moz-transition: inherit;
  transition: inherit;
  opacity: 0;
}
.form-group-floating-label :-ms-input-placeholder {
  -ms-transition: inherit;
  transition: inherit;
  opacity: 0;
}
.form-group-floating-label ::placeholder {
  transition: inherit;
  opacity: 0;
}
.form-group-floating-label .form-control-lg:not(:-moz-placeholder) + label {
  transform: translate(0, 0) scale(1);
  text-transform: uppercase;
  cursor: pointer;
  color: #373737;
}
.form-group-floating-label .form-control-lg:not(:-ms-input-placeholder) + label {
  transform: translate(0, 0) scale(1);
  text-transform: uppercase;
  cursor: pointer;
  color: #373737;
}
.form-group-floating-label .form-control-lg:not(:placeholder-shown) + label,
.form-group-floating-label .form-control-lg:focus + label {
  transform: translate(0, 0) scale(1);
  text-transform: uppercase;
  cursor: pointer;
  color: #373737;
}

.greeting-card-fan-wrapper {
  display: flex;
  height: 100%;
  min-height: 7rem;
  position: relative;
  cursor: pointer;
}
.greeting-card-fan-wrapper .btn {
  position: absolute;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  text-align: center;
  white-space: nowrap;
}

.greeting-card {
  background: #ffffff;
  background-size: cover;
  height: 120px;
  width: 85px;
  box-shadow: 0 5px 20px rgba(37, 37, 37, 0.2);
}

.greeting-card-fan {
  position: absolute;
  height: 100%;
  width: 100%;
}
.greeting-card-fan div:nth-child(1) {
  transform: translate(-50%, -70%) rotate(-16.6666666667deg) scale(1);
  z-index: 4;
}
.greeting-card-fan div:nth-child(2) {
  transform: translate(-50%, -70%) rotate(-8.3333333333deg) scale(1);
  z-index: 3;
}
.greeting-card-fan div:nth-child(3) {
  transform: translate(-50%, -70%) rotate(0deg) scale(1);
  z-index: 2;
}
.greeting-card-fan div:nth-child(4) {
  transform: translate(-50%, -70%) rotate(8.3333333333deg) scale(1);
  z-index: 1;
}
.greeting-card-fan div:nth-child(5) {
  transform: translate(-50%, -70%) rotate(16.6666666667deg) scale(1);
  z-index: 0;
}
.greeting-card-fan:hover div:nth-child(1) {
  transform: translate(-50%, -70%) rotate(-30deg) scale(1.3);
  z-index: 4;
}
.greeting-card-fan:hover div:nth-child(2) {
  transform: translate(-50%, -70%) rotate(-15deg) scale(1.3);
  z-index: 3;
}
.greeting-card-fan:hover div:nth-child(3) {
  transform: translate(-50%, -70%) rotate(0deg) scale(1.3);
  z-index: 2;
}
.greeting-card-fan:hover div:nth-child(4) {
  transform: translate(-50%, -70%) rotate(15deg) scale(1.3);
  z-index: 1;
}
.greeting-card-fan:hover div:nth-child(5) {
  transform: translate(-50%, -70%) rotate(30deg) scale(1.3);
  z-index: 0;
}
.greeting-card-fan .greeting-card {
  position: absolute;
  left: 50%;
  top: 50%;
  transform-origin: center 130%;
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 5px 30px rgba(37, 37, 37, 0.1);
}

@media (min-width: 992px) {
  .col-lg-sticky-top {
    align-self: flex-start;
    position: sticky;
    top: 1rem;
  }
}

@media (min-width: 992px) {
  .row-links-visible-on-hover .row-link-visible-on-hover {
    opacity: 0;
    transition: opacity 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .row-links-visible-on-hover:hover .row-link-visible-on-hover {
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .w-lg-75 {
    width: 75% !important;
  }
}
@media (max-width: 991.98px) {
  .w-md-100 {
    width: 100% !important;
  }
}
.hamburger {
  padding: 21px 18px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger:not(.collapsed):hover {
  opacity: 1;
}
.hamburger:not(.collapsed) .hamburger-inner,
.hamburger:not(.collapsed) .hamburger-inner::before,
.hamburger:not(.collapsed) .hamburger-inner::after {
  background-color: #fff;
}

.hamburger-box {
  width: 24px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 24px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

.hamburger-slider .hamburger-inner {
  top: 1px;
}
.hamburger-slider .hamburger-inner::before {
  top: 8px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger-slider .hamburger-inner::after {
  top: 16px;
}
.hamburger-slider:not(.collapsed) .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}
.hamburger-slider:not(.collapsed) .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.4285714286px, -6px, 0);
  opacity: 0;
}
.hamburger-slider:not(.collapsed) .hamburger-inner::after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.icon,
.icon svg {
  vertical-align: initial;
  height: 24px;
  width: 24px;
}

.icon-xxl,
.icon-xxl svg {
  height: 64px;
  width: 64px;
}

.icon-lg,
.icon-lg svg {
  height: 32px;
  width: 32px;
}

.icon-sm,
.icon-sm svg {
  height: 16px;
  width: 16px;
}

.icon-xs,
.icon-xs svg {
  height: 9px;
  width: 9px;
}

.icon-text {
  font-size: 9px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 3px;
}

.icon-text-vertical-align {
  margin-top: 0.15rem;
}

.input-group-amount {
  width: 6.5rem;
}
.input-group-amount .btn {
  padding: 0.3333333333rem 0.5rem;
  border: 1px solid #ecece9;
  border-radius: 1rem;
  color: #d0ac48;
  display: inline-flex;
}
.input-group-amount .form-control {
  width: 2rem;
  text-align: center;
  font-weight: 600;
}

.input-group-append .btn {
  padding: 0.3333333333rem 1rem;
}

.jumbotron {
  position: relative;
}
.jumbotron .container {
  position: relative;
  z-index: 1;
}

.jumbotron-cover-image {
  background-size: cover;
  background-position: center bottom;
  position: relative;
  z-index: 0;
}

.jumbotron-cover-video {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

h5.h-default {
  font-weight: 200 !important;
}

.modal-header .close {
  padding: 1.25rem;
}
.modal-header .close .icon {
  display: flex;
}

.modal-side-panel {
  margin: 0 0 0 auto;
  box-shadow: 0 -20px 20px rgba(0, 0, 0, 0.8);
}
@media (min-width: 576px) {
  .modal-side-panel {
    min-width: 550px;
    max-width: 75vw;
  }
}
.modal-side-panel .modal-content {
  background-color: #f9f9f2;
  border: 0;
  border-radius: 0;
  min-height: 100vh;
}
.modal-side-panel .modal-footer {
  border-top: 1px solid #ecece9;
  background-color: #f9f9f2;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.modal-side-panel .pane-header,
.modal-side-panel .pane-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.modal-side-panel .pane-body .table tr td:first-child,
.modal-side-panel .pane-body .table tr th:first-child {
  padding-left: 1.5rem;
}
.modal-side-panel .pane-body .table tr td:last-child,
.modal-side-panel .pane-body .table tr th:last-child {
  padding-right: 1.5rem;
}

.modal-side-panel-fixed-footer .modal-body {
  overflow: auto;
  height: calc(100vh - 96px);
}
@media (max-width: 991.98px) {
  .modal-side-panel-fixed-footer .modal-footer {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1031;
  }
}

.modal-side-panel-fixed-header .modal-body {
  overflow: auto;
  height: calc(100vh - 64px);
}
.modal-side-panel-fixed-header .modal-header {
  height: 64px;
}

.modal-side-panel-fixed-header.modal-side-panel-fixed-footer .modal-body {
  overflow: auto;
  height: calc(100vh - 64px - 96px);
}

.modal.nested {
  z-index: 1054;
}
.modal.show {
  padding-right: 0 !important;
}

.modal-backdrop + .modal-backdrop {
  z-index: 1052;
}

.nav-link {
  font-weight: 500;
  color: #373737;
}

.nav-tabs .nav-item + .nav-item {
  margin-left: 1rem;
}
.nav-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding-left: 0;
  padding-right: 0;
}
.nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #d0ac48;
}
.nav-tabs .nav-link:hover:not(.active) {
  border: 0;
  border-bottom: 2px solid rgb(161.9152173913, 130.0630434783, 41.5847826087);
}

.nav-item-badge {
  position: relative;
}
.nav-item-badge .badge {
  position: absolute;
  top: 0.75rem;
  left: 60%;
}
@media (min-width: 992px) {
  .nav-item-badge .badge {
    top: 1.5rem;
  }
}

.nav-item.dropdown .dropdown-menu {
  z-index: 1030;
}

.nav-section-tabs {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.nav-section-tabs::before, .nav-section-tabs::after {
  content: "";
  display: flex;
  width: 100%;
  margin-left: auto;
  border-top: 1px solid #e4d4a4;
  height: 1px;
}
.nav-section-tabs::before {
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .nav-section-tabs::before {
    margin-right: 1.5rem;
  }
}
.nav-section-tabs::after {
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .nav-section-tabs::after {
    margin-left: 1.5rem;
  }
}
.nav-section-tabs .nav-item + .nav-item {
  position: relative;
  margin-left: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .nav-section-tabs .nav-item + .nav-item {
    margin-left: 1.5rem;
    padding-left: 1.5rem;
  }
}
.nav-section-tabs .nav-item + .nav-item::before {
  content: "";
  display: block;
  top: 0.5rem;
  bottom: 0.5rem;
  left: 0;
  border-left: 1px solid #e4d4a4;
  position: absolute;
}
.nav-section-tabs .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  padding-left: 0;
  padding-right: 0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  color: #d0ac48;
  text-align: center;
}
.nav-section-tabs .nav-link:hover {
  color: rgb(161.9152173913, 130.0630434783, 41.5847826087);
}
@media (min-width: 768px) {
  .nav-section-tabs .nav-link {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
.nav-section-tabs .nav-link.active {
  color: #373737;
}

@media (max-width: 991.98px) {
  .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    z-index: 1030;
  }
}

.navbar-dark {
  background-color: #000;
}

.navbar-toggler {
  height: 60px;
  width: 60px;
  border-radius: 0;
  border: 0;
  position: fixed;
  top: 0;
  z-index: 1031;
}

.navbar-brand {
  margin-right: auto;
  padding: 0.75rem 0;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    margin-left: 60px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
    padding: 1rem 1rem 1rem 0;
  }
}
.navbar-brand img {
  height: calc(60px - 2rem);
}
@media (min-width: 992px) {
  .navbar-brand img {
    height: calc(80px - 2rem);
  }
}
.navbar-brand img.img-lg {
  height: calc(60px - 1rem);
}
@media (min-width: 992px) {
  .navbar-brand img.img-lg {
    height: calc(80px - 1rem);
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    margin-left: auto;
    margin-right: auto;
  }
}
.navbar-nav .nav-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.25px;
  white-space: normal;
}
@media (min-width: 992px) {
  .navbar-nav .nav-link {
    height: 80px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .navbar-nav .nav-link .nav-text {
    flex-shrink: 0;
    flex-grow: 0;
    flex-basis: auto;
  }
}

.navbar-nav-icons {
  display: flex;
  flex-direction: row;
}
@media (max-width: 991.98px) {
  .navbar-nav-icons {
    margin-right: 0.5rem;
  }
}
.navbar-nav-icons .nav-link.nav-link-with-icon {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  letter-spacing: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 1200px) {
  .navbar-nav-icons .nav-link.nav-link-with-icon {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    background-color: #000;
    bottom: 0;
    display: block !important;
    flex-direction: column;
    pointer-events: none;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transform: translateX(-100vw);
    transition: transform 100ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1030;
  }
  .navbar-collapse.show {
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    pointer-events: all;
    transform: translateX(0);
  }
  .navbar-collapse .btn-link {
    color: #ffffff;
    font-weight: 600;
  }
  .navbar-collapse .nav-item {
    margin-bottom: 1rem;
  }
  .navbar-collapse .nav-link {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
  }
  .navbar-collapse .dropdown-menu {
    background: transparent;
    margin-bottom: 2rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    font-size: 1.25rem;
  }
  .navbar-collapse .dropdown-menu .dropdown-item {
    color: #ffffff;
  }
  .navbar-collapse .dropdown-menu .dropdown-item:hover {
    background-color: #d0ac48;
  }
}

@media (max-width: 991.98px) {
  .navbar-nav-main {
    width: 100%;
    padding: 2rem 4rem;
  }
}
@media (min-width: 992px) {
  .navbar-nav-main .dropdown-toggle::after {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav-main .dropdown-toggle::after {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .navbar-nav-main .mobile-only {
    display: none;
  }
}

body.navbar-open-on-mobile {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  body.navbar-offset {
    padding-top: 60px;
  }
}

@media (min-width: 768px) {
  .image-fill-half-width {
    position: sticky;
    top: 60px;
    z-index: 0;
  }
}
@media (min-width: 992px) {
  .image-fill-half-width {
    height: 100vh;
    text-align: right;
    background-color: #ffffff;
    top: 0;
  }
}
.image-fill-half-width img {
  width: 100%;
}
@media (max-width: 767.98px) {
  .image-fill-half-width img {
    background-color: #e4d4a4;
    min-height: 60vh;
  }
}
@media (min-width: 992px) {
  .image-fill-half-width img {
    width: 50vw;
    height: 100vh;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}
@media (max-aspect-ratio: 5/2) {
  .image-fill-half-width img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 100% 0;
       object-position: 100% 0;
  }
}
@media (max-aspect-ratio: 3/2) {
  .image-fill-half-width img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.image-fill-half-width img.image-never-crop-edges {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 100% 0;
     object-position: 100% 0;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.img-thumbnail-square {
  -o-object-fit: cover;
     object-fit: cover;
  height: 5rem;
  width: 5rem;
  border-radius: 0.25rem;
}

.img-thumbnail-square-auto {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: 100%;
  max-width: 12rem;
}

.img-thumbnail-square-sm {
  height: 6rem;
  width: 6rem;
}

.img-thumbnail-square-xs {
  height: 4rem;
  width: 4rem;
}

.img-thumbnail-variation {
  height: 4rem;
  width: 4rem;
  background-color: #ffffff;
  border-radius: 2rem;
  border: 10px solid #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.img-thumbnail-greeting-card {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 3px 10px rgba(37, 37, 37, 0.2);
}

.ribbon-anchor {
  position: relative;
}
.ribbon-anchor .ribbon-container-bottom {
  top: initial;
  bottom: 0;
  right: -5px;
}

.ribbon-container {
  position: absolute;
  top: 2rem;
  right: 0;
}
@media (min-width: 768px) {
  .ribbon-container {
    right: -10px;
  }
}
.ribbon-container > .ribbon {
  position: relative;
  right: 0;
  margin-bottom: 1rem;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  height: 35px;
  background: #d0ac48;
}
.ribbon-container > .ribbon:before {
  width: 10px;
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  bottom: 0;
  height: 0;
  border-right-width: 10px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-right-style: solid;
  border-top-width: 17.5px;
  border-bottom-width: 17.5px;
  transform: scaleX(1.05);
}
@media (min-width: 768px) {
  .ribbon-container > .ribbon {
    height: 45px;
  }
  .ribbon-container > .ribbon:before {
    border-top-width: 22.5px;
    border-bottom-width: 22.5px;
  }
}
.ribbon-container > .ribbon.ribbon-xs {
  height: 28px;
  font-size: 0.875rem;
  z-index: 20;
}
.ribbon-container > .ribbon.ribbon-xs:before {
  border-top-width: 14px;
  border-bottom-width: 14px;
}
.ribbon-container > .ribbon > .ribbon-content {
  align-self: center;
  padding: 0 1.5rem;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.1;
  width: 100%;
  text-align: center;
}
.ribbon-container > .ribbon::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #d0ac48;
}
.ribbon-container > .ribbon.ribbon-2 {
  background: #df91b7;
}
.ribbon-container > .ribbon.ribbon-2::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #df91b7;
}
.ribbon-container > .ribbon.ribbon-3 {
  background: #00ba34;
}
.ribbon-container > .ribbon.ribbon-3::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #00ba34;
}
.ribbon-container > .ribbon.ribbon-4 {
  background: #ffcd00;
}
.ribbon-container > .ribbon.ribbon-4::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #ffcd00;
}
.ribbon-container > .ribbon.ribbon-5 {
  background: #c50623;
}
.ribbon-container > .ribbon.ribbon-5::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #c50623;
}
.ribbon-container > .ribbon.ribbon-6 {
  background: #007fff;
}
.ribbon-container > .ribbon.ribbon-6::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #007fff;
}
.ribbon-container > .ribbon.ribbon-7 {
  background: #2ccec1;
}
.ribbon-container > .ribbon.ribbon-7::before {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: #2ccec1;
}

.section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.section-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.section-title > * {
  padding-left: 1rem;
  padding-right: 1rem;
}
.section-title::before, .section-title::after {
  content: "";
  display: flex;
  width: 100%;
  margin-left: auto;
  border-top: 1px solid #e4d4a4;
  height: 1px;
}

.spinner-mercury-man {
  display: flex;
  justify-content: center;
  align-items: center;
}
.spinner-mercury-man .spinner-wrapper {
  position: relative;
  width: 112px;
  height: 99px;
}
.spinner-mercury-man .spinner-border {
  position: absolute;
  left: 11px;
  top: 3px;
  width: 96px;
  height: 96px;
  color: #d0ac48;
}
.spinner-mercury-man .mercury-man {
  position: absolute;
}

.table-no-edge-padding tr td:first-child,
.table-no-edge-padding tr th:first-child {
  padding-left: 0;
}
.table-no-edge-padding tr td:last-child,
.table-no-edge-padding tr th:last-child {
  padding-right: 0;
}

.toast {
  width: 380px;
  z-index: 1030;
}
@media (max-width: 575.98px) {
  .toast {
    width: calc(100vw - 2rem);
    max-width: calc(100vw - 2rem);
  }
}

.toast-bottom-left {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
}
@media (min-width: 992px) {
  .toast-bottom-left {
    left: 24px;
    bottom: 24px;
  }
}

.toast-bottom-center {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
}
@media (min-width: 992px) {
  .toast-bottom-center {
    transform: translateX(-50%);
    left: 50%;
    bottom: 24px;
  }
}

.toast-header {
  background-color: #f9f9f2;
  border-bottom: 0;
}
.toast-header .close .icon {
  display: flex;
}

.toast-body {
  font-size: 0.875rem;
}

.display-xxl {
  font-size: 4.5rem;
}
@media (min-width: 768px) {
  .display-xxl {
    font-size: 6rem;
  }
}

.display-1 {
  font-size: 4rem;
}
@media (min-width: 768px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .display-2 {
    font-size: 4rem;
  }
}

.display-3 {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .display-3 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.h-classic {
  font-family: "Playfair Display", serif;
}

.h-romantic {
  font-family: "Great Vibes", cursive;
  line-height: 0.9;
}

.h-default {
  font-family: "Montserrat", sans-serif;
  line-height: 1.3;
}

b,
strong {
  font-weight: 600;
}

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4 {
  margin-top: 3rem;
}

.display-with-icon {
  display: flex;
  align-items: center;
}
.display-with-icon .icon {
  margin-right: 0.5rem;
}

.text-large {
  font-size: 1.25rem;
}

.text-with-btn {
  font-size: 1rem;
}

.text-price {
  white-space: nowrap;
  font-weight: 500;
}

.text-price-sm {
  font-size: 0.875rem;
}

.text-price-lg {
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #d0ac48;
}

.text-price-xl {
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: #f08b45;
}

.text-price-xxl {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 400;
  color: #f08b45;
}

.text-polar-green {
  color: #f0f8f2 !important;
}

.text-shadow-green {
  color: #9ac0b2 !important;
}

.text-green {
  color: #00ba34 !important;
}

.text-warm-green {
  color: #064e0c !important;
}

.text-dark-green {
  color: #0b654c !important;
}

.text-teal {
  color: #20c997 !important;
}

.text-turquoise {
  color: #2ccec1 !important;
}

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

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

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

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

.text-dark-blue {
  color: #5156a9 !important;
}

.text-violet {
  color: #6610f2 !important;
}

.text-purple {
  color: #7851a9 !important;
}

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

.text-red {
  color: #ff3827 !important;
}

.text-pink {
  color: #df91b7 !important;
}

.text-romantic {
  color: #ffc399 !important;
}

.text-seashell {
  color: #fff7f2 !important;
}

.text-sea-buckthorn {
  color: #f08b45 !important;
}

.text-orange {
  color: #fd7e14 !important;
}

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

.text-gold {
  color: #d0ac48 !important;
}

.text-beige {
  color: #e4d4a4 !important;
}

.text-pre-wrap {
  white-space: pre-wrap;
}

.text-shadow {
  text-shadow: 0 0 10px #252525, 0 0 5px #000 !important;
}

.text-shadow-light {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7) !important;
}

.text-shadow-m {
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.3647058824) !important;
}

.text-shadow-dark-bg {
  text-shadow: 0 0 10px #f8f9fa, 0 0 5px #ffffff !important;
}

.text-shadow-white {
  text-shadow: 0 0 2px #FFF, 0 0 10px #FFF !important;
}

.text-override-wysiwyg-styles,
.text-override-wysiwyg-styles div,
.text-override-wysiwyg-styles span,
.text-override-wysiwyg-styles p {
  font-family: "Montserrat", sans-serif !important;
  font-size: 1rem !important;
  color: #373737 !important;
}
.text-override-wysiwyg-styles u {
  text-decoration: none;
}
.text-override-wysiwyg-styles img {
  display: none;
}

.list-links {
  list-style: none;
  padding-left: 1rem;
}
.list-links li {
  margin-bottom: 0.5rem;
}
.list-links li::before {
  color: #d0ac48;
  content: "•";
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1;
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}

.number-round {
  height: 2em;
  width: 2em;
  text-align: center;
  border: 2px solid;
}

.datepicker {
  border-radius: 0.25rem;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 12px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 13px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 12px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 13px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker table {
  border-spacing: 4px;
  border-collapse: separate;
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 40px;
  height: 40px;
  border: none;
}
.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day {
  color: #d0ac48;
  font-weight: 600;
  background-color: #f9f9f2;
}
.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #d0ac48;
  color: #ffffff;
  cursor: pointer;
}
.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  font-weight: 400;
  color: #b6b6b1;
  cursor: default;
}
.datepicker table tr td.highlighted {
  border-radius: 0;
}
.datepicker table tr td.highlighted:hover, .datepicker table tr td.highlighted.focused {
  background: rgb(236.1940298507, 109.5671641791, 21.8059701493);
}
.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #f08b45;
  color: #b6b6b1;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #b6b6b1;
}
.datepicker table tr td.range {
  border-radius: 0;
}
.datepicker table tr td.range.focused {
  background: rgb(219.5, 219.5, 219.5);
}
.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #f5f5f5;
  color: #b6b6b1;
}
.datepicker table tr td.range.highlighted.focused {
  background: rgb(216.2540983607, 216.2540983607, 212.2459016393);
}
.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: rgb(240.5, 240.5, 239);
  color: #b6b6b1;
}
.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: rgb(250, 205, 122.5);
  color: #b6b6b1;
}
.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted {
  color: #ffffff;
  background-color: #f08b45;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #f5f5f5;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #b6b6b1;
  cursor: default;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #b6b6b1;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #f5f5f5;
}
.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker-dropdown {
  padding: 0 0.5rem;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.5;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.typeahead {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1080;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.typeahead li {
  line-height: 20px;
}

.typeahead a {
  display: block;
  padding: 3px 1rem;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #373737;
  white-space: nowrap;
  text-decoration: none;
}

.typeahead .active > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #d0ac48;
  outline: 0;
}

.typeahead.hidden {
  display: none;
}

.clamp {
  position: relative;
  z-index: 1;
}
.clamp.clamp-enabled .clamp-content {
  height: 7.3em;
  overflow: hidden;
}
.clamp.clamp-enabled:hover::before {
  border-color: #d0ac48;
}
.clamp.clamp-enabled::before {
  cursor: pointer;
  content: "";
  display: block;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  width: 32px;
  height: 32px;
  border: 1px solid #ecece9;
  border-radius: 16px;
  z-index: 3;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml,%3C%3Fxml version="1.0" encoding="UTF-8"%3F%3E%3Csvg width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"%3E%3Cg fill="none" fill-rule="evenodd" stroke-linecap="round" stroke="%23d0ac48" stroke-width="2"%3E%3Cpath d="M8 11L1 5M15 5l-7 6"/%3E%3C/g%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.clamp.clamp-enabled::after {
  content: "";
  display: block;
  cursor: pointer;
  background: linear-gradient(rgba(249, 249, 242, 0) 0%, #f9f9f2 90%);
  height: 48px;
  margin-top: -48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #ecece9;
  z-index: 2;
  position: relative;
}

.cards-grid > .not-available {
  display: none;
}

@media screen {
  .paper-sheet {
    margin: 0 auto 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    padding: 1rem;
    background-color: #FFF;
    max-width: 210mm;
    font-size: 0.8rem;
  }
}
@media screen and (min-width: 576px) {
  .paper-sheet {
    margin: 1rem auto;
    padding: 4rem 3rem;
  }
}
@media print {
  .paper-sheet {
    padding: 1rem 0 0;
  }
  .paper-sheet button {
    display: none;
  }
  body {
    padding: 0;
    font-size: 12pt;
    background-color: transparent;
  }
  body > *:not(.wrapper) {
    display: none !important;
  }
}
.picture-gallery {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.picture-gallery > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 5vw;
  height: 5vw;
  min-height: 3.25rem;
  min-width: 3.25rem;
  border: 1px solid #000;
  cursor: pointer;
}
.picture-gallery > img.hidden {
  visibility: hidden;
}
.picture-gallery > img.active {
  border: 3px solid #e4d4a4;
}

.icon svg.feather-trash, .card-body .d-md-flex .icon span {
  color: #c50623 !important;
}

.small-2 {
  font-size: 60% !important;
}

.bg-dark-green {
  background-color: #0b654c !important;
}

.bg-warm-green {
  background-color: #064e0c !important;
}

.datepicker-dropdown {
  z-index: 10000 !important;
}

@media only screen and (max-width: 600px) {
  .hide-small-screen {
    display: none;
  }
}
footer div.payment-methods img {
  width: auto;
  height: 40px;
}

@media only screen and (max-width: 470px) {
  .product .datepicker-dropdown {
    left: 5px !important;
  }
}
@media only screen and (max-width: 550px) {
  footer div.payment-methods img {
    width: auto;
    height: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .custom-radio-blocks-logo .custom-control-label {
    padding-top: 0.5rem;
  }
}
.company-billing-address.small {
  font-size: 80%;
}

/* Category page name and description */
.botanicum h1.h2, .botanicum h1 {
  color: #0b654c !important;
}

.botanicum .category-description {
  color: #064e0c !important;
}

/* Product page product picture design */
.botanicum .card-body {
  background-color: #0b654c !important;
  border: none;
}

.botanicum .card-clickable::before {
  border: 1px solid #9ac0b2;
}

.botanicum .card-bg-image {
  border-bottom: 2px solid #9ac0b2 !important;
}

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

.botanicum .text-price-xl {
  color: #d0ac48 !important;
}

.botanicum .alert-secondary {
  color: #0b654c;
  background-color: #9ac0b2;
  border-color: #9ac0b2;
}

/* Category header banner */
.botanicum-banner img {
  width: 100px;
  max-width: 100px;
  padding-bottom: 50px;
  display: inline;
}
@media (max-width: 767.98px) {
  .botanicum-banner img {
    width: 60px;
  }
}
@media (max-width: 767.98px) {
  .botanicum-banner img {
    padding-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  .display-4 {
    font-size: 2rem !important;
  }
}
div.botanicum-banner {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3rem;
  padding-bottom: 6rem;
}

/* text area width for small screens */
@media (max-width: 991.98px) {
  div.botanicum-banner {
    max-width: 500px;
  }
}
@media (max-width: 767.98px) {
  div.botanicum-banner {
    max-width: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/* First page banner with button */
.botanicum-banner .btn {
  font-weight: 200;
}

.botanicum-banner .border-inside-container::before {
  border: 1px solid #9ac0b2;
}

/* botanicum menu */
.nav-link.dropdown-toggle [data-category-id="425"] {
  color: #0b654c !important;
}

.nav-link.dropdown-toggle [data-category-id="425"] span.nav-text {
  color: #3b8771 !important;
}

[data-category-id="425"] span.nav-text {
  color: #0b654c !important;
}

.dropdown-item [data-category-id="420"] {
  color: #3b8771 !important;
  font-weight: 400 !important;
}

.dropdown-item [data-category-id="420"]:hover, .dropdown-item [data-category-id="420"]:focus {
  color: #ffffff !important;
  background-color: #0b654c !important;
}

.bg-primary {
  color: #252525;
}
.bg-primary h1,
.bg-primary h2,
.bg-primary h3,
.bg-primary h4,
.bg-primary h5,
.bg-primary h6,
.bg-primary .h1,
.bg-primary .h2,
.bg-primary .h3,
.bg-primary .h4,
.bg-primary .h5,
.bg-primary .h6 {
  color: #676767;
}
.bg-primary a:not(.btn) {
  color: #d0ac48;
}
.bg-primary .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-secondary {
  color: #252525;
}
.bg-secondary h1,
.bg-secondary h2,
.bg-secondary h3,
.bg-secondary h4,
.bg-secondary h5,
.bg-secondary h6,
.bg-secondary .h1,
.bg-secondary .h2,
.bg-secondary .h3,
.bg-secondary .h4,
.bg-secondary .h5,
.bg-secondary .h6 {
  color: #676767;
}
.bg-secondary a:not(.btn) {
  color: #d0ac48;
}
.bg-secondary .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-success {
  color: #ffffff;
}
.bg-success h1,
.bg-success h2,
.bg-success h3,
.bg-success h4,
.bg-success h5,
.bg-success h6,
.bg-success .h1,
.bg-success .h2,
.bg-success .h3,
.bg-success .h4,
.bg-success .h5,
.bg-success .h6 {
  color: #ffffff;
}
.bg-success a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-success .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-info {
  color: #ffffff;
}
.bg-info h1,
.bg-info h2,
.bg-info h3,
.bg-info h4,
.bg-info h5,
.bg-info h6,
.bg-info .h1,
.bg-info .h2,
.bg-info .h3,
.bg-info .h4,
.bg-info .h5,
.bg-info .h6 {
  color: #ffffff;
}
.bg-info a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-info .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-warning {
  color: #252525;
}
.bg-warning h1,
.bg-warning h2,
.bg-warning h3,
.bg-warning h4,
.bg-warning h5,
.bg-warning h6,
.bg-warning .h1,
.bg-warning .h2,
.bg-warning .h3,
.bg-warning .h4,
.bg-warning .h5,
.bg-warning .h6 {
  color: #676767;
}
.bg-warning a:not(.btn) {
  color: #d0ac48;
}
.bg-warning .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-danger {
  color: #ffffff;
}
.bg-danger h1,
.bg-danger h2,
.bg-danger h3,
.bg-danger h4,
.bg-danger h5,
.bg-danger h6,
.bg-danger .h1,
.bg-danger .h2,
.bg-danger .h3,
.bg-danger .h4,
.bg-danger .h5,
.bg-danger .h6 {
  color: #ffffff;
}
.bg-danger a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-danger .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-light {
  color: #252525;
}
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-light .h1,
.bg-light .h2,
.bg-light .h3,
.bg-light .h4,
.bg-light .h5,
.bg-light .h6 {
  color: #676767;
}
.bg-light a:not(.btn) {
  color: #d0ac48;
}
.bg-light .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-dark {
  color: #ffffff;
}
.bg-dark h1,
.bg-dark h2,
.bg-dark h3,
.bg-dark h4,
.bg-dark h5,
.bg-dark h6,
.bg-dark .h1,
.bg-dark .h2,
.bg-dark .h3,
.bg-dark .h4,
.bg-dark .h5,
.bg-dark .h6 {
  color: #ffffff;
}
.bg-dark a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-dark .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-primary-light {
  color: #252525;
}
.bg-primary-light h1,
.bg-primary-light h2,
.bg-primary-light h3,
.bg-primary-light h4,
.bg-primary-light h5,
.bg-primary-light h6,
.bg-primary-light .h1,
.bg-primary-light .h2,
.bg-primary-light .h3,
.bg-primary-light .h4,
.bg-primary-light .h5,
.bg-primary-light .h6 {
  color: #676767;
}
.bg-primary-light a:not(.btn) {
  color: #d0ac48;
}
.bg-primary-light .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-primary-dark {
  color: #ffffff;
}
.bg-primary-dark h1,
.bg-primary-dark h2,
.bg-primary-dark h3,
.bg-primary-dark h4,
.bg-primary-dark h5,
.bg-primary-dark h6,
.bg-primary-dark .h1,
.bg-primary-dark .h2,
.bg-primary-dark .h3,
.bg-primary-dark .h4,
.bg-primary-dark .h5,
.bg-primary-dark .h6 {
  color: #ffffff;
}
.bg-primary-dark a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-primary-dark .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-secondary-light {
  color: #252525;
}
.bg-secondary-light h1,
.bg-secondary-light h2,
.bg-secondary-light h3,
.bg-secondary-light h4,
.bg-secondary-light h5,
.bg-secondary-light h6,
.bg-secondary-light .h1,
.bg-secondary-light .h2,
.bg-secondary-light .h3,
.bg-secondary-light .h4,
.bg-secondary-light .h5,
.bg-secondary-light .h6 {
  color: #676767;
}
.bg-secondary-light a:not(.btn) {
  color: #d0ac48;
}
.bg-secondary-light .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-secondary-dark {
  color: #ffffff;
}
.bg-secondary-dark h1,
.bg-secondary-dark h2,
.bg-secondary-dark h3,
.bg-secondary-dark h4,
.bg-secondary-dark h5,
.bg-secondary-dark h6,
.bg-secondary-dark .h1,
.bg-secondary-dark .h2,
.bg-secondary-dark .h3,
.bg-secondary-dark .h4,
.bg-secondary-dark .h5,
.bg-secondary-dark .h6 {
  color: #ffffff;
}
.bg-secondary-dark a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-secondary-dark .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-success-light {
  color: #252525;
}
.bg-success-light h1,
.bg-success-light h2,
.bg-success-light h3,
.bg-success-light h4,
.bg-success-light h5,
.bg-success-light h6,
.bg-success-light .h1,
.bg-success-light .h2,
.bg-success-light .h3,
.bg-success-light .h4,
.bg-success-light .h5,
.bg-success-light .h6 {
  color: #676767;
}
.bg-success-light a:not(.btn) {
  color: #d0ac48;
}
.bg-success-light .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-feminine {
  color: #ffffff;
}
.bg-feminine h1,
.bg-feminine h2,
.bg-feminine h3,
.bg-feminine h4,
.bg-feminine h5,
.bg-feminine h6,
.bg-feminine .h1,
.bg-feminine .h2,
.bg-feminine .h3,
.bg-feminine .h4,
.bg-feminine .h5,
.bg-feminine .h6 {
  color: #ffffff;
}
.bg-feminine a:not(.btn) {
  color: #ffffff;
  text-decoration: none;
}
.bg-feminine .text-muted {
  color: inherit !important;
  opacity: 0.66;
}

.bg-gray-100 {
  background-color: #f8f9fa;
  color: #252525;
}

.bg-gray-200 {
  background-color: #f5f5f5;
  color: #252525;
}

.bg-gray-300 {
  background-color: #f3f3ef;
  color: #252525;
}

.bg-gray-400 {
  background-color: #ecece9;
  color: #252525;
}

.bg-gray-500 {
  background-color: #ddddd9;
  color: #252525;
}

.bg-gray-600 {
  background-color: #b6b6b1;
  color: #252525;
}

.bg-gray-700 {
  background-color: #676767;
  color: #ffffff;
}

.bg-gray-800 {
  background-color: #373737;
  color: #ffffff;
}

.bg-gray-900 {
  background-color: #252525;
  color: #ffffff;
}

.bg-rubber-band-scroll-color .wrapper {
  background-color: #f9f9f2;
}
.bg-rubber-band-scroll-color::before {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 50vh;
  background-color: #000;
  z-index: -100;
}

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

@media (min-width: 992px) {
  @supports (position: sticky) {
    .sticky-top-lg {
      position: sticky;
      top: 0;
      z-index: 1020;
    }
  }
}

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

.fade-in {
  animation: fade-in 250ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.scale-in-ver-top {
  animation: scale-in-ver-top 250ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-11 12:28:51
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-in-ver-top
 * ----------------------------------------
 */
@keyframes scale-in-ver-top {
  0% {
    transform: scaleY(0);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
.fade-in-top {
  animation: fade-in-top 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-30 10:50:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@keyframes fade-in-top {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-right {
  animation: fade-in-right 500ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-30 10:50:50
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@keyframes fade-in-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right 250ms cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right-delay {
  transform-origin: 100% 0;
  animation: scale-in 500ms cubic-bezier(0.4, 0, 0.2, 1) 2s both;
}

@keyframes scale-in {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes drawAttentionToContainer {
  from {
    box-shadow: 0 0 100px 200px rgba(208, 172, 72, 0);
  }
  10% {
    box-shadow: 0 0 100px 200px rgba(208, 172, 72, 0.5);
  }
  to {
    box-shadow: 0 0 0 0 rgba(208, 172, 72, 0);
  }
}
@media (min-width: 992px) {
  .draw-attention {
    z-index: 10;
    animation-name: drawAttentionToContainer;
    animation-duration: 3s;
    animation-fill-mode: both;
    animation-iteration-count: 1;
  }
}

.border-inside-container {
  position: relative;
}
.border-inside-container::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  top: 1rem;
  right: 1rem;
  display: flex;
  border: 1px solid #d0ac48;
  pointer-events: none;
  z-index: 1;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}
