@charset "UTF-8"; /*!
 * Bootstrap v5.1.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)
 */
body,
caption {
  text-align: left;
}
.g-0,
.gy-0,
.row {
  --gutter-y: 0;
}
.btn-check:focus + .btn,
.btn:focus,
.custom-select:focus,
.form-check-input:focus,
.form-control:focus,
.form-select:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
  outline: 0;
}
.dropdown-header,
.dropdown-item,
.dropdown-toggle,
.input-group-text,
.navbar-brand {
  white-space: nowrap;
}
.card,
code {
  word-wrap: break-word;
}
.text-black,
.text-black-50,
.text-body,
.text-danger,
.text-dark,
.text-info,
.text-light,
.text-muted,
.text-primary,
.text-reset,
.text-secondary,
.text-success,
.text-warning,
.text-white,
.text-white-50 {
  --text-opacity: 1;
}
.bg-black,
.bg-body,
.bg-danger,
.bg-dark,
.bg-info,
.bg-light,
.bg-primary,
.bg-secondary,
.bg-success,
.bg-warning,
.bg-white {
  --bg-opacity: 1;
}
h3.sub-title.hmbn-title,
ul.bnr-social li a {
  font-size: 20px;
  color: #f0b503;
}
:root {
  --card-bg: hsla(0, 0%, 100%, 0.7);
  --bluegray: #b2bfcd;
  --lightbluegray: #f6f9fc;
  --toolbar-bg: #fff;
  --success-border: var(--success);
  --info-border: var(--info);
  --warning-border: var(--warning);
  --danger-border: var(--danger);
  --border: #ced4da;
  --white: #fff;
  --white-offset: #fefefe;
  --focus: #39f;
  --focus-shadow: 0 0 0 0.2rem #eaeaea;
  --toggle-color: #fff;
  --template-sidebar-bg: var(--template-bg-dark-80);
  --template-sidebar-font-color: #fff;
  --template-sidebar-link-color: #fff;
  --template-bg-light: #f0f4fb;
  --template-text-light: #fff;
  --template-special-color: #132f53;
  --template-link-color: #2a69b8;
  --template-link-hover-color: #173a65;
  --template-contrast: #2a69b8;
  --template-bg-dark: hsl(var(--hue), 40%, 20%);
  --template-bg-dark-3: hsl(var(--hue), 40%, 97%);
  --template-bg-dark-5: hsl(var(--hue), 40%, 95%);
  --template-bg-dark-7: hsl(var(--hue), 40%, 93%);
  --template-bg-dark-10: hsl(var(--hue), 40%, 90%);
  --template-bg-dark-15: hsl(var(--hue), 40%, 85%);
  --template-bg-dark-20: hsl(var(--hue), 40%, 80%);
  --template-bg-dark-30: hsl(var(--hue), 40%, 70%);
  --template-bg-dark-40: hsl(var(--hue), 40%, 60%);
  --template-bg-dark-50: hsl(var(--hue), 40%, 50%);
  --template-bg-dark-60: hsl(var(--hue), 40%, 40%);
  --template-bg-dark-65: hsl(var(--hue), 40%, 35%);
  --template-bg-dark-70: hsl(var(--hue), 40%, 30%);
  --template-bg-dark-75: hsl(var(--hue), 40%, 25%);
  --template-bg-dark-80: hsl(var(--hue), 40%, 20%);
  --template-bg-dark-90: hsl(var(--hue), 40%, 10%);
  --gray-100: #f9fafb;
  --gray-200: #eaedf0;
  --gray-300: #dfe3e7;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6d757e;
  --gray-700: #484f56;
  --gray-800: #353b41;
  --gray-900: #22262a;
  --primary: #010156;
  --secondary: #6d757e;
  --success: #448344;
  --info: #30638d;
  --warning: #ad6200;
  --danger: #a51f18;
  --light: #f9fafb;
  --dark: #353b41;
  --primary-rgb: 1, 1, 86;
  --secondary-rgb: 109, 117, 126;
  --success-rgb: 68, 131, 68;
  --info-rgb: 48, 99, 141;
  --warning-rgb: 173, 98, 0;
  --danger-rgb: 165, 31, 24;
  --light-rgb: 249, 250, 251;
  --dark-rgb: 53, 59, 65;
  --white-rgb: 255, 255, 255;
  --black-rgb: 0, 0, 0;
  --body-color-rgb: 34, 38, 42;
  --body-bg-rgb: 255, 255, 255;
  --font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  --gradient: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.15),
    hsla(0, 0%, 100%, 0)
  );
  --body-font-family: var(
    --cassiopeia-font-family-body,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  --body-font-size: 1rem;
  --body-font-weight: 600;
  --body-line-height: 26px;
  --body-color: #22262a;
  --body-bg: #fff;
  scroll-behavior: smooth;
}
*,
:after,
:before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: Nunito Sans, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 26px;
  color: #565f76;
  background-color: var(--body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.alert-heading,
a > code,
hr,
pre code {
  color: inherit;
}
hr {
  margin: 1rem 0;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
address,
dl,
ol,
p,
ul {
  margin-bottom: 1rem;
}
.alert-link,
.tags a.btn,
dt,
kbd kbd {
  font-weight: 700;
}
address,
legend {
  line-height: inherit;
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
.h2,
h2 {
  font-size: calc(1.325rem + 0.9vw);
}
.h3,
h3 {
  font-size: calc(1.3rem + 0.6vw);
}
.h4,
h4 {
  font-size: calc(1.275rem + 0.3vw);
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
dl,
ol,
p,
ul {
  margin-top: 0;
}
abbr[data-bs-original-title],
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.btn,
.form-control-color:not(:disabled):not([readonly]),
.form-control[type="file"]:not(:disabled):not([readonly]),
[role="button"],
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled),
span.minicolors-swatch-color,
summary {
  cursor: pointer;
}
address {
  font-style: normal;
}
ol,
ul {
  padding-left: 2rem;
}
.accordion-header,
.bdr-img:last-of-type,
.blockquote > :last-child,
.boxed .blog-item .item-image,
.card-subtitle,
.card-text:last-child,
.chl-mb0 .eq-col-box.st-bx.flx-child,
.clip-title-bg h2,
.cont-pg fieldset.formContainer.formHorizontal,
.container-banner.full-width,
.container-component > *,
.container-sidebar-left > *,
.container-sidebar-right > *,
.hbn-txt p,
.lhrff-title h2.shr-title,
.mgt-0,
.modal-title,
.rev-indl-title p,
.shr-section.cont-test-sec fieldset#rsform_6_page_0,
.shr-section.cont-test-sec p,
.table td label,
.table th label,
fieldset > *,
ol ol,
ol ul,
p.cnt-txt-dt,
p.cpn-txt,
p.dby,
ul ol,
ul ul {
  margin-bottom: 0;
}
fieldset,
figure {
  margin: 0 0 2em;
}
blockquote {
  margin: 0 0 1rem;
}
.blockquote,
.blockquote-footer,
pre {
  margin-bottom: 1rem;
}
b,
strong {
  font-weight: bolder;
}
.mark,
mark {
  padding: 0.2em;
  background-color: #fbeea8;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
.btn-link:hover,
.nav-link:focus,
.nav-link:hover,
a:focus,
a:hover {
  color: var(--cassiopeia-color-hover);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
code,
kbd,
pre {
  font-size: 0.875em;
}
pre {
  display: block;
  margin-top: 0;
  overflow: auto;
}
pre code {
  font-size: inherit;
  word-break: normal;
}
code {
  color: #e93f8e;
}
kbd {
  padding: 0.2rem 0.4rem;
  color: #fff;
  background-color: #22262a;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
.table td,
.table th,
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6d757e;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
.figure,
.list-inline-item,
label,
output {
  display: inline-block;
}
.accordion-flush .accordion-item .accordion-button,
.list-group-flush,
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header,
button {
  border-radius: 0;
}
.form-range:focus,
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
.back-to-top-link.visible,
.carousel-indicators .active,
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}
summary {
  display: list-item;
}
progress {
  vertical-align: baseline;
}
.d-none,
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
}
.btn,
.btn-link,
.dropdown-item,
.form-control,
.input-group-text {
  font-weight: 400;
}
.list-inline,
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline-item:not(:last-child),
.modal .btn {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
}
.blockquote-footer,
.figure-caption {
  font-size: 0.875em;
  color: #6d757e;
}
.blockquote-footer {
  margin-top: -1rem;
}
.blockquote-footer:before {
  content: "— ";
}
.img-fluid,
.img-thumbnail,
img {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--gutter-x, 0.5em);
  padding-left: var(--gutter-x, 0.5em);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto,
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-12,
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-6,
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-3,
  .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%;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto,
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-12,
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-6,
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-3,
  .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%;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto,
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-12,
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-lg-6,
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-3,
  .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%;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .display-6,
  .h1,
  h1 {
    font-size: 2.5rem;
  }
  .h2,
  h2 {
    font-size: 2rem;
  }
  .h3,
  h3 {
    font-size: 1.75rem;
  }
  .h4,
  h4,
  legend {
    font-size: 1.5rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 3.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto,
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-12,
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xl-6,
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-3,
  .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%;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --gutter-y: 3rem;
  }
}
/* .row {
  --gutter-x: 1em;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--gutter-y) * -1);
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--gutter-y);
} */
.col {
  flex: 1 0 0%;
}
.col-auto,
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.col-12,
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.col-6,
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-3,
.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%;
}
.col-1,
.col-2 {
  flex: 0 0 auto;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-4,
.col-5 {
  flex: 0 0 auto;
}
.col-4 {
  width: 33.33333333%;
}
.col-5 {
  width: 41.66666667%;
}
.col-7,
.col-8 {
  flex: 0 0 auto;
}
.col-7 {
  width: 58.33333333%;
}
.col-8 {
  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%;
}
.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 {
  --gutter-x: 0;
}
.g-1,
.gx-1 {
  --gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --gutter-y: 3rem;
}
.table {
  --table-bg: transparent;
  --table-accent-bg: transparent;
  --table-striped-color: #22262a;
  --table-striped-bg: rgba(0, 0, 0, 0.05);
  --table-active-color: #22262a;
  --table-active-bg: rgba(0, 0, 0, 0.1);
  --table-hover-color: #22262a;
  --table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #22262a;
  vertical-align: top;
  border-color: #dfe3e7;
}
.card-title,
.form-label,
.tags .list-inline-item,
dd {
  margin-bottom: 0.5rem;
}
.table > :not(caption) > * > * {
  padding: 0.5rem;
  background-color: var(--table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.list-group-flush > .list-group-item:last-child,
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.list-group-item + .list-group-item,
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --table-accent-bg: var(--table-striped-bg);
  color: var(--table-striped-color);
}
.table-active {
  --table-accent-bg: var(--table-active-bg);
  color: var(--table-active-color);
}
.table-danger,
.table-info,
.table-light,
.table-primary,
.table-secondary,
.table-success,
.table-warning {
  --table-striped-color: #000;
  --table-active-color: #000;
  --table-hover-color: #000;
  color: #000;
}
.table-hover > tbody > tr:hover > * {
  --table-accent-bg: var(--table-hover-bg);
  color: var(--table-hover-color);
}
.table-primary {
  --table-bg: #cfd4dd;
  --table-striped-bg: #c5c9d2;
  --table-active-bg: #babfc7;
  --table-hover-bg: #bfc4cc;
  border-color: #babfc7;
}
.table-secondary {
  --table-bg: #e2e3e5;
  --table-striped-bg: #d7d8da;
  --table-active-bg: #cbccce;
  --table-hover-bg: #d1d2d4;
  border-color: #cbccce;
}
.table-success {
  --table-bg: #dae6da;
  --table-striped-bg: #cfdbcf;
  --table-active-bg: #c4cfc4;
  --table-hover-bg: #cad5ca;
  border-color: #c4cfc4;
}
.table-info {
  --table-bg: #d6e0e8;
  --table-striped-bg: #cbd5dc;
  --table-active-bg: #c1cad1;
  --table-hover-bg: #c6cfd7;
  border-color: #c1cad1;
}
.table-warning {
  --table-bg: #efe0cc;
  --table-striped-bg: #e3d5c2;
  --table-active-bg: #d7cab8;
  --table-hover-bg: #ddcfbd;
  border-color: #d7cab8;
}
.table-danger {
  --table-bg: #edd2d1;
  --table-striped-bg: #e1c8c7;
  --table-active-bg: #d5bdbc;
  --table-hover-bg: #dbc2c1;
  border-color: #d5bdbc;
}
.table-light {
  --table-bg: #f9fafb;
  --table-striped-bg: #edeeee;
  --table-active-bg: #e0e1e2;
  --table-hover-bg: #e6e7e8;
  border-color: #e0e1e2;
}
.table-dark {
  --table-bg: #353b41;
  --table-striped-bg: #3f454b;
  --table-striped-color: #fff;
  --table-active-bg: #494f54;
  --table-active-color: #fff;
  --table-hover-bg: #444a4f;
  --table-hover-color: #fff;
  color: #fff;
  border-color: #494f54;
}
.table-responsive {
  overflow-x: auto;
  /* -webkit-overflow-scrolling: touch; */
}
.collapsing,
.com-content-article ol,
.com-content-article ul,
.editor,
.form-control[type="file"],
.module_sign,
.panel,
.service-bg,
body.modal-open {
  overflow: hidden;
}
.col-form-label {
  padding-top: calc(0.6rem + 1px);
  padding-bottom: calc(0.6rem + 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: #6d757e;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #22262a;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #22262a;
  background-color: #fff;
  border-color: #8894aa;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-webkit-input-placeholder {
  color: #6d757e;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6d757e;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6d757e;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6d757e;
  opacity: 1;
}
.form-control::placeholder {
  color: #6d757e;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eaedf0;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.6rem 1rem;
  margin: -0.6rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #22262a;
  background-color: #eaedf0;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dee1e4;
}
.form-control::-webkit-file-upload-button {
  padding: 0.6rem 1rem;
  margin: -0.6rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
  color: #22262a;
  background-color: #eaedf0;
  pointer-events: none;
  border: 0 solid;
  border-color: inherit;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dee1e4;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.6rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #22262a;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.navbar-nav .nav-link {
  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;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 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;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.2rem + 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 {
  width: 3rem;
  height: auto;
  padding: 0.6rem;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.custom-select,
.form-select {
  display: block;
  width: 100%;
  padding: 0.6rem 3rem 0.6rem 1rem;
  -moz-padding-start: calc(1rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #22262a;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select[multiple],
.form-select[size]:not([size="1"]),
[multiple].custom-select,
[size].custom-select:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled,
.form-select:disabled {
  background-color: #eaedf0;
}
.custom-select:-moz-focusring,
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #22262a;
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.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: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check-input[type="checkbox"] {
  border-radius: 0.25em;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8894aa;
}
.btn-primary,
.form-check-input:checked {
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E");
}
.form-check-input[type="checkbox"]:indeterminate {
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label,
.modal-backdrop.show,
.offcanvas-backdrop.show {
  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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");
  background-position: 0;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238894aa'/%3E%3C/svg%3E");
}
.form-switch .form-check-input:checked {
  background-position: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.inner-cont1 {
  max-width: 1440px;
  margin: auto;
  padding: 60px 135px;
}
.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;
  -webkit-filter: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff,
    0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff,
    0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: var(--cassiopeia-color-primary);
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b8bfcc;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfe3e7;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: var(--cassiopeia-color-primary);
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #b8bfcc;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dfe3e7;
  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;
}
.attor_l button,
.carousel,
.container-bottom-a,
.container-bottom-b,
.container-component nav,
.container-header .mod-menu > li,
.container-top-a,
.container-top-b,
.coupan-sec .item,
.dropdown,
.dropend,
.dropstart,
.dropup,
.footer .mod-menu,
.form-floating,
.gridss,
.metismenu.menu-horizontal > li,
.metismenu.mod-menu .metismenu-item.parent,
.mod-custom,
.shr-pr,
button#Submit,
div#st-re,
fieldset#rsform_1_page_0 .formControls.controls,
fieldset#rsform_6_page_0 .formControls.controls,
form#frm2,
p.ltp {
  position: relative;
}
.form-floating > .custom-select,
.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;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.form-floating > .form-control {
  padding: 1rem;
}
.form-floating > .custom-select,
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  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-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .custom-select ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  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 > .custom-select,
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group .btn:focus,
.input-group > .custom-select:focus,
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn,
.moduletable.moduletablebrdcr {
  position: relative;
  z-index: 2;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #22262a;
  text-align: center;
  background-color: #eaedf0;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.btn-group-lg > .btn,
.btn-lg,
.input-group-lg > .btn,
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm,
.input-group-sm > .btn,
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.invalid-tooltip,
.valid-tooltip {
  z-index: 5;
  display: none;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  top: 100%;
  position: absolute;
  max-width: 100%;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-select,
.input-group-sm > .custom-select,
.input-group-sm > .form-select {
  padding-right: 4rem;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  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: #448344;
}
.valid-tooltip {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(68, 131, 68, 0.9);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #448344;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23448344' 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.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #448344;
  box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}
.form-select.is-valid,
.is-valid.custom-select,
.was-validated .custom-select:valid,
.was-validated .form-select:valid {
  border-color: #448344;
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.is-valid.custom-select:not([multiple]):not([size]),
.is-valid.custom-select:not([multiple])[size="1"],
.was-validated .custom-select:valid:not([multiple]):not([size]),
.was-validated .custom-select:valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url(../images/select-bg.svg),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23448344' 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 1rem center, center right 3rem;
  background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.form-select.is-valid:focus,
.is-valid.custom-select:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #448344;
  box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #448344;
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #448344;
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #448344;
}
.form-check-inline .form-check-input ~ .invalid-feedback,
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.input-group .form-control.is-valid,
.input-group .form-select.is-valid,
.input-group .is-valid.custom-select,
.was-validated .input-group .custom-select:valid,
.was-validated .input-group .form-control:valid,
.was-validated .input-group .form-select:valid {
  z-index: 1;
}
.input-group .form-control.is-valid:focus,
.input-group .form-select.is-valid:focus,
.input-group .is-valid.custom-select:focus,
.was-validated .input-group .custom-select:valid:focus,
.was-validated .input-group .form-control:valid:focus,
.was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #a51f18;
}
.invalid-tooltip {
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(165, 31, 24, 0.9);
}
.btn,
.btn:hover,
.metismenu.mod-menu .parent > ul {
  color: #22262a;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #a51f18;
  padding-right: calc(1.5em + 1.2rem);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a51f18'%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='%23a51f18' stroke='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.3rem) center;
  background-size: calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #a51f18;
  box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 1.2rem);
  background-position: top calc(0.375em + 0.3rem) right calc(0.375em + 0.3rem);
}
.form-select.is-invalid,
.is-invalid.custom-select,
.was-validated .custom-select:invalid,
.was-validated .form-select:invalid {
  border-color: #a51f18;
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.is-invalid.custom-select:not([multiple]):not([size]),
.is-invalid.custom-select:not([multiple])[size="1"],
.was-validated .custom-select:invalid:not([multiple]):not([size]),
.was-validated .custom-select:invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 5.5rem;
  background-image: url(../images/select-bg.svg),
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23a51f18'%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='%23a51f18' stroke='none'/%3E%3C/svg%3E");
  background-position: right 1rem center, center right 3rem;
  background-size: 116rem, calc(0.75em + 0.6rem) calc(0.75em + 0.6rem);
}
.form-select.is-invalid:focus,
.is-invalid.custom-select:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #a51f18;
  box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: #a51f18;
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #a51f18;
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #a51f18;
}
.input-group .form-control.is-invalid,
.input-group .form-select.is-invalid,
.input-group .is-invalid.custom-select,
.was-validated .input-group .custom-select:invalid,
.was-validated .input-group .form-control:invalid,
.was-validated .input-group .form-select:invalid {
  z-index: 2;
}
.input-group .form-control.is-invalid:focus,
.input-group .form-select.is-invalid:focus,
.input-group .is-invalid.custom-select:focus,
.was-validated .input-group .custom-select:invalid:focus,
.was-validated .input-group .form-control:invalid:focus,
.was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  align-self: center;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #010149;
  border-color: #010145;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-check:focus + .btn-primary,
.btn-primary.active:focus,
.btn-primary:active:focus,
.btn-primary:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(39, 39, 111, 0.5);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #010145;
  border-color: #010141;
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-outline-primary:hover,
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #010156;
  border-color: #010156;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus,
.btn-secondary:hover {
  color: #fff;
  background-color: #5d636b;
  border-color: #575e65;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-check:focus + .btn-secondary,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.btn-secondary:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(131, 138, 145, 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #575e65;
  border-color: #52585f;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-outline-secondary:hover,
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6d757e;
  border-color: #6d757e;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-outline-success:hover,
.btn-success,
.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #448344;
  border-color: #448344;
}
.btn-check:focus + .btn-success,
.btn-success:focus,
.btn-success:hover {
  color: #fff;
  background-color: #3a6f3a;
  border-color: #366936;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-check:focus + .btn-success,
.btn-success.active:focus,
.btn-success:active:focus,
.btn-success:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(96, 150, 96, 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success:active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #366936;
  border-color: #336233;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-info,
.btn-info.disabled,
.btn-info:disabled,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-outline-info:hover {
  color: #fff;
  background-color: #30638d;
  border-color: #30638d;
}
.btn-check:focus + .btn-info,
.btn-info:focus,
.btn-info:hover {
  color: #fff;
  background-color: #295478;
  border-color: #264f71;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-check:focus + .btn-info,
.btn-info.active:focus,
.btn-info:active:focus,
.btn-info:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(79, 122, 158, 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info:active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #264f71;
  border-color: #244a6a;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-outline-warning:hover,
.btn-warning,
.btn-warning.disabled,
.btn-warning:disabled {
  color: #fff;
  background-color: #ad6200;
  border-color: #ad6200;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus,
.btn-warning:hover {
  color: #fff;
  background-color: #935300;
  border-color: #8a4e00;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-check:focus + .btn-warning,
.btn-warning.active:focus,
.btn-warning:active:focus,
.btn-warning:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(185, 122, 38, 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning:active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #8a4e00;
  border-color: #824a00;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-danger,
.btn-danger.disabled,
.btn-danger:disabled,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #a51f18;
  border-color: #a51f18;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus,
.btn-danger:hover {
  color: #fff;
  background-color: #8c1a14;
  border-color: #841913;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-check:focus + .btn-danger,
.btn-danger.active:focus,
.btn-danger:active:focus,
.btn-danger:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(179, 65, 59, 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger:active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #841913;
  border-color: #7c1712;
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-light,
.btn-light.disabled,
.btn-light:disabled,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-check:focus + .btn-light,
.btn-light.active,
.btn-light:active,
.btn-light:focus,
.btn-light:hover,
.show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #fafbfc;
  border-color: #fafbfb;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-check:focus + .btn-light,
.btn-light.active:focus,
.btn-light:active:focus,
.btn-light:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(212, 213, 213, 0.5);
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-dark,
.btn-dark.disabled,
.btn-dark:disabled,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #353b41;
  border-color: #353b41;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus,
.btn-dark:hover {
  color: #fff;
  background-color: #2d3237;
  border-color: #2a2f34;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-check:focus + .btn-dark,
.btn-dark.active:focus,
.btn-dark:active:focus,
.btn-dark:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(83, 88, 94, 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark:active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #2a2f34;
  border-color: #282c31;
}
.btn-outline-primary {
  color: #010156;
  border-color: #010156;
}
.btn-check:active + .btn-outline-primary:focus,
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(1, 1, 86, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #010156;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #6d757e;
  border-color: #6d757e;
}
.btn-check:active + .btn-outline-secondary:focus,
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(109, 117, 126, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6d757e;
  background-color: transparent;
}
.btn-outline-success,
.tbody-icon .fa-check,
.tbody-icon .icon-check,
.tbody-icon .icon-publish {
  color: #448344;
  border-color: #448344;
}
.btn-check:active + .btn-outline-success:focus,
.btn-check:checked + .btn-outline-success:focus,
.btn-check:focus + .btn-outline-success,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 131, 68, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #448344;
  background-color: transparent;
}
.btn-outline-info {
  color: #30638d;
  border-color: #30638d;
}
.btn-check:active + .btn-outline-info:focus,
.btn-check:checked + .btn-outline-info:focus,
.btn-check:focus + .btn-outline-info,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(48, 99, 141, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #30638d;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ad6200;
  border-color: #ad6200;
}
.btn-check:active + .btn-outline-warning:focus,
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(173, 98, 0, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ad6200;
  background-color: transparent;
}
.btn-outline-danger,
.invalid,
.tbody-icon .fa-delete,
.tbody-icon .fa-times,
.tbody-icon .icon-delete,
.tbody-icon .icon-times {
  color: #a51f18;
  border-color: #a51f18;
}
.btn-check:active + .btn-outline-danger:focus,
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(165, 31, 24, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #a51f18;
  background-color: transparent;
}
.btn-outline-light {
  color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:active + .btn-outline-light:focus,
.btn-check:checked + .btn-outline-light:focus,
.btn-check:focus + .btn-outline-light,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(249, 250, 251, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f9fafb;
  background-color: transparent;
}
.btn-outline-dark {
  color: #353b41;
  border-color: #353b41;
}
.dropdown-toggle:after,
.dropup .dropdown-toggle:after {
  vertical-align: 0.255em;
  content: "";
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}
.btn-check:active + .btn-outline-dark:focus,
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(53, 59, 65, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #353b41;
  background-color: transparent;
}
.btn-link {
  color: var(--cassiopeia-color-link);
  text-decoration: underline;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus,
.container-header .mod-list li a:hover,
.container-header .mod-list li.active > a,
.dropdown-item,
.mod-list li a,
.nav-link,
.navbar-brand,
.navbar-toggler:focus,
.navbar-toggler:hover,
.page-link {
  text-decoration: none;
}
.btn-link.disabled,
.btn-link:disabled,
.link-secondary {
  color: #6d757e;
}
.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show),
.grecaptcha-badge,
.modal-backdrop.fade,
.offcanvas-backdrop.fade,
.toast.showing {
  opacity: 0;
}
.badge:empty,
.collapse:not(.show),
.dis-mob-nn,
.eq-col-box.st-bx:hover img.tsms-bg.tsms-bg-bl.def-im,
.eq-col-box.text-center:hover img.tsms-bg.tsms-bg-bl.def-im,
.mbl-tbl,
.metismenu.mod-menu .mm-collapse:not(.mm-show),
.navbar-expand .navbar-toggler,
.navbar-expand .offcanvas-header,
.popover-header:empty,
.tab-content,
.tab-content > .tab-pane,
.toast:not(.show),
[data-tab-content],
header.header.sticky .topBar,
img.tsms-bg.tsms-bg-bl.hov-im,
joomla-alert,
label.control-label.formControlLabel,
span.divider.icon-location.icon-fw {
  display: none;
}
.collapsing {
  height: 0;
  transition: height 0.35s;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s;
}
.dropdown-toggle:after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-bottom: 0;
}
.container-header .metismenu > li + li,
.dropdown-toggle-split:after,
.dropdown-toggle:empty:after,
.dropend .dropdown-toggle-split:after,
.dropend .dropdown-toggle:empty:after,
.dropstart .dropdown-toggle:empty:after,
.dropup .dropdown-toggle-split:after,
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  margin: 0;
  font-size: 1rem;
  color: #22262a;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.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],
[dir="rtl"] .btn.jmodedit {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-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;
  border-top: 0;
  border-bottom: 0.3em solid;
}
.dropend .dropdown-toggle:after,
.dropstart .dropdown-toggle:before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  content: "";
}
.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;
  border-right: 0;
  border-left: 0.3em solid;
  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 {
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle:before {
  display: inline-block;
  margin-right: 0.255em;
  border-right: 0.3em solid;
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.card-header,
.nav,
.navbar-nav {
  margin-bottom: 0;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  color: #22262a;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}
.dropdown-menu-dark,
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: #1f2226;
  background-color: #eaedf0;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: var(--cassiopeia-color-primary);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.active[data-tab-content],
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active,
.dropdown-menu.show,
.form-control-feedback,
.system-debug,
.tab-content > .active,
button.accordion.active {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6d757e;
}
.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #22262a;
}
.dropdown-menu-dark {
  color: #dfe3e7;
  background-color: #353b41;
}
.dropdown-menu-dark .dropdown-item,
.dropdown-menu-dark .dropdown-item-text {
  color: #dfe3e7;
}
.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: hsla(0, 0%, 100%, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active,
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
}
.dropdown-menu-dark .dropdown-header,
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group,
.container-popup .custom-select,
.container-popup .form-select {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child),
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split,
.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.dropstart .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.card-img,
.card-img-bottom,
.card-img-top,
.flx-child .eq-col-box.st-bx,
.modal iframe,
.modal label,
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link,
.qa-box img,
.s-panel-img-full,
meter {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.chosen-container.chosen-container-single.chosen-container-active
  .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: var(--cassiopeia-color-link);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
.nav-link.disabled {
  color: #6d757e;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 1px solid #dfe3e7;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #eaedf0 #eaedf0 #dfe3e7;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6d757e;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #484f56;
  background-color: #fff;
  border-color: #dfe3e7 #dfe3e7 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
 }
/*
.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-lg,
.navbar > .container-md,
.navbar > .container-sm,
.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;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  list-style: none;
}
.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.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:focus {
  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: 50%;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--scroll-height, 75vh);
  overflow-y: auto;
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.image-left .blog-item,
.image-right .blog-item,
.list-group-horizontal,
.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 .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  -webkit-transform: none;
  transform: none;
}
.navbar-expand .offcanvas-bottom,
.navbar-expand .offcanvas-top {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.card,
.progress-bar {
  flex-direction: column;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-text {
  color: hsla(0, 0%, 100%, 0.55);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-toggler {
  color: hsla(0, 0%, 100%, 0.55);
  border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
} */

.blg-sec div h2,
.blg-sec div p,
.cl-blu h4.ser-title,
.cl-w,
.cl-w p,
.container-below-top,
.container-header .navbar-brand a,
.container-topbar,
.eq-col-box.text-center:hover h4.ser-title,
.eq-col-box.text-center:hover p,
.ft-menu ul#mainMenu li a,
.icon-white,
.modal .btn-primary:not([href]),
.modal .btn-primary:not([href]):hover,
.modal .btn-success:not([href]),
.modal .btn-success:not([href]):hover,
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover,
.page-header-inner.InmainBanner h1.head-text,
.tck-blk .eq-col-box.st-bx.item-sdo:hover ul.check li,
.topbar-left a,
.txt-w,
footer .ftc_inf p a,
footer p,
h2.shr-title.cl-w,
ul.ftr-social.bnr-social li:hover a {
  color: #fff;
}
.card {
  position: relative;
  display: flex;
  min-width: 0;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button,
.card-img,
.card-img-top,
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-button.collapsed,
.card-img,
.card-img-bottom,
.card > .list-group:last-child {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > hr,
.subhead .row {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
}
.accordion-flush .accordion-item:first-child,
.accordion-item:not(:first-of-type),
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 1rem;
}
.card-footer,
.card-header {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
}
.card-subtitle {
  margin-top: -0.25rem;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-header {
  border-bottom: 1px solid #dfe3e7;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  border-top: 1px solid #dfe3e7;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  margin-bottom: -0.5rem;
  border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
.accordion-button,
.alert,
.btn .badge,
.list-group-item,
.page-link {
  position: relative;
}
.accordion-body,
.accordion-button {
  padding: 1rem 1.25rem;
}
.card-group > .card,
.toast-container > :not(:last-child) {
  margin-bottom: 0.5em;
}
.accordion-button {
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 1rem;
  color: #22262a;
  text-align: left;
  background-color: #fff;
  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;
}
.badge,
.progress-bar {
  text-align: center;
  white-space: nowrap;
}
.accordion-button:not(.collapsed) {
  color: #0f244d;
  background-color: #e7eaee;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:focus,
.btn-close:focus,
.page-link:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--cassiopeia-color-primary), 0.25);
  outline: 0;
}
.accordion-button:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230f244d'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  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;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2322262a'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #8894aa;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.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:last-child {
  border-bottom: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  float: left;
  padding-right: 0.5rem;
  color: #6d757e;
  content: var(--breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #484f56;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  display: block;
  background-color: #fff;
  border: 1px solid #dfe3e7;
  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;
  padding: 0.375rem 0.75rem;
}
.page-link:hover {
  z-index: 2;
  border-color: #dfe3e7;
}
.page-link:focus,
.page-link:hover {
  color: var(--cassiopeia-color-hover);
  background-color: #eaedf0;
}
.page-link:focus {
  z-index: 3;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
}
.page-item.disabled .page-link {
  color: #6d757e;
  pointer-events: none;
  background-color: #fff;
  border-color: #dfe3e7;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.btn .badge {
  top: -1px;
}
.alert {
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.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: #010134;
  background-color: #ccd;
  border-color: #b3b3cc;
}
.alert-primary .alert-link {
  color: #01012a;
}
.alert-secondary {
  color: #41464c;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383d;
}
.alert-success {
  color: #294f29;
  background-color: #dae6da;
  border-color: #c7dac7;
}
.alert-success .alert-link {
  color: #213f21;
}
.alert-info {
  color: #1d3b55;
  background-color: #d6e0e8;
  border-color: #c1d0dd;
}
.alert-info .alert-link {
  color: #172f44;
}
.alert-warning {
  color: #683b00;
  background-color: #efe0cc;
  border-color: #e6d0b3;
}
.alert-warning .alert-link {
  color: #532f00;
}
.alert-danger {
  color: #63130e;
  background-color: #edd2d1;
  border-color: #e4bcba;
}
.alert-danger .alert-link {
  color: #4f0f0b;
}
.alert-light {
  color: #646464;
  background-color: #fefefe;
  border-color: #fdfefe;
}
.alert-light .alert-link {
  color: #505050;
}
.alert-dark {
  color: #202327;
  background-color: #d7d8d9;
  border-color: #c2c4c6;
}
.alert-dark .alert-link {
  color: #1a1c1f;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  height: 1rem;
  font-size: 0.75rem;
  background-color: #eaedf0;
  border-radius: 0.25rem;
}
.progress,
.progress-bar {
  display: flex;
  overflow: hidden;
}
.progress-bar {
  justify-content: center;
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
  transition: width 0.6s;
}
.popover,
.tooltip {
  font-family: var(
    --cassiopeia-font-family-body,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  font-style: normal;
  font-weight: 400;
  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;
  text-decoration: none;
  word-wrap: break-word;
  line-height: 1.5;
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
.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: #484f56;
  text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #484f56;
  text-decoration: none;
  background-color: #f9fafb;
}
.list-group-item-action:active {
  color: #22262a;
  background-color: #eaedf0;
}
.list-group-item {
  display: block;
  padding: 0.5rem 1rem;
  color: #22262a;
  text-decoration: none;
  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: #6d757e;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
  border-color: var(--cassiopeia-color-primary);
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.eq-col-box.st-bx.ddtk.ddtk-1,
.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;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-item-primary {
  color: #010134;
  background-color: #ccd;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #010134;
  background-color: #b8b8c7;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #010134;
  border-color: #010134;
}
.list-group-item-secondary {
  color: #41464c;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464c;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464c;
  border-color: #41464c;
}
.list-group-item-success {
  color: #294f29;
  background-color: #dae6da;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #294f29;
  background-color: #c4cfc4;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #294f29;
  border-color: #294f29;
}
.list-group-item-info {
  color: #1d3b55;
  background-color: #d6e0e8;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #1d3b55;
  background-color: #c1cad1;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1d3b55;
  border-color: #1d3b55;
}
.list-group-item-warning {
  color: #683b00;
  background-color: #efe0cc;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #683b00;
  background-color: #d7cab8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #683b00;
  border-color: #683b00;
}
.list-group-item-danger {
  color: #63130e;
  background-color: #edd2d1;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #63130e;
  background-color: #d5bdbc;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #63130e;
  border-color: #63130e;
}
.list-group-item-light {
  color: #646464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #646464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #646464;
  border-color: #646464;
}
.list-group-item-dark {
  color: #202327;
  background-color: #d7d8d9;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #202327;
  background-color: #c2c2c3;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #202327;
  border-color: #202327;
}
.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em;
  color: #000;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%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")
    50%/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.toast,
.toast-header {
  background-color: hsla(0, 0%, 100%, 0.85);
}
.modal-content,
.popover,
.toast,
.toast-header {
  background-clip: padding-box;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  opacity: 1;
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
  filter: invert(1) grayscale(100%) brightness(200%);
}
.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6d757e;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-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: 1050;
  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;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
}
.modal.show .modal-dialog,
.offcanvas.show {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  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,
.modal-fullscreen .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: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
.modal-backdrop,
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dfe3e7;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
.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 #dfe3e7;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
@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;
  }
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-lg,
  .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,
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-bottom,
  .navbar-expand-lg .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }
  .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-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }
  .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-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.awesomplete > input,
.tooltip-inner {
  max-width: 200px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  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-auto[data-popper-placement^="bottom"],
.bs-tooltip-auto[data-popper-placement^="top"],
.bs-tooltip-bottom,
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow,
.fixed-bottom {
  bottom: 0;
}
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow:before,
.bs-tooltip-top .tooltip-arrow:before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"],
.bs-tooltip-auto[data-popper-placement^="right"],
.bs-tooltip-end,
.bs-tooltip-start {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow:before,
.bs-tooltip-end .tooltip-arrow:before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow,
.fixed-top {
  top: 0;
}
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow:before,
.bs-tooltip-bottom .tooltip-arrow:before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow:before,
.bs-tooltip-start .tooltip-arrow:before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
.tooltip-inner {
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  text-align: left;
  text-align: start;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.text-decoration-none,
a {
  text-decoration: none !important;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow:after,
.popover .popover-arrow:before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:before,
.bs-popover-top > .popover-arrow:before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .popover-arrow:after,
.bs-popover-top > .popover-arrow:after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="right"] > .popover-arrow:before,
.bs-popover-end > .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-auto[data-popper-placement^="right"] > .popover-arrow:after,
.bs-popover-end > .popover-arrow:after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:before,
.bs-popover-bottom > .popover-arrow:before {
  top: 0;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .popover-arrow:after,
.bs-popover-bottom > .popover-arrow:after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header:before,
.bs-popover-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-auto[data-popper-placement^="left"] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-auto[data-popper-placement^="left"] > .popover-arrow:before,
.bs-popover-start > .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-auto[data-popper-placement^="left"] > .popover-arrow:after,
.bs-popover-start > .popover-arrow:after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.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-body {
  padding: 1rem;
  color: #22262a;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev,
ul.check.fg.pdlt li::before {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%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: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  vertical-align: -0.125em;
}
.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: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  -webkit-filter: invert(1) grayscale(100);
  filter: invert(1) grayscale(100);
}
.blk,
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  width: 2rem;
  height: 2rem;
  border: 0.25em solid;
  border-right: 0.25em solid transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  width: 2rem;
  height: 2rem;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.placeholder,
.vr {
  background-color: currentColor;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .accordion-button,
  .accordion-button:after,
  .btn,
  .carousel-control-next,
  .carousel-control-prev,
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start,
  .carousel-indicators [data-bs-target],
  .carousel-item,
  .collapsing,
  .collapsing.collapse-horizontal,
  .custom-select,
  .fade,
  .form-floating > label,
  .form-select,
  .form-switch .form-check-input,
  .modal.fade .modal-dialog,
  .nav-link,
  .navbar-toggler,
  .offcanvas,
  .page-link,
  .progress-bar {
    transition: none;
  }
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.offcanvas-header .btn-close {
  padding: 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;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.offcanvas-top {
  top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.offcanvas-bottom,
.offcanvas-top {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
}
.offcanvas-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  opacity: 0.5;
}
.placeholder.btn:before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  -webkit-animation: 2s ease-in-out infinite placeholder-glow;
  animation: 2s ease-in-out infinite placeholder-glow;
}
@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  mask-image: linear-gradient(
    130deg,
    #000 55%,
    rgba(0, 0, 0, 0.8) 75%,
    #000 95%
  );
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  -webkit-animation: 2s linear infinite placeholder-wave;
  animation: 2s linear infinite placeholder-wave;
}
@-webkit-keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
@keyframes placeholder-wave {
  to {
    -webkit-mask-position: -200% 0;
    mask-position: -200% 0;
  }
}
.link-primary {
  color: #010156;
}
.link-primary:focus,
.link-primary:hover {
  color: #010145;
}
.link-secondary:focus,
.link-secondary:hover {
  color: #575e65;
}
.link-success {
  color: #448344;
}
.link-success:focus,
.link-success:hover {
  color: #366936;
}
.link-info {
  color: #30638d;
}
.link-info:focus,
.link-info:hover {
  color: #264f71;
}
.link-warning {
  color: #ad6200;
}
.link-warning:focus,
.link-warning:hover {
  color: #8a4e00;
}
.link-danger {
  color: #a51f18;
}
.link-danger:focus,
.link-danger:hover {
  color: #841913;
}
.link-light {
  color: #f9fafb;
}
.link-light:focus,
.link-light:hover {
  color: #fafbfc;
}
.link-dark {
  color: #353b41;
}
.link-dark:focus,
.link-dark:hover {
  color: #2a2f34;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --aspect-ratio: 100%;
}
.ratio-4x3 {
  --aspect-ratio: 75%;
}
.ratio-16x9 {
  --aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}
.fixed-bottom,
.fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.hstack {
  flex-direction: row;
  align-items: center;
}
.hstack,
.vstack {
  display: flex;
  align-self: stretch;
}
.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}
.container-header .mod-finder > label,
.sr-only,
.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;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  opacity: 0.25;
}
.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;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !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,
.tab-content {
  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,
fieldset#rsform_1_page_0 .formBody,
fieldset#rsform_6_page_0 .formBody {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !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 {
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #dfe3e7 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #dfe3e7 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #dfe3e7 !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #dfe3e7 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #dfe3e7 !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #010156 !important;
}
.border-secondary {
  border-color: #6d757e !important;
}
.border-success {
  border-color: #448344 !important;
}
.border-info {
  border-color: #30638d !important;
}
.border-warning {
  border-color: #ad6200 !important;
}
.border-danger {
  border-color: #a51f18 !important;
}
.border-light {
  border-color: #f9fafb !important;
}
.border-dark {
  border-color: #353b41 !important;
}
.border-white {
  border-color: #fff !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;
}
.card .chosen-container.chosen-container-single,
.card .chosen-container.chosen-container-single .chosen-single,
.mbl-tbl td,
.mbl-tbl th,
.w-100 {
  width: 100% !important;
}
.chosen-container-single,
.chzn-container-single,
.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,
.flx-rw.thr-phn {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center,
.dd-21,
.flx-rw {
  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;
}
.container-component > * + *,
.container-component > :first-child,
.container-sidebar-left > * + *,
.container-sidebar-left > :first-child,
.container-sidebar-right > * + *,
.container-sidebar-right > :first-child,
.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;
}
.form-horizontal .control-group,
.mb-0,
.mb00 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.form-group,
.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;
}
.formControls.controls,
.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;
}
.itemid-174 img.ar-rt,
.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(--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;
}
.itemid-189 #mod-custom134 .btn-solr,
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !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,
h4.txt-trfm-cap {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap,
.tox {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: rgba(var(--primary-rgb), var(--text-opacity)) !important;
}
.text-secondary {
  color: rgba(var(--secondary-rgb), var(--text-opacity)) !important;
}
.text-success {
  color: rgba(var(--success-rgb), var(--text-opacity)) !important;
}
.text-info {
  color: rgba(var(--info-rgb), var(--text-opacity)) !important;
}
.text-warning {
  color: rgba(var(--warning-rgb), var(--text-opacity)) !important;
}
.text-danger {
  color: rgba(var(--danger-rgb), var(--text-opacity)) !important;
}
.text-light {
  color: rgba(var(--light-rgb), var(--text-opacity)) !important;
}
.text-dark {
  color: rgba(var(--dark-rgb), var(--text-opacity)) !important;
}
.text-black {
  color: rgba(var(--black-rgb), var(--text-opacity)) !important;
}
.text-white {
  color: rgba(var(--white-rgb), var(--text-opacity)) !important;
}
.text-body {
  color: rgba(var(--body-color-rgb), var(--text-opacity)) !important;
}
.text-muted {
  color: #6d757e !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.accordion .list-group-item,
.page-link,
.page-link:hover,
a {
  color: var(--cassiopeia-color-link);
}
.text-opacity-25 {
  --text-opacity: 0.25;
}
.text-opacity-50 {
  --text-opacity: 0.5;
}
.text-opacity-75 {
  --text-opacity: 0.75;
}
.text-opacity-100 {
  --text-opacity: 1;
}
.bg-primary {
  background-color: rgba(var(--primary-rgb), var(--bg-opacity)) !important;
}
.bg-secondary {
  background-color: rgba(var(--secondary-rgb), var(--bg-opacity)) !important;
}
.bg-success {
  background-color: rgba(var(--success-rgb), var(--bg-opacity)) !important;
}
.bg-info {
  background-color: rgba(var(--info-rgb), var(--bg-opacity)) !important;
}
.bg-warning {
  background-color: rgba(var(--warning-rgb), var(--bg-opacity)) !important;
}
.bg-danger {
  background-color: rgba(var(--danger-rgb), var(--bg-opacity)) !important;
}
.bg-light {
  background-color: rgba(var(--light-rgb), var(--bg-opacity)) !important;
}
.bg-dark {
  background-color: rgba(var(--dark-rgb), var(--bg-opacity)) !important;
}
.bg-black {
  background-color: rgba(var(--black-rgb), var(--bg-opacity)) !important;
}
.bg-white {
  background-color: rgba(var(--white-rgb), var(--bg-opacity)) !important;
}
.bg-body {
  background-color: rgba(var(--body-bg-rgb), var(--bg-opacity)) !important;
}
.bg-transparent {
  --bg-opacity: 1;
  background-color: transparent !important;
}
.bg-opacity-10 {
  --bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bg-opacity: 1;
}
.bg-gradient {
  background-image: var(--gradient) !important;
}
.container-header,
.footer {
  background-image: linear-gradient(
    135deg,
    var(--cassiopeia-color-primary),
    var(--cassiopeia-color-hover)
  );
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded,
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-start,
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-end,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-end {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@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;
  }
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-sm,
  .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,
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-bottom,
  .navbar-expand-sm .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
  .modal-dialog {
    max-width: 500px;
    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;
  }
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto,
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-12,
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-xxl-6,
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-3,
  .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-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .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%;
  }
  .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 {
    --gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --gutter-y: 3rem;
  }
  .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;
  }
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-xxl,
  .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,
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-bottom,
  .navbar-expand-xxl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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 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;
  }
}
.minicolors-theme-bootstrap .minicolors-swatch {
  width: 36px;
  height: 36px;
}
.minicolors-theme-bootstrap .minicolors-swatch > .minicolors-sprite {
  top: 50%;
  left: 8px;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
}
.boxi-w p,
.eq-col-box.text-center:hover .st-blk.bg-bl.nbr,
.eq-col-box.wks-cl,
.list-group-item,
html,
img.tsms-bg.tsms-bg-wt {
  background-color: #fff;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(
    --cassiopeia-font-family-headings,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji"
  );
  font-weight: var(--cassiopeia-font-weight-headings, 700);
}
.modal-title,
th dd {
  font-weight: var(--cassiopeia-font-weight-normal, 400);
}
.display-1 {
  font-size: clamp(2.7rem, 8vw, 5.5rem);
}
.display-2 {
  font-size: clamp(2.3rem, 7vw, 4.5rem);
}
.display-3 {
  font-size: clamp(1.9rem, 6vw, 3.5rem);
}
.display-4 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
}
.lead {
  font-size: clamp(1.1rem, 3vw, 1.25rem);
}
.metismenu.mod-menu .metismenu-item.active > a,
.metismenu.mod-menu .metismenu-item.active > button,
.metismenu.mod-menu .metismenu-item > a:hover,
.metismenu.mod-menu .metismenu-item > button:hover,
.mod-list li a:hover,
.mod-list li.active > a,
.under_ln,
a:not([class]) {
  text-decoration: underline;
}
a.navbar-brand {
  color: var(--cassiopeia-color-brand);
}
.btn-primary:focus,
.btn-primary:hover {
  background-color: var(--cassiopeia-color-hover);
  border-color: var(--cassiopeia-color-hover);
}
.btn-group,
.com-content-category__pagination,
.container-sidebar-left .sidebar-left:last-child,
.container-sidebar-right .sidebar-right:last-child {
  margin-bottom: 1em;
}
.btn-group > input {
  padding: 0.5em;
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0 0 0.25rem;
}
[dir="ltr"] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split,
[dir="rtl"] .btn-group > input,
[dir="rtl"] li.previous .page-link {
  border-radius: 0 0.25rem 0.25rem 0;
}
.small,
small {
  font-size: 0.875rem;
}
dd {
  margin-left: 0;
  padding: 0;
  word-wrap: break-word;
}
[dir="rtl"] .container-header .navbar-brand,
[dir="rtl"] dd {
  margin-right: 0;
  margin-left: auto;
}
.com-contact__thumbnail,
.left-ttt,
.page-header-inner.InmainBanner h1.head-text,
p.rev-txt {
  text-align: left;
}
@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;
  }
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-xl,
  .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,
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-bottom,
  .navbar-expand-xl .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
  .modal-xl {
    max-width: 1140px;
  }
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  dl.dl-horizontal {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  dl.dl-horizontal dt {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  dl.dl-horizontal dd {
    grid-column-start: 2;
    grid-column-end: 3;
    padding: 0 0 0 1em;
    margin-bottom: 0;
  }
  .com-contact__container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, auto);
    grid-gap: 1rem;
    margin-bottom: 1em;
  }
  .com-contact__container .h3,
  .com-contact__container h3 {
    grid-column: 1/5;
  }
  .com-contact__container .com-contact__thumbnail {
    grid-column: 3/5;
    grid-row: 2/5;
    margin-bottom: 1em;
    text-align: right;
  }
  .com-contact__container .com-contact__position {
    grid-column: 1/3;
    grid-row: 2/3;
  }
  .com-contact__container .com-contact__info {
    grid-column: 1/3;
    grid-row: 3/4;
  }
  [dir="rtl"] dl.dl-horizontal dd {
    padding: 0 1em 0 0;
  }
  .com-users-profile dt {
    min-width: 180px;
  }
}
figure.float-start {
  margin-right: 1em;
}
figure.float-end {
  margin-left: 1em;
}
[dir="rtl"] figure.float-start {
  margin-right: 0;
  margin-left: 1em;
}
[dir="rtl"] figure.float-end {
  margin-right: 1em;
  margin-left: 0;
}
figcaption {
  font-size: 0.9em;
  color: #6d757e;
}
.image-left .blog-item,
.image-right .blog-item,
.mod-menu {
  flex-direction: column;
}
.pagenavigation,
.pager {
  clear: both;
}
.pagenavigation .pagination,
.pager .pagination {
  justify-content: space-between;
  padding: 0;
  margin: 1em 0;
}
.mdl-btn.jstct,
.pager .pagination,
ul.bnr-social li {
  justify-content: center;
}
.container-header .container-nav .container-search:only-child,
.pagenavigation .pagination li.next:only-child,
.pager .pagination li.next:only-child {
  margin-left: auto;
}
[dir="rtl"] .pagenavigation .pagination > li.next:only-child,
[dir="rtl"] .pager .pagination > li.next:only-child {
  margin-right: auto;
  margin-left: 1em;
}
[dir="rtl"] .subhead .btn-group:not(:last-child) > .dropdown-toggle-split,
[dir="rtl"] li.next .page-link {
  border-radius: 0.25rem 0 0 0.25rem;
}
.article-index .toclink.active,
.container-below-top a,
.container-topbar a,
.footer a {
  color: currentColor;
}
.j-main-container .alert {
  margin: 0.75rem;
}
.alert-heading,
.container-header .navbar-toggler .fas {
  font-size: 1.5rem;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-1rem);
    transform: translateY(-1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.back-to-top-link {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10000;
  padding: 0.5em;
  color: var(--cassiopeia-color-primary, #112855);
  pointer-events: all;
  background-color: var(--white, #fff);
  border: 1px solid var(--cassiopeia-color-primary, #112855);
  border-radius: 0.25rem;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
[dir="rtl"] .back-to-top-link {
  right: unset;
  left: 1rem;
}
.back-to-top-link:focus,
.back-to-top-link:hover {
  color: var(--white, #fff);
  background-color: var(--cassiopeia-color-hover);
  border-color: var(--white, #fff);
}
.container-banner img,
.d-blk {
  display: block;
  margin: auto;
}
.container-banner .banner-overlay {
  height: 70vh;
  color: #fff;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top, 50%;
  background-size: cover;
}
.container-banner .banner-overlay .overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.container-banner .banner-overlay .overlay .text-thin {
  font-weight: lighter;
}
.container-banner .banner-overlay .overlay .text-thin:after {
  display: block;
  width: 30%;
  height: 4px;
  margin: 1rem auto 2rem;
  content: "";
  background: #fff;
}
.container-banner .banner-overlay .overlay .text-thin .lead {
  font-size: 150vh;
}
@media screen and (max-height: 740px) {
  .container-banner .banner-overlay {
    height: 100vh;
  }
}
.footer {
  color: #fff;
  background-color: var(--cassiopeia-color-primary);
}
.footer .grid-child {
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0.5em;
}
[dir="rtl"] .footer {
  background-image: linear-gradient(
    135deg,
    var(--cassiopeia-color-hover),
    var(--cassiopeia-color-primary)
  );
}
.footer .metismenu.mod-menu .mm-collapse {
  background: var(--cassiopeia-color-primary);
}
.form-control {
  max-width: 100%;
  background-color: #fff;
}
.form-control.input-xlarge {
  max-width: 21.875rem;
}
.form-control.input-xxlarge {
  max-width: 34.375rem;
}
.form-control.input-full,
.loc-sectn .st-flx .flx-child .st-bx:last-child {
  max-width: 100%;
}
.spacer hr {
  width: 23.75rem;
}
.form-inline .custom-select,
.form-inline .form-select,
td .form-control {
  display: inline-block;
  width: auto;
}
.checkboxes {
  padding-top: 5px;
}
.checkboxes .checkbox input {
  position: static;
  margin-left: 0;
}
.valid {
  border-color: #448344;
}
[role="tooltip"]:not(.show) {
  right: 5em;
  z-index: 1070;
  display: none;
  max-width: 100%;
  padding: 0.5em;
  margin: 0.5em;
  color: #000;
  text-align: start;
  background: #fff;
  border: 1px solid #6d757e;
  border-radius: 0.25rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.8);
}
[role="tooltip"]:not(.show)[id^="editarticle-"],
[role="tooltip"]:not(.show)[id^="editcontact-"] {
  right: auto;
  -webkit-margin-start: -10em;
  margin-inline-start: -10em;
}
[role="tooltip"]:not(.show)[id^="id-skip-"] {
  right: auto;
}
:focus + [role="tooltip"],
:hover + [role="tooltip"] {
  position: absolute;
  display: block;
}
[id="filter[search]-desc"] {
  bottom: 100%;
}
.com-users-login__options,
fieldset + fieldset {
  margin-top: 2em;
}
.control-group {
  margin: 1em 0;
}
.container-popup [id="filter[search]-desc"] {
  top: 100%;
  bottom: auto;
}
.btn.jmodedit {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  z-index: 900;
  color: var(--cassiopeia-color-link);
  background-color: hsla(0, 0%, 100%, 0.5);
  border: 1px solid #58595a;
  border-radius: 0.25rem;
}
.container-header {
  position: relative;
  z-index: 10;
  background-color: var(--cassiopeia-color-primary);
  box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.03);
}
.container-header .grid-child {
  padding: 0.5em;
}
.container-header nav {
  padding: 0;
  margin-top: 0.5em;
}
.container-header .site-description {
  font-size: 1rem;
  color: #fff;
  white-space: normal;
}
.container-header .navbar-brand {
  position: relative;
  display: inline-block;
  margin-right: auto;
  font-size: 2rem;
  color: #fff;
}
.container-header .navbar-brand img {
  width: 18rem;
  min-width: 18rem;
}
.container-header .navbar-brand:focus,
.container-header .navbar-brand:hover {
  color: #f0f0f0;
}
.container-header .container-nav {
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 1em;
}
.container-header .navbar-collapse.show {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container-header .mod-menu {
  flex: 1 0 100%;
  padding: 0;
  margin: 0;
  color: #fff;
  list-style: none;
}
.container-header .mod-menu > li > a,
.container-header .mod-menu > li > span {
  position: relative;
  color: currentColor;
  text-decoration: none;
}
.container-header .mod-menu > li.active:after,
.container-header .mod-menu > li:hover:after {
  right: 2px;
  left: 0;
  background: #fff;
}
.container-header .mod-menu .parent > ul {
  display: none;
  color: #22262a;
}
.container-header .metismenu > li.active > a:after,
.container-header .metismenu > li.active > button:before,
.container-header .metismenu > li > a:hover:after,
.container-header .metismenu > li > button:hover:before {
  right: 0;
  left: 0;
  background: #fff;
}
.container-header .metismenu > li.active > button.mm-toggler-link:before,
.container-header .metismenu > li > button.mm-toggler-link:hover:before {
  right: 0;
  left: 0.5em;
}
[dir="rtl"]
  .container-header
  .metismenu
  > li.active
  > button.mm-toggler-link:before,
[dir="rtl"]
  .container-header
  .metismenu
  > li
  > button.mm-toggler-link:hover:before {
  right: 0.5em;
  left: 0;
}
.container-header .metismenu > li.level-1 > ul,
.metismenu.menu-horizontal .level-1 > ul {
  min-width: 12rem;
}
.container-header .navbar-toggler {
  color: #fff;
  cursor: pointer;
  border: 1px solid #fff;
}
.container-header .container-search {
  margin-top: 0.5em;
}
.container-header .mod-finder {
  position: relative;
  display: flex;
  flex: 1 0 20rem;
  max-width: 100%;
}
.input-group-text:before {
  min-width: 16px;
}
.tbody-icon {
  padding: 0 3px;
  text-align: center;
  background-color: transparent;
  border: 0;
}
.tbody-icon [class*=" fa-"],
.tbody-icon [class*=" icon-"],
.tbody-icon [class^="fa-"],
.tbody-icon [class^="icon-"] {
  width: 26px;
  height: 26px;
  font-size: 1.1rem;
  line-height: 22px;
  color: #ced4da;
  border: 2px solid var(--border);
  border-radius: 50%;
}
.tbody-icon .fa-lock,
.tbody-icon .icon-checkedout,
.tbody-icon .icon-lock {
  width: auto;
  height: auto;
  font-size: 1.2rem;
  line-height: 1rem;
  color: #484f56;
  border: 0;
}
.tbody-icon.color-featured-disabled,
.tbody-icon.fa-star-disabled,
.tbody-icon.featured-disabled,
.tbody-icon.home-disabled,
.tbody-icon.icon-star-disabled {
  cursor: not-allowed;
  opacity: 1;
}
.plg_system_webauthn_login_button svg {
  -webkit-margin-end: 2px;
  margin-inline-end: 2px;
}
.plg_system_webauthn_login_button svg path {
  fill: var(--black);
}
iframe {
  border: 0;
}
.grid-child {
  display: flex;
  width: 100%;
  max-width: 1320px;
  margin-right: auto;
  margin-left: auto;
}
.container-banner {
  display: block;
  margin: 0 0 2rem;
  grid-area: banner;
}
.container-bottom-a > *,
.container-bottom-b > *,
.container-top-a > *,
.container-top-b > * {
  flex: 1;
  margin: 0.5em 0;
}
.container-component,
.container-sidebar-left,
.container-sidebar-right {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.container-sidebar-left,
.container-sidebar-right {
  flex: 0 0 auto;
  width: calc(100% - 1em);
  order: 1;
}
@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;
  }
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .list-group-horizontal-md,
  .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,
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    -webkit-transform: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-bottom,
  .navbar-expand-md .offcanvas-top {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    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;
  }
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .container-sidebar-left,
  .container-sidebar-right {
    width: calc(25% - 1em);
    order: 0;
  }
}
.container-sidebar-left .sidebar-left:first-child,
.container-sidebar-right .sidebar-right:first-child,
.error_site .page-header {
  margin-top: 1em;
}
.options-form {
  width: 100%;
  padding: 1vw 2vw;
  margin-bottom: 1rem;
  border: 1px solid #b2bfcd;
}
.options-form,
.options-form > legend {
  color: #495057;
  background-color: #fff;
}
.options-form > legend {
  float: none;
  width: auto;
  padding: 0 0.5rem;
  font-weight: 700;
}
.modal-header {
  padding: 0 15px;
}
.modal-title {
  line-height: 3rem;
}
.contentpane,
.pd15 {
  padding: 15px;
}
.contentpane .main-card {
  margin: -10px;
  box-shadow: none;
}
.container-popup .form-group,
.container-popup .mb-3,
.pagination {
  margin: 1rem;
}
[class*=" container-"] .span-col-2,
[class^="container-"] .span-col-2 {
  flex: 0 0 50%;
  max-width: calc(50% - 1em);
}
[class*=" container-"] .span-col-3,
[class^="container-"] .span-col-3 {
  flex: 0 0 33.333%;
  max-width: calc(33.333% - 1em);
}
[class*=" container-"] .span-col-4,
[class^="container-"] .span-col-4 {
  flex: 0 0 25%;
  max-width: calc(25% - 1em);
}
.blog-items {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin-right: -0.5em;
  margin-bottom: 1em;
  margin-left: -0.5em;
}
.blog-item {
  display: flex;
  flex-direction: column;
  padding: 0 0.5em 1em;
  overflow: hidden;
}
.boxed .blog-item {
  background-color: #fff;
  box-shadow: 0 0 2px rgba(51, 57, 66, 0.1), 0 2px 5px rgba(51, 57, 66, 0.08),
    0 5px 15px rgba(51, 57, 66, 0.08),
    inset 0 3px 0 var(--cassiopeia-color-primary);
}
.boxed .blog-item .item-content {
  padding: 25px;
}
.image-left .blog-item .item-image,
.image-right .blog-item .item-image {
  flex: 1 0 40%;
}
.blog-item .item-image {
  margin-top: 3px;
  margin-bottom: 15px;
  overflow: hidden;
}
.image-alternate.image-top .blog-item:nth-of-type(odd) .item-image,
.image-right .blog-item .item-image {
  order: 1;
}
.image-bottom .blog-item .item-image {
  margin-top: -15px;
  order: 1;
}
.image-left .blog-item .item-content {
  padding-left: 25px;
}
.image-right .blog-item .item-content {
  padding-right: 25px;
}
.article-info dd,
.itemid-120 .bdr-img,
.itemid-147 .bdr-img,
.itemid-148 .bdr-img,
.itemid-156 .bdr-img,
.itemid-160 .bdr-img,
.itemid-173 .bdr-img,
.itemid-177 .bdr-img,
.itemid-178 .bdr-img,
ul.tmnlMainLIc {
  padding: 0;
}
.blog-items[class*=" masonry-"],
.blog-items[class^="masonry-"] {
  display: block;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
.blog-items[class*=" masonry-"] .blog-item,
.blog-items[class^="masonry-"] .blog-item {
  display: inline-flex;
  margin-bottom: 1em;
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.image-alternate .blog-item:nth-of-type(odd) .item-image {
  order: 0;
}
.image-alternate.image-left .blog-item:nth-of-type(odd) .item-image {
  margin-right: 0;
  margin-left: 25px;
  order: 1;
}
.breadcrumb {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}
.subhead,
.subhead .btn {
  color: #495057;
  background: #fff;
}
.no-card .newsflash-horiz li {
  padding: 0 1rem 1rem;
  border: 1px solid #dfe3e7;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.no-card .newsflash-horiz li figure {
  margin: 0 -1rem 1rem;
}
.mod-list {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  list-style: none;
}
.mod-list li {
  padding: 0.25em 0;
}
.mod-list li .mod-menu__sub {
  padding-left: 1em;
}
.element-invisible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}
.hidden {
  display: none;
  visibility: hidden;
}
.table-row {
  display: table-row;
}
.cnt-txt .ft-mail,
.editor-xtd-buttons .btn {
  margin-bottom: 5px;
}
.subhead {
  position: sticky;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  width: auto;
  min-height: 43px;
  padding: 10px 0;
  box-shadow: -3px -2px 22px #ddd;
}
.chosen-container-active.chosen-with-drop .chosen-single,
.subhead.noshadow,
.wrnty-img.shd-n img {
  box-shadow: none;
}
.subhead .btn-group,
.subhead joomla-toolbar-button {
  -webkit-margin-start: 0.75rem;
  margin-inline-start: 0.75rem;
}
.subhead .btn-group joomla-toolbar-button,
.subhead .btn-group:first-child,
.subhead .dropdown-menu joomla-toolbar-button,
.subhead joomla-toolbar-button:first-child {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}
.subhead joomla-toolbar-button .btn > span,
.subhead joomla-toolbar-button .dropdown-item > span {
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  width: 1.25em;
  text-align: center;
}
.subhead .btn {
  --subhead-btn-accent: #495057;
  padding: 0 1rem;
  margin: 5px 0;
  font-size: 1rem;
  line-height: 2.45rem;
  border-color: #adb5bd;
}
.subhead .btn > span {
  display: inline-block;
  color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):active,
.subhead .btn:not([disabled]):focus,
.subhead .btn:not([disabled]):hover {
  color: hsla(0, 0%, 100%, 0.9);
  background-color: var(--subhead-btn-accent);
  border-color: var(--subhead-btn-accent);
}
.subhead .btn:not([disabled]):active > span,
.subhead .btn:not([disabled]):focus > span,
.subhead .btn:not([disabled]):hover > span {
  color: hsla(0, 0%, 100%, 0.9);
}
.subhead .btn.btn-success {
  --subhead-btn-accent: var(--success);
}
.subhead .btn.btn-danger {
  --subhead-btn-accent: var(--danger);
}
.subhead .btn.btn-primary {
  --subhead-btn-accent: #2a69b8;
}
.subhead .btn.btn-secondary {
  --subhead-btn-accent: #001b4c;
}
.subhead .btn.btn-action,
.subhead .btn.btn-info {
  --subhead-btn-accent: #132f53;
}
.subhead .btn.btn-action {
  display: flex;
  align-items: center;
}
.subhead .btn.btn-action:after {
  width: 2.375rem;
  font-family: Font Awesome\5 Free;
  font-weight: 900;
  content: "\f078";
  border: 0;
}
.subhead .btn.dropdown-toggle[disabled],
.subhead .btn[disabled] {
  --subhead-btn-accent: #132f53;
  background: rgba(223, 227, 231, 0.8);
  opacity: 0.5;
}
.subhead .btn.dropdown-toggle[disabled]:active,
.subhead .btn.dropdown-toggle[disabled]:focus,
.subhead .btn.dropdown-toggle[disabled]:hover,
.subhead .btn[disabled]:active,
.subhead .btn[disabled]:focus,
.subhead .btn[disabled]:hover {
  cursor: not-allowed;
}
.subhead .dropdown-toggle.btn {
  -webkit-padding-end: 0;
  padding-inline-end: 0;
}
.subhead .btn-group:not(:last-child) > .dropdown-toggle-split {
  order: 1;
  -webkit-margin-start: -0.25rem;
  margin-inline-start: -0.25rem;
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }
  .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-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .container-header .container-nav .container-search,
  .container-header .container-nav nav {
    margin-top: 1em;
  }
  joomla-tab[view="accordion"] .col-md-3,
  joomla-tab[view="accordion"] .col-md-9 {
    padding: 0.5rem 1rem !important;
  }
  #myTab {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  joomla-tab[view="accordion"] ul li {
    width: 100%;
  }
  .subhead .btn,
  .subhead .btn-group,
  .subhead joomla-toolbar-button {
    width: 100%;
    margin-left: 0;
    text-align: left;
  }
  .subhead .btn-toolbar > .btn-group,
  .subhead .btn-toolbar > joomla-toolbar-button {
    margin-left: 0;
  }
  .subhead .btn.btn-action:after {
    text-align: center;
    -webkit-margin-start: auto;
    margin-inline-start: auto;
  }
  .subhead .dropdown-toggle-split {
    width: auto;
  }
}
@supports (-ms-ime-align: auto) {
  [dir="rtl"] .subhead {
    position: relative;
  }
}
.left.item-image {
  float: left;
}
.lt-text1,
.right.item-image {
  float: right;
}
.tag {
  display: inline-block;
  padding: 0.5rem 0;
}
body {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
body.wrapper-fluid .site-grid {
  grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(
      4,
      minmax(0, 25%)
    ) [main-end] minmax(0, 1fr) [full-end];
  grid-gap: 0 2em;
}
body.wrapper-fluid .grid-child {
  max-width: none;
}
body.wrapper-fluid footer > .grid-child,
body.wrapper-fluid header > .grid-child {
  padding-right: 2em;
  padding-left: 2em;
}
body:not(.has-sidebar-left) .site-grid .container-component {
  grid-column-start: main-start;
}
body:not(.has-sidebar-right) .site-grid .container-component {
  grid-column-end: main-end;
}
.site-grid {
  margin-bottom: auto;
}
@supports (display: grid) {
  [class*=" span-"],
  [class^="span-"] {
    grid-column-end: auto;
    grid-row-end: auto;
  }
  @media (min-width: 768px) {
    [class*=" span-col"],
    [class^="span-col"] {
      grid-column-end: span 2;
    }
  }
  [class*=" container-"] [class*=" span-"],
  [class*=" container-"] [class^="span-"],
  [class^="container-"] [class*=" span-"],
  [class^="container-"] [class^="span-"] {
    flex: 0 1 auto;
    max-width: none;
  }
  .blog-items {
    display: grid;
    margin: 0 0 1em;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  .blog-items .blog-item {
    padding: 0;
  }
  .blog-items[class*=" columns-"] > div,
  .blog-items[class^="columns-"] > div {
    flex: 0 1 auto;
    width: auto;
    max-width: none;
  }
  .site-grid {
    display: grid;
    grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". comp comp comp comp ." ". side-r side-r side-r side-r ." ". side-l side-l side-l side-l ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
    grid-template-columns: [full-start] minmax(0, 1fr) [main-start] repeat(
        4,
        minmax(0, 19.875rem)
      ) [main-end] minmax(0, 1fr) [full-end];
    grid-gap: 0 1em;
  }
  .site-grid > [class*=" container-"],
  .site-grid > [class^="container-"] {
    width: 100%;
    max-width: none;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
  }
  .site-grid > .full-width {
    grid-column: full-start/full-end;
  }
  @media (min-width: 992px) {
    .span-col-2 {
      grid-column-end: span 2;
    }
    .span-col-3 {
      grid-column-end: span 3;
    }
    .span-col-4 {
      grid-column-end: span 4;
    }
    .span-row-2 {
      grid-row-end: span 2;
    }
    .span-row-3 {
      grid-row-end: span 3;
    }
    .span-row-4 {
      grid-row-end: span 4;
    }
    .blog-items.columns-2 {
      grid-template-columns: 1fr 1fr;
    }
    .blog-items.columns-3 {
      grid-template-columns: 1fr 1fr 1fr;
    }
    .blog-items.columns-4 {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
    .site-grid {
      grid-template-areas: ". banner banner banner banner ." ". top-a top-a top-a top-a ." ". top-b top-b top-b top-b ." ". side-l comp comp side-r ." ". bot-a bot-a bot-a bot-a ." ". bot-b bot-b bot-b bot-b .";
    }
  }
}
.container-top-a {
  grid-area: top-a;
}
.container-top-b {
  grid-area: top-b;
}
.container-component {
  grid-area: comp;
}
.container-sidebar-left {
  grid-area: side-l;
}
.container-sidebar-right {
  grid-area: side-r;
}
.container-main-top {
  grid-area: main-t;
}
.container-main-bottom {
  grid-area: main-b;
}
.container-breadcrumbs {
  grid-area: bread;
}
.container-bottom-a {
  grid-area: bot-a;
}
.container-bottom-b {
  grid-area: bot-b;
}
.mod-finder__search.input-group {
  flex-wrap: nowrap;
}
.mod-finder__search.input-group .awesomplete input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.inhanch-rt-flx,
.mod-finder__search.input-group button,
.topbar-inner {
  display: flex;
  align-items: center;
}
.mod-finder__search.input-group button .icon-search {
  -webkit-margin-end: 0.2em;
  margin-inline-end: 0.2em;
}
.awesomplete > ul {
  z-index: 1000 !important;
}
.btn.group-move {
  cursor: move;
}
.btn-secondary {
  color: #353b41;
  background-color: #fff;
  border-color: #ced4da;
}
.btn-secondary:focus,
.btn-secondary:hover {
  color: #353b41;
  background-color: #f9fafb;
}
.article-info .association .btn-secondary,
.cat-list-association .btn-secondary {
  font-weight: 700;
  color: #fff;
  background-color: #6d757e;
  border-color: #ced4da;
}
.article-info .association .btn-secondary:focus,
.article-info .association .btn-secondary:hover,
.cat-list-association .btn-secondary:focus,
.cat-list-association .btn-secondary:hover {
  color: #fff;
  background-color: #353b41;
}
.article-info .association .btn-group-sm > .btn,
.article-info .association .btn-sm,
.cat-list-association .btn-group-sm > .btn,
.cat-list-association .btn-sm {
  padding: 0 0.25rem;
  font-size: 0.8rem;
  border-radius: 0.2rem;
}
.custom-select,
.form-select {
  max-width: 100%;
  cursor: pointer;
  background: url(../images/select-bg.svg) 100%/116rem no-repeat #eaedf0;
  border: 1px solid #ced4da;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.custom-select:focus,
.form-select:focus {
  border-color: #000;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
[dir="rtl"] .custom-select,
[dir="rtl"] .form-select {
  padding: 0.6rem 1rem 0.6rem 4rem;
  background: url(../images/select-bg-rtl.svg) 0/116rem no-repeat #eaedf0;
}
.form-select[multiple],
[multiple].custom-select {
  padding: 0;
  background-color: #fff;
}
.form-select[multiple] option,
[multiple].custom-select option {
  padding: 0.3rem 1rem;
  background-color: #fff;
}
.form-select[multiple] option:checked,
[multiple].custom-select option:checked {
  color: #fff;
  background-color: var(--cassiopeia-color-primary) !important;
}
.custom-select-success.custom-select,
.form-select-success.custom-select,
.form-select.custom-select-success,
.form-select.form-select-success {
  color: #448344;
  background-color: #448344;
}
.custom-select-danger.custom-select option,
.custom-select-success.custom-select option,
.form-select-danger.custom-select option,
.form-select-success.custom-select option,
.form-select.custom-select-danger option,
.form-select.custom-select-success option,
.form-select.form-select-danger option,
.form-select.form-select-success option {
  color: #22262a;
  background-color: #fff;
}
.custom-select-danger.custom-select,
.form-select-danger.custom-select,
.form-select.custom-select-danger,
.form-select.form-select-danger {
  color: #a51f18;
  background-color: #a51f18;
}
.custom-select optgroup,
.custom-select option,
.form-select optgroup,
.form-select option {
  color: var(--dark);
  background-color: #fff;
}
.accordion .card-header {
  display: block;
  font-size: 1.25rem;
  font-weight: var(--cassiopeia-font-weight-headings, 700);
  line-height: 1.2;
}
.dropdown-menu {
  padding: 0.2rem 0;
  margin-top: 0.5rem;
  background-color: #fff;
  border-color: #dfe3e7;
}
.dropdown-menu-end:after {
  right: 0.9rem;
  left: auto;
}
.field-media-wrapper {
  display: block;
  width: 100%;
  max-width: calc(50vw - 5rem);
}
.field-media-wrapper .field-media-preview {
  width: 100%;
  max-width: none;
}
.list-unstyled .list-unstyled {
  padding-left: 20px;
}
.jviewport-height10 {
  height: 10vh;
}
.jviewport-height20 {
  height: 20vh;
}
.jviewport-height30 {
  height: 30vh;
}
.jviewport-height40 {
  height: 40vh;
}
.jviewport-height50 {
  height: 50vh;
}
.jviewport-height60 {
  height: 60vh;
}
.jviewport-height70 {
  height: 70vh;
}
.jviewport-height80 {
  height: 80vh;
}
.jviewport-height90 {
  height: 90vh;
}
.jviewport-height100 {
  height: 100vh;
}
[class*="jviewport-height"] iframe {
  height: 100%;
}
.modal-dialog.jviewport-width10 {
  width: 10vw;
  max-width: none;
}
.modal-dialog.jviewport-width20 {
  width: 20vw;
  max-width: none;
}
.modal-dialog.jviewport-width30 {
  width: 30vw;
  max-width: none;
}
.modal-dialog.jviewport-width40 {
  width: 40vw;
  max-width: none;
}
.modal-dialog.jviewport-width50 {
  width: 50vw;
  max-width: none;
}
.modal-dialog.jviewport-width60 {
  width: 60vw;
  max-width: none;
}
.modal-dialog.jviewport-width70 {
  width: 70vw;
  max-width: none;
}
.modal-dialog.jviewport-width80 {
  width: 80vw;
  max-width: none;
}
.modal-dialog.jviewport-width90 {
  width: 90vw;
  max-width: none;
}
.modal-dialog.jviewport-width100 {
  width: 100vw;
  max-width: none;
}
.nav.nav-tabs {
  padding: 0;
  margin: 0;
  background-color: #f5f5f5;
  border: 1px solid #dfe3e7;
  border-bottom: 0;
  border-radius: 0.25rem 0.25rem 0 0;
  box-shadow: inset 0 1px #fff, 0 2px 3px -3px rgba(0, 0, 0, 0.15),
    inset 0 -4px 0 rgba(0, 0, 0, 0.05), 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.nav.nav-tabs .nav-item {
  margin-bottom: 0;
  margin-left: 0;
}
.nav.nav-tabs .nav-item:first-of-type .nav-link.active {
  border-radius: 0.25rem 0 0;
  box-shadow: -1px 0 1px -1px rgba(0, 0, 0, 0.06),
    inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}
.nav.nav-tabs .nav-item:last-of-type .nav-link.active,
.nav.nav-tabs .nav-link.active {
  box-shadow: inset 2px 0 1px -1px rgba(0, 0, 0, 0.08),
    inset -2px 0 1px -1px rgba(0, 0, 0, 0.08), inset 0 1px 0 rgba(0, 0, 0, 0.02);
}
.nav.nav-tabs .nav-item:last-of-type .nav-link {
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05), 1px 0 0 rgba(0, 0, 0, 0.05);
}
.nav.nav-tabs .nav-link {
  position: relative;
  padding: 0.75em 1em;
  color: var(--cassiopeia-color-primary);
  border: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: -1px 0 0 rgba(0, 0, 0, 0.05);
}
.nav.nav-tabs .nav-link.active {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.05));
  border-right: 0;
  border-left: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav.nav-tabs .nav-link.active:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 5px;
  content: "";
  background-color: #010156;
  opacity: 0.8;
}
.nav-tabs + .tab-content {
  padding: 15px;
  background: #fff;
  border: 1px solid #dfe3e7;
  border-radius: 0 0 0.25rem 0.25rem;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.table th {
  font-weight: 500;
}
.table thead th {
  white-space: nowrap;
  border-bottom-width: 1px;
}
.chosen-container.chosen-container-single {
  max-width: 100%;
  font-size: 1rem;
}
.chosen-container.chosen-container-single .chosen-single {
  display: inline-block;
  height: calc(1.5em + 1.2rem + 2px);
  padding: 0.81rem 4rem 0.81rem 1rem;
  line-height: 1.5;
  color: #22262a;
  vertical-align: middle;
  background: url(../images/select-bg.svg) right 1rem center/116rem no-repeat
    #eaedf0;
  border: 1px solid #ced4da;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-single .chosen-single abbr {
  top: 10px;
}
.chosen-container.chosen-container-single .chosen-single:focus {
  border-color: #8894aa;
  outline: 0;
}
.chosen-container.chosen-container-single .chosen-single:disabled {
  cursor: not-allowed;
  background-color: #eaedf0;
}
.chosen-container.chosen-container-single .chosen-single div b {
  background: 0 0 !important;
}
.chosen-container.chosen-container-single .chosen-drop {
  background: #fff;
  border: 1px solid #ced4da;
}
.chosen-container.chosen-container-single .chosen-results li {
  line-height: 1.3rem;
}
.chosen-container.chosen-container-multi .chosen-choices {
  max-width: 100%;
  min-height: calc(1.5em + 1.2rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
  background-image: #fff;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-choice {
  padding: 5px 33px 5px 10px;
  color: #fff;
  background: var(--primary);
  border: 0;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.chosen-container.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  top: 0;
  right: 0;
  width: 20px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  background-image: none !important;
}
.chosen-container.chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close:before {
  position: absolute;
  top: 6px;
  right: 5px;
  font-size: 1rem;
  color: #fff;
  content: "×";
}
.gu-mirror {
  position: fixed !important;
  z-index: 9999 !important;
  margin: 0 !important;
  background-color: #91ee91;
  opacity: 0.8;
}
.gu-mirror.table {
  display: table;
}
.gu-mirror.table td {
  display: table-cell;
}
.metismenu.menu-horizontal {
  flex: 1 0 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
@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;
  }
  .container-header .mod-menu,
  .metismenu.menu-horizontal {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
  }
  .container-header .mod-menu > li + li {
    margin-left: 1.55em;
  }
  .container-header .metismenu > li > a:after,
  .container-header .metismenu > li > button:before,
  .container-header .mod-menu > li:after {
    position: absolute;
    right: 50%;
    bottom: 0;
    left: 50%;
    display: block;
    height: 2px;
    margin: auto;
    content: "";
    background: 0 0;
    opacity: 0.2;
    transition: 0.2s, background-color 0.2s;
  }
  .container-header .metismenu > li.level-1.active > a,
  .container-header .metismenu > li.level-1.active > button,
  .container-header .metismenu > li.level-1 > a:hover,
  .container-header .metismenu > li.level-1 > button:hover {
    text-decoration: none;
  }
  .blog-items.columns-2 > div {
    width: 50%;
  }
  .blog-items.columns-3 > div {
    width: 33.33333%;
  }
  .blog-items.columns-4 > div {
    width: 25%;
  }
  .image-left .blog-item,
  .image-right .blog-item {
    flex-direction: row;
  }
  .blog-items.masonry-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
  .blog-items.masonry-3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .blog-items.masonry-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
  .awesomplete > input {
    max-width: none;
  }
}
.metismenu.mod-menu {
  margin: 0;
}
.metismenu.mod-menu .metismenu-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0.5em 1em;
  font-size: 1.1rem;
  line-height: 1.5;
}
.metismenu.mod-menu .metismenu-item > ul {
  position: absolute;
  top: 100%;
  z-index: 1001;
  display: block;
  padding: 0;
  list-style: none;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}
.metismenu.mod-menu .metismenu-item > a,
.metismenu.mod-menu .metismenu-item > button,
.metismenu.mod-menu .metismenu-item > span {
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.metismenu.mod-menu .metismenu-item > a:focus,
.metismenu.mod-menu .metismenu-item > button:focus {
  outline: #ced4da dotted 1px;
  outline-offset: 2px;
}
.metismenu.mod-menu .metismenu-item:after {
  content: none;
}
.metismenu.mod-menu .metismenu-item:not(.level-1) > ul,
.metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-right: -1em;
}
[dir="rtl"] .metismenu.mod-menu .metismenu-item:not(.level-1) > ul,
[dir="rtl"] .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
  margin-right: 0;
  margin-left: -1em;
}
.metismenu.mod-menu .metismenu-item.divider:not(.parent) {
  width: 1px;
  padding: 0;
  margin: 0.25em;
  overflow: hidden;
  border-right: 1px solid #ced4da;
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }
  .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-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .container-bottom-a,
  .container-bottom-b,
  .container-top-a,
  .container-top-b,
  .footer .grid-child {
    flex-direction: column;
  }
  .footer .grid-child .mod-footer {
    margin: 0.375rem 0;
  }
  .form-inline .custom-select,
  .form-inline .form-select {
    width: 100%;
  }
  .container-header {
    position: relative !important;
  }
  .container-header .mod-menu > li.active > a,
  .container-header .mod-menu > li.active > span,
  .container-header .mod-menu > li > a:hover {
    text-decoration: underline;
  }
  .container-bottom-a > *,
  .container-bottom-b > *,
  .container-top-a > *,
  .container-top-b > * {
    flex: 0 1 auto;
  }
  .btn {
    margin-bottom: 0.25rem;
  }
  .input-group .btn {
    margin-bottom: 0;
  }
  .field-media-wrapper {
    min-width: 100%;
  }
  .metismenu.mod-menu .metismenu-item.divider:not(.parent) {
    width: auto;
    height: 1px;
    border-bottom: 1px solid #ced4da;
  }
}
.metismenu.mod-menu .mm-collapsing {
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: color, background-color, height, visibility;
}
.metismenu.mod-menu .mm-collapse {
  position: absolute;
  background-color: #fff;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
}
.metismenu.mod-menu .mm-collapse > li.parent .mm-toggler,
.metismenu.mod-menu .mm-collapse > li > a {
  display: inline-flex;
}
.metismenu.mod-menu .mm-collapse > li.divider:not(.parent),
.sidebar-left .metismenu .metismenu-item.divider:not(.parent),
.sidebar-right .metismenu .metismenu-item.divider:not(.parent) {
  width: auto;
  height: 1px;
  border-bottom: 1px solid #ced4da;
}
.metismenu.mod-menu .mm-collapse > li.parent > ul {
  position: relative;
  top: 0;
  flex-basis: calc(100% + 1em);
  margin-top: 0.5em;
  margin-bottom: -0.5em;
  background-color: rgba(0, 0, 0, 0.03);
  box-shadow: none;
}
.metismenu.mod-menu .mm-toggler {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0;
  color: currentColor;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: 0 0;
  border: none;
  box-shadow: none;
}
.metismenu.mod-menu .mm-toggler:after {
  width: 0;
  height: 0;
  margin: 0 0 0 0.5em;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
  transition: 0.3s ease-out;
}
[dir="rtl"] .metismenu.mod-menu .mm-toggler:after {
  margin: 0 0.5em 0 0;
}
.metismenu.mod-menu .mm-toggler[aria-expanded="true"]:after,
.mm-active > .metismenu.mod-menu .mm-toggler:after {
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.sidebar-left .metismenu .mm-collapse,
.sidebar-right .metismenu .mm-collapse {
  position: relative;
  background-color: rgba(0, 0, 0, 0.03);
}
.sidebar-left .metismenu li.parent > ul,
.sidebar-right .metismenu li.parent > ul {
  position: relative;
  top: 0;
  box-shadow: none;
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    /* -webkit-overflow-scrolling: touch; */
  }
  .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-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .sidebar-left .metismenu li.parent > ul,
  .sidebar-right .metismenu li.parent > ul {
    width: 100%;
  }
}
.sidebar-left .metismenu .metismenu-item > a,
.sidebar-left .metismenu .metismenu-item > span,
.sidebar-right .metismenu .metismenu-item > a,
.sidebar-right .metismenu .metismenu-item > span {
  white-space: inherit;
}
.minicolors-theme-bootstrap .minicolors-input {
  width: 120px;
}
.minicolors-theme-bootstrap .rgb {
  width: 175px;
}
.minicolors-theme-bootstrap .rgba {
  width: 220px;
}
.editor .toggle-editor {
  margin-top: 1rem;
}
.editor .mce-tinymce {
  border: 1px solid #dfe3e7;
  border-radius: 0.25rem;
}
.editor .mce-btn,
.editor .mce-panel {
  background: #f9fafb;
}
.chzn-container-multi {
  width: 100% !important;
  max-width: 240px;
}
.slor-bl-bg {
  background-image: url(../../../../../images/hbn-bg.jpg);
  color: #fff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.flx-cl.cl-lt,
span.pfdm.hst-nm {
  padding-right: 30px;
}
.im-msk.msk-one {
  position: absolute;
  right: -65px;
  z-index: -1;
  top: -51px;
}
.lt-txt-wt {
  max-width: 522px;
}
h3.sub-title.hmbn-title {
  background-color: rgba(255, 255, 255, 0.1);
  width: max-content;
  padding: 10px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.coupan-sec,
.mrt50,
.mt50,
p.btn-solr {
  margin-top: 50px;
}
.view-btn i {
  content: "\f178";
  background-color: #fff;
}
a.view-btn img.ar-rt,
span.rs-fr img.ar-rt {
  border-radius: 50px;
  padding: 6px;
  border: 2px solid #fff;
  margin-left: 6px;
  background-color: #fff;
}
span.rs-fr img.ar-rt {
  position: absolute;
  left: 111px;
  top: 13px;
}
a.view-btn {
  color: #fff;
  background-color: #f0b503;
  border: 2px solid #f0b503;
  border-radius: 2px;
  padding: 20px;
}
a.view-btn:hover {
  color: #f0b503;
  background-color: #f0b503;
  border: none;
}
.eq-col-box.text-center:hover,
img.tsms-bg.tsms-bg-bl,
p.box-nbr {
  background-color: #029aff;
}
a.view-btn:hover img.ar-rt {
  border: 2px solid #f0b503;
}
img.im-lt-slr {
  position: absolute;
  left: -60px;
  top: -30px;
  z-index: -1;
}
.rt-txt-pd-lt {
  padding-left: 55px;
}
.shr-section {
  background-color: #f2f8ff;
}
.flx-wrap {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
.eq-col-box.text-center {
  background-color: #fff;
  padding: 32px 24px;
  border-radius: 2px;
  flex: 1;
}
.eq-col-box.st-bx:hover img.tsms-bg.tsms-bg-bl.hov-im,
.eq-col-box.text-center:hover img.tsms-bg.tsms-bg-bl.hov-im {
  background-color: #fff;
  display: initial;
}
img.tsms-bg.tsms-bg-bl.def-im {
  display: initial;
}
img.tsms-bg {
  padding: 16px 0;
  border-radius: 30px;
  height: 53px;
  width: 53px;
}
.shr-max-wth {
  max-width: 580px;
  margin: auto;
}
.shr-shd-box-pd.cnt-rt {
  padding: 20px;
  margin-bottom: 20px;
}
.cnt-im {
  flex: 0 60px;
}
.cnt-flx,
.flx-rw.cl-eql,
.tp-btry tr td p {
  display: flex;
  align-items: flex-start;
}
.flx-cl.cont-blk {
  flex: 0 70%;
}
.flx-wrap.st-flx,
.wks-r {
  flex-wrap: wrap;
}
.eq-col-box {
  flex: 1 31.3333%;
  width: 31.33333%;
}
p.box-nbr {
  padding: 10px 0;
  border-radius: 30px;
  height: 48px;
  width: 48px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
}
.formControls.controls input,
.formControls.controls textarea {
  padding: 15px 10px;
  width: 100%;
}
.col-inner.wks-txt,
.flx-child.ng-bg .st-text {
  padding: 20px;
}
.boxi p:first-child,
.eq-col-box.st-bx:hover,
.eq-col-box.st-bx:hover h3,
.eq-col-box.st-bx:hover h4,
.eq-col-box.st-bx:hover h5,
.eq-col-box.st-bx:hover p,
.eq-col-box.wks-cl:hover,
.eq-col-box.wks-cl:hover h4.ser-title,
.eq-col-box.wks-cl:hover p {
  background-color: #029aff;
  color: #fff;
}
.wrks .flx-wrap {
  margin-bottom: 80px;
}
h2.shr-title.ft32 {
  font-size: 32px;
  line-height: 44px;
}
.victor-zip-bg {
  background: url(../../../../../images/svg/victor-zip-bg.svg) top/cover
    no-repeat #001344;
}
.victor-zip {
  max-width: 510px;
}
.bg-bl {
  color: #fff;
  background-color: #029aff;
}
.st-blk.bg-bl p {
  margin-bottom: 0;
  color: #fff;
}
.st-blk.bg-bl {
  width: 77px;
  padding: 8px 14px;
}
.eq-col-box.st-bx {
  flex: 1 48%;
  width: 48%;
  background-color: #fff;
  padding: 20px 16px;
  border-radius: 2px;
}
.eq-col-box.st-bx h3.ser-title,
.eq-col-box.st-bx h4.ser-title,
.eq-col-box.st-bx h5.ser-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.eq-col-box.st-bx:hover .st-blk.bg-bl,
.eq-col-box.st-bx:hover .st-blk.bg-bl p {
  background-color: #fff;
  color: #029aff;
}
.victor-zip-bg.bg-bl-vct {
  background: url(../../../../../images/svg/victor-zip-bg.svg) top/cover
    no-repeat #029aff;
}
.cnt-zip {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.cnt-zip input {
  padding: 15px 10px;
  outline: transparent;
  height: 53px;
  width: 200px;
  border: none;
  border-radius: 0;
}
.cnt-zip fieldset#rsform_1_page_0 button {
  width: 170px !important;
}
.cnt-zip span.rs-fr img.ar-rt {
  position: absolute;
  right: 10px !important;
  top: 15px;
  left: auto;
}
div#sign-zip .cnt-zip span.rs-fr img.ar-rt {
  position: absolute;
  right: auto;
  top: 15px;
}
div#sign-zip .cnt-zip {
  display: flex;
  justify-content: flex-start;
  margin-top: 35px;
}
.ftr-bottom-line {
  border-top: 2px solid;
  padding: 15px 0 25px;
}
.btn-primary,
button[type="submit"] {
  padding: 20px 60px 20px 20px;
  background-image: none;
}
ul.bnr-social {
  margin: 0;
  display: flex;
}
ul.ftr-social.bnr-social li {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #fff;
}
ul.bnr-social li {
  list-style: none;
  background-color: #f0b503;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 30px;
}
ul.ftr-social.bnr-social li:hover {
  background-color: #f0b503;
  border-color: #f0b503;
  cursor: pointer;
}
ul.bnr-social li:nth-child(2) {
  margin: 0 10px;
}
ul.blt-list li:before,
ul.blt-list.list2.list3 li:before {
  margin-right: 15px;
  background-image: url(../../../images/svg/blt-ar.svg);
  content: "";
}
.formControls.controls input {
  height: 45px;
}
.flx-rw.aisf.cont-r {
  gap: 45px;
}
.btn-primary {
  border-radius: 2px;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:hover {
  color: #fff;
  background-color: #f0b503;
  border: 2px solid #f0b503;
  box-shadow: none;
}
fieldset#rsform_1_page_0 .formControls.controls input,
fieldset#rsform_1_page_0 .formControls.controls input:focus-visible,
fieldset#rsform_6_page_0 .formControls.controls input,
fieldset#rsform_6_page_0 .formControls.controls input:focus-visible {
  outline: transparent;
  border: 0;
}
fieldset#rsform_1_page_0 .formControls.controls input,
fieldset#rsform_6_page_0 .formControls.controls input {
  height: 56px;
}
fieldset#rsform_1_page_0 button,
fieldset#rsform_6_page_0 button {
  width: 270px !important;
}
.rsform-block.rsform-block-enter-your-zip-code {
  display: flex;
  justify-content: center;
  width: 100%;
}
fieldset#rsform_1_page_0 span.rs-fr img.ar-rt,
fieldset#rsform_6_page_0 span.rs-fr img.ar-rt {
  position: absolute;
  right: 25px !important;
  top: 15px;
  left: auto;
}
button[type="submit"] {
  color: #fff;
  background-color: #f0b503;
  border: 2px solid #f0b503;
  line-height: 10px;
}
.topBookAppointment img,
i.fa.fa-phone {
  background-color: #029aff;
  width: 40px;
  height: 40px;
}
div#sign-zip .rsform-block.rsform-block-enter-your-zip-code {
  display: flex;
  justify-content: flex-start;
  margin-top: 15px;
}
fieldset#rsform_6_page_0 .formBody {
  float: none;
}
.formControls.controls:focus-visible {
  outline: 0 !important;
  outline: -webkit-focus-ring-color auto 0 !important;
}
.pdt100 {
  padding-top: 100px !important;
}
.bdr-rd12 {
  border-radius: 12px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Nunito Sans, sans-serif;
  color: #001344;
}
.content-body,
.search,
.site-width {
  max-width: 1440px;
  padding-left: 135px;
  padding-right: 135px;
  margin: auto;
  box-sizing: border-box;
}
.topBookAppointment img {
  padding: 12px 6px;
  border-radius: 30px;
  margin-left: 40px;
  margin-right: 2px;
}
.headerInner {
  /* position: relative; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bg-trans,
.stickyHeader,
.table-con table td {
  background: #fff;
}
.coupan-blk.avt-pr,
.qabgbox,
ul.blt-list.list2.list3 li:before {
  background-repeat: no-repeat;
  background-size: cover;
}
/* header.sticky .main-menu-wrap li a.menu-top-level_a {
  color: #040707 !important;
} */
/* header.sticky {
  box-shadow: 0 0 15px -7px #394b57;
} */
header.header {
  position: sticky;
  z-index: 12;
  top: 0;
}
.desktopmmtxt {
  padding-top: 35px;
}
a.brand-logo img {
  width: 88px;
  padding: 16px 0;
}
p.baapp a {
  background-color: #053a5a;
  color: #fff;
  border-radius: 46px;
  padding: 15px 25px;
  font-size: 14px;
  border: 2px solid #053a5a;
  font-family: Roboto;
}
.topBookAppointment a {
  color: #f0b503;
  font-size: 17px;
  font-weight: 800;
  font-family: Nunito Sans, sans-serif;
}
i.fa.fa-phone {
  padding: 13px;
  color: #fff;
  font-size: 15px;
  position: absolute;
  border-radius: 30px;
  top: -7px;
  left: 35px;
}
.desktopmmtxt p {
  line-height: 24px;
}
p.baapp {
  margin: 30px 0 0;
}
span.pfdm {
  color: #fff;
  font-weight: 700;
}
span.tp-area {
  color: #bdbdbd;
  padding-left: 7px;
}
.topbar-left {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.topbar-right {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar-left,
.topbar-right {
  flex: 1 0 auto;
  width: 50%;
}
ul.topsLinks {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
}
ul.topsLinks li:not(ul.topsLinks li:last-child) {
  margin-right: 30px;
}
ul.topsLinks li a {
  color: #fff;
  font-size: 15px;
}
footer.footer.mywrapper.mb-center {
  background-color: #001344;
  background-image: unset;
}
.ftr-flx {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 60px 0;
  justify-content: space-between;
  align-items: flex-start;
}
.ft-abt.ft10 {
  flex: 0 10%;
}
footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu,
ul.ft-menu-lst.ft-cont {
  display: flex;
  flex-wrap: wrap;
}
.ft-menu ul#mainMenu li a:active,
.ft-menu ul#mainMenu li a:focus,
.ft-menu ul#mainMenu li a:hover,
div#mod-custom120 .main-menu-wrap li.menu-top-level.itemid.active a {
  color: #f0b503 !important;
}
.ftr-bottom {
  background-color: #00314f;
  text-align: center;
  padding: 10px 0;
}
.mbl-tbl tr,
div#mod-custom112 {
  display: flex;
  flex-direction: column;
}
.ft-txt,
.mt30 {
  margin-top: 30px;
}
h4.fw-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  font-weight: 500;
}
ul.ftr-link {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.ftr-link li {
  line-height: 2;
}
ul.ftr-link li a {
  color: #fbfbfb;
  text-decoration: none;
}
.footer .btn-ft a {
  color: #171b26;
  background-color: #fff;
  padding: 15px 10px;
  font-weight: 500;
  display: inline-block;
}
.ftc_inf.qucik-link.ft5 h4.fw-title,
.margin-top-btm,
.mb50,
.titilebox.avt_pr {
  margin-bottom: 50px;
}
.footer .btn-ft a:hover {
  background-color: #00314f;
  color: #fff;
}
.avt_ptb,
.pd50 {
  padding: 50px 0;
}
.flx-rw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.avt_pr {
  position: relative;
  z-index: 0;
}
.hbn-im,
.hbn-im-txt-box-one,
.hbn-im-txt-box-two,
.im-dot,
.rd-elpsbox.elpsbox1,
.rd-elpsbox.elpsbox2,
.rev-ic-outer,
img.ellips1,
span.rd-elps:before {
  position: absolute;
}
.flx-cl {
  flex: 1 50%;
}
h1.hmbanner-title {
  font-weight: 800;
  font-size: 49px;
  line-height: 59px;
  margin-bottom: 20px;
  color: #fff;
}
h3.sub-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin-bottom: 25px;
}
p.baapp a.btn {
  padding: 15px 35px;
  font-family: Inter;
  font-size: 16px;
  line-height: 20px;
}
.hbn-im-txt-box-flx {
  display: flex;
  border-radius: 25px;
  align-items: center;
  border: 10px solid #fff;
  background-color: #fff;
  padding-left: 45px;
}
.item-sdo {
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, 0.08);
}
.mb65 {
  margin-bottom: 65px;
}
.mt65 {
  margin-top: 65px;
}
.mt15,
.nt-title .inner-text.left-txt,
.nt-title .st-text {
  margin-top: 15px;
}
h1.shr-title.ft44,
h2.shr-title,
h3.shr-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 20px;
  color: #001344;
}
.shr-shd-box-pd,
.wrnty-img img {
  padding: 50px;
}
a.btn.btn2 {
  margin-left: 30px;
  background-color: transparent;
  color: #040707;
}
.view-btn i:hover,
a.btn.btn2:hover {
  background-color: #053a5a;
  color: #fff;
}
p.ft-r {
  font-family: Roboto;
  color: #3f3f3f;
}
.pdb65,
.pdbtmm {
  padding-bottom: 65px;
}
.pdt65 {
  padding-top: 65px;
}
.pdt30,
.weat-2 {
  padding-top: 30px;
}
.chrg-1,
.hc-3div,
.pdt20 {
  padding-top: 20px;
}
.pdt10 {
  padding-top: 10px;
}
.pdtb65 {
  padding: 65px 0;
}
.pd30 {
  padding: 30px;
}
.bgcl-gr {
  background-color: #fbfbfb;
}
.mx-width {
  max-width: 1080px;
  margin: auto;
}
.cl-im {
  margin-bottom: 100px;
}
.pdt0 {
  padding-top: 0;
}
.pdt90 {
  padding-top: 90px;
}
.cl-im.im-rt {
  text-align: right;
}
.flx-rw,
.qa-sec .flx-rw {
  gap: 15px;
}
.flx-rw.aisf,
.flx-rw.flx-start,
.flx-rw.nd-rf,
.mid-sec .flx-rw {
  align-items: flex-start;
}
.flx-rw.gap30,
.flx-rw.gp30 {
  gap: 30px;
}
.ft-cl-blk {
  color: #111;
}
.clr1344,
.itemid-189 .table-con table td b,
.itemid-189 .table-con table td p,
.rt-txt-pd-lt b,
.tstimonialItemInner p.tmnlMainTxt,
b.clrclr {
  color: #001344;
}
.hbn-im-txt-box-one .hbn-im-txt-box-flx {
  width: 160px;
}
.hbn-im-txt-box-two .hbn-im-txt-box-flx {
  width: 140px;
}
.hbn-im img {
  width: 55px;
}
.hbn-txt {
  font-size: 10px;
  line-height: 15px;
}
.hbn-im-txt-box-one {
  top: 35%;
  left: 15%;
}
.hbn-im-txt-box-two {
  top: 55%;
  left: 66%;
}
img.hbn-dot1 {
  top: 65%;
  right: 65%;
}
.hbn-im {
  left: -3px;
  top: 2px;
}
.im-dot {
  opacity: 0.7;
  z-index: -1;
}
img.hbn-dot2 {
  top: 6%;
  right: 21%;
}
.boc-bdr {
  border: 1px solid #ececec;
}
.qa-box .qa-item,
.ser-sec .owl-carousel .item {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #ececec;
  border-radius: 18px;
  box-shadow: 0 -8px 1px -1px #f7a809;
  padding: 15px;
  background-color: #fff;
}
.qablsec .qa-item {
  box-shadow: 0 -8px 1px -1px #053a5a;
}
h4.qa-box-title,
h4.ser-title {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #001344;
}
.owl-carousel .owl-item img {
  border-radius: 10px;
}
.cnt-txt a,
.inner-bnn .cl-w p,
.light-txt,
.p2cl,
p,
p.cnt-txt-dt a {
  color: #565f76;
}
.ser-sec {
  margin-top: -240px;
}
.oolt-1,
.owl-item {
  padding-top: 15px;
}
p.baapp a.btn.btn-lg {
  padding: 12px 50px;
}
.ser-sec p.baapp a.btn.btn-lg {
  padding: 12px 50px;
  margin-bottom: 20px;
}
.owl-nav {
  margin-top: 30px;
  text-align: center;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  background-color: #053a5a;
  color: #fff;
  margin: 15px;
  padding: 7px 20px 10px;
  border-radius: 50px;
  font-size: 25px;
  border: 1px solid #053a5a;
}
.owl-carousel .owl-nav button.owl-next span:hover,
.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: transparent;
  color: #053a5a;
}
.view-btn i {
  content: "\f178";
  font-family: FontAwesome;
  border-radius: 50px;
  padding: 10px;
  border: 2px solid #053a5a;
  color: #053a5a;
  margin-right: 10px;
}
ul.rev-star,
ul.ser-list-btn {
  padding-left: 0;
  display: flex;
  list-style: none;
}
p.view-btn {
  margin-top: 40px;
  color: #053a5a;
}
p.small-tiltle,
ul.ser-list-btn a {
  color: #2d3340;
  font-weight: 500;
}
img.ellips1 {
  top: -35px;
  left: -35px;
}
ul.ser-list-btn {
  margin-bottom: 0;
  width: 100%;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
ul.ser-list-btn li {
  margin: 10px 0;
  text-align: center;
  height: 90px;
}
ul.ser-list-btn a {
  padding: 18px 17px;
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid #e1e1e1;
  margin: 10px;
  border-radius: 12px;
  font-size: 24px;
  line-height: 32px;
  display: inline-block;
}
ul.ser-list-btn a:hover {
  background-color: #053a5a;
  border: 1px solid #053a5a;
  color: #fff;
}
.coupan-blk.avt-pr {
  background-image: url(../../../images/coupan-bg.jpg);
  padding: 80px 30px 20px;
  height: 300px;
  border-radius: 8px;
}
.coupan-sec .owl-item {
  padding-top: 62px;
}
.coupan-box-outer {
  max-width: 210px;
  margin-top: -137px !important;
  margin: auto;
  border-radius: 0 0 10px 10px;
  border: 15px solid #fff;
  border-top: 0;
  background-color: #fff;
}
.coupan-box.txt-w {
  color: #fff;
  background-color: #053a5a;
  padding: 15px;
  border-radius: 10px;
  border: 2px solid #053a5a;
}
.coupan-box-outer a:hover .coupan-box.txt-w {
  color: #053a5a;
  background-color: transparent;
}
.coupan-box h2.shr-title,
.coupan-box h4.ser-title {
  margin-top: 0;
  margin-bottom: 0;
}
p.cpn-txt2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  padding-top: 80px;
}
.sitk-sec {
  background-color: #053a5a;
  padding: 50px 20px;
  color: #fff;
  margin-top: 50px;
  border-radius: 18px;
}
span.rd-elps:before {
  content: "";
  background-size: 100%;
  background-repeat: no-repeat;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 50px;
}
span.elps1:before {
  height: 86px;
  width: 86px;
  top: 40px;
  left: 0;
}
span.elps2:before {
  height: 34px;
  width: 34px;
  top: 190px;
  left: 20px;
}
span.elps3:before {
  height: 18px;
  width: 18px;
  top: 125px;
  left: 120px;
}
span.elps4:before {
  height: 5px;
  width: 5px;
  top: 45px;
  left: 140px;
}
.rd-elpsbox.elpsbox1 {
  top: 2%;
  left: 13%;
}
.rd-elpsbox.elpsbox2 {
  top: 32%;
  right: 26%;
}
.sign-up-r {
  display: flex;
  max-width: 80%;
  margin: auto;
  text-align: left;
}
.boxi p,
.flx-rw.thr-phn .flx-cl,
.headerLogo,
.page-header,
div#mod-custom122 .flx-cl.avt_pr.cl-rgt,
p.italic,
ul.socil-Links {
  text-align: center;
}
.sign-up-cl {
  flex: 1;
}
p.baapp a.btn.btn-lg.cl-yl {
  background-color: #f7a809;
  color: #000;
  border: 2px solid #f7a809;
}
p.baapp a.btn.btn-lg.cl-yl:hover {
  background-color: #fff;
  color: #053a5a;
  border: 2px solid #fff;
}
ul.socil-Links {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px !important;
  margin-bottom: 35px;
}
ul.socil-Links a i {
  padding: 16px 18px;
  margin: 0 10px;
  background-color: #1a4967;
  font-size: 23px;
  color: #fff;
  border-radius: 53px;
}
ul.socil-Links a i.fa.fa-facebook {
  padding: 16px 22px;
  font-size: 21px;
}
ul.socil-Links a i:hover {
  background-color: #fff;
  color: #1a4967;
}
.flx-cl.eonatalm {
  flex: 1 32%;
}
.rev-im-r {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.rev-sec .owl-carousel .owl-item .rev-im img {
  width: 60px;
}
.rev-indl-title-cl {
  margin-left: 20px;
}
.rev-im-cl.star-r,
.two-col,
p.dis-flex {
  display: flex;
}
.rev-blk.avt-pr {
  background-color: #fff;
  padding: 50px 20px 20px 30px;
  border-radius: 12px;
  margin: 60px 10px 10px;
  position: relative;
  min-height: 350px;
}
.rev-sec .owl-carousel .owl-item .rev-ic-outer img {
  background-color: #053a5a;
  padding: 15px 13px 16px;
  border-radius: 50px;
}
.rev-ic-outer {
  margin: auto;
  border-radius: 0 0 50px 50px;
  border: 18px solid #fbfbfb;
  border-top: 0;
  top: -30px;
  left: 37%;
}
.rev-im-cl.glg-im img {
  width: 40px !important;
}
.brd-r {
  border-radius: 8px;
}
.pdtb40 {
  padding: 40px 0;
}
.flx-rw.rw-rev.bg-elips-ble:before {
  content: "";
  position: absolute;
  right: -10.5%;
  top: 12px;
  width: 63%;
  height: 92%;
  background: url(../../..images/gt-bg.png) right/cover no-repeat;
  z-index: -2;
}
.cor-rd {
  border-radius: 4px;
}
.qa-grd,
.qabgbox {
  border-radius: 18px;
}
.bgcl-gr2 {
  background-color: #ededed;
}
span.lc-title {
  font-size: 20px;
  font-weight: 700;
  color: #001344;
}
.ftc_inf p,
.thrun p {
  font-size: 15px;
}
h3.sub-title2,
h4.title4 {
  font-size: 24px;
  font-weight: 600;
}
.deal_n p,
.ftc_inf p,
ul.service_ul li {
  padding-left: 35px;
  position: relative;
}
h4.title4 {
  line-height: 32px;
  margin-bottom: 15px;
  margin-top: 30px;
}
h3.sub-title2 {
  line-height: 24px;
}
p.loc:before {
  background-image: url(http://localhost/solarhomereviews/images/svg/time-bl.svg);
  height: 33px;
  width: 33px;
}
.ftc_inf p:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
p.ft-ph:before {
  background-image: url(http://localhost/solarhomereviews/images/svg/ph-bl.svg);
  height: 38px;
  width: 38px;
}
p.ft-mail:before {
  background-image: url(http://localhost/solarhomereviews/images/svg/mail-bl.svg);
  height: 27px;
  width: 33px;
}
.ftc_inf a {
  color: #394b57;
}
ul.sc-lnk {
  display: flex;
  list-style: none;
  padding-left: 0;
}
ul.sc-lnk li {
  margin: 10px 5px;
}
img.im-lt-ab {
  position: absolute;
  bottom: -89px;
  left: 205px;
}
.cl-im.im-rt img.im-lt-ab {
  position: absolute;
  bottom: -89px;
  right: 215px;
  left: auto;
}
ul.blt-list {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
}
ul.blt-list li {
  font-weight: 500;
  line-height: 39px;
  position: relative;
  color: #3d424d;
  padding-left: 30px;
}
ul.blt-list li:before {
  width: 16px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 11px;
}
.qabgbox {
  background-position: center;
  width: 100%;
  position: relative;
}
.qa-grd {
  background: linear-gradient(
    180deg,
    rgba(16, 20, 28, 0) 31.15%,
    rgba(16, 20, 28, 0.72) 64.17%,
    #10141c 100%
  );
  min-height: 665px;
  padding: 40px 30px 30px;
}
.qabgbox.qabgbox1 {
  background-image: url(../../../images/services/lhrs4-1.jpg);
}
.qabgbox.qabgbox2 {
  background-image: url(../../../images/services/lhrs4-2.jpg);
}
.qabgbox-txt {
  position: absolute;
  bottom: 15px;
  width: 90%;
  margin: auto;
}
.qabgbox.qabgbox2 .qabgbox-txt {
  bottom: 50px;
}
.attor_l button {
  color: #000;
  /* margin: 0 0 15px!important; */
  background-color: #fff;
  font-size: 20px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 8px 28px rgb(0 0 0 / 6%);
  padding: 20px;
  line-height: 24px;
  font-weight: 400;
  padding-right: 40px;
}
.area-lst ul,
.lt-pd-7,
footer .ftc_inf p,
ul.main-submenu {
  padding-left: 0;
}
.accordion.active:after {
  content: "\f106";
}
.accordion:after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  right: 16px;
  top: calc(50% - 6px);
  font-size: 1em;
  line-height: 1;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  position: absolute;
}
.accordion {
  cursor: pointer;
  width: 100%;
  text-align: left;
  outline: 0;
  transition: 0.4s;
  padding-right: 40px;
}
div#att {
  margin-bottom: 15px;
}
div#att .panel {
  padding: 20px;
  margin-bottom: 5px;
  display: none;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06) !important;
  border-radius: 0 0 6px 6px;
}
.panel p {
  padding-bottom: 0;
  margin-bottom: 0;
}
div.panel.show {
  opacity: 1;
  margin: 0;
  display: inline-block !important;
  padding: 15px;
  background-color: #fff;
}
.wrapper-static.view-entry .eb-entry-article h3.sub-title2.mrt10 {
    margin-top: 10px!important;
}
#eb h5 {
    margin-top: 30px !important;
    margin-bottom: 20px;
}
div.panel.show p {
    margin-bottom: 18px;
}
.attor_l button.accordion.active {
  margin: 0;
  box-shadow: 0 -8px 14px rgba(0, 0, 0, 0.06) !important;
  border-radius: 6px 6px 0 0;
  padding-bottom: 0;
}
.im-th-main-box.avt_pr {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0.25%,
    #e6e6e6 100%
  );
  padding-left: 65px;
  max-width: 540px;
}
img.im-th-lb {
  position: absolute;
  bottom: -33px;
  left: -10px;
}
img.im-th-tr {
  position: absolute;
  right: -21px;
  top: -43px;
}
.flx-rw.gp110 {
  gap: 110px;
}
.clip-title-bg {
  background: #053a5a;
  width: 100%;
  height: 124px;
  clip-path: polygon(100% 0%, 100% 100%, 0% 329%, 30% 0%);
  margin-top: 40px;
  padding: 32px 23rem 32px 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-end;
}
.expect-txt,
.flx-rw.qablsec {
  margin-top: 60px;
}
h2.shr-title.qa-title.cl-w {
  padding-left: 20%;
}
ul.blt-list.list2 li:before {
  background-image: url(../../../images/svg/blt-ar2.svg);
  width: 40px;
  height: 40px;
  top: 17%;
}
ul.blt-list.list2 li {
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #3d424d;
  padding-left: 40px;
  margin-bottom: 45px;
}
.lhrff-title {
  padding: 32px 40px;
  position: absolute;
  top: 15%;
  right: 7px;
  background-color: #fff;
}
.lhrff-sec ul.blt-list.list2 {
  padding-top: 180px;
}
.area-lst ul {
  list-style: none;
  display: inline-flex;
  margin-top: 30px;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.area-lst ul li.area-btn {
  border: 1px solid #e5e6e9;
  padding: 10px 20px;
  margin: 9px;
  border-radius: 30px;
}
.area-lst ul li.area-btn.active {
  background-color: #053a5a;
  color: #fff;
  border: 1px solid #053a5a;
}
.tab-content ul.blt-list {
  margin-bottom: 40px;
}
.blk-mx-wth {
  max-width: 970px;
  margin: auto;
}
.rt-txt {
  margin-top: 30px;
  margin-bottom: 30px;
}
.nbj-block {
  margin-top: 275px;
}
img.nbj-im {
  margin-top: -255px;
}
.blk-mx-wth.text-center h3.sub-title {
  max-width: 654px;
  margin-left: auto;
  margin-right: auto;
}
.blk-mx-wth.text-center p {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.rt-text1 {
  padding: 50px 135px 50px 30px;
  max-width: 60rem;
}
.lt-text1 {
  padding: 50px 30px 50px 135px;
  max-width: 60rem;
}
.bn-im-d {
  display: block;
  opacity: 0;
}
span.ben-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
.bnbs-left-1 {
  margin-left: -120px;
}
.bnbs-left-2 {
  margin-left: -90px;
}
.bnbs-left-list {
  margin-left: -70px !important;
}
.bnbs-left-4 {
  margin-left: 30px !important;
}
.bnbs-left-5 {
  margin-left: 60px !important;
}
ul.blt-list.list2.list3 li:before {
  width: 19px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 10px;
}
.ft-menu
  ul.main-menu-wrap
  li.menu-top-level:not(ul.main-menu-wrap li.menu-top-level:last-child) {
  border-bottom: none;
}
.cont-test-flx {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
button.rsform-submit-button.rsform-thankyou-button {
  color: #fff;
  background-color: #f0b503;
  border: 2px solid #f0b503;
  border-radius: 2px;
  padding: 11px 35px;
}
button.rsform-submit-button.rsform-thankyou-button::hover {
  color: #f0b503;
  background-color: transparent;
  border: 2px solid #f0b503;
  border-radius: 2px;
  padding: 11px 35px;
}
.cont-pg .cnt-zip.shr-pr {
  margin-top: 0;
  padding: 30px 15px;
  text-align: center;
  justify-content: center;
  margin-bottom: 20px;
}
.site-width.cont-sec .cont-pg img.ar-rt {
  right: 45px !important;
  top: 44px;
}
.shr-section.cont-test-sec .pdtb65 {
  padding: 35px 15px !important;
}
.shr-section.cont-test-sec .cont-test-titlesec {
  width: 54%;
}
.shr-section.cont-test-sec h2.shr-title {
  font-size: 32px;
  line-height: 34px;
}
@media (min-width: 1921px) {
  h2.shr-title.qa-title.cl-w {
    padding-left: 8%;
  }
}
@media (max-width: 1920px) {
  h2.shr-title.qa-title.cl-w {
    padding-left: 12%;
  }
}
@media (max-width: 1280px) {
  .flx-cl img.brd-r.im-one {
    max-width: 470px;
  }
  img.im-lt-ab {
    max-width: 300px;
  }
}
@media (max-width: 1326px) {
  span.ph-mb {
    display: none;
  }
  .topBookAppointment img {
    margin-left: 0;
    margin-right: 60px;
  }
}
@media (max-width: 1140px) {
  .content-body,
  .search,
  .site-width,
  .inner-cont1 {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .cont-test-flx fieldset#rsform_6_page_0 button {
    width: 235px !important;
  }
  fieldset#rsform_1_page_0 button,
  fieldset#rsform_6_page_0 button {
    width: 270px !important;
  }
  .cnt-zip fieldset.formContainer.formHorizontal,
  .wrks .flx-wrap {
    margin-bottom: 0;
  }
  .mbmb30,
  footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu {
    margin-bottom: 30px;
  }
  footer.footer.mywrapper.mb-center .ft-abt.ft1 {
    flex: 1;
  }
  .flx-cl.avt_pr,
  .mb-center {
    text-align: center;
  }
  .inner-image.shr-pr.wks-im img {
    width: 100%;
  }
  .eq-col-box {
    flex: 1 47% !important;
    width: 47%;
  }
  h2.shr-title ,
  h3.shr-title {
    font-size: 40px;
    line-height: 46px;
  }
  .rt-txt-pd-lt {
    padding-left: 0;
  }
  .im-msk.msk-one {
    right: -28px;
    top: -37px;
    width: 95px;
  }
  img.im-lt-slr {
    left: -33px;
    top: 0;
    width: 95px;
  }
  .mbmt65 {
    margin-top: 20px;
  }
  .lhrff-title.shr-shd-box-pd {
    padding: 20px 25px;
    position: relative;
    top: -66px;
    right: auto;
    max-width: 90%;
    margin: auto;
  }
  .lhrff-sec ul.blt-list.list2 {
    padding-top: 0;
    margin-top: 0;
  }
  .pdt90 {
    padding-top: 50px;
  }
  h2.shr-title.qa-title.cl-w {
    padding-left: initial;
    text-align: right;
    max-width: 350px;
    margin-right: 90px !important;
    float: right;
  }
  .cont-test-flx,
  .flx-rw {
    flex-direction: column;
  }
  .content-body,
  .search,
  .site-width,
  .inner-cont1 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .mlr-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .ftr-flx {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 50px 0;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .ftc_inf.qucik-link.ft5 {
    margin-top: 25px;
  }
  .topBar {
    display: none;
  }
  .flx-rw.rw-rev {
    flex-direction: column-reverse;
  }
  .flx-rw.gp110 {
    gap: 0;
  }
  .mbmt50 {
    margin-top: 50px;
  }
  .mbmb50,
  .mbmb90 {
    margin-bottom: 50px;
  }
  .mbmt30 {
    margin-top: 30px;
  }
  .mbmt90 {
    margin-top: 40px;
  }
  .flx-cl {
    flex: 1 100%;
    width: 100%;
  }
  .flx-cl.avt_pr.clip-im1,
  .flx-cl.avt_pr.clip-im2 {
    max-width: 100%;
  }
  .rt-text1 {
    padding: 50px 20px;
  }
  .lt-text1 {
    padding: 50px 20px 0;
  }
  .pdtb65.pdt100 {
    padding-top: 40px !important;
  }
  .pdtb65 {
    padding: 50px 0 !important;
  }
  div#mod-custom113 .flx-cl.avt_pr {
    text-align: left !important;
  }
  .cnt-zip,
  div#sign-zip .cnt-zip {
    justify-content: center;
  }
  .shr-section.cont-test-sec .cont-test-titlesec {
    width: 100%;
    margin-bottom: 30px;
  }
}
.eq-col-box.text-center.shdw,
.tx-lft .eq-col-box {
  text-align: left !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .topBookAppointment {
    padding-left: 0;
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .clip-title-bg,
  .ftc_inf.qucik-link.ft5 h4.fw-title {
    margin-bottom: 30px;
  }
  .cont-test-flx fieldset#rsform_6_page_0 button[type="submit"] {
    padding: 20px 44px 20px 11px;
  }
  .ft-menu ul.main-menu-wrap li.menu-top-level,
  .site-width.gft-sec .flx-cl.avt_pr.cl-lt.pdtb60 {
    padding: 0;
  }
  .topBookAppointment img {
    margin-left: 0;
    margin-right: 10px;
  }
  .eq-col-box {
    flex: 1 100% !important;
    width: 100%;
  }
  .clip-title-bg {
    background: #053a5a;
    width: 100%;
    height: 124px;
    clip-path: polygon(100% 0%, 100% 100%, 0% 329%, 30% 0%);
    margin-top: 40px;
    padding: 14px 20px;
    display: flex;
    justify-content: flex-end;
  }
  .clip-title-bg h2.shr-title.qa-title.cl-w {
    max-width: 330px;
    text-align: right;
    margin-right: 0 !important;
  }
  h2.shr-title.qa-title.cl-w {
    max-width: 300px;
    margin-right: 63px !important;
  }
  .flx-rw,
  .flx-rw.gp110,
  .qa-sec .flx-rw {
    gap: 0;
  }
  img.brd-r.im-one {
    width: 90%;
  }
  img.im-lt-ab {
    left: 169px;
    width: 64%;
  }
  .cl-im.im-rt img.im-lt-ab {
    left: 0;
  }
  .ftc_inf.qucik-link.ft5 {
    margin-top: 0;
  }
  h4.fw-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 25px;
  }
  .flx-cl.cl-rgt.gft-bg .pd50,
  .site-width.gft-sec .pd50.text-center {
    padding-bottom: 0;
  }
  .titilebox.avt_pr {
    margin-bottom: 35px;
  }
  .pd50.mbpt0 {
    padding-top: 0;
  }
  .pd50,
  .pdtb60 {
    padding: 40px 0;
  }
  .rev-im-r {
    margin: 15px 0 7px;
  }
  .flx-cl.cl-lt,
  .ft-abt.ft1,
  .ftc_inf.qucik-link.ft4 {
    padding-right: 0;
  }
  .flx-rw.rw-rev.bg-elips-ble:before {
    right: -4.5%;
    top: 51px;
    width: 102%;
    height: 40%;
    background: url(../../../images/gt-bg-mb.png) right no-repeat;
  }
  ul.ser-list-btn a {
    padding: 12px 17px;
    margin: 5px;
    font-size: 18px;
    line-height: 28px;
    width: 300px;
  }
  ul.ser-list-btn li {
    margin: 0;
    height: auto;
  }
  .p-none,
  img.ellips1 {
    display: none;
  }
  .flx-rw,
  .mdl-btn,
  ul.ser-list-btn {
    flex-direction: column;
  }
  .rev-im-cl.glg-im img {
    width: 20px !important;
  }
  .rev-sec .owl-carousel .owl-item .rev-im img {
    width: 30px;
  }
  .rev-indl-title {
    text-align: left;
  }
  .rev-indl-title-cl {
    margin-left: 5px;
  }
  .rev-blk.avt-pr {
    padding: 30px 10px 20px;
    border-radius: 12px;
    margin: 50px 0 10px;
  }
  .rev-ic-outer {
    left: 24%;
  }
  .coupan-box-outer {
    border: 10px solid #fff;
  }
  .coupan-blk.avt-pr {
    padding: 80px 15px 20px;
    height: 190px;
  }
  p.cpn-txt2 {
    font-size: 16px;
    line-height: 25px;
    padding-top: 30px;
  }
  .ser-sec p.baapp a.btn.btn-lg {
    padding: 12px 30px;
  }
  .flx-cl.eonatalm,
  .ftc_inf.qucik-link.ft2,
  footer.footer.mywrapper.mb-center .ft-abt.ft1 {
    flex: 1 100%;
  }
  img.hbn-dot2 {
    top: 6%;
    right: 8%;
  }
  .hbn-im-txt-box-two {
    top: 55%;
    right: 0;
  }
  .hbn-im-txt-box-one {
    top: 39%;
    left: 2%;
  }
  .topBookAppointment {
    padding-right: 55px;
  }
  .flx-rw.gp30,
  .ftr-flx {
    gap: 30px;
  }
  footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu {
    margin-bottom: 0;
    flex-direction: column;
    align-items: center;
  }
  .ft-logo a.brand.pull-left {
    float: none;
  }
  ul.ftr-social.bnr-social {
    padding-left: 0;
  }
  .ft-txt {
    margin-top: 10px;
  }
  .topbar-left,
  .topbar-right {
    flex: 1 0 auto;
    width: 100%;
  }
  .content-body,
  .search,
  .site-width,
  .inner-cont1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .shr-shd-box-pd {
    padding: 30px 20px 20px;
  }
  .almed-bg.text-center {
    padding: 33px 0 104px;
  }
  .ser-sec {
    margin-top: -115px;
  }
  .sign-up-r {
    max-width: 90%;
    flex-direction: column;
  }
  p.baapp.btns2 {
    display: flex;
    flex-direction: column;
  }
  a.brand-logo img {
    width: 75px;
  }
  p.baapp.btns2 a.btn {
    min-width: 270px;
  }
  a.btn.btn2 {
    margin-left: 0;
    margin-top: 20px;
  }
  .attor_l button {
    height: auto;
    /* margin: 0 0 15px; */
    padding: 15px;
    font-weight: 400;
  }
  .qabgbox.qabgbox2 .qabgbox-txt {
    bottom: 15px;
  }
  .bn-im-d {
    display: block;
    opacity: 0;
  }
  .flx-rw.benifits-sec:before {
    left: -5%;
    width: 100%;
    height: 450px;
  }
  .flx-rw.expect-sec:before {
    right: -5%;
    width: 100%;
    height: 450px;
  }
  .bnbs-left-1,
  .bnbs-left-2,
  .bnbs-left-4,
  .bnbs-left-5,
  .bnbs-left-list {
    margin-left: 0 !important;
  }
  img.im-lt-slr {
    left: -20px;
    top: 48px;
  }
  img.im-msk.msk-rgt,
  img.im-rt-slr {
    left: 75%;
    top: -8%;
    width: 95px;
  }
  a.view-btn {
    display: inline-block;
  }
  fieldset#rsform_6_page_0 {
    margin-bottom: 0;
  }
}
ul.ft-menu-lst.ft-cont li.ft-l {
  display: flex;
  flex: 1 50%;
  width: 50%;
}
footer a,
footer p,
ul.ft-menu-lst li.ft-l {
  color: #f2f2f2;
}
ul.ft-menu-lst li {
  margin-bottom: 15px;
  margin-left: 0;
}
span.ft-ct-ftmail,
span.ft-ctadd {
  margin-top: 7px;
}
span.ft-ct-ftmail,
span.ft-ct-ftph,
span.ft-ctadd,
span.ft-cthr {
  width: 35px;
}
fieldset#rsform_6_page_0 {
  max-width: 400px;
  margin: auto;
}
.cnt-zip.avt_pr button[type="submit"] {
  padding: 20px 40px 20px 20px;
}
.loc-sectn .eq-col-box.st-bx {
  border-radius: 7px;
}
.dark-bg {
  background-color: #001344;
}
.dark-bg h2 {
  font-size: 36px;
  line-height: 1.3;
}
.dark-bg fieldset#rsform_1_page_0 {
  max-width: 375px;
  margin: auto;
}
h5.ser-title + ul {
  padding: 25px 0 0;
}
.pro-headings,
h5.pro-head {
  font-size: 32px;
  margin-bottom: 20px;
}
h2.pro-head {
  padding-bottom: 10px;
}
.padd-30 {
  padding: 40px 20px;
  border-top: 1px solid #e6e6e6;
}
.cnt-us {
  padding: 30px;
  background: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: rgba(20, 23, 36, 0.05);
  box-shadow: 0 7px 48px rgba(20, 23, 36, 0.09);
  border-radius: 4px;
}
.c-h5 h5 {
  font-size: 18px;
}
.c-h5 p,
.shr-max-wth-650 {
  max-width: 650px;
}
.cont-width {
  max-width: 800px;
  margin: 0 auto 40px;
}
.bg-blue-zip,
.tw-sec .flx-cl,
ul.check.fg.wht-bl li {
  background: #f2f8ff;
}
ul.check.fg {
  padding: 15px 0 0;
}
ul.check li {
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  position: relative;
  margin-bottom: 20px;
  padding: 15px 15px 15px 50px;
  color: #001344;
}
ul.check li::before {
  content: "";
  background: url(../../../../../../images/svg/check.svg) 0 0 / cover no-repeat;
  position: absolute;
  top: 3px;
  left: 15px;
  width: 20px;
  height: 20px;
}
.inner-bnn h1 {
  color: #001344;
  font-size: 35px;
  line-height: 44px;
}
.flx-wrap.loc-sec {
  flex-wrap: nowrap;
  align-items: flex-start;
}
.flx-wrap.loc-sec img {
  margin-top: 16px;
  width: 58px;
  height: 58px;
  padding: 12px;
}
.eq-col-box.wgt-bg {
  box-shadow: rgba(0, 0, 0, 0.1) 0 1px 2px 0;
}
p.lgt-bold {
  font-weight: 600;
}
.loc-sectn .shr-max-wth {
  max-width: 620px;
}
.loc-sectn .shr-max-wth.area-hos {
  max-width: 580px;
}
.loc-sectn .shr-max-wth.sv-m {
  max-width: 670px;
}
.loc-sectn .shr-max-wth.area-hos + p {
  max-width: 560px;
}
.loc-sectn h2 + p,
.loc-sectn p.lgt-bold {
  max-width: 750px;
  margin: auto;
  padding-bottom: 15px;
}
.loc-sectn p.lgt-bold {
  padding-bottom: 30px;
  color: #001344;
}
.loc-sectn .st-flx .st-bx:last-child {
  max-width: 50%;
  margin: auto;
}
.s-panel h1 {
  padding: 20px 0;
  margin: 0;
}
.s-panel img.s-panel-img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.s-panel h5 {
  font-size: 24px;
  font-weight: 800;
  margin-top: 40px;
}
.boxi p,
.dst-txt,
.left-tt,
.section-heading-two,
p.m-bld {
  font-weight: 600;
}
.s-panel ul.check.fg li {
  font-weight: 500;
  padding: 0 0 0 45px;
}
.s-panel ul.check li::before {
  top: 0;
  left: 5px;
}
.s-panel ul.blk-check li::before {
  background: url(../../../../../../images/svg/black-check.svg) no-repeat;
}
ul.blk-check {
  padding: 20px 0 0;
}
.s-panel ul.blk-check li {
  padding: 0 0 0 35px !important;
}
.mdl-btn {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 30px;
  justify-content: flex-end;
}
.mdl-btn a {
  background: #f0b503;
  color: #fff;
  padding: 10px 20px;
  border-radius: 2px;
}
ul.check.fg li {
  padding: 0 0 0 60px;
}
ul.check.fg li::before {
  top: 2px;
}
.tw-sec {
  margin-top: 70px;
  justify-content: center;
}
.boxi {
  border: 1px solid rgba(0, 19, 68, 0.1);
}
.boxi p {
  padding: 15px;
  margin: 0;
  border-top: 1px solid rgba(0, 19, 68, 0.1);
}
ul.check.fgl li {
  padding: 15px 15px 15px 50px;
}
ul.check.fgl li::before {
  top: 20px;
}
ul.check-c-blk li {
  list-style: none;
  position: relative;
  line-height: 2.6;
}
ul.check-c-blk li::before {
  content: "";
  background-image: url(../../../../../images/svg/check-black.svg);
  background-repeat: no-repeat;
  position: absolute;
  top: 30%;
  width: 20px;
  height: 20px;
  left: -30px;
}
.flx-wrap.st-flx.ev-chrg .eq-col-box {
  flex: 1;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin: 20px 0 40px;
}
p.m-bld {
  color: #000;
  font-size: 20px;
  margin: 40px 0 10px;
}
.weat-2 b,
p.blu20,
p.gry18 {
  font-weight: 800;
}
ul.check.fg.wht {
  background: #fff;
  padding-bottom: 2px;
}
ul.check.fg.wht li::before {
  width: 23px;
  height: 23px;
}
.flx-rw.apps img {
  background: #001344;
  padding: 10px 20px;
}
ul.blk-circle li {
  font-weight: 500;
  line-height: 1.6;
  list-style: none;
  position: relative;
  margin-bottom: 12px;
  padding: 0 0 0 10px;
  color: #001344;
}
ul.blk-circle li::before {
  content: "";
  background: url(../../../../../../images/svg/black-c-check.svg) 0 0 / cover
    no-repeat;
  position: absolute;
  top: 5px;
  left: -26px;
  width: 20px;
  height: 20px;
}
.flx-cl.flex-one-max,
.flx-cl.flx-cl12,
.jkl-7 {
  flex: 1 80%;
}
.lf-spc {
  padding: 15px 0 0 25px;
}
.mid-sec h5 {
  line-height: 1.6;
}
.sfop .shr-max-wth.cl-w {
  max-width: 750px;
}
.sfop div#sign-mail {
  max-width: 559px;
  margin: auto;
}
.sfop p {
  max-width: 400px;
  margin: 0 auto 20px;
}
.wrnt h5 {
  padding: 0 0 10px;
}
.wrnty-img {
  text-align: right;
  align-self: flex-start;
}
h4.qa-box-title,
h4.ser-title {
  line-height: 30px;
}
.itemid-191 .shr-max-wth {
  margin: 1rem auto;
}
.s-panel .blue-txt {
  color: #029aff;
  font-size: 20px;
}
ul.blk-circle.blue-circle li::before {
  background: url(blue-check.svg) 0 0 / contain no-repeat;
}
.two-col > .col:first-child {
  flex: 40%;
}
.eq-col-box.text-center.col2 {
  flex-basis: 48%;
}
.top-gradient {
  background: #fffffa;
  background: linear-gradient(0deg, #fffffa 0, #f2f2f2 100%);
}
.pdct-width {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}
.aptox ul.check.fg li {
  background: unset;
}
.gapml80 {
  margin-left: 80px;
}
header#navHead .site-width {
  padding: 0 60px;
}
p.italic {
  padding-bottom: 25px;
}
@media (max-width: 450px) {
  .cnt-zip input {
    width: 160px;
  }
  div#sign-zip .cnt-zip span.rs-fr img.ar-rt {
    left: 290px;
  }
  fieldset#rsform_6_page_0 .formControls.controls input {
    width: 75%;
  }
  .sign-up-r {
    max-width: 100%;
  }
  h2.shr-title ,
  h3.shr-title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 992px) {
  header#navHead .site-width {
    padding: 0 30px;
  }
  ul.blk-circle,
  ul.check li {
    text-align: left;
  }
  .tw-sec {
    margin-top: 40px;
  }
  .loc-sectn .st-flx .st-bx:last-child {
    max-width: 100%;
  }
  .gapml80 {
    margin-left: 0;
  }
  .shr-pr.b-cnt {
    position: relative;
    background-color: #f0b503;
    border: 2px solid #f0b503;
    width: max-content;
    margin: auto !important;
  }
  .flx-rw.aisf.cont-r {
    gap: 20px;
  }
  .c-h5 {
    text-align: center;
    padding-top: 20px;
  }
  .flx-wrap.st-flx.ev-chrg .eq-col-box {
    margin-bottom: 0;
  }
  .flx-wrap.st-flx.ev-chrg .eq-col-box:nth-child(3) {
    margin-bottom: 30px;
  }
  .flx-wrap.st-flx.ev-chrg {
    gap: 0;
  }
  .flx-cl.avt_pr.cl-rgt.rt-txt-pd-lt.text-end {
    text-align: center !important;
  }
  .arnd-spc {
    padding: 0 40px;
  }
  .flx-cl .ps-4 {
    padding-left: 0 !important;
  }
  .inner-bnn {
    text-align: center;
  }
  header.sticky .main-menu-wrap li a.menu-top-level_a {
    color: #fff !important;
  }
  .img-div1 {
    margin: 0 auto 24px;
  }
}
@media (max-width: 767px) {
  header#navHead .site-width {
    padding: 0 20px;
  }
  .cnt-flx.item-sdo {
    padding: 20px 0 20px 35px;
  }
  h2.shr-title ,
  h3.shr-title {
    font-size: 26px;
    line-height: 32px;
  }
  .flx-rw.apps {
    gap: 20px;
  }
  a.view-btn {
    padding: 10px;
  }
  .cnt-zip span.rs-fr img.ar-rt {
    right: 45px !important;
  }
  .mdl-btn {
    flex-direction: column;
  }
  .table-con table {
    width: 100%;
  }
  .table-con table td,
  .table-con table th {
    width: 50%;
    padding: 15px;
  }
}
@media (max-width: 370px) {
  a.view-btn {
    padding: 5px;
  }
}
.container-product {
  display: flex;
  flex-wrap: wrap;
  margin: 40px;
  justify-content: center;
}
.button-pro {
  background-color: #001344;
  padding: 5px 20px;
  margin: 10px 20px 10px 10px;
  border-radius: 8px;
  color: #fff;
  max-width: 300px;
}
.button-pro a {
  color: #fff;
  font-size: 18px;
}
.tx-lft .eq-col-box {
  flex: 1 45% !important;
}
.solar-u.cl-w {
  max-width: 650px;
  margin: auto;
}
.col.side-box {
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 20px;
  margin-left: 60px;
  margin-bottom: 20px;
}
.col.side-box img {
  max-width: 275px;
}
form.map-zip input {
  margin: 20px 0;
  width: 92%;
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #e4e4e4;
}
form.map-zip button {
  width: 92%;
}
form.map-zip .ar-rt {
  background-color: #fff;
  border-radius: 50%;
  padding: 5px;
  margin-left: 5px;
}
.table-con table th {
  background: #f0b503;
  color: #fff;
  text-align: center;
}
.table-con table th,
td {
  padding: 0.6rem 3rem;
}
.blg-sec {
  padding: 30px;
  gap: 50px;
}
.blg-sec img {
  padding: 12px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.st-flx3 .eq-col-box.st-bx {
  padding: 24px 20px;
}
h3.shr-title.ft20 {
  font-size: 20px;
  margin-bottom: 20px;
}
.shr-max-wth.mx-wth448 {
  max-width: 448px;
  margin: auto;
}
a.box-ankr {
  position: absolute;
  height: 100%;
  width: 100%;
  cursor: pointer;
  top: 0;
  left: 0;
}
.mrgt {
  margin-top: 35px;
}
span.ft20.tp-txt {
  font-size: 20px;
  line-height: 50px;
  color: #001344;
  font-weight: 700;
}
ul.check li.cross::before {
  content: "X";
  background: #029aff;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shr-max-wth.mx-wth496 {
  max-width: 496px;
  margin: auto;
}
.shr-max-wth.mx-wth695 {
  max-width: 695px;
  margin: auto;
}
.boxi.mx-420 {
  max-width: 420px;
}
.lgt-blu {
  background: #f2f8ff;
  padding: 20px 20px 1px;
  margin-bottom: 20px;
}
.box-lst,
.col11 {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
}
.box-lst,
.col-img,
a.view-btn.tbt {
  margin-bottom: 30px;
}
.lst-none ul {
  list-style: none;
}
.flx-wrap.st-flx.ev-chrg.lst-none .flx-child {
  flex: 1 48%;
}
.hg-egl p {
  height: 80px;
}
.flx-dis-wrp {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 30px;
}
.col-img {
  display: flex;
  justify-content: center;
  height: 55%;
}
.flx-cl.flx-col33 {
  flex: 1 36%;
}
.box-lst {
  padding: 32px 20px;
}
.col11 {
  flex: 1 48%;
  max-width: 48%;
  padding: 20px;
}
p.pdtext {
  padding-right: 80px;
}
.psrrev {
  position: relative;
  z-index: 1;
}
img.im-rt-slr.prsr {
  left: auto;
  top: -55px;
  right: -55px;
}
.itemid-183 .flx-rw.nd-rf {
  align-items: center;
}
.table-con table.tbl,
.tbl {
  margin: 20px 0;
}
.box-lst h4.ser-title {
  font-size: 20px;
  line-height: 26px;
}
.box-lst ul.check li,
.lstt ul.check li {
  line-height: 22px;
  margin-bottom: 14px;
}
.eq-col-box.st-bx.nit-1 {
  margin: inherit !important;
}
.img-div {
  width: 398px;
}
.img-div1 {
  float: left;
  width: 377px;
  margin-bottom: 30px;
  margin-right: 50px;
  padding: 4px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)),
    url(image.png);
}
.flx-wrap-pud,
.itemid-170 .rt-txt-pd-lt {
  padding-left: 40px;
}
.table-con table {
  margin: 20px auto;
}
.mdl-btn.mgnb {
  margin-bottom: 43px;
}
.mdl-btn.mrg-a.mgnb.mgnl {
  margin-left: 465px;
}
.flx-child.ng-bg {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.flx-child.ng-bg .st-text h4,
.flx-child.ng-bg h4 {
  line-height: 1.4;
  margin-top: 0;
  font-size: 20px;
}
.solr-img {
  margin: 30px 0;
}
h5.magbt-20 {
  margin-bottom: 25px;
}
h2.shr-title.mxwdt {
  max-width: 556px;
  margin: 0 auto 20px;
}
h3.blue-tt {
  color: #029aff;
}
.left-tt {
  text-align: left;
}
.mg30 {
  margin: 30px 0 !important;
}
.wdtt {
  max-width: 85%;
}
.gapp {
  gap: 75px;
}
@media (max-width: 400px) {
  .blg-sec {
    flex-direction: column;
    gap: 30px;
  }
  .container-product {
    flex-direction: coloumn;
  }
  .cnt-zip span.rs-fr img.ar-rt {
    right: 22px !important;
  }
  button[type="submit"] {
    padding: 20px 40px 20px 8px;
  }
  fieldset#rsform_1_page_0 span.rs-fr img.ar-rt {
    right: 16px !important;
  }
}
.st-blk.bg-bl.bl-1 {
  width: 100px;
}
.mrg-a {
  margin: auto;
}
.eq-col-box.st-bx.ddtk {
  flex: 1 31% !important;
  max-width: 31% !important;
  margin-bottom: 0 !important;
}
.loc-sectn .shr-max-wth-750 {
  max-width: 750px;
  margin: auto;
}
.st-blk.bg-bl.txjt {
  width: 40px;
  height: 40px;
  border-radius: 50px;
}
.flx-wrap-pud {
  display: flex;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap;
}
ul.fg.iq-btry li {
  padding: 0 0 0 36px;
}
ul.fg.iq-btry li::before {
  left: 10px;
  top: 5px;
}
.lstrgt {
  padding-left: 100px;
}
.iq-btr-lst:nth-of-type(2),
.iq-btr-lst:nth-of-type(3) {
  margin-top: 51px;
}
.bdr-img {
  border: 3px solid #5b5b5e;
  padding: 40px 0;
  margin-bottom: 30px;
}
.btn-solr.mgt-top {
  margin-top: 52px;
}
.ivr-mg {
  top: 0;
  position: absolute;
  left: 10%;
}
.mrt30 {
  margin-top: 30px !important;
}
.tck-blk .eq-col-box.st-bx.item-sdo {
  padding: 35px 24px 32px;
}
.tck-blk ul.check li::before {
  background: url(../../../../../../images/svg/tick-blk.svg) 0 0 / contain
    no-repeat;
}
.eq-col-box.st-bx.item-sdo.lst-flx-blk {
  flex: 0 48%;
  margin: auto;
}
.st-flx3 .eq-col-box.st-bx {
  flex: 1 31%;
  width: 31%;
}
.chrg-2 {
  padding-top: 50px;
}
.algt {
  align-items: initial;
}
.width938 {
  max-width: 938px;
}
.wdth1046 {
  max-width: 1046px;
}
p.btn-solr.btn-flx img.ar-rt {
  position: absolute;
  top: 33%;
  right: 5%;
}
p.btn-solr.btn-flx a.view-btn {
  display: inherit;
  padding-right: 70px;
  line-height: 22px;
  font-weight: 700;
  position: relative;
}
.st-blk.bg-bl.nbr {
  width: 50px;
}
.eq-col-box.text-center:hover .st-blk.bg-bl.nbr p {
  color: #029aff !important;
}
.vat-1 {
  display: flex;
  align-items: center;
  width: fit-content;
}
.img-tft {
  display: flex;
  justify-content: center;
}
.ght-pp {
  flex: auto;
  padding-left: 0;
  flex: auto;
  width: max-content;
}
.dst-txt {
  font-size: 24px;
  font-style: normal;
  line-height: 28px;
}
.weat-2 b {
  font-size: 24px;
}
.tp-btry tr td {
  padding: 20px;
  vertical-align: initial;
}
.tp-btry tr td img {
  padding-right: 10px;
  padding-top: 4px;
}
ul.check.fg.dsk-1 li {
  max-width: 550px;
  font-size: 16px;
}
ul.check.fg.dsk-2 li {
  font-size: 16px;
}
.max-wdt970 {
  max-width: 970px;
}
p.blu20 {
  font-size: 20px;
  line-height: 30px;
  color: #001344;
}
.cols-flx {
  flex: 1 25%;
  background: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 20px 16px;
}
.cols-flx .ser-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
}
.cols-flx li {
  font-size: 14px;
  line-height: 18px !important;
  padding: 0 0 0 35px !important;
}
.max-wd998 {
  max-width: 998px;
}
.mgtbb {
  margin: 28px 0 !important;
}
p.gry18 {
  font-size: 18px;
  line-height: 18px;
  color: #565f76;
}
p.clr20,
p.tt20 {
  font-weight: 700;
}
p.tt20 {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: #001344;
  margin-bottom: 50px;
}
.flx-4di {
  display: flex;
  gap: 17px;
}
p.inhanch-rt-im {
  flex: 1 85%;
}
ul.cht-2 li {
  max-width: 600px;
}
ul.cht-1 {
  max-width: 500px;
}
.pddt-80 {
  padding-top: 100px;
}
.light-txt-11 {
  max-width: 950px;
}
img.ap-str {
  margin-left: 10px;
}
.inhanch-max-wth {
  max-width: 800px;
  margin: auto;
}
.mbl-tbl td.tb-bg {
  background: #dfe3e7 !important;
  color: #000;
  text-align: center;
}
.mbl-tbl td.tb-bg.main {
  background: #029aff !important;
  color: #fff;
  text-align: center;
}
.jst-cnt {
  justify-content: center;
  margin-bottom: 0;
}
h2.section-heading {
  padding: 20px 0;
  margin: 0;
  color: #001344;
  font-size: 35px;
  line-height: 44px;
}
.section-heading-two {
  font-size: 2.5rem;
  line-height: 48px;
  color: #001344;
}
nav.mod-breadcrumbs__wrapper {
  /* position: absolute; */
  color: #fff;
  text-align: left;
  /* left: 0; */
  /* right: 0; */
  /* top: 8.5rem; */
  /* z-index: 999; */
}
nav.mod-breadcrumbs__wrapper ol.mod-breadcrumbs.breadcrumb.px-3 {
  padding-left: 0 !important;
  background-color: transparent;
}
nav.mod-breadcrumbs__wrapper span {
  color: #fff;
}
nav.mod-breadcrumbs__wrapper .breadcrumb-item + .breadcrumb-item:before {
  color: #fff;
  font-weight: 600;
}
.flx-wrpp {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.maxiwidt {
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
}
.logo-img {
  flex: 1 48%;
  /* background: rgb(0 19 68 / 5%); */
  background-color: #ffffff;
  border-radius: 2px;
  height: 122px;
  display: flex;
  align-items: center;
  justify-content: center;
}
p.clr20 {
  font-size: 20px;
  line-height: 20px;
  color: #001344;
}
.mgtbtbt {
  margin-top: 40px;
  margin-bottom: 32px;
}
img.im-msk.msk-rgt,
img.im-rt-slr {
  position: absolute;
  left: 75%;
  top: -4%;
  z-index: -1;
}
.pdtbtm0 {
  padding-bottom: 0;
}
img.flt-txt {
  float: left;
  padding-right: 50px;
  max-width: 400px;
}
.fs-35 {
  font-size: 35px;
}
ul.check.fg.pdlt li {
  padding: 0 0 0 35px;
}
.aitp {
  align-items: initial !important;
}
.cl-wt,
.eq-col-box.st-bx:hover .li-color ul.check li {
  color: #fff !important;
}
.flx-cl.cl72 {
  flex: 0 72%;
}
@media (max-width: 991px) {
  h3.blue-tt {
    color: #029aff;
    font-size: 20px;
    line-height: 26px;
  }
  img.flt-txt {
    float: unset;
    padding-right: 0;
    max-width: 70%;
  }
  .flx-rw.rw-rev.mb-center.aitp {
    display: flex;
    flex-direction: column;
  }
  .table-con table td,
  .table-con table th {
    width: 50%;
    padding: 19px !important;
  }
  .flx-dir-rs {
    flex-direction: column-reverse;
  }
  .eq-col-box.st-bx.item-sdo.lst-flx-blk,
  .flx-cl.cl60 {
    flex: 0 100%;
  }
  /* nav.mod-breadcrumbs__wrapper {
    right: 0 !important;
    top: 120px;
    left: 0;
  } */
  .pdtb65 {
    padding: 50px 0 !important;
  }
  .vat-1 {
    width: auto;
  }
  .dst-txt {
    font-size: 18px;
  }
  .itemid-159 .dark-bg,
  .itemid-159 h2.shr-title,
  .itemid-161 .eq-col-box.st-bx.bx-tt,
  .itemid-176 p.btn-solr,
  .light-txt-11,
  .lstt {
    text-align: center;
  }
  .cnt-flx,
  .flx-wrap.st-flx.ev-chrg.ddklt {
    flex-direction: column;
  }
  .eq-col-box.st-bx.ddtk {
    width: 100% !important;
    max-width: 100% !important;
  }
  .eq-col-box.st-bx.ddtk.ddtk-1 {
    margin-top: 20px;
  }
  .st-blk.bg-bl.txjt {
    margin: auto;
  }
  .itemid-161 a.view-btn,
  .itemid-165 a.view-btn,
  .itemid-176 a.view-btn {
    margin-bottom: 30px;
  }
  .chrg-2 {
    padding-top: 30px;
  }
  .lstrgt {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .dispnn {
    display: none;
  }
  .ivr-mg {
    position: initial;
    margin-bottom: 40px;
  }
  .box-lst,
  .lstt {
    display: flex;
    justify-content: center;
  }
  p.pdtext {
    padding-right: 0;
  }
  .gapp ul.check.fg {
    padding: 0;
  }
  img.im-rt-slr.prsr {
    right: -34px;
    top: -37px;
  }
  .left-ttt {
    text-align: initial;
  }
  .gapp {
    gap: 0;
  }
  .itemid-159 img.tsms-bg.tsms-bg-bl.def-im {
    text-align: center;
    margin: auto;
  }
  .itemid-189 #mod-custom134 .btn-solr {
    text-align: center !important;
  }
}
@media (max-width: 560px) {
  .col11 {
    flex: 1 100%;
    max-width: 100%;
  }
}
.blk-container {
  padding: 31px;
  display: flex;
  align-items: stretch;
}
.b {
  color: #000;
}
.inner-bnn.pdbtm {
  padding-bottom: 40px;
}
.phone-div {
  flex: 1;
  height: auto;
  margin: 9px;
}
img.phone-img {
  height: 85%;
}
.text-div {
  margin-top: 21px;
  padding: 7px;
}
h6.pera {
  color: #fff;
  text-align: center;
}
.img-sma {
  padding: 10px;
}
.sma-m {
  display: flex;
  flex-wrap: nowrap;
  padding: 19px;
}
.s-panel img.img-wd {
  margin-bottom: 50px;
  float: left;
  margin-right: 50px;
}
img.s-img.img-wd {
  width: 35%;
  float: right;
  margin: 20px 0 20px 40px;
}
img.fron {
  float: right;
  margin-left: 40px;
}
.hmbanner-title-two {
  color: #001344;
  font-size: 35px;
  line-height: 44px;
  font-weight: 800;
}
.flx-cl.box-shad,
.tblclk {
  background: #fff;
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  padding: 20px;
}
.tp-sp {
  background: #fff;
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  align-items: flex-start;
}
.tp-sp img {
  padding-right: 30px;
  max-width: 290px;
}
.li-color ul.check li {
  color: #565f76 !important;
}
h3.fnt22 {
  font-size: 22px;
}
.itemid-130 .table-con table th,
.table-con table td {
  padding: 10px 20px !important;
  color: #001344;
}
.main-product {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.section-product {
  width: 35%;
  text-align: center;
  box-shadow: 2px;
}
.product-heading {
  padding: 14px;
  margin-right: 48px;
}
.eq-col-box.text-center.shdw,
.thrun {
  box-shadow: 0 4px 50px rgba(0, 0, 0, 0.08);
}
.ftc_inf.qucik-link.ft2 {
  width: 65%;
  width: unset;
}
h1,
h2,
h3,
h4,
h5,
h6,
span.lc-title {
  text-transform: capitalize;
}
.flx-rw.thr-phn .dst-txt {
  padding-top: 30px;
  font-size: 21px;
  font-weight: 400;
}
.pll-50 {
  padding-left: 50px;
}
.pll-30 {
  padding-left: 30px;
}
img.w-st {
  max-width: 250px;
  height: 450px;
}
@media (max-width: 730px) {
  .pll-30,
  .pll-50 {
    padding-left: 0;
  }
  .clm {
    flex-direction: column;
    display: block;
  }
  .pll-30 {
    padding-top: 30px;
  } /*nav.mod-breadcrumbs__wrapper{top:93px}*/
  .page-header-inner.InmainBanner h1.head-text {
    font-size: 22px;
    margin-bottom: 0;
  }
}
.thrun {
  border-radius: 2px;
  padding: 30px;
  /* font-style: italic; */
}
.tblclk p.p-text {
  margin-bottom: 10px;
  line-height: 25px;
}
.tblclk span {
  color: #001344;
  font-weight: 600;
}
p.txt-18 {
  font-size: 20px;
  margin-bottom: 5px;
}
h3.b-head {
  padding-top: 20px;
  color: #e20009;
  margin-bottom: 0;
}
@media (max-width: 390px) {
  .itemid-184 .pdtb65 {
    padding-bottom: 75px !important;
  }
  .itemid-179 .pdtb65 {
    padding-bottom: 85px !important;
  }
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border: 3px solid #001344;
}
.itemid-179 .table-con table td {
  width: 50%;
}
@media (max-width: 1525px) {
  #mod-custom110 > img.im-msk.msk-one {
    display: none;
  }
}
.ftr-flx {
  flex-wrap: unset;
  align-items: center;
}
ul.ftr-social.bnr-social {
  padding: 25px 0 0;
  justify-content: center;
}
.ftc_inf.qucik-link.ft3 .flx-rw,
footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu {
  flex-direction: column;
  align-items: flex-start;
  list-style: none;
}
.ftc_inf.qucik-link.ft2 ul.main-menu-wrap li.menu-top-level {
  line-height: 1.5;
}
.flx-cl.cl-w img {
  padding-right: 10px;
}
@media (max-width: 991px) {
  .gaapp {
    gap: 20px !important;
  }
  .dir-clm {
    flex-direction: column;
    gap: 0;
  }
  footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu {
    margin-bottom: 0;
  }
  .ftc_inf.qucik-link.ft2 {
    padding-right: 30px;
  }
}
@media (max-width: 768px) {
  .col.side-box {
    margin-left: 0;
    margin-bottom: 0;
  }
  .tx-lft .eq-col-box {
    flex: 1 100% !important;
  }
  h1.shr-title.ft44 {
    font-size: 32px;
    line-height: 36px;
  }
  .cols-flx,
  .flx-wrap.st-flx.ev-chrg.lst-none .flx-child {
    flex: 1 100%;
  }
  .mb-pro-head {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  .section-heading-two {
    font-size: calc(1.375rem + 1.5vw);
    line-height: 1.2;
  }
  .mbl-tbl {
    display: block;
  }
  .dis-desk-nn,
  .dsk-tbl {
    display: none;
  }
  .flx-4di,
  .tp-sp {
    flex-direction: column;
  }
  h1.max-wd998 {
    max-width: 374px;
    margin-left: auto;
    margin-right: auto;
    font-size: 44px;
    line-height: 54px;
  }
  .pdtbtmm {
    padding-bottom: 25px;
  }
  .fnts-40 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  img.im-rt-slr.prsr {
    right: -18px;
    top: -20px;
  }
  .itemid-170 .rt-txt-pd-lt {
    padding-left: 0;
  }
  .text-cnt {
    text-align: center;
  }
  .wdth1046 {
    max-width: 374px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px !important;
    line-height: 46px !important;
  }
  .box-lst h4.ser-title {
    text-align: left;
  }
  .blk-container,
  .sma-m {
    display: flex;
    flex-direction: column;
  }
  .s-panel-img.img-wd {
    float: none !important;
    margin: auto auto 30px !important;
  }
  img.s-img.img-wd {
    float: none;
    width: 50%;
  }
  .img-div1 {
    float: none;
    margin-right: auto;
  }
  img.s-panel-img.fron {
    float: none;
    margin: 20px auto;
  }
  .dis-mob-nn,
  p.dis-flex {
    display: initial;
  }
  h3.fnt22 {
    font-size: 20px;
  }
  .main-product {
    flex-wrap: wrap;
  }
  .section-product {
    width: 100%;
    text-align: center;
    box-shadow: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-heading {
    margin-right: 0;
  }
  .pdbtmm {
    padding-bottom: 30px;
  }
  nav.mod-breadcrumbs__wrapper span {
    font-size: 14px !important;
  }
  .ftc_inf.qucik-link.ft2 {
    padding-right: 0;
  }
  .ftr-flx.ftr-lex {
    flex-direction: column;
    align-items: center;
  }
  ul#mainMenu.just-ctr {
    align-items: center !important;
  }
}
@media (max-width: 550px) {
  .page-header-inner.InmainBanner .pdtb65 {
    padding-bottom: 80px !important;
  }
}
.mrt50 {
  margin-top: 50px;
}
/* ---- start blog new layout and search sec add dt07082023 by PT AWT -- */
body.com_easyblog.view-latest.no-layout.no-task.itemid-348
  #eb
  .eb-post-thumb
  .eb-post-image-cover,
body.com_easyblog.view-categories.layout-listings.no-task.itemid-348
  #eb
  .eb-post-thumb
  .eb-post-image-cover {
  height: 160px !important;
  width: 300px !important;
}
.esyb-wrap #eb .eb-post-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 3px;
}
.blglistflx {
  display: flex;
  gap: 30px;
  margin-bottom: 15px;
}
.listing-bg-im {
  flex: 0 30%;
  width: 30%;
}
.blg-top-flx {
  display: flex;
  padding-top: 50px;
  justify-content: center;
  gap: 30px;
  align-items: flex-start;
}
.blg-top-flx #eb .input-group-btn > .btn {
  position: relative;
  height: 40px;
  font-size: 0;
}
#eb.eb-mod.eb-mod-search input#search-blogs {
  border: none !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  padding-left: 0;
  border-bottom: 1px solid #d4d4d4 !important;
  border-radius: 0;
}
div#eb.mod-easyblogsearch button.btn.btn-default,
div#eb.mod-easyblogsearch button.btn.btn-default:active {
  border: none;
}
.cst-catg i.fdi.far.fa-folder-open {
  display: none;
}
.com_easyblog.view-latest #eb .btn-default,
.com_easyblog.view-categories #eb .btn-default {
  color: #333 !important;
  background-color: #fff !important;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  height: auto;
}
#eb.mod-easyblogsearch .input-group {
  height: 40px;
}

body #eb .mod_easyblogcategories .t-text--500 {
  color: #000 !important;
}
body #eb.mod_easyblogcategories .t-w--100,
body #eb .eb-bar.eb-bar--search-filter-bar .t-w--100,
body
  #eb
  a.btn.btn-default.dropdown-toggle_.t-border--1.t-d--flex.t-align-items--c.t-w--100.sm\:t-justify-content--c {
  width: 100% !important;
}
body
  #eb
  .eb-bar.eb-bar--search-filter-bar
  input.eb-search-filter-input.t-w--100 {
  margin-top: -5px;
}
div#eb ::placeholder {
  color: #999 !important;
  opacity: 1;
}
div#eb :-ms-input-placeholder {
  color: #999 !important;
}
div#eb ::-ms-input-placeholder {
  color: #999 !important;
}
/* .com_easyblog.view-categories .cat-flx-cl {
  display: none;
} */
.cst-catg button.btn.btn-default.btn-md.dropdown-toggle_.t-w--100 {
  height: 40px;
}
.cat-flx {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
span.cat-div {
  color: #00154d;
  margin-left: 10px;
  margin-right: 5px;
}
.cat-flx-cl {
  line-height: 1;
}
.com_easyblog.view-latest
  .eb-mod-search.mod-easyblogsearch
  button.btn.btn-default,
.com_easyblog.view-categories.layout-listings button.btn.btn-default {
  background-color: transparent !important;
  font-size: 0;
}
.com_easyblog.view-latest
  .eb-mod-search.mod-easyblogsearch
  button.btn.btn-default:before,
.com_easyblog.view-categories.layout-listings button.btn.btn-default:before,
.com_easyblog.view-tag.layout-listings button.btn.btn-default:before {
  content: "\f002";
  font: normal normal normal 20px/1 FontAwesome;
  background-color: #fff !important;
}
.c1.blg-lt h3 {
  font-size: 22px;
}
.com_easyblog.view-latest
  .eb-mod-search.mod-easyblogsearch
  button.btn.btn-default:hover:before {
  color: #000 !important;
  background-color: transparent !important;
}
.p-none,
.com_easyblog.view-entry .blg-top-flxsite-width,
.eb-authors-subscribe.spans-separator,
#eb .eb-authors-bio,
.com_easyblog.view-search .blg-top-flxsite-width,
.com_easyblog.view-categories.layout-listings
  .cst-catg
  button.btn.btn-default:before,
.view-categories.layout-listings .eb-post-simple__category {
  display: none !important;
}
#eb.mod-easyblogsearch .input-group-btn:last-child > .btn {
  border-radius: 0;
}
input:-internal-autofill-selected {
  background-color: transparent !important;
}
i.fdi.far.fa-folder-open {
  color: #f0b503;
}
.c1 {
  flex: 0 20%;
}
.esyb-wrap #eb .eb-post-title a.text-inherit {
  color: #f0b503;
}
#eb .eb-post-thumb .eb-post-image-cover {
  border: none !important;
}
body #eb .cst-catg .l-stack {
  align-items: flex-start;
}
.cst-catg .eb-bar {
  width: 100%;
}
#eb .cst-catg .btn,
#eb a.btn.btn-default.btn-md,
#eb .cst-catg .dropdown-menu {
  border-radius: 0;
}
#eb .cst-catg .eb-filter-menu__link {
  padding: 2px 3px;
  font-size: 15px;
}
#eb .cst-catg .dropdown-menu--eb-search-category {
  width: 100%;
}
#eb .cst-catg .btn {
  text-align: left;
}
.cst-catg i.fdi.fa.fa-caret-down.t-ml--lg.t-text--500 {
  float: right;
}
.cst-catg button.btn.btn-default.btn-md.dropdown-toggle_.t-w--100 b {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
#eb .cst-catg .btn .fa {
  line-height: 18px;
}
.blg-bnr {
  background: #101625;
}
.blg-bnr .site-wrap .page-header {
  padding: 1.2rem 0 1rem;
}
.eb-modules-wrap.eb-modules-stackideas-toolbar.fd-cf {
  display: none;
}
.com_easyblog .page-header {
  padding: 1.2rem 0 1rem;
}
.com_easyblog h1.innerpage-title {
  color: #fff;
  text-align: left;
}
.com_easyblog.view-search .lg\:t-mr--sm,
.eb-bar.eb-bar--search-filter-bar i.fdi.far.fa-folder-open {
  display: none;
}
.com_easyblog site-width {
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.com_easyblog.view-entry #eb h2.hp-mods-title {
  margin-top: 40px;
}
.com_easyblog.view-entry #eb h2.hp-mods-title:first-child {
  margin-top: 0px;
}
.com_easyblog.view-latest time.eb-meta-date ,
.com_easyblog.view-categories time.eb-meta-date {
  color: #000;
  font-size: 12px;
  line-height: 18px;
}
.cat-flx-cl {
  font-size: 12px;
  line-height: 18px;
}
.com_easyblog.view-latest #eb .eb-post-meta.text-muted {
  margin-bottom: 5px;
}
.com_easyblog.view-latest p {
  font-size: 14px;
}
.esyb-wrap #eb .eb-post-title:hover a {
  text-decoration: underline;
}
.eb-post-more.mt-20.global-btns-wrap a.btn.btn-default.btn-md {
  font-weight: 500 !important;
  text-transform: capitalize;
}
.com_easyblog.view-entry .row-fluidsite-width.esyb-wrap {
  width: 70% !important;
}
.c1.blg-lt {
  flex: 0 25%;
}
.com_easyblog.view-latest #eb .eb-filter-menu__link {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
#eb .cst-catg .eb-filter-menu__link:hover {
  background-color: rgba(var(--fd-gray-50), 1) !important;
  background-color: #fff !important;
}
#eb.mod-easyblogsearch .btn:focus,
#eb.mod-easyblogsearch .btn:active,
#eb .cst-catg .btn.active,
#eb.mod-easyblogsearch .form-control:focus {
  outline: 0;
  background-image: none;
  box-shadow: none;
  border: none;
}
#eb.mod-easyblogsearch span.input-group-btn:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
#eb.mod-easyblogsearch .btn-default:hover,
#eb.mod-easyblogsearch .btn-default:focus,
#eb.mod-easyblogsearch .btn-default:active,
#eb.mod-easyblogsearch .btn-default.active {
  background-image: none !important;
  box-shadow: none !important;
  border: none !important;
}
#eb .cst-catg .fa-caret-down:before {
  content: "\f0d7";
  font-size: 16px;
  color: #333;
}
.view-categories .eb-post-more.mt-20.global-btns-wrap {
  display: none !important;
}
a.eb-post-image-cover.eb-image-popup-button {
  display: none !important;
}
@media (min-width: 1600px) {
  body.com_easyblog.view-latest.no-layout.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover,
  body.com_easyblog.view-categories.layout-listings.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover {
    width: 340px !important;
  }
  .com_easyblog.view-entry .row-fluidsite-width.esyb-wrap {
    max-width: 1140px !important;
  }
}
@media (max-width: 1140px) {
  .c1 {
    flex: 0 22%;
  }
}
@media (max-width: 1100px) {
  body.com_easyblog.view-latest.no-layout.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover,
  body.com_easyblog.view-categories.layout-listings.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover {
    height: 170px !important;
  }
}
@media (max-width: 991px) {
  .phon-tps {
    display: none;
  }
  .c1.blg-lt {
    flex: 0 40%;
  }
}
@media (max-width: 767px) {
  .c1 {
    flex: 1 75%;
    width: 75%;
  }
  .tp-phone-col1 img {
    margin-right: 20px;
    margin-top: 2px;
  }
  .com_easyblog.view-entry .row-fluidsite-width.esyb-wrap {
    width: 90% !important;
  }
  .com_easyblog site-width {
    padding-left: 20px;
    padding-right: 20px;
  }
  .blg-bnr site-width .innerpage-title {
    font-size: 32px;
  }
  .blglistflx {
    gap: 0px;
    flex-direction: column;
  }
  .listing-bg-im {
    flex: 0 100%;
    height: 230px;
    width: 100%;
  }
  body.com_easyblog.view-latest.no-layout.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover,
  body.com_easyblog.view-categories.layout-listings.no-task.itemid-348
    #eb
    .eb-post-thumb
    .eb-post-image-cover {
    height: 160px !important;
    width: 100% !important;
  }
  .blg-top-flx {
    gap: 50px;
  }
  .blg-top-flx {
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-direction: column;
  }
  .com_easyblog .site-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* blogs layout */
.cat-flx-cl {
  display: flex;
}
.eb-post-category.comma-seperator a {
  font-size: 13px;
  color: #f7a324;
  font-weight: 600;
}
.row-fluidsite-width.esyb-wrap {
  margin: 20px auto;
  padding: 0 135px;
  width: auto;
}
.eb-entry-article .blog-img {
  margin: 12px 0;
}
.innerpage-title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 44px;
  line-height: 54px !important;
}

#eb .reset-heading {
  background: none;
  border: medium none;
  clear: none;
  display: block;
  float: none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
.innerpage-title {
  margin: 0;
  font-style: normal;
  font-weight: 600;
  color: #ffffff;
  font-size: 40px;
  line-height: 50px !important;
}
.eb-view-entry .eb-content {
  margin-top: 50px;
}
.b-crumb {
  margin-top: 26px;
}
.eb-meta-date {
  color: #fff;
}
.b-crumb a {
  line-height: 16px !important;
  color: #f0b503;
}
#eb .mod-items-grid {
  margin: 1px 0 !important;
  background: #101625;
}
.eb-entry-date {
  margin-top: 18px;
}
.eb-meta-date img {
  margin-right: 8px;
}
.com_easyblog.view-entry .row-fluid.site-width {
  width: 70% !important;
}
.row-fluid.site-wrapper.site-width {
  margin: 20px auto;
  padding: 0 135px;
  width: auto;
  max-width: 1440px;
  margin: auto;
  box-sizing: border-box;
}
.wrapper-static.view-entry .eb-entry-article img {
  margin-bottom: 35px;
  margin-top: 30px;
}
.wrapper-static.view-entry .eb-entry-article a.view-btn img {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.wrapper-static.view-entry .eb-entry-article h3.sub-title2 {
  margin-top: 35px !important;
  margin-bottom: 18px;
}
.com_easyblog .row-fluid.site-width {
  margin-bottom: 65px;
}
.site.com_easyblog .container-component {
  display: block;
}
.listing-bg-cont.video-pst {
  max-width: 560px;
}
#eb .eb-post-listing.is-row.has-divider > * + * {
  border-top: none !important;
}
#eb .eb-post-listing.is-row.has-divider {
  gap: 0;
}
.vid-title-blk {
  display: flex;
  align-items: center;
  /* height: 40px; */
  gap: 10px;
  margin: 5px 0;
}
.wrapper-static.view-tags time.eb-meta-date {
  color: #565f76;
}
span.eb-post-hits {
  display: none;
}
/*---- start tag sec dt ----*/
.vid-title-blk {
  display: flex;
  align-items: center;
  /* height: 40px; */
  gap: 10px;
  margin: 5px 0;
}
img.vid-title-ic {
  width: 38px;
  margin-bottom: 2px;
  border: 1px solid #f0b503;
  padding: 2px;
  border-radius: 50px;
}
.hp-section.hp-wchc.videotopsec {
  padding: 50px 0 36px;
}
.videotopsec ul.tabs.flx-rw.lnks.flxwrp {
  background-color: #f6f6f7;
  margin: 0;
  padding: 44px 42px;
  /* justify-content: space-between; */
  display: flex;
}
.videotopsec .flx-rw.lnks {
  position: relative;
  justify-content: center;
  gap: 20px;
}
.video-pst .cat-flx-cl {
  font-size: 16px;
  line-height: 18px;
}
.video-pst a.tag-nm {
  font-size: 14px;
  font-weight: 600;
}
ul.flxwrp {
  list-style: none;
  padding: 0;
}
.flx-rw {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
ul.tabs.flx-rw.lnks.links2.flxwrp .hvre:hover,
ul.tabs.flx-rw.lnks.links2.flxwrp li.hvre.active {
  background: #f0b503;
  color: #fff !important;
}
.hp-section.hp-wchc.videotopsec a.vid-ank {
  color: #000;
}
ul.tabs.flx-rw.lnks.links2.flxwrp .hvre {
  padding: 12px 10px;
  border: 1px solid #f0b503;
  border-radius: 0px;
  font-size: 18px;
  line-height: 18px;
  color: #f0b503 !important;
  background-color: #fff;
  position: relative;
}
ul.tabs.flx-rw.lnks.links2.flxwrp .hvre a.vid-ank,
.flx-vid a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.video-pst .cat-flx-cl a {
  color: #f0b503 !important;
}
.flx.alit_center.gap.flw-yt {
  /* max-width: 920px; */
  margin: 35px auto 0;
}
.hvre:hover span,
li.hvre.active span {
  color: #ffffff !important;
}
.video-pst a,
.vid-title-blk a {
  color: #00154d !important;
  font-weight: 500;
}
.esyb-wrap #eb .video-pst .eb-post-title a {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 1.3;
  margin-bottom: 3px;
  font-family: "Jost";
}
.video-pst a:hover,
.vid-title-blk a:hover {
  color: #f0b503 !important;
  text-decoration: none !important;
}
/*--- video bottom ---*/
.flx-vid {
  display: flex;
  gap: 30px;
  position: relative;
}

.flx-vid .stf-box {
  padding: 0px;
  background-color: #fef9f6;
  text-align: left;
  padding-bottom: 5px;
  border: 1px solid #fff;
  position: relative;
  height: 100%;
}
.flx-vid .stf-box:hover {
  box-shadow: 0 4px 50px 4px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border: 1px solid rgb(74 81 98 / 0%);
}
.flx-vid p.sf-sub-title {
  margin-top: 10px;
  padding: 0 10px;
  font-size: 12px;
}
.flx-vid h5.stf-title {
  font-size: 14px;
  font-family: "Jost";
  line-height: 22px;
  font-weight: 600;
  color: #101625;
  padding: 0 10px;
  margin-top: 10px;
}
.flx-vid.mrt50,
.mrt50 {
  margin-top: 20px;
}
h2.vid-short-title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.hp-section.pdt0 {
  padding-top: 0;
}
.flx-vid .stf-cl {
  flex: 1;
}
@media (max-width: 991px) {
  .flx-vid {
    flex-wrap: wrap;
  }
  .flx-vid .stf-cl {
    flex: 1 33.3333%;
  }
  ul.tabs.flx-rw.lnks.links2.flxwrp {
    width: inherit;
  }
  ul.tabs.flx-rw.lnks.flxwrp {
    padding: 32px 15px;
  }
  .videotopsec ul.tabs.flx-rw.lnks.flxwrp {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .flx.alit_center.gap.flw-yt {
    gap: 10px;
    margin-bottom: 20px;
  }
  .hp-section.hp-wchc.videotopsec h2.p-text {
    text-align: center;
  }
  .video-pst {
    margin-top: 15px;
  }
  .com_easyblog.view-entry .row-fluid.site-width {
    width: 100% !important;
  }
  .wrapper-static.view-entry .inner-cont1,
  .com_easyblog h1.innerpage-title,
  .eb-entry-article.clearfix {
    text-align: center;
  }
  .headerInner {
    padding: 0px 0;
  }
}

.header .cnt-btns {
  justify-content: flex-end;
}
.indent {
  padding-left: 25px;
}
/* addes by gsl */
.height-aut {
  height: auto !important;
}
.grecaptcha-badge {
  display: none;
}
.view-search .row-fluid.site-width {
  padding-top: 65px;
}
@media (max-width: 768px) {
  .com_easyblog.view-entry h2.hp-mods-title {
    font-size: 22px;
    line-height: 30px;
  }
  img.y-thumb {
    width: 100%;
    max-height: unset !important;
  }
  .flx-vid .stf-cl {
    max-width: 100%;
  }
  .stf-cl.last {
    max-width: 50%;
    margin: auto;
  }
  span.mb-add {
    text-align: center !important;
  }
}
/* ---- end blog new layout and search sec add dt07082023 by PT AWT -- */
/* faq */
.acc-inner {
  flex: 1;
}
.flx-rw.solfaq {
  align-items: unset !important;
}
/* added by yk 09/08/23 */
tr.blg th {
  padding: 10px 20px;
}
#mod-custom119 h3.shr-title,
#mod-custom172 h3.shr-title{
  color: #fff;
}
.alii {
  align-items: initial !important;
}
/* css added on 26 agust */
.fnt18 {
  font-size: 18px;
}
.fnt20 {
  font-size: 20px;
}
form#userForm .col-sm-6 {
  width: 49% !important;
}
form#userForm .row > * {
  width: auto;
}
.h-cnt-frm .row, #rsform_3_page_0 .row {
  column-gap: 10px;
}
label#consent0-lbl {
  display: flex;
  gap: 10px;
}
label#consent0-lbl input {
  height: 16px;
  width: 26px;
  position: relative;
  top: 6px;
}
@media (max-width: 767px) {
form#userForm .col-sm-6 {
  width: 100% !important;
}
}
/* end */
/* css for new home on 26 aug by GSL */
h2.shr-title {
  font-weight: 800;
}
.flx-cl.flx-cl-bnr1 {
  flex: 1 60%;
}
img.flt-rgt {
  float: right;
}
.zip-mod h1.hmbanner-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 60px;
}
.based p,
p.per-inf {
  font-size: 16px;
  line-height: 16px;
}
.zip-mod .cnt-zip {
  justify-content: flex-start;
  margin-top: 32px;
}
form#frm1.frm-flx {
  display: flex;
}
span.hvrr img.ar-rt {
  border-radius: 50px;
  padding: 6px;
  border: 2px solid #fff;
  margin-left: 6px;
  background-color: #fff;
}
.zip-mod button[type="submit"],
.cnt-zip.avt_pr button[type="submit"] {
  padding: 13.4px 20px 11px 20px;
}

p.per-inf img {
  width: 28px;
}
.zip-mod fieldset {
  margin-bottom: 22px;
}
/* banner end */
/* product start */
.mt60 {
  margin-top: 60px;
}
.max-wdt619 {
  max-width: 619px !important;
}
p.max-wdt619 {
  padding-bottom: 0 !important;
}
.flex-wrp {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: center;
}
h4.prd-nme {
  color: #001344;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.prd-eqe {
  flex: 1 15%;
  max-width: 16%;
  position: relative;
}
a.prd-eqe-lnk {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.prdt6 {
  display: flex;
  border-radius: 2px;
  background: #fff;
  padding: 24px 0;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
/* product end */
/* funnel */
.cnt-zip input {
  border-radius: 2px 0 0 2px;
}
.cnt-zip.avt_pr button[type="submit"] {
  border-radius: 0px 2px 2px 0px;
}
form#frm1.frm-funl {
  display: flex;
}
#mod-custom177 .victor-zip-bg .cl-w p, #mod-custom179 .victor-zip-bg .cl-w p {
  opacity: 0.8;
}
.max-wdtt {
  max-width: 475px;
}
/* funnel end */
/*  */
img.im-lt-slr {
  left: -35px;
  top: 0px;
}
.pd-rtt {
  padding-right: 30px;
}
.eq-col-box.wks-cl {
  background: #fafafa;
}
/*  */
/* mod */
.algn-it-ctr {
  align-items: center;
}
.etcr .eq-col-box {
  flex: 31%;
}
.eq-col-box.hovrr {
  text-align: left;
  border-radius: 2px;
  padding: 24px 18px 24px 24px;
  background: #fff;
}
.hov-im {
  display: none;
}
h4.mod-title {
  margin-top: 24px;
  color: #001344;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}
.eq-col-box.hovrr:nth-of-type(2) h4 {
  line-height: 24px;
}
a.view-btn11 {
  color: #029aff;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-transform: capitalize;
}

.eq-col-box.hovrr:hover,
.eq-col-box.hovrr:hover h4.mod-title,
.eq-col-box.hovrr:hover a.view-btn11 {
  background: #029aff;
  color: #ffffff;
}
.eq-col-box.hovrr:hover .hov-im {
  display: initial;
}
.eq-col-box.hovrr:hover .def-im {
  display: none;
}
/* mod end */
/* 4 steps */
.mt40 {
  margin-top: 40px;
}
.eq-col-box.bgclr {
  border-radius: 0px 2px 2px 0px;
  background: #fafafa;
}
.eq-col-box.st-bx h4.ser-title {
  font-weight: 800;
}
/* 4 steps */
/* verified */
.max-wth475 {
  max-width: 477px;
}
.h4title {
  color: #001344;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-transform: initial;
}
ul.check.list-otnoi li::before {
  left: 0;
}
ul.check.list-otnoi li {
  padding: 0 0 0 30px;
  color: #001344;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}
.flx-rw.al-it-fs {
  align-items: flex-start !important;
}
.otnoi-im-flx {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-end;
}
.otnoi-im-flx img {
  flex: 1 45%;
  max-width: 45%;
}
img.apprve {
  margin-top: 44px;
}
/* verified end */
/* cost */
img.im-rt-slr {
  top: -32px;
  right: -32px;
  left: auto;
}
/* cost end */
/* savings */
.victor-zip-bg.pdtb80 {
  background: #029aff url(../../../../../images/svg/victor-zip-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.max-wth700 {
  max-width: 700px;
  margin: auto;
}
.cnt-zip.avt_pr.cntr-btn {
  justify-content: center;
  margin-top: 32px;
}
.pdtb80 fieldset {
  margin-bottom: 0em;
}
/* savings end */
/* latest article */
.max-wdth880 {
  max-width: 880px;
  margin: auto;
}
.max-wdth880 > p:first-of-type {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.lt-art-head {
  color: #001344;
  font-size: 28px;
  font-weight: 800;
  line-height: 28px;
}
.lat-art .equi-col-box {
  flex: 1;
  border-radius: 0px 0px 4px 4px;
  background: #fafafa;
  height: 100%;
}
.arttxt {
  padding: 28px 20px 40px;
}
.lat-art p.btn-solr.btn1 {
  bottom: 5px;
}
p.time {
  color: #001344;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
p.time img, .lat-art img.ar-rt.def-im{
  width: 20px !important;
}
.lat-art img.ar-rt.def-im{
  display: initial !important;
}
.owl-carousel .lat-art .owl-item img.arti-image {
  border-radius: 2px 2px 0 0 !important;
}
.owl-nav {
  display: none;
}
h5.rthead {
  color: #001344;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
p.art-des {
  color: #001344;
  opacity: 0.8;
}
.owl-stage.lat-art {
  display: flex;
}
/* latest article end */
/* newlater */
.flx-rw.avt_pr.just-end {
  justify-content: flex-end !important;
}
.mgrt0 fieldset#rsform_6_page_0 {
  margin-right: 0;
}
.etcr form#userForm .row > * {
  width: 100%;
}
p.max-cont {
  max-width: 536px;
  opacity: 0.8;
}

/* newlater end */
/* footer */
p.abt-cont {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 24px;
  margin-bottom: 8px;
}
.ft-abt.ft1 {
  flex: 1 17%;
  max-width: 16%;
  position: relative;
}
ul.ftr-social.bnr-social {
  justify-content: flex-start;
  bottom: -100px;
  /* position: absolute; */
}
h3.ftr-head {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 40px;
}
.ft2 h3.ftr-head {
  padding-left: 2.8rem;
  margin-bottom: 28px;
}
.ftr-bottom-line {
  border-top: 1px solid rgb(255 255 255 / 10%);
  padding: 25px 0 25px;
}
p.nmee {
  color: #fff;
  opacity: 0.7;
  margin-bottom: 5px;
}
p.cop-nam {
  color: #fff;
  opacity: 0.7;
}
/* footer end */

/* new layout end */
p.btn-solr.btn1 {
  position: absolute;
  margin-top: 0;
  width: 91%;
  bottom: 20px;
}
.view-btn.btn11 {
  padding: 7px;
}
a.view-btn.btn11 img.ar-rt {
  padding: 2px;
}
.img22 {
  width: 200px;
  margin: auto;
  padding-top: 20px;
}
.img22 img {
  border-radius: 50%;
  height: 200px;
}
.hvr-non .eq-col-box.wks-cl:hover,
.hvr-non .eq-col-box.wks-cl:hover h4.ser-title {
  background-color: #ffffff;
  color: #001344;
}
.hvr-non .eq-col-box.wks-cl:hover p {
  background-color: #ffffff;
  color: #565f76;
}
.hvr-non .eq-col-box.wks-cl {
  position: relative;
}
.hvr-non .col-inner.wks-txt,
.etcr .eq-col-box {
  padding-bottom: 70px;
}
.ps-rev {
  position: relative;
}
.text-left {
  text-align: left;
}
header.header {
  padding: 0 !important;
}
div#leadforms-embd-form {
  max-width: 60%;
  margin: auto;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.itemid-108 div#leadforms-embd-form {
  max-width: 100%;
  margin-top: 30px;
}
.leadforms-form-body-bg-color__22V2C {
  background: none !important;
}
.leadforms-form-body-bg-img__QeC_h {
  background: #ffffff !important;
}
.leadforms-step-title__2EEqW {
  color: #000 !important;
}
#leadforms-submit-button,
.leadforms-back-button__2TXB1.leadforms-fade-in__1foT5.center__2non6.bottom__oiNZa {
  max-width: 40% !important;
}
.rangeslider.rangeslider-horizontal {
  max-width: 87%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.rangeslider__labels .rangeslider__label-item {
  color: #000 !important;
  top: -18px !important;
}
label.leadforms-gdpr-label__myQBo {
  color: #000 !important;
}
li.rangeslider__label-item[data-value="50"] {
  left: -25px !important;
}
li.rangeslider__label-item[data-value="650"] {
  left: auto !important;
  right: -55px !important;
}
.leadforms-answer__1oQbr img {
  width: 135px !important;
}
.leadforms-answer__1oQbr {
  max-width: 70% !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.leadforms-step-wrapper__2M_sn h2.fs24 {
  color: #001344 !important;
  font-size: 24px !important;
}
img[src="https://www.api.useleadbot.com/uploads/1-story.jpg"],
img[src="https://www.api.useleadbot.com/uploads/2-story.jpg"],
img[src="https://www.api.useleadbot.com/uploads/3-story.jpg"]
{
  margin-right: 0 !important;
  width: 80px !important;
}
img[src="https://www.api.useleadbot.com/uploads/tick.png"]
{
  margin-right: 0 !important;
  width: 30px !important;
}
img[src="https://www.api.useleadbot.com/uploads/cross_G7LDn72.png"]
{
  margin-right: 0 !important;
  height: 29px !important;
  width: 30px !important;
}
.leadforms-step-wrapper__2M_sn p a {
  color: #224faa !important;
}
.leadforms-back-button__2TXB1,
button#leadforms-submit-button {
  font-size: 18px !important;
}

/* latest ARTicle */
p.lat-art {
  font-size: 18px;
  color: #001344;
  font-weight: 600;
}
time.eb-meta-date {
  font-size: 14px;
}
h2.post-title {
  font-size: 22px;
  margin-top: 13px;
  line-height: 28px;
}
.post-date {
  line-height: 0;
}
.eb-post.pst2 {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
}
#mod-custom117 .rt-txt-pd-lt {
  padding-left: 35px;
}

/* funnel */
h2.funnl-title {
  font-size: 30px;
}
button.funl-btn {
  padding: 10px 12px !important;
}
.padding {
  padding: 30px;
  margin-bottom: 20px;
}
.dsp-funnl-title {
  font-size: 18px;
  margin-bottom: 0;
}
.cnt-zip.avt_pr.frm-zip {
  margin-top: 0;
}
.frm-zip fieldset {
  margin-bottom: 0;
}
.frm-zip form#frm1 {
  display: flex;
}
.dsk-dsp-non {
  display: none;
}
/* end */
@media (min-width:991px) {
  #mod-custom177 .pdtb65, #mod-custom179 .pdtb65 {
    padding: 40px 0;
  }
  
}
@media (max-width: 991px) {
  .pdt0 {
    padding-top: 0 !important;
  }
  img.flt-rgt {
    float: none;
}
.max-wdtt {
  max-width: initial;
}
  /* top funnel */
  .dsk-dsp-non {
    display: initial;
  }
  h2.funnl-title {
    font-size: 18px;
  }
  .mob-zip-frm form#frm1 {
    display: flex;
  }
  .mob-dsp-non {
    display: none;
  }
  /* top funnel end */
  a.brand-logo img {
    padding: 6px 0;
  }
  #mod-custom117 .rt-txt-pd-lt {
    padding-left: 0px;
  }
  .tstmnColOne p.btn-solr {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .zip-mod h1.hmbanner-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
  }
  .text-left {
    text-align: center;
  }
  /* .based {
  display: none;
} */
  .zip-mod .cnt-zip {
    justify-content: center;
  }
  p.per-inf {
    margin-top: 15px;
    justify-content: center;
  }
  /* .headerInner {
    padding: 0 !important;
  } */
  header.header {
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  p.per-inf {
    display: none;
  }
  a.brand-logo img {
    width: 60px;
    padding: 6px 0;
  }
  img.mbdsk-no {
    display: none;
  }
  p.tmnlMainDsc.rev-txt {
    text-align: center;
  }
  div#leadforms-embd-form {
    max-width: 100% !important;
  }
  .rangeslider.rangeslider-horizontal {
    max-width: 100%;
  }
  .rangeslider__labels .rangeslider__label-item {
    top: 10px !important;
  }
  li.rangeslider__label-item[data-value="50"] {
    left: 10px !important;
  }
  li.rangeslider__label-item[data-value="650"] {
    right: -18px !important;
  }
  #leadforms-submit-button,
  .leadforms-back-button__2TXB1.leadforms-fade-in__1foT5.center__2non6.bottom__oiNZa {
    max-width: 50% !important;
  }
  .leadforms-step-title__2EEqW {
    font-size: 20px !important;
  }
  /* .itemid-120 nav.mod-breadcrumbs__wrapper {
    top: 75px;
  } */
  /* new home */
  .zip-mod h1.hmbanner-title {
    padding: 0 10px;
  }
  .based {
    text-align: left;
  }

  .cnt-zip fieldset.formContainer.formHorizontal {
    width: 100%;
  }
  form#frm1.frm-flx,
  form#frm1.frm-funl {
    flex-direction: column;
    gap: 20px;
  }
  .cnt-zip input {
    border-radius: 2px;
    width: 100% !important;
  }
  p.per-inf {
    margin-top: 0px;
    text-align: left;
  }
  h2.shr-title {
    font-size: 32px;
    line-height: 40px;
  }
  p.light-txt {
    padding-right: 26px;
  }
  #mod-custom175 .mt60,
  #mod-custom185 .mt60 {
    margin-top: 30px;
  }
  .prd-eqe {
    flex: 1 47%;
    max-width: 47%;
  }
  .victor-zip-bg {
    background: #001344;
  }
  .pd-rtt {
    padding-right: 0px;
  }
  img.im-lt-slr {
    left: -10px;
    top: 23px;
  }
  .otnoi-im-flx {
    gap: 20px;
  }
  img.apprve,
  img.vefid {
    width: 46%;
  }
  .max-wth475 {
    margin-top: 40px;
  }
  .max-wth475 p.light-txt {
    padding-right: 0;
    padding: 0 5px;
  }
  img.im-rt-slr {
    top: -20px;
    right: -15px;
    left: auto;
  }
  .max-wth700 h2.shr-title.cl-w {
    padding: 0px 8px;
  }
  .max-wdth880 h2.shr-title {
    padding: 0 20px;
  }
  .lt-art-head {
    font-size: 24px;
    line-height: 24px;
  }
  .equi-col-box {
    flex: 1 100%;
  }
  .lat-art-sec .equi-col-box {
    max-width: 80%;
    margin: auto;
  }
  .victor-zip-bg.pdtb80 {
    background: #029aff;
  }
  .victor-zip-bg.bg-bl-vct {
    background: #029aff;
  }
  .etcr fieldset#rsform_6_page_0 .formBody {
    display: flex !important;
    flex-direction: column;
  }
  .etcr fieldset#rsform_6_page_0 .formControls.controls input {
    width: 100%;
    margin-bottom: 20px;
  }
  .etcr fieldset#rsform_6_page_0 button.rsform-submit-button {
    width: 100% !important;
    position: relative;
  }
  .etcr fieldset#rsform_6_page_0 span.rs-fr img.ar-rt {
    position: absolute;
    right: 130px !important;
    top: auto;
    left: auto;
    bottom: 13px;
  }
  .ft-abt.ft1 {
    flex: 1 100%;
    max-width: 100%;
  }
  ul.ftr-social.bnr-social {
    bottom: -65px;
    left: -65px;
}
.ftc_inf.qucik-link.ft2 {
  width: 80%;
  margin-top: 20px;
}
  footer.footer.mywrapper.mb-center .ft-menu ul#mainMenu {
    align-items: flex-start !important;
  }
  .ft-menu ul.main-menu-wrap li.menu-top-level {
    padding: 8px 0;
  }
  .ft2 h3.ftr-head,
  h3.ftr-head {
    padding-left: 0;
    font-size: 24px;
    line-height: 24px;
  }
  .flx-dis-wrp.dir-clm {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }
  .ft3 .flx-cl.cl-w:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .ft-abt.ft1 .headerLogo {
    text-align: center;
  }
  footer.footer.mywrapper.mb-center .ft-abt.ft1 {
    max-width: 100%;
  }
  ul.ftr-social.bnr-social {
    justify-content: center;
  }
  p.dby.cop-nam {
    padding: 0 10px;
  }
  .mgrt0 fieldset#rsform_6_page_0{
    margin-right: auto;
  }
  .owl-nav {
    display: initial;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  background-color: #f0b503 !important;
  border-radius: 0px !important;
  border: 1px solid #f0b503 !important;
  margin: 0 !important;
}
.owl-carousel .owl-nav button.owl-next span:hover, .owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: transparent;
  color: #ffffff !important;
}
 button.owl-prev {
  position: absolute !important;
  left: -10px;
  top: 50%;
}
 button.owl-next {
  position: absolute !important;
  top: 50%;
  right: -10px;
}
img.im-one.tall-img {
  max-width: 80%;
}
#mod-custom117 img.im-rt-slr {
  right: 20px;
}
  /* new home end */
}

ul.check.fg.list-cnt {
  display: flex;
  flex-wrap: wrap;
}
ul.check.fg.list-cnt li {
  flex: 1 48%;
  text-align: left;
  padding-left: 45px;
  color: #565f76;
}
@media (max-width: 390px) {
  .mob-zip-frm form#frm1 {
    flex-direction: column;
    gap: 20px;
  }
  h2.funnl-title {
    padding: 0 20px;
  }
}

.lst-p {
  margin: 30px auto 0;
}

/* end */

.eq-col-box.n-hover p.btn-solr{
  margin-top: 20px;
}

.eq-col-box.n-hover:hover p.btn-solr{
  background-color: #fff;
}

.eq-col-box.n-hover:hover ,
.eq-col-box.n-hover:hover h4{
  background:#fff;
  color: #000;
}
.eq-col-box.n-hover h4 {
  text-align: center;
}
.gp100{
  gap: 100px;
}
.gap50s{
  gap: 30px;
}
@media(max-width:768px){
  .gp100,
  .gap50s {
    gap: 0;
    flex-direction: column;
}
  .gp100 ul,
  .gap50s ul{
 margin-bottom: 0 !important;
 padding-top: 0px !important;
}
}

/* contact us lead form   */
form.leadforms-form-step__1oJ0i {
  display: flex;
  column-gap: 30px;
  flex-wrap: wrap;
  align-items: flex-end;
}
form.leadforms-form-step__1oJ0i.leadforms-slide-left__UFzbe {
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
.sc-jEACwC.iPcvtg {
  margin: 0;
}
form.leadforms-form-step__1oJ0i div{
  flex: 1 45%;
}
form.leadforms-form-step__1oJ0i div:first-child,
form.leadforms-form-step__1oJ0i div:nth-child(6),
form.leadforms-form-step__1oJ0i div:nth-child(7){
  flex-basis: 100%;
}

@media(max-width:768px){
  form.leadforms-form-step__1oJ0i div{
    flex: 1 100%;
  }
}
.iPcvtg .rangeslider-horizontal{
  width: 400px;
}
/* funnel baner edit by GSL on 4sep 2k23*/

h2.fnl-bnr-head {
  color: #001344;
  font-size: 44px;
  font-weight: 600;
  line-height: 48px;
}
p.fnl-txt {
  color: #565F76;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  text-transform: capitalize;
  margin-top: 18px;
  margin-bottom: 32px;
}

.cnt-zip.bnr-form input {
  border: 1px solid rgb(0 19 68 / 40%);
  border-radius: 2px;
  margin-right: 20px;
  width: 280px;
  height: 45px;
}
.zip-mod .bnr-form button[type="submit"] {
  padding: 6px 20px;
  border-radius: 2px;
  width: 200px;
  height: 45px;
}
.img-fnl-bnr {
  width: 80%;
  float: right;
}
button#leadforms-submit-button {
  margin: 0;
}
@media (max-width:991px) {
  .cnt-zip.bnr-form input {
    border-radius: 2px 0 0 2px;
    margin-right: 0px;
    width: auto;
  }
  .zip-mod .bnr-form button[type="submit"] {
    border-radius: 0 2px 2px 0;
    width: auto;
  }
  .img-fnl-bnr {
    width: 80%;
    float: none;
  }
}

@media (max-width:768px) {
  h2.fnl-bnr-head {
    font-size: 28px;
    line-height: 40px;
  }
  p.fnl-txt {
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bnr-form form#frm1.frm-flx{
    flex-direction: initial;
    gap: 0;
    max-width: 500px;
    margin: auto;
  }
  /* p.fnl-txt {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
  } */
  .mbmgtt-20{
    margin-top: 20px;
  }
  .img-fnl-bnr {
    width: 70%;
}
  .bnr-form form#frm1.frm-flx{
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }
  .zip-mod .cnt-zip.bnr-form {
    margin-top: 20px;
}
}
/* funnel baner end */
/* edit for new menu/header  */
.headerInner {
  /* padding: 10px 60px; */
  max-width:1440px;
  margin: auto;
}
/* @media (max-width: 992px){
.headerInner {
  padding: 0 30px;
}
}
@media (max-width: 768px){
.headerInner {
  padding: 0 20px;
}
} */
/* edit for article banner and header button */
.pdbtbnr35 {
  padding: 35px 0;
}
p.btn-solr-hed {
  margin: 0 10px 0;
}
.btn-solr-hed a.view-btn {
  padding: 10px;
}
.btn-solr-hed img.ar-rt {
  width: 20px;
  padding: 2px !important;
}
.hed-get-qt-btn {
  display: none;
}
@media (max-width: 991px){
  .hed-get-qt-btn {
    display: block;
}
}
@media (max-width: 768px){
  .pdbtbnr35 {
    padding: 25px 0;
    padding-top: 10px;
  }
  .InmainBanner .pdbtbnr35 {
    padding: 10px 0;
  }
  .moduletable.moduletablebrdcr {
    display: none;
  }
  .btn-solr-hed a.view-btn {
    padding: 5px;
}
  }
  a.psr-abs {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.btn-ps-btm p.btn-solr.btn1 {
  bottom: 0px ;
}
.btn-ps-btm .eq-col-box.ps-rev.hovrr.wks-cl {
  padding-bottom: 35px;
}
li.menu-top-level.itemid {
  margin-bottom: 15px;
}
@media (max-width:440px) {
  li.menu-top-level.itemid {
    margin-bottom: 0;
  }
}
/* */
h1.hmbanner-title {
  text-transform: initial !important;
}
/* new header css edit by GSL on 20sep */
.site-width-max {
  max-width: 1440px;
  margin: auto;
  padding: 0 116px;
}
.flx1 {
  display: flex;
  align-items: center;
  gap: 32px;
}
a.lnk-txt {
  color: #001344;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}
p.lo-txt {
  color: #565F76;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
  margin-top: 14px;
}
.lnk {
  padding-left: 36px;
}
a.lnk-txt:before {
  content: "";
  background: url(../../../../../images/svg/CaretCircleDown.svg);
  width: 28px;
  height: 28px;
  position: absolute;
  left: -35px;
  top: 2px;
}
.hdr-cnts {
  display: flex;
  align-items: center;
  gap: 24px;
}
.hdr-cnts p.btn-solr {
  margin: 0;
}
a.view-btn.hedbtn {
  padding: 16px 18px;
}
p.phn-ats {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0;
}
span.logs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
span.logs span {
  color: #09203E;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
span.logs a {
  color: #F0B503;
  font-size: 16px;
  font-weight: 800;
  line-height: 16px;
}
hr.hdhr {
  color: #001344;
  opacity: 0.15;
  margin: 0;
}
.headerInner2 {
  padding: 16px 0;
}

@media (min-width:1243px) and (max-width:1357px) {
  .flx1 {
    gap: 10px;
}
a.lnk-txt {
  font-size: 16px;
}
p.lo-txt {
  font-size: 13px;
  margin-top: 8px;
}
a.view-btn.hedbtn {
  padding: 12px 10px;
}
.hdr-cnts {
  gap: 13px;
}
}
@media (min-width:1175px) and (max-width:1243px) {
span.logs {
  display: flex !important;
}
}
@media (min-width:991px) and (max-width:1243px) {
  .site-width-max {
    padding: 0 40px;
}
a.brand-logo img {
  width: 75px;
}
.flx1 {
  gap: 10px;
}
a.lnk-txt {
font-size: 16px;
}
p.lo-txt {
font-size: 13px;
margin-top: 8px;
}
.hdr-cnts {
gap: 13px;
}
span.logs {
  display: none;
}
a.view-btn.hedbtn {
  padding: 12px 5px;
}
}
@media (max-width:991px) {
  .site-width-max {
    padding: 0px 40px;
}
  .flx1,hr.hdhr {
    display: none;
}
.headerInner2 {
  padding: 0px 0;
}
.hdr-cnts {
  margin-right: 60px;
}
a.view-btn.hedbtn {
  padding: 12px 10px;
}
}
@media (max-width:768px) {
  a.brand-logo img {
    width: 60px;
    padding: 6px 0;
  }
  .site-width-max {
    padding: 0px 20px;
}
span.logs {
  display: none;
}
a.view-btn.hedbtn {
  display: initial;
}
.innerpage-title {
  font-size: 28px;
  line-height: 40px !important;
}
h3.sub-title2 {
  line-height: 34px;
}
}
@media (max-width:500px) {
  a.view-btn.hedbtn {
    display: none;
}
.table-con {
  overflow-x: scroll;
}
}
/* new header end */
img.img-rec {
  max-width: 450px;
}
@media (max-width:768px) {
  img.img-rec {
    max-width:100%;
  }
  
}
.eapp-cookie-consent-actions-confirm.jsx-1742907847 {
  background: #e6ad03 !important;
}

/* Review  */
p.tmnlTXT01 span {

  background: transparent;
  color: #7b2f25;
  padding: 10px 20px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid #7b2f25;
  display: inline-block;

}

p.tmnlTXT01 {

  margin: 10px 0 30px;

}

h2.tmnlMainTitle {

  margin: 0;

  font-size: 35px;

  /* color: #ffffff; */

  line-height: 45px;

  margin-bottom: 10px;

  font-weight: 600;

}

.tstmnColOne {
  text-align: center;
}

ul.tmnlMainLIc li {
  border-radius: 1px;
  background: #F4F8FF;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.tmnlMainLIc li {

  margin: 0 6px 0 0;

}

ul.tmnlMainLIc li i {
  color: #FFBA00;
}

ul.tmnlMainLIc {

  margin: 15px 0;

  display: flex;

  list-style: none;

}

.AuthInfosWrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

}

.AuthInf {

  display: flex;

  align-items: center;

}

.AuthNms h3 {
  margin: 0 0 3px;
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
}

.AuthNms p {

  margin: 0;

  color: #8f8f8f;

}

.AuthNms {

  padding-left: 15px;

}

.tmnlQIc i {

  color: #7b2f25;

  font-size: 22px;

}

.AuthInfosWrap {

  margin-top: 35px;

}

.tmnlRVbox {

  display: flex;

  margin: 0 -15px;

}

.tstimonialItemInner {

  background: #fff;

  border-radius: 5px;

  background-position: top;

  /* border: 2px solid #2a333d; */

  height: 100%;

  /* min-height: 415px; */

  padding: 30px;

  box-sizing: border-box;

  /* box-shadow: rgba(0, 0, 0, .3) 0px 19px 38px, rgba(0, 0, 0, .22) 0px 15px 12px; */

}

.tstimonialItems {

  padding: 0 15px;

}

/* .testimonialsSection {

  background: #17212e url(../../../images/review-bg-min.jpg);

  background-size: cover;

  background-repeat: no-repeat;

  background-position: top;

} */
p.tmnlMainDsc.test-text {
  color: #001344;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.tstimonialItemInner p.tmnlMainTxt {
  color: #001344;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.tstmnColTwo {

  position: relative;
  margin: 60px 0 50px;

}
a.view-btn {
  padding: 18px 20px;
}
p.text-cnt {
  margin-top: 68px;
  text-align: center;
}
.swiper-slide {
  height: auto;
}

.swiper-button-prev {

  left: -70px;

  z-index: 55;

}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  border: 2px solid #F0B503;
  background: transparent;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-disabled::after {
  background-image: url(/images/right_arrow_l-clr.svg);
}
.swiper-button-next.swiper-button-disabled::after {
  background-image: url(/images/right_arrow_r-clr.svg);
}
.AuthAvtar img {
  max-width: 50px;
}

p.tmnlMainTxt a:hover {
  color: #fff;
}

p.tmnlMainTxt a b {
  color: #029AFF;
  font-style: italic;
  font-weight: 700;
  text-decoration-line: underline;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  background-image: url(/images/right_arrow_r.svg);
  height: 25px;
  width: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

/* css changed */
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(/images/right_arrow_l.svg);
  height: 25px;
  width: 25px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: #F0B503;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -70px;
}

a {
  text-decoration: none !important;
}
.Icon__IconContainer-sc-11wrh3u-0 svg {
  filter: brightness(0) saturate(100%) invert(99%) sepia(11%) saturate(164%) hue-rotate(255deg) brightness(117%) contrast(100%) ;
}
/* end */
@media (max-width:768px) {

  .tstmnColOne {
      display: flex;
      flex-direction: column;
      align-items: center;
  }

  .tstmnColOne,
  .tstmnColTwo {

      width: 100%;

  }

  h2.tmnlMainTitle {

      font-size: 30px;

      line-height: 42px;

  }

  .tstmnColTwo {

      padding-left: 0;
      margin-top: 20px;

  }

  .tstimonialItemInner {
      min-height: 310px;
      padding: 20px 19px;
  }

  .swiper-button-next,
  .swiper-button-prev {
      position: relative;
  }

  .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: -15px;
      top: 50%;
      position: absolute;
  }

  .swiper-button-prev, .swiper-rtl .swiper-button-next {
      left: -13px;
      top: 50%;
      position: absolute;
  }

  .swiper-button-next,
   .swiper-button-prev {
      width: 45px;
      height: 45px;
  }

  /* .swiper-button-prev {

      left: 38%;

  } */

  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {

      display: flex;

  }
  .swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
      width: 80%;
  }
  p.text-cnt {
      margin-top: 51px;
      text-align: center;
  }

}

@media (min-width:768px) and (max-width:991px) {

  .swiper-button-next,
  .swiper-button-prev {
      width: 30px;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
      left: -35px
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
      right: -35px;
  }

  h2.tmnlMainTitle {

      font-size: 25px;

      line-height: 35px;

  }

  /* .tstmnColOne {

      width: 40%;

  } */

  /* .tstmnColTwo {

      width: 60%;

      padding-left: 35px;

  } */

  .tmnlBTN a {

      font-size: 13px;

  }

}

@media (min-width:1140px) and (max-width:1360px) {

  /* .swiper-button-next,
  .swiper-button-prev {
      width: 30px;
  } */

  .swiper-button-prev {
      left: -70px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
      right: -70px;
  }
}
@media (min-width:991px) and (max-width:1140px) {

  .swiper-button-next,
  .swiper-button-prev {
      width: 30px;
  }

  .swiper-button-prev {
      left: -40px;
  }

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
      right: -40px;
  }
}

/* @media(max-width:450px){
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
      right: -52%;
  }
  .swiper-button-prev {
      left: 36%;
  }
} */

/* solar product page  */
.s-pro {
  text-align: center;
  margin-bottom: 50px;
}
.s-pro h5{
  margin-bottom: 20px;
}
.s-pro .prd-eqe{
padding: 12px 16px;
    max-width: max-content;
}

/* compare products  */
.pdtt40 {
  padding-top: 40px;
}
div#eshop-main-container .page-header {
  padding-bottom: 0;
  margin: 0;
  border-bottom: unset;
}
.col-lg-4.shop-cate {
  width: 28%;
}
.compare-message.cmp-btn a:last-child,
.gt-qt a{
  background: #f0b503;
  color: #fff;
  padding: 8px 10px;
  margin-left: 10px;
}
.gt-qt a{
  padding: 10px 40px;
}
.products-list-container.grid .prod-box {
  flex: 1 30.33%;
  max-width: 30% !important;
}
/* compare products  */
.eshop-info-block {
  background: transparent !important;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;
}
.eshop-categories-list .eshop-category-wrap .eshop-info-block, .eshop-sub-categories-list .eshop-category-wrap .eshop-info-block {
  background: #eee;
}
.shop-cate .eshop-category-wrap {
  border: 0;
  background: #ffffff;
  box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px;
}
.eshop-categories-list .eshop-category-wrap, .eshop-sub-categories-list .eshop-category-wrap {
  text-align: center;
  border: 1px #eee solid;
}
.eshop-categories-list {
  padding: 60px 0;
}
.row.flex-shop {
  gap: 40px;
}
.eshop-bn {
  padding: 40px;
}
.eshop-bn a {
  background: #f0b503;
  color: #fff;
  padding: 10px 14px;
  margin: 0 10px;
}
.eshop-grey{
  background-color: #f6fafa;
}
.eshop-grey .eshop-bn a {
  background: #fff;
  color: #f0b503;
  border: 1px solid #f0b503;
}
.just-cnt > .row.clearfix {
  gap: 0px;
  margin-top: 40px;
}
.just-cnt > .row.clearfix {
  justify-content: center !important;
}
.prod-box .image.img-thumbnail {
  border: 0;
  padding: 0;
}
.prod-box {
  background: #ffffff;
  box-shadow: 0px 7px 50px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  padding: 20px !important;
  display: flex;
  justify-content: center;
  /* max-width: 55% !important; */
  align-items: center;
  gap: 15px;
}
.products-list-container.grid .prod-box {
  flex-direction: column;
}
.products-list-container.grid .prod-box {
  flex: 1 30.33%;
  max-width: 30% !important;
}
.eshop-info-block h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
}
div#products-list .eshop-info-block {
  margin-bottom: 0px;
}
a.view-btn {
  color: #fff;
  background: #f0b503;
  border: 2px solid #f0b503;
  border-radius: 2px;
  padding: 20px;
}
.eshop-info-block a.view-btn {
  padding: 14px 20px;
  color: #fff;
  border: 2px solid #f0b503;
}
a.view-btn:hover{
  color: #fff;
}
.prod-box .eshop-info-block h5 a {
  font-size: 18px;
  line-height: 1.6;
}

.short-info .product-manufacturer, .short-info .product-sku {
  color: #001344;
  font-weight: 600;
  font-size: 21px;
  margin-bottom: 10px;
}
.product-info joomla-tab button[role=tab] {
  font-size: 16px;
}
h1.shop-h1-title {
  font-size: 25.6px;
  font-weight: 600;
  line-height: 48px;
  color: #001344;
  margin-bottom: 20px;
}
.padd-30 {
  padding: 40px 0 0;
  /* border-top: 1px solid #e6e6e6; */
}
.short-info a.view-btn {
  padding: 10px 22px;
  width: max-content;
  border: none;
}
.row.prod-box .col-lg-4 {
  width: 30%;
}

/*Compare Solar Products sub-menu */
.lnk.lnk1 {
    position: relative;
}
.lnk.lnk1:hover .lnk1_submn{
    display:flex;
}
.lnk1_submn {
    position: absolute;
    display: none;
    gap: 24px;
    width: max-content;
    background: #fff;
    z-index: 1;
    padding:20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    left: 3px;
    top: 55px;
}

ul.lnk_lst {
    list-style: none;
    margin: 0;
    padding-left: 1rem;
}
.lnk1_submn li a{
    font-weight: 400;
    font-size: 15px;
    color: #0a2c46;
    
}
.lnk1_submn li{
    padding:4px;
}
.lnk1_submn li:first-of-type:hover{
   text-decoration: underline;
}
.pd-30 {
  padding: 30px 0;
}
.comp-table td {
  padding: 15px;
}
.comp-table tbody tr {
  border: 3px solid #fff!important;
}

fieldset#rsform_7_page_0 .row {
  justify-content: center;
}
fieldset#rsform_7_page_0 .row {
  flex-direction: column;
}
fieldset#rsform_7_page_0 label.col-form-label.formControlLabel {
  display: none;
}
fieldset#rsform_7_page_0 button#Submit {
  padding: 20px;
  display: block;
  margin: auto;
}
fieldset#rsform_7_page_0 .rsform-block.rsform-block-get-quote {
  padding:10px 0 20px 0;
}
fieldset#rsform_7_page_0 .row.mb-3.rsform-block.rsform-block-submit {
  margin-bottom: 0!important;
}
@media(max-width:992px){
.just-cnt > .row.clearfix {
  flex-direction: column;
  gap:30px;
}
.products-list-container.grid .prod-box {
  flex: 1 100%;
  max-width: 100% !important;
}

.site-width.eshop-bn.list-page div ,
.site-width.eshop-bn div {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}
.eshop-grey .eshop-bn a ,
 .eshop-bn a {
  flex: 1 40%;
  max-width: 50%;
  text-align: center;
}
.eshop-info-block a.view-btn {
  margin-top: 20px;
}
.row.product-cart.clearfix div {
    display: flex;
    gap: 30px;
}
}
/* submit button css */
.formContainer button[type=submit][disabled] {
  background-color: #f0b503;
  border: 2px solid #f0b503;
  opacity: 0.5;
  pointer-events: all;
  cursor: not-allowed !important;
}
[type="submit"]:not(:disabled),
button:not(:disabled) {
cursor: pointer;
}
/* submit button css */