/*
	Theme Name: Clayton Redwood Falls
	Author: Visualink Creative
	Description: CHBG Child Theme
	Template: chbg-base
	Version: 1.0.0
	Text Domain: chbg-redwood
*/
@font-face {
  font-family: 'Begum';
  font-weight: 700;
  src: url("fonts/begum-semibold.otf") format("otf"), url("fonts/begum-semibold.woff2") format("woff2"), url("fonts/begum-semibold.woff") format("woff"); }
@font-face {
  font-family: 'Begum';
  font-weight: 400;
  src: url("fonts/begum-semibold.otf") format("otf"), url("fonts/begum-semibold.woff2") format("woff2"), url("fonts/begum-semibold.woff") format("woff"); }
@font-face {
  font-family: 'Texta';
  font-weight: 700;
  src: url("fonts/texta-heavy.woff2") format("woff2"), url("fonts/texta-heavy.woff") format("woff"); }
@font-face {
  font-family: 'Texta';
  font-weight: 400;
  src: url("fonts/texta-regular.woff2") format("woff2"), url("fonts/texta-regular.woff") format("woff"); }
/*--------------------------------------------------------------
# Default Bootstrap Colors
--------------------------------------------------------------*/
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #3E5B58;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #BC945B;
  --bs-green: #3e5b58;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: white;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: black;
  --bs-secondary: #3E5B58;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

hr {
  margin: 1rem 0;
  color: #bc945b;
  background-color: currentColor;
  border: 0;
  opacity: 0.25; }

hr:not([size]) {
  height: 1px; }

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

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

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

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3, .h3 {
      font-size: 1.75rem; } }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

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

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

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

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

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #3E5B58;
  text-decoration: underline; }
  a:hover {
    color: #324946; }

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: white;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

label {
  display: inline-block; }

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,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]::-webkit-calendar-picker-indicator {
  display: none; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

::file-selector-button {
  font: inherit; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2; }
  @media (min-width: 1200px) {
    .display-6 {
      font-size: 2.5rem; } }

.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: 0.875em;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }
  .blockquote > :last-child {
    margin-bottom: 0; }

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1320px; } }
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -.5);
  margin-left: calc(var(--bs-gutter-x) * -.5); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0; }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #bc945b; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-bg: #d8dede;
  --bs-table-striped-bg: #cdd3d3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c2c8c8;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c8cdcd;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c2c8c8; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: black;
  color: black;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d8dede;
  --bs-table-striped-bg: #cdd3d3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #c2c8c8;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #c8cdcd;
  --bs-table-hover-color: black;
  color: black;
  border-color: #c2c8c8; }

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: black;
  color: black;
  border-color: #badce3; }

.table-warning {
  --bs-table-bg: #f2eade;
  --bs-table-striped-bg: #e6ded3;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dad3c8;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e0d8cd;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dad3c8; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: black;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: black;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: black;
  color: black;
  border-color: #dfe0e1; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: white;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: white;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: white;
  color: white;
  border-color: #373b3e; }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }
.form-label {
  margin-bottom: 0.5rem; }

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: white;
    border-color: #9fadac;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

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

.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + (0.75rem + 2px)); }
textarea.form-control-sm {
  min-height: calc(1.5em + (0.5rem + 2px)); }
textarea.form-control-lg {
  min-height: calc(1.5em + (1rem + 2px)); }

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: white;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #9fadac;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #9fadac;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
  .form-check-input:checked {
    background-color: #3E5B58;
    border-color: #3E5B58; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='white'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #3E5B58;
    border-color: #3E5B58;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239fadac'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px white, 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #3E5B58;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #c5cecd; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #3E5B58;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #c5cecd; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0; }

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: white;
  background-color: rgba(62, 91, 88, 0.9);
  border-radius: 0; }

.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: #3e5b58;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233e5b58' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #3e5b58;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #3e5b58; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233e5b58' 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-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #3e5b58;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #3e5b58; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #3e5b58; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #3e5b58; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
  .was-validated .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

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

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

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
  .was-validated .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropend,
.dropdown,
.dropstart {
  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;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem; }

.dropdown-menu-start {
  --bs-position: start; }
  .dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0; }

.dropdown-menu-end {
  --bs-position: end; }
  .dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start; }
    .dropdown-menu-sm-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-sm-end {
    --bs-position: end; }
    .dropdown-menu-sm-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start; }
    .dropdown-menu-md-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-md-end {
    --bs-position: end; }
    .dropdown-menu-md-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start; }
    .dropdown-menu-lg-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-lg-end {
    --bs-position: end; }
    .dropdown-menu-lg-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start; }
    .dropdown-menu-xl-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-xl-end {
    --bs-position: end; }
    .dropdown-menu-xl-end[data-bs-popper] {
      right: 0;
      left: auto; } }
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start; }
    .dropdown-menu-xxl-start[data-bs-popper] {
      right: auto;
      left: 0; }

  .dropdown-menu-xxl-end {
    --bs-position: end; }
    .dropdown-menu-xxl-end[data-bs-popper] {
      right: 0;
      left: auto; } }
.dropup .dropdown-menu[data-bs-popper] {
  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; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }
.dropend .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; }
.dropend .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropend .dropdown-toggle::after {
  vertical-align: 0; }

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }
.dropstart .dropdown-toggle::after {
  display: none; }
.dropstart .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; }
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0; }
.dropstart .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }

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

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item {
    color: #dee2e6; }
    .dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
      color: white;
      background-color: rgba(255, 255, 255, 0.15); }
    .dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
      color: white;
      background-color: #3E5B58; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.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-check:checked + .btn,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn:hover,
  .btn-group > .btn:focus,
  .btn-group > .btn:active,
  .btn-group > .btn.active,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn:hover,
  .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:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #3E5B58;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: #324946; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6;
      isolation: isolate; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: white;
    border-color: #dee2e6 #dee2e6 white; }
  .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; }
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white;
  background-color: #3E5B58; }

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

.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-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap; }

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .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.55); }
  .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 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  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' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%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.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9); }

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: white;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  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, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #38524f;
    background-color: #ecefee;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2338524f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #9fadac;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3; }
  .alert-primary .alert-link {
    color: black; }

.alert-secondary {
  color: #253735;
  background-color: #d8dede;
  border-color: #c5cecd; }
  .alert-secondary .alert-link {
    color: #1e2c2a; }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0; }

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > li::before {
    content: counters(section,".") ". ";
    counter-increment: section; }

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

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

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

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: black;
  background-color: #cccccc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8; }
  .list-group-item-primary.list-group-item-action.active {
    color: white;
    background-color: black;
    border-color: black; }

.list-group-item-secondary {
  color: #253735;
  background-color: #d8dede; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #253735;
    background-color: #c2c8c8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: white;
    background-color: #253735;
    border-color: #253735; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: black;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0;
  opacity: 0.5; }
  .btn-close:hover {
    color: black;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(62, 91, 88, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3);
  border-radius: 0; }
  .toast:not(.showing):not(.show) {
    opacity: 0; }
  .toast.hide {
    display: none; }

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: 15px; }

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

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  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 {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  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: rgba(0, 0, 0, 0.5); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #bc945b;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem 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;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #bc945b;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.25rem; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 900px;
    margin: 1.75rem auto; }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }

  .modal-sm {
    max-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 900px; } }
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 900px; } }
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0; }
    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
      top: -1px;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: black; }

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
      right: -1px;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: black; }

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0; }
    .bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
      bottom: -1px;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: black; }

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
      left: -1px;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: black; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: white;
  text-align: center;
  background-color: black;
  border-radius: 0; }

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem; }
    .popover .popover-arrow::before, .popover .popover-arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%); }

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      transition: none; } }

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44' version='1.1'%3E%3Cg stroke='none' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-64.000000, -2934.000000%29'%3E%3Cg transform='translate%2864.000000, 2934.000000%29'%3E%3Ccircle stroke='%23FFF' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23FFF' transform='translate%2822.000000, 22.500000%29 rotate%2890.000000%29 translate%28-22.000000, -22.500000%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44'%3E%3Cg stroke='none' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-1256.000000, -2934.000000%29'%3E%3Cg transform='translate%2864.000000, 2934.000000%29'%3E%3Cg transform='translate%281214.000000, 22.000000%29 scale%28-1, 1%29 translate%28-1214.000000, -22.000000%29 translate%281192.000000, 0.000000%29'%3E%3Ccircle stroke='%23FFF' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23FFF' transform='translate%2822.000000, 22.500000%29 rotate%2890.000000%29 translate%28-22.000000, -22.500000%29 '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 60px;
  margin-bottom: 1rem;
  margin-left: 60px;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: white;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: white;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: black; }
.carousel-dark .carousel-caption {
  color: black; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 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: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow; }

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s; } }
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: white;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%); }

.offcanvas.show {
  transform: none; }

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

.link-primary {
  color: black; }
  .link-primary:hover, .link-primary:focus {
    color: black; }

.link-secondary {
  color: #3E5B58; }
  .link-secondary:hover, .link-secondary:focus {
    color: #324946; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x1 {
  --bs-aspect-ratio: calc(2 / 3 * 50%); }

.ratio-4x2 {
  --bs-aspect-ratio: calc(2 / 4 * 100%); }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

.ratio-8x11 {
  --bs-aspect-ratio: calc(11 / 8 * 100%); }

.ratio-grid-5 {
  --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }

.ratio-grid-7 {
  --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

.d-grid {
  display: grid !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; }

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

.shadow {
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }

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

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

.shadow-none {
  box-shadow: none !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; }

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: black !important; }

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

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

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !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; }

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

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

.min-vw-100 {
  min-width: 100vw !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; }

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !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; }

.justify-content-evenly {
  justify-content: space-evenly !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; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

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

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

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  color: black !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

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

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

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

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

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

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

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

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

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

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

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

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

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !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; }

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important; }

  .gap-sm-1 {
    gap: 0.25rem !important; }

  .gap-sm-2 {
    gap: 0.5rem !important; }

  .gap-sm-3 {
    gap: 1rem !important; }

  .gap-sm-4 {
    gap: 1.5rem !important; }

  .gap-sm-5 {
    gap: 3rem !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; }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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; }

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important; }

  .me-sm-1 {
    margin-right: 0.25rem !important; }

  .me-sm-2 {
    margin-right: 0.5rem !important; }

  .me-sm-3 {
    margin-right: 1rem !important; }

  .me-sm-4 {
    margin-right: 1.5rem !important; }

  .me-sm-5 {
    margin-right: 3rem !important; }

  .me-sm-auto {
    margin-right: auto !important; }

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

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

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

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

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important; }

  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  .ms-sm-3 {
    margin-left: 1rem !important; }

  .ms-sm-4 {
    margin-left: 1.5rem !important; }

  .ms-sm-5 {
    margin-left: 3rem !important; }

  .ms-sm-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important; }

  .pe-sm-1 {
    padding-right: 0.25rem !important; }

  .pe-sm-2 {
    padding-right: 0.5rem !important; }

  .pe-sm-3 {
    padding-right: 1rem !important; }

  .pe-sm-4 {
    padding-right: 1.5rem !important; }

  .pe-sm-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important; }

  .ps-sm-1 {
    padding-left: 0.25rem !important; }

  .ps-sm-2 {
    padding-left: 0.5rem !important; }

  .ps-sm-3 {
    padding-left: 1rem !important; }

  .ps-sm-4 {
    padding-left: 1.5rem !important; }

  .ps-sm-5 {
    padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: grid !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; }

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important; }

  .gap-md-1 {
    gap: 0.25rem !important; }

  .gap-md-2 {
    gap: 0.5rem !important; }

  .gap-md-3 {
    gap: 1rem !important; }

  .gap-md-4 {
    gap: 1.5rem !important; }

  .gap-md-5 {
    gap: 3rem !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; }

  .justify-content-md-evenly {
    justify-content: space-evenly !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; }

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important; }

  .me-md-1 {
    margin-right: 0.25rem !important; }

  .me-md-2 {
    margin-right: 0.5rem !important; }

  .me-md-3 {
    margin-right: 1rem !important; }

  .me-md-4 {
    margin-right: 1.5rem !important; }

  .me-md-5 {
    margin-right: 3rem !important; }

  .me-md-auto {
    margin-right: auto !important; }

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

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

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

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

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

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

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

  .ms-md-0 {
    margin-left: 0 !important; }

  .ms-md-1 {
    margin-left: 0.25rem !important; }

  .ms-md-2 {
    margin-left: 0.5rem !important; }

  .ms-md-3 {
    margin-left: 1rem !important; }

  .ms-md-4 {
    margin-left: 1.5rem !important; }

  .ms-md-5 {
    margin-left: 3rem !important; }

  .ms-md-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important; }

  .pe-md-1 {
    padding-right: 0.25rem !important; }

  .pe-md-2 {
    padding-right: 0.5rem !important; }

  .pe-md-3 {
    padding-right: 1rem !important; }

  .pe-md-4 {
    padding-right: 1.5rem !important; }

  .pe-md-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important; }

  .ps-md-1 {
    padding-left: 0.25rem !important; }

  .ps-md-2 {
    padding-left: 0.5rem !important; }

  .ps-md-3 {
    padding-left: 1rem !important; }

  .ps-md-4 {
    padding-left: 1.5rem !important; }

  .ps-md-5 {
    padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !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; }

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-1 {
    gap: 0.25rem !important; }

  .gap-lg-2 {
    gap: 0.5rem !important; }

  .gap-lg-3 {
    gap: 1rem !important; }

  .gap-lg-4 {
    gap: 1.5rem !important; }

  .gap-lg-5 {
    gap: 3rem !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; }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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; }

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important; }

  .me-lg-1 {
    margin-right: 0.25rem !important; }

  .me-lg-2 {
    margin-right: 0.5rem !important; }

  .me-lg-3 {
    margin-right: 1rem !important; }

  .me-lg-4 {
    margin-right: 1.5rem !important; }

  .me-lg-5 {
    margin-right: 3rem !important; }

  .me-lg-auto {
    margin-right: auto !important; }

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

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

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

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

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important; }

  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  .ms-lg-3 {
    margin-left: 1rem !important; }

  .ms-lg-4 {
    margin-left: 1.5rem !important; }

  .ms-lg-5 {
    margin-left: 3rem !important; }

  .ms-lg-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important; }

  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  .pe-lg-3 {
    padding-right: 1rem !important; }

  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  .pe-lg-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important; }

  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  .ps-lg-3 {
    padding-left: 1rem !important; }

  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  .ps-lg-5 {
    padding-left: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !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; }

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-1 {
    gap: 0.25rem !important; }

  .gap-xl-2 {
    gap: 0.5rem !important; }

  .gap-xl-3 {
    gap: 1rem !important; }

  .gap-xl-4 {
    gap: 1.5rem !important; }

  .gap-xl-5 {
    gap: 3rem !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; }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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; }

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important; }

  .me-xl-1 {
    margin-right: 0.25rem !important; }

  .me-xl-2 {
    margin-right: 0.5rem !important; }

  .me-xl-3 {
    margin-right: 1rem !important; }

  .me-xl-4 {
    margin-right: 1.5rem !important; }

  .me-xl-5 {
    margin-right: 3rem !important; }

  .me-xl-auto {
    margin-right: auto !important; }

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

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

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

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

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important; }

  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  .ms-xl-3 {
    margin-left: 1rem !important; }

  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  .ms-xl-5 {
    margin-left: 3rem !important; }

  .ms-xl-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important; }

  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  .pe-xl-3 {
    padding-right: 1rem !important; }

  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  .pe-xl-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important; }

  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  .ps-xl-3 {
    padding-left: 1rem !important; }

  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  .ps-xl-5 {
    padding-left: 3rem !important; }

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

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

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-1 {
    gap: 0.25rem !important; }

  .gap-xxl-2 {
    gap: 0.5rem !important; }

  .gap-xxl-3 {
    gap: 1rem !important; }

  .gap-xxl-4 {
    gap: 1.5rem !important; }

  .gap-xxl-5 {
    gap: 3rem !important; }

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-xxl-0 {
    margin-right: 0 !important; }

  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  .me-xxl-3 {
    margin-right: 1rem !important; }

  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  .me-xxl-5 {
    margin-right: 3rem !important; }

  .me-xxl-auto {
    margin-right: auto !important; }

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

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

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

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

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

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

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

  .ms-xxl-0 {
    margin-left: 0 !important; }

  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  .ms-xxl-3 {
    margin-left: 1rem !important; }

  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  .ms-xxl-5 {
    margin-left: 3rem !important; }

  .ms-xxl-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-xxl-0 {
    padding-right: 0 !important; }

  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  .pe-xxl-3 {
    padding-right: 1rem !important; }

  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  .pe-xxl-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-xxl-0 {
    padding-left: 0 !important; }

  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  .ps-xxl-3 {
    padding-left: 1rem !important; }

  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  .ps-xxl-5 {
    padding-left: 3rem !important; }

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

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

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }

  .fs-2 {
    font-size: 2rem !important; }

  .fs-3 {
    font-size: 1.75rem !important; }

  .fs-4 {
    font-size: 1.5rem !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }

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

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

  .d-print-grid {
    display: grid !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; }

  .d-print-none {
    display: none !important; } }
.chbg .html-inner, .chbg .inner-html {
  margin-left: auto;
  margin-right: auto; }
.chbg .container {
  max-width: 1140px; }
.chbg .container-csm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 540px; }
.chbg .container-cms {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 600px; }
.chbg .container-cmd {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 720px; }
.chbg .container-cml {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 840px; }
.chbg .container-clg {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }
.chbg .container-cxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1140px; }
.chbg .container-cxxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 15px);
  padding-left: var(--bs-gutter-x, 15px);
  margin-right: auto;
  margin-left: auto;
  max-width: 1320px; }
.chbg .text-sentence, .chbg .text-sc, .chbg .text-tt-none {
  text-transform: none !important; }
.chbg .text-uppercase, .chbg .text-uc {
  text-transform: uppercase !important; }
.chbg .text-black {
  color: black !important; }
.chbg .text-hover-black:hover {
  color: black !important; }
.chbg .text-white {
  color: white !important; }
.chbg .text-hover-white:hover {
  color: white !important; }
.chbg .text-blue {
  color: #3E5B58 !important; }
.chbg .text-hover-blue:hover {
  color: #3E5B58 !important; }
.chbg .text-dark-blue {
  color: #1E2F5E !important; }
.chbg .text-hover-dark-blue:hover {
  color: #1E2F5E !important; }
.chbg .text-yellow {
  color: #BC945B !important; }
.chbg .text-hover-yellow:hover {
  color: #BC945B !important; }
.chbg .text-gold {
  color: #bc945b !important; }
.chbg .text-hover-gold:hover {
  color: #bc945b !important; }
.chbg .text-grey {
  color: #5B5B5B !important; }
.chbg .text-hover-grey:hover {
  color: #5B5B5B !important; }
.chbg .text-green {
  color: #3e5b58 !important; }
.chbg .text-hover-green:hover {
  color: #3e5b58 !important; }
.chbg .pad-5 {
  padding: 5px !important; }
.chbg .pt-5 {
  padding-top: 5px !important; }
.chbg .pb-5 {
  padding-bottom: 5px !important; }
.chbg .pl-5 {
  padding-left: 5px !important; }
.chbg .pr-5 {
  padding-right: 5px !important; }
.chbg .margin-5 {
  margin: 5px !important; }
.chbg .mt-5 {
  margin-top: 5px !important; }
.chbg .mb-5 {
  margin-bottom: 5px !important; }
.chbg .pad-10 {
  padding: 10px !important; }
.chbg .pt-10 {
  padding-top: 10px !important; }
.chbg .pb-10 {
  padding-bottom: 10px !important; }
.chbg .pl-10 {
  padding-left: 10px !important; }
.chbg .pr-10 {
  padding-right: 10px !important; }
.chbg .margin-10 {
  margin: 10px !important; }
.chbg .mt-10 {
  margin-top: 10px !important; }
.chbg .mb-10 {
  margin-bottom: 10px !important; }
.chbg .pad-15 {
  padding: 15px !important; }
.chbg .pt-15 {
  padding-top: 15px !important; }
.chbg .pb-15 {
  padding-bottom: 15px !important; }
.chbg .pl-15 {
  padding-left: 15px !important; }
.chbg .pr-15 {
  padding-right: 15px !important; }
.chbg .margin-15 {
  margin: 15px !important; }
.chbg .mt-15 {
  margin-top: 15px !important; }
.chbg .mb-15 {
  margin-bottom: 15px !important; }
.chbg .pad-20 {
  padding: 20px !important; }
.chbg .pt-20 {
  padding-top: 20px !important; }
.chbg .pb-20 {
  padding-bottom: 20px !important; }
.chbg .pl-20 {
  padding-left: 20px !important; }
.chbg .pr-20 {
  padding-right: 20px !important; }
.chbg .margin-20 {
  margin: 20px !important; }
.chbg .mt-20 {
  margin-top: 20px !important; }
.chbg .mb-20 {
  margin-bottom: 20px !important; }
.chbg .pad-25 {
  padding: 25px !important; }
.chbg .pt-25 {
  padding-top: 25px !important; }
.chbg .pb-25 {
  padding-bottom: 25px !important; }
.chbg .pl-25 {
  padding-left: 25px !important; }
.chbg .pr-25 {
  padding-right: 25px !important; }
.chbg .margin-25 {
  margin: 25px !important; }
.chbg .mt-25 {
  margin-top: 25px !important; }
.chbg .mb-25 {
  margin-bottom: 25px !important; }
.chbg .pad-30 {
  padding: 30px !important; }
.chbg .pt-30 {
  padding-top: 30px !important; }
.chbg .pb-30 {
  padding-bottom: 30px !important; }
.chbg .pl-30 {
  padding-left: 30px !important; }
.chbg .pr-30 {
  padding-right: 30px !important; }
.chbg .margin-30 {
  margin: 30px !important; }
.chbg .mt-30 {
  margin-top: 30px !important; }
.chbg .mb-30 {
  margin-bottom: 30px !important; }
.chbg .pad-35 {
  padding: 35px !important; }
.chbg .pt-35 {
  padding-top: 35px !important; }
.chbg .pb-35 {
  padding-bottom: 35px !important; }
.chbg .pl-35 {
  padding-left: 35px !important; }
.chbg .pr-35 {
  padding-right: 35px !important; }
.chbg .margin-35 {
  margin: 35px !important; }
.chbg .mt-35 {
  margin-top: 35px !important; }
.chbg .mb-35 {
  margin-bottom: 35px !important; }
.chbg .pad-40 {
  padding: 40px !important; }
.chbg .pt-40 {
  padding-top: 40px !important; }
.chbg .pb-40 {
  padding-bottom: 40px !important; }
.chbg .pl-40 {
  padding-left: 40px !important; }
.chbg .pr-40 {
  padding-right: 40px !important; }
.chbg .margin-40 {
  margin: 40px !important; }
.chbg .mt-40 {
  margin-top: 40px !important; }
.chbg .mb-40 {
  margin-bottom: 40px !important; }
.chbg .pad-45 {
  padding: 45px !important; }
.chbg .pt-45 {
  padding-top: 45px !important; }
.chbg .pb-45 {
  padding-bottom: 45px !important; }
.chbg .pl-45 {
  padding-left: 45px !important; }
.chbg .pr-45 {
  padding-right: 45px !important; }
.chbg .margin-45 {
  margin: 45px !important; }
.chbg .mt-45 {
  margin-top: 45px !important; }
.chbg .mb-45 {
  margin-bottom: 45px !important; }
.chbg .pad-50 {
  padding: 50px !important; }
.chbg .pt-50 {
  padding-top: 50px !important; }
.chbg .pb-50 {
  padding-bottom: 50px !important; }
.chbg .pl-50 {
  padding-left: 50px !important; }
.chbg .pr-50 {
  padding-right: 50px !important; }
.chbg .margin-50 {
  margin: 50px !important; }
.chbg .mt-50 {
  margin-top: 50px !important; }
.chbg .mb-50 {
  margin-bottom: 50px !important; }
.chbg .pad-55 {
  padding: 55px !important; }
.chbg .pt-55 {
  padding-top: 55px !important; }
.chbg .pb-55 {
  padding-bottom: 55px !important; }
.chbg .pl-55 {
  padding-left: 55px !important; }
.chbg .pr-55 {
  padding-right: 55px !important; }
.chbg .margin-55 {
  margin: 55px !important; }
.chbg .mt-55 {
  margin-top: 55px !important; }
.chbg .mb-55 {
  margin-bottom: 55px !important; }
.chbg .pad-60 {
  padding: 60px !important; }
.chbg .pt-60 {
  padding-top: 60px !important; }
.chbg .pb-60 {
  padding-bottom: 60px !important; }
.chbg .pl-60 {
  padding-left: 60px !important; }
.chbg .pr-60 {
  padding-right: 60px !important; }
.chbg .margin-60 {
  margin: 60px !important; }
.chbg .mt-60 {
  margin-top: 60px !important; }
.chbg .mb-60 {
  margin-bottom: 60px !important; }
.chbg .pad-65 {
  padding: 65px !important; }
.chbg .pt-65 {
  padding-top: 65px !important; }
.chbg .pb-65 {
  padding-bottom: 65px !important; }
.chbg .pl-65 {
  padding-left: 65px !important; }
.chbg .pr-65 {
  padding-right: 65px !important; }
.chbg .margin-65 {
  margin: 65px !important; }
.chbg .mt-65 {
  margin-top: 65px !important; }
.chbg .mb-65 {
  margin-bottom: 65px !important; }
.chbg .pad-70 {
  padding: 70px !important; }
.chbg .pt-70 {
  padding-top: 70px !important; }
.chbg .pb-70 {
  padding-bottom: 70px !important; }
.chbg .pl-70 {
  padding-left: 70px !important; }
.chbg .pr-70 {
  padding-right: 70px !important; }
.chbg .margin-70 {
  margin: 70px !important; }
.chbg .mt-70 {
  margin-top: 70px !important; }
.chbg .mb-70 {
  margin-bottom: 70px !important; }
.chbg .pad-75 {
  padding: 75px !important; }
.chbg .pt-75 {
  padding-top: 75px !important; }
.chbg .pb-75 {
  padding-bottom: 75px !important; }
.chbg .pl-75 {
  padding-left: 75px !important; }
.chbg .pr-75 {
  padding-right: 75px !important; }
.chbg .margin-75 {
  margin: 75px !important; }
.chbg .mt-75 {
  margin-top: 75px !important; }
.chbg .mb-75 {
  margin-bottom: 75px !important; }
.chbg .pad-80 {
  padding: 80px !important; }
.chbg .pt-80 {
  padding-top: 80px !important; }
.chbg .pb-80 {
  padding-bottom: 80px !important; }
.chbg .pl-80 {
  padding-left: 80px !important; }
.chbg .pr-80 {
  padding-right: 80px !important; }
.chbg .margin-80 {
  margin: 80px !important; }
.chbg .mt-80 {
  margin-top: 80px !important; }
.chbg .mb-80 {
  margin-bottom: 80px !important; }
.chbg .pad-85 {
  padding: 85px !important; }
.chbg .pt-85 {
  padding-top: 85px !important; }
.chbg .pb-85 {
  padding-bottom: 85px !important; }
.chbg .pl-85 {
  padding-left: 85px !important; }
.chbg .pr-85 {
  padding-right: 85px !important; }
.chbg .margin-85 {
  margin: 85px !important; }
.chbg .mt-85 {
  margin-top: 85px !important; }
.chbg .mb-85 {
  margin-bottom: 85px !important; }
.chbg .pad-90 {
  padding: 90px !important; }
.chbg .pt-90 {
  padding-top: 90px !important; }
.chbg .pb-90 {
  padding-bottom: 90px !important; }
.chbg .pl-90 {
  padding-left: 90px !important; }
.chbg .pr-90 {
  padding-right: 90px !important; }
.chbg .margin-90 {
  margin: 90px !important; }
.chbg .mt-90 {
  margin-top: 90px !important; }
.chbg .mb-90 {
  margin-bottom: 90px !important; }
.chbg .pad-95 {
  padding: 95px !important; }
.chbg .pt-95 {
  padding-top: 95px !important; }
.chbg .pb-95 {
  padding-bottom: 95px !important; }
.chbg .pl-95 {
  padding-left: 95px !important; }
.chbg .pr-95 {
  padding-right: 95px !important; }
.chbg .margin-95 {
  margin: 95px !important; }
.chbg .mt-95 {
  margin-top: 95px !important; }
.chbg .mb-95 {
  margin-bottom: 95px !important; }
.chbg .pad-100 {
  padding: 100px !important; }
.chbg .pt-100 {
  padding-top: 100px !important; }
.chbg .pb-100 {
  padding-bottom: 100px !important; }
.chbg .pl-100 {
  padding-left: 100px !important; }
.chbg .pr-100 {
  padding-right: 100px !important; }
.chbg .margin-100 {
  margin: 100px !important; }
.chbg .mt-100 {
  margin-top: 100px !important; }
.chbg .mb-100 {
  margin-bottom: 100px !important; }
.chbg .pad-105 {
  padding: 105px !important; }
.chbg .pt-105 {
  padding-top: 105px !important; }
.chbg .pb-105 {
  padding-bottom: 105px !important; }
.chbg .pl-105 {
  padding-left: 105px !important; }
.chbg .pr-105 {
  padding-right: 105px !important; }
.chbg .margin-105 {
  margin: 105px !important; }
.chbg .mt-105 {
  margin-top: 105px !important; }
.chbg .mb-105 {
  margin-bottom: 105px !important; }
.chbg .pad-110 {
  padding: 110px !important; }
.chbg .pt-110 {
  padding-top: 110px !important; }
.chbg .pb-110 {
  padding-bottom: 110px !important; }
.chbg .pl-110 {
  padding-left: 110px !important; }
.chbg .pr-110 {
  padding-right: 110px !important; }
.chbg .margin-110 {
  margin: 110px !important; }
.chbg .mt-110 {
  margin-top: 110px !important; }
.chbg .mb-110 {
  margin-bottom: 110px !important; }
.chbg .pad-115 {
  padding: 115px !important; }
.chbg .pt-115 {
  padding-top: 115px !important; }
.chbg .pb-115 {
  padding-bottom: 115px !important; }
.chbg .pl-115 {
  padding-left: 115px !important; }
.chbg .pr-115 {
  padding-right: 115px !important; }
.chbg .margin-115 {
  margin: 115px !important; }
.chbg .mt-115 {
  margin-top: 115px !important; }
.chbg .mb-115 {
  margin-bottom: 115px !important; }
.chbg .pad-120 {
  padding: 120px !important; }
.chbg .pt-120 {
  padding-top: 120px !important; }
.chbg .pb-120 {
  padding-bottom: 120px !important; }
.chbg .pl-120 {
  padding-left: 120px !important; }
.chbg .pr-120 {
  padding-right: 120px !important; }
.chbg .margin-120 {
  margin: 120px !important; }
.chbg .mt-120 {
  margin-top: 120px !important; }
.chbg .mb-120 {
  margin-bottom: 120px !important; }
.chbg .pad-xs-0 {
  padding: 0px !important; }
.chbg .pt-xs-0 {
  padding-top: 0px !important; }
.chbg .pb-xs-0 {
  padding-bottom: 0px !important; }
.chbg .pl-xs-0 {
  padding-left: 0px !important; }
.chbg .pr-xs-0 {
  padding-right: 0px !important; }
.chbg .margin-xs-0 {
  margin: 0px !important; }
.chbg .mt-xs-0 {
  margin-top: 0px !important; }
.chbg .mb-xs-0 {
  margin-bottom: 0px !important; }
.chbg .pad-xs-5 {
  padding: 5px !important; }
.chbg .pt-xs-5 {
  padding-top: 5px !important; }
.chbg .pb-xs-5 {
  padding-bottom: 5px !important; }
.chbg .pl-xs-5 {
  padding-left: 5px !important; }
.chbg .pr-xs-5 {
  padding-right: 5px !important; }
.chbg .margin-xs-5 {
  margin: 5px !important; }
.chbg .mt-xs-5 {
  margin-top: 5px !important; }
.chbg .mb-xs-5 {
  margin-bottom: 5px !important; }
.chbg .pad-xs-10 {
  padding: 10px !important; }
.chbg .pt-xs-10 {
  padding-top: 10px !important; }
.chbg .pb-xs-10 {
  padding-bottom: 10px !important; }
.chbg .pl-xs-10 {
  padding-left: 10px !important; }
.chbg .pr-xs-10 {
  padding-right: 10px !important; }
.chbg .margin-xs-10 {
  margin: 10px !important; }
.chbg .mt-xs-10 {
  margin-top: 10px !important; }
.chbg .mb-xs-10 {
  margin-bottom: 10px !important; }
.chbg .pad-xs-15 {
  padding: 15px !important; }
.chbg .pt-xs-15 {
  padding-top: 15px !important; }
.chbg .pb-xs-15 {
  padding-bottom: 15px !important; }
.chbg .pl-xs-15 {
  padding-left: 15px !important; }
.chbg .pr-xs-15 {
  padding-right: 15px !important; }
.chbg .margin-xs-15 {
  margin: 15px !important; }
.chbg .mt-xs-15 {
  margin-top: 15px !important; }
.chbg .mb-xs-15 {
  margin-bottom: 15px !important; }
.chbg .pad-xs-20 {
  padding: 20px !important; }
.chbg .pt-xs-20 {
  padding-top: 20px !important; }
.chbg .pb-xs-20 {
  padding-bottom: 20px !important; }
.chbg .pl-xs-20 {
  padding-left: 20px !important; }
.chbg .pr-xs-20 {
  padding-right: 20px !important; }
.chbg .margin-xs-20 {
  margin: 20px !important; }
.chbg .mt-xs-20 {
  margin-top: 20px !important; }
.chbg .mb-xs-20 {
  margin-bottom: 20px !important; }
.chbg .pad-xs-25 {
  padding: 25px !important; }
.chbg .pt-xs-25 {
  padding-top: 25px !important; }
.chbg .pb-xs-25 {
  padding-bottom: 25px !important; }
.chbg .pl-xs-25 {
  padding-left: 25px !important; }
.chbg .pr-xs-25 {
  padding-right: 25px !important; }
.chbg .margin-xs-25 {
  margin: 25px !important; }
.chbg .mt-xs-25 {
  margin-top: 25px !important; }
.chbg .mb-xs-25 {
  margin-bottom: 25px !important; }
.chbg .pad-xs-30 {
  padding: 30px !important; }
.chbg .pt-xs-30 {
  padding-top: 30px !important; }
.chbg .pb-xs-30 {
  padding-bottom: 30px !important; }
.chbg .pl-xs-30 {
  padding-left: 30px !important; }
.chbg .pr-xs-30 {
  padding-right: 30px !important; }
.chbg .margin-xs-30 {
  margin: 30px !important; }
.chbg .mt-xs-30 {
  margin-top: 30px !important; }
.chbg .mb-xs-30 {
  margin-bottom: 30px !important; }
.chbg .pad-xs-35 {
  padding: 35px !important; }
.chbg .pt-xs-35 {
  padding-top: 35px !important; }
.chbg .pb-xs-35 {
  padding-bottom: 35px !important; }
.chbg .pl-xs-35 {
  padding-left: 35px !important; }
.chbg .pr-xs-35 {
  padding-right: 35px !important; }
.chbg .margin-xs-35 {
  margin: 35px !important; }
.chbg .mt-xs-35 {
  margin-top: 35px !important; }
.chbg .mb-xs-35 {
  margin-bottom: 35px !important; }
.chbg .pad-xs-40 {
  padding: 40px !important; }
.chbg .pt-xs-40 {
  padding-top: 40px !important; }
.chbg .pb-xs-40 {
  padding-bottom: 40px !important; }
.chbg .pl-xs-40 {
  padding-left: 40px !important; }
.chbg .pr-xs-40 {
  padding-right: 40px !important; }
.chbg .margin-xs-40 {
  margin: 40px !important; }
.chbg .mt-xs-40 {
  margin-top: 40px !important; }
.chbg .mb-xs-40 {
  margin-bottom: 40px !important; }
.chbg .pad-xs-45 {
  padding: 45px !important; }
.chbg .pt-xs-45 {
  padding-top: 45px !important; }
.chbg .pb-xs-45 {
  padding-bottom: 45px !important; }
.chbg .pl-xs-45 {
  padding-left: 45px !important; }
.chbg .pr-xs-45 {
  padding-right: 45px !important; }
.chbg .margin-xs-45 {
  margin: 45px !important; }
.chbg .mt-xs-45 {
  margin-top: 45px !important; }
.chbg .mb-xs-45 {
  margin-bottom: 45px !important; }
.chbg .pad-xs-50 {
  padding: 50px !important; }
.chbg .pt-xs-50 {
  padding-top: 50px !important; }
.chbg .pb-xs-50 {
  padding-bottom: 50px !important; }
.chbg .pl-xs-50 {
  padding-left: 50px !important; }
.chbg .pr-xs-50 {
  padding-right: 50px !important; }
.chbg .margin-xs-50 {
  margin: 50px !important; }
.chbg .mt-xs-50 {
  margin-top: 50px !important; }
.chbg .mb-xs-50 {
  margin-bottom: 50px !important; }
.chbg .pad-xs-55 {
  padding: 55px !important; }
.chbg .pt-xs-55 {
  padding-top: 55px !important; }
.chbg .pb-xs-55 {
  padding-bottom: 55px !important; }
.chbg .pl-xs-55 {
  padding-left: 55px !important; }
.chbg .pr-xs-55 {
  padding-right: 55px !important; }
.chbg .margin-xs-55 {
  margin: 55px !important; }
.chbg .mt-xs-55 {
  margin-top: 55px !important; }
.chbg .mb-xs-55 {
  margin-bottom: 55px !important; }
.chbg .pad-xs-60 {
  padding: 60px !important; }
.chbg .pt-xs-60 {
  padding-top: 60px !important; }
.chbg .pb-xs-60 {
  padding-bottom: 60px !important; }
.chbg .pl-xs-60 {
  padding-left: 60px !important; }
.chbg .pr-xs-60 {
  padding-right: 60px !important; }
.chbg .margin-xs-60 {
  margin: 60px !important; }
.chbg .mt-xs-60 {
  margin-top: 60px !important; }
.chbg .mb-xs-60 {
  margin-bottom: 60px !important; }
.chbg .pad-xs-65 {
  padding: 65px !important; }
.chbg .pt-xs-65 {
  padding-top: 65px !important; }
.chbg .pb-xs-65 {
  padding-bottom: 65px !important; }
.chbg .pl-xs-65 {
  padding-left: 65px !important; }
.chbg .pr-xs-65 {
  padding-right: 65px !important; }
.chbg .margin-xs-65 {
  margin: 65px !important; }
.chbg .mt-xs-65 {
  margin-top: 65px !important; }
.chbg .mb-xs-65 {
  margin-bottom: 65px !important; }
.chbg .pad-xs-70 {
  padding: 70px !important; }
.chbg .pt-xs-70 {
  padding-top: 70px !important; }
.chbg .pb-xs-70 {
  padding-bottom: 70px !important; }
.chbg .pl-xs-70 {
  padding-left: 70px !important; }
.chbg .pr-xs-70 {
  padding-right: 70px !important; }
.chbg .margin-xs-70 {
  margin: 70px !important; }
.chbg .mt-xs-70 {
  margin-top: 70px !important; }
.chbg .mb-xs-70 {
  margin-bottom: 70px !important; }
.chbg .pad-xs-75 {
  padding: 75px !important; }
.chbg .pt-xs-75 {
  padding-top: 75px !important; }
.chbg .pb-xs-75 {
  padding-bottom: 75px !important; }
.chbg .pl-xs-75 {
  padding-left: 75px !important; }
.chbg .pr-xs-75 {
  padding-right: 75px !important; }
.chbg .margin-xs-75 {
  margin: 75px !important; }
.chbg .mt-xs-75 {
  margin-top: 75px !important; }
.chbg .mb-xs-75 {
  margin-bottom: 75px !important; }
.chbg .pad-xs-80 {
  padding: 80px !important; }
.chbg .pt-xs-80 {
  padding-top: 80px !important; }
.chbg .pb-xs-80 {
  padding-bottom: 80px !important; }
.chbg .pl-xs-80 {
  padding-left: 80px !important; }
.chbg .pr-xs-80 {
  padding-right: 80px !important; }
.chbg .margin-xs-80 {
  margin: 80px !important; }
.chbg .mt-xs-80 {
  margin-top: 80px !important; }
.chbg .mb-xs-80 {
  margin-bottom: 80px !important; }
.chbg .pad-xs-85 {
  padding: 85px !important; }
.chbg .pt-xs-85 {
  padding-top: 85px !important; }
.chbg .pb-xs-85 {
  padding-bottom: 85px !important; }
.chbg .pl-xs-85 {
  padding-left: 85px !important; }
.chbg .pr-xs-85 {
  padding-right: 85px !important; }
.chbg .margin-xs-85 {
  margin: 85px !important; }
.chbg .mt-xs-85 {
  margin-top: 85px !important; }
.chbg .mb-xs-85 {
  margin-bottom: 85px !important; }
.chbg .pad-xs-90 {
  padding: 90px !important; }
.chbg .pt-xs-90 {
  padding-top: 90px !important; }
.chbg .pb-xs-90 {
  padding-bottom: 90px !important; }
.chbg .pl-xs-90 {
  padding-left: 90px !important; }
.chbg .pr-xs-90 {
  padding-right: 90px !important; }
.chbg .margin-xs-90 {
  margin: 90px !important; }
.chbg .mt-xs-90 {
  margin-top: 90px !important; }
.chbg .mb-xs-90 {
  margin-bottom: 90px !important; }
.chbg .pad-xs-95 {
  padding: 95px !important; }
.chbg .pt-xs-95 {
  padding-top: 95px !important; }
.chbg .pb-xs-95 {
  padding-bottom: 95px !important; }
.chbg .pl-xs-95 {
  padding-left: 95px !important; }
.chbg .pr-xs-95 {
  padding-right: 95px !important; }
.chbg .margin-xs-95 {
  margin: 95px !important; }
.chbg .mt-xs-95 {
  margin-top: 95px !important; }
.chbg .mb-xs-95 {
  margin-bottom: 95px !important; }
.chbg .pad-xs-100 {
  padding: 100px !important; }
.chbg .pt-xs-100 {
  padding-top: 100px !important; }
.chbg .pb-xs-100 {
  padding-bottom: 100px !important; }
.chbg .pl-xs-100 {
  padding-left: 100px !important; }
.chbg .pr-xs-100 {
  padding-right: 100px !important; }
.chbg .margin-xs-100 {
  margin: 100px !important; }
.chbg .mt-xs-100 {
  margin-top: 100px !important; }
.chbg .mb-xs-100 {
  margin-bottom: 100px !important; }
.chbg .pad-xs-105 {
  padding: 105px !important; }
.chbg .pt-xs-105 {
  padding-top: 105px !important; }
.chbg .pb-xs-105 {
  padding-bottom: 105px !important; }
.chbg .pl-xs-105 {
  padding-left: 105px !important; }
.chbg .pr-xs-105 {
  padding-right: 105px !important; }
.chbg .margin-xs-105 {
  margin: 105px !important; }
.chbg .mt-xs-105 {
  margin-top: 105px !important; }
.chbg .mb-xs-105 {
  margin-bottom: 105px !important; }
.chbg .pad-xs-110 {
  padding: 110px !important; }
.chbg .pt-xs-110 {
  padding-top: 110px !important; }
.chbg .pb-xs-110 {
  padding-bottom: 110px !important; }
.chbg .pl-xs-110 {
  padding-left: 110px !important; }
.chbg .pr-xs-110 {
  padding-right: 110px !important; }
.chbg .margin-xs-110 {
  margin: 110px !important; }
.chbg .mt-xs-110 {
  margin-top: 110px !important; }
.chbg .mb-xs-110 {
  margin-bottom: 110px !important; }
.chbg .pad-xs-115 {
  padding: 115px !important; }
.chbg .pt-xs-115 {
  padding-top: 115px !important; }
.chbg .pb-xs-115 {
  padding-bottom: 115px !important; }
.chbg .pl-xs-115 {
  padding-left: 115px !important; }
.chbg .pr-xs-115 {
  padding-right: 115px !important; }
.chbg .margin-xs-115 {
  margin: 115px !important; }
.chbg .mt-xs-115 {
  margin-top: 115px !important; }
.chbg .mb-xs-115 {
  margin-bottom: 115px !important; }
.chbg .pad-xs-120 {
  padding: 120px !important; }
.chbg .pt-xs-120 {
  padding-top: 120px !important; }
.chbg .pb-xs-120 {
  padding-bottom: 120px !important; }
.chbg .pl-xs-120 {
  padding-left: 120px !important; }
.chbg .pr-xs-120 {
  padding-right: 120px !important; }
.chbg .margin-xs-120 {
  margin: 120px !important; }
.chbg .mt-xs-120 {
  margin-top: 120px !important; }
.chbg .mb-xs-120 {
  margin-bottom: 120px !important; }
@media (min-width: 576px) {
  .chbg .pad-sm-0 {
    padding: 0px !important; }
  .chbg .pt-sm-0 {
    padding-top: 0px !important; }
  .chbg .pb-sm-0 {
    padding-bottom: 0px !important; }
  .chbg .pl-sm-0 {
    padding-left: 0px !important; }
  .chbg .pr-sm-0 {
    padding-right: 0px !important; }
  .chbg .margin-sm-0 {
    margin: 0px !important; }
  .chbg .mt-sm-0 {
    margin-top: 0px !important; }
  .chbg .mb-sm-0 {
    margin-bottom: 0px !important; }
  .chbg .pad-sm-5 {
    padding: 5px !important; }
  .chbg .pt-sm-5 {
    padding-top: 5px !important; }
  .chbg .pb-sm-5 {
    padding-bottom: 5px !important; }
  .chbg .pl-sm-5 {
    padding-left: 5px !important; }
  .chbg .pr-sm-5 {
    padding-right: 5px !important; }
  .chbg .margin-sm-5 {
    margin: 5px !important; }
  .chbg .mt-sm-5 {
    margin-top: 5px !important; }
  .chbg .mb-sm-5 {
    margin-bottom: 5px !important; }
  .chbg .pad-sm-10 {
    padding: 10px !important; }
  .chbg .pt-sm-10 {
    padding-top: 10px !important; }
  .chbg .pb-sm-10 {
    padding-bottom: 10px !important; }
  .chbg .pl-sm-10 {
    padding-left: 10px !important; }
  .chbg .pr-sm-10 {
    padding-right: 10px !important; }
  .chbg .margin-sm-10 {
    margin: 10px !important; }
  .chbg .mt-sm-10 {
    margin-top: 10px !important; }
  .chbg .mb-sm-10 {
    margin-bottom: 10px !important; }
  .chbg .pad-sm-15 {
    padding: 15px !important; }
  .chbg .pt-sm-15 {
    padding-top: 15px !important; }
  .chbg .pb-sm-15 {
    padding-bottom: 15px !important; }
  .chbg .pl-sm-15 {
    padding-left: 15px !important; }
  .chbg .pr-sm-15 {
    padding-right: 15px !important; }
  .chbg .margin-sm-15 {
    margin: 15px !important; }
  .chbg .mt-sm-15 {
    margin-top: 15px !important; }
  .chbg .mb-sm-15 {
    margin-bottom: 15px !important; }
  .chbg .pad-sm-20 {
    padding: 20px !important; }
  .chbg .pt-sm-20 {
    padding-top: 20px !important; }
  .chbg .pb-sm-20 {
    padding-bottom: 20px !important; }
  .chbg .pl-sm-20 {
    padding-left: 20px !important; }
  .chbg .pr-sm-20 {
    padding-right: 20px !important; }
  .chbg .margin-sm-20 {
    margin: 20px !important; }
  .chbg .mt-sm-20 {
    margin-top: 20px !important; }
  .chbg .mb-sm-20 {
    margin-bottom: 20px !important; }
  .chbg .pad-sm-25 {
    padding: 25px !important; }
  .chbg .pt-sm-25 {
    padding-top: 25px !important; }
  .chbg .pb-sm-25 {
    padding-bottom: 25px !important; }
  .chbg .pl-sm-25 {
    padding-left: 25px !important; }
  .chbg .pr-sm-25 {
    padding-right: 25px !important; }
  .chbg .margin-sm-25 {
    margin: 25px !important; }
  .chbg .mt-sm-25 {
    margin-top: 25px !important; }
  .chbg .mb-sm-25 {
    margin-bottom: 25px !important; }
  .chbg .pad-sm-30 {
    padding: 30px !important; }
  .chbg .pt-sm-30 {
    padding-top: 30px !important; }
  .chbg .pb-sm-30 {
    padding-bottom: 30px !important; }
  .chbg .pl-sm-30 {
    padding-left: 30px !important; }
  .chbg .pr-sm-30 {
    padding-right: 30px !important; }
  .chbg .margin-sm-30 {
    margin: 30px !important; }
  .chbg .mt-sm-30 {
    margin-top: 30px !important; }
  .chbg .mb-sm-30 {
    margin-bottom: 30px !important; }
  .chbg .pad-sm-35 {
    padding: 35px !important; }
  .chbg .pt-sm-35 {
    padding-top: 35px !important; }
  .chbg .pb-sm-35 {
    padding-bottom: 35px !important; }
  .chbg .pl-sm-35 {
    padding-left: 35px !important; }
  .chbg .pr-sm-35 {
    padding-right: 35px !important; }
  .chbg .margin-sm-35 {
    margin: 35px !important; }
  .chbg .mt-sm-35 {
    margin-top: 35px !important; }
  .chbg .mb-sm-35 {
    margin-bottom: 35px !important; }
  .chbg .pad-sm-40 {
    padding: 40px !important; }
  .chbg .pt-sm-40 {
    padding-top: 40px !important; }
  .chbg .pb-sm-40 {
    padding-bottom: 40px !important; }
  .chbg .pl-sm-40 {
    padding-left: 40px !important; }
  .chbg .pr-sm-40 {
    padding-right: 40px !important; }
  .chbg .margin-sm-40 {
    margin: 40px !important; }
  .chbg .mt-sm-40 {
    margin-top: 40px !important; }
  .chbg .mb-sm-40 {
    margin-bottom: 40px !important; }
  .chbg .pad-sm-45 {
    padding: 45px !important; }
  .chbg .pt-sm-45 {
    padding-top: 45px !important; }
  .chbg .pb-sm-45 {
    padding-bottom: 45px !important; }
  .chbg .pl-sm-45 {
    padding-left: 45px !important; }
  .chbg .pr-sm-45 {
    padding-right: 45px !important; }
  .chbg .margin-sm-45 {
    margin: 45px !important; }
  .chbg .mt-sm-45 {
    margin-top: 45px !important; }
  .chbg .mb-sm-45 {
    margin-bottom: 45px !important; }
  .chbg .pad-sm-50 {
    padding: 50px !important; }
  .chbg .pt-sm-50 {
    padding-top: 50px !important; }
  .chbg .pb-sm-50 {
    padding-bottom: 50px !important; }
  .chbg .pl-sm-50 {
    padding-left: 50px !important; }
  .chbg .pr-sm-50 {
    padding-right: 50px !important; }
  .chbg .margin-sm-50 {
    margin: 50px !important; }
  .chbg .mt-sm-50 {
    margin-top: 50px !important; }
  .chbg .mb-sm-50 {
    margin-bottom: 50px !important; }
  .chbg .pad-sm-55 {
    padding: 55px !important; }
  .chbg .pt-sm-55 {
    padding-top: 55px !important; }
  .chbg .pb-sm-55 {
    padding-bottom: 55px !important; }
  .chbg .pl-sm-55 {
    padding-left: 55px !important; }
  .chbg .pr-sm-55 {
    padding-right: 55px !important; }
  .chbg .margin-sm-55 {
    margin: 55px !important; }
  .chbg .mt-sm-55 {
    margin-top: 55px !important; }
  .chbg .mb-sm-55 {
    margin-bottom: 55px !important; }
  .chbg .pad-sm-60 {
    padding: 60px !important; }
  .chbg .pt-sm-60 {
    padding-top: 60px !important; }
  .chbg .pb-sm-60 {
    padding-bottom: 60px !important; }
  .chbg .pl-sm-60 {
    padding-left: 60px !important; }
  .chbg .pr-sm-60 {
    padding-right: 60px !important; }
  .chbg .margin-sm-60 {
    margin: 60px !important; }
  .chbg .mt-sm-60 {
    margin-top: 60px !important; }
  .chbg .mb-sm-60 {
    margin-bottom: 60px !important; }
  .chbg .pad-sm-65 {
    padding: 65px !important; }
  .chbg .pt-sm-65 {
    padding-top: 65px !important; }
  .chbg .pb-sm-65 {
    padding-bottom: 65px !important; }
  .chbg .pl-sm-65 {
    padding-left: 65px !important; }
  .chbg .pr-sm-65 {
    padding-right: 65px !important; }
  .chbg .margin-sm-65 {
    margin: 65px !important; }
  .chbg .mt-sm-65 {
    margin-top: 65px !important; }
  .chbg .mb-sm-65 {
    margin-bottom: 65px !important; }
  .chbg .pad-sm-70 {
    padding: 70px !important; }
  .chbg .pt-sm-70 {
    padding-top: 70px !important; }
  .chbg .pb-sm-70 {
    padding-bottom: 70px !important; }
  .chbg .pl-sm-70 {
    padding-left: 70px !important; }
  .chbg .pr-sm-70 {
    padding-right: 70px !important; }
  .chbg .margin-sm-70 {
    margin: 70px !important; }
  .chbg .mt-sm-70 {
    margin-top: 70px !important; }
  .chbg .mb-sm-70 {
    margin-bottom: 70px !important; }
  .chbg .pad-sm-75 {
    padding: 75px !important; }
  .chbg .pt-sm-75 {
    padding-top: 75px !important; }
  .chbg .pb-sm-75 {
    padding-bottom: 75px !important; }
  .chbg .pl-sm-75 {
    padding-left: 75px !important; }
  .chbg .pr-sm-75 {
    padding-right: 75px !important; }
  .chbg .margin-sm-75 {
    margin: 75px !important; }
  .chbg .mt-sm-75 {
    margin-top: 75px !important; }
  .chbg .mb-sm-75 {
    margin-bottom: 75px !important; }
  .chbg .pad-sm-80 {
    padding: 80px !important; }
  .chbg .pt-sm-80 {
    padding-top: 80px !important; }
  .chbg .pb-sm-80 {
    padding-bottom: 80px !important; }
  .chbg .pl-sm-80 {
    padding-left: 80px !important; }
  .chbg .pr-sm-80 {
    padding-right: 80px !important; }
  .chbg .margin-sm-80 {
    margin: 80px !important; }
  .chbg .mt-sm-80 {
    margin-top: 80px !important; }
  .chbg .mb-sm-80 {
    margin-bottom: 80px !important; }
  .chbg .pad-sm-85 {
    padding: 85px !important; }
  .chbg .pt-sm-85 {
    padding-top: 85px !important; }
  .chbg .pb-sm-85 {
    padding-bottom: 85px !important; }
  .chbg .pl-sm-85 {
    padding-left: 85px !important; }
  .chbg .pr-sm-85 {
    padding-right: 85px !important; }
  .chbg .margin-sm-85 {
    margin: 85px !important; }
  .chbg .mt-sm-85 {
    margin-top: 85px !important; }
  .chbg .mb-sm-85 {
    margin-bottom: 85px !important; }
  .chbg .pad-sm-90 {
    padding: 90px !important; }
  .chbg .pt-sm-90 {
    padding-top: 90px !important; }
  .chbg .pb-sm-90 {
    padding-bottom: 90px !important; }
  .chbg .pl-sm-90 {
    padding-left: 90px !important; }
  .chbg .pr-sm-90 {
    padding-right: 90px !important; }
  .chbg .margin-sm-90 {
    margin: 90px !important; }
  .chbg .mt-sm-90 {
    margin-top: 90px !important; }
  .chbg .mb-sm-90 {
    margin-bottom: 90px !important; }
  .chbg .pad-sm-95 {
    padding: 95px !important; }
  .chbg .pt-sm-95 {
    padding-top: 95px !important; }
  .chbg .pb-sm-95 {
    padding-bottom: 95px !important; }
  .chbg .pl-sm-95 {
    padding-left: 95px !important; }
  .chbg .pr-sm-95 {
    padding-right: 95px !important; }
  .chbg .margin-sm-95 {
    margin: 95px !important; }
  .chbg .mt-sm-95 {
    margin-top: 95px !important; }
  .chbg .mb-sm-95 {
    margin-bottom: 95px !important; }
  .chbg .pad-sm-100 {
    padding: 100px !important; }
  .chbg .pt-sm-100 {
    padding-top: 100px !important; }
  .chbg .pb-sm-100 {
    padding-bottom: 100px !important; }
  .chbg .pl-sm-100 {
    padding-left: 100px !important; }
  .chbg .pr-sm-100 {
    padding-right: 100px !important; }
  .chbg .margin-sm-100 {
    margin: 100px !important; }
  .chbg .mt-sm-100 {
    margin-top: 100px !important; }
  .chbg .mb-sm-100 {
    margin-bottom: 100px !important; }
  .chbg .pad-sm-105 {
    padding: 105px !important; }
  .chbg .pt-sm-105 {
    padding-top: 105px !important; }
  .chbg .pb-sm-105 {
    padding-bottom: 105px !important; }
  .chbg .pl-sm-105 {
    padding-left: 105px !important; }
  .chbg .pr-sm-105 {
    padding-right: 105px !important; }
  .chbg .margin-sm-105 {
    margin: 105px !important; }
  .chbg .mt-sm-105 {
    margin-top: 105px !important; }
  .chbg .mb-sm-105 {
    margin-bottom: 105px !important; }
  .chbg .pad-sm-110 {
    padding: 110px !important; }
  .chbg .pt-sm-110 {
    padding-top: 110px !important; }
  .chbg .pb-sm-110 {
    padding-bottom: 110px !important; }
  .chbg .pl-sm-110 {
    padding-left: 110px !important; }
  .chbg .pr-sm-110 {
    padding-right: 110px !important; }
  .chbg .margin-sm-110 {
    margin: 110px !important; }
  .chbg .mt-sm-110 {
    margin-top: 110px !important; }
  .chbg .mb-sm-110 {
    margin-bottom: 110px !important; }
  .chbg .pad-sm-115 {
    padding: 115px !important; }
  .chbg .pt-sm-115 {
    padding-top: 115px !important; }
  .chbg .pb-sm-115 {
    padding-bottom: 115px !important; }
  .chbg .pl-sm-115 {
    padding-left: 115px !important; }
  .chbg .pr-sm-115 {
    padding-right: 115px !important; }
  .chbg .margin-sm-115 {
    margin: 115px !important; }
  .chbg .mt-sm-115 {
    margin-top: 115px !important; }
  .chbg .mb-sm-115 {
    margin-bottom: 115px !important; }
  .chbg .pad-sm-120 {
    padding: 120px !important; }
  .chbg .pt-sm-120 {
    padding-top: 120px !important; }
  .chbg .pb-sm-120 {
    padding-bottom: 120px !important; }
  .chbg .pl-sm-120 {
    padding-left: 120px !important; }
  .chbg .pr-sm-120 {
    padding-right: 120px !important; }
  .chbg .margin-sm-120 {
    margin: 120px !important; }
  .chbg .mt-sm-120 {
    margin-top: 120px !important; }
  .chbg .mb-sm-120 {
    margin-bottom: 120px !important; } }
@media (min-width: 768px) {
  .chbg .pad-md-0 {
    padding: 0px !important; }
  .chbg .pt-md-0 {
    padding-top: 0px !important; }
  .chbg .pb-md-0 {
    padding-bottom: 0px !important; }
  .chbg .pl-md-0 {
    padding-left: 0px !important; }
  .chbg .pr-md-0 {
    padding-right: 0px !important; }
  .chbg .margin-md-0 {
    margin: 0px !important; }
  .chbg .mt-md-0 {
    margin-top: 0px !important; }
  .chbg .mb-md-0 {
    margin-bottom: 0px !important; }
  .chbg .pad-md-5 {
    padding: 5px !important; }
  .chbg .pt-md-5 {
    padding-top: 5px !important; }
  .chbg .pb-md-5 {
    padding-bottom: 5px !important; }
  .chbg .pl-md-5 {
    padding-left: 5px !important; }
  .chbg .pr-md-5 {
    padding-right: 5px !important; }
  .chbg .margin-md-5 {
    margin: 5px !important; }
  .chbg .mt-md-5 {
    margin-top: 5px !important; }
  .chbg .mb-md-5 {
    margin-bottom: 5px !important; }
  .chbg .pad-md-10 {
    padding: 10px !important; }
  .chbg .pt-md-10 {
    padding-top: 10px !important; }
  .chbg .pb-md-10 {
    padding-bottom: 10px !important; }
  .chbg .pl-md-10 {
    padding-left: 10px !important; }
  .chbg .pr-md-10 {
    padding-right: 10px !important; }
  .chbg .margin-md-10 {
    margin: 10px !important; }
  .chbg .mt-md-10 {
    margin-top: 10px !important; }
  .chbg .mb-md-10 {
    margin-bottom: 10px !important; }
  .chbg .pad-md-15 {
    padding: 15px !important; }
  .chbg .pt-md-15 {
    padding-top: 15px !important; }
  .chbg .pb-md-15 {
    padding-bottom: 15px !important; }
  .chbg .pl-md-15 {
    padding-left: 15px !important; }
  .chbg .pr-md-15 {
    padding-right: 15px !important; }
  .chbg .margin-md-15 {
    margin: 15px !important; }
  .chbg .mt-md-15 {
    margin-top: 15px !important; }
  .chbg .mb-md-15 {
    margin-bottom: 15px !important; }
  .chbg .pad-md-20 {
    padding: 20px !important; }
  .chbg .pt-md-20 {
    padding-top: 20px !important; }
  .chbg .pb-md-20 {
    padding-bottom: 20px !important; }
  .chbg .pl-md-20 {
    padding-left: 20px !important; }
  .chbg .pr-md-20 {
    padding-right: 20px !important; }
  .chbg .margin-md-20 {
    margin: 20px !important; }
  .chbg .mt-md-20 {
    margin-top: 20px !important; }
  .chbg .mb-md-20 {
    margin-bottom: 20px !important; }
  .chbg .pad-md-25 {
    padding: 25px !important; }
  .chbg .pt-md-25 {
    padding-top: 25px !important; }
  .chbg .pb-md-25 {
    padding-bottom: 25px !important; }
  .chbg .pl-md-25 {
    padding-left: 25px !important; }
  .chbg .pr-md-25 {
    padding-right: 25px !important; }
  .chbg .margin-md-25 {
    margin: 25px !important; }
  .chbg .mt-md-25 {
    margin-top: 25px !important; }
  .chbg .mb-md-25 {
    margin-bottom: 25px !important; }
  .chbg .pad-md-30 {
    padding: 30px !important; }
  .chbg .pt-md-30 {
    padding-top: 30px !important; }
  .chbg .pb-md-30 {
    padding-bottom: 30px !important; }
  .chbg .pl-md-30 {
    padding-left: 30px !important; }
  .chbg .pr-md-30 {
    padding-right: 30px !important; }
  .chbg .margin-md-30 {
    margin: 30px !important; }
  .chbg .mt-md-30 {
    margin-top: 30px !important; }
  .chbg .mb-md-30 {
    margin-bottom: 30px !important; }
  .chbg .pad-md-35 {
    padding: 35px !important; }
  .chbg .pt-md-35 {
    padding-top: 35px !important; }
  .chbg .pb-md-35 {
    padding-bottom: 35px !important; }
  .chbg .pl-md-35 {
    padding-left: 35px !important; }
  .chbg .pr-md-35 {
    padding-right: 35px !important; }
  .chbg .margin-md-35 {
    margin: 35px !important; }
  .chbg .mt-md-35 {
    margin-top: 35px !important; }
  .chbg .mb-md-35 {
    margin-bottom: 35px !important; }
  .chbg .pad-md-40 {
    padding: 40px !important; }
  .chbg .pt-md-40 {
    padding-top: 40px !important; }
  .chbg .pb-md-40 {
    padding-bottom: 40px !important; }
  .chbg .pl-md-40 {
    padding-left: 40px !important; }
  .chbg .pr-md-40 {
    padding-right: 40px !important; }
  .chbg .margin-md-40 {
    margin: 40px !important; }
  .chbg .mt-md-40 {
    margin-top: 40px !important; }
  .chbg .mb-md-40 {
    margin-bottom: 40px !important; }
  .chbg .pad-md-45 {
    padding: 45px !important; }
  .chbg .pt-md-45 {
    padding-top: 45px !important; }
  .chbg .pb-md-45 {
    padding-bottom: 45px !important; }
  .chbg .pl-md-45 {
    padding-left: 45px !important; }
  .chbg .pr-md-45 {
    padding-right: 45px !important; }
  .chbg .margin-md-45 {
    margin: 45px !important; }
  .chbg .mt-md-45 {
    margin-top: 45px !important; }
  .chbg .mb-md-45 {
    margin-bottom: 45px !important; }
  .chbg .pad-md-50 {
    padding: 50px !important; }
  .chbg .pt-md-50 {
    padding-top: 50px !important; }
  .chbg .pb-md-50 {
    padding-bottom: 50px !important; }
  .chbg .pl-md-50 {
    padding-left: 50px !important; }
  .chbg .pr-md-50 {
    padding-right: 50px !important; }
  .chbg .margin-md-50 {
    margin: 50px !important; }
  .chbg .mt-md-50 {
    margin-top: 50px !important; }
  .chbg .mb-md-50 {
    margin-bottom: 50px !important; }
  .chbg .pad-md-55 {
    padding: 55px !important; }
  .chbg .pt-md-55 {
    padding-top: 55px !important; }
  .chbg .pb-md-55 {
    padding-bottom: 55px !important; }
  .chbg .pl-md-55 {
    padding-left: 55px !important; }
  .chbg .pr-md-55 {
    padding-right: 55px !important; }
  .chbg .margin-md-55 {
    margin: 55px !important; }
  .chbg .mt-md-55 {
    margin-top: 55px !important; }
  .chbg .mb-md-55 {
    margin-bottom: 55px !important; }
  .chbg .pad-md-60 {
    padding: 60px !important; }
  .chbg .pt-md-60 {
    padding-top: 60px !important; }
  .chbg .pb-md-60 {
    padding-bottom: 60px !important; }
  .chbg .pl-md-60 {
    padding-left: 60px !important; }
  .chbg .pr-md-60 {
    padding-right: 60px !important; }
  .chbg .margin-md-60 {
    margin: 60px !important; }
  .chbg .mt-md-60 {
    margin-top: 60px !important; }
  .chbg .mb-md-60 {
    margin-bottom: 60px !important; }
  .chbg .pad-md-65 {
    padding: 65px !important; }
  .chbg .pt-md-65 {
    padding-top: 65px !important; }
  .chbg .pb-md-65 {
    padding-bottom: 65px !important; }
  .chbg .pl-md-65 {
    padding-left: 65px !important; }
  .chbg .pr-md-65 {
    padding-right: 65px !important; }
  .chbg .margin-md-65 {
    margin: 65px !important; }
  .chbg .mt-md-65 {
    margin-top: 65px !important; }
  .chbg .mb-md-65 {
    margin-bottom: 65px !important; }
  .chbg .pad-md-70 {
    padding: 70px !important; }
  .chbg .pt-md-70 {
    padding-top: 70px !important; }
  .chbg .pb-md-70 {
    padding-bottom: 70px !important; }
  .chbg .pl-md-70 {
    padding-left: 70px !important; }
  .chbg .pr-md-70 {
    padding-right: 70px !important; }
  .chbg .margin-md-70 {
    margin: 70px !important; }
  .chbg .mt-md-70 {
    margin-top: 70px !important; }
  .chbg .mb-md-70 {
    margin-bottom: 70px !important; }
  .chbg .pad-md-75 {
    padding: 75px !important; }
  .chbg .pt-md-75 {
    padding-top: 75px !important; }
  .chbg .pb-md-75 {
    padding-bottom: 75px !important; }
  .chbg .pl-md-75 {
    padding-left: 75px !important; }
  .chbg .pr-md-75 {
    padding-right: 75px !important; }
  .chbg .margin-md-75 {
    margin: 75px !important; }
  .chbg .mt-md-75 {
    margin-top: 75px !important; }
  .chbg .mb-md-75 {
    margin-bottom: 75px !important; }
  .chbg .pad-md-80 {
    padding: 80px !important; }
  .chbg .pt-md-80 {
    padding-top: 80px !important; }
  .chbg .pb-md-80 {
    padding-bottom: 80px !important; }
  .chbg .pl-md-80 {
    padding-left: 80px !important; }
  .chbg .pr-md-80 {
    padding-right: 80px !important; }
  .chbg .margin-md-80 {
    margin: 80px !important; }
  .chbg .mt-md-80 {
    margin-top: 80px !important; }
  .chbg .mb-md-80 {
    margin-bottom: 80px !important; }
  .chbg .pad-md-85 {
    padding: 85px !important; }
  .chbg .pt-md-85 {
    padding-top: 85px !important; }
  .chbg .pb-md-85 {
    padding-bottom: 85px !important; }
  .chbg .pl-md-85 {
    padding-left: 85px !important; }
  .chbg .pr-md-85 {
    padding-right: 85px !important; }
  .chbg .margin-md-85 {
    margin: 85px !important; }
  .chbg .mt-md-85 {
    margin-top: 85px !important; }
  .chbg .mb-md-85 {
    margin-bottom: 85px !important; }
  .chbg .pad-md-90 {
    padding: 90px !important; }
  .chbg .pt-md-90 {
    padding-top: 90px !important; }
  .chbg .pb-md-90 {
    padding-bottom: 90px !important; }
  .chbg .pl-md-90 {
    padding-left: 90px !important; }
  .chbg .pr-md-90 {
    padding-right: 90px !important; }
  .chbg .margin-md-90 {
    margin: 90px !important; }
  .chbg .mt-md-90 {
    margin-top: 90px !important; }
  .chbg .mb-md-90 {
    margin-bottom: 90px !important; }
  .chbg .pad-md-95 {
    padding: 95px !important; }
  .chbg .pt-md-95 {
    padding-top: 95px !important; }
  .chbg .pb-md-95 {
    padding-bottom: 95px !important; }
  .chbg .pl-md-95 {
    padding-left: 95px !important; }
  .chbg .pr-md-95 {
    padding-right: 95px !important; }
  .chbg .margin-md-95 {
    margin: 95px !important; }
  .chbg .mt-md-95 {
    margin-top: 95px !important; }
  .chbg .mb-md-95 {
    margin-bottom: 95px !important; }
  .chbg .pad-md-100 {
    padding: 100px !important; }
  .chbg .pt-md-100 {
    padding-top: 100px !important; }
  .chbg .pb-md-100 {
    padding-bottom: 100px !important; }
  .chbg .pl-md-100 {
    padding-left: 100px !important; }
  .chbg .pr-md-100 {
    padding-right: 100px !important; }
  .chbg .margin-md-100 {
    margin: 100px !important; }
  .chbg .mt-md-100 {
    margin-top: 100px !important; }
  .chbg .mb-md-100 {
    margin-bottom: 100px !important; }
  .chbg .pad-md-105 {
    padding: 105px !important; }
  .chbg .pt-md-105 {
    padding-top: 105px !important; }
  .chbg .pb-md-105 {
    padding-bottom: 105px !important; }
  .chbg .pl-md-105 {
    padding-left: 105px !important; }
  .chbg .pr-md-105 {
    padding-right: 105px !important; }
  .chbg .margin-md-105 {
    margin: 105px !important; }
  .chbg .mt-md-105 {
    margin-top: 105px !important; }
  .chbg .mb-md-105 {
    margin-bottom: 105px !important; }
  .chbg .pad-md-110 {
    padding: 110px !important; }
  .chbg .pt-md-110 {
    padding-top: 110px !important; }
  .chbg .pb-md-110 {
    padding-bottom: 110px !important; }
  .chbg .pl-md-110 {
    padding-left: 110px !important; }
  .chbg .pr-md-110 {
    padding-right: 110px !important; }
  .chbg .margin-md-110 {
    margin: 110px !important; }
  .chbg .mt-md-110 {
    margin-top: 110px !important; }
  .chbg .mb-md-110 {
    margin-bottom: 110px !important; }
  .chbg .pad-md-115 {
    padding: 115px !important; }
  .chbg .pt-md-115 {
    padding-top: 115px !important; }
  .chbg .pb-md-115 {
    padding-bottom: 115px !important; }
  .chbg .pl-md-115 {
    padding-left: 115px !important; }
  .chbg .pr-md-115 {
    padding-right: 115px !important; }
  .chbg .margin-md-115 {
    margin: 115px !important; }
  .chbg .mt-md-115 {
    margin-top: 115px !important; }
  .chbg .mb-md-115 {
    margin-bottom: 115px !important; }
  .chbg .pad-md-120 {
    padding: 120px !important; }
  .chbg .pt-md-120 {
    padding-top: 120px !important; }
  .chbg .pb-md-120 {
    padding-bottom: 120px !important; }
  .chbg .pl-md-120 {
    padding-left: 120px !important; }
  .chbg .pr-md-120 {
    padding-right: 120px !important; }
  .chbg .margin-md-120 {
    margin: 120px !important; }
  .chbg .mt-md-120 {
    margin-top: 120px !important; }
  .chbg .mb-md-120 {
    margin-bottom: 120px !important; } }
@media (min-width: 992px) {
  .chbg .pad-lg-0 {
    padding: 0px !important; }
  .chbg .pt-lg-0 {
    padding-top: 0px !important; }
  .chbg .pb-lg-0 {
    padding-bottom: 0px !important; }
  .chbg .pl-lg-0 {
    padding-left: 0px !important; }
  .chbg .pr-lg-0 {
    padding-right: 0px !important; }
  .chbg .margin-lg-0 {
    margin: 0px !important; }
  .chbg .mt-lg-0 {
    margin-top: 0px !important; }
  .chbg .mb-lg-0 {
    margin-bottom: 0px !important; }
  .chbg .pad-lg-5 {
    padding: 5px !important; }
  .chbg .pt-lg-5 {
    padding-top: 5px !important; }
  .chbg .pb-lg-5 {
    padding-bottom: 5px !important; }
  .chbg .pl-lg-5 {
    padding-left: 5px !important; }
  .chbg .pr-lg-5 {
    padding-right: 5px !important; }
  .chbg .margin-lg-5 {
    margin: 5px !important; }
  .chbg .mt-lg-5 {
    margin-top: 5px !important; }
  .chbg .mb-lg-5 {
    margin-bottom: 5px !important; }
  .chbg .pad-lg-10 {
    padding: 10px !important; }
  .chbg .pt-lg-10 {
    padding-top: 10px !important; }
  .chbg .pb-lg-10 {
    padding-bottom: 10px !important; }
  .chbg .pl-lg-10 {
    padding-left: 10px !important; }
  .chbg .pr-lg-10 {
    padding-right: 10px !important; }
  .chbg .margin-lg-10 {
    margin: 10px !important; }
  .chbg .mt-lg-10 {
    margin-top: 10px !important; }
  .chbg .mb-lg-10 {
    margin-bottom: 10px !important; }
  .chbg .pad-lg-15 {
    padding: 15px !important; }
  .chbg .pt-lg-15 {
    padding-top: 15px !important; }
  .chbg .pb-lg-15 {
    padding-bottom: 15px !important; }
  .chbg .pl-lg-15 {
    padding-left: 15px !important; }
  .chbg .pr-lg-15 {
    padding-right: 15px !important; }
  .chbg .margin-lg-15 {
    margin: 15px !important; }
  .chbg .mt-lg-15 {
    margin-top: 15px !important; }
  .chbg .mb-lg-15 {
    margin-bottom: 15px !important; }
  .chbg .pad-lg-20 {
    padding: 20px !important; }
  .chbg .pt-lg-20 {
    padding-top: 20px !important; }
  .chbg .pb-lg-20 {
    padding-bottom: 20px !important; }
  .chbg .pl-lg-20 {
    padding-left: 20px !important; }
  .chbg .pr-lg-20 {
    padding-right: 20px !important; }
  .chbg .margin-lg-20 {
    margin: 20px !important; }
  .chbg .mt-lg-20 {
    margin-top: 20px !important; }
  .chbg .mb-lg-20 {
    margin-bottom: 20px !important; }
  .chbg .pad-lg-25 {
    padding: 25px !important; }
  .chbg .pt-lg-25 {
    padding-top: 25px !important; }
  .chbg .pb-lg-25 {
    padding-bottom: 25px !important; }
  .chbg .pl-lg-25 {
    padding-left: 25px !important; }
  .chbg .pr-lg-25 {
    padding-right: 25px !important; }
  .chbg .margin-lg-25 {
    margin: 25px !important; }
  .chbg .mt-lg-25 {
    margin-top: 25px !important; }
  .chbg .mb-lg-25 {
    margin-bottom: 25px !important; }
  .chbg .pad-lg-30 {
    padding: 30px !important; }
  .chbg .pt-lg-30 {
    padding-top: 30px !important; }
  .chbg .pb-lg-30 {
    padding-bottom: 30px !important; }
  .chbg .pl-lg-30 {
    padding-left: 30px !important; }
  .chbg .pr-lg-30 {
    padding-right: 30px !important; }
  .chbg .margin-lg-30 {
    margin: 30px !important; }
  .chbg .mt-lg-30 {
    margin-top: 30px !important; }
  .chbg .mb-lg-30 {
    margin-bottom: 30px !important; }
  .chbg .pad-lg-35 {
    padding: 35px !important; }
  .chbg .pt-lg-35 {
    padding-top: 35px !important; }
  .chbg .pb-lg-35 {
    padding-bottom: 35px !important; }
  .chbg .pl-lg-35 {
    padding-left: 35px !important; }
  .chbg .pr-lg-35 {
    padding-right: 35px !important; }
  .chbg .margin-lg-35 {
    margin: 35px !important; }
  .chbg .mt-lg-35 {
    margin-top: 35px !important; }
  .chbg .mb-lg-35 {
    margin-bottom: 35px !important; }
  .chbg .pad-lg-40 {
    padding: 40px !important; }
  .chbg .pt-lg-40 {
    padding-top: 40px !important; }
  .chbg .pb-lg-40 {
    padding-bottom: 40px !important; }
  .chbg .pl-lg-40 {
    padding-left: 40px !important; }
  .chbg .pr-lg-40 {
    padding-right: 40px !important; }
  .chbg .margin-lg-40 {
    margin: 40px !important; }
  .chbg .mt-lg-40 {
    margin-top: 40px !important; }
  .chbg .mb-lg-40 {
    margin-bottom: 40px !important; }
  .chbg .pad-lg-45 {
    padding: 45px !important; }
  .chbg .pt-lg-45 {
    padding-top: 45px !important; }
  .chbg .pb-lg-45 {
    padding-bottom: 45px !important; }
  .chbg .pl-lg-45 {
    padding-left: 45px !important; }
  .chbg .pr-lg-45 {
    padding-right: 45px !important; }
  .chbg .margin-lg-45 {
    margin: 45px !important; }
  .chbg .mt-lg-45 {
    margin-top: 45px !important; }
  .chbg .mb-lg-45 {
    margin-bottom: 45px !important; }
  .chbg .pad-lg-50 {
    padding: 50px !important; }
  .chbg .pt-lg-50 {
    padding-top: 50px !important; }
  .chbg .pb-lg-50 {
    padding-bottom: 50px !important; }
  .chbg .pl-lg-50 {
    padding-left: 50px !important; }
  .chbg .pr-lg-50 {
    padding-right: 50px !important; }
  .chbg .margin-lg-50 {
    margin: 50px !important; }
  .chbg .mt-lg-50 {
    margin-top: 50px !important; }
  .chbg .mb-lg-50 {
    margin-bottom: 50px !important; }
  .chbg .pad-lg-55 {
    padding: 55px !important; }
  .chbg .pt-lg-55 {
    padding-top: 55px !important; }
  .chbg .pb-lg-55 {
    padding-bottom: 55px !important; }
  .chbg .pl-lg-55 {
    padding-left: 55px !important; }
  .chbg .pr-lg-55 {
    padding-right: 55px !important; }
  .chbg .margin-lg-55 {
    margin: 55px !important; }
  .chbg .mt-lg-55 {
    margin-top: 55px !important; }
  .chbg .mb-lg-55 {
    margin-bottom: 55px !important; }
  .chbg .pad-lg-60 {
    padding: 60px !important; }
  .chbg .pt-lg-60 {
    padding-top: 60px !important; }
  .chbg .pb-lg-60 {
    padding-bottom: 60px !important; }
  .chbg .pl-lg-60 {
    padding-left: 60px !important; }
  .chbg .pr-lg-60 {
    padding-right: 60px !important; }
  .chbg .margin-lg-60 {
    margin: 60px !important; }
  .chbg .mt-lg-60 {
    margin-top: 60px !important; }
  .chbg .mb-lg-60 {
    margin-bottom: 60px !important; }
  .chbg .pad-lg-65 {
    padding: 65px !important; }
  .chbg .pt-lg-65 {
    padding-top: 65px !important; }
  .chbg .pb-lg-65 {
    padding-bottom: 65px !important; }
  .chbg .pl-lg-65 {
    padding-left: 65px !important; }
  .chbg .pr-lg-65 {
    padding-right: 65px !important; }
  .chbg .margin-lg-65 {
    margin: 65px !important; }
  .chbg .mt-lg-65 {
    margin-top: 65px !important; }
  .chbg .mb-lg-65 {
    margin-bottom: 65px !important; }
  .chbg .pad-lg-70 {
    padding: 70px !important; }
  .chbg .pt-lg-70 {
    padding-top: 70px !important; }
  .chbg .pb-lg-70 {
    padding-bottom: 70px !important; }
  .chbg .pl-lg-70 {
    padding-left: 70px !important; }
  .chbg .pr-lg-70 {
    padding-right: 70px !important; }
  .chbg .margin-lg-70 {
    margin: 70px !important; }
  .chbg .mt-lg-70 {
    margin-top: 70px !important; }
  .chbg .mb-lg-70 {
    margin-bottom: 70px !important; }
  .chbg .pad-lg-75 {
    padding: 75px !important; }
  .chbg .pt-lg-75 {
    padding-top: 75px !important; }
  .chbg .pb-lg-75 {
    padding-bottom: 75px !important; }
  .chbg .pl-lg-75 {
    padding-left: 75px !important; }
  .chbg .pr-lg-75 {
    padding-right: 75px !important; }
  .chbg .margin-lg-75 {
    margin: 75px !important; }
  .chbg .mt-lg-75 {
    margin-top: 75px !important; }
  .chbg .mb-lg-75 {
    margin-bottom: 75px !important; }
  .chbg .pad-lg-80 {
    padding: 80px !important; }
  .chbg .pt-lg-80 {
    padding-top: 80px !important; }
  .chbg .pb-lg-80 {
    padding-bottom: 80px !important; }
  .chbg .pl-lg-80 {
    padding-left: 80px !important; }
  .chbg .pr-lg-80 {
    padding-right: 80px !important; }
  .chbg .margin-lg-80 {
    margin: 80px !important; }
  .chbg .mt-lg-80 {
    margin-top: 80px !important; }
  .chbg .mb-lg-80 {
    margin-bottom: 80px !important; }
  .chbg .pad-lg-85 {
    padding: 85px !important; }
  .chbg .pt-lg-85 {
    padding-top: 85px !important; }
  .chbg .pb-lg-85 {
    padding-bottom: 85px !important; }
  .chbg .pl-lg-85 {
    padding-left: 85px !important; }
  .chbg .pr-lg-85 {
    padding-right: 85px !important; }
  .chbg .margin-lg-85 {
    margin: 85px !important; }
  .chbg .mt-lg-85 {
    margin-top: 85px !important; }
  .chbg .mb-lg-85 {
    margin-bottom: 85px !important; }
  .chbg .pad-lg-90 {
    padding: 90px !important; }
  .chbg .pt-lg-90 {
    padding-top: 90px !important; }
  .chbg .pb-lg-90 {
    padding-bottom: 90px !important; }
  .chbg .pl-lg-90 {
    padding-left: 90px !important; }
  .chbg .pr-lg-90 {
    padding-right: 90px !important; }
  .chbg .margin-lg-90 {
    margin: 90px !important; }
  .chbg .mt-lg-90 {
    margin-top: 90px !important; }
  .chbg .mb-lg-90 {
    margin-bottom: 90px !important; }
  .chbg .pad-lg-95 {
    padding: 95px !important; }
  .chbg .pt-lg-95 {
    padding-top: 95px !important; }
  .chbg .pb-lg-95 {
    padding-bottom: 95px !important; }
  .chbg .pl-lg-95 {
    padding-left: 95px !important; }
  .chbg .pr-lg-95 {
    padding-right: 95px !important; }
  .chbg .margin-lg-95 {
    margin: 95px !important; }
  .chbg .mt-lg-95 {
    margin-top: 95px !important; }
  .chbg .mb-lg-95 {
    margin-bottom: 95px !important; }
  .chbg .pad-lg-100 {
    padding: 100px !important; }
  .chbg .pt-lg-100 {
    padding-top: 100px !important; }
  .chbg .pb-lg-100 {
    padding-bottom: 100px !important; }
  .chbg .pl-lg-100 {
    padding-left: 100px !important; }
  .chbg .pr-lg-100 {
    padding-right: 100px !important; }
  .chbg .margin-lg-100 {
    margin: 100px !important; }
  .chbg .mt-lg-100 {
    margin-top: 100px !important; }
  .chbg .mb-lg-100 {
    margin-bottom: 100px !important; }
  .chbg .pad-lg-105 {
    padding: 105px !important; }
  .chbg .pt-lg-105 {
    padding-top: 105px !important; }
  .chbg .pb-lg-105 {
    padding-bottom: 105px !important; }
  .chbg .pl-lg-105 {
    padding-left: 105px !important; }
  .chbg .pr-lg-105 {
    padding-right: 105px !important; }
  .chbg .margin-lg-105 {
    margin: 105px !important; }
  .chbg .mt-lg-105 {
    margin-top: 105px !important; }
  .chbg .mb-lg-105 {
    margin-bottom: 105px !important; }
  .chbg .pad-lg-110 {
    padding: 110px !important; }
  .chbg .pt-lg-110 {
    padding-top: 110px !important; }
  .chbg .pb-lg-110 {
    padding-bottom: 110px !important; }
  .chbg .pl-lg-110 {
    padding-left: 110px !important; }
  .chbg .pr-lg-110 {
    padding-right: 110px !important; }
  .chbg .margin-lg-110 {
    margin: 110px !important; }
  .chbg .mt-lg-110 {
    margin-top: 110px !important; }
  .chbg .mb-lg-110 {
    margin-bottom: 110px !important; }
  .chbg .pad-lg-115 {
    padding: 115px !important; }
  .chbg .pt-lg-115 {
    padding-top: 115px !important; }
  .chbg .pb-lg-115 {
    padding-bottom: 115px !important; }
  .chbg .pl-lg-115 {
    padding-left: 115px !important; }
  .chbg .pr-lg-115 {
    padding-right: 115px !important; }
  .chbg .margin-lg-115 {
    margin: 115px !important; }
  .chbg .mt-lg-115 {
    margin-top: 115px !important; }
  .chbg .mb-lg-115 {
    margin-bottom: 115px !important; }
  .chbg .pad-lg-120 {
    padding: 120px !important; }
  .chbg .pt-lg-120 {
    padding-top: 120px !important; }
  .chbg .pb-lg-120 {
    padding-bottom: 120px !important; }
  .chbg .pl-lg-120 {
    padding-left: 120px !important; }
  .chbg .pr-lg-120 {
    padding-right: 120px !important; }
  .chbg .margin-lg-120 {
    margin: 120px !important; }
  .chbg .mt-lg-120 {
    margin-top: 120px !important; }
  .chbg .mb-lg-120 {
    margin-bottom: 120px !important; } }
@media (min-width: 1200px) {
  .chbg .pad-xl-0 {
    padding: 0px !important; }
  .chbg .pt-xl-0 {
    padding-top: 0px !important; }
  .chbg .pb-xl-0 {
    padding-bottom: 0px !important; }
  .chbg .pl-xl-0 {
    padding-left: 0px !important; }
  .chbg .pr-xl-0 {
    padding-right: 0px !important; }
  .chbg .margin-xl-0 {
    margin: 0px !important; }
  .chbg .mt-xl-0 {
    margin-top: 0px !important; }
  .chbg .mb-xl-0 {
    margin-bottom: 0px !important; }
  .chbg .pad-xl-5 {
    padding: 5px !important; }
  .chbg .pt-xl-5 {
    padding-top: 5px !important; }
  .chbg .pb-xl-5 {
    padding-bottom: 5px !important; }
  .chbg .pl-xl-5 {
    padding-left: 5px !important; }
  .chbg .pr-xl-5 {
    padding-right: 5px !important; }
  .chbg .margin-xl-5 {
    margin: 5px !important; }
  .chbg .mt-xl-5 {
    margin-top: 5px !important; }
  .chbg .mb-xl-5 {
    margin-bottom: 5px !important; }
  .chbg .pad-xl-10 {
    padding: 10px !important; }
  .chbg .pt-xl-10 {
    padding-top: 10px !important; }
  .chbg .pb-xl-10 {
    padding-bottom: 10px !important; }
  .chbg .pl-xl-10 {
    padding-left: 10px !important; }
  .chbg .pr-xl-10 {
    padding-right: 10px !important; }
  .chbg .margin-xl-10 {
    margin: 10px !important; }
  .chbg .mt-xl-10 {
    margin-top: 10px !important; }
  .chbg .mb-xl-10 {
    margin-bottom: 10px !important; }
  .chbg .pad-xl-15 {
    padding: 15px !important; }
  .chbg .pt-xl-15 {
    padding-top: 15px !important; }
  .chbg .pb-xl-15 {
    padding-bottom: 15px !important; }
  .chbg .pl-xl-15 {
    padding-left: 15px !important; }
  .chbg .pr-xl-15 {
    padding-right: 15px !important; }
  .chbg .margin-xl-15 {
    margin: 15px !important; }
  .chbg .mt-xl-15 {
    margin-top: 15px !important; }
  .chbg .mb-xl-15 {
    margin-bottom: 15px !important; }
  .chbg .pad-xl-20 {
    padding: 20px !important; }
  .chbg .pt-xl-20 {
    padding-top: 20px !important; }
  .chbg .pb-xl-20 {
    padding-bottom: 20px !important; }
  .chbg .pl-xl-20 {
    padding-left: 20px !important; }
  .chbg .pr-xl-20 {
    padding-right: 20px !important; }
  .chbg .margin-xl-20 {
    margin: 20px !important; }
  .chbg .mt-xl-20 {
    margin-top: 20px !important; }
  .chbg .mb-xl-20 {
    margin-bottom: 20px !important; }
  .chbg .pad-xl-25 {
    padding: 25px !important; }
  .chbg .pt-xl-25 {
    padding-top: 25px !important; }
  .chbg .pb-xl-25 {
    padding-bottom: 25px !important; }
  .chbg .pl-xl-25 {
    padding-left: 25px !important; }
  .chbg .pr-xl-25 {
    padding-right: 25px !important; }
  .chbg .margin-xl-25 {
    margin: 25px !important; }
  .chbg .mt-xl-25 {
    margin-top: 25px !important; }
  .chbg .mb-xl-25 {
    margin-bottom: 25px !important; }
  .chbg .pad-xl-30 {
    padding: 30px !important; }
  .chbg .pt-xl-30 {
    padding-top: 30px !important; }
  .chbg .pb-xl-30 {
    padding-bottom: 30px !important; }
  .chbg .pl-xl-30 {
    padding-left: 30px !important; }
  .chbg .pr-xl-30 {
    padding-right: 30px !important; }
  .chbg .margin-xl-30 {
    margin: 30px !important; }
  .chbg .mt-xl-30 {
    margin-top: 30px !important; }
  .chbg .mb-xl-30 {
    margin-bottom: 30px !important; }
  .chbg .pad-xl-35 {
    padding: 35px !important; }
  .chbg .pt-xl-35 {
    padding-top: 35px !important; }
  .chbg .pb-xl-35 {
    padding-bottom: 35px !important; }
  .chbg .pl-xl-35 {
    padding-left: 35px !important; }
  .chbg .pr-xl-35 {
    padding-right: 35px !important; }
  .chbg .margin-xl-35 {
    margin: 35px !important; }
  .chbg .mt-xl-35 {
    margin-top: 35px !important; }
  .chbg .mb-xl-35 {
    margin-bottom: 35px !important; }
  .chbg .pad-xl-40 {
    padding: 40px !important; }
  .chbg .pt-xl-40 {
    padding-top: 40px !important; }
  .chbg .pb-xl-40 {
    padding-bottom: 40px !important; }
  .chbg .pl-xl-40 {
    padding-left: 40px !important; }
  .chbg .pr-xl-40 {
    padding-right: 40px !important; }
  .chbg .margin-xl-40 {
    margin: 40px !important; }
  .chbg .mt-xl-40 {
    margin-top: 40px !important; }
  .chbg .mb-xl-40 {
    margin-bottom: 40px !important; }
  .chbg .pad-xl-45 {
    padding: 45px !important; }
  .chbg .pt-xl-45 {
    padding-top: 45px !important; }
  .chbg .pb-xl-45 {
    padding-bottom: 45px !important; }
  .chbg .pl-xl-45 {
    padding-left: 45px !important; }
  .chbg .pr-xl-45 {
    padding-right: 45px !important; }
  .chbg .margin-xl-45 {
    margin: 45px !important; }
  .chbg .mt-xl-45 {
    margin-top: 45px !important; }
  .chbg .mb-xl-45 {
    margin-bottom: 45px !important; }
  .chbg .pad-xl-50 {
    padding: 50px !important; }
  .chbg .pt-xl-50 {
    padding-top: 50px !important; }
  .chbg .pb-xl-50 {
    padding-bottom: 50px !important; }
  .chbg .pl-xl-50 {
    padding-left: 50px !important; }
  .chbg .pr-xl-50 {
    padding-right: 50px !important; }
  .chbg .margin-xl-50 {
    margin: 50px !important; }
  .chbg .mt-xl-50 {
    margin-top: 50px !important; }
  .chbg .mb-xl-50 {
    margin-bottom: 50px !important; }
  .chbg .pad-xl-55 {
    padding: 55px !important; }
  .chbg .pt-xl-55 {
    padding-top: 55px !important; }
  .chbg .pb-xl-55 {
    padding-bottom: 55px !important; }
  .chbg .pl-xl-55 {
    padding-left: 55px !important; }
  .chbg .pr-xl-55 {
    padding-right: 55px !important; }
  .chbg .margin-xl-55 {
    margin: 55px !important; }
  .chbg .mt-xl-55 {
    margin-top: 55px !important; }
  .chbg .mb-xl-55 {
    margin-bottom: 55px !important; }
  .chbg .pad-xl-60 {
    padding: 60px !important; }
  .chbg .pt-xl-60 {
    padding-top: 60px !important; }
  .chbg .pb-xl-60 {
    padding-bottom: 60px !important; }
  .chbg .pl-xl-60 {
    padding-left: 60px !important; }
  .chbg .pr-xl-60 {
    padding-right: 60px !important; }
  .chbg .margin-xl-60 {
    margin: 60px !important; }
  .chbg .mt-xl-60 {
    margin-top: 60px !important; }
  .chbg .mb-xl-60 {
    margin-bottom: 60px !important; }
  .chbg .pad-xl-65 {
    padding: 65px !important; }
  .chbg .pt-xl-65 {
    padding-top: 65px !important; }
  .chbg .pb-xl-65 {
    padding-bottom: 65px !important; }
  .chbg .pl-xl-65 {
    padding-left: 65px !important; }
  .chbg .pr-xl-65 {
    padding-right: 65px !important; }
  .chbg .margin-xl-65 {
    margin: 65px !important; }
  .chbg .mt-xl-65 {
    margin-top: 65px !important; }
  .chbg .mb-xl-65 {
    margin-bottom: 65px !important; }
  .chbg .pad-xl-70 {
    padding: 70px !important; }
  .chbg .pt-xl-70 {
    padding-top: 70px !important; }
  .chbg .pb-xl-70 {
    padding-bottom: 70px !important; }
  .chbg .pl-xl-70 {
    padding-left: 70px !important; }
  .chbg .pr-xl-70 {
    padding-right: 70px !important; }
  .chbg .margin-xl-70 {
    margin: 70px !important; }
  .chbg .mt-xl-70 {
    margin-top: 70px !important; }
  .chbg .mb-xl-70 {
    margin-bottom: 70px !important; }
  .chbg .pad-xl-75 {
    padding: 75px !important; }
  .chbg .pt-xl-75 {
    padding-top: 75px !important; }
  .chbg .pb-xl-75 {
    padding-bottom: 75px !important; }
  .chbg .pl-xl-75 {
    padding-left: 75px !important; }
  .chbg .pr-xl-75 {
    padding-right: 75px !important; }
  .chbg .margin-xl-75 {
    margin: 75px !important; }
  .chbg .mt-xl-75 {
    margin-top: 75px !important; }
  .chbg .mb-xl-75 {
    margin-bottom: 75px !important; }
  .chbg .pad-xl-80 {
    padding: 80px !important; }
  .chbg .pt-xl-80 {
    padding-top: 80px !important; }
  .chbg .pb-xl-80 {
    padding-bottom: 80px !important; }
  .chbg .pl-xl-80 {
    padding-left: 80px !important; }
  .chbg .pr-xl-80 {
    padding-right: 80px !important; }
  .chbg .margin-xl-80 {
    margin: 80px !important; }
  .chbg .mt-xl-80 {
    margin-top: 80px !important; }
  .chbg .mb-xl-80 {
    margin-bottom: 80px !important; }
  .chbg .pad-xl-85 {
    padding: 85px !important; }
  .chbg .pt-xl-85 {
    padding-top: 85px !important; }
  .chbg .pb-xl-85 {
    padding-bottom: 85px !important; }
  .chbg .pl-xl-85 {
    padding-left: 85px !important; }
  .chbg .pr-xl-85 {
    padding-right: 85px !important; }
  .chbg .margin-xl-85 {
    margin: 85px !important; }
  .chbg .mt-xl-85 {
    margin-top: 85px !important; }
  .chbg .mb-xl-85 {
    margin-bottom: 85px !important; }
  .chbg .pad-xl-90 {
    padding: 90px !important; }
  .chbg .pt-xl-90 {
    padding-top: 90px !important; }
  .chbg .pb-xl-90 {
    padding-bottom: 90px !important; }
  .chbg .pl-xl-90 {
    padding-left: 90px !important; }
  .chbg .pr-xl-90 {
    padding-right: 90px !important; }
  .chbg .margin-xl-90 {
    margin: 90px !important; }
  .chbg .mt-xl-90 {
    margin-top: 90px !important; }
  .chbg .mb-xl-90 {
    margin-bottom: 90px !important; }
  .chbg .pad-xl-95 {
    padding: 95px !important; }
  .chbg .pt-xl-95 {
    padding-top: 95px !important; }
  .chbg .pb-xl-95 {
    padding-bottom: 95px !important; }
  .chbg .pl-xl-95 {
    padding-left: 95px !important; }
  .chbg .pr-xl-95 {
    padding-right: 95px !important; }
  .chbg .margin-xl-95 {
    margin: 95px !important; }
  .chbg .mt-xl-95 {
    margin-top: 95px !important; }
  .chbg .mb-xl-95 {
    margin-bottom: 95px !important; }
  .chbg .pad-xl-100 {
    padding: 100px !important; }
  .chbg .pt-xl-100 {
    padding-top: 100px !important; }
  .chbg .pb-xl-100 {
    padding-bottom: 100px !important; }
  .chbg .pl-xl-100 {
    padding-left: 100px !important; }
  .chbg .pr-xl-100 {
    padding-right: 100px !important; }
  .chbg .margin-xl-100 {
    margin: 100px !important; }
  .chbg .mt-xl-100 {
    margin-top: 100px !important; }
  .chbg .mb-xl-100 {
    margin-bottom: 100px !important; }
  .chbg .pad-xl-105 {
    padding: 105px !important; }
  .chbg .pt-xl-105 {
    padding-top: 105px !important; }
  .chbg .pb-xl-105 {
    padding-bottom: 105px !important; }
  .chbg .pl-xl-105 {
    padding-left: 105px !important; }
  .chbg .pr-xl-105 {
    padding-right: 105px !important; }
  .chbg .margin-xl-105 {
    margin: 105px !important; }
  .chbg .mt-xl-105 {
    margin-top: 105px !important; }
  .chbg .mb-xl-105 {
    margin-bottom: 105px !important; }
  .chbg .pad-xl-110 {
    padding: 110px !important; }
  .chbg .pt-xl-110 {
    padding-top: 110px !important; }
  .chbg .pb-xl-110 {
    padding-bottom: 110px !important; }
  .chbg .pl-xl-110 {
    padding-left: 110px !important; }
  .chbg .pr-xl-110 {
    padding-right: 110px !important; }
  .chbg .margin-xl-110 {
    margin: 110px !important; }
  .chbg .mt-xl-110 {
    margin-top: 110px !important; }
  .chbg .mb-xl-110 {
    margin-bottom: 110px !important; }
  .chbg .pad-xl-115 {
    padding: 115px !important; }
  .chbg .pt-xl-115 {
    padding-top: 115px !important; }
  .chbg .pb-xl-115 {
    padding-bottom: 115px !important; }
  .chbg .pl-xl-115 {
    padding-left: 115px !important; }
  .chbg .pr-xl-115 {
    padding-right: 115px !important; }
  .chbg .margin-xl-115 {
    margin: 115px !important; }
  .chbg .mt-xl-115 {
    margin-top: 115px !important; }
  .chbg .mb-xl-115 {
    margin-bottom: 115px !important; }
  .chbg .pad-xl-120 {
    padding: 120px !important; }
  .chbg .pt-xl-120 {
    padding-top: 120px !important; }
  .chbg .pb-xl-120 {
    padding-bottom: 120px !important; }
  .chbg .pl-xl-120 {
    padding-left: 120px !important; }
  .chbg .pr-xl-120 {
    padding-right: 120px !important; }
  .chbg .margin-xl-120 {
    margin: 120px !important; }
  .chbg .mt-xl-120 {
    margin-top: 120px !important; }
  .chbg .mb-xl-120 {
    margin-bottom: 120px !important; } }
@media (min-width: 1400px) {
  .chbg .pad-xxl-0 {
    padding: 0px !important; }
  .chbg .pt-xxl-0 {
    padding-top: 0px !important; }
  .chbg .pb-xxl-0 {
    padding-bottom: 0px !important; }
  .chbg .pl-xxl-0 {
    padding-left: 0px !important; }
  .chbg .pr-xxl-0 {
    padding-right: 0px !important; }
  .chbg .margin-xxl-0 {
    margin: 0px !important; }
  .chbg .mt-xxl-0 {
    margin-top: 0px !important; }
  .chbg .mb-xxl-0 {
    margin-bottom: 0px !important; }
  .chbg .pad-xxl-5 {
    padding: 5px !important; }
  .chbg .pt-xxl-5 {
    padding-top: 5px !important; }
  .chbg .pb-xxl-5 {
    padding-bottom: 5px !important; }
  .chbg .pl-xxl-5 {
    padding-left: 5px !important; }
  .chbg .pr-xxl-5 {
    padding-right: 5px !important; }
  .chbg .margin-xxl-5 {
    margin: 5px !important; }
  .chbg .mt-xxl-5 {
    margin-top: 5px !important; }
  .chbg .mb-xxl-5 {
    margin-bottom: 5px !important; }
  .chbg .pad-xxl-10 {
    padding: 10px !important; }
  .chbg .pt-xxl-10 {
    padding-top: 10px !important; }
  .chbg .pb-xxl-10 {
    padding-bottom: 10px !important; }
  .chbg .pl-xxl-10 {
    padding-left: 10px !important; }
  .chbg .pr-xxl-10 {
    padding-right: 10px !important; }
  .chbg .margin-xxl-10 {
    margin: 10px !important; }
  .chbg .mt-xxl-10 {
    margin-top: 10px !important; }
  .chbg .mb-xxl-10 {
    margin-bottom: 10px !important; }
  .chbg .pad-xxl-15 {
    padding: 15px !important; }
  .chbg .pt-xxl-15 {
    padding-top: 15px !important; }
  .chbg .pb-xxl-15 {
    padding-bottom: 15px !important; }
  .chbg .pl-xxl-15 {
    padding-left: 15px !important; }
  .chbg .pr-xxl-15 {
    padding-right: 15px !important; }
  .chbg .margin-xxl-15 {
    margin: 15px !important; }
  .chbg .mt-xxl-15 {
    margin-top: 15px !important; }
  .chbg .mb-xxl-15 {
    margin-bottom: 15px !important; }
  .chbg .pad-xxl-20 {
    padding: 20px !important; }
  .chbg .pt-xxl-20 {
    padding-top: 20px !important; }
  .chbg .pb-xxl-20 {
    padding-bottom: 20px !important; }
  .chbg .pl-xxl-20 {
    padding-left: 20px !important; }
  .chbg .pr-xxl-20 {
    padding-right: 20px !important; }
  .chbg .margin-xxl-20 {
    margin: 20px !important; }
  .chbg .mt-xxl-20 {
    margin-top: 20px !important; }
  .chbg .mb-xxl-20 {
    margin-bottom: 20px !important; }
  .chbg .pad-xxl-25 {
    padding: 25px !important; }
  .chbg .pt-xxl-25 {
    padding-top: 25px !important; }
  .chbg .pb-xxl-25 {
    padding-bottom: 25px !important; }
  .chbg .pl-xxl-25 {
    padding-left: 25px !important; }
  .chbg .pr-xxl-25 {
    padding-right: 25px !important; }
  .chbg .margin-xxl-25 {
    margin: 25px !important; }
  .chbg .mt-xxl-25 {
    margin-top: 25px !important; }
  .chbg .mb-xxl-25 {
    margin-bottom: 25px !important; }
  .chbg .pad-xxl-30 {
    padding: 30px !important; }
  .chbg .pt-xxl-30 {
    padding-top: 30px !important; }
  .chbg .pb-xxl-30 {
    padding-bottom: 30px !important; }
  .chbg .pl-xxl-30 {
    padding-left: 30px !important; }
  .chbg .pr-xxl-30 {
    padding-right: 30px !important; }
  .chbg .margin-xxl-30 {
    margin: 30px !important; }
  .chbg .mt-xxl-30 {
    margin-top: 30px !important; }
  .chbg .mb-xxl-30 {
    margin-bottom: 30px !important; }
  .chbg .pad-xxl-35 {
    padding: 35px !important; }
  .chbg .pt-xxl-35 {
    padding-top: 35px !important; }
  .chbg .pb-xxl-35 {
    padding-bottom: 35px !important; }
  .chbg .pl-xxl-35 {
    padding-left: 35px !important; }
  .chbg .pr-xxl-35 {
    padding-right: 35px !important; }
  .chbg .margin-xxl-35 {
    margin: 35px !important; }
  .chbg .mt-xxl-35 {
    margin-top: 35px !important; }
  .chbg .mb-xxl-35 {
    margin-bottom: 35px !important; }
  .chbg .pad-xxl-40 {
    padding: 40px !important; }
  .chbg .pt-xxl-40 {
    padding-top: 40px !important; }
  .chbg .pb-xxl-40 {
    padding-bottom: 40px !important; }
  .chbg .pl-xxl-40 {
    padding-left: 40px !important; }
  .chbg .pr-xxl-40 {
    padding-right: 40px !important; }
  .chbg .margin-xxl-40 {
    margin: 40px !important; }
  .chbg .mt-xxl-40 {
    margin-top: 40px !important; }
  .chbg .mb-xxl-40 {
    margin-bottom: 40px !important; }
  .chbg .pad-xxl-45 {
    padding: 45px !important; }
  .chbg .pt-xxl-45 {
    padding-top: 45px !important; }
  .chbg .pb-xxl-45 {
    padding-bottom: 45px !important; }
  .chbg .pl-xxl-45 {
    padding-left: 45px !important; }
  .chbg .pr-xxl-45 {
    padding-right: 45px !important; }
  .chbg .margin-xxl-45 {
    margin: 45px !important; }
  .chbg .mt-xxl-45 {
    margin-top: 45px !important; }
  .chbg .mb-xxl-45 {
    margin-bottom: 45px !important; }
  .chbg .pad-xxl-50 {
    padding: 50px !important; }
  .chbg .pt-xxl-50 {
    padding-top: 50px !important; }
  .chbg .pb-xxl-50 {
    padding-bottom: 50px !important; }
  .chbg .pl-xxl-50 {
    padding-left: 50px !important; }
  .chbg .pr-xxl-50 {
    padding-right: 50px !important; }
  .chbg .margin-xxl-50 {
    margin: 50px !important; }
  .chbg .mt-xxl-50 {
    margin-top: 50px !important; }
  .chbg .mb-xxl-50 {
    margin-bottom: 50px !important; }
  .chbg .pad-xxl-55 {
    padding: 55px !important; }
  .chbg .pt-xxl-55 {
    padding-top: 55px !important; }
  .chbg .pb-xxl-55 {
    padding-bottom: 55px !important; }
  .chbg .pl-xxl-55 {
    padding-left: 55px !important; }
  .chbg .pr-xxl-55 {
    padding-right: 55px !important; }
  .chbg .margin-xxl-55 {
    margin: 55px !important; }
  .chbg .mt-xxl-55 {
    margin-top: 55px !important; }
  .chbg .mb-xxl-55 {
    margin-bottom: 55px !important; }
  .chbg .pad-xxl-60 {
    padding: 60px !important; }
  .chbg .pt-xxl-60 {
    padding-top: 60px !important; }
  .chbg .pb-xxl-60 {
    padding-bottom: 60px !important; }
  .chbg .pl-xxl-60 {
    padding-left: 60px !important; }
  .chbg .pr-xxl-60 {
    padding-right: 60px !important; }
  .chbg .margin-xxl-60 {
    margin: 60px !important; }
  .chbg .mt-xxl-60 {
    margin-top: 60px !important; }
  .chbg .mb-xxl-60 {
    margin-bottom: 60px !important; }
  .chbg .pad-xxl-65 {
    padding: 65px !important; }
  .chbg .pt-xxl-65 {
    padding-top: 65px !important; }
  .chbg .pb-xxl-65 {
    padding-bottom: 65px !important; }
  .chbg .pl-xxl-65 {
    padding-left: 65px !important; }
  .chbg .pr-xxl-65 {
    padding-right: 65px !important; }
  .chbg .margin-xxl-65 {
    margin: 65px !important; }
  .chbg .mt-xxl-65 {
    margin-top: 65px !important; }
  .chbg .mb-xxl-65 {
    margin-bottom: 65px !important; }
  .chbg .pad-xxl-70 {
    padding: 70px !important; }
  .chbg .pt-xxl-70 {
    padding-top: 70px !important; }
  .chbg .pb-xxl-70 {
    padding-bottom: 70px !important; }
  .chbg .pl-xxl-70 {
    padding-left: 70px !important; }
  .chbg .pr-xxl-70 {
    padding-right: 70px !important; }
  .chbg .margin-xxl-70 {
    margin: 70px !important; }
  .chbg .mt-xxl-70 {
    margin-top: 70px !important; }
  .chbg .mb-xxl-70 {
    margin-bottom: 70px !important; }
  .chbg .pad-xxl-75 {
    padding: 75px !important; }
  .chbg .pt-xxl-75 {
    padding-top: 75px !important; }
  .chbg .pb-xxl-75 {
    padding-bottom: 75px !important; }
  .chbg .pl-xxl-75 {
    padding-left: 75px !important; }
  .chbg .pr-xxl-75 {
    padding-right: 75px !important; }
  .chbg .margin-xxl-75 {
    margin: 75px !important; }
  .chbg .mt-xxl-75 {
    margin-top: 75px !important; }
  .chbg .mb-xxl-75 {
    margin-bottom: 75px !important; }
  .chbg .pad-xxl-80 {
    padding: 80px !important; }
  .chbg .pt-xxl-80 {
    padding-top: 80px !important; }
  .chbg .pb-xxl-80 {
    padding-bottom: 80px !important; }
  .chbg .pl-xxl-80 {
    padding-left: 80px !important; }
  .chbg .pr-xxl-80 {
    padding-right: 80px !important; }
  .chbg .margin-xxl-80 {
    margin: 80px !important; }
  .chbg .mt-xxl-80 {
    margin-top: 80px !important; }
  .chbg .mb-xxl-80 {
    margin-bottom: 80px !important; }
  .chbg .pad-xxl-85 {
    padding: 85px !important; }
  .chbg .pt-xxl-85 {
    padding-top: 85px !important; }
  .chbg .pb-xxl-85 {
    padding-bottom: 85px !important; }
  .chbg .pl-xxl-85 {
    padding-left: 85px !important; }
  .chbg .pr-xxl-85 {
    padding-right: 85px !important; }
  .chbg .margin-xxl-85 {
    margin: 85px !important; }
  .chbg .mt-xxl-85 {
    margin-top: 85px !important; }
  .chbg .mb-xxl-85 {
    margin-bottom: 85px !important; }
  .chbg .pad-xxl-90 {
    padding: 90px !important; }
  .chbg .pt-xxl-90 {
    padding-top: 90px !important; }
  .chbg .pb-xxl-90 {
    padding-bottom: 90px !important; }
  .chbg .pl-xxl-90 {
    padding-left: 90px !important; }
  .chbg .pr-xxl-90 {
    padding-right: 90px !important; }
  .chbg .margin-xxl-90 {
    margin: 90px !important; }
  .chbg .mt-xxl-90 {
    margin-top: 90px !important; }
  .chbg .mb-xxl-90 {
    margin-bottom: 90px !important; }
  .chbg .pad-xxl-95 {
    padding: 95px !important; }
  .chbg .pt-xxl-95 {
    padding-top: 95px !important; }
  .chbg .pb-xxl-95 {
    padding-bottom: 95px !important; }
  .chbg .pl-xxl-95 {
    padding-left: 95px !important; }
  .chbg .pr-xxl-95 {
    padding-right: 95px !important; }
  .chbg .margin-xxl-95 {
    margin: 95px !important; }
  .chbg .mt-xxl-95 {
    margin-top: 95px !important; }
  .chbg .mb-xxl-95 {
    margin-bottom: 95px !important; }
  .chbg .pad-xxl-100 {
    padding: 100px !important; }
  .chbg .pt-xxl-100 {
    padding-top: 100px !important; }
  .chbg .pb-xxl-100 {
    padding-bottom: 100px !important; }
  .chbg .pl-xxl-100 {
    padding-left: 100px !important; }
  .chbg .pr-xxl-100 {
    padding-right: 100px !important; }
  .chbg .margin-xxl-100 {
    margin: 100px !important; }
  .chbg .mt-xxl-100 {
    margin-top: 100px !important; }
  .chbg .mb-xxl-100 {
    margin-bottom: 100px !important; }
  .chbg .pad-xxl-105 {
    padding: 105px !important; }
  .chbg .pt-xxl-105 {
    padding-top: 105px !important; }
  .chbg .pb-xxl-105 {
    padding-bottom: 105px !important; }
  .chbg .pl-xxl-105 {
    padding-left: 105px !important; }
  .chbg .pr-xxl-105 {
    padding-right: 105px !important; }
  .chbg .margin-xxl-105 {
    margin: 105px !important; }
  .chbg .mt-xxl-105 {
    margin-top: 105px !important; }
  .chbg .mb-xxl-105 {
    margin-bottom: 105px !important; }
  .chbg .pad-xxl-110 {
    padding: 110px !important; }
  .chbg .pt-xxl-110 {
    padding-top: 110px !important; }
  .chbg .pb-xxl-110 {
    padding-bottom: 110px !important; }
  .chbg .pl-xxl-110 {
    padding-left: 110px !important; }
  .chbg .pr-xxl-110 {
    padding-right: 110px !important; }
  .chbg .margin-xxl-110 {
    margin: 110px !important; }
  .chbg .mt-xxl-110 {
    margin-top: 110px !important; }
  .chbg .mb-xxl-110 {
    margin-bottom: 110px !important; }
  .chbg .pad-xxl-115 {
    padding: 115px !important; }
  .chbg .pt-xxl-115 {
    padding-top: 115px !important; }
  .chbg .pb-xxl-115 {
    padding-bottom: 115px !important; }
  .chbg .pl-xxl-115 {
    padding-left: 115px !important; }
  .chbg .pr-xxl-115 {
    padding-right: 115px !important; }
  .chbg .margin-xxl-115 {
    margin: 115px !important; }
  .chbg .mt-xxl-115 {
    margin-top: 115px !important; }
  .chbg .mb-xxl-115 {
    margin-bottom: 115px !important; }
  .chbg .pad-xxl-120 {
    padding: 120px !important; }
  .chbg .pt-xxl-120 {
    padding-top: 120px !important; }
  .chbg .pb-xxl-120 {
    padding-bottom: 120px !important; }
  .chbg .pl-xxl-120 {
    padding-left: 120px !important; }
  .chbg .pr-xxl-120 {
    padding-right: 120px !important; }
  .chbg .margin-xxl-120 {
    margin: 120px !important; }
  .chbg .mt-xxl-120 {
    margin-top: 120px !important; }
  .chbg .mb-xxl-120 {
    margin-bottom: 120px !important; } }
.chbg .break {
  display: block !important;
  font-size: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  clear: both;
  padding: 0 !important;
  margin: 0 !important; }
.chbg .box-shadow {
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
@media (max-width: -1px) {
  .chbg .break {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
@media (max-width: 575px) {
  .chbg .break-sm {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
@media (max-width: 767px) {
  .chbg .break-md {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
@media (max-width: 991px) {
  .chbg .break-lg {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
@media (max-width: 1199px) {
  .chbg .break-xl {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
@media (max-width: 1399px) {
  .chbg .break-xxl {
    display: block !important;
    font-size: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
    padding: 0 !important;
    margin: 0 !important; } }
.chbg .border {
  border: 1px solid #bc945b; }
.chbg .border-none {
  border: none !important; }
.chbg .text-left {
  text-align: left !important; }
.chbg .text-center {
  text-align: center !important; }
.chbg .text-right {
  text-align: right !important; }
.chbg .text-black {
  color: black !important; }
.chbg .text-hover-black:hover {
  color: black !important; }
.chbg .text-white {
  color: white !important; }
.chbg .text-hover-white:hover {
  color: white !important; }
.chbg .text-blue {
  color: #3E5B58 !important; }
.chbg .text-hover-blue:hover {
  color: #3E5B58 !important; }
.chbg .text-dark-blue {
  color: #1E2F5E !important; }
.chbg .text-hover-dark-blue:hover {
  color: #1E2F5E !important; }
.chbg .text-yellow {
  color: #BC945B !important; }
.chbg .text-hover-yellow:hover {
  color: #BC945B !important; }
.chbg .text-gold {
  color: #bc945b !important; }
.chbg .text-hover-gold:hover {
  color: #bc945b !important; }
.chbg .text-grey {
  color: #5B5B5B !important; }
.chbg .text-hover-grey:hover {
  color: #5B5B5B !important; }
.chbg .text-green {
  color: #3e5b58 !important; }
.chbg .text-hover-green:hover {
  color: #3e5b58 !important; }
.chbg .box-shadow {
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
.chbg .box-shadow-xs {
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
.chbg .ratio-xs {
  position: relative;
  width: 100%; }
  .chbg .ratio-xs::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .chbg .ratio-xs > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.chbg .ratio-xs-1x1 {
  --bs-aspect-ratio: 100%; }
.chbg .ratio-xs-2x3 {
  --bs-aspect-ratio: calc(3 / 2 * 100%); }
.chbg .ratio-xs-3x2 {
  --bs-aspect-ratio: calc(2 / 3 * 100%); }
.chbg .ratio-xs-3x1 {
  --bs-aspect-ratio: calc(2 / 3 * 50%); }
.chbg .ratio-xs-4x2 {
  --bs-aspect-ratio: calc(2 / 4 * 100%); }
.chbg .ratio-xs-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }
.chbg .ratio-xs-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }
.chbg .ratio-xs-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }
.chbg .ratio-xs-8x11 {
  --bs-aspect-ratio: calc(11 / 8 * 100%); }
.chbg .ratio-xs-grid-5 {
  --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
.chbg .ratio-xs-grid-7 {
  --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
.chbg .col-xs-equal {
  flex: 1 0 0% !important; }
.chbg .border-xs {
  border: 1px solid #bc945b; }
.chbg .border-xs-none {
  border: none !important; }
.chbg .border-xs-top {
  border-top: 1px solid #bc945b !important; }
.chbg .border-xs-right {
  border-right: 1px solid #bc945b !important; }
.chbg .border-xs-bottom {
  border-bottom: 1px solid #bc945b !important; }
.chbg .border-xs-left {
  border-left: 1px solid #bc945b !important; }
.chbg .border-xs-top-0 {
  border-top: 0 !important; }
.chbg .border-xs-right-0 {
  border-right: 0 !important; }
.chbg .border-xs-bottom-0 {
  border-bottom: 0 !important; }
.chbg .border-xs-left-0 {
  border-left: 0 !important; }
.chbg .border-xs-x {
  border-left: 1px solid #bc945b !important;
  border-right: 1px solid #bc945b !important; }
.chbg .border-xs-y {
  border-top: 1px solid #bc945b !important;
  border-bottom: 1px solid #bc945b !important; }
.chbg .text-xs-left {
  text-align: left !important; }
.chbg .text-xs-center {
  text-align: center !important; }
.chbg .text-xs-right {
  text-align: right !important; }
@media (min-width: 576px) {
  .chbg .box-shadow-sm {
    box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
  .chbg .ratio-sm {
    position: relative;
    width: 100%; }
    .chbg .ratio-sm::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .chbg .ratio-sm > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .chbg .ratio-sm-1x1 {
    --bs-aspect-ratio: 100%; }
  .chbg .ratio-sm-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%); }
  .chbg .ratio-sm-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%); }
  .chbg .ratio-sm-3x1 {
    --bs-aspect-ratio: calc(2 / 3 * 50%); }
  .chbg .ratio-sm-4x2 {
    --bs-aspect-ratio: calc(2 / 4 * 100%); }
  .chbg .ratio-sm-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .chbg .ratio-sm-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .chbg .ratio-sm-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .chbg .ratio-sm-8x11 {
    --bs-aspect-ratio: calc(11 / 8 * 100%); }
  .chbg .ratio-sm-grid-5 {
    --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
  .chbg .ratio-sm-grid-7 {
    --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
  .chbg .col-sm-equal {
    flex: 1 0 0% !important; }
  .chbg .border-sm {
    border: 1px solid #bc945b; }
  .chbg .border-sm-none {
    border: none !important; }
  .chbg .border-sm-top {
    border-top: 1px solid #bc945b !important; }
  .chbg .border-sm-right {
    border-right: 1px solid #bc945b !important; }
  .chbg .border-sm-bottom {
    border-bottom: 1px solid #bc945b !important; }
  .chbg .border-sm-left {
    border-left: 1px solid #bc945b !important; }
  .chbg .border-sm-top-0 {
    border-top: 0 !important; }
  .chbg .border-sm-right-0 {
    border-right: 0 !important; }
  .chbg .border-sm-bottom-0 {
    border-bottom: 0 !important; }
  .chbg .border-sm-left-0 {
    border-left: 0 !important; }
  .chbg .border-sm-x {
    border-left: 1px solid #bc945b !important;
    border-right: 1px solid #bc945b !important; }
  .chbg .border-sm-y {
    border-top: 1px solid #bc945b !important;
    border-bottom: 1px solid #bc945b !important; }
  .chbg .text-sm-left {
    text-align: left !important; }
  .chbg .text-sm-center {
    text-align: center !important; }
  .chbg .text-sm-right {
    text-align: right !important; } }
@media (min-width: 768px) {
  .chbg .box-shadow-md {
    box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
  .chbg .ratio-md {
    position: relative;
    width: 100%; }
    .chbg .ratio-md::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .chbg .ratio-md > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .chbg .ratio-md-1x1 {
    --bs-aspect-ratio: 100%; }
  .chbg .ratio-md-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%); }
  .chbg .ratio-md-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%); }
  .chbg .ratio-md-3x1 {
    --bs-aspect-ratio: calc(2 / 3 * 50%); }
  .chbg .ratio-md-4x2 {
    --bs-aspect-ratio: calc(2 / 4 * 100%); }
  .chbg .ratio-md-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .chbg .ratio-md-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .chbg .ratio-md-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .chbg .ratio-md-8x11 {
    --bs-aspect-ratio: calc(11 / 8 * 100%); }
  .chbg .ratio-md-grid-5 {
    --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
  .chbg .ratio-md-grid-7 {
    --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
  .chbg .col-md-equal {
    flex: 1 0 0% !important; }
  .chbg .border-md {
    border: 1px solid #bc945b; }
  .chbg .border-md-none {
    border: none !important; }
  .chbg .border-md-top {
    border-top: 1px solid #bc945b !important; }
  .chbg .border-md-right {
    border-right: 1px solid #bc945b !important; }
  .chbg .border-md-bottom {
    border-bottom: 1px solid #bc945b !important; }
  .chbg .border-md-left {
    border-left: 1px solid #bc945b !important; }
  .chbg .border-md-top-0 {
    border-top: 0 !important; }
  .chbg .border-md-right-0 {
    border-right: 0 !important; }
  .chbg .border-md-bottom-0 {
    border-bottom: 0 !important; }
  .chbg .border-md-left-0 {
    border-left: 0 !important; }
  .chbg .border-md-x {
    border-left: 1px solid #bc945b !important;
    border-right: 1px solid #bc945b !important; }
  .chbg .border-md-y {
    border-top: 1px solid #bc945b !important;
    border-bottom: 1px solid #bc945b !important; }
  .chbg .text-md-left {
    text-align: left !important; }
  .chbg .text-md-center {
    text-align: center !important; }
  .chbg .text-md-right {
    text-align: right !important; } }
@media (min-width: 992px) {
  .chbg .box-shadow-lg {
    box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
  .chbg .ratio-lg {
    position: relative;
    width: 100%; }
    .chbg .ratio-lg::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .chbg .ratio-lg > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .chbg .ratio-lg-1x1 {
    --bs-aspect-ratio: 100%; }
  .chbg .ratio-lg-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%); }
  .chbg .ratio-lg-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%); }
  .chbg .ratio-lg-3x1 {
    --bs-aspect-ratio: calc(2 / 3 * 50%); }
  .chbg .ratio-lg-4x2 {
    --bs-aspect-ratio: calc(2 / 4 * 100%); }
  .chbg .ratio-lg-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .chbg .ratio-lg-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .chbg .ratio-lg-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .chbg .ratio-lg-8x11 {
    --bs-aspect-ratio: calc(11 / 8 * 100%); }
  .chbg .ratio-lg-grid-5 {
    --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
  .chbg .ratio-lg-grid-7 {
    --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
  .chbg .col-lg-equal {
    flex: 1 0 0% !important; }
  .chbg .border-lg {
    border: 1px solid #bc945b; }
  .chbg .border-lg-none {
    border: none !important; }
  .chbg .border-lg-top {
    border-top: 1px solid #bc945b !important; }
  .chbg .border-lg-right {
    border-right: 1px solid #bc945b !important; }
  .chbg .border-lg-bottom {
    border-bottom: 1px solid #bc945b !important; }
  .chbg .border-lg-left {
    border-left: 1px solid #bc945b !important; }
  .chbg .border-lg-top-0 {
    border-top: 0 !important; }
  .chbg .border-lg-right-0 {
    border-right: 0 !important; }
  .chbg .border-lg-bottom-0 {
    border-bottom: 0 !important; }
  .chbg .border-lg-left-0 {
    border-left: 0 !important; }
  .chbg .border-lg-x {
    border-left: 1px solid #bc945b !important;
    border-right: 1px solid #bc945b !important; }
  .chbg .border-lg-y {
    border-top: 1px solid #bc945b !important;
    border-bottom: 1px solid #bc945b !important; }
  .chbg .text-lg-left {
    text-align: left !important; }
  .chbg .text-lg-center {
    text-align: center !important; }
  .chbg .text-lg-right {
    text-align: right !important; } }
@media (min-width: 1200px) {
  .chbg .box-shadow-xl {
    box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
  .chbg .ratio-xl {
    position: relative;
    width: 100%; }
    .chbg .ratio-xl::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .chbg .ratio-xl > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .chbg .ratio-xl-1x1 {
    --bs-aspect-ratio: 100%; }
  .chbg .ratio-xl-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%); }
  .chbg .ratio-xl-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%); }
  .chbg .ratio-xl-3x1 {
    --bs-aspect-ratio: calc(2 / 3 * 50%); }
  .chbg .ratio-xl-4x2 {
    --bs-aspect-ratio: calc(2 / 4 * 100%); }
  .chbg .ratio-xl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .chbg .ratio-xl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .chbg .ratio-xl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .chbg .ratio-xl-8x11 {
    --bs-aspect-ratio: calc(11 / 8 * 100%); }
  .chbg .ratio-xl-grid-5 {
    --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
  .chbg .ratio-xl-grid-7 {
    --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
  .chbg .col-xl-equal {
    flex: 1 0 0% !important; }
  .chbg .border-xl {
    border: 1px solid #bc945b; }
  .chbg .border-xl-none {
    border: none !important; }
  .chbg .border-xl-top {
    border-top: 1px solid #bc945b !important; }
  .chbg .border-xl-right {
    border-right: 1px solid #bc945b !important; }
  .chbg .border-xl-bottom {
    border-bottom: 1px solid #bc945b !important; }
  .chbg .border-xl-left {
    border-left: 1px solid #bc945b !important; }
  .chbg .border-xl-top-0 {
    border-top: 0 !important; }
  .chbg .border-xl-right-0 {
    border-right: 0 !important; }
  .chbg .border-xl-bottom-0 {
    border-bottom: 0 !important; }
  .chbg .border-xl-left-0 {
    border-left: 0 !important; }
  .chbg .border-xl-x {
    border-left: 1px solid #bc945b !important;
    border-right: 1px solid #bc945b !important; }
  .chbg .border-xl-y {
    border-top: 1px solid #bc945b !important;
    border-bottom: 1px solid #bc945b !important; }
  .chbg .text-xl-left {
    text-align: left !important; }
  .chbg .text-xl-center {
    text-align: center !important; }
  .chbg .text-xl-right {
    text-align: right !important; } }
@media (min-width: 1400px) {
  .chbg .box-shadow-xxl {
    box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3) !important; }
  .chbg .ratio-xxl {
    position: relative;
    width: 100%; }
    .chbg .ratio-xxl::before {
      display: block;
      padding-top: var(--bs-aspect-ratio);
      content: ""; }
    .chbg .ratio-xxl > * {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .chbg .ratio-xxl-1x1 {
    --bs-aspect-ratio: 100%; }
  .chbg .ratio-xxl-2x3 {
    --bs-aspect-ratio: calc(3 / 2 * 100%); }
  .chbg .ratio-xxl-3x2 {
    --bs-aspect-ratio: calc(2 / 3 * 100%); }
  .chbg .ratio-xxl-3x1 {
    --bs-aspect-ratio: calc(2 / 3 * 50%); }
  .chbg .ratio-xxl-4x2 {
    --bs-aspect-ratio: calc(2 / 4 * 100%); }
  .chbg .ratio-xxl-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%); }
  .chbg .ratio-xxl-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%); }
  .chbg .ratio-xxl-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%); }
  .chbg .ratio-xxl-8x11 {
    --bs-aspect-ratio: calc(11 / 8 * 100%); }
  .chbg .ratio-xxl-grid-5 {
    --bs-aspect-ratio: calc( 350 / (416.667 - 20) * 100%); }
  .chbg .ratio-xxl-grid-7 {
    --bs-aspect-ratio: calc( 350 / (583.333 - 20) * 100% ); }
  .chbg .col-xxl-equal {
    flex: 1 0 0% !important; }
  .chbg .border-xxl {
    border: 1px solid #bc945b; }
  .chbg .border-xxl-none {
    border: none !important; }
  .chbg .border-xxl-top {
    border-top: 1px solid #bc945b !important; }
  .chbg .border-xxl-right {
    border-right: 1px solid #bc945b !important; }
  .chbg .border-xxl-bottom {
    border-bottom: 1px solid #bc945b !important; }
  .chbg .border-xxl-left {
    border-left: 1px solid #bc945b !important; }
  .chbg .border-xxl-top-0 {
    border-top: 0 !important; }
  .chbg .border-xxl-right-0 {
    border-right: 0 !important; }
  .chbg .border-xxl-bottom-0 {
    border-bottom: 0 !important; }
  .chbg .border-xxl-left-0 {
    border-left: 0 !important; }
  .chbg .border-xxl-x {
    border-left: 1px solid #bc945b !important;
    border-right: 1px solid #bc945b !important; }
  .chbg .border-xxl-y {
    border-top: 1px solid #bc945b !important;
    border-bottom: 1px solid #bc945b !important; }
  .chbg .text-xxl-left {
    text-align: left !important; }
  .chbg .text-xxl-center {
    text-align: center !important; }
  .chbg .text-xxl-right {
    text-align: right !important; } }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: "Texta", sans-serif;
  font-size: 22px;
  line-height: 1.5em;
  color: black; }
  body .text-large {
    font-size: 1.3em; }
  body p {
    margin-bottom: 1em; }
    body p:last-of-type {
      margin-bottom: 0; }

input:focus, textarea:focus, select:focus, a:focus {
  outline: none !important;
  outline: 0 !important;
  box-shadow: none !important; }

@media (max-width: 980px) {
  body {
    padding-top: 80px; } }
a {
  color: #3E5B58;
  text-decoration: none; }
  a:hover {
    color: #BC945B;
    text-decoration: none; }

a[href^=tel] {
  color: inherit;
  text-decoration: inherit; }

a.btn.external-link:after {
  font-size: .7em;
  margin-left: .5em;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M304 24c0 13.3 10.7 24 24 24H430.1L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223V184c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V440c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z'/%3E%3C/svg%3E"); }
a.btn.external-link:hover:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 512 512'%3E%3Cpath fill='%23bc945b' d='M304 24c0 13.3 10.7 24 24 24H430.1L207 271c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l223-223V184c0 13.3 10.7 24 24 24s24-10.7 24-24V24c0-13.3-10.7-24-24-24H328c-13.3 0-24 10.7-24 24zM72 32C32.2 32 0 64.2 0 104V440c0 39.8 32.2 72 72 72H408c39.8 0 72-32.2 72-72V312c0-13.3-10.7-24-24-24s-24 10.7-24 24V440c0 13.3-10.7 24-24 24H72c-13.3 0-24-10.7-24-24V104c0-13.3 10.7-24 24-24H200c13.3 0 24-10.7 24-24s-10.7-24-24-24H72z'/%3E%3C/svg%3E"); }

.disclaimer {
  font-size: .9em;
  line-height: 1.2em;
  font-style: italic;
  max-width: 980px;
  margin: 0 auto;
  text-align: left; }

.lh-small {
  line-height: 1 !important; }

.lh-med {
  line-height: 1.5 !important; }

.lh-tall {
  line-height: 2 !important; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Begum Semibold", serif;
  font-weight: 700;
  color: #1E2F5E;
  letter-spacing: -1.88px;
  line-height: 1;
  margin: 0; }
  h1 i, .h1 i, h2 i, .h2 i, h3 i, .h3 i, h4 i, .h4 i, h5 i, .h5 i, h6 i, .h6 i {
    font-size: .85em; }

main h1, main .h1, main h2, main .h2, main h3, main .h3, main h4, main .h4, main h5, main .h5, main h6, main .h6 {
  margin-bottom: 60px; }

h1, .h1 {
  font-size: 75px;
  line-height: 80px; }
  h1.page-title, .page-title.h1 {
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 700;
    color: #bc945b; }

h2, .h2 {
  font-size: 55px;
  color: #bc945b; }

h3, .h3 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0; }
  h3.sub-head-above, .sub-head-above.h3 {
    margin-bottom: 30px; }
  h3.sub-head-below, .sub-head-below.h3 {
    margin-top: 30px; }
  h3.team, .team.h3 {
    font-size: 30px; }

h4, .h4 {
  font-size: 26px;
  color: #bc945b;
  letter-spacing: -0.73px;
  line-height: 1.1; }

h5, .h5 {
  font-family: "Texta", sans-serif;
  font-size: 18px;
  color: rgba(65, 84, 100, 0.99);
  letter-spacing: 2.12px;
  text-transform: uppercase;
  font-weight: 400; }

h6, .h6 {
  font-size: 18px;
  color: #1E2F5E;
  text-transform: uppercase; }

.text-light, .light-text {
  color: white; }
  .text-light h1, .text-light .h1, .text-light h2, .text-light .h2, .text-light h3, .text-light .h3, .text-light h4, .text-light .h4, .text-light h5, .text-light .h5, .text-light h6, .text-light .h6, .light-text h1, .light-text .h1, .light-text h2, .light-text .h2, .light-text h3, .light-text .h3, .light-text h4, .light-text .h4, .light-text h5, .light-text .h5, .light-text h6, .light-text .h6 {
    color: white; }

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

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

.text-blue {
  color: #3E5B58 !important; }

.text-dark-blue {
  color: #1E2F5E !important; }

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

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

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

.text-green {
  color: #3e5b58 !important; }

@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 75px; }

  h2, .h2 {
    font-size: 50px; }

  h3, .h3 {
    font-size: 35px; }

  h4, .h4 {
    font-size: 25px; } }
@media (max-width: 575.98px) {
  h1, .h1 {
    font-size: 60px; }

  h2, .h2 {
    font-size: 40px; }

  h3, .h3 {
    font-size: 30px; }

  h4, .h4 {
    font-size: 20px; } }
header {
  position: relative;
  padding: 0 60px;
  z-index: 1;
  background-color: white;
  box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3);
  border: none;
  border-bottom: 1px solid #BC945B; }
  header .logo img {
    width: 123px;
    height: 82px; }
  header .header-nav {
    text-align: right; }

@media (max-width: 767.98px) {
  header {
    display: none; } }
#hero_carousel {
  position: relative; }
  #hero_carousel .carousel-item {
    background-size: cover;
    background-position: center; }
  #hero_carousel .carousel-content {
    padding: 90px;
    height: calc( 100vh - 114px );
    max-height: 56.25vh;
    width: 100vw;
    color: white; }
    #hero_carousel .carousel-content > div {
      width: 100%; }
  #hero_carousel h1, #hero_carousel .h1, #hero_carousel h2, #hero_carousel .h2, #hero_carousel h3, #hero_carousel .h3, #hero_carousel h4, #hero_carousel .h4, #hero_carousel h5, #hero_carousel .h5 {
    color: white; }
  #hero_carousel #hero_carousel_2 svg {
    height: 80px;
    width: auto; }

#hero {
  position: relative;
  width: 100vw;
  z-index: 0;
  padding: 100px; }
  #hero.has-image {
    background-size: cover;
    background-position: center;
    background-color: rgba(188, 148, 91, 0.8);
    background-blend-mode: multiply; }
  #hero.hero-full {
    height: calc(100vh - 110px); }
  #hero.hero-tall {
    height: calc(80vh - 110px); }
  #hero.hero-medium {
    height: calc(60vh - 110px); }
  #hero.hero-short {
    height: calc(40vh - 110px); }
  #hero #hero-search-form {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  #hero #hero-scroll {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0 60px; }
    #hero #hero-scroll a {
      display: inline-block;
      margin: 30px auto; }
  #hero .hero-inner {
    z-index: 1; }
  #hero h1, #hero .h1 {
    line-height: 1.5; }
  #hero h4, #hero .h4 {
    line-height: 1.1 !important; }

@media (max-width: 991.98px) {
  #hero {
    padding: 60px 60px 90px; }
    #hero h1, #hero .h1 {
      font-size: 50px; }

  #hero_carousel h1, #hero_carousel .h1 {
    font-size: 50px;
    line-height: 1.5; } }
@media (max-width: 767.98px) {
  #hero {
    padding: 60px 30px 90px; }
    #hero h1, #hero .h1 {
      font-size: 45px; }

  #hero_carousel h1, #hero_carousel .h1 {
    font-size: 45px; }
  #hero_carousel #hero_carousel_2 svg {
    height: 60px;
    width: auto; } }
@media (max-width: 575.98px) {
  #hero_carousel .carousel-content {
    padding: 30px; }
  #hero_carousel .carousel-control-prev, #hero_carousel .carousel-control-next {
    align-items: end;
    margin: 0 10px 5px 10px;
    width: 35px; }
  #hero_carousel #hero_carousel_2 svg {
    height: 50px;
    width: auto; } }
main {
  position: relative; }

section {
  position: relative;
  padding: 120px 0; }
  section.pad-small {
    padding: 60px 0; }
    section.pad-small:first-child {
      padding-top: 60px; }
  section.pad-medium {
    padding: 90px 0; }
  section.pad-none {
    padding: 0; }
  section#features {
    padding-top: 120px; }
  section#page-title {
    padding-bottom: 60px; }

hr {
  margin-top: 120px;
  margin-bottom: 120px;
  border: 0;
  border-top: 1px solid #bc945b; }

.spacer {
  padding: 0 10px; }

@media (max-width: 767.98px) {
  section {
    position: relative;
    padding: 90px 0; }
    section:first-child {
      padding-top: 90px; }
    section#features {
      padding-top: 90px; }
    section hr {
      margin-top: 90px;
      margin-bottom: 90px; }

  .inner-box {
    padding: 90px 0;
    margin: 0 auto; } }
@media (max-width: 575.98px) {
  section {
    position: relative;
    padding: 60px 0; }
    section:first-child {
      padding-top: 60px; }
    section#features {
      padding-top: 60px; }
    section hr {
      margin-top: 60px;
      margin-bottom: 60px; } }
footer {
  position: relative;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Texta", sans-serif;
  text-transform: uppercase;
  font-weight: 400; }
  footer a {
    color: white; }
    footer a:hover {
      color: rgba(255, 255, 255, 0.75);
      text-decoration: underline; }
  footer img.logo {
    height: 139px;
    width: auto; }
  footer img.clayton-built {
    height: 56px;
    width: auto; }
  footer img.join-our-team {
    height: 44px;
    width: auto; }
  footer .menu {
    font-size: 22px; }
    footer .menu li {
      display: inline-block;
      padding: 0 40px; }
  footer #footer-main {
    padding: 90px 60px;
    background-color: #3e5b58; }
  footer #footer-bar {
    padding: 40px 60px;
    background-color: #bc945b; }

@media (min-width: 768px) {
  .menu li:last-child {
    padding-right: 0; } }
@media (max-width: 767.98px) {
  footer #footer-main {
    padding: 60px 30px; }
  footer #footer-bar {
    padding: 60px 30px; } }
.overlay, .bg-overlay {
  background-color: rgba(62, 91, 88, 0.6);
  background-blend-mode: multiply; }

a.overlay:hover, a.bg-overlay:hover {
  background-color: #3e5b58; }

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

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

.bg-blue {
  background-color: #3E5B58 !important; }

.bg-dark-blue {
  background-color: #1E2F5E !important; }

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

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

.bg-light-grey {
  background-color: rgba(217, 216, 214, 0.5) !important; }

.bg-green {
  background-color: #3e5b58 !important; }

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.bg-contain {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.bg-brand-pattern, .bg-model-header {
  background-image: url("images/RED_BrandPatterns-03.png");
  background-size: cover;
  background-color: #1E2F5E;
  background-blend-mode: multiply; }

@media (max-width: 991.98px) {
  .bg-brand-pattern {
    background-image: url("images/RED_BrandPatterns-03-lg.png"); } }
@media (max-width: 767.98px) {
  .bg-brand-pattern {
    background-image: url("images/RED_BrandPatterns-03-md.png"); } }
@media (max-width: 575.98px) {
  .bg-brand-pattern {
    background-image: url("images/RED_BrandPatterns-03-sm.png"); } }
.page-builder-resources .container {
  max-width: 980px; }

.document-group {
  margin-bottom: 120px; }
  .document-group .document {
    padding: 20px;
    background: #FFF;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 30px; }

.dropdown {
  margin: 0 auto;
  text-align: center; }
  .dropdown .dropdown-toggle {
    position: relative;
    background: none;
    margin: 0 auto;
    min-width: 250px;
    text-align: left;
    border: 1px solid #1E2F5E; }
    .dropdown .dropdown-toggle:after {
      position: absolute;
      top: 15px;
      right: 10px; }
  .dropdown .dropdown-menu {
    padding: 0;
    width: 100%; }
    .dropdown .dropdown-menu .nav-link {
      display: block;
      width: 100%;
      font-size: 1.2em;
      background-color: rgba(188, 148, 91, 0.2); }
      .dropdown .dropdown-menu .nav-link.active, .dropdown .dropdown-menu .nav-link:hover {
        color: white;
        background-color: #1e2f5e; }

.link-box {
  display: block;
  position: relative; }
  .link-box .link-image {
    background-blend-mode: multiply;
    background-color: rgba(31, 47, 92, 0);
    background-size: cover;
    background-position: center; }
  .link-box .link-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    color: white;
    padding: 15px;
    background: rgba(31, 47, 92, 0.5); }
    .link-box .link-title h3, .link-box .link-title .h3 {
      color: white;
      margin: 0;
      line-height: 1; }
      .link-box .link-title h3 i, .link-box .link-title .h3 i {
        font-size: .6em;
        margin-top: -3px; }
    .link-box .link-title.lifestyle, .link-box .link-title.landmark {
      background: rgba(63, 91, 88, 0.5); }
    .link-box .link-title.legend {
      background: rgba(187, 149, 98, 0.5); }
    .link-box .link-title.legacy {
      background: rgba(118, 90, 65, 0.5); }
    .link-box .link-title.patriot {
      background: rgba(31, 47, 92, 0.5); }
    .link-box .link-title.tempo {
      background: rgba(102, 69, 88, 0.5); }
    .link-box .link-title.features {
      background: rgba(48, 30, 30, 0.5); }
  .link-box:hover .link-image {
    background-color: rgba(31, 47, 92, 0.5); }
  .link-box:hover .link-title.lifestyle {
    background: #3f5b58; }
  .link-box:hover .link-title.legend {
    background: #bb9562; }
  .link-box:hover .link-title.legacy {
    background: #765a41; }
  .link-box:hover .link-title.patriot {
    background: #1f2f5c; }
  .link-box:hover .link-title.tempo {
    background: #664558; }
  .link-box:hover .link-title.features {
    background: #301e1e; }

.dealer-card-h:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bc945b; }

.accordion .list-group-item {
  border: none;
  padding: 30px 0;
  border-bottom: 2px solid #bc945b; }
  .accordion .list-group-item:last-child {
    border-bottom: none; }
.accordion .accordion-item {
  padding: 0; }
.accordion .accordion-header {
  padding: 30px 0;
  border-bottom: 1px solid #bc945b; }
  .accordion .accordion-header:last-child {
    border-bottom: none; }
  .accordion .accordion-header a, .accordion .accordion-header button {
    position: relative;
    display: block;
    width: 100%; }
    .accordion .accordion-header a::before, .accordion .accordion-header button::before {
      color: #3e5b58;
      position: absolute;
      right: 10px;
      top: .5em;
      font-family: 'Font Awesome 5 Pro';
      content: "\f068";
      transition: all 0.5s;
      font-size: .5em;
      font-weight: 900; }
    .accordion .accordion-header a.collapsed::before, .accordion .accordion-header button.collapsed::before {
      content: "\f067";
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      transform: rotate(180deg); }

[type=button] {
  -webkit-appearance: none;
  -webkit-border-radius: 0; }

.btn, input[type=button], .nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-spacing: 2px;
  line-height: 1;
  background: white;
  border: 1px solid #bc945b;
  border-radius: 2px;
  color: #BC945B;
  transition: all .5s;
  padding: 15px 30px;
  font-weight: 700; }
  .btn:hover, input[type=button]:hover, .nf-form-content button:hover, .nf-form-content input[type=button]:hover, .nf-form-content input[type=submit]:hover {
    color: white;
    background: #BC945B; }
  .btn.btn-alt, .btn.btn-gold, input[type=button].btn-alt, input[type=button].btn-gold, .nf-form-content button.btn-alt, .nf-form-content button.btn-gold, .nf-form-content input[type=button].btn-alt, .nf-form-content input[type=button].btn-gold, .nf-form-content input[type=submit].btn-alt, .nf-form-content input[type=submit].btn-gold {
    color: white;
    background: #bc945b;
    border-color: #bc945b; }
    .btn.btn-alt:hover, .btn.btn-gold:hover, input[type=button].btn-alt:hover, input[type=button].btn-gold:hover, .nf-form-content button.btn-alt:hover, .nf-form-content button.btn-gold:hover, .nf-form-content input[type=button].btn-alt:hover, .nf-form-content input[type=button].btn-gold:hover, .nf-form-content input[type=submit].btn-alt:hover, .nf-form-content input[type=submit].btn-gold:hover {
      color: #bc945b;
      background-color: white; }
  .btn.btn-green, input[type=button].btn-green, .nf-form-content button.btn-green, .nf-form-content input[type=button].btn-green, .nf-form-content input[type=submit].btn-green {
    color: white;
    background: #3e5b58;
    border-color: #3e5b58; }
    .btn.btn-green:hover, input[type=button].btn-green:hover, .nf-form-content button.btn-green:hover, .nf-form-content input[type=button].btn-green:hover, .nf-form-content input[type=submit].btn-green:hover {
      color: white;
      background-color: #bc945b; }

.submit-container input.btn {
  color: white !important;
  background: #bc945b !important; }
  .submit-container input.btn:hover {
    background-color: #3e5b58 !important; }

.blurb {
  padding: 0 10%; }
  .blurb .blurb-icon {
    height: 50px;
    width: auto; }

@media (max-width: 767.98px) {
  .blurb {
    padding: 0; } }
.card {
  margin: 0 auto 30px auto;
  font-size: 20px; }
  .card.team-card h3, .card.team-card .h3 {
    text-transform: uppercase; }
  .card.team-card h4, .card.team-card .h4 {
    font-size: 22px; }
  .card.team-card .member-contact {
    margin: 30px 0;
    padding: 30px 0;
    border-top: 1px solid #1E2F5E;
    border-bottom: 1px solid #1E2F5E;
    text-transform: uppercase; }
  .card.team-card .industry-since {
    padding: 0 15px;
    text-transform: uppercase; }
  .card .card-inner {
    padding: 0 40px; }
  .card hr {
    margin-top: 30px;
    margin-bottom: 30px; }

.owl-item .card.model-card {
  margin: 0 auto 5px auto; }

@media (max-width: 767.98px) {
  .card .card-inner {
    padding: 0 15px; } }
@media (min-width: 768px) {
  .carousel.nav-outside {
    padding: 0 60px; }
    .carousel.nav-outside .carousel-control-prev {
      left: -calc(60px + 10); }
      .carousel.nav-outside .carousel-control-prev:hover .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44' version='1.1'%3E%3Cg stroke='none' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-64.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Ccircle stroke='%23FFF' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23FFF' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .carousel.nav-outside .carousel-control-next {
      right: -calc(60px + 10); }
      .carousel.nav-outside .carousel-control-next:hover .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44'%3E%3Cg stroke='none' stroke-width='2' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1256.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Cg transform='translate(1214.000000, 22.000000) scale(-1, 1) translate(-1214.000000, -22.000000) translate(1192.000000, 0.000000)'%3E%3Ccircle stroke='%23FFF' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23FFF' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .carousel .carousel-control-prev span.carousel-control-prev-icon, .carousel .carousel-control-prev span.carousel-control-next-icon, .carousel .carousel-control-next span.carousel-control-prev-icon, .carousel .carousel-control-next span.carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%; }
    .carousel .carousel-control-prev span.carousel-control-prev-icon:hover, .carousel .carousel-control-prev span.carousel-control-next-icon:hover, .carousel .carousel-control-next span.carousel-control-prev-icon:hover, .carousel .carousel-control-next span.carousel-control-next-icon:hover {
      background-color: rgba(0, 0, 0, 0.5); }
  .carousel .carousel-item-caption {
    text-align: center;
    height: 138px;
    padding: 60px; }
  .carousel.has-caption .carousel-control-prev, .carousel.has-caption .carousel-control-next {
    height: calc(100% - 138px); } }
form {
  /* Change the white to any color ;) */ }
  form ::-webkit-input-placeholder {
    /* Edge */
    color: white;
    text-transform: uppercase; }
  form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
    text-transform: uppercase; }
  form ::placeholder {
    color: white;
    text-transform: uppercase; }
  form input:-webkit-autofill,
  form input:-webkit-autofill:hover,
  form input:-webkit-autofill:focus,
  form input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important; }
@-webkit-keyframes autofill {
  0%,100% {
    color: #666;
    background: transparent; } }
  form input:-webkit-autofill {
    -webkit-animation-delay: 1s;
    /* Safari support - any positive time runs instantly */
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both; }
  form.model-search input[type="text"] {
    height: 40px;
    line-height: 40px; }
  form.model-search select {
    appearance: menulist-button; }
  form.model-search .btn {
    padding: 10px 30px !important;
    width: 100%;
    margin: 0; }

.chbg-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3e5b58;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #3e5b58;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  text-spacing: 2px; }

#retailer-search .chbg-form-control {
  height: 47px; }

.text-light .chbg-form-control, .light-text .chbg-form-control {
  border: 1px solid white;
  background: transparent;
  color: white;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0) inset; }
.text-light textarea, .light-text textarea {
  height: 4em; }
.text-light input:-webkit-autofill, .text-light input:-webkit-autofill:focus, .light-text input:-webkit-autofill, .light-text input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  transition: background-color 5000s ease-in-out 0s; }
.text-light input[type="text"], .text-light input[type="tel"], .text-light input[type="email"], .text-light input[type="password"], .text-light select, .text-light select:active, .text-light select:focus, .text-light textarea, .light-text input[type="text"], .light-text input[type="tel"], .light-text input[type="email"], .light-text input[type="password"], .light-text select, .light-text select:active, .light-text select:focus, .light-text textarea {
  width: 100%;
  font-size: 18px !important;
  border: 1px solid white;
  color: white !important;
  height: 40px;
  background: none !important;
  appearance: none;
  border-radius: 0; }
.text-light select option, .text-light select:active option, .text-light select:focus option, .light-text select option, .light-text select:active option, .light-text select:focus option {
  background-color: #3e5b58 !important; }
.text-light select::-ms-value, .text-light select:focus::-ms-value, .text-light select::-ms-expand, .light-text select::-ms-value, .light-text select:focus::-ms-value, .light-text select::-ms-expand {
  color: white !important;
  background-color: #3e5b58 !important; }
.text-light div[for="nf-field-14"], .light-text div[for="nf-field-14"] {
  background-color: transparent !important;
  color: white !important; }
  .text-light div[for="nf-field-14"]:after, .light-text div[for="nf-field-14"]:after {
    color: white !important; }
.text-light textarea, .light-text textarea {
  height: 54px;
  line-height: 20px; }
.text-light button, .text-light input[type=button], .text-light input[type=submit], .text-light .nf-form-content input[type=submit], .light-text button, .light-text input[type=button], .light-text input[type=submit], .light-text .nf-form-content input[type=submit] {
  margin-top: 35px;
  background: #BC945B;
  border: 1px solid #BC945B;
  border-radius: 2px;
  color: #1E2F5E;
  transition: all .5s;
  padding: 15px 30px;
  font-weight: 700; }
  .text-light button:hover, .text-light input[type=button]:hover, .text-light input[type=submit]:hover, .text-light .nf-form-content input[type=submit]:hover, .light-text button:hover, .light-text input[type=button]:hover, .light-text input[type=submit]:hover, .light-text .nf-form-content input[type=submit]:hover {
    background: white; }
.text-light .nf-form-content input[type=submit], .light-text .nf-form-content input[type=submit] {
  margin-left: auto;
  margin-right: auto; }

#hero-search-form {
  background: #3e5b58;
  padding: 20px 0;
  font-size: 16px;
  /*Change text in autofill textbox*/ }
  #hero-search-form h4, #hero-search-form .h4 {
    line-height: 40px; }
  #hero-search-form select {
    height: 40px; }
  #hero-search-form select {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none; }

.row-image-html {
  margin-bottom: 30px; }
  .row-image-html:last-child {
    margin-bottom: 0; }
  .row-image-html .image-inner {
    width: 100%;
    height: 100%;
    min-height: 30vw; }
  .row-image-html .html-inner {
    padding: 100px;
    background: rgba(217, 216, 214, 0.5);
    background-position: center; }
  .row-image-html h4, .row-image-html .h4 {
    margin: 0;
    color: #bc945b;
    line-height: 1.5em; }

@media (max-width: 991.98px) {
  .row-image-html .image-inner {
    height: 60vw; } }
@media (max-width: 767.98px) {
  .row-image-html .image-inner {
    height: 70vw; } }
@media (max-width: 575.98px) {
  .row-image-html .image-inner {
    height: 80vw; } }
.icon {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  width: 1em; }
  .icon.arrows-right {
    margin-left: .2em;
    width: 1.2em; }
    .icon.arrows-right:before {
      content: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 25.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 65 39' style='enable-background:new 0 0 65 39;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill-rule:evenodd;clip-rule:evenodd;fill:%23F5A700;} %3C/style%3E%3Cg id='Page-1'%3E%3Cg id='Desktop-HD' transform='translate(-839.000000, -3705.000000)'%3E%3Cg id='Group-2' transform='translate(462.000000, 3692.000000)'%3E%3Cg id='Group' transform='translate(377.463891, 13.644998)'%3E%3Cpolygon id='Fill-30' class='st0' points='16,19 5.3,38 0,37.9 10.7,19 0,0.1 5.3,0 '/%3E%3Cpolygon id='Fill-30_1_' class='st0' points='40,19 29.3,38 24,37.9 34.7,19 24,0.1 29.3,0 '/%3E%3Cpolygon id='Fill-30_2_' class='st0' points='64,19 53.3,38 48,37.9 58.7,19 48,0.1 53.3,0 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .icon.space-left {
    margin-left: 1.8em; }

@media (max-width: 767.98px) {
  .icon.space-left {
    margin-left: 1em; } }
@media (max-width: 575.98px) {
  .icon.space-left {
    margin-left: .5em; } }
img {
  max-width: 100%;
  height: auto; }
  img.alignleft {
    float: left;
    margin: 5px 20px 20px 0; }
  img.alignright {
    float: right;
    margin: 5px 0 20px 20px; }
  img.fit-contain, img.img-contain {
    object-fit: contain !important;
    max-width: 100% !important;
    max-height: 100% !important; }
  img.fit-cover, img.img-cover {
    object-fit: cover !important; }

.embed-responsive-item img, .ratio > div img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.image-tools {
  position: absolute;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  z-index: 999;
  color: white; }
  .image-tools .button-icon {
    border: none;
    background: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    color: white;
    font-size: 24px;
    padding: 0; }
    .image-tools .button-icon i {
      padding: 8px;
      background: rgba(0, 0, 0, 0.2);
      -webkit-border-radius: 50px;
      border-radius: 50px; }
      .image-tools .button-icon i:hover {
        background: rgba(0, 0, 0, 0.5); }

/* Style the Image Used to Trigger the Modal */
#modal-image {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s; }

/* The Modal (background) */
.modal-image {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
  /* The Close Button */ }
  .modal-image .modal-image-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 80vw; }
  .modal-image .modal-image-caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px; }
  .modal-image img {
    max-width: 90vw !important;
    max-height: 80vh !important;
    object-fit: contain; }
  .modal-image .modal-image-content, .modal-image .modal-image-caption {
    animation-name: zoom;
    animation-duration: 0.6s; }
  .modal-image .modal-image-close {
    position: absolute;
    z-index: 9999;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s; }
    .modal-image .modal-image-close:hover, .modal-image .modal-image-close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer; }

.modal-backdrop {
  z-index: 1; }

@keyframes zoom {
  from {
    transform: scale(0); }
  to {
    transform: scale(1); } }
#toolkit .toolkit-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #3E5B58; }
  #toolkit .toolkit-item:last-child {
    border-bottom: 1px solid #3E5B58; }
  #toolkit .toolkit-item h3, #toolkit .toolkit-item .h3 {
    padding: 0;
    margin: 0;
    line-height: 1; }

.job-postings .job-posting {
  padding: 45px 0;
  border-bottom: 1px solid #bc945b; }
  .job-postings .job-posting:first-child {
    padding-top: 0; }
  .job-postings .job-posting h4, .job-postings .job-posting .h4 {
    margin: 0; }
  .job-postings .job-posting a.btn {
    margin: 0 15px; }
    .job-postings .job-posting a.btn:first-child {
      margin-left: 0; }
    .job-postings .job-posting a.btn:last-child {
      margin-right: 0; }

.next-prev-nav a {
  display: inline-flex;
  line-height: 45px;
  color: #3E5B58;
  text-transform: uppercase; }
  .next-prev-nav a:hover {
    color: #bc945b; }
    .next-prev-nav a:hover span.prev {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44' version='1.1'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-64.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Ccircle stroke='%23BC945B' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23BC945B' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .next-prev-nav a:hover span.next {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1256.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Cg transform='translate(1214.000000, 22.000000) scale(-1, 1) translate(-1214.000000, -22.000000) translate(1192.000000, 0.000000)'%3E%3Ccircle stroke='%23BC945B' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%23BC945B' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  .next-prev-nav a span {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: no-repeat 50% / 100% 100%; }
    .next-prev-nav a span.prev {
      margin-right: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44' version='1.1'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-64.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Ccircle stroke='%233E5B58' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%233E5B58' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    .next-prev-nav a span.next {
      margin-left: 10px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44px' height='44px' viewBox='0 0 44 44'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-1256.000000, -2934.000000)'%3E%3Cg transform='translate(64.000000, 2934.000000)'%3E%3Cg transform='translate(1214.000000, 22.000000) scale(-1, 1) translate(-1214.000000, -22.000000) translate(1192.000000, 0.000000)'%3E%3Ccircle stroke='%233E5B58' cx='22' cy='22' r='21.5'%3E%3C/circle%3E%3Cpath d='M21.9999998,25 C21.7720152,25 21.5574039,24.9081606 21.3962863,24.7421936 L18.2490796,21.5015744 C17.9166551,21.1578326 17.9172919,20.5995802 18.2490796,20.2578064 C18.4101972,20.0918394 18.6248085,20 18.8534299,20 C19.0807777,20 19.2953889,20.0918394 19.4565066,20.2578064 L21.9999998,22.8771976 L24.5428562,20.2578064 C24.7039738,20.0918394 24.918585,20 25.1465696,20 C25.3745542,20 25.5885286,20.0918394 25.7502831,20.2571504 C26.0827076,20.5995802 26.0833444,21.1578326 25.7515567,21.5009184 L22.6030764,24.7421936 C22.4419588,24.9081606 22.2273476,25 21.9999998,25' fill='%233E5B58' transform='translate(22.000000, 22.500000) rotate(90.000000) translate(-22.000000, -22.500000) '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* main site nav*/
.menu {
  padding: 0;
  margin: 0; }
  .menu li {
    padding: 0;
    margin: 0;
    list-style: none; }
  .menu.inline li {
    display: inline-block; }

header nav .menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  header nav .menu li {
    padding: 0 20px; }
    header nav .menu li a {
      display: inline-block;
      font-family: "Begum Semibold", serif;
      color: #1E2F5E;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 17px;
      font-weight: 700;
      line-height: 110px;
      text-decoration: none;
      border-bottom: 3px solid white;
      letter-spacing: 1px; }
      header nav .menu li a:hover, header nav .menu li a:active, header nav .menu li a:focus {
        color: #1E2F5E;
        text-decoration: none;
        border-bottom: 3px solid #BC945B; }
    header nav .menu li.current-menu-item > a {
      color: #1E2F5E;
      border-bottom: 3px solid #BC945B; }
    header nav .menu li.search-form {
      display: none; }
    header nav .menu li.button a {
      padding: 12px 15px;
      border: 2px solid #bc945b;
      line-height: 1;
      color: #bc945b; }
      header nav .menu li.button a:hover {
        background: #bc945b;
        color: white; }
    header nav .menu li.button.current-menu-item a {
      background: #bc945b;
      color: white; }
  header nav .menu > li {
    position: relative;
    list-style: none;
    margin: 0;
    display: inline-block; }
    header nav .menu > li:last-of-child > a {
      padding-right: 0; }
    header nav .menu > li:hover ul.sub-menu, header nav .menu > li:focus ul.sub-menu {
      display: block; }
    header nav .menu > li ul.sub-menu {
      position: absolute;
      left: 0;
      display: none;
      width: 360px;
      background: white;
      z-index: 99999999;
      padding: 0;
      margin: 0;
      text-align: left;
      box-shadow: 0 2px 4px 0 rgba(193, 192, 192, 0.3); }
      header nav .menu > li ul.sub-menu li {
        display: block; }
        header nav .menu > li ul.sub-menu li a {
          line-height: 80px; }

#sibling-page-nav .menu li {
  padding: 0 25px; }
  #sibling-page-nav .menu li a {
    display: block;
    padding: 5px;
    color: white;
    font-family: font-family-2; }
    #sibling-page-nav .menu li a:hover, #sibling-page-nav .menu li a.active {
      color: #bc945b;
      border-bottom: 1px solid #bc945b; }

.tab-nav-wrapper .nav-link {
  padding: 10px 20px;
  background-color: rgba(188, 148, 91, 0.2); }
  .tab-nav-wrapper .nav-link.active, .tab-nav-wrapper .nav-link:hover {
    color: white;
    background-color: #1e2f5e; }

@media (max-width: 1199.98px) {
  header nav .menu li {
    padding: 0 12px; } }
@media (max-width: 1150px) {
  body {
    padding-top: 80px; }

  header {
    display: none; } }
.home section#page-title {
  padding: 70px 0; }
  .home section#page-title h1, .home section#page-title .h1 {
    color: white; }
.home section#main-content {
  padding: 0; }
.home .row.actions {
  padding-top: 90px;
  padding-bottom: 90px;
  border-bottom: 1px solid white; }
.home .row.questions {
  padding-top: 90px;
  padding-bottom: 120px; }
@media (min-width: 768px) {
  .home .saved-quotes {
    border-right: 1px solid white; } }
@media (max-width: 767.98px) {
  .home .row.actions {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid white; }
    .home .row.actions .saved-quotes {
      border-bottom: 1px solid white;
      padding-bottom: 60px;
      margin-bottom: 60px; }
  .home .row.questions {
    padding-top: 60px; } }

#map {
  height: 50vw; }

.contact-information {
  font-family: "Begum Semibold", serif;
  background: #3e5b58;
  font-size: 24px;
  color: white;
  letter-spacing: -0.73px;
  line-height: 1.2;
  padding: 90px 0; }
  .contact-information a {
    color: white; }
    .contact-information a:hover {
      color: #bc945b; }
  .contact-information hr {
    max-width: 360px;
    margin: 40px auto; }
  .contact-information .icon i {
    color: #bc945b;
    font-size: 60px;
    margin-bottom: 30px; }
    .contact-information .icon i.fa-envelope {
      font-size: 45px; }

@media (max-width: 767.98px) {
  .contact-information {
    padding: 60px 0; } }
.standard-features h4, .standard-features .h4 {
  color: #1E2F5E;
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 15px 0; }
.standard-features ul {
  margin-bottom: 30px;
  padding-left: 30px; }
  .standard-features ul li {
    font-family: "Texta Regular", sans-serif;
    font-size: 18px;
    color: rgba(65, 84, 100, 0.99);
    letter-spacing: 2.12px;
    font-weight: 400; }

.card.model-card {
  background-size: cover;
  background-color: rgba(62, 91, 88, 0.6);
  background-blend-mode: multiply;
  background-position: center;
  transition: max-height 0.3s ease-in-out;
  margin: 0 auto; }
  .card.model-card h5, .card.model-card .h5 {
    margin-bottom: 0; }
  .card.model-card .model-card-specs {
    max-height: 0;
    overflow: hidden; }
    .card.model-card .model-card-specs hr {
      margin-left: auto;
      margin-right: auto;
      max-width: 100px; }
  .card.model-card:hover {
    background-color: #3e5b58; }
    .card.model-card:hover .model-card-specs {
      overflow: auto;
      max-height: 100%; }

.model-assets-group .embed-responsive-item {
  background-size: contain; }
.model-assets-group .matterport_url {
  display: inline-block;
  font-size: 15px;
  border: none;
  border-radius: 0;
  padding: 14px 30px;
  border: 1px solid #3e5b58;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1;
  margin-right: 15px; }
.model-assets-group .download {
  padding-top: 15px; }
  .model-assets-group .download a {
    margin: 0 15px; }
    .model-assets-group .download a i {
      color: #1E2F5E; }

.model-search {
  text-transform: uppercase; }

.single-models .carousel-slide-select {
  max-width: 260px;
  margin: 0 auto; }

.model_carousel_outer {
  padding: 0 60px; }

#brand-features h3, #brand-features .h3 {
  margin-bottom: 35px; }
#brand-features .list-group-item {
  border: none;
  border-bottom: 2px solid #bc945b;
  padding: 25px 0; }
  #brand-features .list-group-item:first-child {
    padding-top: 0; }
  #brand-features .list-group-item:last-child {
    border-bottom: 1px solid #bc945b; }
  #brand-features .list-group-item a {
    margin: 0 3px; }

@media (max-width: 767.98px) {
  .model_carousel_outer {
    padding: 0 30px; } }
@media (max-width: 575.98px) {
  .model_carousel_outer {
    padding: 0; } }
.card.team-card {
  font-size: 16px;
  color: #5B5B5B;
  letter-spacing: 2px;
  text-align: center;
  background: rgba(217, 216, 214, 0.5);
  text-transform: uppercase; }
  .card.team-card .card-inner {
    padding: 60px 15px; }
  .card.team-card h3, .card.team-card .h3 {
    margin: 0 0 10px 0; }
  .card.team-card h4, .card.team-card .h4 {
    color: #bc945b;
    margin: 0;
    text-transform: none; }
  .card.team-card hr {
    max-width: 180px;
    border-color: #BC945B;
    margin: 30px auto; }

.archive-page-link {
  display: block;
  padding: 200px 30px;
  background-repeat: none;
  background-size: cover; }

/* CSS Document */
.display-nav a {
  font-size: 32px;
  display: inline-block;
  margin: 0 15px; }
  .display-nav a i {
    color: #5B5B5B; }
  .display-nav a.active i {
    color: #1E2F5E; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .item {
  padding: 0 5px; }
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    width: 27px;
    height: 62px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0px solid black; }
  .owl-theme .owl-nav .owl-prev {
    left: -50px; }
  .owl-theme .owl-nav .owl-next {
    right: -50px; }
  .owl-theme .owl-nav img {
    width: 27px;
    height: 62px; }
  .owl-theme .owl-nav [class*='owl-'] {
    cursor: pointer;
    opacity: .8;
    outline: none !important; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      opacity: 1;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
    outline: none !important; }
    .owl-theme .owl-dots .owl-dot span {
      width: 15px;
      height: 15px;
      margin: 10px 10px;
      background: #3E5B58;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #BC945B; }

a.meanmenu-reveal {
  display: none; }

.mean-container .mean-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #1E2F5E;
  padding: 10px 0;
  height: 80px;
  z-index: 999999;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
.mean-container .mean-logo {
  float: left;
  padding: 0 30px; }
  .mean-container .mean-logo img {
    height: 50px;
    width: auto; }
.mean-container a.meanmenu-reveal {
  float: right;
  width: 36px;
  height: 30px;
  padding: 0 15px;
  top: 0;
  right: 0;
  cursor: pointer;
  color: white;
  text-decoration: none;
  font-size: 18px;
  text-indent: -9999em;
  line-height: 30px;
  font-size: 1px;
  display: block;
  font-weight: 700; }
  .mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 5px;
    margin-top: 8px; }
  .mean-container a.meanmenu-reveal.meanclose {
    padding-top: 10px; }
.mean-container .mean-nav {
  position: absolute;
  top: 80px;
  width: 100%;
  background: #3e5b58; }
  .mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none; }
    .mean-container .mean-nav ul li {
      position: relative;
      float: left;
      width: 100%; }
      .mean-container .mean-nav ul li a {
        display: block;
        float: left;
        width: 100%;
        padding: 1em 30px;
        margin: 0;
        text-align: left;
        color: white;
        font-size: 18px;
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-transform: uppercase; }
        .mean-container .mean-nav ul li a:hover {
          color: white;
          background: #3e5b58; }
      .mean-container .mean-nav ul li.search-form {
        border-top: 1px solid #383838;
        border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .mean-container .mean-nav ul li.search-form form {
          padding: 10px; }
          .mean-container .mean-nav ul li.search-form form input {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box; }
          .mean-container .mean-nav ul li.search-form form .btn {
            padding: 15px; }
      .mean-container .mean-nav ul li li a {
        width: 100%;
        padding: 1em 30px 1em 60px;
        border-top: 1px dashed #f1f1f1;
        border-top: 1px dashed rgba(255, 255, 255, 0.25);
        opacity: .75;
        filter: alpha(opacity=75);
        text-shadow: none !important;
        visibility: visible; }
      .mean-container .mean-nav ul li li:first-child a {
        border-top: 1px solid rgba(255, 255, 255, 0.25); }
      .mean-container .mean-nav ul li li li a {
        width: 70%;
        padding: 1em 15%; }
      .mean-container .mean-nav ul li li li li a {
        width: 60%;
        padding: 1em 20%; }
      .mean-container .mean-nav ul li li li li li a {
        width: 50%;
        padding: 1em 25%; }
      .mean-container .mean-nav ul li a.mean-expand {
        margin-top: 1px;
        width: 26px;
        height: 28px;
        padding: 18px 12px;
        text-align: center;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
        font-weight: 700;
        background: rgba(255, 255, 255, 0.1);
        border: 0 !important;
        border-left: 1px solid rgba(255, 255, 255, 0.4) !important; }
        .mean-container .mean-nav ul li a.mean-expand:hover {
          background: #3e5b58; }
    .mean-container .mean-nav ul li.mean-last a {
      border-bottom: 0;
      margin-bottom: 0; }
.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both; }

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0; }

.mean-remove {
  display: none !important; }

.chbg {
  /* ===Slick NAV=== */ }
  .chbg .nf-form-fields-required {
    display: none; }
  .chbg .nf-form-content .nf-field-container.submit-container {
    margin-bottom: 0; }
  .chbg .form-icon input[type="text"], .chbg .form-icon input[type="tel"], .chbg .form-icon input[type="email"], .chbg .form-icon input[type="password"], .chbg .form-icon select, .chbg .form-icon textarea {
    padding-left: 35px;
    -webkit-appearance: none;
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0) inset; }
  .chbg .form-icon .nf-field-element:before {
    content: "\f007";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Pro";
    left: 12px;
    position: absolute;
    top: 9px;
    color: white;
    font-size: 16px;
    font-weight: 900; }
  .chbg .form-icon .right.nf-field-element:after {
    content: "\f063";
    /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: "Font Awesome 5 Pro";
    right: 15px;
    position: absolute;
    top: 18px;
    color: white;
    font-size: 18px;
    font-weight: 900; }
  .chbg .form-icon.person .nf-field-element:before {
    content: "\f007";
    /* this is your text. You can also use UTF-8 character codes as I do here */ }
  .chbg .form-icon.email .nf-field-element:before {
    content: "\f0e0";
    /* this is your text. You can also use UTF-8 character codes as I do here */ }
  .chbg .form-icon.phone .nf-field-element:before {
    content: "\f095";
    /* this is your text. You can also use UTF-8 character codes as I do here */ }
  .chbg .form-icon.pin .nf-field-element:before {
    content: "\f3c5";
    /* this is your text. You can also use UTF-8 character codes as I do here */ }
  .chbg .form-icon.message .nf-field-element:before {
    content: "\f303";
    /* this is your text. You can also use UTF-8 character codes as I do here */ }
  .chbg #category-nav {
    padding: 10px 0;
    background: #1E2F5E;
    /* Arrows */ }
    .chbg #category-nav .sub-nav {
      display: none !important; }
      .chbg #category-nav .sub-nav.slick-initialized {
        display: block !important; }
    .chbg #category-nav .slick-slider {
      padding: 0 80px; }
    .chbg #category-nav .slick-slide {
      text-align: center;
      border-right: 1px solid white; }
      .chbg #category-nav .slick-slide:last-child {
        border-right: none; }
      .chbg #category-nav .slick-slide a {
        display: block;
        font-size: 24px;
        color: white;
        text-align: center;
        margin: 0 5px; }
      .chbg #category-nav .slick-slide.active a, .chbg #category-nav .slick-slide a:hover {
        color: #bc945b; }
    .chbg #category-nav .slick-prev, .chbg #category-nav .slick-next {
      line-height: 0;
      position: absolute;
      top: 50%;
      display: block;
      width: 30px;
      height: 30px;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: none;
      outline: none;
      background: url("icons/prev-arrow.svg") center no-repeat;
      background-size: contain;
      opacity: .75; }
      .chbg #category-nav .slick-prev:hover, .chbg #category-nav .slick-next:hover {
        opacity: 1; }
    .chbg #category-nav .slick-next {
      background: url("icons/next-arrow.svg") center no-repeat; }
    .chbg #category-nav .slick-prev.slick-disabled,
    .chbg #category-nav .slick-next.slick-disabled {
      opacity: .25; }
    .chbg #category-nav .slick-prev {
      left: 35px; }
    .chbg #category-nav [dir='rtl'] .slick-prev {
      right: 35px;
      left: auto; }
    .chbg #category-nav .slick-prev:before {
      content: '\f053'; }
    .chbg #category-nav [dir='rtl'] .slick-prev:before {
      content: '\f053'; }
    .chbg #category-nav .slick-next {
      right: 35px; }
    .chbg #category-nav [dir='rtl'] .slick-next {
      right: auto;
      left: 35px; }
    .chbg #category-nav .slick-next:before {
      content: '\f054'; }
    .chbg #category-nav [dir='rtl'] .slick-next:before {
      content: '\f054'; }
    .chbg #category-nav .slick-disabled {
      display: none !important; }
  @media (max-width: 991.98px) {
    .chbg #category-nav .sub-nav.slick-initialized {
      display: none !important; } }
  .chbg #gallery_slider .slick-prev, .chbg #gallery_slider .slick-next {
    width: 50px;
    height: 50px;
    background-size: 97%;
    opacity: .7;
    z-index: 99999; }
    .chbg #gallery_slider .slick-prev:before, .chbg #gallery_slider .slick-next:before {
      display: none; }
    .chbg #gallery_slider .slick-prev:hover, .chbg #gallery_slider .slick-next:hover {
      opacity: 1; }
  .chbg #gallery_slider .slick-prev {
    left: 30px;
    background: url("icons/prev-arrow.svg") center no-repeat;
    background-size: contain; }
  .chbg #gallery_slider .slick-next {
    right: 30px;
    background: url("icons/next-arrow.svg") center no-repeat;
    background-size: contain; }
  .chbg #gallery_slider_nav {
    margin: 0 -10px; }
    .chbg #gallery_slider_nav .slick-slide {
      padding: 10px; }
  .chbg .slide-item {
    position: relative; }
    .chbg .slide-item .caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 15px;
      background: rgba(0, 0, 0, 0.5); }
      .chbg .slide-item .caption h2, .chbg .slide-item .caption .h2, .chbg .slide-item .caption h3, .chbg .slide-item .caption .h3 {
        line-height: 1;
        color: white; }
      .chbg .slide-item .caption h2, .chbg .slide-item .caption .h2 {
        margin: 0 0 10px 0 !important; }
      .chbg .slide-item .caption h3, .chbg .slide-item .caption .h3 {
        margin: 0 !important; }
