@charset "UTF-8";
/*
* strip-unit - Unit stripper [10px = 10]
* param - $num : the value with a unit suffix, E.g: 10px
* return - $result : the value without any suffix, E.g: 10
* E.g. strip-unit(100px) = 100
*/
/*
* pxToEM - Convert PX value to EM value [100px = 6.25em]
* param - $target : the value in px without 'px' suffix, E.g: 100
* return - $result : the value in em with 'em' suffix, E.g: 6.25em
* E.g. pxToEM(100) = 6.25em
*/
/*
* u - PX and REM constrictor
* param - $property : css property, E.g: padding
* param - $values... : list of values for the property, note values are multiplied by $pixelBase, E.g.: 10, 20, 30, 40
* return - $result : the css property with values applied in pixels
* E.g. @include u(padding, 10, 20, 30, 40) = padding: 100px, 200px, 300px, 400px;
*/
/*! _bundled */
/**
  * list-merge - Merge two lists, if the value is present in both of the lists 
  * only add it once
  * @param $list1 {list} 
  * @param $list2 {list} List to merge
  * @return {list} the merged list
  */
/** 
 * deep-map-get - Function to fetch deeply nested values from a given map
 * @param map {map}: The map we are fetching from
 * @param keys {array}: The key chain
 * @return {*}: The found value
*/
/** 
 * split-str - Split a string be a given char
 * @param {string} string: The string being split
 * @param {char} separator: The separating character
 * @return {array} split-arr: An array of the split up words
 */
/** 
 * get - Fetches deeply nested values based on the key given
 * @param {string} key: The key being used in the fetch
 * @param {map} map: The map being fetched from
 * @return {*}: The found value or values
 */
/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #668188;
  --bs-secondary: #d8ddde;
  --bs-success: #28a745;
  --bs-info: #17a2b8;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-font-base-value: "Segoe UI", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-heading: "Segoe UI", "Segoe UI", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

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

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

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

html.wf-loading h1, html.wf-loading .h1, html.wf-loading h2, html.wf-loading .h2, html.wf-loading h3, html.wf-loading .h3, html.wf-loading h4, html.wf-loading .h4, html.wf-loading h5, html.wf-loading .h5, html.wf-loading h6, html.wf-loading .h6, html.wf-loading p, html.wf-loading pre, html.wf-loading blockquote, html.wf-loading li, html.wf-loading dd, html.wf-loading span, html.wf-loading label, html.wf-loading button, html.wf-loading a {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #668188;
  -webkit-text-decoration: underline;
  text-decoration: underline; }
  a:hover {
    color: #52676d; }

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

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

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

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

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

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

textarea {
  resize: vertical; }

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

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

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

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

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

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

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

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

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

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

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase; }

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

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

hr.dashed, hr.dotted {
  background-color: transparent;
  border-color: inherit; }

hr.dashed {
  border-top: 2px dashed; }

hr.dotted {
  border-top: 2px dotted; }

hr.hr-text {
  position: relative;
  overflow: visible; }
  hr.hr-text::before {
    content: attr(data-content);
    display: inline-block;
    background: #ffffff;
    padding: 0 1rem;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.SeparatorCol {
  display: none; }

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

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

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

.img-object-fit-cover,
.img-na-object-fit-cover,
.img-object-fit-contain,
.img-na-object-fit-contain {
  position: relative; }
  .img-object-fit-cover > img,
  .img-na-object-fit-cover > img,
  .img-object-fit-contain > img,
  .img-na-object-fit-contain > img {
    position: absolute;
    top: 0;
    left: calc(var(--bs-gutter-x) / 2);
    height: 100%;
    width: calc(100% - var(--bs-gutter-x));
    min-height: 1rem; }

.img-object-fit-cover > img,
.img-na-object-fit-cover > img {
  -o-object-fit: cover;
  object-fit: cover; }

.img-object-fit-contain > img,
.img-na-object-fit-contain > img {
  -o-object-fit: contain;
  object-fit: contain; }

@media (min-width: 576px) {
  .img-sm-object-fit-cover,
  .img-sm-object-fit-contain {
    position: relative; }
    .img-sm-object-fit-cover > img,
    .img-sm-object-fit-contain > img {
      position: absolute;
      top: 0;
      left: calc(var(--bs-gutter-x) / 2);
      height: 100%;
      width: calc(100% - var(--bs-gutter-x));
      min-height: 1rem; }
  .img-sm-object-fit-cover > img {
    -o-object-fit: cover;
    object-fit: cover; }
  .img-sm-object-fit-contain > img {
    -o-object-fit: contain;
    object-fit: contain; } }

@media (min-width: 768px) {
  .img-md-object-fit-cover,
  .img-md-object-fit-contain {
    position: relative; }
    .img-md-object-fit-cover > img,
    .img-md-object-fit-contain > img {
      position: absolute;
      top: 0;
      left: calc(var(--bs-gutter-x) / 2);
      height: 100%;
      width: calc(100% - var(--bs-gutter-x));
      min-height: 1rem; }
  .img-md-object-fit-cover > img {
    -o-object-fit: cover;
    object-fit: cover; }
  .img-md-object-fit-contain > img {
    -o-object-fit: contain;
    object-fit: contain; } }

@media (min-width: 992px) {
  .img-lg-object-fit-cover,
  .img-lg-object-fit-contain {
    position: relative; }
    .img-lg-object-fit-cover > img,
    .img-lg-object-fit-contain > img {
      position: absolute;
      top: 0;
      left: calc(var(--bs-gutter-x) / 2);
      height: 100%;
      width: calc(100% - var(--bs-gutter-x));
      min-height: 1rem; }
  .img-lg-object-fit-cover > img {
    -o-object-fit: cover;
    object-fit: cover; }
  .img-lg-object-fit-contain > img {
    -o-object-fit: contain;
    object-fit: contain; } }

@media (min-width: 1200px) {
  .img-xl-object-fit-cover,
  .img-xl-object-fit-contain {
    position: relative; }
    .img-xl-object-fit-cover > img,
    .img-xl-object-fit-contain > img {
      position: absolute;
      top: 0;
      left: calc(var(--bs-gutter-x) / 2);
      height: 100%;
      width: calc(100% - var(--bs-gutter-x));
      min-height: 1rem; }
  .img-xl-object-fit-cover > img {
    -o-object-fit: cover;
    object-fit: cover; }
  .img-xl-object-fit-contain > img {
    -o-object-fit: contain;
    object-fit: contain; } }

@media (min-width: 1400px) {
  .img-xxl-object-fit-cover,
  .img-xxl-object-fit-contain {
    position: relative; }
    .img-xxl-object-fit-cover > img,
    .img-xxl-object-fit-contain > img {
      position: absolute;
      top: 0;
      left: calc(var(--bs-gutter-x) / 2);
      height: 100%;
      width: calc(100% - var(--bs-gutter-x));
      min-height: 1rem; }
  .img-xxl-object-fit-cover > img {
    -o-object-fit: cover;
    object-fit: cover; }
  .img-xxl-object-fit-contain > img {
    -o-object-fit: contain;
    object-fit: contain; } }

.img-object-fit-p-0 > img {
  left: 0;
  width: 100%; }

.img-object-fit-center-top > img {
  -o-object-position: top;
  object-position: top; }

.img-object-fit-center-bottom > img {
  -o-object-position: bottom;
  object-position: bottom; }

.img-object-fit-left-center > img {
  -o-object-position: left;
  object-position: left; }

.img-object-fit-right-center > img {
  -o-object-position: right;
  object-position: right; }

.img-object-fit-left-top > img {
  -o-object-position: left top;
  object-position: left top; }

.img-object-fit-right-top > img {
  -o-object-position: right top;
  object-position: right top; }

.img-object-fit-center-left-bottom > img {
  -o-object-position: left bottom;
  object-position: left bottom; }

.img-object-fit-right-bottom > img {
  -o-object-position: right bottom;
  object-position: right bottom; }

.figure {
  display: inline-block; }

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

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

.c2figure-caption > p {
  margin-bottom: 0; }

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

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

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

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

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

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

*[class*='container'] *[class*='container']:not(.maintain-px) {
  padding-left: 0;
  padding-right: 0; }

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #e0e6e7;
  --bs-table-striped-bg: #d5dbdb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cacfd0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cfd5d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cacfd0; }

.table-secondary {
  --bs-table-bg: #f7f8f8;
  --bs-table-striped-bg: #ebecec;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dedfdf;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4e5e5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dedfdf; }

.table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bfd5c4; }

.table-info {
  --bs-table-bg: #d1ecf1;
  --bs-table-striped-bg: #c7e0e5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd4d9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1dadf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd4d9; }

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9; }

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

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

.table-dark {
  --bs-table-bg: #343a40;
  --bs-table-striped-bg: #3e444a;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #484e53;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #43494e;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #484e53; }

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label,
.c2form_fldname {
  margin-bottom: 0.5rem; }

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

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

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

.form-text, .c2form_fldhlp {
  margin-top: 0.25rem;
  color: #6c757d; }

.form-control,
.c2form_input input[type="tel"],
.c2form_input input[type="email"],
.c2form_input input[type="text"],
.c2form_input input[type="password"],
.c2form_input textarea {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .form-control,
    .c2form_input input[type="tel"],
    .c2form_input input[type="email"],
    .c2form_input input[type="text"],
    .c2form_input input[type="password"],
    .c2form_input textarea {
      transition: none; } }
  .form-control[type="file"],
  .c2form_input input[type="tel"][type="file"],
  .c2form_input input[type="email"][type="file"],
  .c2form_input input[type="text"][type="file"],
  .c2form_input input[type="password"][type="file"],
  .c2form_input textarea[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]),
    .c2form_input input[type="tel"][type="file"]:not(:disabled):not([readonly]),
    .c2form_input input[type="email"][type="file"]:not(:disabled):not([readonly]),
    .c2form_input input[type="text"][type="file"]:not(:disabled):not([readonly]),
    .c2form_input input[type="password"][type="file"]:not(:disabled):not([readonly]),
    .c2form_input textarea[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus,
  .c2form_input input[type="tel"]:focus,
  .c2form_input input[type="email"]:focus,
  .c2form_input input[type="text"]:focus,
  .c2form_input input[type="password"]:focus,
  .c2form_input textarea:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b3c0c4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
  .form-control::-webkit-date-and-time-value,
  .c2form_input input[type="tel"]::-webkit-date-and-time-value,
  .c2form_input input[type="email"]::-webkit-date-and-time-value,
  .c2form_input input[type="text"]::-webkit-date-and-time-value,
  .c2form_input input[type="password"]::-webkit-date-and-time-value,
  .c2form_input textarea::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-moz-placeholder,
  .c2form_input input[type="tel"]::-moz-placeholder,
  .c2form_input input[type="email"]::-moz-placeholder,
  .c2form_input input[type="text"]::-moz-placeholder,
  .c2form_input input[type="password"]::-moz-placeholder,
  .c2form_input textarea::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder,
  .c2form_input input[type="tel"]:-ms-input-placeholder,
  .c2form_input input[type="email"]:-ms-input-placeholder,
  .c2form_input input[type="text"]:-ms-input-placeholder,
  .c2form_input input[type="password"]:-ms-input-placeholder,
  .c2form_input textarea:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder,
  .c2form_input input[type="tel"]::placeholder,
  .c2form_input input[type="email"]::placeholder,
  .c2form_input input[type="text"]::placeholder,
  .c2form_input input[type="password"]::placeholder,
  .c2form_input textarea::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly],
  .c2form_input input[type="tel"]:disabled,
  .c2form_input input[type="tel"][readonly],
  .c2form_input input[type="email"]:disabled,
  .c2form_input input[type="email"][readonly],
  .c2form_input input[type="text"]:disabled,
  .c2form_input input[type="text"][readonly],
  .c2form_input input[type="password"]:disabled,
  .c2form_input input[type="password"][readonly],
  .c2form_input textarea:disabled,
  .c2form_input textarea[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button,
  .c2form_input input[type="tel"]::file-selector-button,
  .c2form_input input[type="email"]::file-selector-button,
  .c2form_input input[type="text"]::file-selector-button,
  .c2form_input input[type="password"]::file-selector-button,
  .c2form_input textarea::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button,
      .c2form_input input[type="tel"]::file-selector-button,
      .c2form_input input[type="email"]::file-selector-button,
      .c2form_input input[type="text"]::file-selector-button,
      .c2form_input input[type="password"]::file-selector-button,
      .c2form_input textarea::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button,
  .c2form_input input[type="tel"]:hover:not(:disabled):not([readonly])::file-selector-button,
  .c2form_input input[type="email"]:hover:not(:disabled):not([readonly])::file-selector-button,
  .c2form_input input[type="text"]:hover:not(:disabled):not([readonly])::file-selector-button,
  .c2form_input input[type="password"]:hover:not(:disabled):not([readonly])::file-selector-button,
  .c2form_input textarea:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button,
  .c2form_input input[type="tel"]::-webkit-file-upload-button,
  .c2form_input input[type="email"]::-webkit-file-upload-button,
  .c2form_input input[type="text"]::-webkit-file-upload-button,
  .c2form_input input[type="password"]::-webkit-file-upload-button,
  .c2form_input textarea::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
    margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button,
      .c2form_input input[type="tel"]::-webkit-file-upload-button,
      .c2form_input input[type="email"]::-webkit-file-upload-button,
      .c2form_input input[type="text"]::-webkit-file-upload-button,
      .c2form_input input[type="password"]::-webkit-file-upload-button,
      .c2form_input textarea::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .c2form_input input[type="tel"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .c2form_input input[type="email"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .c2form_input input[type="text"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .c2form_input input[type="password"]:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
  .c2form_input textarea:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

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

.form-control-sm,
.c2form_row-sm input[type="tel"],
.c2form_row-sm input[type="email"],
.c2form_row-sm input[type="text"],
.c2form_row-sm input[type="password"] {
  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,
  .c2form_row-sm input[type="tel"]::file-selector-button,
  .c2form_row-sm input[type="email"]::file-selector-button,
  .c2form_row-sm input[type="text"]::file-selector-button,
  .c2form_row-sm input[type="password"]::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,
  .c2form_row-sm input[type="tel"]::-webkit-file-upload-button,
  .c2form_row-sm input[type="email"]::-webkit-file-upload-button,
  .c2form_row-sm input[type="text"]::-webkit-file-upload-button,
  .c2form_row-sm input[type="password"]::-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,
.c2form_row-lg input[type="tel"],
.c2form_row-lg input[type="email"],
.c2form_row-lg input[type="text"],
.c2form_row-lg input[type="password"] {
  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,
  .c2form_row-lg input[type="tel"]::file-selector-button,
  .c2form_row-lg input[type="email"]::file-selector-button,
  .c2form_row-lg input[type="text"]::file-selector-button,
  .c2form_row-lg input[type="password"]::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,
  .c2form_row-lg input[type="tel"]::-webkit-file-upload-button,
  .c2form_row-lg input[type="email"]::-webkit-file-upload-button,
  .c2form_row-lg input[type="text"]::-webkit-file-upload-button,
  .c2form_row-lg input[type="password"]::-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 + 0.75rem + 2px); }

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

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

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

.form-select,
.c2form_input select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .form-select:focus,
  .c2form_input select:focus {
    border-color: #b3c0c4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]),
  .c2form_input select[multiple],
  .c2form_input select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled,
  .c2form_input select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .form-select:-moz-focusring,
  .c2form_input select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

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

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

.form-check,
.c2form_radio > div > div,
.c2form_code {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input,
  .form-check input[type="checkbox"],
  .form-check input[type="radio"],
  .c2form_radio > div > div .form-check-input,
  .c2form_radio > div > div input[type="checkbox"],
  .c2form_radio > div > div input[type="radio"],
  .c2form_code .form-check-input,
  .c2form_code input[type="checkbox"],
  .c2form_code input[type="radio"] {
    float: left;
    margin-left: -1.5em; }

.form-check-input,
.c2form_input input[type="checkbox"],
.c2form_input input[type="radio"] {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-check-input,
    .c2form_input input[type="checkbox"],
    .c2form_input input[type="radio"] {
      transition: none; } }
  .form-check-input[type="checkbox"],
  .c2form_input input[type="checkbox"][type="checkbox"],
  .c2form_input input[type="radio"][type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"],
  .c2form_input input[type="checkbox"][type="radio"],
  .c2form_input input[type="radio"][type="radio"] {
    border-radius: 50%; }
  .form-check-input:active,
  .c2form_input input[type="checkbox"]:active,
  .c2form_input input[type="radio"]:active {
    filter: brightness(90%); }
  .form-check-input:focus,
  .c2form_input input[type="checkbox"]:focus,
  .c2form_input input[type="radio"]:focus {
    border-color: #b3c0c4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
  .form-check-input:checked,
  .c2form_input input[type="checkbox"]:checked,
  .c2form_input input[type="radio"]:checked {
    background-color: #668188;
    border-color: #668188; }
    .form-check-input:checked[type="checkbox"],
    .c2form_input input[type="checkbox"]:checked[type="checkbox"],
    .c2form_input input[type="radio"]:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"],
    .c2form_input input[type="checkbox"]:checked[type="radio"],
    .c2form_input input[type="radio"]:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate,
  .c2form_input input[type="checkbox"][type="checkbox"]:indeterminate,
  .c2form_input input[type="radio"][type="checkbox"]:indeterminate {
    background-color: #668188;
    border-color: #668188;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled,
  .c2form_input input[type="checkbox"]:disabled,
  .c2form_input input[type="radio"]:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label,
  .c2form_input input[type="checkbox"][disabled] ~ .form-check-label,
  .c2form_input input[type="checkbox"]:disabled ~ .form-check-label,
  .c2form_input input[type="radio"][disabled] ~ .form-check-label,
  .c2form_input input[type="radio"]:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em; }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b3c0c4'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check[disabled] + .rte-btn-primary, .btn-check[disabled] + .rte-btn-secondary, .btn-check[disabled] + .rte-btn-success, .btn-check[disabled] + .rte-btn-info, .btn-check[disabled] + .rte-btn-warning, .btn-check[disabled] + .rte-btn-danger, .btn-check[disabled] + .rte-btn-light, .btn-check[disabled] + .rte-btn-dark, .btn-check[disabled] + .rte-btn-outline-primary, .btn-check[disabled] + .rte-btn-outline-secondary, .btn-check[disabled] + .rte-btn-outline-success, .btn-check[disabled] + .rte-btn-outline-info, .btn-check[disabled] + .rte-btn-outline-warning, .btn-check[disabled] + .rte-btn-outline-danger, .btn-check[disabled] + .rte-btn-outline-light, .btn-check[disabled] + .rte-btn-outline-dark, .btn-check[disabled] + .rte-btn-link, .btn-check:disabled + .btn, .btn-check:disabled + .rte-btn-primary, .btn-check:disabled + .rte-btn-secondary, .btn-check:disabled + .rte-btn-success, .btn-check:disabled + .rte-btn-info, .btn-check:disabled + .rte-btn-warning, .btn-check:disabled + .rte-btn-danger, .btn-check:disabled + .rte-btn-light, .btn-check:disabled + .rte-btn-dark, .btn-check:disabled + .rte-btn-outline-primary, .btn-check:disabled + .rte-btn-outline-secondary, .btn-check:disabled + .rte-btn-outline-success, .btn-check:disabled + .rte-btn-outline-info, .btn-check:disabled + .rte-btn-outline-warning, .btn-check:disabled + .rte-btn-outline-danger, .btn-check:disabled + .rte-btn-outline-light, .btn-check:disabled + .rte-btn-outline-dark, .btn-check:disabled + .rte-btn-link {
    pointer-events: 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 {
    outline: none; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #668188;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #d1d9db; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #668188;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #d1d9db; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

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

.c2form_fieldset .c2form_fields {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .c2form_fieldset .c2form_fields > *:not(.c2form_row) {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }

.c2form_row {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column; }

.c2form_fldhlp {
  order: 6; }

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

.c2form_btnsep {
  display: none; }

.c2form_date {
  display: flex;
  align-items: center; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn, .input-group .rte-btn-primary, .input-group .rte-btn-secondary, .input-group .rte-btn-success, .input-group .rte-btn-info, .input-group .rte-btn-warning, .input-group .rte-btn-danger, .input-group .rte-btn-light, .input-group .rte-btn-dark, .input-group .rte-btn-outline-primary, .input-group .rte-btn-outline-secondary, .input-group .rte-btn-outline-success, .input-group .rte-btn-outline-info, .input-group .rte-btn-outline-warning, .input-group .rte-btn-outline-danger, .input-group .rte-btn-outline-light, .input-group .rte-btn-outline-dark, .input-group .rte-btn-link {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .rte-btn-primary:focus, .input-group .rte-btn-secondary:focus, .input-group .rte-btn-success:focus, .input-group .rte-btn-info:focus, .input-group .rte-btn-warning:focus, .input-group .rte-btn-danger:focus, .input-group .rte-btn-light:focus, .input-group .rte-btn-dark:focus, .input-group .rte-btn-outline-primary:focus, .input-group .rte-btn-outline-secondary:focus, .input-group .rte-btn-outline-success:focus, .input-group .rte-btn-outline-info:focus, .input-group .rte-btn-outline-warning:focus, .input-group .rte-btn-outline-danger:focus, .input-group .rte-btn-outline-light:focus, .input-group .rte-btn-outline-dark:focus, .input-group .rte-btn-link:focus {
      z-index: 3; }

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.input-group-lg > .rte-btn-primary,
.input-group-lg > .rte-btn-secondary,
.input-group-lg > .rte-btn-success,
.input-group-lg > .rte-btn-info,
.input-group-lg > .rte-btn-warning,
.input-group-lg > .rte-btn-danger,
.input-group-lg > .rte-btn-light,
.input-group-lg > .rte-btn-dark,
.input-group-lg > .rte-btn-outline-primary,
.input-group-lg > .rte-btn-outline-secondary,
.input-group-lg > .rte-btn-outline-success,
.input-group-lg > .rte-btn-outline-info,
.input-group-lg > .rte-btn-outline-warning,
.input-group-lg > .rte-btn-outline-danger,
.input-group-lg > .rte-btn-outline-light,
.input-group-lg > .rte-btn-outline-dark,
.input-group-lg > .rte-btn-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.input-group-sm > .rte-btn-primary,
.input-group-sm > .rte-btn-secondary,
.input-group-sm > .rte-btn-success,
.input-group-sm > .rte-btn-info,
.input-group-sm > .rte-btn-warning,
.input-group-sm > .rte-btn-danger,
.input-group-sm > .rte-btn-light,
.input-group-sm > .rte-btn-dark,
.input-group-sm > .rte-btn-outline-primary,
.input-group-sm > .rte-btn-outline-secondary,
.input-group-sm > .rte-btn-outline-success,
.input-group-sm > .rte-btn-outline-info,
.input-group-sm > .rte-btn-outline-warning,
.input-group-sm > .rte-btn-outline-danger,
.input-group-sm > .rte-btn-outline-light,
.input-group-sm > .rte-btn-outline-dark,
.input-group-sm > .rte-btn-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

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

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

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .form-control:invalid, .form-control.is-invalid, .c2form_input .c2form_flderror_input input[type="email"],
.c2form_input .c2form_flderror_input input[type="text"],
.c2form_input .c2form_flderror_input input[type="password"],
.c2form_input .c2form_flderror_input textarea {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:focus:valid, .form-control.is-valid:focus, .was-validated .form-control:focus:invalid, .form-control.is-invalid:focus, .c2form_input .c2form_flderror_input input:focus[type="email"],
  .c2form_input .c2form_flderror_input input:focus[type="text"],
  .c2form_input .c2form_flderror_input input:focus[type="password"],
  .c2form_input .c2form_flderror_input textarea:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

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

.was-validated .form-select:valid, .form-select.is-valid, .was-validated .form-select:invalid, .form-select.is-invalid, .c2form_input .c2form_flderror_input select {
  border-color: #28a745;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:focus:valid, .form-select.is-valid:focus, .was-validated .form-select:focus:invalid, .form-select.is-invalid:focus, .c2form_input .c2form_flderror_input select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid, .was-validated .form-check-input:invalid, .form-check-input.is-invalid, .c2form_input .c2form_flderror_input input[type="checkbox"],
.c2form_input .c2form_flderror_input input[type="radio"] {
  border-color: #28a745; }
  .was-validated .form-check-input:checked:valid, .form-check-input.is-valid:checked, .was-validated .form-check-input:checked:invalid, .form-check-input.is-invalid:checked, .c2form_input .c2form_flderror_input input:checked[type="checkbox"],
  .c2form_input .c2form_flderror_input input:checked[type="radio"] {
    background-color: #28a745; }
  .was-validated .form-check-input:focus:valid, .form-check-input.is-valid:focus, .was-validated .form-check-input:focus:invalid, .form-check-input.is-invalid:focus, .c2form_input .c2form_flderror_input input:focus[type="checkbox"],
  .c2form_input .c2form_flderror_input input:focus[type="radio"] {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .c2form_input .c2form_flderror_input input[type="checkbox"] ~ .form-check-label, .c2form_input .c2form_flderror_input input[type="radio"] ~ .form-check-label {
    color: #28a745; }

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

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

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid, .was-validated .form-check-input:invalid, .form-check-input.is-invalid, .c2form_input .c2form_flderror_input input[type="checkbox"],
.c2form_input .c2form_flderror_input input[type="radio"] {
  border-color: #dc3545; }
  .was-validated .form-check-input:checked:valid, .form-check-input.is-valid:checked, .was-validated .form-check-input:checked:invalid, .form-check-input.is-invalid:checked, .c2form_input .c2form_flderror_input input:checked[type="checkbox"],
  .c2form_input .c2form_flderror_input input:checked[type="radio"] {
    background-color: #dc3545; }
  .was-validated .form-check-input:focus:valid, .form-check-input.is-valid:focus, .was-validated .form-check-input:focus:invalid, .form-check-input.is-invalid:focus, .c2form_input .c2form_flderror_input input:focus[type="checkbox"],
  .c2form_input .c2form_flderror_input input:focus[type="radio"] {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, .c2form_input .c2form_flderror_input input[type="checkbox"] ~ .form-check-label, .c2form_input .c2form_flderror_input input[type="radio"] ~ .form-check-label {
    color: #dc3545; }

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

.c2form_flderror_input ~ .FormFieldErrorText {
  display: block; }

.FormFieldReqMarker {
  color: #dc3545;
  margin-left: 0.25rem; }

.c2form_reqfields {
  display: none; }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }
  .row > ol,
  .row > ul {
    margin-left: 2rem; }

.cke_editable {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .cke_editable > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
    margin-top: var(--bs-gutter-y); }
  .cke_editable > ol,
  .cke_editable > ul {
    margin-left: 2rem; }

*[class*="c2pgitm_wrap"] {
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2); }
  .row > *[class*="c2pgitm_wrap"],
  *[class*="c2pgitm_wrap"] > *[class*="c2pgitm_wrap"],
  *[class*="c2pgitm_wrap"] > .row {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    .row > *[class*="c2pgitm_wrap"]:not(.mx-auto),
    *[class*="c2pgitm_wrap"] > *[class*="c2pgitm_wrap"]:not(.mx-auto),
    *[class*="c2pgitm_wrap"] > .row:not(.mx-auto) {
      margin-left: 0 !important;
      margin-right: 0 !important; }
  *[class*="c2pgitm_wrap"] > *[class*="c2pgitm_wrap"] {
    width: 100%; }
  *[class*="c2pgitm_wrap"] > *:not([class*="c2pgitm_wrap"]) {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2); }
    .row > *[class*="c2pgitm_wrap"] > *:not([class*="c2pgitm_wrap"]).row {
      padding-left: 0 !important;
      padding-right: 0 !important; }
      .row > *[class*="c2pgitm_wrap"] > *:not([class*="c2pgitm_wrap"]).row:not(.mx-auto) {
        margin-left: 0 !important;
        margin-right: 0 !important; }
  *[class*="c2pgitm_wrap"] > ol,
  *[class*="c2pgitm_wrap"] > ul {
    margin-left: 2rem; }

.c2epiinsert {
  z-index: 2; }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333%; }
  .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.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.btn, .rte-btn-primary, .rte-btn-secondary, .rte-btn-success, .rte-btn-info, .rte-btn-warning, .rte-btn-danger, .rte-btn-light, .rte-btn-dark, .rte-btn-outline-primary, .rte-btn-outline-secondary, .rte-btn-outline-success, .rte-btn-outline-info, .rte-btn-outline-warning, .rte-btn-outline-danger, .rte-btn-outline-light, .rte-btn-outline-dark, .rte-btn-link {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  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; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .rte-btn-primary, .rte-btn-secondary, .rte-btn-success, .rte-btn-info, .rte-btn-warning, .rte-btn-danger, .rte-btn-light, .rte-btn-dark, .rte-btn-outline-primary, .rte-btn-outline-secondary, .rte-btn-outline-success, .rte-btn-outline-info, .rte-btn-outline-warning, .rte-btn-outline-danger, .rte-btn-outline-light, .rte-btn-outline-dark, .rte-btn-link {
      transition: none; } }
  .btn:hover, .rte-btn-primary:hover, .rte-btn-secondary:hover, .rte-btn-success:hover, .rte-btn-info:hover, .rte-btn-warning:hover, .rte-btn-danger:hover, .rte-btn-light:hover, .rte-btn-dark:hover, .rte-btn-outline-primary:hover, .rte-btn-outline-secondary:hover, .rte-btn-outline-success:hover, .rte-btn-outline-info:hover, .rte-btn-outline-warning:hover, .rte-btn-outline-danger:hover, .rte-btn-outline-light:hover, .rte-btn-outline-dark:hover, .rte-btn-link:hover {
    color: #212529; }
  .btn-check:focus + .btn, .btn-check:focus + .rte-btn-primary, .btn-check:focus + .rte-btn-secondary, .btn-check:focus + .rte-btn-success, .btn-check:focus + .rte-btn-info, .btn-check:focus + .rte-btn-warning, .btn-check:focus + .rte-btn-danger, .btn-check:focus + .rte-btn-light, .btn-check:focus + .rte-btn-dark, .btn-check:focus + .rte-btn-outline-primary, .btn-check:focus + .rte-btn-outline-secondary, .btn-check:focus + .rte-btn-outline-success, .btn-check:focus + .rte-btn-outline-info, .btn-check:focus + .rte-btn-outline-warning, .btn-check:focus + .rte-btn-outline-danger, .btn-check:focus + .rte-btn-outline-light, .btn-check:focus + .rte-btn-outline-dark, .btn-check:focus + .rte-btn-link, .btn:focus, .rte-btn-primary:focus, .rte-btn-secondary:focus, .rte-btn-success:focus, .rte-btn-info:focus, .rte-btn-warning:focus, .rte-btn-danger:focus, .rte-btn-light:focus, .rte-btn-dark:focus, .rte-btn-outline-primary:focus, .rte-btn-outline-secondary:focus, .rte-btn-outline-success:focus, .rte-btn-outline-info:focus, .rte-btn-outline-warning:focus, .rte-btn-outline-danger:focus, .rte-btn-outline-light:focus, .rte-btn-outline-dark:focus, .rte-btn-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }
  .btn:disabled, .rte-btn-primary:disabled, .rte-btn-secondary:disabled, .rte-btn-success:disabled, .rte-btn-info:disabled, .rte-btn-warning:disabled, .rte-btn-danger:disabled, .rte-btn-light:disabled, .rte-btn-dark:disabled, .rte-btn-outline-primary:disabled, .rte-btn-outline-secondary:disabled, .rte-btn-outline-success:disabled, .rte-btn-outline-info:disabled, .rte-btn-outline-warning:disabled, .rte-btn-outline-danger:disabled, .rte-btn-outline-light:disabled, .rte-btn-outline-dark:disabled, .rte-btn-link:disabled, .btn.disabled, .disabled.rte-btn-primary, .disabled.rte-btn-secondary, .disabled.rte-btn-success, .disabled.rte-btn-info, .disabled.rte-btn-warning, .disabled.rte-btn-danger, .disabled.rte-btn-light, .disabled.rte-btn-dark, .disabled.rte-btn-outline-primary, .disabled.rte-btn-outline-secondary, .disabled.rte-btn-outline-success, .disabled.rte-btn-outline-info, .disabled.rte-btn-outline-warning, .disabled.rte-btn-outline-danger, .disabled.rte-btn-outline-light, .disabled.rte-btn-outline-dark, .disabled.rte-btn-link,
  fieldset:disabled .btn,
  fieldset:disabled .rte-btn-primary,
  fieldset:disabled .rte-btn-secondary,
  fieldset:disabled .rte-btn-success,
  fieldset:disabled .rte-btn-info,
  fieldset:disabled .rte-btn-warning,
  fieldset:disabled .rte-btn-danger,
  fieldset:disabled .rte-btn-light,
  fieldset:disabled .rte-btn-dark,
  fieldset:disabled .rte-btn-outline-primary,
  fieldset:disabled .rte-btn-outline-secondary,
  fieldset:disabled .rte-btn-outline-success,
  fieldset:disabled .rte-btn-outline-info,
  fieldset:disabled .rte-btn-outline-warning,
  fieldset:disabled .rte-btn-outline-danger,
  fieldset:disabled .rte-btn-outline-light,
  fieldset:disabled .rte-btn-outline-dark,
  fieldset:disabled .rte-btn-link {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary, .rte-btn-primary {
  color: #000;
  background-color: #668188;
  border-color: #668188; }
  .btn-primary:hover, .rte-btn-primary:hover {
    color: #000;
    background-color: #7d949a;
    border-color: #758e94; }
  .btn-check:focus + .btn-primary, .btn-check:focus + .rte-btn-primary, .btn-primary:focus, .rte-btn-primary:focus {
    color: #000;
    background-color: #7d949a;
    border-color: #758e94;
    box-shadow: 0 0 0 0.25rem rgba(87, 110, 116, 0.5); }
  .btn-check:checked + .btn-primary, .btn-check:checked + .rte-btn-primary,
  .btn-check:active + .btn-primary,
  .btn-check:active + .rte-btn-primary, .btn-primary:active, .rte-btn-primary:active, .btn-primary.active, .active.rte-btn-primary,
  .show > .btn-primary.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-primary {
    color: #000;
    background-color: #859aa0;
    border-color: #758e94; }
    .btn-check:checked + .btn-primary:focus, .btn-check:checked + .rte-btn-primary:focus,
    .btn-check:active + .btn-primary:focus,
    .btn-check:active + .rte-btn-primary:focus, .btn-primary:active:focus, .rte-btn-primary:active:focus, .btn-primary.active:focus, .active.rte-btn-primary:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-primary:focus {
      box-shadow: 0 0 0 0.25rem rgba(87, 110, 116, 0.5); }
  .btn-primary:disabled, .rte-btn-primary:disabled, .btn-primary.disabled, .disabled.rte-btn-primary {
    color: #000;
    background-color: #668188;
    border-color: #668188; }

.rte-btn-primary > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-primary > a:hover {
    text-decoration: none; }

.btn-secondary, .rte-btn-secondary {
  color: #000;
  background-color: #d8ddde;
  border-color: #d8ddde; }
  .btn-secondary:hover, .rte-btn-secondary:hover {
    color: #000;
    background-color: #dee2e3;
    border-color: #dce0e1; }
  .btn-check:focus + .btn-secondary, .btn-check:focus + .rte-btn-secondary, .btn-secondary:focus, .rte-btn-secondary:focus {
    color: #000;
    background-color: #dee2e3;
    border-color: #dce0e1;
    box-shadow: 0 0 0 0.25rem rgba(184, 188, 189, 0.5); }
  .btn-check:checked + .btn-secondary, .btn-check:checked + .rte-btn-secondary,
  .btn-check:active + .btn-secondary,
  .btn-check:active + .rte-btn-secondary, .btn-secondary:active, .rte-btn-secondary:active, .btn-secondary.active, .active.rte-btn-secondary,
  .show > .btn-secondary.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-secondary {
    color: #000;
    background-color: #e0e4e5;
    border-color: #dce0e1; }
    .btn-check:checked + .btn-secondary:focus, .btn-check:checked + .rte-btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus,
    .btn-check:active + .rte-btn-secondary:focus, .btn-secondary:active:focus, .rte-btn-secondary:active:focus, .btn-secondary.active:focus, .active.rte-btn-secondary:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-secondary:focus {
      box-shadow: 0 0 0 0.25rem rgba(184, 188, 189, 0.5); }
  .btn-secondary:disabled, .rte-btn-secondary:disabled, .btn-secondary.disabled, .disabled.rte-btn-secondary {
    color: #000;
    background-color: #d8ddde;
    border-color: #d8ddde; }

.rte-btn-secondary > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-secondary > a:hover {
    text-decoration: none; }

.btn-success, .rte-btn-success {
  color: #000;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover, .rte-btn-success:hover {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-check:focus + .rte-btn-success, .btn-success:focus, .rte-btn-success:focus {
    color: #000;
    background-color: #48b461;
    border-color: #3eb058;
    box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success, .btn-check:checked + .rte-btn-success,
  .btn-check:active + .btn-success,
  .btn-check:active + .rte-btn-success, .btn-success:active, .rte-btn-success:active, .btn-success.active, .active.rte-btn-success,
  .show > .btn-success.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-success {
    color: #000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success:focus, .btn-check:checked + .rte-btn-success:focus,
    .btn-check:active + .btn-success:focus,
    .btn-check:active + .rte-btn-success:focus, .btn-success:active:focus, .rte-btn-success:active:focus, .btn-success.active:focus, .active.rte-btn-success:focus,
    .show > .btn-success.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-success:focus {
      box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success:disabled, .rte-btn-success:disabled, .btn-success.disabled, .disabled.rte-btn-success {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }

.rte-btn-success > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-success > a:hover {
    text-decoration: none; }

.btn-info, .rte-btn-info {
  color: #000;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover, .rte-btn-info:hover {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf; }
  .btn-check:focus + .btn-info, .btn-check:focus + .rte-btn-info, .btn-info:focus, .rte-btn-info:focus {
    color: #000;
    background-color: #3ab0c3;
    border-color: #2eabbf;
    box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-check:checked + .btn-info, .btn-check:checked + .rte-btn-info,
  .btn-check:active + .btn-info,
  .btn-check:active + .rte-btn-info, .btn-info:active, .rte-btn-info:active, .btn-info.active, .active.rte-btn-info,
  .show > .btn-info.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-info {
    color: #000;
    background-color: #45b5c6;
    border-color: #2eabbf; }
    .btn-check:checked + .btn-info:focus, .btn-check:checked + .rte-btn-info:focus,
    .btn-check:active + .btn-info:focus,
    .btn-check:active + .rte-btn-info:focus, .btn-info:active:focus, .rte-btn-info:active:focus, .btn-info.active:focus, .active.rte-btn-info:focus,
    .show > .btn-info.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-info:focus {
      box-shadow: 0 0 0 0.25rem rgba(20, 138, 156, 0.5); }
  .btn-info:disabled, .rte-btn-info:disabled, .btn-info.disabled, .disabled.rte-btn-info {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }

.rte-btn-info > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-info > a:hover {
    text-decoration: none; }

.btn-warning, .rte-btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover, .rte-btn-warning:hover {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720; }
  .btn-check:focus + .btn-warning, .btn-check:focus + .rte-btn-warning, .btn-warning:focus, .rte-btn-warning:focus {
    color: #000;
    background-color: #ffca2c;
    border-color: #ffc720;
    box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-check:checked + .btn-warning, .btn-check:checked + .rte-btn-warning,
  .btn-check:active + .btn-warning,
  .btn-check:active + .rte-btn-warning, .btn-warning:active, .rte-btn-warning:active, .btn-warning.active, .active.rte-btn-warning,
  .show > .btn-warning.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-warning {
    color: #000;
    background-color: #ffcd39;
    border-color: #ffc720; }
    .btn-check:checked + .btn-warning:focus, .btn-check:checked + .rte-btn-warning:focus,
    .btn-check:active + .btn-warning:focus,
    .btn-check:active + .rte-btn-warning:focus, .btn-warning:active:focus, .rte-btn-warning:active:focus, .btn-warning.active:focus, .active.rte-btn-warning:focus,
    .show > .btn-warning.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-warning:focus {
      box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5); }
  .btn-warning:disabled, .rte-btn-warning:disabled, .btn-warning.disabled, .disabled.rte-btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }

.rte-btn-warning > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-warning > a:hover {
    text-decoration: none; }

.btn-danger, .rte-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover, .rte-btn-danger:hover {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-check:focus + .rte-btn-danger, .btn-danger:focus, .rte-btn-danger:focus {
    color: #fff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger, .btn-check:checked + .rte-btn-danger,
  .btn-check:active + .btn-danger,
  .btn-check:active + .rte-btn-danger, .btn-danger:active, .rte-btn-danger:active, .btn-danger.active, .active.rte-btn-danger,
  .show > .btn-danger.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-danger {
    color: #fff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger:focus, .btn-check:checked + .rte-btn-danger:focus,
    .btn-check:active + .btn-danger:focus,
    .btn-check:active + .rte-btn-danger:focus, .btn-danger:active:focus, .rte-btn-danger:active:focus, .btn-danger.active:focus, .active.rte-btn-danger:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-danger:focus {
      box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .rte-btn-danger:disabled, .btn-danger.disabled, .disabled.rte-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }

.rte-btn-danger > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-danger > a:hover {
    text-decoration: none; }

.btn-light, .rte-btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover, .rte-btn-light:hover {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-check:focus + .rte-btn-light, .btn-light:focus, .rte-btn-light:focus {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light, .btn-check:checked + .rte-btn-light,
  .btn-check:active + .btn-light,
  .btn-check:active + .rte-btn-light, .btn-light:active, .rte-btn-light:active, .btn-light.active, .active.rte-btn-light,
  .show > .btn-light.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-light {
    color: #000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light:focus, .btn-check:checked + .rte-btn-light:focus,
    .btn-check:active + .btn-light:focus,
    .btn-check:active + .rte-btn-light:focus, .btn-light:active:focus, .rte-btn-light:active:focus, .btn-light.active:focus, .active.rte-btn-light:focus,
    .show > .btn-light.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-light:focus {
      box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .rte-btn-light:disabled, .btn-light.disabled, .disabled.rte-btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.rte-btn-light > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-light > a:hover {
    text-decoration: none; }

.btn-dark, .rte-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover, .rte-btn-dark:hover {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33; }
  .btn-check:focus + .btn-dark, .btn-check:focus + .rte-btn-dark, .btn-dark:focus, .rte-btn-dark:focus {
    color: #fff;
    background-color: #2c3136;
    border-color: #2a2e33;
    box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-check:checked + .btn-dark, .btn-check:checked + .rte-btn-dark,
  .btn-check:active + .btn-dark,
  .btn-check:active + .rte-btn-dark, .btn-dark:active, .rte-btn-dark:active, .btn-dark.active, .active.rte-btn-dark,
  .show > .btn-dark.dropdown-toggle,
  .show > .dropdown-toggle.rte-btn-dark {
    color: #fff;
    background-color: #2a2e33;
    border-color: #272c30; }
    .btn-check:checked + .btn-dark:focus, .btn-check:checked + .rte-btn-dark:focus,
    .btn-check:active + .btn-dark:focus,
    .btn-check:active + .rte-btn-dark:focus, .btn-dark:active:focus, .rte-btn-dark:active:focus, .btn-dark.active:focus, .active.rte-btn-dark:focus,
    .show > .btn-dark.dropdown-toggle:focus,
    .show > .dropdown-toggle.rte-btn-dark:focus {
      box-shadow: 0 0 0 0.25rem rgba(82, 88, 93, 0.5); }
  .btn-dark:disabled, .rte-btn-dark:disabled, .btn-dark.disabled, .disabled.rte-btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }

.rte-btn-dark > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-dark > a:hover {
    text-decoration: none; }

.btn-outline-primary, .rte-btn-outline-primary, .btn-primary.c2btncancel, .c2btncancel.rte-btn-primary {
  color: #668188;
  border-color: #668188; }
  .btn-outline-primary:hover, .rte-btn-outline-primary:hover, .btn-primary.c2btncancel:hover, .c2btncancel.rte-btn-primary:hover {
    color: #000;
    background-color: #668188;
    border-color: #668188; }
  .btn-check:focus + .btn-outline-primary, .btn-check:focus + .rte-btn-outline-primary, .btn-check:focus + .btn-primary.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-primary, .btn-outline-primary:focus, .rte-btn-outline-primary:focus, .btn-primary.c2btncancel:focus, .c2btncancel.rte-btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.5); }
  .btn-check:checked + .btn-outline-primary, .btn-check:checked + .rte-btn-outline-primary, .btn-check:checked + .btn-primary.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-primary,
  .btn-check:active + .btn-outline-primary,
  .btn-check:active + .rte-btn-outline-primary,
  .btn-check:active + .btn-primary.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-primary, .btn-outline-primary:active, .rte-btn-outline-primary:active, .btn-primary.c2btncancel:active, .c2btncancel.rte-btn-primary:active, .btn-outline-primary.active, .active.rte-btn-outline-primary, .active.btn-primary.c2btncancel, .active.c2btncancel.rte-btn-primary, .btn-outline-primary.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-primary, .dropdown-toggle.show.btn-primary.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-primary {
    color: #000;
    background-color: #668188;
    border-color: #668188; }
    .btn-check:checked + .btn-outline-primary:focus, .btn-check:checked + .rte-btn-outline-primary:focus, .btn-check:checked + .btn-primary.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-primary:focus,
    .btn-check:active + .btn-outline-primary:focus,
    .btn-check:active + .rte-btn-outline-primary:focus,
    .btn-check:active + .btn-primary.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-primary:focus, .btn-outline-primary:active:focus, .rte-btn-outline-primary:active:focus, .btn-primary.c2btncancel:active:focus, .c2btncancel.rte-btn-primary:active:focus, .btn-outline-primary.active:focus, .active.rte-btn-outline-primary:focus, .active.btn-primary.c2btncancel:focus, .active.c2btncancel.rte-btn-primary:focus, .btn-outline-primary.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-primary:focus, .dropdown-toggle.show.btn-primary.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-primary:focus {
      box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.5); }
  .btn-outline-primary:disabled, .rte-btn-outline-primary:disabled, .btn-primary.c2btncancel:disabled, .c2btncancel.rte-btn-primary:disabled, .btn-outline-primary.disabled, .disabled.rte-btn-outline-primary, .disabled.btn-primary.c2btncancel, .disabled.c2btncancel.rte-btn-primary {
    color: #668188;
    background-color: transparent; }

.rte-btn-outline-primary > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-primary > a:hover {
    text-decoration: none; }

.btn-outline-secondary, .rte-btn-outline-secondary, .btn-secondary.c2btncancel, .c2btncancel.rte-btn-secondary {
  color: #d8ddde;
  border-color: #d8ddde; }
  .btn-outline-secondary:hover, .rte-btn-outline-secondary:hover, .btn-secondary.c2btncancel:hover, .c2btncancel.rte-btn-secondary:hover {
    color: #000;
    background-color: #d8ddde;
    border-color: #d8ddde; }
  .btn-check:focus + .btn-outline-secondary, .btn-check:focus + .rte-btn-outline-secondary, .btn-check:focus + .btn-secondary.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-secondary, .btn-outline-secondary:focus, .rte-btn-outline-secondary:focus, .btn-secondary.c2btncancel:focus, .c2btncancel.rte-btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(216, 221, 222, 0.5); }
  .btn-check:checked + .btn-outline-secondary, .btn-check:checked + .rte-btn-outline-secondary, .btn-check:checked + .btn-secondary.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-secondary,
  .btn-check:active + .btn-outline-secondary,
  .btn-check:active + .rte-btn-outline-secondary,
  .btn-check:active + .btn-secondary.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-secondary, .btn-outline-secondary:active, .rte-btn-outline-secondary:active, .btn-secondary.c2btncancel:active, .c2btncancel.rte-btn-secondary:active, .btn-outline-secondary.active, .active.rte-btn-outline-secondary, .active.btn-secondary.c2btncancel, .active.c2btncancel.rte-btn-secondary, .btn-outline-secondary.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-secondary, .dropdown-toggle.show.btn-secondary.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-secondary {
    color: #000;
    background-color: #d8ddde;
    border-color: #d8ddde; }
    .btn-check:checked + .btn-outline-secondary:focus, .btn-check:checked + .rte-btn-outline-secondary:focus, .btn-check:checked + .btn-secondary.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus,
    .btn-check:active + .rte-btn-outline-secondary:focus,
    .btn-check:active + .btn-secondary.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-secondary:focus, .btn-outline-secondary:active:focus, .rte-btn-outline-secondary:active:focus, .btn-secondary.c2btncancel:active:focus, .c2btncancel.rte-btn-secondary:active:focus, .btn-outline-secondary.active:focus, .active.rte-btn-outline-secondary:focus, .active.btn-secondary.c2btncancel:focus, .active.c2btncancel.rte-btn-secondary:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-secondary:focus, .dropdown-toggle.show.btn-secondary.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-secondary:focus {
      box-shadow: 0 0 0 0.25rem rgba(216, 221, 222, 0.5); }
  .btn-outline-secondary:disabled, .rte-btn-outline-secondary:disabled, .btn-secondary.c2btncancel:disabled, .c2btncancel.rte-btn-secondary:disabled, .btn-outline-secondary.disabled, .disabled.rte-btn-outline-secondary, .disabled.btn-secondary.c2btncancel, .disabled.c2btncancel.rte-btn-secondary {
    color: #d8ddde;
    background-color: transparent; }

.rte-btn-outline-secondary > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-secondary > a:hover {
    text-decoration: none; }

.btn-outline-success, .rte-btn-outline-success, .btn-success.c2btncancel, .c2btncancel.rte-btn-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover, .rte-btn-outline-success:hover, .btn-success.c2btncancel:hover, .c2btncancel.rte-btn-success:hover {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success, .btn-check:focus + .rte-btn-outline-success, .btn-check:focus + .btn-success.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-success, .btn-outline-success:focus, .rte-btn-outline-success:focus, .btn-success.c2btncancel:focus, .c2btncancel.rte-btn-success:focus {
    box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success, .btn-check:checked + .rte-btn-outline-success, .btn-check:checked + .btn-success.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-success,
  .btn-check:active + .btn-outline-success,
  .btn-check:active + .rte-btn-outline-success,
  .btn-check:active + .btn-success.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-success, .btn-outline-success:active, .rte-btn-outline-success:active, .btn-success.c2btncancel:active, .c2btncancel.rte-btn-success:active, .btn-outline-success.active, .active.rte-btn-outline-success, .active.btn-success.c2btncancel, .active.c2btncancel.rte-btn-success, .btn-outline-success.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-success, .dropdown-toggle.show.btn-success.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-success {
    color: #000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success:focus, .btn-check:checked + .rte-btn-outline-success:focus, .btn-check:checked + .btn-success.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-success:focus,
    .btn-check:active + .btn-outline-success:focus,
    .btn-check:active + .rte-btn-outline-success:focus,
    .btn-check:active + .btn-success.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-success:focus, .btn-outline-success:active:focus, .rte-btn-outline-success:active:focus, .btn-success.c2btncancel:active:focus, .c2btncancel.rte-btn-success:active:focus, .btn-outline-success.active:focus, .active.rte-btn-outline-success:focus, .active.btn-success.c2btncancel:focus, .active.c2btncancel.rte-btn-success:focus, .btn-outline-success.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-success:focus, .dropdown-toggle.show.btn-success.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-success:focus {
      box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .rte-btn-outline-success:disabled, .btn-success.c2btncancel:disabled, .c2btncancel.rte-btn-success:disabled, .btn-outline-success.disabled, .disabled.rte-btn-outline-success, .disabled.btn-success.c2btncancel, .disabled.c2btncancel.rte-btn-success {
    color: #28a745;
    background-color: transparent; }

.rte-btn-outline-success > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-success > a:hover {
    text-decoration: none; }

.btn-outline-info, .rte-btn-outline-info, .btn-info.c2btncancel, .c2btncancel.rte-btn-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover, .rte-btn-outline-info:hover, .btn-info.c2btncancel:hover, .c2btncancel.rte-btn-info:hover {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-check:focus + .btn-outline-info, .btn-check:focus + .rte-btn-outline-info, .btn-check:focus + .btn-info.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-info, .btn-outline-info:focus, .rte-btn-outline-info:focus, .btn-info.c2btncancel:focus, .c2btncancel.rte-btn-info:focus {
    box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-check:checked + .btn-outline-info, .btn-check:checked + .rte-btn-outline-info, .btn-check:checked + .btn-info.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-info,
  .btn-check:active + .btn-outline-info,
  .btn-check:active + .rte-btn-outline-info,
  .btn-check:active + .btn-info.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-info, .btn-outline-info:active, .rte-btn-outline-info:active, .btn-info.c2btncancel:active, .c2btncancel.rte-btn-info:active, .btn-outline-info.active, .active.rte-btn-outline-info, .active.btn-info.c2btncancel, .active.c2btncancel.rte-btn-info, .btn-outline-info.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-info, .dropdown-toggle.show.btn-info.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-info {
    color: #000;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-check:checked + .btn-outline-info:focus, .btn-check:checked + .rte-btn-outline-info:focus, .btn-check:checked + .btn-info.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-info:focus,
    .btn-check:active + .btn-outline-info:focus,
    .btn-check:active + .rte-btn-outline-info:focus,
    .btn-check:active + .btn-info.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-info:focus, .btn-outline-info:active:focus, .rte-btn-outline-info:active:focus, .btn-info.c2btncancel:active:focus, .c2btncancel.rte-btn-info:active:focus, .btn-outline-info.active:focus, .active.rte-btn-outline-info:focus, .active.btn-info.c2btncancel:focus, .active.c2btncancel.rte-btn-info:focus, .btn-outline-info.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-info:focus, .dropdown-toggle.show.btn-info.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-info:focus {
      box-shadow: 0 0 0 0.25rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info:disabled, .rte-btn-outline-info:disabled, .btn-info.c2btncancel:disabled, .c2btncancel.rte-btn-info:disabled, .btn-outline-info.disabled, .disabled.rte-btn-outline-info, .disabled.btn-info.c2btncancel, .disabled.c2btncancel.rte-btn-info {
    color: #17a2b8;
    background-color: transparent; }

.rte-btn-outline-info > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-info > a:hover {
    text-decoration: none; }

.btn-outline-warning, .rte-btn-outline-warning, .btn-warning.c2btncancel, .c2btncancel.rte-btn-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover, .rte-btn-outline-warning:hover, .btn-warning.c2btncancel:hover, .c2btncancel.rte-btn-warning:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-check:focus + .btn-outline-warning, .btn-check:focus + .rte-btn-outline-warning, .btn-check:focus + .btn-warning.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-warning, .btn-outline-warning:focus, .rte-btn-outline-warning:focus, .btn-warning.c2btncancel:focus, .c2btncancel.rte-btn-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-check:checked + .btn-outline-warning, .btn-check:checked + .rte-btn-outline-warning, .btn-check:checked + .btn-warning.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-warning,
  .btn-check:active + .btn-outline-warning,
  .btn-check:active + .rte-btn-outline-warning,
  .btn-check:active + .btn-warning.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-warning, .btn-outline-warning:active, .rte-btn-outline-warning:active, .btn-warning.c2btncancel:active, .c2btncancel.rte-btn-warning:active, .btn-outline-warning.active, .active.rte-btn-outline-warning, .active.btn-warning.c2btncancel, .active.c2btncancel.rte-btn-warning, .btn-outline-warning.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-warning, .dropdown-toggle.show.btn-warning.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-check:checked + .btn-outline-warning:focus, .btn-check:checked + .rte-btn-outline-warning:focus, .btn-check:checked + .btn-warning.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-warning:focus,
    .btn-check:active + .btn-outline-warning:focus,
    .btn-check:active + .rte-btn-outline-warning:focus,
    .btn-check:active + .btn-warning.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-warning:focus, .btn-outline-warning:active:focus, .rte-btn-outline-warning:active:focus, .btn-warning.c2btncancel:active:focus, .c2btncancel.rte-btn-warning:active:focus, .btn-outline-warning.active:focus, .active.rte-btn-outline-warning:focus, .active.btn-warning.c2btncancel:focus, .active.c2btncancel.rte-btn-warning:focus, .btn-outline-warning.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-warning:focus, .dropdown-toggle.show.btn-warning.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-warning:focus {
      box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning:disabled, .rte-btn-outline-warning:disabled, .btn-warning.c2btncancel:disabled, .c2btncancel.rte-btn-warning:disabled, .btn-outline-warning.disabled, .disabled.rte-btn-outline-warning, .disabled.btn-warning.c2btncancel, .disabled.c2btncancel.rte-btn-warning {
    color: #ffc107;
    background-color: transparent; }

.rte-btn-outline-warning > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-warning > a:hover {
    text-decoration: none; }

.btn-outline-danger, .rte-btn-outline-danger, .btn-danger.c2btncancel, .c2btncancel.rte-btn-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover, .rte-btn-outline-danger:hover, .btn-danger.c2btncancel:hover, .c2btncancel.rte-btn-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-check:focus + .btn-outline-danger, .btn-check:focus + .rte-btn-outline-danger, .btn-check:focus + .btn-danger.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-danger, .btn-outline-danger:focus, .rte-btn-outline-danger:focus, .btn-danger.c2btncancel:focus, .c2btncancel.rte-btn-danger:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-check:checked + .btn-outline-danger, .btn-check:checked + .rte-btn-outline-danger, .btn-check:checked + .btn-danger.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-danger,
  .btn-check:active + .btn-outline-danger,
  .btn-check:active + .rte-btn-outline-danger,
  .btn-check:active + .btn-danger.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-danger, .btn-outline-danger:active, .rte-btn-outline-danger:active, .btn-danger.c2btncancel:active, .c2btncancel.rte-btn-danger:active, .btn-outline-danger.active, .active.rte-btn-outline-danger, .active.btn-danger.c2btncancel, .active.c2btncancel.rte-btn-danger, .btn-outline-danger.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-danger, .dropdown-toggle.show.btn-danger.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-check:checked + .btn-outline-danger:focus, .btn-check:checked + .rte-btn-outline-danger:focus, .btn-check:checked + .btn-danger.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-danger:focus,
    .btn-check:active + .btn-outline-danger:focus,
    .btn-check:active + .rte-btn-outline-danger:focus,
    .btn-check:active + .btn-danger.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-danger:focus, .btn-outline-danger:active:focus, .rte-btn-outline-danger:active:focus, .btn-danger.c2btncancel:active:focus, .c2btncancel.rte-btn-danger:active:focus, .btn-outline-danger.active:focus, .active.rte-btn-outline-danger:focus, .active.btn-danger.c2btncancel:focus, .active.c2btncancel.rte-btn-danger:focus, .btn-outline-danger.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-danger:focus, .dropdown-toggle.show.btn-danger.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-danger:focus {
      box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger:disabled, .rte-btn-outline-danger:disabled, .btn-danger.c2btncancel:disabled, .c2btncancel.rte-btn-danger:disabled, .btn-outline-danger.disabled, .disabled.rte-btn-outline-danger, .disabled.btn-danger.c2btncancel, .disabled.c2btncancel.rte-btn-danger {
    color: #dc3545;
    background-color: transparent; }

.rte-btn-outline-danger > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-danger > a:hover {
    text-decoration: none; }

.btn-outline-light, .rte-btn-outline-light, .btn-light.c2btncancel, .c2btncancel.rte-btn-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover, .rte-btn-outline-light:hover, .btn-light.c2btncancel:hover, .c2btncancel.rte-btn-light:hover {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-check:focus + .rte-btn-outline-light, .btn-check:focus + .btn-light.c2btncancel, .btn-check:focus + .c2btncancel.rte-btn-light, .btn-outline-light:focus, .rte-btn-outline-light:focus, .btn-light.c2btncancel:focus, .c2btncancel.rte-btn-light:focus {
    box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-check:checked + .btn-outline-light, .btn-check:checked + .rte-btn-outline-light, .btn-check:checked + .btn-light.c2btncancel, .btn-check:checked + .c2btncancel.rte-btn-light,
  .btn-check:active + .btn-outline-light,
  .btn-check:active + .rte-btn-outline-light,
  .btn-check:active + .btn-light.c2btncancel,
  .btn-check:active + .c2btncancel.rte-btn-light, .btn-outline-light:active, .rte-btn-outline-light:active, .btn-light.c2btncancel:active, .c2btncancel.rte-btn-light:active, .btn-outline-light.active, .active.rte-btn-outline-light, .active.btn-light.c2btncancel, .active.c2btncancel.rte-btn-light, .btn-outline-light.dropdown-toggle.show, .dropdown-toggle.show.rte-btn-outline-light, .dropdown-toggle.show.btn-light.c2btncancel, .dropdown-toggle.show.c2btncancel.rte-btn-light {
    color: #000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-check:checked + .btn-outline-light:focus, .btn-check:checked + .rte-btn-outline-light:focus, .btn-check:checked + .btn-light.c2btncancel:focus, .btn-check:checked + .c2btncancel.rte-btn-light:focus,
    .btn-check:active + .btn-outline-light:focus,
    .btn-check:active + .rte-btn-outline-light:focus,
    .btn-check:active + .btn-light.c2btncancel:focus,
    .btn-check:active + .c2btncancel.rte-btn-light:focus, .btn-outline-light:active:focus, .rte-btn-outline-light:active:focus, .btn-light.c2btncancel:active:focus, .c2btncancel.rte-btn-light:active:focus, .btn-outline-light.active:focus, .active.rte-btn-outline-light:focus, .active.btn-light.c2btncancel:focus, .active.c2btncancel.rte-btn-light:focus, .btn-outline-light.dropdown-toggle.show:focus, .dropdown-toggle.show.rte-btn-outline-light:focus, .dropdown-toggle.show.btn-light.c2btncancel:focus, .dropdown-toggle.show.c2btncancel.rte-btn-light:focus {
      box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light:disabled, .rte-btn-outline-light:disabled, .btn-light.c2btncancel:disabled, .c2btncancel.rte-btn-light:disabled, .btn-outline-light.disabled, .disabled.rte-btn-outline-light, .disabled.btn-light.c2btncancel, .disabled.c2btncancel.rte-btn-light {
    color: #f8f9fa;
    background-color: transparent; }

.rte-btn-outline-light > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-light > a:hover {
    text-decoration: none; }

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

.rte-btn-outline-dark > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-outline-dark > a:hover {
    text-decoration: none; }

.rte-btn-link > a {
  color: inherit;
  text-decoration: none; }
  .rte-btn-link > a:hover {
    text-decoration: none; }

.btn-link,
.rte-btn-link {
  font-weight: 400;
  color: #668188;
  -webkit-text-decoration: underline;
  text-decoration: underline; }
  .btn-link:hover,
  .rte-btn-link:hover {
    color: #52676d; }
  .btn-link:disabled, .btn-link.disabled,
  .rte-btn-link:disabled,
  .rte-btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .btn-group-lg > .rte-btn-primary, .btn-group-lg > .rte-btn-secondary, .btn-group-lg > .rte-btn-success, .btn-group-lg > .rte-btn-info, .btn-group-lg > .rte-btn-warning, .btn-group-lg > .rte-btn-danger, .btn-group-lg > .rte-btn-light, .btn-group-lg > .rte-btn-dark, .btn-group-lg > .rte-btn-outline-primary, .btn-group-lg > .rte-btn-outline-secondary, .btn-group-lg > .rte-btn-outline-success, .btn-group-lg > .rte-btn-outline-info, .btn-group-lg > .rte-btn-outline-warning, .btn-group-lg > .rte-btn-outline-danger, .btn-group-lg > .rte-btn-outline-light, .btn-group-lg > .rte-btn-outline-dark, .btn-group-lg > .rte-btn-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .rte-btn-primary, .btn-group-sm > .rte-btn-secondary, .btn-group-sm > .rte-btn-success, .btn-group-sm > .rte-btn-info, .btn-group-sm > .rte-btn-warning, .btn-group-sm > .rte-btn-danger, .btn-group-sm > .rte-btn-light, .btn-group-sm > .rte-btn-dark, .btn-group-sm > .rte-btn-outline-primary, .btn-group-sm > .rte-btn-outline-secondary, .btn-group-sm > .rte-btn-outline-success, .btn-group-sm > .rte-btn-outline-info, .btn-group-sm > .rte-btn-outline-warning, .btn-group-sm > .rte-btn-outline-danger, .btn-group-sm > .rte-btn-outline-light, .btn-group-sm > .rte-btn-outline-dark, .btn-group-sm > .rte-btn-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

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

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

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards; }
  .animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s; }
  .animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s; }
  .animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s; }
  .animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s; }
  .animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s; }
  .animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms; }
  .animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms; }
  .animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }
  .animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s; }
  @media (prefers-reduced-motion: reduce) {
    .animated {
      -webkit-animation: unset;
      animation: unset; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.dropup,
.dropend,
.dropdown,
.dropstart,
li.par {
  position: relative; }

.dropdown-toggle,
a.par,
span.par {
  white-space: nowrap; }
  .dropdown-toggle::after,
  a.par::after,
  span.par::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after,
  a.par:empty::after,
  span.par:empty::after {
    margin-left: 0; }
  .dropdown-submenu .dropdown-toggle::after,
  .navbar-nav:not(.mm-spn) li.par:not([class*="lev1"]) .dropdown-toggle::after, .dropdown-submenu
  a.par::after,
  .navbar-nav:not(.mm-spn) li.par:not([class*="lev1"])
  a.par::after, .dropdown-submenu
  span.par::after,
  .navbar-nav:not(.mm-spn) li.par:not([class*="lev1"])
  span.par::after {
    transform: rotate(-90deg); }

.dropdown-menu,
.navbar-nav:not(.mm-spn) ul:not([class*="lev1"]) {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }
  .dropdown-menu[style],
  .navbar-nav:not(.mm-spn) ul:not([class*="lev1"])[style] {
    right: auto/* rtl:ignore */ !important; }

.navbar-nav li:hover > ul {
  display: block !important; }

.dropdown-menu-start {
  --bs-position: start;
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */; }

.dropdown-menu-end {
  --bs-position: end;
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */; }

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-sm-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-md-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-lg-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-xl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */; }
  .dropdown-menu-xxl-end {
    --bs-position: end;
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */; } }

.navbar-nav:not(.mm-spn) ul:not([class*="lev1"]) {
  margin: 0; }

.dropdown-submenu,
.navbar-nav:not(.mm-spn) li.par:not([class*="lev1"]) {
  position: relative; }
  .dropdown-submenu > .dropdown-menu,
  .dropdown-submenu > ul,
  .navbar-nav:not(.mm-spn) li.par:not([class*="lev1"]) > .dropdown-menu,
  .navbar-nav:not(.mm-spn) li.par:not([class*="lev1"]) > ul {
    top: -0.25rem;
    left: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item,
.navbar-nav:not(.mm-spn) ul a.child,
.navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]) {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  -webkit-text-decoration: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus,
  .navbar-nav:not(.mm-spn) ul a.child:hover,
  .navbar-nav:not(.mm-spn) ul a.child:focus,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]):hover,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]):focus {
    color: #1e2125;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active,
  .navbar-nav:not(.mm-spn) ul a.child.active,
  .navbar-nav:not(.mm-spn) ul a.child:active,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]).active,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]):active {
    color: #fff;
    text-decoration: none;
    background-color: #668188; }
  .dropdown-item.disabled, .dropdown-item:disabled,
  .navbar-nav:not(.mm-spn) ul a.child.disabled,
  .navbar-nav:not(.mm-spn) ul a.child:disabled,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]).disabled,
  .navbar-nav:not(.mm-spn) ul a.par:not([class*="lev1"]):disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

.dropdown-item-text,
ul span.child,
ul span.par:not([class*="lev1"]) {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529; }

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .btn-group > .rte-btn-primary, .btn-group > .rte-btn-secondary, .btn-group > .rte-btn-success, .btn-group > .rte-btn-info, .btn-group > .rte-btn-warning, .btn-group > .rte-btn-danger, .btn-group > .rte-btn-light, .btn-group > .rte-btn-dark, .btn-group > .rte-btn-outline-primary, .btn-group > .rte-btn-outline-secondary, .btn-group > .rte-btn-outline-success, .btn-group > .rte-btn-outline-info, .btn-group > .rte-btn-outline-warning, .btn-group > .rte-btn-outline-danger, .btn-group > .rte-btn-outline-light, .btn-group > .rte-btn-outline-dark, .btn-group > .rte-btn-link,
  .btn-group-vertical > .btn,
  .btn-group-vertical > .rte-btn-primary,
  .btn-group-vertical > .rte-btn-secondary,
  .btn-group-vertical > .rte-btn-success,
  .btn-group-vertical > .rte-btn-info,
  .btn-group-vertical > .rte-btn-warning,
  .btn-group-vertical > .rte-btn-danger,
  .btn-group-vertical > .rte-btn-light,
  .btn-group-vertical > .rte-btn-dark,
  .btn-group-vertical > .rte-btn-outline-primary,
  .btn-group-vertical > .rte-btn-outline-secondary,
  .btn-group-vertical > .rte-btn-outline-success,
  .btn-group-vertical > .rte-btn-outline-info,
  .btn-group-vertical > .rte-btn-outline-warning,
  .btn-group-vertical > .rte-btn-outline-danger,
  .btn-group-vertical > .rte-btn-outline-light,
  .btn-group-vertical > .rte-btn-outline-dark,
  .btn-group-vertical > .rte-btn-link {
    position: relative;
    flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:checked + .rte-btn-primary, .btn-group > .btn-check:checked + .rte-btn-secondary, .btn-group > .btn-check:checked + .rte-btn-success, .btn-group > .btn-check:checked + .rte-btn-info, .btn-group > .btn-check:checked + .rte-btn-warning, .btn-group > .btn-check:checked + .rte-btn-danger, .btn-group > .btn-check:checked + .rte-btn-light, .btn-group > .btn-check:checked + .rte-btn-dark, .btn-group > .btn-check:checked + .rte-btn-outline-primary, .btn-group > .btn-check:checked + .rte-btn-outline-secondary, .btn-group > .btn-check:checked + .rte-btn-outline-success, .btn-group > .btn-check:checked + .rte-btn-outline-info, .btn-group > .btn-check:checked + .rte-btn-outline-warning, .btn-group > .btn-check:checked + .rte-btn-outline-danger, .btn-group > .btn-check:checked + .rte-btn-outline-light, .btn-group > .btn-check:checked + .rte-btn-outline-dark, .btn-group > .btn-check:checked + .rte-btn-link,
  .btn-group > .btn-check:focus + .btn,
  .btn-group > .btn-check:focus + .rte-btn-primary,
  .btn-group > .btn-check:focus + .rte-btn-secondary,
  .btn-group > .btn-check:focus + .rte-btn-success,
  .btn-group > .btn-check:focus + .rte-btn-info,
  .btn-group > .btn-check:focus + .rte-btn-warning,
  .btn-group > .btn-check:focus + .rte-btn-danger,
  .btn-group > .btn-check:focus + .rte-btn-light,
  .btn-group > .btn-check:focus + .rte-btn-dark,
  .btn-group > .btn-check:focus + .rte-btn-outline-primary,
  .btn-group > .btn-check:focus + .rte-btn-outline-secondary,
  .btn-group > .btn-check:focus + .rte-btn-outline-success,
  .btn-group > .btn-check:focus + .rte-btn-outline-info,
  .btn-group > .btn-check:focus + .rte-btn-outline-warning,
  .btn-group > .btn-check:focus + .rte-btn-outline-danger,
  .btn-group > .btn-check:focus + .rte-btn-outline-light,
  .btn-group > .btn-check:focus + .rte-btn-outline-dark,
  .btn-group > .btn-check:focus + .rte-btn-link,
  .btn-group > .btn:hover,
  .btn-group > .rte-btn-primary:hover,
  .btn-group > .rte-btn-secondary:hover,
  .btn-group > .rte-btn-success:hover,
  .btn-group > .rte-btn-info:hover,
  .btn-group > .rte-btn-warning:hover,
  .btn-group > .rte-btn-danger:hover,
  .btn-group > .rte-btn-light:hover,
  .btn-group > .rte-btn-dark:hover,
  .btn-group > .rte-btn-outline-primary:hover,
  .btn-group > .rte-btn-outline-secondary:hover,
  .btn-group > .rte-btn-outline-success:hover,
  .btn-group > .rte-btn-outline-info:hover,
  .btn-group > .rte-btn-outline-warning:hover,
  .btn-group > .rte-btn-outline-danger:hover,
  .btn-group > .rte-btn-outline-light:hover,
  .btn-group > .rte-btn-outline-dark:hover,
  .btn-group > .rte-btn-link:hover,
  .btn-group > .btn:focus,
  .btn-group > .rte-btn-primary:focus,
  .btn-group > .rte-btn-secondary:focus,
  .btn-group > .rte-btn-success:focus,
  .btn-group > .rte-btn-info:focus,
  .btn-group > .rte-btn-warning:focus,
  .btn-group > .rte-btn-danger:focus,
  .btn-group > .rte-btn-light:focus,
  .btn-group > .rte-btn-dark:focus,
  .btn-group > .rte-btn-outline-primary:focus,
  .btn-group > .rte-btn-outline-secondary:focus,
  .btn-group > .rte-btn-outline-success:focus,
  .btn-group > .rte-btn-outline-info:focus,
  .btn-group > .rte-btn-outline-warning:focus,
  .btn-group > .rte-btn-outline-danger:focus,
  .btn-group > .rte-btn-outline-light:focus,
  .btn-group > .rte-btn-outline-dark:focus,
  .btn-group > .rte-btn-link:focus,
  .btn-group > .btn:active,
  .btn-group > .rte-btn-primary:active,
  .btn-group > .rte-btn-secondary:active,
  .btn-group > .rte-btn-success:active,
  .btn-group > .rte-btn-info:active,
  .btn-group > .rte-btn-warning:active,
  .btn-group > .rte-btn-danger:active,
  .btn-group > .rte-btn-light:active,
  .btn-group > .rte-btn-dark:active,
  .btn-group > .rte-btn-outline-primary:active,
  .btn-group > .rte-btn-outline-secondary:active,
  .btn-group > .rte-btn-outline-success:active,
  .btn-group > .rte-btn-outline-info:active,
  .btn-group > .rte-btn-outline-warning:active,
  .btn-group > .rte-btn-outline-danger:active,
  .btn-group > .rte-btn-outline-light:active,
  .btn-group > .rte-btn-outline-dark:active,
  .btn-group > .rte-btn-link:active,
  .btn-group > .btn.active,
  .btn-group > .active.rte-btn-primary,
  .btn-group > .active.rte-btn-secondary,
  .btn-group > .active.rte-btn-success,
  .btn-group > .active.rte-btn-info,
  .btn-group > .active.rte-btn-warning,
  .btn-group > .active.rte-btn-danger,
  .btn-group > .active.rte-btn-light,
  .btn-group > .active.rte-btn-dark,
  .btn-group > .active.rte-btn-outline-primary,
  .btn-group > .active.rte-btn-outline-secondary,
  .btn-group > .active.rte-btn-outline-success,
  .btn-group > .active.rte-btn-outline-info,
  .btn-group > .active.rte-btn-outline-warning,
  .btn-group > .active.rte-btn-outline-danger,
  .btn-group > .active.rte-btn-outline-light,
  .btn-group > .active.rte-btn-outline-dark,
  .btn-group > .active.rte-btn-link,
  .btn-group-vertical > .btn-check:checked + .btn,
  .btn-group-vertical > .btn-check:checked + .rte-btn-primary,
  .btn-group-vertical > .btn-check:checked + .rte-btn-secondary,
  .btn-group-vertical > .btn-check:checked + .rte-btn-success,
  .btn-group-vertical > .btn-check:checked + .rte-btn-info,
  .btn-group-vertical > .btn-check:checked + .rte-btn-warning,
  .btn-group-vertical > .btn-check:checked + .rte-btn-danger,
  .btn-group-vertical > .btn-check:checked + .rte-btn-light,
  .btn-group-vertical > .btn-check:checked + .rte-btn-dark,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-primary,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-secondary,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-success,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-info,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-warning,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-danger,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-light,
  .btn-group-vertical > .btn-check:checked + .rte-btn-outline-dark,
  .btn-group-vertical > .btn-check:checked + .rte-btn-link,
  .btn-group-vertical > .btn-check:focus + .btn,
  .btn-group-vertical > .btn-check:focus + .rte-btn-primary,
  .btn-group-vertical > .btn-check:focus + .rte-btn-secondary,
  .btn-group-vertical > .btn-check:focus + .rte-btn-success,
  .btn-group-vertical > .btn-check:focus + .rte-btn-info,
  .btn-group-vertical > .btn-check:focus + .rte-btn-warning,
  .btn-group-vertical > .btn-check:focus + .rte-btn-danger,
  .btn-group-vertical > .btn-check:focus + .rte-btn-light,
  .btn-group-vertical > .btn-check:focus + .rte-btn-dark,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-primary,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-secondary,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-success,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-info,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-warning,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-danger,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-light,
  .btn-group-vertical > .btn-check:focus + .rte-btn-outline-dark,
  .btn-group-vertical > .btn-check:focus + .rte-btn-link,
  .btn-group-vertical > .btn:hover,
  .btn-group-vertical > .rte-btn-primary:hover,
  .btn-group-vertical > .rte-btn-secondary:hover,
  .btn-group-vertical > .rte-btn-success:hover,
  .btn-group-vertical > .rte-btn-info:hover,
  .btn-group-vertical > .rte-btn-warning:hover,
  .btn-group-vertical > .rte-btn-danger:hover,
  .btn-group-vertical > .rte-btn-light:hover,
  .btn-group-vertical > .rte-btn-dark:hover,
  .btn-group-vertical > .rte-btn-outline-primary:hover,
  .btn-group-vertical > .rte-btn-outline-secondary:hover,
  .btn-group-vertical > .rte-btn-outline-success:hover,
  .btn-group-vertical > .rte-btn-outline-info:hover,
  .btn-group-vertical > .rte-btn-outline-warning:hover,
  .btn-group-vertical > .rte-btn-outline-danger:hover,
  .btn-group-vertical > .rte-btn-outline-light:hover,
  .btn-group-vertical > .rte-btn-outline-dark:hover,
  .btn-group-vertical > .rte-btn-link:hover,
  .btn-group-vertical > .btn:focus,
  .btn-group-vertical > .rte-btn-primary:focus,
  .btn-group-vertical > .rte-btn-secondary:focus,
  .btn-group-vertical > .rte-btn-success:focus,
  .btn-group-vertical > .rte-btn-info:focus,
  .btn-group-vertical > .rte-btn-warning:focus,
  .btn-group-vertical > .rte-btn-danger:focus,
  .btn-group-vertical > .rte-btn-light:focus,
  .btn-group-vertical > .rte-btn-dark:focus,
  .btn-group-vertical > .rte-btn-outline-primary:focus,
  .btn-group-vertical > .rte-btn-outline-secondary:focus,
  .btn-group-vertical > .rte-btn-outline-success:focus,
  .btn-group-vertical > .rte-btn-outline-info:focus,
  .btn-group-vertical > .rte-btn-outline-warning:focus,
  .btn-group-vertical > .rte-btn-outline-danger:focus,
  .btn-group-vertical > .rte-btn-outline-light:focus,
  .btn-group-vertical > .rte-btn-outline-dark:focus,
  .btn-group-vertical > .rte-btn-link:focus,
  .btn-group-vertical > .btn:active,
  .btn-group-vertical > .rte-btn-primary:active,
  .btn-group-vertical > .rte-btn-secondary:active,
  .btn-group-vertical > .rte-btn-success:active,
  .btn-group-vertical > .rte-btn-info:active,
  .btn-group-vertical > .rte-btn-warning:active,
  .btn-group-vertical > .rte-btn-danger:active,
  .btn-group-vertical > .rte-btn-light:active,
  .btn-group-vertical > .rte-btn-dark:active,
  .btn-group-vertical > .rte-btn-outline-primary:active,
  .btn-group-vertical > .rte-btn-outline-secondary:active,
  .btn-group-vertical > .rte-btn-outline-success:active,
  .btn-group-vertical > .rte-btn-outline-info:active,
  .btn-group-vertical > .rte-btn-outline-warning:active,
  .btn-group-vertical > .rte-btn-outline-danger:active,
  .btn-group-vertical > .rte-btn-outline-light:active,
  .btn-group-vertical > .rte-btn-outline-dark:active,
  .btn-group-vertical > .rte-btn-link:active,
  .btn-group-vertical > .btn.active,
  .btn-group-vertical > .active.rte-btn-primary,
  .btn-group-vertical > .active.rte-btn-secondary,
  .btn-group-vertical > .active.rte-btn-success,
  .btn-group-vertical > .active.rte-btn-info,
  .btn-group-vertical > .active.rte-btn-warning,
  .btn-group-vertical > .active.rte-btn-danger,
  .btn-group-vertical > .active.rte-btn-light,
  .btn-group-vertical > .active.rte-btn-dark,
  .btn-group-vertical > .active.rte-btn-outline-primary,
  .btn-group-vertical > .active.rte-btn-outline-secondary,
  .btn-group-vertical > .active.rte-btn-outline-success,
  .btn-group-vertical > .active.rte-btn-outline-info,
  .btn-group-vertical > .active.rte-btn-outline-warning,
  .btn-group-vertical > .active.rte-btn-outline-danger,
  .btn-group-vertical > .active.rte-btn-outline-light,
  .btn-group-vertical > .active.rte-btn-outline-dark,
  .btn-group-vertical > .active.rte-btn-link {
    z-index: 1; }

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

.btn-group > .btn:not(:first-child), .btn-group > .rte-btn-primary:not(:first-child), .btn-group > .rte-btn-secondary:not(:first-child), .btn-group > .rte-btn-success:not(:first-child), .btn-group > .rte-btn-info:not(:first-child), .btn-group > .rte-btn-warning:not(:first-child), .btn-group > .rte-btn-danger:not(:first-child), .btn-group > .rte-btn-light:not(:first-child), .btn-group > .rte-btn-dark:not(:first-child), .btn-group > .rte-btn-outline-primary:not(:first-child), .btn-group > .rte-btn-outline-secondary:not(:first-child), .btn-group > .rte-btn-outline-success:not(:first-child), .btn-group > .rte-btn-outline-info:not(:first-child), .btn-group > .rte-btn-outline-warning:not(:first-child), .btn-group > .rte-btn-outline-danger:not(:first-child), .btn-group > .rte-btn-outline-light:not(:first-child), .btn-group > .rte-btn-outline-dark:not(:first-child), .btn-group > .rte-btn-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-secondary:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-success:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-info:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-warning:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-danger:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-light:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-dark:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-primary:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-secondary:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-success:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-info:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-warning:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-danger:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-light:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-outline-dark:not(:last-child):not(.dropdown-toggle), .btn-group > .rte-btn-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .rte-btn-primary,
.btn-group > .btn-group:not(:last-child) > .rte-btn-secondary,
.btn-group > .btn-group:not(:last-child) > .rte-btn-success,
.btn-group > .btn-group:not(:last-child) > .rte-btn-info,
.btn-group > .btn-group:not(:last-child) > .rte-btn-warning,
.btn-group > .btn-group:not(:last-child) > .rte-btn-danger,
.btn-group > .btn-group:not(:last-child) > .rte-btn-light,
.btn-group > .btn-group:not(:last-child) > .rte-btn-dark,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-primary,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-secondary,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-success,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-info,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-warning,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-danger,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-light,
.btn-group > .btn-group:not(:last-child) > .rte-btn-outline-dark,
.btn-group > .btn-group:not(:last-child) > .rte-btn-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3), .btn-group > .rte-btn-primary:nth-child(n + 3), .btn-group > .rte-btn-secondary:nth-child(n + 3), .btn-group > .rte-btn-success:nth-child(n + 3), .btn-group > .rte-btn-info:nth-child(n + 3), .btn-group > .rte-btn-warning:nth-child(n + 3), .btn-group > .rte-btn-danger:nth-child(n + 3), .btn-group > .rte-btn-light:nth-child(n + 3), .btn-group > .rte-btn-dark:nth-child(n + 3), .btn-group > .rte-btn-outline-primary:nth-child(n + 3), .btn-group > .rte-btn-outline-secondary:nth-child(n + 3), .btn-group > .rte-btn-outline-success:nth-child(n + 3), .btn-group > .rte-btn-outline-info:nth-child(n + 3), .btn-group > .rte-btn-outline-warning:nth-child(n + 3), .btn-group > .rte-btn-outline-danger:nth-child(n + 3), .btn-group > .rte-btn-outline-light:nth-child(n + 3), .btn-group > .rte-btn-outline-dark:nth-child(n + 3), .btn-group > .rte-btn-link:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > :not(.btn-check) + .rte-btn-primary,
.btn-group > :not(.btn-check) + .rte-btn-secondary,
.btn-group > :not(.btn-check) + .rte-btn-success,
.btn-group > :not(.btn-check) + .rte-btn-info,
.btn-group > :not(.btn-check) + .rte-btn-warning,
.btn-group > :not(.btn-check) + .rte-btn-danger,
.btn-group > :not(.btn-check) + .rte-btn-light,
.btn-group > :not(.btn-check) + .rte-btn-dark,
.btn-group > :not(.btn-check) + .rte-btn-outline-primary,
.btn-group > :not(.btn-check) + .rte-btn-outline-secondary,
.btn-group > :not(.btn-check) + .rte-btn-outline-success,
.btn-group > :not(.btn-check) + .rte-btn-outline-info,
.btn-group > :not(.btn-check) + .rte-btn-outline-warning,
.btn-group > :not(.btn-check) + .rte-btn-outline-danger,
.btn-group > :not(.btn-check) + .rte-btn-outline-light,
.btn-group > :not(.btn-check) + .rte-btn-outline-dark,
.btn-group > :not(.btn-check) + .rte-btn-link,
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .rte-btn-primary,
.btn-group > .btn-group:not(:first-child) > .rte-btn-secondary,
.btn-group > .btn-group:not(:first-child) > .rte-btn-success,
.btn-group > .btn-group:not(:first-child) > .rte-btn-info,
.btn-group > .btn-group:not(:first-child) > .rte-btn-warning,
.btn-group > .btn-group:not(:first-child) > .rte-btn-danger,
.btn-group > .btn-group:not(:first-child) > .rte-btn-light,
.btn-group > .btn-group:not(:first-child) > .rte-btn-dark,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-primary,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-secondary,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-success,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-info,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-warning,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-danger,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-light,
.btn-group > .btn-group:not(:first-child) > .rte-btn-outline-dark,
.btn-group > .btn-group:not(:first-child) > .rte-btn-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .btn-group-sm > .rte-btn-primary + .dropdown-toggle-split, .btn-group-sm > .rte-btn-secondary + .dropdown-toggle-split, .btn-group-sm > .rte-btn-success + .dropdown-toggle-split, .btn-group-sm > .rte-btn-info + .dropdown-toggle-split, .btn-group-sm > .rte-btn-warning + .dropdown-toggle-split, .btn-group-sm > .rte-btn-danger + .dropdown-toggle-split, .btn-group-sm > .rte-btn-light + .dropdown-toggle-split, .btn-group-sm > .rte-btn-dark + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-primary + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-secondary + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-success + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-info + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-warning + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-danger + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-light + .dropdown-toggle-split, .btn-group-sm > .rte-btn-outline-dark + .dropdown-toggle-split, .btn-group-sm > .rte-btn-link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .btn-group-lg > .rte-btn-primary + .dropdown-toggle-split, .btn-group-lg > .rte-btn-secondary + .dropdown-toggle-split, .btn-group-lg > .rte-btn-success + .dropdown-toggle-split, .btn-group-lg > .rte-btn-info + .dropdown-toggle-split, .btn-group-lg > .rte-btn-warning + .dropdown-toggle-split, .btn-group-lg > .rte-btn-danger + .dropdown-toggle-split, .btn-group-lg > .rte-btn-light + .dropdown-toggle-split, .btn-group-lg > .rte-btn-dark + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-primary + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-secondary + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-success + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-info + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-warning + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-danger + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-light + .dropdown-toggle-split, .btn-group-lg > .rte-btn-outline-dark + .dropdown-toggle-split, .btn-group-lg > .rte-btn-link + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  
  .btn-group-vertical > .btn,
  .btn-group-vertical > .rte-btn-primary,
  .btn-group-vertical > .rte-btn-secondary,
  .btn-group-vertical > .rte-btn-success,
  .btn-group-vertical > .rte-btn-info,
  .btn-group-vertical > .rte-btn-warning,
  .btn-group-vertical > .rte-btn-danger,
  .btn-group-vertical > .rte-btn-light,
  .btn-group-vertical > .rte-btn-dark,
  .btn-group-vertical > .rte-btn-outline-primary,
  .btn-group-vertical > .rte-btn-outline-secondary,
  .btn-group-vertical > .rte-btn-outline-success,
  .btn-group-vertical > .rte-btn-outline-info,
  .btn-group-vertical > .rte-btn-outline-warning,
  .btn-group-vertical > .rte-btn-outline-danger,
  .btn-group-vertical > .rte-btn-outline-light,
  .btn-group-vertical > .rte-btn-outline-dark,
  .btn-group-vertical > .rte-btn-link,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .rte-btn-primary:not(:first-child), .btn-group-vertical > .rte-btn-secondary:not(:first-child), .btn-group-vertical > .rte-btn-success:not(:first-child), .btn-group-vertical > .rte-btn-info:not(:first-child), .btn-group-vertical > .rte-btn-warning:not(:first-child), .btn-group-vertical > .rte-btn-danger:not(:first-child), .btn-group-vertical > .rte-btn-light:not(:first-child), .btn-group-vertical > .rte-btn-dark:not(:first-child), .btn-group-vertical > .rte-btn-outline-primary:not(:first-child), .btn-group-vertical > .rte-btn-outline-secondary:not(:first-child), .btn-group-vertical > .rte-btn-outline-success:not(:first-child), .btn-group-vertical > .rte-btn-outline-info:not(:first-child), .btn-group-vertical > .rte-btn-outline-warning:not(:first-child), .btn-group-vertical > .rte-btn-outline-danger:not(:first-child), .btn-group-vertical > .rte-btn-outline-light:not(:first-child), .btn-group-vertical > .rte-btn-outline-dark:not(:first-child), .btn-group-vertical > .rte-btn-link:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-success:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-info:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-warning:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-danger:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-light:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-dark:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-primary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-secondary:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-success:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-info:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-warning:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-danger:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-light:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-outline-dark:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .rte-btn-link:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-primary,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-secondary,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-success,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-info,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-warning,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-danger,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-light,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-dark,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-primary,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-secondary,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-success,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-info,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-warning,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-danger,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-light,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-outline-dark,
  .btn-group-vertical > .btn-group:not(:last-child) > .rte-btn-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .btn-group-vertical > .rte-btn-primary ~ .btn, .btn-group-vertical > .rte-btn-secondary ~ .btn, .btn-group-vertical > .rte-btn-success ~ .btn, .btn-group-vertical > .rte-btn-info ~ .btn, .btn-group-vertical > .rte-btn-warning ~ .btn, .btn-group-vertical > .rte-btn-danger ~ .btn, .btn-group-vertical > .rte-btn-light ~ .btn, .btn-group-vertical > .rte-btn-dark ~ .btn, .btn-group-vertical > .rte-btn-outline-primary ~ .btn, .btn-group-vertical > .rte-btn-outline-secondary ~ .btn, .btn-group-vertical > .rte-btn-outline-success ~ .btn, .btn-group-vertical > .rte-btn-outline-info ~ .btn, .btn-group-vertical > .rte-btn-outline-warning ~ .btn, .btn-group-vertical > .rte-btn-outline-danger ~ .btn, .btn-group-vertical > .rte-btn-outline-light ~ .btn, .btn-group-vertical > .rte-btn-outline-dark ~ .btn, .btn-group-vertical > .rte-btn-link ~ .btn, .btn-group-vertical > .btn ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-success ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-info ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-light ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-primary, .btn-group-vertical > .rte-btn-link ~ .rte-btn-primary, .btn-group-vertical > .btn ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-success ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-info ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-light ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-secondary, .btn-group-vertical > .rte-btn-link ~ .rte-btn-secondary, .btn-group-vertical > .btn ~ .rte-btn-success, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-success, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-success, .btn-group-vertical > .rte-btn-success ~ .rte-btn-success, .btn-group-vertical > .rte-btn-info ~ .rte-btn-success, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-success, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-success, .btn-group-vertical > .rte-btn-light ~ .rte-btn-success, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-success, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-success, .btn-group-vertical > .rte-btn-link ~ .rte-btn-success, .btn-group-vertical > .btn ~ .rte-btn-info, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-info, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-info, .btn-group-vertical > .rte-btn-success ~ .rte-btn-info, .btn-group-vertical > .rte-btn-info ~ .rte-btn-info, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-info, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-info, .btn-group-vertical > .rte-btn-light ~ .rte-btn-info, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-info, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-info, .btn-group-vertical > .rte-btn-link ~ .rte-btn-info, .btn-group-vertical > .btn ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-success ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-info ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-light ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-warning, .btn-group-vertical > .rte-btn-link ~ .rte-btn-warning, .btn-group-vertical > .btn ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-success ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-info ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-light ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-danger, .btn-group-vertical > .rte-btn-link ~ .rte-btn-danger, .btn-group-vertical > .btn ~ .rte-btn-light, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-light, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-light, .btn-group-vertical > .rte-btn-success ~ .rte-btn-light, .btn-group-vertical > .rte-btn-info ~ .rte-btn-light, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-light, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-light, .btn-group-vertical > .rte-btn-light ~ .rte-btn-light, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-light, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-light, .btn-group-vertical > .rte-btn-link ~ .rte-btn-light, .btn-group-vertical > .btn ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-success ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-info ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-light ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-dark, .btn-group-vertical > .rte-btn-link ~ .rte-btn-dark, .btn-group-vertical > .btn ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-primary, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-primary, .btn-group-vertical > .btn ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-secondary, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-secondary, .btn-group-vertical > .btn ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-success, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-success, .btn-group-vertical > .btn ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-info, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-info, .btn-group-vertical > .btn ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-warning, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-warning, .btn-group-vertical > .btn ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-danger, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-danger, .btn-group-vertical > .btn ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-light, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-light, .btn-group-vertical > .btn ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-success ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-info ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-light ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-outline-dark, .btn-group-vertical > .rte-btn-link ~ .rte-btn-outline-dark, .btn-group-vertical > .btn ~ .rte-btn-link, .btn-group-vertical > .rte-btn-primary ~ .rte-btn-link, .btn-group-vertical > .rte-btn-secondary ~ .rte-btn-link, .btn-group-vertical > .rte-btn-success ~ .rte-btn-link, .btn-group-vertical > .rte-btn-info ~ .rte-btn-link, .btn-group-vertical > .rte-btn-warning ~ .rte-btn-link, .btn-group-vertical > .rte-btn-danger ~ .rte-btn-link, .btn-group-vertical > .rte-btn-light ~ .rte-btn-link, .btn-group-vertical > .rte-btn-dark ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-primary ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-secondary ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-success ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-info ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-warning ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-danger ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-light ~ .rte-btn-link, .btn-group-vertical > .rte-btn-outline-dark ~ .rte-btn-link, .btn-group-vertical > .rte-btn-link ~ .rte-btn-link,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-primary,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-secondary,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-success,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-info,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-warning,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-danger,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-light,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-dark,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-primary,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-secondary,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-success,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-info,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-warning,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-danger,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-light,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-outline-dark,
  .btn-group-vertical > .btn-group:not(:first-child) > .rte-btn-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

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

.nav-link,
.navbar-nav:not(.mm-spn) a.lev1,
.navbar-nav:not(.mm-spn) span.lev1 {
  display: block;
  padding: 0.5rem 1rem;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link,
    .navbar-nav:not(.mm-spn) a.lev1,
    .navbar-nav:not(.mm-spn) span.lev1 {
      transition: none; } }
  .nav-link.disabled,
  .navbar-nav:not(.mm-spn) a.lev1.disabled,
  .navbar-nav:not(.mm-spn) span.lev1.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

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

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

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

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

.nav-left .navbar-nav,
.nav-left .navbar-nav ul.lev1 {
  justify-content: flex-start; }

.nav-center .navbar-nav,
.nav-center .navbar-nav ul.lev1 {
  justify-content: center; }

.nav-right .navbar-nav,
.nav-right .navbar-nav ul.lev1 {
  justify-content: flex-end; }

.nav-space-between .navbar-nav,
.nav-space-between .navbar-nav ul.lev1 {
  justify-content: space-between; }

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

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

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

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

.navbar-nav:not(.mm-spn),
.navbar-nav:not(.mm-spn) ul.lev1 {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  width: 100%; }
  .navbar-nav:not(.mm-spn) .nav-link,
  .navbar-nav:not(.mm-spn) a.lev1,
  .navbar-nav:not(.mm-spn) ul.lev1 .nav-link,
  .navbar-nav:not(.mm-spn) ul.lev1 a.lev1 {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav:not(.mm-spn) .dropdown-menu,
  .navbar-nav:not(.mm-spn) ul.lev1 .dropdown-menu {
    position: static; }

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

.navbar-collapse {
  align-items: center;
  width: 100%; }

.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; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0.25rem; }

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

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav,
    .navbar-expand-sm .navbar-nav ul.lev1 {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu,
      .navbar-expand-sm .navbar-nav ul.lev1 .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link,
      .navbar-expand-sm .navbar-nav a.lev1,
      .navbar-expand-sm .navbar-nav span.lev1,
      .navbar-expand-sm .navbar-nav ul.lev1 .nav-link,
      .navbar-expand-sm .navbar-nav ul.lev1 a.lev1,
      .navbar-expand-sm .navbar-nav ul.lev1 span.lev1 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav,
    .navbar-expand-md .navbar-nav ul.lev1 {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu,
      .navbar-expand-md .navbar-nav ul.lev1 .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link,
      .navbar-expand-md .navbar-nav a.lev1,
      .navbar-expand-md .navbar-nav span.lev1,
      .navbar-expand-md .navbar-nav ul.lev1 .nav-link,
      .navbar-expand-md .navbar-nav ul.lev1 a.lev1,
      .navbar-expand-md .navbar-nav ul.lev1 span.lev1 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav,
    .navbar-expand-lg .navbar-nav ul.lev1 {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu,
      .navbar-expand-lg .navbar-nav ul.lev1 .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link,
      .navbar-expand-lg .navbar-nav a.lev1,
      .navbar-expand-lg .navbar-nav span.lev1,
      .navbar-expand-lg .navbar-nav ul.lev1 .nav-link,
      .navbar-expand-lg .navbar-nav ul.lev1 a.lev1,
      .navbar-expand-lg .navbar-nav ul.lev1 span.lev1 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav,
    .navbar-expand-xl .navbar-nav ul.lev1 {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu,
      .navbar-expand-xl .navbar-nav ul.lev1 .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link,
      .navbar-expand-xl .navbar-nav a.lev1,
      .navbar-expand-xl .navbar-nav span.lev1,
      .navbar-expand-xl .navbar-nav ul.lev1 .nav-link,
      .navbar-expand-xl .navbar-nav ul.lev1 a.lev1,
      .navbar-expand-xl .navbar-nav ul.lev1 span.lev1 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav,
    .navbar-expand-xxl .navbar-nav ul.lev1 {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu,
      .navbar-expand-xxl .navbar-nav ul.lev1 .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link,
      .navbar-expand-xxl .navbar-nav a.lev1,
      .navbar-expand-xxl .navbar-nav span.lev1,
      .navbar-expand-xxl .navbar-nav ul.lev1 .nav-link,
      .navbar-expand-xxl .navbar-nav ul.lev1 a.lev1,
      .navbar-expand-xxl .navbar-nav ul.lev1 span.lev1 {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav,
  .navbar-expand .navbar-nav ul.lev1 {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu,
    .navbar-expand .navbar-nav ul.lev1 .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link,
    .navbar-expand .navbar-nav a.lev1,
    .navbar-expand .navbar-nav span.lev1,
    .navbar-expand .navbar-nav ul.lev1 .nav-link,
    .navbar-expand .navbar-nav ul.lev1 a.lev1,
    .navbar-expand .navbar-nav ul.lev1 span.lev1 {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-collapse {
    display: flex !important; }
  .navbar-expand .navbar-toggler {
    display: none; }

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

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

.navbar-light .navbar-nav span.lev1,
.navbar-light .navbar-nav ul.lev1 span.lev1 {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav span.lev1.disabled,
  .navbar-light .navbar-nav ul.lev1 span.lev1.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .cur > a.lev1,
.navbar-light .navbar-nav .cur > span.lev1,
.navbar-light .navbar-nav .poc > a.lev1,
.navbar-light .navbar-nav .poc > span.lev1,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav ul.lev1 .show > .nav-link,
.navbar-light .navbar-nav ul.lev1 .active > .nav-link,
.navbar-light .navbar-nav ul.lev1 .cur > a.lev1,
.navbar-light .navbar-nav ul.lev1 .cur > span.lev1,
.navbar-light .navbar-nav ul.lev1 .poc > a.lev1,
.navbar-light .navbar-nav ul.lev1 .poc > span.lev1,
.navbar-light .navbar-nav ul.lev1 .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

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

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

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

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

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

.navbar-dark .navbar-nav span.lev1,
.navbar-dark .navbar-nav ul.lev1 span.lev1 {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-dark .navbar-nav span.lev1.disabled,
  .navbar-dark .navbar-nav ul.lev1 span.lev1.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .cur > a.lev1,
.navbar-dark .navbar-nav .cur > span.lev1,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav ul.lev1 .show > .nav-link,
.navbar-dark .navbar-nav ul.lev1 .active > .nav-link,
.navbar-dark .navbar-nav ul.lev1 .cur > a.lev1,
.navbar-dark .navbar-nav ul.lev1 .cur > span.lev1,
.navbar-dark .navbar-nav ul.lev1 .nav-link.active {
  color: #fff; }

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

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

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

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

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem; }

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

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

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

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

.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */; }

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

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

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

.card-header-pills {
  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); }

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

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

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

.card-group > .card {
  margin-bottom: 0.75rem; }

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

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button.collapsed {
    border-bottom-width: 0; }
  .accordion-button:not(.collapsed) {
    color: #5c747a;
    background-color: #f0f2f3; }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%235c747a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      transform: rotate(180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #b3c0c4;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }

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

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.accordion-collapse {
  border: solid rgba(0, 0, 0, 0.125);
  border-width: 0 1px; }

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

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.breadcrumb, .LocatorContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #6c757d; }

.LocatorText {
  display: flex; }
  .LocatorText + .LocatorSeparator {
    padding-left: 0.25rem; }
    .LocatorText + .LocatorSeparator + .LocatorText {
      padding-left: 0.25rem; }
  .LocatorText:last-child {
    color: #6c757d; }

@media (max-width: 767.98px) {
  .LocatorText:not(:nth-last-child(3)),
  .LocatorSeparator {
    display: none; }
  .LocatorText:nth-last-child(3) {
    display: inline-flex;
    align-items: center;
    padding: 0; }
    .LocatorText:nth-last-child(3):before {
      content: "";
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      margin-right: 0.5rem; } }

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

.page-link,
.c2page-link {
  position: relative;
  display: block;
  color: #668188;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link,
    .c2page-link {
      transition: none; } }
  .page-link:hover,
  .c2page-link:hover {
    z-index: 2;
    color: #52676d;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus,
  .c2page-link:focus {
    z-index: 3;
    color: #52676d;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }

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

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

.c2page-item:not(:first-child) .c2page-link {
  margin-left: -1px; }

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

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

.page-link,
.c2page-link {
  padding: 0.375rem 0.75rem; }

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

.c2page-item:first-child .c2page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

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

.pagination-lg .page-link,
.pagination-lg .c2page-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-lg .c2page-item:first-child .c2page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

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

.pagination-sm .page-link,
.pagination-sm .c2page-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; }

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

.pagination-sm .c2page-item:last-child .c2page-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;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge, .rte-btn-primary .badge, .rte-btn-secondary .badge, .rte-btn-success .badge, .rte-btn-info .badge, .rte-btn-warning .badge, .rte-btn-danger .badge, .rte-btn-light .badge, .rte-btn-dark .badge, .rte-btn-outline-primary .badge, .rte-btn-outline-secondary .badge, .rte-btn-outline-success .badge, .rte-btn-outline-info .badge, .rte-btn-outline-warning .badge, .rte-btn-outline-danger .badge, .rte-btn-outline-light .badge, .rte-btn-outline-dark .badge, .rte-btn-link .badge {
  position: relative;
  top: -1px; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #3d4d52;
  background-color: #e0e6e7;
  border-color: #d1d9db; }
  .alert-primary .alert-link {
    color: #313e42; }

.alert-secondary {
  color: #565859;
  background-color: #f7f8f8;
  border-color: #f3f5f5; }
  .alert-secondary .alert-link {
    color: #454647; }

.alert-success {
  color: #186429;
  background-color: #d4edda;
  border-color: #bfe5c7; }
  .alert-success .alert-link {
    color: #135021; }

.alert-info {
  color: #0e616e;
  background-color: #d1ecf1;
  border-color: #b9e3ea; }
  .alert-info .alert-link {
    color: #0b4e58; }

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5; }
  .alert-warning .alert-link {
    color: #523e02; }

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7; }
  .alert-danger .alert-link {
    color: #6a1a21; }

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: #1f2326;
  background-color: #d6d8d9;
  border-color: #c2c4c6; }
  .alert-dark .alert-link {
    color: #191c1e; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

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

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

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

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

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

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

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.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; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.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; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.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; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.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; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.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; } }

@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0.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; } }

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

.list-group-item-primary {
  color: #3d4d52;
  background-color: #e0e6e7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #3d4d52;
    background-color: #cacfd0; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #3d4d52;
    border-color: #3d4d52; }

.list-group-item-secondary {
  color: #565859;
  background-color: #f7f8f8; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #565859;
    background-color: #dedfdf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #565859;
    border-color: #565859; }

.list-group-item-success {
  color: #186429;
  background-color: #d4edda; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #186429;
    background-color: #bfd5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #186429;
    border-color: #186429; }

.list-group-item-info {
  color: #0e616e;
  background-color: #d1ecf1; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0e616e;
    background-color: #bcd4d9; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0e616e;
    border-color: #0e616e; }

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #664d03;
    background-color: #e6dbb9; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664d03;
    border-color: #664d03; }

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #842029;
    background-color: #dfc2c4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #842029;
    border-color: #842029; }

.list-group-item-light {
  color: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: #1f2326;
  background-color: #d6d8d9; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f2326;
    background-color: #c1c2c3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1f2326;
    border-color: #1f2326; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: none;
    box-shadow: 0 0 0 0.25rem rgba(102, 129, 136, 0.25);
    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 {
  filter: invert(1) grayscale(100%) brightness(200%); }

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: 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; }

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

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

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

.modal-dialog-scrollable {
  height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 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; } }

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

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; } }

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; }
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-base-value);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .tooltip-arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

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

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

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

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%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 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

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

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

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators li {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */; } }

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -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% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

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

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

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

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

.bg-gradient-primary {
  background-image: linear-gradient(125deg, #859aa0, #668188) !important; }

.bg-gradient-secondary {
  background-image: linear-gradient(125deg, #e0e4e5, #d8ddde) !important; }

.bg-gradient-success {
  background-image: linear-gradient(125deg, #53b96a, #28a745) !important; }

.bg-gradient-info {
  background-image: linear-gradient(125deg, #45b5c6, #17a2b8) !important; }

.bg-gradient-warning {
  background-image: linear-gradient(125deg, #ffcd39, #ffc107) !important; }

.bg-gradient-danger {
  background-image: linear-gradient(125deg, #e35d6a, #dc3545) !important; }

.bg-gradient-light {
  background-image: linear-gradient(125deg, #f9fafb, #f8f9fa) !important; }

.bg-gradient-dark {
  background-image: linear-gradient(125deg, #5d6166, #343a40) !important; }

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

.link-primary {
  color: #668188; }
  .link-primary:hover, .link-primary:focus {
    color: #859aa0; }

.link-secondary {
  color: #d8ddde; }
  .link-secondary:hover, .link-secondary:focus {
    color: #e0e4e5; }

.link-success {
  color: #28a745; }
  .link-success:hover, .link-success:focus {
    color: #53b96a; }

.link-info {
  color: #17a2b8; }
  .link-info:hover, .link-info:focus {
    color: #45b5c6; }

.link-warning {
  color: #ffc107; }
  .link-warning:hover, .link-warning:focus {
    color: #ffcd39; }

.link-danger {
  color: #dc3545; }
  .link-danger:hover, .link-danger:focus {
    color: #b02a37; }

.link-light {
  color: #f8f9fa; }
  .link-light:hover, .link-light:focus {
    color: #f9fafb; }

.link-dark {
  color: #343a40; }
  .link-dark:hover, .link-dark:focus {
    color: #2a2e33; }

.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: calc(3 / 4 * 100%); }

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

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

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

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

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010; }
  .absolute-top.c2etihook:hover {
    position: absolute; }

.absolute-bottom {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010; }
  .absolute-bottom.c2etihook:hover {
    position: absolute; }

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
    .sticky-sm-top.c2etihook:hover {
      position: -webkit-sticky;
      position: sticky; } }

@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
    .sticky-md-top.c2etihook:hover {
      position: -webkit-sticky;
      position: sticky; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
    .sticky-lg-top.c2etihook:hover {
      position: -webkit-sticky;
      position: sticky; } }

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
    .sticky-xl-top.c2etihook:hover {
      position: -webkit-sticky;
      position: sticky; } }

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; }
    .sticky-xxl-top.c2etihook:hover {
      position: -webkit-sticky;
      position: sticky; } }

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

.tint-cover {
  --c2-tint-cover-colour: #000;
  --c2-tint-cover-opacity: 0.3;
  position: relative;
  z-index: 0; }
  .tint-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--c2-tint-cover-colour);
    opacity: var(--c2-tint-cover-opacity);
    z-index: -1; }

.text-accent-strip {
  position: relative;
  display: block;
  margin-bottom: 1.4em; }
  .text-accent-strip::after {
    content: "";
    position: absolute;
    height: 4px;
    bottom: -0.7em;
    left: 0;
    width: 30%;
    min-width: 150px;
    background-color: #668188; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-inherit {
  display: inherit !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 {
  transform: translate(-50%, -50%) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary, .text-primary > a {
  color: #668188 !important; }

.text-secondary, .text-secondary > a {
  color: #d8ddde !important; }

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

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

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

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

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

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

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

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

.text-muted, .c2form_fldhlp, .text-muted > a {
  color: #6c757d !important; }

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

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

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

.text-all-primary, .text-all-primary > * {
  color: #668188 !important; }

.text-all-secondary, .text-all-secondary > * {
  color: #d8ddde !important; }

.text-all-success, .text-all-success > * {
  color: #28a745 !important; }

.text-all-info, .text-all-info > * {
  color: #17a2b8 !important; }

.text-all-warning, .text-all-warning > * {
  color: #ffc107 !important; }

.text-all-danger, .text-all-danger > * {
  color: #dc3545 !important; }

.text-all-light, .text-all-light > * {
  color: #f8f9fa !important; }

.text-all-dark, .text-all-dark > * {
  color: #343a40 !important; }

.text-all-white, .text-all-white > * {
  color: #fff !important; }

.text-all-body, .text-all-body > * {
  color: #212529 !important; }

.text-all-muted, .text-all-muted > * {
  color: #6c757d !important; }

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

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

.text-all-reset, .text-all-reset > * {
  color: inherit !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-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-table-row {
    display: table-row !important; }
  .d-sm-table-row-group {
    display: table-row-group !important; }
  .d-sm-table-header-group {
    display: table-header-group !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-inherit {
    display: inherit !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-75 {
    width: 75% !important; }
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-auto {
    width: auto !important; }
  .h-sm-25 {
    height: 25% !important; }
  .h-sm-50 {
    height: 50% !important; }
  .h-sm-75 {
    height: 75% !important; }
  .h-sm-100 {
    height: 100% !important; }
  .h-sm-auto {
    height: auto !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-1 {
    gap: 0.25rem !important; }
  .gap-sm-2 {
    gap: 0.5rem !important; }
  .gap-sm-3 {
    gap: 1rem !important; }
  .gap-sm-4 {
    gap: 1.5rem !important; }
  .gap-sm-5 {
    gap: 3rem !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-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-table-row {
    display: table-row !important; }
  .d-md-table-row-group {
    display: table-row-group !important; }
  .d-md-table-header-group {
    display: table-header-group !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-inherit {
    display: inherit !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-75 {
    width: 75% !important; }
  .w-md-100 {
    width: 100% !important; }
  .w-md-auto {
    width: auto !important; }
  .h-md-25 {
    height: 25% !important; }
  .h-md-50 {
    height: 50% !important; }
  .h-md-75 {
    height: 75% !important; }
  .h-md-100 {
    height: 100% !important; }
  .h-md-auto {
    height: auto !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-1 {
    gap: 0.25rem !important; }
  .gap-md-2 {
    gap: 0.5rem !important; }
  .gap-md-3 {
    gap: 1rem !important; }
  .gap-md-4 {
    gap: 1.5rem !important; }
  .gap-md-5 {
    gap: 3rem !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-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-table-row {
    display: table-row !important; }
  .d-lg-table-row-group {
    display: table-row-group !important; }
  .d-lg-table-header-group {
    display: table-header-group !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-inherit {
    display: inherit !important; }
  .w-lg-25 {
    width: 25% !important; }
  .w-lg-50 {
    width: 50% !important; }
  .w-lg-75 {
    width: 75% !important; }
  .w-lg-100 {
    width: 100% !important; }
  .w-lg-auto {
    width: auto !important; }
  .h-lg-25 {
    height: 25% !important; }
  .h-lg-50 {
    height: 50% !important; }
  .h-lg-75 {
    height: 75% !important; }
  .h-lg-100 {
    height: 100% !important; }
  .h-lg-auto {
    height: auto !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-1 {
    gap: 0.25rem !important; }
  .gap-lg-2 {
    gap: 0.5rem !important; }
  .gap-lg-3 {
    gap: 1rem !important; }
  .gap-lg-4 {
    gap: 1.5rem !important; }
  .gap-lg-5 {
    gap: 3rem !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important; }
  .float-xl-end {
    float: right !important; }
  .float-xl-none {
    float: none !important; }
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-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-table-row {
    display: table-row !important; }
  .d-xl-table-row-group {
    display: table-row-group !important; }
  .d-xl-table-header-group {
    display: table-header-group !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-inherit {
    display: inherit !important; }
  .w-xl-25 {
    width: 25% !important; }
  .w-xl-50 {
    width: 50% !important; }
  .w-xl-75 {
    width: 75% !important; }
  .w-xl-100 {
    width: 100% !important; }
  .w-xl-auto {
    width: auto !important; }
  .h-xl-25 {
    height: 25% !important; }
  .h-xl-50 {
    height: 50% !important; }
  .h-xl-75 {
    height: 75% !important; }
  .h-xl-100 {
    height: 100% !important; }
  .h-xl-auto {
    height: auto !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xl-0 {
    gap: 0 !important; }
  .gap-xl-1 {
    gap: 0.25rem !important; }
  .gap-xl-2 {
    gap: 0.5rem !important; }
  .gap-xl-3 {
    gap: 1rem !important; }
  .gap-xl-4 {
    gap: 1.5rem !important; }
  .gap-xl-5 {
    gap: 3rem !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; }
  .text-xl-start {
    text-align: left !important; }
  .text-xl-end {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }
  .float-xxl-end {
    float: right !important; }
  .float-xxl-none {
    float: none !important; }
  .d-xxl-none {
    display: 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-table-row {
    display: table-row !important; }
  .d-xxl-table-row-group {
    display: table-row-group !important; }
  .d-xxl-table-header-group {
    display: table-header-group !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-inherit {
    display: inherit !important; }
  .w-xxl-25 {
    width: 25% !important; }
  .w-xxl-50 {
    width: 50% !important; }
  .w-xxl-75 {
    width: 75% !important; }
  .w-xxl-100 {
    width: 100% !important; }
  .w-xxl-auto {
    width: auto !important; }
  .h-xxl-25 {
    height: 25% !important; }
  .h-xxl-50 {
    height: 50% !important; }
  .h-xxl-75 {
    height: 75% !important; }
  .h-xxl-100 {
    height: 100% !important; }
  .h-xxl-auto {
    height: auto !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-xxl-0 {
    gap: 0 !important; }
  .gap-xxl-1 {
    gap: 0.25rem !important; }
  .gap-xxl-2 {
    gap: 0.5rem !important; }
  .gap-xxl-3 {
    gap: 1rem !important; }
  .gap-xxl-4 {
    gap: 1.5rem !important; }
  .gap-xxl-5 {
    gap: 3rem !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; }
  .text-xxl-start {
    text-align: left !important; }
  .text-xxl-end {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-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-table-row {
    display: table-row !important; }
  .d-print-table-row-group {
    display: table-row-group !important; }
  .d-print-table-header-group {
    display: table-header-group !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-inherit {
    display: inherit !important; } }

.intergage-i {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 3rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 59.42'%3e%3cdefs%3e%3cstyle%3e.cls-1{fill:%23ff0000;}%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 4%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpath class='cls-1' d='M60,29.8a30,30,0,0,0-60,0A29.74,29.74,0,0,0,25,59.19l1.4.23V57l-1-.16A27.36,27.36,0,0,1,30,2.42a27.36,27.36,0,0,1,6.48,54l-.5.12v-26H24V33h9.54V59.42L35,59.19A29.74,29.74,0,0,0,60,29.8Z'/%3e%3cpath class='cls-1' d='M30,14.44a6.47,6.47,0,0,0-6.47,6.47A6.58,6.58,0,0,0,30,27.43a6.5,6.5,0,0,0,6.47-6.52A6.4,6.4,0,0,0,30,14.44ZM30,25a4.08,4.08,0,0,1,0-8.15,4,4,0,0,1,4,4.05A4.08,4.08,0,0,1,30,25Z'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
  cursor: pointer;
  transition: transform 0.8s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .intergage-i {
      transition: none; } }
  .intergage-i:hover {
    transform: rotate(-360deg); }

.btn-primary.c2btncancel, .c2btncancel.rte-btn-primary {
  background-color: transparent; }

.btn-secondary.c2btncancel, .c2btncancel.rte-btn-secondary {
  background-color: transparent; }

.btn-success.c2btncancel, .c2btncancel.rte-btn-success {
  background-color: transparent; }

.btn-info.c2btncancel, .c2btncancel.rte-btn-info {
  background-color: transparent; }

.btn-warning.c2btncancel, .c2btncancel.rte-btn-warning {
  background-color: transparent; }

.btn-danger.c2btncancel, .c2btncancel.rte-btn-danger {
  background-color: transparent; }

.btn-light.c2btncancel, .c2btncancel.rte-btn-light {
  background-color: transparent; }

.btn-dark.c2btncancel, .c2btncancel.rte-btn-dark {
  background-color: transparent; }

.btn[class*='c2']:focus:before, .rte-btn-primary[class*='c2']:focus:before, .rte-btn-secondary[class*='c2']:focus:before, .rte-btn-success[class*='c2']:focus:before, .rte-btn-info[class*='c2']:focus:before, .rte-btn-warning[class*='c2']:focus:before, .rte-btn-danger[class*='c2']:focus:before, .rte-btn-light[class*='c2']:focus:before, .rte-btn-dark[class*='c2']:focus:before, .rte-btn-outline-primary[class*='c2']:focus:before, .rte-btn-outline-secondary[class*='c2']:focus:before, .rte-btn-outline-success[class*='c2']:focus:before, .rte-btn-outline-info[class*='c2']:focus:before, .rte-btn-outline-warning[class*='c2']:focus:before, .rte-btn-outline-danger[class*='c2']:focus:before, .rte-btn-outline-light[class*='c2']:focus:before, .rte-btn-outline-dark[class*='c2']:focus:before, .rte-btn-link[class*='c2']:focus:before {
  content: "";
  margin-right: 0.25rem;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  vertical-align: text-bottom;
  border: 0.2em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite; }

.c2btnreset {
  display: none !important; }

.c2-product-detail__buy-form {
  display: none; }

.pretty-messenger-container {
  bottom: 80px;
  left: auto; }
  .pretty-messenger-container .alert {
    width: 310px;
    max-width: 100%; }

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px; }

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none; }

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s; }
  .mm-ocd--open {
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    transition-delay: 0s; }

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease; }
  .mm-ocd--left .mm-ocd__content {
    left: 0;
    transform: translate3d(-100%, 0, 0); }
  .mm-ocd--right .mm-ocd__content {
    right: 0;
    transform: translate3d(100%, 0, 0); }
  .mm-ocd--open .mm-ocd__content {
    transform: translate3d(0, 0, 0); }

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: calc(100% - 80%);
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0); }
  .mm-ocd--left .mm-ocd__backdrop {
    right: 0; }
  .mm-ocd--right .mm-ocd__backdrop {
    left: 0; }

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
/** Item height. */
/** Item indent. */
/** Line height. */
/** Panel offset. */
.mm-spn, .mm-spn ul, .mm-spn li, .mm-spn a,
.mm-spn span {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px; }

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  transform: translateX(0px); }

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default; }
  .mm-spn ul:after {
    content: '';
    display: block;
    height: 50px;
    height: var(--mm-spn-item-height); }

.mm-spn > ul {
  left: 0; }

.mm-spn ul.mm-spn--open {
  left: 0; }

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden; }

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer; }
  .mm-spn li:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    right: 25px;
    right: calc(var(--mm-spn-item-height) / 2);
    z-index: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg) translate(0, -50%);
    opacity: 0.4; }
  .mm-spn li:after {
    content: '';
    display: block;
    margin-left: 20px;
    margin-left: var(--mm-spn-item-indent);
    border-top: 1px solid;
    opacity: 0.15; }

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc( (var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent); }

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none; }
  .mm-spn a:not(:last-child) {
    width: calc(100% - 50px);
    width: calc(100% - var(--mm-spn-item-height)); }
    .mm-spn a:not(:last-child):after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      border-right: 1px solid;
      opacity: 0.15; }

.mm-spn span {
  background: transparent; }

.mm-spn.mm-spn--navbar {
  cursor: pointer; }
  .mm-spn.mm-spn--navbar:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    top: calc(var(--mm-spn-item-height) / 2);
    left: 20px;
    left: var(--mm-spn-item-indent);
    width: 10px;
    height: 10px;
    margin-top: 2px;
    border-top: 2px solid;
    border-left: 2px solid;
    transform: rotate(-45deg) translate(50%, -50%);
    opacity: 0.4; }
  .mm-spn.mm-spn--navbar.mm-spn--main {
    cursor: default; }
    .mm-spn.mm-spn--navbar.mm-spn--main:before {
      content: none;
      display: none; }
  .mm-spn.mm-spn--navbar:after {
    content: attr(data-mm-spn-title);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    height: var(--mm-spn-item-height);
    padding: 0 40px;
    padding: 0 calc(var(--mm-spn-item-indent) * 2);
    line-height: 50px;
    line-height: var(--mm-spn-item-height);
    opacity: 0.4;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .mm-spn.mm-spn--navbar.mm-spn--main:after {
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent); }

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px); }
  .mm-spn.mm-spn--navbar ul:before {
    content: '';
    display: block;
    position: fixed;
    top: inherit;
    z-index: 2;
    width: 100%;
    border-top: 1px solid currentColor;
    opacity: 0.15; }

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3; }

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333; }

.mm-spn.mm-spn--vertical {
  overflow-y: auto; }

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static; }
  .mm-spn.mm-spn--vertical ul ul {
    display: none;
    padding-left: 20px;
    padding-left: var(--mm-spn-item-indent); }
    .mm-spn.mm-spn--vertical ul ul:after {
      height: 25px;
      height: calc(var(--mm-spn-item-height) / 2); }
  .mm-spn.mm-spn--vertical ul.mm-spn--open {
    display: block; }

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0); }

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none; }

/*! _sliding-banner */
.slider-banner-item-container {
  position: relative; }
  .slider-banner-item-container .slider-banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: flex; }
  .slider-banner-item-container.slick-slide {
    height: inherit !important;
    position: relative; }
    .slider-banner-item-container.slick-slide img {
      height: 100% !important;
      width: 100%;
      object-fit: cover; }
    .slider-banner-item-container.slick-slide .banner-filter {
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      object-fit: none; }

.sliding-banner#slider-banner .slick-track {
  display: flex !important;
  max-height: 700px; }

.slider-banner-item-container a {
  text-decoration: none;
  color: #000; }

/*! _fotorama-overrides */
/*! _general-styling */
body {
  font-family: "Roboto"; }

div#wrap {
  overflow-x: clip; }

.rounded-corners img {
  border-radius: 15px !important; }

.corner-radius-sm {
  border-radius: 5px;
  overflow: hidden; }
  .corner-radius-sm > * {
    border-radius: 5px; }

.corner-radius-md {
  border-radius: 15px;
  overflow: hidden; }
  .corner-radius-md > * {
    border-radius: 15px; }

.corner-radius-lg {
  border-radius: 20px;
  overflow: hidden; }
  .corner-radius-lg > * {
    border-radius: 20px; }

.corner-radius-circle {
  border-radius: 50%;
  overflow: hidden; }
  .corner-radius-circle > * {
    border-radius: 50%; }

.animated-text {
  display: inline-block; }

.word:not(:first-of-type) {
  opacity: 0;
  transition: all .3s ease; }

.word:first-of-type {
  color: #787878; }

.word {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 6rem;
  font-weight: bold; }
  @media (max-width: 992px) {
    .word {
      font-size: 4rem; } }
  @media (max-width: 576px) {
    .word {
      font-size: 3rem; } }

/*! _card */
.card-wrapper {
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  position: relative; }
  .card-wrapper:hover .card-image {
    transform: translateY(-10px); }
    .card-wrapper:hover .card-image img {
      box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; }
  .card-wrapper .card-image {
    transition: all .25s ease-in-out; }
    .card-wrapper .card-image img {
      transition: all .25s ease-in-out; }
  .card-wrapper .card-content {
    padding: 10px 5px; }
  .card-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

/*! _rotate-cta */
.rotate-cta-wrapper {
  position: relative; }
  .rotate-cta-wrapper * {
    color: #000; }
  .rotate-cta-wrapper .rotate-cta-title {
    text-align: center;
    font-size: 1.5rem; }
  .rotate-cta-wrapper .rotate-cta-text {
    text-align: center; }
  .rotate-cta-wrapper:hover > .rotate-cta-content-front {
    transform: rotateY(180deg);
    opacity: 0; }
  .rotate-cta-wrapper:hover > .rotate-cta-content-back {
    opacity: 1;
    transform: rotateY(0deg); }
  .rotate-cta-wrapper .rotate-cta-content-front,
  .rotate-cta-wrapper .rotate-cta-content-back {
    transition-timing-function: cubic-bezier(0, -0.01, 0.32, 1.275);
    transition-duration: .4s;
    transition-property: transform, opacity; }
  .rotate-cta-wrapper .rotate-cta-content-front {
    transform: rotateY(0deg); }
  .rotate-cta-wrapper .rotate-cta-content-back {
    position: absolute;
    opacity: 0;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000; }
  .rotate-cta-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; }

/*! _logos-slider */
.c2-slick-slider.logos-slider p {
  margin: 0 !important; }
  .c2-slick-slider.logos-slider p img {
    margin: 0 auto; }

.c2-slick-slider.logos-slider .slick-list {
  background: unset; }

.c2-slick-slider.logos-slider .slick-track {
  display: flex;
  align-items: center; }

.c2-slick-slider.logos-slider .slick-slide {
  position: relative; }
  .c2-slick-slider.logos-slider .slick-slide a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0; }

@media (max-width: 1200px) {
  .c2-slick-slider.logos-slider .slick-prev {
    left: -10px; } }

@media (max-width: 576px) {
  .c2-slick-slider.logos-slider .slick-prev {
    left: 0; } }

@media (max-width: 461px) {
  .c2-slick-slider.logos-slider .slick-prev {
    left: 10px; } }

@media (max-width: 1200px) {
  .c2-slick-slider.logos-slider .slick-next {
    right: -10px; } }

@media (max-width: 576px) {
  .c2-slick-slider.logos-slider .slick-next {
    right: 0; } }

@media (max-width: 461px) {
  .c2-slick-slider.logos-slider .slick-next {
    right: 10px; } }

/*! _reveal */
.reveal-single {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease; }

.reveal-single:nth-child(2) {
  transform: translateY(250px); }

.reveal-single:nth-child(3) {
  transform: translateY(300px); }

.reveal-single:nth-child(4) {
  transform: translateY(350px); }

.reveal-single.active {
  transform: translateY(0);
  opacity: 1; }

.reveal-double div > div:nth-child(1) {
  position: relative;
  transform: translateX(-200px);
  opacity: 0;
  transition: 1s all ease; }

.reveal-double div > div:nth-child(2) {
  position: relative;
  transform: translateX(200px);
  opacity: 0;
  transition: 1s all ease; }

.reveal-double div.flex-md-row-reverse > div:nth-child(1) {
  position: relative;
  transform: translateX(400px);
  opacity: 0;
  transition: 1s all ease; }

.reveal-double div.flex-md-row-reverse > div:nth-child(2) {
  position: relative;
  transform: translateX(-200px);
  opacity: 0;
  transition: 1s all ease; }

.reveal-double.active div div {
  transform: translateX(0) !important;
  opacity: 1 !important; }

/*! _timeline */
body {
  overflow-x: hidden; }

.time-stamp + .even-content {
  margin-top: 1rem; }

.time-stamp + .odd-content {
  margin-top: 1rem !important; }

.timeline-wrapper {
  min-height: 1px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  padding-left: var(--bs-gutter-x, 0.75rem) !important;
  padding-right: var(--bs-gutter-x, 0.75rem) !important;
  overflow: hidden; }
  .timeline-wrapper:after {
    content: "";
    clear: both;
    display: table; }

.timeline {
  position: relative;
  height: 100%;
  text-align: center; }
  .timeline:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    background-color: #d8ddde;
    width: 5px;
    border-radius: 5px; }
    @media (max-width: 1156px) {
      .timeline:before {
        left: 20%; } }
    @media (max-width: 1000px) {
      .timeline:before {
        display: none; } }

/*
.timeline-dot {
  position: absolute;
  top: -5px;
  left: calc(50%);
  transform: translateX(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: rgba(222, 132, 39, 0.4);
  span {
    position: relative;
    top: -4px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: rgb(222, 132, 39);
    background: radial-gradient(
      circle,
      rgba(222, 132, 39, 1) 0%,
      rgba(233, 140, 43, 1) 28%,
      rgba(227, 161, 93, 1) 61%
    );
    box-shadow: 0 0 0 5px rgba(222, 132, 39, 0.6);
    border-radius: 50%;
    animation: pulse-animation 1.3s infinite;
  }
}*/
.timeline .content {
  transform-style: preserve-3d;
  /* max-width: 500px;
    margin-bottom: 1rem;
    width: 100%;
    font-size: 0.85rem;
    text-align: left;
    box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
    position: relative;*/
  /*
    &:after {
      content: "";
      position: absolute;
      left: calc(100% + 92px);
      top: 50%;
      transform: translateY(-50%) scale(0);
      opacity: 0;
      width: 15px;
      height: 15px;
      display: inline-block;
      background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(19,19,19,1) 28%, rgba(38,38,38,1) 82%);
      transition: transform 0.3s ease;
      border-radius: 50%;
      animation: pulse-animation2 2.3s infinite;
    }*/
  /* Text */ }
  .timeline .content h2, .timeline .content .h2 {
    font-size: 1.35rem;
    color: #fff;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.75); }
  .timeline .content .img-container {
    width: 100%;
    height: 200px;
    overflow: hidden; }
    .timeline .content .img-container img {
      object-position: top;
      width: 100%; }
  .timeline .content .text {
    font-size: 0.9rem;
    word-break: break-word;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.75); }
    .timeline .content .text p {
      color: #fff;
      margin: 0; }

.time-stamp {
  font-size: 1.5rem;
  padding: 15px 10px;
  background-color: #668188;
  clear: both;
  /*box-shadow: 1px 1px 0px #000, 2px 2px 0px #000, 3px 3px 0px #000,
    4px 4px 0px #000, 5px 5px 0px #000, 6px 6px 0px #000;*/
  border-radius: 15px;
  /*box-shadow: 0 0 0 4px #ffffff, inset 0 5px 6px -4px rgb(100 100 100), 0 3px 2px 4px rgb(0 0 0 / 22%);*/
  box-shadow: 0 0 0 4px #ffffff, inset 0 5px 6px -4px #646464, 0 3px 2px 4px rgba(100, 100, 100, 0.8);
  color: #fff;
  position: relative;
  z-index: 1;
  width: 200px;
  margin: 0 auto 1rem;
  font-weight: 500; }
  @media (max-width: 1156px) {
    .time-stamp {
      margin: 0 0 1rem 10%; } }
  @media (max-width: 1000px) {
    .time-stamp {
      margin: 0 auto 1rem;
      max-width: 450px;
      width: 100%; } }

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(222, 132, 39, 0.6); }
  100% {
    box-shadow: 0 0 0 13px rgba(222, 132, 39, 0); } }

@keyframes pulse-animation2 {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.6); }
  100% {
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0); } }

.odd-content {
  float: left;
  clear: left;
  max-width: 500px;
  margin-top: 4rem;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 0.85rem;
  text-align: left;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  transform: translateX(-400px) translateZ(2px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease; }
  .odd-content:before {
    content: "";
    position: absolute;
    right: 0;
    top: 29.5px;
    transform: translateZ(-2px) translateY(-50%) scale(0);
    opacity: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: black;
    background: radial-gradient(circle, black 0%, #131313 28%, #262626 82%);
    transition: transform 0.3s ease;
    border-radius: 50%;
    animation: pulse-animation2 2.3s infinite; }
  .odd-content:after {
    content: " ";
    height: 0;
    position: absolute;
    top: 5px;
    width: 0;
    transform: translateZ(-1px);
    right: 0;
    opacity: 0;
    border: medium solid white;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.6);
    transition: opacity 0.5s ease, right 0.5s ease; }
    @media (max-width: 1156px) {
      .odd-content:after {
        border-width: 25px 25px 25px 0;
        border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
        left: 0; } }
  @media (max-width: 1156px) {
    .odd-content {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; } }
  .odd-content.active {
    transform: translate(0);
    opacity: 1; }
    .odd-content.active:after {
      transition: opacity 0.5s ease 1s, right 0.3s ease-in 1s;
      opacity: 1;
      right: -25px;
      transform: translateZ(-1px); }
      @media (max-width: 1156px) {
        .odd-content.active:after {
          opacity: 1;
          left: -25px;
          transition: opacity 0.5s ease 1s, left 0.3s ease-in 1s; } }
      @media (max-width: 1000px) {
        .odd-content.active:after {
          display: none; } }
    .odd-content.active:before {
      transform: translateZ(-2px) translateY(-50%) scale(1);
      opacity: 1;
      transition: right 0.3s ease-in 1s, opacity 0.5s ease-in-out 1s;
      right: -54px; }
      @media (max-width: 1156px) {
        .odd-content.active:before {
          display: none; } }

.even-content {
  float: right;
  max-width: 500px;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 0.85rem;
  text-align: left;
  box-shadow: 2px 3px 5px 0 rgba(0, 0, 0, 0.5);
  position: relative;
  opacity: 0;
  transform: translate(400px);
  transition: transform 1s ease, opacity 1s ease; }
  .even-content:before {
    content: "";
    position: absolute;
    left: 0;
    top: 29.5px;
    transform: translateZ(-2px) translateY(-50%) scale(0);
    opacity: 0;
    width: 15px;
    height: 15px;
    display: inline-block;
    background: black;
    background: radial-gradient(circle, black 0%, #131313 28%, #262626 82%);
    transition: transform 0.3s ease;
    border-radius: 50%;
    animation: pulse-animation2 2.3s infinite; }
  .even-content:after {
    content: " ";
    height: 0;
    position: absolute;
    top: 5px;
    width: 0;
    transform: translateZ(-1px);
    left: 0;
    opacity: 0;
    border: medium solid white;
    border-width: 25px 25px 25px 0;
    border-color: transparent rgba(0, 0, 0, 0.6) transparent transparent;
    transition: opacity 0.5s ease, left 0.5s ease; }
  @media (max-width: 1156px) {
    .even-content {
      float: none;
      margin-left: auto;
      margin-right: auto;
      margin-top: 0; } }
  .even-content.active {
    transform: translateX(0);
    opacity: 1; }
    .even-content.active:after {
      opacity: 1;
      left: -25px;
      transition: opacity 0.5s ease 1s, left 0.3s ease-in 1s; }
      @media (max-width: 1000px) {
        .even-content.active:after {
          display: none; } }
    .even-content.active:before {
      transform: translateZ(-2px) translateY(-50%) scale(1);
      opacity: 1;
      transition: left 0.3s ease-in 1s, opacity 0.5s ease-in-out 1s;
      left: -54px; }
      @media (max-width: 1156px) {
        .even-content.active:before {
          display: none; } }

@media (min-width: 768px) {
  .timeline-wrapper {
    transition: all 0.3s ease;
    max-width: 1140px; } }

.even-content {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; }
  .even-content h2, .even-content .h2 {
    border-top-right-radius: 25px; }
  .even-content .text {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
  .even-content:after {
    border-width: 31px 25px 27px 0;
    top: 0px; }

.odd-content {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px; }
  @media (max-width: 1156px) {
    .odd-content {
      border-top-left-radius: 0;
      border-top-right-radius: 25px;
      border-bottom-left-radius: 25px;
      border-bottom-right-radius: 25px; } }
  .odd-content h2, .odd-content .h2 {
    border-top-left-radius: 25px; }
    @media (max-width: 1156px) {
      .odd-content h2, .odd-content .h2 {
        border-top-left-radius: 0;
        border-top-right-radius: 25px; } }
  .odd-content .text {
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px; }
    @media (max-width: 1156px) {
      .odd-content .text {
        border-bottom-left-radius: 25px;
        border-bottom-right-radius: 25px; } }
  .odd-content:after {
    border-width: 30px 0px 26px 25px;
    top: 0px; }
    @media (max-width: 1156px) {
      .odd-content:after {
        border-width: 25px 25px 25px 0; } }

/*! _header */
.navbar {
  position: static; }

header {
  height: 100%; }
  header > div {
    height: 100%; }
    header > div > nav {
      height: 100%; }

@media (max-width: 992px) {
  nav.navbar {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; } }

.navbar-collapse {
  width: auto !important; }

.navbar-brand img {
  height: auto;
  object-fit: contain; }

.c2-header {
  padding: 0 !important;
  overflow: hidden; }
  .c2-header li a {
    transition: all .2s ease; }
  .c2-header > .container-lg {
    padding: 0 !important; }
    @media (max-width: 992px) {
      .c2-header > .container-lg {
        padding-right: var(--bs-gutter-x, 0.75rem) !important;
        padding-left: var(--bs-gutter-x, 0.75rem) !important; } }

a.navbar-brand {
  display: flex; }
  a.navbar-brand .alt-logo {
    display: none; }

.header-wrap nav.navbar li a {
  font-weight: 400; }

/* Colours */
.top-header-wrap {
  background-color: #D8DDDE; }

.top-header {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 0 !important;
  position: relative; }
  .top-header.social-media_hide .top-header-item.social-media {
    display: none; }
  .top-header.social-media_show .top-header-item.social-media {
    display: flex; }
  .top-header .top-header-item.social-media {
    display: flex;
    margin-right: auto;
    column-gap: 2px; }
    .top-header .top-header-item.social-media p {
      margin: 0; }
      .top-header .top-header-item.social-media p img {
        max-height: 30px;
        max-width: 30px;
        padding: 0.25rem 0; }
  .top-header .top-header-item.links {
    display: flex;
    column-gap: 1.5rem; }
    .top-header .top-header-item.links p {
      margin: 0; }
      .top-header .top-header-item.links p a {
        font-size: 14px;
        color: #000;
        text-decoration: none; }

.navbar {
  padding: 0rem 0 !important; }
  .navbar div#navbarNavDropdown {
    margin-right: 0 !important; }

.header-wrap {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 20;
  transition: all .5s ease; }

.below-header .below-header-inner {
  padding: 1rem 0;
  border-top: 1px solid rgba(216, 221, 222, 0.8);
  background-color: #fff; }

.below-header .container {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }
  .below-header .container p {
    position: relative;
    width: 33.33% !important;
    margin: 0; }
    .below-header .container p:first-child:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #000;
      top: 50%;
      right: -5px;
      transform: translateY(-50%); }
    .below-header .container p:last-child:after {
      content: "";
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #000;
      top: 50%;
      left: -5px;
      transform: translateY(-50%); }

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

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

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

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

.fnt-primary a {
  color: #668188; }

.fnt-secondary a {
  color: #d8ddde; }

.fnt-light a {
  color: #f8f9fa; }

.fnt-dark a {
  color: #000; }

.fnt-white a {
  color: #fff; }

.menu-hover-opacity li a {
  opacity: 0.8; }

.menu-hover-opacity li:hover a {
  opacity: 1; }

.header-wrap .menu-hover-underline_static li.lev1 > a {
  border-bottom: 1px solid transparent;
  transition: unset; }

.header-wrap .menu-hover-underline_static li.lev1:hover > a {
  border-bottom: 1px solid #668188; }

.header-wrap .menu-hover-underline_static.active-nav li.lev1 > a {
  border-bottom: 1px solid #fff; }

.header-wrap .menu-hover-underline_animated li.lev1 > a {
  position: relative; }
  .header-wrap .menu-hover-underline_animated li.lev1 > a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #668188;
    transform: scaleX(0);
    transition: all .2s ease; }

.header-wrap .menu-hover-underline_animated li.lev1:hover a:before {
  transform: scaleX(1); }

.header-wrap.active-nav li.lev1 > a:before {
  background-color: #fff; }

/*! _mega-menu */
.c2-header {
  overflow: unset; }

.mega {
  padding: 0 !important; }
  .mega > ul.lev1 {
    display: flex;
    justify-content: flex-end;
    list-style: none;
    column-gap: 1rem;
    margin-bottom: 0;
    padding: 0; }
  .mega > ul li.lev1:not(.not-megamenu) {
    position: static;
    padding: 2rem 0; }
    .mega > ul li.lev1:not(.not-megamenu) a {
      text-decoration: none; }
    .mega > ul li.lev1:not(.not-megamenu) > a.par:after {
      display: none; }
    .mega > ul li.lev1:not(.not-megamenu):hover > .megamenuchild, .mega > ul li.lev1:not(.not-megamenu).jshover > .megamenuchild {
      display: block; }
    .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild {
      position: absolute;
      left: 0;
      top: 85%;
      width: 100%;
      height: 100%;
      overflow: hidden;
      background-color: #fff;
      transition: all .3s ease;
      border-bottom: 2px solid #06c;
      display: none; }
      .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner {
        height: 100%;
        padding: 1rem 0rem;
        position: relative;
        margin: 0 auto; }
        @media (min-width: 992px) {
          .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner {
            max-width: 960px; } }
        @media (min-width: 1200px) {
          .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner {
            max-width: 1140px; } }
        @media (min-width: 1400px) {
          .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner {
            max-width: 1320px; } }
        .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 {
          padding-left: 0;
          list-style: none;
          display: flex;
          width: 100%;
          flex-wrap: wrap;
          row-gap: 1rem;
          display: flex;
          list-style: none;
          column-gap: 1rem;
          margin-bottom: 0;
          padding: 0; }
          .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 {
            width: 16.66%;
            padding-left: 15px;
            padding-right: 15px;
            text-align: left; }
            .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > a {
              color: #000;
              font-size: 14px;
              font-weight: bold;
              text-decoration: none; }
            .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild {
              position: static; }
              .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild > .megamenuchildinner > ul.lev3 {
                padding-left: 0;
                list-style: none;
                display: flex;
                width: 69%;
                flex-wrap: wrap;
                row-gap: 1rem; }
                .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild > .megamenuchildinner > ul.lev3 > li.lev3 {
                  width: 14%;
                  text-align: left; }
                  .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild > .megamenuchildinner > ul.lev3 > li.lev3 > a {
                    color: #000;
                    font-size: 14px;
                    text-decoration: none; }
                  .mega > ul li.lev1:not(.not-megamenu) > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild > .megamenuchildinner > ul.lev3 > li.lev3 .megamenuchild {
                    position: static; }

.mega li.lev1.not-megamenu {
  padding: 2rem 0; }
  .mega li.lev1.not-megamenu a {
    text-decoration: none; }
  .mega li.lev1.not-megamenu:hover > .megamenuchild {
    visibility: visible; }
  .mega li.lev1.not-megamenu.jshover > .megamenuchild {
    visibility: visible; }
  .mega li.lev1.not-megamenu.right-to-left > .megamenuchild {
    left: auto;
    right: 10px; }
    .mega li.lev1.not-megamenu.right-to-left > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 .megamenuchild {
      left: auto;
      right: 100%; }
  .mega li.lev1.not-megamenu > .megamenuchild {
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border-bottom: 2px solid #06c;
    visibility: hidden;
    transition: height .2s ease;
    overflow: hidden; }
    .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner {
      background-color: #fff; }
      .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 {
        list-style: none;
        padding-left: 0;
        padding-top: 1rem;
        box-shadow: -2px -1px 4px -3px rgba(0, 0, 0, 0.25); }
        .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 {
          text-align: left;
          padding: 0 1rem; }
          .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2.par > a:after {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            width: 7px;
            height: 7px;
            border-bottom: 2px solid;
            border-right: 2px solid;
            transform: rotate(-45deg);
            margin-left: 0.255em;
            vertical-align: 0.16em;
            border-top: unset;
            border-left: unset; }
          .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2:hover {
            background-color: #F0F0F0; }
            .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2:hover > .megamenuchild {
              display: block; }
          .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > .megamenuchild {
            position: absolute;
            left: 100%;
            top: -1rem;
            background-color: #fff;
            border-bottom: 2px solid #06c;
            display: none; }
            .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > .megamenuchild > .megamenuchildinner {
              padding: 0 0 1rem 0; }
              .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > .megamenuchild > .megamenuchildinner > ul.lev3 {
                list-style: none;
                padding-left: 0;
                padding-top: 1rem;
                box-shadow: -2px -1px 4px -3px rgba(0, 0, 0, 0.25); }
                .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > .megamenuchild > .megamenuchildinner > ul.lev3 > li.lev3 {
                  padding: 0 1rem; }
                  .mega li.lev1.not-megamenu > .megamenuchild > .megamenuchildinner > ul.lev2 > li.lev2 > .megamenuchild > .megamenuchildinner > ul.lev3 > li.lev3:hover {
                    background-color: #F0F0F0; }

/*! _top-header */
.top-header-wrap {
  display: flex; }

.top-header-icons {
  display: flex;
  width: max-content;
  column-gap: 0.5rem; }
  .top-header-icons a {
    text-decoration: none; }

.search-container {
  display: flex;
  align-items: center;
  max-width: 300px;
  width: 100%;
  margin-left: auto; }

.search-container .search-left {
  background-color: #00A3FF;
  width: max-content;
  padding: .25rem 1rem;
  color: #fff;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px; }

.search-container .search-right {
  border: 1px solid #00A3FF;
  width: 100%;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  height: 100%; }

/*! _articles */
.c2-articles-container.type-1 .row {
  row-gap: 4rem; }

.c2-articles-container.type-1 .c2-article-summary-wrapper {
  padding: 0 !important; }
  .c2-articles-container.type-1 .c2-article-summary-wrapper > div {
    margin: 0 auto;
    position: relative;
    border-radius: 10px;
    transition: all .3s ease;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px, rgba(0, 120, 202, 0.3) 0px 0px, rgba(0, 120, 202, 0.2) 0px 0px, rgba(0, 120, 202, 0.1) 0px 0px, rgba(0, 120, 202, 0.05) 0px 0px; }
    .c2-articles-container.type-1 .c2-article-summary-wrapper > div:hover {
      box-shadow: rgba(0, 120, 202, 0.4) -5px 5px, rgba(0, 120, 202, 0.3) -10px 10px, rgba(0, 120, 202, 0.2) -15px 15px, rgba(0, 120, 202, 0.1) -20px 20px, rgba(0, 120, 202, 0.05) -25px 25px; }
    .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-image {
      height: 400px;
      overflow: hidden; }
      .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-image img {
        height: 100%;
        border-radius: 10px; }
    .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-summary {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #fff;
      padding: 0 1rem;
      z-index: 2;
      width: 100%;
      display: flex;
      flex-direction: column; }
      .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-summary .c2-article-heading {
        font-size: 1.55rem; }
      .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-summary a {
        margin-left: auto;
        color: #fff;
        text-decoration: none; }
        .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-summary a:hover {
          color: pink; }
      .c2-articles-container.type-1 .c2-article-summary-wrapper > div .c2-article-summary .c2-article-summary-text {
        display: none; }
    .c2-articles-container.type-1 .c2-article-summary-wrapper > div:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: black;
      background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 50%);
      z-index: 0;
      border-bottom-right-radius: 10px;
      border-bottom-left-radius: 10px; }

.c2-articles-container.type-2 .row {
  row-gap: 4rem; }

.c2-articles-container.type-2 .c2-article-summary-wrapper > div {
  display: flex;
  position: relative;
  height: 100%; }

.c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px; }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-image img {
    height: 220px;
    width: 250px;
    border-radius: 10px;
    max-width: unset;
    object-fit: cover; }

.c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary {
  padding-left: 12rem;
  padding-right: 2rem;
  background-color: #00A3FF;
  margin-left: auto;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.4); }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary * {
    color: #fff; }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary .c2-article-summary-text {
    margin-top: auto; }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary .c2-article-heading {
    font-size: 1.3rem; }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary .c2-article-date {
    font-size: .9rem;
    margin-bottom: 1.5rem;
    display: inline-block; }
  .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: .5rem 1rem;
    border-radius: 25px;
    width: max-content;
    transition: all .2s ease; }
    .c2-articles-container.type-2 .c2-article-summary-wrapper .c2-article-summary a:hover {
      background-color: #fff;
      color: #000; }

.c2-articles-container.type-3 .row {
  row-gap: 4rem;
  align-items: stretch;
  justify-content: stretch; }

.c2-articles-container.type-3 .c2-article-summary-wrapper {
  border-radius: 15px;
  overflow: hidden; }
  .c2-articles-container.type-3 .c2-article-summary-wrapper > div {
    border-radius: 15px;
    height: 100%; }
    .c2-articles-container.type-3 .c2-article-summary-wrapper > div .c2-article-image {
      height: 400px;
      position: relative; }
      .c2-articles-container.type-3 .c2-article-summary-wrapper > div .c2-article-image img {
        height: 100%;
        object-fit: cover; }
      .c2-articles-container.type-3 .c2-article-summary-wrapper > div .c2-article-image .c2-article-arrow {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #668188;
        text-decoration: none;
        transition: all .3s ease; }
        .c2-articles-container.type-3 .c2-article-summary-wrapper > div .c2-article-image .c2-article-arrow:hover {
          background-color: #343a40; }
        .c2-articles-container.type-3 .c2-article-summary-wrapper > div .c2-article-image .c2-article-arrow:after {
          content: "";
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 31px;
          height: 23px;
          background-image: url("/p/1/Arrow%201.svg");
          background-repeat: no-repeat;
          background-size: contain; }

.c2-articles-container.type-3 img {
  width: 100%;
  border-bottom-left-radius: 149px; }

.c2-article-summary p {
  font-size: inherit; }

/*! _products */
.c2-products-container.type-1 .c2-products-filters-wrap {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 1rem; }
  .c2-products-container.type-1 .c2-products-filters-wrap .ldic.ldic_Filt label {
    display: none; }

.c2-products-container.type-1 .c2-product-summary-wrapper > div .c2-product-summary {
  text-align: center;
  margin-top: 10px; }
  .c2-products-container.type-1 .c2-product-summary-wrapper > div .c2-product-summary .c2-product-summary-heading {
    font-weight: normal;
    font-size: 1rem;
    margin-bottom: 5px; }
  .c2-products-container.type-1 .c2-product-summary-wrapper > div .c2-product-summary .c2-product-summary-price {
    font-size: 20px;
    font-weight: bold; }

.c2-products-container.type-1 .c2-product-summary-wrapper .c2-product-summary-image {
  background-color: #f9f9f9;
  padding: 40px 0;
  border-radius: 25px;
  position: relative; }
  .c2-products-container.type-1 .c2-product-summary-wrapper .c2-product-summary-image .c2-proudct-btn {
    background-color: #2581C4;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 20px;
    display: block;
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
  .c2-products-container.type-1 .c2-product-summary-wrapper .c2-product-summary-image:hover .c2-proudct-btn {
    display: block; }
  .c2-products-container.type-1 .c2-product-summary-wrapper .c2-product-summary-image a:not(.c2-proudct-btn) {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 209px;
    max-height: 164px;
    margin: 0 auto; }
  .c2-products-container.type-1 .c2-product-summary-wrapper .c2-product-summary-image img {
    width: 100%;
    height: 100%;
    max-height: 164px;
    max-width: 209px; }

/* Type 2 */
.c2-products-container.type-2 .c2-products-filters-wrap {
  display: flex;
  column-gap: 1rem;
  margin-bottom: 1rem; }
  .c2-products-container.type-2 .c2-products-filters-wrap .ldic.ldic_Filt label {
    display: none; }

.c2-products-container.type-2 .c2-product-summary-wrapper > div {
  background-color: #F9F9F9;
  display: flex;
  padding: 42px;
  align-items: center;
  border-radius: 30px; }
  .c2-products-container.type-2 .c2-product-summary-wrapper > div .c2-product-summary {
    margin-bottom: 31px;
    border: 1px solid #CDD8DF;
    border-radius: 15px;
    background-color: #fff; }
    .c2-products-container.type-2 .c2-product-summary-wrapper > div .c2-product-summary p {
      margin: 0;
      padding: 14px; }
  .c2-products-container.type-2 .c2-product-summary-wrapper > div .product-summary-left {
    padding-right: 42px; }
  .c2-products-container.type-2 .c2-product-summary-wrapper > div .product-summary-right {
    height: 100%;
    width: 100%; }
    .c2-products-container.type-2 .c2-product-summary-wrapper > div .product-summary-right .c2-product-summary-heading {
      font-size: 20px;
      font-weight: normal;
      margin-bottom: 31px; }
  .c2-products-container.type-2 .c2-product-summary-wrapper > div .c2-product-summary-price {
    display: block;
    margin-bottom: 31px;
    font-weight: bold; }
  .c2-products-container.type-2 .c2-product-summary-wrapper > div .c2-product-summary-footer a {
    background-color: #2581C4;
    border: 2px solid transparent;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 20px;
    display: block;
    width: max-content;
    transition: all .2s ease; }
    .c2-products-container.type-2 .c2-product-summary-wrapper > div .c2-product-summary-footer a:hover {
      background-color: #fff;
      color: #2581C4;
      border-color: #2581C4; }

.c2-products-container.type-2 .c2-product-summary-wrapper .c2-product-summary-image img {
  width: 208.47px;
  max-width: 208.47px;
  min-height: 208.47px;
  height: 163.98px;
  max-height: 163.98px;
  min-height: 163.98px;
  object-fit: contain; }

/* Type 3 */
.c2-products-container.type-3 > div {
  row-gap: 2rem; }

.c2-products-container.type-3 .c2-product-summary-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; }

.c2-products-container.type-3 .c2-product-image-wrapper {
  margin: 0 !important;
  position: relative; }
  .c2-products-container.type-3 .c2-product-image-wrapper img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; }

.c2-products-container.type-3 .c2-product-summary {
  border: 1px solid #BABABA;
  border-top: unset;
  height: 100%;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 1rem 0rem 0 1rem;
  display: flex;
  flex-direction: column; }
  .c2-products-container.type-3 .c2-product-summary .c2-product-heading {
    margin-bottom: 1rem; }
  .c2-products-container.type-3 .c2-product-summary .c2-product-price {
    font-size: 1.25rem; }
  .c2-products-container.type-3 .c2-product-summary .c2-product-button {
    width: max-content;
    display: block;
    margin-left: auto;
    border: 1px solid #BABABA;
    border-top-left-radius: 15px;
    border-bottom: unset;
    border-right: unset;
    padding: 0.25rem 1rem;
    text-decoration: none;
    color: #000;
    font-size: 1.2rem;
    transition: all .3s ease; }
    .c2-products-container.type-3 .c2-product-summary .c2-product-button:hover {
      border-color: #000;
      background-color: #000;
      color: #fff; }

/*! _paralax-banner */
.c2-paralax-banner {
  background-image: url("/p/1/hans-ott-xzygzr-i2Ys-unsplash.jpg");
  background-position: center;
  background-size: cover;
  padding: 0;
  min-height: 70vh;
  position: relative;
  -webkit-mask: linear-gradient(black 85%, transparent 100%);
  mask: linear-gradient(black 85%, transparent 100%); }

.c2-paralax-heading-mask {
  position: absolute;
  inset: 0;
  -webkit-mask: url(/p/1/Mask.svg);
  mask: url(/p/1/Mask.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: rgba(33, 76, 93, 0.3); }

.c2-paralax-banner-heading {
  text-align: center;
  width: 100%;
  font-size: 7rem;
  padding-top: 3rem;
  font-weight: 900;
  text-transform: uppercase;
  position: fixed;
  color: #fff;
  text-shadow: 3px 2px 8px black; }
  @media (max-width: 992px) {
    .c2-paralax-banner-heading {
      font-size: 3.5rem; } }
  @media (max-width: 576px) {
    .c2-paralax-banner-heading {
      font-size: 2.75rem; } }

/*! _form */
._c2-form-container.type-1 > .c2form_zero {
  padding: 0; }

._c2-form-container.type-1 form ::placeholder {
  color: #000 !important; }

._c2-form-container.type-1 form .c2form_input input,
._c2-form-container.type-1 form .c2form_input textarea {
  border: unset;
  background-color: #fff;
  border-radius: 20px !important; }
  ._c2-form-container.type-1 form .c2form_input input:focus,
  ._c2-form-container.type-1 form .c2form_input textarea:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25); }

._c2-form-container.type-1 form .c2form_input input {
  padding: 0.5rem 1rem !important; }

._c2-form-container.type-1 form .c2form_input textarea {
  padding: 1rem 1rem; }

._c2-form-container.type-1 form .c2form_fields {
  row-gap: 2rem; }

._c2-form-container.type-1 form .c2form_footer {
  margin-top: 2rem; }
  ._c2-form-container.type-1 form .c2form_footer button {
    background-color: #000;
    color: #fff;
    border-color: #000;
    border-radius: 25px;
    padding: 10px 26px; }
    ._c2-form-container.type-1 form .c2form_footer button:hover {
      background-color: rgba(0, 0, 0, 0.8); }

._c2-form-container.type-2 {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  padding: 1.5rem !important;
  border-radius: 20px; }
  ._c2-form-container.type-2 > h1, ._c2-form-container.type-2 > .h1 {
    text-align: center; }
  ._c2-form-container.type-2 .c2form_intheader {
    text-align: center; }
  ._c2-form-container.type-2 .c2form_input input {
    border: none;
    border-bottom: 1px solid rgba(36, 39, 40, 0.5);
    border-radius: 0; }
    ._c2-form-container.type-2 .c2form_input input:focus {
      border-color: #000 !important;
      box-shadow: unset !important;
      outline: 0 !important; }
  ._c2-form-container.type-2 .c2form_input textarea {
    border: none;
    border-bottom: 1px solid rgba(36, 39, 40, 0.5);
    border-radius: 0; }
    ._c2-form-container.type-2 .c2form_input textarea:focus {
      border-color: #000 !important;
      box-shadow: unset !important;
      outline: 0 !important; }
  ._c2-form-container.type-2 .c2form_buttons .c2btnconfirmadd {
    border: 2px solid rgba(102, 129, 136, 0.6);
    background-color: #fff;
    color: #000;
    padding: 10px 26px;
    border-radius: 25px;
    display: inline-block;
    text-decoration: none;
    transition: all .2 ease; }
    ._c2-form-container.type-2 .c2form_buttons .c2btnconfirmadd:hover {
      border-color: #668188;
      color: #000; }
    ._c2-form-container.type-2 .c2form_buttons .c2btnconfirmadd * {
      color: #000; }

@media only screen and (max-width: 500px) {
  .googlenocaptcha {
    transform: scale(0.77);
    transform-origin: 0 0; } }

/*! _contact-us-cta */
._side-by-side-cta-container {
  display: flex; }
  ._side-by-side-cta-container > div {
    background-size: cover;
    min-height: 60vh; }
  ._side-by-side-cta-container > div + div {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d8ddde; }
    ._side-by-side-cta-container > div + div > div {
      display: flex;
      flex-direction: column;
      row-gap: 1rem; }

/*! _side-by-side */
._side-by-side-container {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  /*overflow-x: hidden;*/ }
  ._side-by-side-container ._left-side *:last-of-type,
  ._side-by-side-container ._right-side *:last-of-type {
    margin-bottom: 0; }

._side-by-side-container {
  padding-bottom: 3rem; }

._side-by-side-container.flex-md-row-reverse ._left-side {
  padding-right: 0 !important; }

@media (max-width: 768px) {
  ._side-by-side-container.flex-md-row-reverse {
    flex-direction: column-reverse;
    row-gap: 1rem; }
    ._side-by-side-container.flex-md-row-reverse ._left-side {
      padding-left: 0 !important; } }

._side-by-side-container:not(.flex-md-row-reverse) ._left-side {
  padding-left: 0 !important; }

@media (max-width: 768px) {
  ._side-by-side-container:not(.flex-md-row-reverse) {
    flex-direction: column-reverse;
    row-gap: 1rem; }
    ._side-by-side-container:not(.flex-md-row-reverse) ._left-side {
      padding-right: 0 !important; } }

._left-side > div > :first-child {
  margin-bottom: 26px !important;
  letter-spacing: -2px; }

._left-side > div > :nth-child(2) {
  font-size: 20px;
  font-weight: lighter;
  line-height: 1.4;
  margin-bottom: 0; }

._left-side > div > :last-child {
  margin-top: 26px !important; }

._right-side {
  height: 100%; }
  ._right-side img {
    height: 100%;
    object-fit: cover; }

.reveal-double {
  height: 100%; }

/*! _wheel */
/* Can be added anywhere in the text resources */
.wheel-container {
  display: block;
  width: 700px;
  height: 700px;
  margin: 2% auto;
  position: relative; }
  .wheel-container * {
    box-sizing: content-box; }
  .wheel-container .pie-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    list-style: none;
    box-sizing: initial; }
  .wheel-container ul {
    margin: 65px;
    width: 570px;
    height: 570px;
    list-style-type: none;
    padding: 0;
    display: block; }
  .wheel-container .slice {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 50%;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    position: absolute;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    opacity: 1;
    border-top: 5px solid white; }
  .wheel-container .slice-contents:hover {
    background-color: #001425;
    cursor: pointer; }
  .wheel-container .slice-contents:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 20px outset rgba(255, 0, 0, 0);
    border-right: 20px outset rgba(255, 0, 0, 0);
    border-top: 20px solid #fff; }
  .wheel-container .slice-contents {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0 0 100% 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    display: block;
    text-decoration: none;
    overflow: hidden;
    text-indent: 25px;
    background: #2581c4; }
  .wheel-container .slice-contents .icon-container {
    transform: rotate(120deg);
    position: absolute;
    top: 22%;
    left: 47%; }
    .wheel-container .slice-contents .icon-container img {
      width: 75px;
      max-width: 75px;
      height: 75px;
      object-fit: contain; }
  .wheel-container .slice-contents a {
    display: flex; }
  .wheel-container .graphic {
    position: absolute;
    width: 137%;
    height: 137%;
    border-top: 88px solid #001425;
    display: block;
    top: -188px;
    left: -35%;
    transform: rotate(117deg);
    border-radius: 50% 50% 0 0; }
  .wheel-container .wheel-center {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    z-index: 2;
    transform: translate(-50%, -50%);
    border-radius: 50%; }
  .wheel-container .wheel-center .wheel-center-img {
    position: absolute;
    width: 152px;
    height: 152px;
    min-width: 152px;
    min-height: 152px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: 2;
    /* min-width: calc(100% + 2px);
        min-height: calc(100% + 2px);*/
    object-fit: contain; }
  .wheel-container .slice .slice-text {
    position: absolute;
    top: 182px;
    left: 3%;
    z-index: 100;
    width: 100%;
    transform: rotate(135deg) skewX(0deg);
    font-size: 1.5rem; }
  .wheel-container .wheel-center-text-wrapper {
    position: absolute;
    top: -24%;
    left: 71%;
    background-color: #fff;
    width: 257px;
    padding: 3rem 2rem 1rem 3rem;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
    position: relative; }
  .wheel-container .slice-contents .segment-text {
    display: none !important; }
  .wheel-container .segment-text {
    display: none; }
  .wheel-container .segment-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-image: url("/p/1/Close%20Button.svg");
    background-repeat: no-repeat;
    background-size: contain; }

.pie-container.segments-4 .slice-contents .icon-container {
  top: 29%;
  left: 31%;
  transform: rotate(132deg); }

.pie-container.segments-4 .slice-contents .graphic {
  width: 164%;
  height: 171%;
  top: -244px;
  left: -66%;
  transform: rotate(133deg); }

.pie-container.segments-4 .slice-contents .segemnt-heading {
  transform: rotate(89deg);
  top: 20%;
  left: -89%; }

.pie-container.segments-4 .slice {
  border-top: unset;
  box-shadow: 0 0 0 5px #fff; }

.pie-container.segments-5 .slice-contents .icon-container {
  top: 26%;
  left: 41%;
  transform: rotate(134deg); }

.pie-container.segments-5 .slice-contents .segemnt-heading {
  transform: rotate(72deg);
  top: 30%;
  left: -66%; }

.pie-container.segments-5 .slice-contents .graphic {
  width: 141%;
  height: 134%;
  top: -174px;
  left: -37%;
  transform: rotate(122deg); }

.pie-container.segments-5 .slice {
  border-top: unset;
  box-shadow: 0 0 0 5px #fff; }

.pie-container.segments-6 .slice-contents .icon-container {
  top: 21%;
  left: 47%;
  transform: rotate(120deg); }

.pie-container.segments-6 .slice-contents .segemnt-heading {
  transform: rotate(60deg);
  top: 31%;
  left: -49%; }

.pie-container.segments-6 .slice {
  border-top: unset;
  box-shadow: 0 0 0 5px #fff; }

.pie-container.segments-7 .slice-contents .icon-container {
  top: 17%;
  left: 48%;
  transform: rotate(117deg); }

.pie-container.segments-7 .slice-contents .segemnt-heading {
  transform: rotate(51deg);
  top: 30%;
  left: -37%; }

.pie-container.segments-7 .slice {
  border-top: unset;
  box-shadow: 0 0 0 5px #fff; }

.pie-container.segments-8 .slice-contents .icon-container {
  top: 15%;
  left: 54%;
  transform: rotate(114deg); }

.pie-container.segments-8 .slice-contents .segemnt-heading {
  transform: rotate(44deg);
  top: 29%;
  left: -26%; }

.pie-container.segments-8 .slice {
  border-top: unset;
  box-shadow: 0 0 0 5px #fff; }

.segemnt-heading {
  position: absolute;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff; }

/*! _articles-detail */
.article-detail-1 .article-detail-header {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex; }
  .article-detail-1 .article-detail-header .article-heading {
    font-weight: 700;
    margin-bottom: 1.1rem;
    overflow-wrap: break-word;
    word-break: break-word;
    letter-spacing: -1px; }
  .article-detail-1 .article-detail-header .article-detail-header-right {
    display: flex;
    justify-content: end; }
    .article-detail-1 .article-detail-header .article-detail-header-right a {
      text-decoration: none; }
    .article-detail-1 .article-detail-header .article-detail-header-right * {
      font-size: 28px; }

.article-detail-1 .article-detail-left .article-main-text {
  line-height: 26px;
  margin-top: 1rem; }
  .article-detail-1 .article-detail-left .article-main-text p {
    font-size: 18px;
    margin-bottom: 1rem; }

.article-detail-1 .article-detail-right {
  position: relative; }
  .article-detail-1 .article-detail-right > div {
    position: sticky;
    top: 220px; }
  .article-detail-1 .article-detail-right .related-articles-heading {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1rem; }
  .article-detail-1 .article-detail-right .related-articles-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1rem; }
    .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item {
      display: flex; }
      .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image {
        position: relative;
        width: 143px;
        min-width: 143px;
        max-width: 143px;
        height: 95px;
        min-height: 95px;
        max-height: 95px; }
        .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image img {
          width: 143px;
          min-width: 143px;
          max-width: 143px;
          height: 95px;
          min-height: 95px;
          max-height: 95px; }
        .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0; }
      .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item .related-article-name {
        padding-left: .5rem;
        line-height: 20px; }
        .article-detail-1 .article-detail-right .related-articles-wrapper .related-article-item .related-article-name a {
          text-decoration: none;
          color: #000;
          font-weight: bold; }

.article-detail-2 hr {
  background-color: #000;
  margin-bottom: 2rem;
  opacity: 1; }

.article-detail-2 .article-detail-header {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex; }
  .article-detail-2 .article-detail-header .article-heading {
    font-weight: 700;
    margin-bottom: 1.1rem;
    overflow-wrap: break-word;
    word-break: break-word;
    letter-spacing: -1px; }
  .article-detail-2 .article-detail-header .article-detail-header-right {
    display: flex;
    justify-content: end; }
    .article-detail-2 .article-detail-header .article-detail-header-right a {
      text-decoration: none; }
    .article-detail-2 .article-detail-header .article-detail-header-right * {
      font-size: 28px; }

.article-detail-2 .article-detail-left .article-main-text {
  line-height: 26px;
  margin-top: 1rem; }
  .article-detail-2 .article-detail-left .article-main-text p {
    font-size: 18px;
    margin-bottom: 1rem; }

.article-detail-2 .article-detail-right {
  position: relative; }
  .article-detail-2 .article-detail-right > div {
    position: sticky;
    top: 220px;
    border: 1px solid #000;
    padding: 1rem; }
  .article-detail-2 .article-detail-right .related-articles-heading {
    text-transform: uppercase;
    letter-spacing: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 1rem; }
  .article-detail-2 .article-detail-right .related-articles-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 1rem; }
    .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item {
      display: flex; }
      .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item:not(:last-child) {
        border-bottom: 1px solid #000;
        padding-bottom: 1rem; }
      .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image {
        position: relative;
        width: 143px;
        min-width: 143px;
        max-width: 143px;
        height: 95px;
        min-height: 95px;
        max-height: 95px; }
        .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image img {
          width: 143px;
          min-width: 143px;
          max-width: 143px;
          height: 95px;
          min-height: 95px;
          max-height: 95px; }
        .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item .related-article-image a {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          opacity: 0; }
      .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item .related-article-name {
        padding-left: .5rem;
        line-height: 20px; }
        .article-detail-2 .article-detail-right .related-articles-wrapper .related-article-item .related-article-name a {
          text-decoration: none;
          color: #000;
          font-weight: bold; }

.article-detail-3 hr {
  background-color: #000;
  margin-bottom: 2rem;
  opacity: 1; }

.article-detail-3 .article-detail-header {
  overflow-wrap: break-word;
  word-break: break-word;
  display: flex; }
  .article-detail-3 .article-detail-header .article-heading {
    font-weight: 700;
    margin-bottom: 1.1rem;
    overflow-wrap: break-word;
    word-break: break-word;
    letter-spacing: -1px; }
  .article-detail-3 .article-detail-header .article-detail-header-right {
    display: flex;
    justify-content: end; }
    .article-detail-3 .article-detail-header .article-detail-header-right a {
      text-decoration: none; }
    .article-detail-3 .article-detail-header .article-detail-header-right * {
      font-size: 28px; }

.article-detail-3 .article-detail > div img {
  max-height: 500px;
  object-fit: cover; }

.article-detail-3 .article-detail .article-main-text {
  line-height: 26px;
  margin-top: 2rem; }
  .article-detail-3 .article-detail .article-main-text p {
    font-size: 18px;
    margin-bottom: 1rem; }

/*! _buttons */
.button-primary-rounded a {
  background-color: #668188;
  color: #fff;
  padding: 10px 26px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  transition: all .2 ease; }
  .button-primary-rounded a:hover {
    background-color: rgba(102, 129, 136, 0.8);
    color: #fff;
    text-decoration: unset; }

.button-primary-straight a {
  background-color: #668188;
  color: #fff;
  padding: 10px 26px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  transition: all .2 ease; }
  .button-primary-straight a:hover {
    background-color: rgba(102, 129, 136, 0.8);
    color: #fff;
    text-decoration: unset; }

.button-primary-outline-rounded a {
  background-color: #fff;
  color: #668188;
  padding: 10px 26px;
  border-radius: 25px;
  display: inline-block;
  text-decoration: none;
  transition: all .2 ease;
  border: 1px solid #668188; }
  .button-primary-outline-rounded a:hover {
    background-color: #668188;
    color: #fff;
    text-decoration: unset; }

.button-primary-outline-straight a {
  background-color: #fff;
  color: #668188;
  padding: 10px 26px;
  border-radius: 0;
  display: inline-block;
  text-decoration: none;
  transition: all .2 ease;
  border: 1px solid #668188; }
  .button-primary-outline-straight a:hover {
    background-color: #668188;
    color: #fff;
    text-decoration: unset; }

/*! _cta-banner */
.cta-banner-wrapper:not(.flex-md-row-reverse) {
  display: flex; }
  .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-text {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; }
  .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image {
    background-color: #668188;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    position: relative; }
    .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image .inner-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image img {
      width: calc(100% - 15vw); }
    .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image .cta-banner-graphic-1 {
      position: absolute;
      top: 10%;
      left: -13%;
      width: 160px;
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }
    .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image .cta-banner-graphic-2 {
      position: absolute;
      top: 42%;
      left: -7%;
      width: 120px;
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }
    .cta-banner-wrapper:not(.flex-md-row-reverse) .cta-banner-image .cta-banner-graphic-3 {
      position: absolute;
      top: 65%;
      left: -13%;
      width: 90px;
      transform: rotate(63deg);
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }

.cta-banner-wrapper.flex-md-row-reverse {
  display: flex; }
  .cta-banner-wrapper.flex-md-row-reverse .cta-banner-text {
    background-color: #F4F4F4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 130px 0;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; }
  .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image {
    background-color: #668188;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    position: relative; }
    .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image .inner-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 100%; }
    .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image img {
      width: calc(100% - 15vw); }
    .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image .cta-banner-graphic-1 {
      position: absolute;
      top: 10%;
      right: -13%;
      width: 160px;
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }
    .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image .cta-banner-graphic-2 {
      position: absolute;
      top: 39%;
      right: -12%;
      width: 120px;
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }
    .cta-banner-wrapper.flex-md-row-reverse .cta-banner-image .cta-banner-graphic-3 {
      position: absolute;
      top: 63%;
      right: -5%;
      width: 90px;
      transform: rotate(63deg);
      filter: drop-shadow(2px 6px 9px rgba(0, 0, 0, 0.3)); }

/*! _footer */
/*! _responsive-banner */
/*.banner-wrapper {
	.desktop-banner-image {
		@media (max-width: 992px) {
			display: none;
		}
	}
	.mobile-banner-image {
		display: none;
		@media (max-width: 992px) {
			display: block;
		}
	}
}*/
.main-banner {
  transition: all .1s ease; }

/*! _accordion-tabs */
.accordion.type1.rounded-corners .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 25px; }
  .accordion.type1.rounded-corners .accordion-item .accordion-button {
    border: unset;
    border-radius: 0; }
    .accordion.type1.rounded-corners .accordion-item .accordion-button:focus {
      box-shadow: unset; }
    .accordion.type1.rounded-corners .accordion-item .accordion-button:not(.collapsed) {
      color: #000;
      background-color: unset; }
  .accordion.type1.rounded-corners .accordion-item .accordion-collapse {
    border: unset; }
  .accordion.type1.rounded-corners .accordion-item:not(:first-of-type) {
    margin-top: 2rem; }

.accordion.type1.straight-corners .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion.type1.straight-corners .accordion-item .accordion-button {
    border: unset;
    border-radius: 0; }
    .accordion.type1.straight-corners .accordion-item .accordion-button:focus {
      box-shadow: unset; }
    .accordion.type1.straight-corners .accordion-item .accordion-button:not(.collapsed) {
      color: #000;
      background-color: unset; }
  .accordion.type1.straight-corners .accordion-item .accordion-collapse {
    border: unset; }
  .accordion.type1.straight-corners .accordion-item:not(:first-of-type) {
    margin-top: 2rem; }

.accordion.type2.no-border .accordion-item {
  border: unset; }
  .accordion.type2.no-border .accordion-item .accordion-button {
    border: unset;
    border-radius: 0; }
    .accordion.type2.no-border .accordion-item .accordion-button:focus {
      box-shadow: unset; }
    .accordion.type2.no-border .accordion-item .accordion-button:not(.collapsed) {
      color: #000;
      background-color: unset; }
  .accordion.type2.no-border .accordion-item .accordion-collapse {
    border: unset; }
  .accordion.type2.no-border .accordion-item:not(:first-of-type) {
    margin-top: 2rem; }

.accordion.type1.rounded-corners.responsive .accordion-item {
  border-radius: 0;
  border: unset; }
  @media (max-width: 991px) {
    .accordion.type1.rounded-corners.responsive .accordion-item {
      border: 1px solid rgba(0, 0, 0, 0.125);
      border-radius: 25px; } }
  .accordion.type1.rounded-corners.responsive .accordion-item .accordion-button {
    border: unset;
    border-radius: 0;
    font-weight: bold; }
    .accordion.type1.rounded-corners.responsive .accordion-item .accordion-button:focus {
      box-shadow: unset; }
    .accordion.type1.rounded-corners.responsive .accordion-item .accordion-button:not(.collapsed) {
      color: #000;
      background-color: unset; }
  .accordion.type1.rounded-corners.responsive .accordion-item .accordion-collapse {
    border: unset; }
  @media (max-width: 991px) {
    .accordion.type1.rounded-corners.responsive .accordion-item:not(:first-of-type) {
      margin-top: 2rem; } }

.tab-content {
  background-color: transparent; }
  @media (max-width: 991px) {
    .tab-content {
      box-shadow: unset; } }
  .tab-content .tab-pane {
    background-color: #fff;
    box-shadow: 3px 7px 15px -10px rgba(0, 0, 0, 0.5); }
  .tab-content p {
    margin: 0 !important; }

ul.nav-tabs {
  margin-left: 0;
  border: 0; }
  ul.nav-tabs li.nav-item button.nav-link {
    border-radius: 0 !important;
    border: unset !important;
    border-top: 2px solid transparent !important;
    border-color: #000;
    font-weight: bold; }
    ul.nav-tabs li.nav-item button.nav-link:not(.active) {
      background-color: #000;
      color: #fff; }
    ul.nav-tabs li.nav-item button.nav-link.active {
      border-top: 2px solid #668188 !important;
      color: #668188; }
    ul.nav-tabs li.nav-item button.nav-link:focus {
      outline: 0; }

@media (max-width: 991px) {
  .tab-content > .tab-pane {
    display: block;
    opacity: 1; } }

/*! _links */
a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.dark-link a {
  color: rgba(0, 0, 0, 0.8); }
  .dark-link a:hover {
    color: black; }

/*! _hover-effects */
.animation_move-up > *:not([class*="c2pgitm_wrap"]) > * {
  transition: all .2s ease;
  width: max-content !important; }
  .animation_move-up > *:not([class*="c2pgitm_wrap"]) > *:hover {
    transform: translateY(-10px); }

.animation_move-up-shadow > *:not([class*="c2pgitm_wrap"]) > * {
  transition: all .2s ease;
  width: max-content !important; }
  .animation_move-up-shadow > *:not([class*="c2pgitm_wrap"]) > *:hover {
    transform: translateY(-10px);
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; }

.animation_enlarge > *:not([class*="c2pgitm_wrap"]) > * {
  transition: all .2s ease;
  width: max-content !important; }
  .animation_enlarge > *:not([class*="c2pgitm_wrap"]) > *:hover {
    transform: scale(1.05); }

/*! _events */
.event-page-wrapper.type1 {
  row-gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .event-page-wrapper.type1 .c2form_codes {
    display: flex;
    column-gap: 1.5rem; }
  .event-page-wrapper.type1 .c2form_fldname {
    margin-bottom: 1.5rem;
    display: none; }
  .event-page-wrapper.type1 .c2form_code {
    padding-left: 0 !important; }
    .event-page-wrapper.type1 .c2form_code input,
    .event-page-wrapper.type1 .c2form_code .ldifoc {
      display: none; }
    .event-page-wrapper.type1 .c2form_code label {
      background-color: #000;
      padding: 0.5rem 1rem;
      border-radius: 25px;
      color: #fff;
      box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.5);
      transition: all .3s ease;
      cursor: pointer;
      font-size: .95rem; }
    .event-page-wrapper.type1 .c2form_code input[type="checkbox"]:checked + label {
      background-color: #ea516f; }

.event-summary-item.type1 > div {
  background-color: #fff !important;
  border-radius: 25px;
  overflow: hidden;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black); }
  .event-summary-item.type1 > div:after {
    content: "";
    background: #acc4c4;
    background: linear-gradient(180deg, #acc4c4 0%, #668188 100%);
    position: absolute;
    top: 65%;
    left: -45%;
    width: 150%;
    height: 100%;
    border-radius: 100px;
    transform: rotate(-10deg); }
    @media (max-width: 1200px) {
      .event-summary-item.type1 > div:after {
        top: 55%; } }
    @media (max-width: 992px) {
      .event-summary-item.type1 > div:after {
        top: 71%; } }
    @media (max-width: 768px) {
      .event-summary-item.type1 > div:after {
        top: 60%; } }
    @media (max-width: 576px) {
      .event-summary-item.type1 > div:after {
        top: 64%;
        transform: rotate(0); } }
    @media (max-width: 463px) {
      .event-summary-item.type1 > div:after {
        top: 51%; } }

.event-summary-item.type1 figure {
  height: 100% !important;
  margin: 0 !important; }
  .event-summary-item.type1 figure .event-tag {
    background-color: #000;
    color: #fff;
    width: max-content;
    height: max-content;
    position: absolute;
    top: 20px;
    left: 20px;
    transform: translateZ(0);
    padding: .25rem .55rem;
    font-size: 12px;
    border-radius: 20px;
    -webkit-transform-origin: 50%  51%; }

.event-summary-item.type1 .event-description-summary {
  display: flex !important;
  flex-direction: row;
  position: absolute;
  bottom: 0;
  left: 0;
  height: max-content !important;
  width: 100%;
  z-index: 1;
  padding: 0 3rem !important;
  perspective: 100px; }
  .event-summary-item.type1 .event-description-summary .event-summary-heading {
    margin-left: auto;
    color: #fff;
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-size: 24px; }
    @media (max-width: 1400px) {
      .event-summary-item.type1 .event-description-summary .event-summary-heading {
        font-size: 20px; } }
    @media (max-width: 576px) {
      .event-summary-item.type1 .event-description-summary .event-summary-heading {
        margin-bottom: .25rem;
        margin-left: 0;
        font-size: 16px; } }
    @media (max-width: 463px) {
      .event-summary-item.type1 .event-description-summary .event-summary-heading {
        margin-bottom: .55rem; } }
  .event-summary-item.type1 .event-description-summary .event-summary-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .event-summary-item.type1 .event-description-summary .event-summary-footer p {
      margin: 0; }
      @media (max-width: 576px) {
        .event-summary-item.type1 .event-description-summary .event-summary-footer p {
          font-size: 14px; } }
    .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-left .event-summary-date {
      color: #fff; }
    .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-left .event-summary-location {
      color: #fff; }
    .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-right a {
      background-color: #000;
      text-decoration: none;
      color: #fff;
      border: 1px solid #000;
      padding: .25rem .75rem;
      border-radius: 20px;
      display: block; }
      .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-right a:hover {
        background-color: rgba(0, 0, 0, 0.8); }
    .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-right button.c2btnconfirmadd {
      background-color: #000;
      text-decoration: none;
      color: #fff;
      border: 1px solid #000;
      padding: .25rem .75rem;
      border-radius: 20px;
      margin: 0 !important; }
      .event-summary-item.type1 .event-description-summary .event-summary-footer .event-footer-right button.c2btnconfirmadd:hover {
        background-color: rgba(0, 0, 0, 0.7); }

.StateMenuContainerV2,
.StateContentContainer {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .StateMenuContainerV2,
  .StateContentContainer {
    max-width: 540px !important; } }

@media (min-width: 768px) {
  .StateMenuContainerV2,
  .StateContentContainer {
    max-width: 720px !important; } }

@media (min-width: 992px) {
  .StateMenuContainerV2,
  .StateContentContainer {
    max-width: 960px !important; } }

@media (min-width: 1200px) {
  .StateMenuContainerV2,
  .StateContentContainer {
    max-width: 1140px !important; } }

@media (min-width: 1400px) {
  .StateMenuContainerV2,
  .StateContentContainer {
    max-width: 1320px !important; } }

.StateContentContainer .c2form_fieldset .c2form_fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem; }
  .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row {
    width: 48%; }
    .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row label {
      margin-bottom: .25rem; }
    .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row .c2form_input input,
    .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row .c2form_input select {
      width: 100%;
      border: unset;
      background-color: rgba(0, 0, 0, 0.05);
      padding: .45rem .75rem;
      border-radius: 30px; }
    .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row:last-child {
      width: 100%; }
      .StateContentContainer .c2form_fieldset .c2form_fields .c2form_row:last-child textarea {
        width: 100%; }
  .StateContentContainer .c2form_fieldset .c2form_fields .c2form_header {
    width: 100%; }

.StateContentContainer .c2form_fieldset .c2form_headfmt {
  width: 100%; }

.StateMenuContainerV2 .ECStateMenu {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 3rem;
  margin-top: 3rem;
  counter-reset: step; }
  .StateMenuContainerV2 .ECStateMenu .Action {
    position: relative;
    width: 100%;
    text-align: center;
    position: relative; }
    .StateMenuContainerV2 .ECStateMenu .Action:before {
      content: counter(step);
      counter-increment: step;
      display: block;
      width: 30px;
      height: 30px;
      margin: 0 auto 10px auto;
      background-color: #D9D9D9;
      line-height: 1.85;
      text-align: center;
      border-radius: 50%;
      z-index: 1; }
    .StateMenuContainerV2 .ECStateMenu .Action:first-child:after {
      content: unset; }
    .StateMenuContainerV2 .ECStateMenu .Action:after {
      content: "";
      position: absolute;
      top: 15px;
      left: -50%;
      width: 100%;
      height: 4px;
      background-color: #D9D9D9;
      z-index: -1; }
    .StateMenuContainerV2 .ECStateMenu .Action.DoneAction:before {
      background-color: #668188;
      color: #fff;
      content: "";
      background-image: url("/p/1/Check%20Icon.svg");
      background-size: auto;
      background-position: center;
      background-repeat: no-repeat; }
    .StateMenuContainerV2 .ECStateMenu .Action.DoneAction + .Action:after {
      background-color: #668188; }

/*! _downloads */
.c2-downloads-container.type1 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem; }
  .c2-downloads-container.type1 .downloads-summary-wrapper.type1 {
    width: 100%;
    border-bottom: 1px solid #000;
    padding-bottom: 1rem; }
    .c2-downloads-container.type1 .downloads-summary-wrapper.type1 .downloads-summary-header {
      display: flex;
      align-items: center;
      column-gap: .5rem; }
      .c2-downloads-container.type1 .downloads-summary-wrapper.type1 .downloads-summary-header img {
        object-fit: contain; }
    .c2-downloads-container.type1 .downloads-summary-wrapper.type1 .download-summary-filesize {
      margin-bottom: .5rem; }
    .c2-downloads-container.type1 .downloads-summary-wrapper.type1 .download-summary-btn {
      position: relative;
      padding-left: 30px; }
      .c2-downloads-container.type1 .downloads-summary-wrapper.type1 .download-summary-btn:after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        background-image: url("/p/1/Generic%20Download%20Icon.svg");
        width: 20px;
        height: 20px;
        background-size: contain;
        background-repeat: no-repeat; }

.c2-downloads-container.type2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem; }
  .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner {
    display: flex;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 1.5rem 0; }
    .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner .downloads-summary-left {
      display: flex;
      justify-content: center;
      align-items: center;
      border-right: 1px solid #dbdbdb; }
    .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner .downloads-summary-right h2, .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner .downloads-summary-right .h2 {
      color: #0066CC;
      font-size: 20px; }
    .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner .downloads-summary-right a {
      color: #0066CC; }
    .c2-downloads-container.type2 .downloads-summary-wrapper.type2 .downloads-summary-inner .downloads-summary-right p {
      margin-bottom: .5rem; }

/*! _searchComponent */
.header-wrap .c2-header__search.type1 {
  margin-left: 30px; }
  .header-wrap .c2-header__search.type1 .c2-header__search__icon {
    width: max-content; }
  .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBox {
    display: flex;
    border: 1px solid #668188;
    border-radius: 27px;
    align-items: center;
    border-right: unset; }
    .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBox input {
      border: unset;
      background: transparent;
      padding-left: 15px; }
      .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBox input:focus {
        outline: unset; }
    .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBox label {
      background-color: #668188;
      width: 35px;
      height: 35px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%; }
      .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBox label i {
        color: #fff; }
  .header-wrap .c2-header__search.type1 .c2-header__search__box .SearchBoxSubmit {
    display: none; }

.header-wrap.active-nav .c2-header__search.type1 .c2-header__search__box .SearchBox {
  border-color: #fff; }
  .header-wrap.active-nav .c2-header__search.type1 .c2-header__search__box .SearchBox label {
    background-color: #fff; }
    .header-wrap.active-nav .c2-header__search.type1 .c2-header__search__box .SearchBox label i {
      color: #000; }

.header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 35px;
  width: 35px;
  margin: 0 !important; }
  .header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap .SearchBox input {
    position: absolute;
    left: auto;
    right: 35px;
    background-color: white;
    outline: none;
    border: none;
    padding: 0;
    width: 0;
    height: 100%;
    z-index: 10;
    transition: all .2s ease;
    border: 1px solid transparent;
    border-right: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    opacity: 0; }
    .header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap .SearchBox input:focus {
      width: 200px;
      padding: 0 0 0 16px;
      border-color: #668188;
      opacity: 1; }
      .header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap .SearchBox input:focus ~ label {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
  .header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap .SearchBox label {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #668188;
    border-radius: 50%;
    transition: all .2s ease; }
    .header-wrap .c2-header__search.type2 .c2-header__search__box > .c2pgitm_wrap .SearchBox label i {
      color: #fff; }

.header-wrap .c2-header__search.type2 .c2-header__search__box .SearchBoxSubmit {
  display: none; }

.header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox {
  border-color: #fff; }
  .header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox input {
    background-color: transparent;
    opacity: 0; }
    .header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox input:focus {
      background-color: #fff;
      border-color: #fff;
      opacity: 1; }
  .header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox label {
    background-color: #fff; }
    .header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox label i {
      color: #000; }

.header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  background: -moz-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.599877) 100%);
  background: -webkit-linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.599877) 100%);
  background: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0.599877) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  display: none;
  opacity: 0; }
  .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    color: white;
    background: transparent;
    border-top: 1px solid rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    font-size: 40px;
    font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
    padding: 10px; }
    @media (max-width: 576px) {
      .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox input {
        width: 90%; } }
  .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox label {
    display: none; }
  .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    z-index: 106;
    display: block; }
  .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox .close {
    position: fixed;
    top: 15px;
    right: 15px;
    opacity: 1;
    font-size: 27px;
    color: #fff; }
    .header-wrap .c2-header__search.type3 .c2-header__search__box > .c2pgitm_wrap .SearchBox .close:hover {
      color: #FC2121;
      cursor: pointer; }

.header-wrap .c2-header__search.type3 .c2-header__search__box .SearchBoxSubmit {
  display: none; }

.header-wrap.active-nav .c2-header__search.type2 .c2-header__search__box .SearchBox label {
  display: none; }

/*! _tables */
.table-container {
  /* Responsive */ }
  .table-container table {
    border-radius: 5px;
    font-size: 12px;
    font-weight: normal;
    border: none;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    background-color: white; }
  .table-container table td, .table-container table th {
    text-align: center;
    padding: 8px; }
  .table-container table td {
    border-right: 1px solid #f8f8f8;
    font-size: 12px; }
  .table-container table thead th {
    color: #ffffff;
    background: #d8ddde; }
  .table-container table thead th:nth-child(odd) {
    color: #ffffff;
    background: #668188; }
  .table-container table tr:nth-child(even) {
    background: #d8ddde; }
  @media (max-width: 767px) {
    .table-container table {
      display: block;
      width: 100%; }
    .table-container table thead, .table-container table tbody, .table-container table thead th {
      display: block; }
    .table-container table thead th:last-child {
      border-bottom: none; }
    .table-container table thead {
      float: left; }
    .table-container table tbody {
      width: auto;
      position: relative;
      overflow-x: auto; }
    .table-container table td, .table-container table th {
      padding: 20px .625em .625em .625em;
      height: 60px;
      vertical-align: middle;
      box-sizing: border-box;
      overflow-x: hidden;
      overflow-y: auto;
      width: 120px;
      font-size: 13px;
      text-overflow: ellipsis; }
    .table-container table thead th {
      text-align: left;
      border-bottom: 1px solid #f7f7f9; }
    .table-container table tbody tr {
      display: table-cell; }
    .table-container table tbody tr:nth-child(odd) {
      background: none; }
    .table-container table tr:nth-child(even) {
      background: transparent; }
    .table-container table tr td:nth-child(odd) {
      background: #F8F8F8;
      border-right: 1px solid #E6E4E4; }
    .table-container table tr td:nth-child(even) {
      border-right: 1px solid #E6E4E4; }
    .table-container table tbody td {
      display: block;
      text-align: center; } }