/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}
.selectize-dropdown-header-close:hover {
  color: #000000;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
}
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}
.selectize-control {
  position: relative;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}
.selectize-input.full {
  background-color: #fff;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}
.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}
.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}
.selectize-dropdown [data-selectable].option {
  opacity: 1;
}
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}
.selectize-dropdown .active.create {
  color: #495c68;
}
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
@charset "UTF-8";

:root,
[data-bs-theme=light] {
  --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-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2B314B;
  --bs-secondary: #FFB043;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 43, 49, 75;
  --bs-secondary-rgb: 255, 176, 67;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #11141e;
  --bs-secondary-text-emphasis: #66461b;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #d5d6db;
  --bs-secondary-bg-subtle: #ffefd9;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #aaadb7;
  --bs-secondary-border-subtle: #ffdfb4;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Epilogue", sans-serif;
  --bs-font-monospace: "Inter", sans-serif;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #2B314B;
  --bs-body-color-rgb: 43, 49, 75;
  --bs-body-bg: #FFF;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(43, 49, 75, 0.75);
  --bs-secondary-color-rgb: 43, 49, 75;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(43, 49, 75, 0.5);
  --bs-tertiary-color-rgb: 43, 49, 75;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #2B314B;
  --bs-link-color: #2B314B;
  --bs-link-color-rgb: 43, 49, 75;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #FFB043;
  --bs-link-hover-color-rgb: 255, 176, 67;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #2B314B;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(43, 49, 75, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #808393;
  --bs-secondary-text-emphasis: #ffd08e;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #090a0f;
  --bs-secondary-bg-subtle: #33230d;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #1a1d2d;
  --bs-secondary-border-subtle: #996a28;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #808393;
  --bs-link-hover-color: #999ca9;
  --bs-link-color-rgb: 128, 131, 147;
  --bs-link-hover-color-rgb: 153, 156, 169;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

:root {
  font-size: var(--bs-root-font-size);
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Epilogue", sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
  color: var(--bs-heading-color);
}

h1,
.h1 {
  font-size: calc(1.45rem + 2.4vw);
}

@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 3.25rem;
  }
}

h2,
.h2 {
  font-size: calc(1.3875rem + 1.65vw);
}

@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2.625rem;
  }
}

h3,
.h3 {
  font-size: calc(1.34375rem + 1.125vw);
}

@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 2.1875rem;
  }
}

h4,
.h4 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h5,
.h5 {
  font-size: calc(1.2625rem + 0.15vw);
}

@media (min-width: 1200px) {
  h5,
  .h5 {
    font-size: 1.375rem;
  }
}

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

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

abbr[title] {
  -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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline;
}

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

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: var(--bs-code-color);
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
}

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: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* 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-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: 125%;
}

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

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 125%;
}

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

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 125%;
}

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

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 125%;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 125%;
}

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

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 125%;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container-xs {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

.container {
  max-width: 100%;
}

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

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

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

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

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

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1440px;
}

.row {
  --bs-gutter-x: 40px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .col-xl {
    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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1440px) {
  .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.33333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

.table > tbody {
  vertical-align: inherit;
}

.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

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

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

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

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

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #d5d6db;
  --bs-table-border-color: #aaabaf;
  --bs-table-striped-bg: #cacbd0;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0c1c5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5c6cb;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #ffefd9;
  --bs-table-border-color: #ccbfae;
  --bs-table-striped-bg: #f2e3ce;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6d7c3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ecddc9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.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: 1439.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

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

.object-fit-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
     object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
     object-fit: none !important;
}

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

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

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

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.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: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !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;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-5 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}

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

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

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

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

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

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

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */

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

/* rtl:end:remove */

.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

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

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

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

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

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
          text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
          text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

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

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

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

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

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

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

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

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

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

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

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

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

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

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

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

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

  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

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

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

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

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

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

  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

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

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

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

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

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

  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

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

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

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

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

  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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: 1440px) {
  .float-xxl-start {
    float: left !important;
  }

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

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

  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }

  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }

  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }

  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }

  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: 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-inline-grid {
    display: inline-grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }

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

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

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

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

  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
         column-gap: 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: 3.25rem !important;
  }

  .fs-2 {
    font-size: 2.625rem !important;
  }

  .fs-3 {
    font-size: 2.1875rem !important;
  }

  .fs-4 {
    font-size: 1.75rem !important;
  }

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

@media print {
  .d-print-inline {
    display: inline !important;
  }

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-ExtraBold.woff?3e064e7ad6e344ee1e6a61ac6857ba1b) format("woff"), url(../fonts/Inter-ExtraBold.woff2?68c5c242a0ddafd113c83a9aa3ac2f2f) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Black.woff?fbeabc29db071ab880affc9af3ec4b65) format("woff"), url(../fonts/Inter-Black.woff2?25f0a55c06197c5aa9a45601aac7c1c3) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Bold.woff?fbcbbec018a6d6a50be5df59ed35eeda) format("woff"), url(../fonts/Inter-Bold.woff2?94b95b634dff1bdbe3965c6fef9b2457) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-ExtraLight.woff?cbf6a31f22667e0d31945dd113c2bad6) format("woff"), url(../fonts/Inter-ExtraLight.woff2?e34c4d5c9885cfcd1fbc811645a7a380) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Light.woff?4f4ee691093f2df77eee557c0e43b0a4) format("woff"), url(../fonts/Inter-Light.woff2?fd867b2810e56bcaf6409c86fcd34f63) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Regular.woff?8c043fe76530800bf68c35ed315ed60a) format("woff"), url(../fonts/Inter-Regular.woff2?d16fd8e7cd60b2ddb7488809ac7f7f99) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-SemiBold.woff?e2b1470dc816e200905ab2f528606ea2) format("woff"), url(../fonts/Inter-SemiBold.woff2?e529c9fa6377282c99dc7e88d6cfff80) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Medium.woff?c47ec31db976aef7779d52bc08cef8e5) format("woff"), url(../fonts/Inter-Medium.woff2?6ee91d641175b9e5009cdd1e0c4786a6) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-Thin.woff?3a0c0c551885c4b23b134cbbcd18fe09) format("woff"), url(../fonts/Inter-Thin.woff2?8075c710a889b90d72c14ddd26b90e8f) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-BlackItalic.woff?4be34538ca36d7287a37d4a67f87baf0) format("woff"), url(../fonts/Epilogue-BlackItalic.woff2?d1f8d2ab09fdb06743376ea84228e593) format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Bold.woff?b4e94877f02f4109c7eb14b7deae33fe) format("woff"), url(../fonts/Epilogue-Bold.woff2?aa3a1f70c1364a8cae789bf579ee80de) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-BoldItalic.woff?54f18bc7b439a67fb1f15d064c11698f) format("woff"), url(../fonts/Epilogue-BoldItalic.woff2?934b1eda494033c6f71eb971d57452c4) format("woff2");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Black.woff?c0d5c1580e51fa07b3299bc80402e78d) format("woff"), url(../fonts/Epilogue-Black.woff2?05ef5722368dbb099b4ad5c89330fb97) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-ExtraLightItalic.woff?ee8d0646050b3a395c9c8b66e2a22a29) format("woff"), url(../fonts/Epilogue-ExtraLightItalic.woff2?2d7b42949952249dcc685aae81119bf0) format("woff2");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-ExtraBoldItalic.woff?359da38b362247cc74bdee158f2de1ff) format("woff"), url(../fonts/Epilogue-ExtraBoldItalic.woff2?a4acd8e3cb632a021fae6e680107961e) format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Italic.woff?b6768b27b18103aa0186e94ac8d2ea75) format("woff"), url(../fonts/Epilogue-Italic.woff2?11363f5d2b19f7c771506898c1b8ce78) format("woff2");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-ExtraBold.woff?f3ea521bd73f00c2053babff7590ca56) format("woff"), url(../fonts/Epilogue-ExtraBold.woff2?7e99eadc0358f769496d70d8918dbff9) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-ExtraLight.woff?ff429000224e507b58376532febc0b4b) format("woff"), url(../fonts/Epilogue-ExtraLight.woff2?2afa79ba9fa6006692960e77b52dea2e) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Medium.woff?15e7e1a62796893cbe3d8d4517a92a66) format("woff"), url(../fonts/Epilogue-Medium.woff2?06ce6d2c100efbc58f3cfb93a88a52cb) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-LightItalic.woff?47feb05a73a17f1ea51bb43c65df0bd1) format("woff"), url(../fonts/Epilogue-LightItalic.woff2?b11c8fdc493475339d8faeb76d8624ea) format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-MediumItalic.woff?9009dfe331cb26c99678c9b6ddeca58d) format("woff"), url(../fonts/Epilogue-MediumItalic.woff2?52f7d1be5f4279de5bf1155b31589760) format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Light.woff?73ce13c36b7301d2328e2cab30e43836) format("woff"), url(../fonts/Epilogue-Light.woff2?6ae483ea351581829003e19c7628db81) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-SemiBoldItalic.woff?58b0bcc1e4b7d29bac1f076c0f4185cb) format("woff"), url(../fonts/Epilogue-SemiBoldItalic.woff2?0e0c7f8cbe546e0b918e346cbce2e796) format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-ThinItalic.woff?160c72345bbf78b0d38647599a05d07f) format("woff"), url(../fonts/Epilogue-ThinItalic.woff2?6cebafe54e5170cb2d7afa1418dc5244) format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Regular.woff?ae94fc42752b5c8f1f29012c1bbcf284) format("woff"), url(../fonts/Epilogue-Regular.woff2?9852c10582cd6b7d0aa54d5dde662740) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-SemiBold.woff?32b7d59510e217305ba7cdbe048d412e) format("woff"), url(../fonts/Epilogue-SemiBold.woff2?9d576dbcccd84061788e3fc2fa1148dc) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Epilogue";
  src: url(../fonts/Epilogue-Thin.woff?4245a2db94cfbc9dfd34d9c743aaf828) format("woff"), url(../fonts/Epilogue-Thin.woff2?58e76b54e719af3dd4b43b8afe9f0032) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

h1,
.h1 {
  line-height: 115.385%;
}

h2,
.h2 {
  line-height: 130.952%;
}

h3,
.h3 {
  line-height: 128.571%;
}

h4,
.h4 {
  line-height: 125%;
}

h5,
.h5 {
  line-height: 127.273%;
}

h6,
.h6 {
  line-height: 155.556%;
}

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

a {
  transition: all 0.5s ease-in-out;
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

body .type-business {
  display: none;
}

body .menu-business a {
  background: transparent;
}

body .menu-residential a {
  background: #F9F0CE;
}

body.page-template-page-business .type-residential {
  display: none;
}

body.page-template-page-business .type-business {
  display: inline-block;
}

body.page-template-page-business .menu-residential a {
  background: transparent;
}

body.page-template-page-business .menu-business a {
  background: #F9F0CE;
}

body strong,
body b {
  font-weight: 600;
}

.sm__btn {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background-color: #FFB043;
  border: 2px solid #FFB043;
  line-height: 24px;
  border-radius: 100px;
  padding: 17px 43px 15px;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
}

.sm__btn:hover {
  background-color: #fff;
}

.selectize-input {
  padding: 18px 28px 16px;
  background-color: #fff;
  border: 1px solid #fff;
  background-image: none;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: none;
  color: #2B314B;
  border-radius: 100px;
  display: block !important;
}

@media (max-width: 575.98px) {
  .selectize-input {
    padding: 18px 40px 16px 20px;
  }
}

.selectize-input.focus {
  box-shadow: none;
}

.selectize-input.input-active {
  border-radius: 100px !important;
}

.selectize-input > .item {
  max-width: calc(100% - 10px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.selectize-input > input,
.selectize-input > .item {
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px !important;
}

.selectize-input > input::-moz-placeholder, .selectize-input > .item::-moz-placeholder {
  color: #2B314B;
}

.selectize-input > input::placeholder,
.selectize-input > .item::placeholder {
  color: #2B314B;
}

.selectize-dropdown {
  border: none;
  box-shadow: none;
  border-radius: 0;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  transform: rotate(180deg);
}

.selectize-control.single .selectize-input::after {
  border-width: 0 !important;
  border-color: transparent !important;
  right: 20px;
  width: 16px;
  height: 11px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMSIgdmlld0JveD0iMCAwIDE2IDExIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTE0IDJMOCA4TDIgMiIgc3Ryb2tlPSIjMkIzMTRCIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMy43MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -3px !important;
}

.selectize-dropdown .active {
  background-color: #2B314B;
  color: white;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  padding: 0.65em 1.4em;
  margin-top: 0;
  font-size: 1.2em;
  font-weight: 300;
}

.selectize-dropdown [data-selectable].option:hover {
  cursor: pointer;
}

.site-header {
  border-bottom: 1px solid #F0F0F0;
  z-index: 99;
  position: relative;
}

@media (max-width: 991.98px) {
  .site-header {
    border-bottom: none;
  }
}

.site-header__top-left {
  margin-left: -7px;
}

@media (max-width: 991.98px) {
  .site-header__top-left {
    margin-left: 0;
  }
}

.site-header__top-left ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
}

.site-header__top-left ul li a {
  color: #2B314B;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  border-radius: 0px 0px 20px 20px;
  display: inline-block;
  padding: 6px 20px;
}

@media (max-width: 991.98px) {
  .site-header__top-left ul li a {
    font-size: 14px;
    line-height: 20px;
    padding: 3px 20px;
  }
}

.site-header__top-right {
  gap: 30px;
  padding-top: 12px;
}

.site-header__top-right .top-right-menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 30px;
}

.site-header__top-right .top-right-menu li a {
  text-decoration: none;
  color: var(--Skymesh-Midnight, #2B314B);
  font-family: Epilogue;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: flex;
  align-items: center;
  gap: 7px;
}

.site-header__top-right .top-right-menu li a span {
  margin-top: 3px;
}

.site-header__top-right .top-right-menu li a:hover {
  color: #2B314B;
  text-decoration: none;
}

.site-header__top-phone {
  display: flex;
  align-items: center;
}

.site-header__top-phone span {
  color: #2B314B;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin-right: 10px;
  margin-top: 2px;
}

.site-header__top-phone a {
  text-decoration: none;
  color: #2B314B;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

@media (max-width: 991.98px) {
  .site-header__logo img {
    max-width: 155px;
  }
}

.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 991.98px) {
  .site-header__container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.site-header__container .main-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 0;
  padding: 0;
}

@media (max-width: 1199.98px) {
  .site-header__container .main-menu {
    gap: 20px;
  }
}

.site-header__container .main-menu > li {
  padding-bottom: 22px;
  padding-top: 22px;
}

.site-header__container .main-menu > li.current-menu-parent,
.site-header__container .main-menu > li.current-menu-item {
  position: relative;
}

.site-header__container .main-menu > li.current-menu-parent::after,
.site-header__container .main-menu > li.current-menu-item::after {
  content: "";
  bottom: -3px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 6px;
  border-radius: 5px;
  background-color: #2B314B;
}

.site-header__container .main-menu > li > a {
  color: #2B314B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
}

.site-header__container .main-menu > li > .sub-menu {
  position: absolute;
  list-style-type: none;
  padding: 0;
  top: calc(100% + 1px);
  left: 0;
  min-width: 200px;
  border-radius: 0px 0px 20px 20px;
  background: var(--White, #FFF);
  padding: 24px 30px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 10px, 0);
  z-index: 99;
  visibility: hidden;
  box-shadow: 0px 9px 21px -3px rgba(0, 0, 0, 0.1);
}

.site-header__container .main-menu > li > .sub-menu li:not(:last-child) {
  margin-bottom: 15px;
}

.site-header__container .main-menu > li > .sub-menu li a {
  color: #2B314B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.site-header__container .main-menu > li > .sub-menu li a:hover {
  color: #FFB043;
}

.site-header__container .main-menu > li.dropdown {
  position: relative;
}

.site-header__container .main-menu > li.dropdown > a {
  padding-right: 12px;
}

.site-header__container .main-menu > li.dropdown > a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 6px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNyAxTDQgNEwxIDEiIHN0cm9rZT0iIzJCMzE0QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTMuNzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s ease;
}

.site-header__container .main-menu > li.dropdown:hover:hover > a::after {
  transform: translateY(-50%) rotate(180deg);
}

.site-header__container .main-menu > li.dropdown:hover > .sub-menu {
  opacity: 1;
  transform: translateZ(0);
  visibility: visible;
}

.site-header__burger-open {
  cursor: pointer;
}

.site-header__burger-close {
  display: none;
  cursor: pointer;
  margin-right: -7px;
}

.site-header .wp-block-button {
  margin-left: 30px;
}

.site-header__btn {
  color: #2B314B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  border-radius: 100px;
  background: #FFB043;
  padding: 7px 18px 5px;
  text-decoration: none;
  border: 2px solid #FFB043;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.site-header__btn:hover {
  text-decoration: none;
  border-radius: 100px;
  border: 2px solid #FFB043;
  background: #fff;
}

.sm-navigation-mobile {
  position: fixed;
  background: #fff;
  width: 100%;
  height: calc(100% - 94px);
  top: 94px;
  left: 0;
  z-index: 999;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 0;
  transition-property: opacity, transform;
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
}

@media (min-width: 992px) {
  .sm-navigation-mobile {
    display: none;
  }
}

.logged-in .sm-navigation-mobile {
  height: calc(100% - 126px);
  top: 126px;
}

@media (max-width: 782px) {
  .logged-in .sm-navigation-mobile {
    height: calc(100% - 140px);
    top: 140px;
  }
}

.sm-navigation-mobile__wrapper {
  padding: 20px;
  height: 100%;
  position: relative;
}

.sm-navigation-mobile__nav {
  height: calc(100% - 180px);
  overflow-y: auto;
}

.sm-navigation-mobile__nav .navbar-nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sm-navigation-mobile__nav .navbar-nav > li {
  position: relative;
}

.sm-navigation-mobile__nav .navbar-nav > li:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.sm-navigation-mobile__nav .navbar-nav > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding-top: 14px;
  padding-bottom: 13px;
  display: block;
}

.sm-navigation-mobile__nav .navbar-nav > li > a img {
  display: none;
}

.sm-navigation-mobile__nav .navbar-nav > li .handle-sub {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 25px;
  height: 40px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNyAxTDQgNEwxIDEiIHN0cm9rZT0iIzJCMzE0QiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTMuNzEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  cursor: pointer;
}

.sm-navigation-mobile__nav .navbar-nav > li > .sub-menu {
  display: none;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
}

.sm-navigation-mobile__nav .navbar-nav > li > .sub-menu > li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  padding-top: 10px;
  padding-bottom: 9px;
  text-decoration: none;
  display: block;
}

.sm-navigation-mobile__bottom {
  position: absolute;
  bottom: 20px;
  width: calc(100% - 40px);
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.sm-navigation-mobile__bottom > a,
.sm-navigation-mobile__bottom div {
  width: 100%;
  max-width: 335px;
}

.sm-navigation-mobile__bottom a {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  padding: 16px 10px;
  width: 100%;
  border-radius: 100px;
  text-decoration: none;
  border: 2px solid var(--Skymesh-Midnight, #2B314B);
  background: #fff;
}

.sm-navigation-mobile__bottom a:hover {
  background: #2B314B;
  color: #fff;
}

.sm-navigation-mobile__bottom a span {
  font-weight: 400;
}

.sm-navigation-mobile__bottom a.site-header__btn {
  margin-left: 0;
  border: 2px solid #FFB043;
  background: #FFB043;
}

.sm-navigation-mobile__bottom a.site-header__btn:hover {
  background: #fff;
  color: #2B314B;
}

.sm-ribbon-checker {
  transition: all 1s ease-in-out;
  overflow: hidden;
  display: none;
}

.page-template-page-checkout .sm-ribbon-checker,
.page-template-page-business .sm-ribbon-checker {
  display: none !important;
}

.sm-ribbon-checker__inner {
  background: #F9F0CE;
  padding-top: 6px;
  padding-bottom: 4px;
}

@media (max-width: 767.98px) {
  .sm-ribbon-checker__inner {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.sm-ribbon-checker.actived {
  display: block !important;
}

.page-template-page-business .sm-ribbon-checker.actived {
  display: none !important;
}

.sm-ribbon-checker__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

@media (max-width: 991.98px) {
  .sm-ribbon-checker__wrapper {
    gap: 1px;
    flex-direction: column;
  }
}

.sm-ribbon-checker__text {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.sm-ribbon-checker__current {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
  /* 153.846% */
}

.sm-ribbon-checker__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

@media (max-width: 767.98px) {
  .sm-ribbon-checker__links {
    gap: 30px;
  }
}

.sm-ribbon-checker__link {
  color: #2B314B;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.navigation-active {
  overflow: hidden;
}

.navigation-active .sm-navigation-mobile {
  opacity: 1;
  transform: translateZ(0);
  visibility: visible;
}

.navigation-active .site-header__burger-open {
  display: none;
}

.navigation-active .site-header__burger-close {
  display: block;
}

@media (max-width: 991.98px) {
  .sm-column-reverse-tablet {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767.98px) {
  .sm-column-reverse-mobile {
    flex-direction: column-reverse;
  }
}

.site-footer hr {
  color: #8B8FA4;
  opacity: 1;
  margin-bottom: 40px;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .site-footer hr {
    display: none;
  }
}

.site-footer__widget {
  background: #2B314B;
  padding-top: 80px;
  padding-bottom: 60px;
}

@media (max-width: 767.98px) {
  .site-footer__widget {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__widget .navbar-nav-container {
    display: none;
  }

  .site-footer__widget .navbar-nav-container .navbar-nav {
    padding-top: 10px;
  }
}

.site-footer__widget-label {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 767.98px) {
  .site-footer__widget-label {
    margin-bottom: 0;
    cursor: pointer;
  }

  .site-footer__widget-label.active::after {
    transform: rotate(180deg);
  }

  .site-footer__widget-label::after {
    content: "";
    height: 6px;
    width: 8px;
    position: absolute;
    right: 0;
    top: 9px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBpZD0iVmVjdG9yIiBkPSJNNyAxTDQgNEwxIDEiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEzLjcxIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz4KPC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
}

.site-footer__widget-whistleout__logo {
  margin-top: 15px;
}

.site-footer__widget-whistleout__logo img {
  width: 100%;
  height: auto;
  max-width: 146.732px;
}

.site-footer__widget-badge {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 40px;
}

.site-footer__widget-badge img {
  max-width: 140px;
  width: auto;
  height: 45px;
}

.site-footer__widget-menu {
  padding-bottom: 35px;
}

@media (max-width: 991.98px) {
  .site-footer__widget-menu {
    row-gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__widget-menu {
    padding-bottom: 0;
    row-gap: 0px;
  }
}

.site-footer__widget-menu__item {
  position: relative;
}

@media (max-width: 767.98px) {
  .site-footer__widget-menu__item {
    padding-bottom: 13px;
    padding-top: 14px;
  }
}

@media (max-width: 767.98px) {
  .site-footer__widget-menu__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 20px;
    height: 1px;
    width: calc(100% - 40px);
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.site-footer__widget-menu .widget-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.site-footer__widget-menu .widget-menu li:not(:last-child) {
  margin-bottom: 10px;
}

.site-footer__widget-menu .widget-menu li a {
  color: var(--White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.5s ease-in-out;
}

.site-footer__widget-menu .widget-menu li a:hover {
  color: #FFB043;
}

.site-footer__widget-social {
  list-style-type: none;
  margin: 20px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}

.site-footer__widget-social img {
  width: 100%;
  height: auto;
}

.site-footer__widget-logo__img {
  max-width: 215px;
}

@media (max-width: 767.98px) {
  .site-footer__widget-logo__img {
    margin-bottom: 26px;
  }
}

.site-footer__widget-logo .site-footer__widget-menu__item::after {
  display: none;
}

.site-footer__widget-logo .terms-container {
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

@media (max-width: 767.98px) {
  .site-footer__widget-logo .terms-container {
    margin-right: 0;
    margin-left: 0;
  }
}

.site-footer__widget-logo .terms-container .terms-menu {
  list-style-type: none;
  margin: 0 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .site-footer__widget-logo .terms-container .terms-menu {
    padding-top: 10px;
  }
}

.site-footer__widget-logo .terms-container .terms-menu li {
  width: 100%;
  max-width: 33.3333%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

@media (max-width: 991.98px) {
  .site-footer__widget-logo .terms-container .terms-menu li {
    max-width: 50%;
  }
}

@media (max-width: 767.98px) {
  .site-footer__widget-logo .terms-container .terms-menu li {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .site-footer__widget-logo .terms-container .terms-menu li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.site-footer__widget-logo .terms-container .terms-menu li a {
  color: var(--White, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

@media (max-width: 767.98px) {
  .site-footer__widget-logo .terms-container .terms-menu li a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}

.site-footer__widget-logo .terms-container .terms-menu li a:hover {
  color: #FFB043;
}

.site-footer__widget-mobile {
  margin-top: 25px;
}

.site-footer__widget-mobile .row {
  --bs-gutter-x: 16px;
}

.site-footer__widget-mobile .row .logo-badge {
  margin-top: 20px;
}

.site-footer__widget-mobile .row .logo-badge img {
  width: auto;
  height: 50px;
}

.site-footer__widget-mobile .row .site-footer__widget-social {
  margin-top: 0;
}

.site-footer__widget-mobile .row .site-footer__widget-whistleout__logo {
  margin-top: 0;
}

.site-footer__socket {
  background: rgba(43, 49, 75, 0.95);
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-footer__socket-about {
  color: var(--White, #FFF);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.site-footer__socket-about.active::after {
  display: none;
}

.site-footer__socket-about::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  margin-top: -2px;
  height: 2px;
  transform: translateY(-50%);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .site-footer__socket-about::before {
    display: none;
  }
}

.site-footer__socket-about::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  margin-top: -2px;
  height: 12px;
  transform: translateY(-50%);
  background-color: #fff;
}

@media (max-width: 767.98px) {
  .site-footer__socket-about::after {
    display: none;
  }
}

.site-footer__socket-copyright {
  color: var(--White, #FFF);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  font-family: "Inter", sans-serif;
}

@media (max-width: 767.98px) {
  .site-footer__socket-copyright {
    margin-top: 30px;
  }
}

.site-footer__socket #site-about-sm {
  color: var(--White, #FFF);
  font-family: Epilogue;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 153.846% */
  display: none;
}

@media (max-width: 767.98px) {
  .site-footer__socket #site-about-sm {
    display: block;
  }
}

.site-footer__socket #site-about-sm .site-about-sm__container {
  padding-top: 10px;
}

.site-footer__socket #site-about-sm .site-about-sm__container a {
  color: white;
}

.nf-form-cont .nf-form-layout form .nf-before-form-content {
  display: none;
}

.nf-form-cont .nf-form-layout form .nf-after-field .nf-error-required-error {
  font-size: 14px;
}

.nf-form-cont .nf-form-layout form .nf-after-form-content .nf-error-field-errors {
  font-size: 15px;
  margin: 10px 0 0 0;
}

@media (max-width: 480.98px) {
  .nf-form-cont .nf-form-layout form .nf-after-form-content .nf-error-field-errors {
    text-align: center;
  }
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field-container.label-hidden .nf-field-label {
  display: none;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .field-wrap {
  width: 100%;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field-label label {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .listselect-wrap select:active + div,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .listselect-wrap select:focus + div {
  background: transparent !important;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .listselect-wrap .nf-field-element > div {
  background-color: transparent;
  border: none;
  z-index: 99;
  height: 60px;
  top: 0;
  right: 0;
  left: inherit;
  box-shadow: none;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .listselect-wrap .nf-field-element > div {
    min-height: 48px;
  }
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field .listselect-wrap .nf-field-element > div::after {
  content: " ";
  width: 20px;
  height: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDJMOCA4TDIgMiIgc3Ryb2tlPSIjMkIzMTRCIiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1taXRlcmxpbWl0PSIxMy43MSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field-element {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field-container {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field-container.submit-container {
  margin-bottom: 0;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select option {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #2B314B;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select {
  border: 1px solid #2B314B;
  height: auto;
  background: #fff;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input:focus-visible,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea:focus-visible,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select:focus-visible {
  outline: none;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input::-moz-placeholder, .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea::-moz-placeholder, .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select::-moz-placeholder {
  color: #2B314B;
  opacity: 1;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input::placeholder,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea::placeholder,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select::placeholder {
  color: #2B314B;
  opacity: 1;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input::-ms-input-placeholder,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea::-ms-input-placeholder,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select::-ms-input-placeholder {
  color: #2B314B;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input:not([type=radio], [type=checkbox]),
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select {
  min-height: 60px;
  padding: 17px 60px 17px 30px;
  border-radius: 100px;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input:not([type=radio], [type=checkbox]),
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field select {
    min-height: 48px;
    padding: 10px 60px 10px 20px;
  }
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=checkbox] + label::before {
  color: #FFB043;
  font-size: 16px;
  left: -27px;
  top: 0;
  width: 18px;
  height: 18px;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=checkbox] + label::after {
  top: 0;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #ddd;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=checkbox]:not(:checked) + label::before {
  opacity: 0;
  transform: scale(0);
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=checkbox]:checked + label {
  font-weight: 600;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=checkbox]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked + label,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:not(:checked) + label {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked + label:before,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: -30px;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked + label:after,
.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ED7B39;
  position: absolute;
  top: 3px;
  left: -27px;
  border-radius: 100%;
  transition: all 0.2s ease;
  z-index: 2;
  border: none;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked + label {
  font-weight: 600;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=radio]:focus + label:after {
  box-shadow: none;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea {
  padding: 30px;
  min-height: 200px;
  border-radius: 30px;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field textarea {
    min-height: 150px;
    padding: 10px 20px;
  }
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=submit] {
  background: #2B314B;
  color: #fff;
  font-weight: 600;
  padding: 11px 21px;
  box-sizing: border-box;
  margin-top: 20px;
  border: 2px solid #2B314B;
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=submit]:hover {
  background: #FFF;
  color: #2B314B;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=submit] {
    margin-top: 12px;
  }
}

@media (max-width: 480.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .nf-field input[type=submit] {
    width: 100%;
  }
}

.nf-form-cont .nf-form-layout form .nf-form-content nf-field .field-wrap .nf-field-element:after {
  border-radius: 0px 30px 30px 0;
  height: 58px;
  line-height: 58px;
}

@media (max-width: 767.98px) {
  .nf-form-cont .nf-form-layout form .nf-form-content nf-field .field-wrap .nf-field-element:after {
    height: 46px;
    line-height: 46px;
  }
}

.site-main .tablepress > :where(tbody) > .odd > * {
  background-color: #F5F5F5;
}

.site-main .tablepress thead tr th {
  background-color: #2B314B;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 155.556%;
  padding: 17px 15px 18px 15px;
}

.site-main .tablepress tbody {
  border: 1px solid #DCDCDC;
}

@media (max-width: 767.98px) {
  .site-main .tablepress tbody .cell-value {
    text-align: right;
  }
}

.site-main .tablepress tbody tr:hover > * {
  color: #2B314B;
}

.site-main .tablepress tbody tr.even:hover > * {
  background-color: #fff;
}

.site-main .tablepress tbody tr td {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #2B314B;
  padding: 17px 15px 18px 15px;
  border: none;
}

@media (max-width: 767.98px) {
  .site-main .tablepress tbody tr td {
    padding: 0.75em 10px;
  }
}

@media (max-width: 575.98px) {
  .site-main .tablepress tbody tr td {
    font-size: 14px;
  }
}

.site-main .tablepress tbody tr td:not(:first-child) {
  border-left: 1px solid #DCDCDC;
}

.site-main .tablepress tbody tr td.column-1 > div {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .site-main .tablepress tbody tr td.d-md-table-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }
}

.site-wrap {
  overflow: hidden;
}

.wp-block-sm-blocks-sm-column.sm-col-logo-app > .sm-block-layout-column-inner {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (max-width: 767.98px) {
  .md-justify-content-start {
    justify-content: flex-start !important;
  }
}

.sm-ssp-block-tabs-body {
  overflow-y: hidden;
}

.sm-hover-midnight a:hover {
  color: #2B314B;
}

.sm-block-container.custom-background::before {
  top: 200px;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-support-w-detail .sm-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-support-w-detail .sm-layout-column-wrap {
    gap: 30px;
  }
}

@media (max-width: 1199.98px) {
  .wp-block-sm-blocks-sm-columns.sm-become-agent > .sm-layout-column-wrap > .sm-block-layout-column:first-child > .sm-block-layout-column-inner > .wp-block-sm-blocks-sm-columns > .sm-layout-column-wrap {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.wp-block-sm-blocks-sm-columns.sm-become-agent > .sm-layout-column-wrap > .sm-block-layout-column:first-child > .sm-block-layout-column-inner > .wp-block-sm-blocks-sm-columns > .sm-layout-column-wrap > .wp-block-sm-blocks-sm-column > .sm-block-layout-column-inner > .wp-block-columns {
  gap: 20px !important;
}

@media (max-width: 767.98px) {
  .wp-block-image.sm-logo-hero-sky-muster img {
    width: 100% !important;
    max-width: 264px !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column {
    width: 100%;
  }
}

.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:first-child {
  margin-left: calc(-50vw + 50%);
}

@media (max-width: 991.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:first-child {
    margin-left: 0;
  }
}

.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner > div,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h1,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h1,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h2,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h2,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h3,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h3,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h4,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h4,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h5,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h5,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner h6,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner .h6,
.wp-block-sm-blocks-sm-columns.sm-ss-maps-contact > .sm-layout-column-wrap .wp-block-sm-blocks-sm-column:last-child > .sm-block-layout-column-inner p {
  width: 100%;
}

body.error404 .error-404 {
  padding: 72px 0;
}

body.error404 .error-404 h1,
body.error404 .error-404 .h1 {
  margin-bottom: 1em;
}

.single.postid-5901 .sm-single-post--thumbnail img {
  -o-object-fit: contain;
     object-fit: contain;
}

.single .sm-single-post-body {
  padding-top: 140px;
}

@media (max-width: 991.98px) {
  .single .sm-single-post-body {
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post-body {
    padding-top: 70px;
  }
}

@media (max-width: 575.98px) {
  .single .sm-single-post-body {
    padding-top: 50px;
  }
}

.single .sm-single-post-info {
  width: 100%;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
}

.single .sm-single-post-info h1,
.single .sm-single-post-info .h1 {
  margin: 0;
}

.single .sm-single-post--cate {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 23px;
}

.single .sm-single-post--cate .item-cate a {
  font-size: 13px;
  line-height: 153.846%;
  height: auto;
  min-height: 25px;
  padding: 3px 10px 0 10px;
  border-radius: 100px;
  border: 1px solid #2B314B;
  text-decoration: none;
  display: inline-block;
}

.single .sm-single-post--cate .item-cate a:hover {
  background-color: #2B314B;
  color: #fff;
}

.single .sm-single-post--month {
  line-height: 162.5%;
  margin: 35px 0 0 0;
}

@media (max-width: 991.98px) {
  .single .sm-single-post--month {
    margin-top: 29px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--month {
    margin-top: 21px;
  }
}

.single .sm-single-post--sharing {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}

@media (max-width: 991.98px) {
  .single .sm-single-post--sharing {
    margin-top: 24px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--sharing {
    margin-top: 16px;
  }
}

.single .sm-single-post--sharing p {
  font-weight: 600;
  margin: 0;
  padding: 4px 0 0 0;
}

.single .sm-single-post--sharing ul {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 0;
}

.single .sm-single-post--sharing ul li {
  list-style-type: none;
  margin: 0;
}

.single .sm-single-post--sharing ul a {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #2B314B;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single .sm-single-post--thumbnail {
  width: 100%;
  height: auto;
  margin-top: 80px;
  text-align: center;
}

@media (max-width: 991.98px) {
  .single .sm-single-post--thumbnail {
    margin-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--thumbnail {
    margin-top: 48px;
  }
}

.single .sm-single-post--thumbnail img {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 30px;
  max-width: 1094px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .single .sm-single-post--thumbnail img {
    max-height: 400px;
  }
}

.single .sm-single-post--author {
  display: flex;
  align-items: center;
  padding: 30px;
  border-radius: 20px;
  background-color: #A4CFCF;
  gap: 82px;
  margin-top: 194px;
}

@media (max-width: 1199.98px) {
  .single .sm-single-post--author {
    margin-top: 100px;
    gap: 48px;
  }
}

@media (max-width: 991.98px) {
  .single .sm-single-post--author {
    margin-top: 60px;
    gap: 32px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--author {
    margin-top: 48px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.single .sm-single-post--author-avatar {
  min-width: 340px;
  position: relative;
  height: auto;
  min-height: 280px;
}

@media (max-width: 991.98px) {
  .single .sm-single-post--author-avatar {
    min-width: 240px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--author-avatar {
    width: 100%;
    max-width: 300px;
    min-height: 220px;
  }
}

.single .sm-single-post--author-avatar img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 20px;
}

.single .sm-single-post--author-name {
  font-size: 22px;
  line-height: 127.273%;
  margin: 0;
}

.single .sm-single-post--author-desc {
  margin: 30px 0 0 0;
}

@media (max-width: 991.98px) {
  .single .sm-single-post--author-desc {
    margin-top: 22px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--author-desc {
    margin-top: 14px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post--author-inner {
    width: 100%;
  }
}

.single .sm-single-post-content {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .single .sm-single-post-content {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .single .sm-single-post-content {
    padding-top: 50px;
  }
}

.single .container-post {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .single .single-app .sm-hero-block__image {
    margin-top: 0;
  }
}

.single .single-app .sm-hero-block__image-img {
  background-position: 70% 50% !important;
}

.single .single-app .wp-block-gallery figure.wp-block-image {
  display: block;
}

@media (max-width: 575.98px) {
  .single .single-app .wp-block-gallery figure.wp-block-image img {
    max-height: 40px;
  }
}

#sm-result-copy {
  background-color: #fff;
  position: fixed;
  left: 20px;
  bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  margin: 0;
  padding: 10px 12px 7px 12px;
  border-radius: 30px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 162.5%;
  color: #2B314B;
}

.single-pce .sm-hero-block__image-img {
  background-position: 20% 50% !important;
}

@media (max-width: 767.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-cta-image .sm-layout-column-wrap {
    gap: 20px;
  }
}

@media (max-width: 991.98px) {
  .wp-block-sm-blocks-sm-columns.sm-column-tablet > .sm-layout-column-wrap {
    grid-template-columns: 100%;
    gap: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-cards .sm-layout-column-wrap {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "col1 col2" "col3 col4";
    gap: 30px;
  }
}

@media (max-width: 767.98px) {
  .wp-block-sm-blocks-sm-columns.sm-ss-cards .sm-layout-column-wrap {
    gap: 30px;
  }
}

@media (max-width: 575.98px) {
  .wp-block-columns.sm-ss-video .sm-embed-video-block-inner {
    min-height: 188px;
  }

  .wp-block-columns.sm-ss-video .sm-embed-video-block-inner .wistia_embed .w-bpb-wrapper {
    width: 40px !important;
    height: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.sm-ss-faq {
    gap: 13px !important;
  }
}

@media (max-width: 767.98px) {
  .wp-block-columns.sm-ss-faq {
    gap: 31px !important;
  }
}

@media (max-width: 991.98px) {
  .wp-block-columns.sm-ss-faq > .wp-block-column {
    flex-basis: 100% !important;
  }
}

.wp-block-columns.sm-ss-faq > .wp-block-column .wp-block-button.is-style-white .wp-block-button__link:hover {
  background: #fff;
  color: #2B314B;
  border-color: #fff;
}

@media (max-width: 767.98px) {
  .sm-section-cta-content.sm-block-container > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .md-justify-content-start {
    justify-content: flex-start !important;
  }
}

body.single-support .site-main {
  padding-top: 150px;
}

@media (max-width: 991.98px) {
  body.single-support .site-main {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .site-main {
    padding-top: 50px;
  }
}

body.single-support .site-main.sm-single-support-legal-resources {
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  body.single-support .site-main.sm-single-support-legal-resources {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .site-main.sm-single-support-legal-resources {
    padding-bottom: 60px;
  }
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-body {
  width: 100%;
  margin: 0 auto;
  max-width: 866px;
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-body--content {
  margin-top: 75px;
}

@media (max-width: 991.98px) {
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-body--content {
    margin-top: 43px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-body--content {
    margin-top: 25px;
  }
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related {
  margin: 0;
  padding-bottom: 0;
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--bottom {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 45px;
}

@media (max-width: 767.98px) {
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header {
    margin-bottom: 32px;
  }
}

body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header h2,
body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header .h2 {
  margin: 0;
}

@media (max-width: 767.98px) {
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header h2,
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header .h2 {
    line-height: 125%;
    font-size: 32px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .site-main.sm-single-support-legal-resources .sm-single-support-related--header > .wp-block-buttons {
    display: none;
  }
}

body.single-support .sm-single-support-body h1,
body.single-support .sm-single-support-body .h1 {
  width: 100%;
  margin: 0 auto;
  max-width: 866px;
}

body.single-support .sm-single-support-body--content {
  margin-top: 70px;
}

@media (max-width: 991.98px) {
  body.single-support .sm-single-support-body--content {
    margin-top: 43px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .sm-single-support-body--content {
    margin-top: 26px;
  }
}

body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table {
  border: none;
}

body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table thead,
body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table tr,
body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table th,
body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table td,
body.single-support .sm-single-support-body--content .wp-block-table.sm-table-not-border-sp table tbody {
  border: none;
}

body.single-support .sm-single-support-body--content p:last-child,
body.single-support .sm-single-support-body--content h1:last-child,
body.single-support .sm-single-support-body--content .h1:last-child,
body.single-support .sm-single-support-body--content h2:last-child,
body.single-support .sm-single-support-body--content .h2:last-child,
body.single-support .sm-single-support-body--content h3:last-child,
body.single-support .sm-single-support-body--content .h3:last-child,
body.single-support .sm-single-support-body--content h4:last-child,
body.single-support .sm-single-support-body--content .h4:last-child,
body.single-support .sm-single-support-body--content h5:last-child,
body.single-support .sm-single-support-body--content .h5:last-child,
body.single-support .sm-single-support-body--content h6:last-child,
body.single-support .sm-single-support-body--content .h6:last-child,
body.single-support .sm-single-support-body--content .wp-block-image:last-child,
body.single-support .sm-single-support-body--content ul:last-child,
body.single-support .sm-single-support-body--content ol:last-child,
body.single-support .sm-single-support-body--content .tablepress:last-child {
  margin-bottom: 0;
}

body.single-support .sm-single-support-body--content ul li:not(:last-child),
body.single-support .sm-single-support-body--content ol li:not(:last-child) {
  margin-bottom: 10px;
}

body.single-support .sm-single-support-related {
  padding-top: 150px;
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  body.single-support .sm-single-support-related {
    padding-bottom: 90px;
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  body.single-support .sm-single-support-related {
    padding-bottom: 60px;
    padding-top: 50px;
  }
}

.sm-checkout__title {
  margin-bottom: 40px;
}

.sm-checkout__main {
  padding-top: 150px;
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  .sm-checkout__main {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.sm-checkout__wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sm-checkout__content {
  width: 100%;
  max-width: 60%;
  position: relative;
}

@media (max-width: 991.98px) {
  .sm-checkout__content {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.sm-checkout__steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media (max-width: 991.98px) {
  .sm-checkout__steps {
    gap: 30px;
  }
}

.sm-checkout__step.step-active .sm-checkout__step-header {
  border-radius: 30px 30px 0px 0px;
}

.sm-checkout__step.step-active .sm-checkout__step-content {
  display: block;
}

.sm-checkout__step.edit-step .sm-checkout__step-header__edit {
  display: flex;
}

.sm-checkout__step-header {
  border-radius: 30px;
  background: #2B314B;
  padding: 24px 50px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 575.98px) {
  .sm-checkout__step-header {
    padding: 18px 30px 16px;
  }
}

.sm-checkout__step-header__title {
  display: flex;
  align-items: center;
  gap: 30px;
}

.sm-checkout__step-header__edit {
  display: flex;
  align-items: center;
  cursor: pointer;
  display: none;
}

.sm-checkout__step-header__edit .text--small {
  color: white;
  margin-top: 6px;
  font-weight: 600;
}

.sm-checkout__step-header h3,
.sm-checkout__step-header .h3,
.sm-checkout__step-header h5,
.sm-checkout__step-header .h5 {
  color: #fff;
  margin-bottom: 0;
}

.sm-checkout__step-header h5,
.sm-checkout__step-header .h5 {
  margin-top: 7px;
}

.sm-checkout__step-content {
  border-radius: 0px 0px 30px 30px;
  background: #F9F0CE;
  padding: 40px;
  display: none;
}

@media (max-width: 575.98px) {
  .sm-checkout__step-content {
    padding: 20px;
  }
}

.sm-checkout__step-content .battery__list {
  font-size: 16px;
}

.sm-checkout__step-content .battery__list li:not(:last-child) {
  margin-bottom: 15px;
}

.sm-checkout__text-options {
  margin-bottom: 40px;
}

.sm-checkout__product:nth-child(even) .row {
  flex-direction: row-reverse;
}

.sm-checkout__product:not(:last-child) {
  margin-bottom: 60px;
  border-bottom: 1px solid #000;
  padding-bottom: 60px;
}

@media (max-width: 575.98px) {
  .sm-checkout__product:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}

.sm-checkout__product-image {
  text-align: center;
  background: #fff;
  padding: 35px 0;
  border: 1px solid #d7dce3;
  border-radius: 0.25em;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
}

.sm-checkout__product-image img {
  max-width: 80%;
}

.sm-checkout__product-image-price {
  color: #ED7B39;
  margin-top: 30px;
  margin-bottom: 0;
}

.sm-checkout__product-image-pricesub {
  font-size: 12px;
}

.sm-checkout__product-image.recommended::before {
  content: "Recommended";
  background: #ED7B39;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  padding: 6px;
  width: 400px;
  display: inline-block;
  position: absolute;
  top: 50px;
  right: -150px;
  transform: rotate(45deg);
}

.sm-checkout__product-name {
  margin-bottom: 20px;
}

.sm-checkout__product-features {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sm-checkout__product-features li {
  position: relative;
  padding-left: 28px;
  font-size: 13px;
}

.sm-checkout__product-features li:not(:last-child) {
  margin-bottom: 10px;
}

.sm-checkout__product-features li::before {
  content: "";
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3Ljg4NjQgMi40NjY4NkwxNS42NTQ5IDAuMTE5NDY2QzE1LjUwMzQgLTAuMDM5ODIxOCAxNS4yNDg0IC0wLjAzOTgyMTggMTUuMDk3IDAuMTE5NDY2TDUuNjkyNDkgMTAuMDEyMUM1LjU0MTA3IDEwLjE3MTMgNS4yODYwMyAxMC4xNzEzIDUuMTM0NiAxMC4wMTIxTDIuOTAzMDMgNy42NjQ2NkMyLjc1MTYxIDcuNTA1MzcgMi40OTY1NyA3LjUwNTM3IDIuMzQ1MTQgNy42NjQ2NkwwLjExMzU3MSAxMC4wMTIxQy0wLjAzNzg1NyAxMC4xNzEzIC0wLjAzNzg1NyAxMC40Mzk2IDAuMTEzNTcxIDEwLjU5ODlMNS4xMzQ2IDE1Ljg4MDVDNS4yODYwMyAxNi4wMzk4IDUuNTQxMDcgMTYuMDM5OCA1LjY5MjQ5IDE1Ljg4MDVMMTcuODg2NCAzLjA1MzcxQzE4LjAzNzkgMi44OTQ0MiAxOC4wMzc5IDIuNjI2MTUgMTcuODg2NCAyLjQ2Njg2WiIgZmlsbD0iI0VEN0IzOSIvPgo8L3N2Zz4K");
}

.sm-checkout__product-critical {
  margin-top: 20px;
  text-align: center;
}

.sm-checkout__product-legalities {
  margin-bottom: 0;
  font-size: 13px;
}

.sm-checkout__product-link {
  font-size: 13px;
}

.sm-checkout__product-price {
  margin-top: 30px;
}

.sm-checkout__product-price_label {
  font-weight: 600;
  margin-bottom: 0;
}

.sm-checkout__product-price_strikethrough {
  text-decoration: line-through;
}

.sm-checkout__product-note {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  color: #ED7B39;
}

.sm-checkout__product .product__add {
  text-align: center;
}

@media (max-width: 767.98px) {
  .sm-checkout__product .product__add {
    margin-bottom: 25px;
  }
}

.sm-checkout__product .product__add .product__link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  background-color: #FFB043;
  border: 2px solid #FFB043;
  line-height: 24px;
  border-radius: 100px;
  padding: 13px 32px 11px;
  transition: all 0.5s ease-in-out;
  text-decoration: none !important;
  display: inline-block;
}

.sm-checkout__product .product__add .product__link:hover {
  background-color: #fff;
}

.sm-checkout__product .product__add .product__link.remove-product {
  display: none;
}

.sm-checkout__payment-choose-method {
  font-weight: bold;
}

.sm-checkout__payment-radio input[type=radio]:checked,
.sm-checkout__payment-radio input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.sm-checkout__payment-radio input[type=radio]:checked + label,
.sm-checkout__payment-radio input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 15px;
}

.sm-checkout__payment-radio input[type=radio]:checked + label:before,
.sm-checkout__payment-radio input[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.sm-checkout__payment-radio input[type=radio]:checked + label:after,
.sm-checkout__payment-radio input[type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #ED7B39;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}

.sm-checkout__payment-radio input[type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.sm-checkout__payment-radio input[type=radio]:checked + label {
  font-weight: 600;
}

.sm-checkout__payment-radio input[type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.sm-checkout__payment-cc {
  margin-top: 20px;
}

.sm-checkout__payment-dd {
  margin-top: 20px;
  display: none;
}

.sm-checkout__payment-dd-text {
  margin-bottom: 5px;
  font-size: 14px;
}

.sm-checkout__form__field {
  margin-bottom: 20px;
}

.sm-checkout__form__field .sm-checkout__phone {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: relative;
  padding-left: 26px;
  margin-left: 25px;
  margin-top: 15px;
  cursor: pointer;
}

.sm-checkout__form__field .sm-checkout__phone.sm-checkout__remove::after {
  display: none;
}

.sm-checkout__form__field .sm-checkout__phone:hover::before,
.sm-checkout__form__field .sm-checkout__phone:hover::after {
  background-color: #FFB043;
}

.sm-checkout__form__field .sm-checkout__phone a {
  text-decoration: none;
}

.sm-checkout__form__field .sm-checkout__phone::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 16px;
  transform: translateY(-50%);
  background-color: #2B314B;
  transition: all 0.5s ease-in-out;
}

.sm-checkout__form__field .sm-checkout__phone::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6.5px;
  height: 16px;
  width: 3px;
  transform: translateY(-50%) rotate(0deg);
  background-color: #2B314B;
  transition: all 0.5s ease-in-out;
}

.sm-checkout__form__field.hidden-field {
  display: none;
}

.sm-checkout__form__field.error .selectize-input.invalid {
  border-color: #d54327;
}

.sm-checkout__form__field.error .selectize-input {
  border-color: #77c802;
}

.sm-checkout__form input[type=text],
.sm-checkout__form input[type=email],
.sm-checkout__form input[type=phone],
.sm-checkout__form select {
  border-radius: 100px;
  background: #fff;
  width: 100%;
  padding: 18px 29px 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  border: none;
  line-height: 24px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #fff;
}

@media (max-width: 575.98px) {
  .sm-checkout__form input[type=text],
  .sm-checkout__form input[type=email],
  .sm-checkout__form input[type=phone],
  .sm-checkout__form select {
    padding: 18px 20px 16px;
  }
}

.sm-checkout__form input[type=text]::-moz-placeholder, .sm-checkout__form input[type=email]::-moz-placeholder, .sm-checkout__form input[type=phone]::-moz-placeholder, .sm-checkout__form select::-moz-placeholder {
  color: #2B314B;
  opacity: 1;
  /* Firefox */
}

.sm-checkout__form input[type=text]::placeholder,
.sm-checkout__form input[type=email]::placeholder,
.sm-checkout__form input[type=phone]::placeholder,
.sm-checkout__form select::placeholder {
  color: #2B314B;
  opacity: 1;
  /* Firefox */
}

.sm-checkout__form input[type=text]::-ms-input-placeholder,
.sm-checkout__form input[type=email]::-ms-input-placeholder,
.sm-checkout__form input[type=phone]::-ms-input-placeholder,
.sm-checkout__form select::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: #2B314B;
}

.sm-checkout__form input[type=text].error,
.sm-checkout__form input[type=email].error,
.sm-checkout__form input[type=phone].error,
.sm-checkout__form select.error {
  border-color: #d54327;
}

.sm-checkout__form input[type=text].valid,
.sm-checkout__form input[type=email].valid,
.sm-checkout__form input[type=phone].valid,
.sm-checkout__form select.valid {
  border-color: #77c802;
}

.sm-checkout__form__tool-tip {
  display: none;
}

.sm-checkout__form__note {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}

.sm-checkout__form__note.note-below-field {
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

.sm-checkout__form-card {
  border: 1px solid #000;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 40px;
}

.sm-checkout__form__group {
  margin-bottom: 20px;
}

.sm-checkout__form__group.group-hidden {
  display: none;
}

.sm-checkout__form__group.group-mt-0 {
  margin-bottom: 0;
}

.sm-checkout__form__group.group-checkbox {
  display: block;
  margin-bottom: 15px;
}

.sm-checkout__form__group.group-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.sm-checkout__form__group.group-checkbox input:checked + label::before {
  background-color: #FFB043;
}

.sm-checkout__form__group.group-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2B314B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.sm-checkout__form__group.group-checkbox label {
  position: relative;
  cursor: pointer;
}

.sm-checkout__form__group.group-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #FFB043;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  margin-right: 5px;
}

.sm-checkout__form__address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.sm-checkout__form__address p {
  margin-bottom: 0;
  font-weight: bold;
}

.sm-checkout__form__address .sm-checkout__form__change {
  font-weight: bold;
  font-size: 14px;
  display: block;
}

.sm-checkout__form .address {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 20px;
}

@media (max-width: 575.98px) {
  .sm-checkout__form .address {
    font-size: 16px;
  }
}

.sm-checkout__form__gps-label {
  margin-bottom: 10px;
  margin-bottom: 0px;
  margin-left: 20px;
}

.sm-checkout__form__gps .row {
  --bs-gutter-x: 20px;
}

.sm-checkout__sidebar {
  width: 100%;
  max-width: 40%;
  position: relative;
  padding-left: 74px;
}

@media (max-width: 1199.98px) {
  .sm-checkout__sidebar {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .sm-checkout__sidebar {
    padding-left: 0;
    max-width: 100%;
  }
}

.sm-checkout__sidebar .free-month-pill {
  background-color: #2B314B;
  color: #ffffff;
  display: inline-block;
  padding: 4px 10px 0px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 5px;
}

.sm-checkout__sidebar .free-month-pill .star {
  color: #ED7B39;
}

.sm-checkout__sidebar-pd {
  padding: 40px 40px 30px;
}

@media (max-width: 575.98px) {
  .sm-checkout__sidebar-pd {
    padding: 30px 20px 20px;
  }
}

.sm-checkout__sidebar-inner {
  border-radius: 30px;
  border: 1px solid #000;
  overflow: hidden;
}

.sm-checkout__sidebar-title {
  padding-bottom: 10px;
  padding-top: 37px;
}

.sm-checkout__sidebar-title h5,
.sm-checkout__sidebar-title .h5 {
  margin-bottom: 0;
}

.sm-checkout__sidebar-detail {
  padding-top: 18px;
}

.sm-checkout__sidebar-detail.detail-border {
  border-bottom: 1px solid rgba(43, 49, 75, 0.4);
  padding-bottom: 12px;
}

.sm-checkout__sidebar-label {
  font-weight: 600;
  margin-bottom: 7px;
}

.sm-checkout__sidebar-value {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .sm-checkout__sidebar-value {
    font-size: 16px;
  }
}

.sm-checkout__sidebar-price {
  margin-top: 6px;
}

.sm-checkout__sidebar-price span {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  display: block;
}

.sm-checkout__sidebar-price_strikethrough {
  text-decoration: line-through;
  font-size: 16px !important;
}

.sm-checkout__sidebar-plan {
  padding-top: 0;
  border-bottom: 1px solid #000;
}

.sm-checkout__sidebar-hardware-price .title-total-hardware {
  font-size: 16px;
  font-weight: 600;
}

.sm-checkout__sidebar-hardware-price .price-hardware {
  font-size: 42px;
  font-weight: 600;
}

.sm-checkout__sidebar-extras {
  border-bottom: 1px solid #000;
  display: none;
}

.sm-checkout__sidebar-extras h5,
.sm-checkout__sidebar-extras .h5 {
  margin-bottom: 20px;
}

.sm-checkout__sidebar-extras .list-extras__item {
  display: flex;
  justify-content: space-between;
}

.sm-checkout__sidebar-extras .list-extras__item h6,
.sm-checkout__sidebar-extras .list-extras__item .h6 {
  margin: 0;
}

.sm-checkout__sidebar-extras .list-extras__item:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.sm-checkout__sidebar-extras .list-extras__item-detail {
  padding-right: 10px;
}

.sm-checkout__sidebar-extras .list-extras__item-detail .text--small {
  font-size: 12px;
  color: #2B314B;
  font-weight: normal;
}

.sm-checkout__sidebar-extras .list-extras__item-detail .text--price {
  color: #ED7B39;
  display: block;
  font-weight: bold;
}

.sm-checkout__sidebar-extras .list-extras__item .extra-remove {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.sm-checkout__sidebar-extras .list-extras__item .extra-remove::before,
.sm-checkout__sidebar-extras .list-extras__item .extra-remove::after {
  content: "";
  width: 14px;
  position: absolute;
  top: 50%;
  height: 1px;
  background: #b5b6b7;
  display: inline-block;
  transform: rotate(45deg);
}

.sm-checkout__sidebar-extras .list-extras__item .extra-remove::after {
  transform: rotate(-45deg);
}

.sm-checkout__sidebar-fees {
  padding-top: 36px;
}

@media (max-width: 575.98px) {
  .sm-checkout__sidebar-fees {
    padding-top: 20px;
  }
}

.sm-checkout__sidebar-fees h6,
.sm-checkout__sidebar-fees .h6 {
  margin-bottom: 15px;
}

.sm-checkout__sidebar-fees_list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sm-checkout__sidebar-fees_list li div {
  display: flex;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sm-checkout__sidebar-fees_list li.fee-hidden {
  display: none;
}

.sm-checkout__sidebar-fees_list li:not(:last-child) {
  margin-bottom: 12px;
}

.sm-checkout__sidebar-fees_list li span {
  margin-left: auto;
  font-weight: 600;
}

.sm-checkout__sidebar-fees_list li[data-fee=VOIP] {
  display: none;
}

.sm-checkout__sidebar-total {
  background: #A4CFCF;
}

.sm-checkout__sidebar-total h6,
.sm-checkout__sidebar-total .h6 {
  margin-bottom: 17px;
}

.sm-checkout__sidebar-total p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 3px;
}

.sm-checkout__sidebar-total_price {
  margin-bottom: 22px;
}

.sm-checkout__sidebar-total_price span {
  display: block;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 55px;
}

.sm-checkout__sidebar-total_price_strikethrough {
  text-decoration: line-through;
  font-size: 22px !important;
  line-height: 28px !important;
}

.sm-checkout__sidebar.hide .sm-checkout__sidebar-plan,
.sm-checkout__sidebar.hide .sm-checkout__sidebar-fees {
  display: none;
}

.sm-checkout__sidebar-hide {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-top: 25px;
  position: relative;
  padding-left: 26px;
  margin-left: 10px;
  cursor: pointer;
}

.sm-checkout__sidebar-hide.show::after {
  transform: translateY(-50%) rotate(0deg);
}

.sm-checkout__sidebar-hide::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 3px;
  width: 16px;
  transform: translateY(-50%);
  background-color: #2B314B;
}

.sm-checkout__sidebar-hide::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 6.5px;
  height: 16px;
  width: 3px;
  transform: translateY(-50%) rotate(90deg);
  background-color: #2B314B;
  transition: all 0.5s ease-in-out;
}

.sm-checkout__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
}

.sm-checkout__modal.show {
  opacity: 1;
  visibility: visible;
}

.sm-checkout__modal.show .sm-checkout__modal-wrapper {
  opacity: 1;
  transform: translateZ(0);
}

.sm-checkout__modal-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.sm-checkout__modal-wrapper {
  border-radius: 40px;
  background: #F9F0CE;
  padding: 115px 90px 100px;
  width: 100%;
  max-width: 840px;
  position: relative;
  transform: translate3d(0, 100px, 0);
  transition-duration: 1s;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 767.98px) {
  .sm-checkout__modal-wrapper {
    padding: 85px 20px 30px;
  }
}

@media (max-width: 767.98px) {
  .sm-checkout__modal-wrapper .wrap-link-modal {
    gap: 20px !important;
  }
}

.sm-checkout__modal-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  padding-right: 27px;
}

.sm-checkout__modal-close::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNiAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDg2MyI+CjxsaW5lIGlkPSJMaW5lIDEwOCIgeTE9Ii0xLjUiIHgyPSIyMC44OTQ5IiB5Mj0iLTEuNSIgdHJhbnNmb3JtPSJtYXRyaXgoMC42NjE3NjYgMC43NDk3MTEgLTAuNjYxNzY2IDAuNzQ5NzExIDAgMykiIHN0cm9rZT0iIzJCMzE0QiIgc3Ryb2tlLXdpZHRoPSIzIi8+CjxsaW5lIGlkPSJMaW5lIDEwOSIgeTE9Ii0xLjUiIHgyPSIyMC44OTQ5IiB5Mj0iLTEuNSIgdHJhbnNmb3JtPSJtYXRyaXgoMC42NjE3NjYgLTAuNzQ5NzExIDAuNjYxNzY2IDAuNzQ5NzExIDIuMTcyMzYgMTkpIiBzdHJva2U9IiMyQjMxNEIiIHN0cm9rZS13aWR0aD0iMyIvPgo8L2c+Cjwvc3ZnPgo=);
}

.modal-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  text-decoration: none !important;
}

.modal-link:hover::after {
  background-color: #FFB043;
}

.modal-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  transition: all 0.5s ease-in-out;
  background-color: #2B314B;
}

