@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCRegular.eot");
  src: url("../fonts/MMCRegular.eot") format("embedded-opentype"), url("../fonts/MMCRegular.woff2") format("woff2"), url("../fonts/MMCRegular.woff") format("woff"), url("../fonts/MMCRegular.ttf") format("truetype"), url("../fonts/MMCRegular.svg#MMCRegular") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCMedium.eot");
  src: url("../fonts/MMCMedium.eot") format("embedded-opentype"), url("../fonts/MMCMedium.woff2") format("woff2"), url("../fonts/MMCMedium.woff") format("woff"), url("../fonts/MMCMedium.ttf") format("truetype"), url("../fonts/MMCMedium.svg#MMCMedium") format("svg");
  font-weight: 500;
}
@font-face {
  font-family: "MMC";
  src: url("../fonts/MMCBold.eot");
  src: url("../fonts/MMCBold.eot") format("embedded-opentype"), url("../fonts/MMCBold.woff2") format("woff2"), url("../fonts/MMCBold.woff") format("woff"), url("../fonts/MMCBold.ttf") format("truetype"), url("../fonts/MMCBold.svg#MMCBold") format("svg");
  font-weight: 700;
}
:root {
  --transparent: transparent;
  --black: #000;
  --white: #fff;
  --gray-100: #f3f3f3;
  --gray-200: #dedede;
  --gray-300: #9b9b9b;
  --gray-400: #686D71;
  --gray-500: #222222;
  --red-100: #E82728;
  --red-200: #C32519;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1260px;
  --font-size-2xs: 0.625rem;
  --font-size-xs: 0.75rem;
  --font-size-sm: 0.875rem;
  --font-size-base: 0.875rem;
  --font-size-md: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-xl: 1.5rem;
  --font-size-2xl: 1.75rem;
  --font-size-3xl: 2rem;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  color: #686D71;
  font-family: "MMC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 0.875rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.375;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
  color: #222222;
  font-weight: 700;
  line-height: 1.15;
}

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

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

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

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

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

dt {
  font-weight: bold;
}

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

blockquote {
  margin: 0 0 0;
}

b,
strong,
.strong,
.faq-navs .nav-link,
.breadcrumb li:last-of-type {
  font-weight: 700;
}

small,
.small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #E82728;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
a:hover {
  color: #C32519;
}
a:focus {
  outline: rgba(232, 39, 40, 0.25) auto 1px;
}

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

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0.125rem;
}

button:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(232, 39, 40, 0.5);
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.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;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid;
  border-left: 0.4em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0;
  border-bottom: 0.4em solid transparent;
  border-left: 0.4em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.34em;
  vertical-align: 0.34em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.34em;
  vertical-align: 0.34em;
  content: "";
  border-top: 0.4em solid transparent;
  border-right: 0.4em solid;
  border-bottom: 0.4em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

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

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

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

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

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

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

.nav-tabs {
  border-bottom: 2px solid #9b9b9b;
}
.nav-tabs .nav-link {
  color: #9b9b9b;
  margin-bottom: -2px;
  background: none;
  border: 0;
  border-bottom: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent transparent #E82728;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #686D71;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #E82728;
  background-color: transparent;
  border-color: transparent transparent #E82728;
}
.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.accordion-body {
  padding: 0 2rem 1rem 0;
}

.accordion-collapse {
  border-bottom: 1px solid #dedede;
  transition: all 0.2s ease-in-out;
}
.accordion-collapse.show {
  margin-bottom: -1px;
  border-bottom: 1px solid #E82728;
}

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #8b1718;
  background-color: #fad4d4;
  border-color: #f8bebf;
}
.alert-primary .alert-link {
  color: #6f1213;
}

.alert-secondary {
  color: #3e4144;
  background-color: #e1e2e3;
  border-color: #d2d3d4;
}
.alert-secondary .alert-link {
  color: #323436;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

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

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

.alert-light {
  color: #616161;
  background-color: #fdfdfd;
  border-color: #fbfbfb;
}
.alert-light .alert-link {
  color: #4e4e4e;
}

.alert-dark {
  color: #141414;
  background-color: lightgray;
  border-color: #bdbdbd;
}
.alert-dark .alert-link {
  color: #101010;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
/*! purgecss start ignore */
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?2ywa9y");
  src: url("../fonts/icomoon.eot?2ywa9y#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?2ywa9y") format("truetype"), url("../fonts/icomoon.woff?2ywa9y") format("woff"), url("../fonts/icomoon.svg?2ywa9y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-doc:before {
  content: "\e906";
}

.i-facebook:before {
  content: "\e907";
}

.i-twitter:before {
  content: "\e908";
}

.i-youtube:before {
  content: "\e909";
}

.i-envelope:before {
  content: "\e90a";
}

.i-vehicle:before {
  content: "\e90b";
}

.i-doc-vehicle:before {
  content: "\e90c";
}

.i-home:before {
  content: "\e90d";
}

.i-chevron-right:before {
  content: "\e90e";
}

.i-user:before {
  content: "\e90f";
}

.i-instagram:before {
  content: "\e910";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 16px 12px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #E82728;
}

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

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

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--mm .select2-selection--single {
  background-color: #fff;
  border: 2px solid #f3f3f3;
  border-radius: 0.125rem;
  height: auto;
}
.select2-container--mm .select2-selection--single:focus {
  outline: none;
  border-color: #E82728;
}
.select2-container--mm .select2-selection--single .select2-selection__rendered {
  color: #222222;
  line-height: 1.15;
  padding: 0.625rem 1.5rem 0.625rem 0.5rem;
}
.select2-container--mm .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  display: none;
}
.select2-container--mm .select2-selection--single .select2-selection__placeholder {
  color: #9b9b9b;
}
.select2-container--mm .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 24px;
  height: 37px;
}
.select2-container--mm .select2-selection--single .select2-selection__arrow b {
  border-color: #686D71 transparent transparent transparent;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  height: 0;
  left: 50%;
  margin-left: -6px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--mm[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--mm[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--mm.select2-container--disabled .select2-selection--single {
  background-color: #dedede;
  cursor: default;
}
.select2-container--mm.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--mm.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #686D71 transparent;
  border-width: 0 6px 6px 6px;
}
.select2-container--mm .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--mm .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--mm .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--mm .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--mm .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--mm .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--mm .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--mm[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--mm[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--mm[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--mm[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--mm.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--mm.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--mm.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--mm.select2-container--open.select2-container--above .select2-selection--single, .select2-container--mm.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #9b9b9b;
}
.select2-container--mm.select2-container--open.select2-container--below .select2-selection--single, .select2-container--mm.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-color: #9b9b9b;
}
.select2-container--mm .select2-dropdown {
  border-color: #9b9b9b;
  border-width: 2px;
}
.select2-container--mm .select2-search--dropdown {
  padding: 0;
}
.select2-container--mm .select2-search--dropdown .select2-search__field {
  border: 2px solid #E82728;
  padding: 0.5rem 0.5rem;
  margin: -2px -2px 0;
  width: calc(100% + 4px);
}
.select2-container--mm .select2-search--dropdown .select2-search__field:focus {
  outline: none;
}
.select2-container--mm .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--mm .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--mm .select2-results__option {
  color: #222222;
}
.select2-container--mm .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--mm .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--mm .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--mm .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--mm .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--mm .select2-results__option--highlighted[aria-selected] {
  background-color: #f3f3f3;
}
.select2-container--mm .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/*!
 * Datepicker for Bootstrap v1.10.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (https://www.apache.org/licenses/LICENSE-2.0)
 */
.datepicker {
  border-radius: 4px;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.datepicker table tr td, .datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.new, .datepicker table tr td.old {
  color: #777;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eee;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}

.datepicker table tr td.highlighted.focus, .datepicker table tr td.highlighted:focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active, .datepicker table tr td.highlighted:active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}

.datepicker table tr td.highlighted.active.focus, .datepicker table tr td.highlighted.active:focus, .datepicker table tr td.highlighted.active:hover, .datepicker table tr td.highlighted:active.focus, .datepicker table tr td.highlighted:active:focus, .datepicker table tr td.highlighted:active:hover {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}

.datepicker table tr td.highlighted.disabled.focus, .datepicker table tr td.highlighted.disabled:focus, .datepicker table tr td.highlighted.disabled:hover, .datepicker table tr td.highlighted[disabled].focus, .datepicker table tr td.highlighted[disabled]:focus, .datepicker table tr td.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.highlighted.focus, fieldset[disabled] .datepicker table tr td.highlighted:focus, fieldset[disabled] .datepicker table tr td.highlighted:hover {
  background-color: #d9edf7;
  border-color: #85c5e5;
}

.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777;
}

.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focus, .datepicker table tr td.today:focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}

.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active, .datepicker table tr td.today:active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}

.datepicker table tr td.today.active.focus, .datepicker table tr td.today.active:focus, .datepicker table tr td.today.active:hover, .datepicker table tr td.today:active.focus, .datepicker table tr td.today:active:focus, .datepicker table tr td.today:active:hover {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}

.datepicker table tr td.today.disabled.focus, .datepicker table tr td.today.disabled:focus, .datepicker table tr td.today.disabled:hover, .datepicker table tr td.today[disabled].focus, .datepicker table tr td.today[disabled]:focus, .datepicker table tr td.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.today.focus, fieldset[disabled] .datepicker table tr td.today:focus, fieldset[disabled] .datepicker table tr td.today:hover {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today.focused {
  background: #ffc966;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777;
}

.datepicker table tr td.range {
  color: #000;
  background-color: #eee;
  border-color: #bbb;
  border-radius: 0;
}

.datepicker table tr td.range.focus, .datepicker table tr td.range:focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}

.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active, .datepicker table tr td.range:active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}

.datepicker table tr td.range.active.focus, .datepicker table tr td.range.active:focus, .datepicker table tr td.range.active:hover, .datepicker table tr td.range:active.focus, .datepicker table tr td.range:active:focus, .datepicker table tr td.range:active:hover {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}

.datepicker table tr td.range.disabled.focus, .datepicker table tr td.range.disabled:focus, .datepicker table tr td.range.disabled:hover, .datepicker table tr td.range[disabled].focus, .datepicker table tr td.range[disabled]:focus, .datepicker table tr td.range[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.focus, fieldset[disabled] .datepicker table tr td.range:focus, fieldset[disabled] .datepicker table tr td.range:hover {
  background-color: #eee;
  border-color: #bbb;
}

.datepicker table tr td.range.focused {
  background: #d5d5d5;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active {
  background: #eee;
  color: #777;
}

.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focus, .datepicker table tr td.range.highlighted:focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active, .datepicker table tr td.range.highlighted:active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}

.datepicker table tr td.range.highlighted.active.focus, .datepicker table tr td.range.highlighted.active:focus, .datepicker table tr td.range.highlighted.active:hover, .datepicker table tr td.range.highlighted:active.focus, .datepicker table tr td.range.highlighted:active:focus, .datepicker table tr td.range.highlighted:active:hover {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}

.datepicker table tr td.range.highlighted.disabled.focus, .datepicker table tr td.range.highlighted.disabled:focus, .datepicker table tr td.range.highlighted.disabled:hover, .datepicker table tr td.range.highlighted[disabled].focus, .datepicker table tr td.range.highlighted[disabled]:focus, .datepicker table tr td.range.highlighted[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.highlighted.focus, fieldset[disabled] .datepicker table tr td.range.highlighted:focus, fieldset[disabled] .datepicker table tr td.range.highlighted:hover {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}

.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777;
}

.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.focus, .datepicker table tr td.range.today:focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}

.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active, .datepicker table tr td.range.today:active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}

.datepicker table tr td.range.today.active.focus, .datepicker table tr td.range.today.active:focus, .datepicker table tr td.range.today.active:hover, .datepicker table tr td.range.today:active.focus, .datepicker table tr td.range.today:active:focus, .datepicker table tr td.range.today:active:hover {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}

.datepicker table tr td.range.today.disabled.focus, .datepicker table tr td.range.today.disabled:focus, .datepicker table tr td.range.today.disabled:hover, .datepicker table tr td.range.today[disabled].focus, .datepicker table tr td.range.today[disabled]:focus, .datepicker table tr td.range.today[disabled]:hover, fieldset[disabled] .datepicker table tr td.range.today.focus, fieldset[disabled] .datepicker table tr td.range.today:focus, fieldset[disabled] .datepicker table tr td.range.today:hover {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777;
  border-color: #555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected.focus, .datepicker table tr td.selected.highlighted.focus, .datepicker table tr td.selected.highlighted:focus, .datepicker table tr td.selected:focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}

.datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.selected:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active, .datepicker table tr td.selected.highlighted.active, .datepicker table tr td.selected.highlighted:active, .datepicker table tr td.selected:active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}

.datepicker table tr td.selected.active.focus, .datepicker table tr td.selected.active:focus, .datepicker table tr td.selected.active:hover, .datepicker table tr td.selected.highlighted.active.focus, .datepicker table tr td.selected.highlighted.active:focus, .datepicker table tr td.selected.highlighted.active:hover, .datepicker table tr td.selected.highlighted:active.focus, .datepicker table tr td.selected.highlighted:active:focus, .datepicker table tr td.selected.highlighted:active:hover, .datepicker table tr td.selected:active.focus, .datepicker table tr td.selected:active:focus, .datepicker table tr td.selected:active:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}

.datepicker table tr td.selected.disabled.focus, .datepicker table tr td.selected.disabled:focus, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected.highlighted.disabled.focus, .datepicker table tr td.selected.highlighted.disabled:focus, .datepicker table tr td.selected.highlighted.disabled:hover, .datepicker table tr td.selected.highlighted[disabled].focus, .datepicker table tr td.selected.highlighted[disabled]:focus, .datepicker table tr td.selected.highlighted[disabled]:hover, .datepicker table tr td.selected[disabled].focus, .datepicker table tr td.selected[disabled]:focus, .datepicker table tr td.selected[disabled]:hover, fieldset[disabled] .datepicker table tr td.selected.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted.focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:focus, fieldset[disabled] .datepicker table tr td.selected.highlighted:hover, fieldset[disabled] .datepicker table tr td.selected:focus, fieldset[disabled] .datepicker table tr td.selected:hover {
  background-color: #777;
  border-color: #555;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active.focus, .datepicker table tr td.active.highlighted.focus, .datepicker table tr td.active.highlighted:focus, .datepicker table tr td.active:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td.active.highlighted:hover, .datepicker table tr td.active:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td.active.active.focus, .datepicker table tr td.active.active:focus, .datepicker table tr td.active.active:hover, .datepicker table tr td.active.highlighted.active.focus, .datepicker table tr td.active.highlighted.active:focus, .datepicker table tr td.active.highlighted.active:hover, .datepicker table tr td.active.highlighted:active.focus, .datepicker table tr td.active.highlighted:active:focus, .datepicker table tr td.active.highlighted:active:hover, .datepicker table tr td.active:active.focus, .datepicker table tr td.active:active:focus, .datepicker table tr td.active:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td.active.disabled.focus, .datepicker table tr td.active.disabled:focus, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.highlighted.disabled.focus, .datepicker table tr td.active.highlighted.disabled:focus, .datepicker table tr td.active.highlighted.disabled:hover, .datepicker table tr td.active.highlighted[disabled].focus, .datepicker table tr td.active.highlighted[disabled]:focus, .datepicker table tr td.active.highlighted[disabled]:hover, .datepicker table tr td.active[disabled].focus, .datepicker table tr td.active[disabled]:focus, .datepicker table tr td.active[disabled]:hover, fieldset[disabled] .datepicker table tr td.active.focus, fieldset[disabled] .datepicker table tr td.active.highlighted.focus, fieldset[disabled] .datepicker table tr td.active.highlighted:focus, fieldset[disabled] .datepicker table tr td.active.highlighted:hover, fieldset[disabled] .datepicker table tr td.active:focus, fieldset[disabled] .datepicker table tr td.active:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
  background: #eee;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover.focus, .datepicker table tr td span.active.disabled:hover:focus, .datepicker table tr td span.active.focus, .datepicker table tr td span.active:focus, .datepicker table tr td span.active:hover.focus, .datepicker table tr td span.active:hover:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.datepicker table tr td span.active.active.focus, .datepicker table tr td span.active.active:focus, .datepicker table tr td span.active.active:hover, .datepicker table tr td span.active.disabled.active.focus, .datepicker table tr td span.active.disabled.active:focus, .datepicker table tr td span.active.disabled.active:hover, .datepicker table tr td span.active.disabled:active.focus, .datepicker table tr td span.active.disabled:active:focus, .datepicker table tr td span.active.disabled:active:hover, .datepicker table tr td span.active.disabled:hover.active.focus, .datepicker table tr td span.active.disabled:hover.active:focus, .datepicker table tr td span.active.disabled:hover.active:hover, .datepicker table tr td span.active.disabled:hover:active.focus, .datepicker table tr td span.active.disabled:hover:active:focus, .datepicker table tr td span.active.disabled:hover:active:hover, .datepicker table tr td span.active:active.focus, .datepicker table tr td span.active:active:focus, .datepicker table tr td span.active:active:hover, .datepicker table tr td span.active:hover.active.focus, .datepicker table tr td span.active:hover.active:focus, .datepicker table tr td span.active:hover.active:hover, .datepicker table tr td span.active:hover:active.focus, .datepicker table tr td span.active:hover:active:focus, .datepicker table tr td span.active:hover:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.datepicker table tr td span.active.disabled.disabled.focus, .datepicker table tr td span.active.disabled.disabled:focus, .datepicker table tr td span.active.disabled.disabled:hover, .datepicker table tr td span.active.disabled.focus, .datepicker table tr td span.active.disabled:focus, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.disabled.focus, .datepicker table tr td span.active.disabled:hover.disabled:focus, .datepicker table tr td span.active.disabled:hover.disabled:hover, .datepicker table tr td span.active.disabled:hover[disabled].focus, .datepicker table tr td span.active.disabled:hover[disabled]:focus, .datepicker table tr td span.active.disabled:hover[disabled]:hover, .datepicker table tr td span.active.disabled[disabled].focus, .datepicker table tr td span.active.disabled[disabled]:focus, .datepicker table tr td span.active.disabled[disabled]:hover, .datepicker table tr td span.active:hover.disabled.focus, .datepicker table tr td span.active:hover.disabled:focus, .datepicker table tr td span.active:hover.disabled:hover, .datepicker table tr td span.active:hover[disabled].focus, .datepicker table tr td span.active:hover[disabled]:focus, .datepicker table tr td span.active:hover[disabled]:hover, .datepicker table tr td span.active[disabled].focus, .datepicker table tr td span.active[disabled]:focus, .datepicker table tr td span.active[disabled]:hover, fieldset[disabled] .datepicker table tr td span.active.disabled.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover, fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus, fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover, fieldset[disabled] .datepicker table tr td span.active.focus, fieldset[disabled] .datepicker table tr td span.active:focus, fieldset[disabled] .datepicker table tr td span.active:hover, fieldset[disabled] .datepicker table tr td span.active:hover.focus, fieldset[disabled] .datepicker table tr td span.active:hover:focus, fieldset[disabled] .datepicker table tr td span.active:hover:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.datepicker table tr td span.new, .datepicker table tr td span.old {
  color: #777;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: #eee;
}

.datepicker .next.disabled, .datepicker .prev.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

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

.input-daterange {
  width: 100%;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in .mfp-content {
  transform: scale(0.8);
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-content {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-bg.mfp-removing {
  opacity: 0;
}

/*! purgecss end ignore */
.text-transparent {
  color: transparent !important;
}

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

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

.text-gray-100 {
  color: #f3f3f3 !important;
}

.text-gray-200 {
  color: #dedede !important;
}

.text-gray-300 {
  color: #9b9b9b !important;
}

.text-gray-400 {
  color: #686D71 !important;
}

.text-gray-500, .landing-summary dt {
  color: #222222 !important;
}

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

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

.text-2xs {
  font-size: 0.625rem !important;
}

.text-xs, .modal-notif .modal-body {
  font-size: 0.75rem !important;
}

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

.text-base {
  font-size: 0.875rem !important;
}

.text-md, .faq-navs .nav-link, .breadcrumb li:not(:first-of-type) {
  font-size: 1rem !important;
}

.text-lg, .faq-s-title, #modalKebijakan .modal-title, .modal-notif .modal-title {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.text-2xl {
  font-size: 1.75rem !important;
}

.text-3xl {
  font-size: 2rem !important;
}

@media (min-width: 576px) {
  .sm-text-2xs {
    font-size: 0.625rem !important;
  }
  .sm-text-xs {
    font-size: 0.75rem !important;
  }
  .sm-text-sm {
    font-size: 0.875rem !important;
  }
  .sm-text-base {
    font-size: 0.875rem !important;
  }
  .sm-text-md {
    font-size: 1rem !important;
  }
  .sm-text-lg {
    font-size: 1.25rem !important;
  }
  .sm-text-xl {
    font-size: 1.5rem !important;
  }
  .sm-text-2xl {
    font-size: 1.75rem !important;
  }
  .sm-text-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 768px) {
  .md-text-2xs {
    font-size: 0.625rem !important;
  }
  .md-text-xs {
    font-size: 0.75rem !important;
  }
  .md-text-sm {
    font-size: 0.875rem !important;
  }
  .md-text-base {
    font-size: 0.875rem !important;
  }
  .md-text-md {
    font-size: 1rem !important;
  }
  .md-text-lg {
    font-size: 1.25rem !important;
  }
  .md-text-xl {
    font-size: 1.5rem !important;
  }
  .md-text-2xl {
    font-size: 1.75rem !important;
  }
  .md-text-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 992px) {
  .lg-text-2xs {
    font-size: 0.625rem !important;
  }
  .lg-text-xs {
    font-size: 0.75rem !important;
  }
  .lg-text-sm {
    font-size: 0.875rem !important;
  }
  .lg-text-base {
    font-size: 0.875rem !important;
  }
  .lg-text-md, .faq-accordion .accordion-body, .landing-summary, .modal-notif .modal-body {
    font-size: 1rem !important;
  }
  .lg-text-lg {
    font-size: 1.25rem !important;
  }
  .lg-text-xl {
    font-size: 1.5rem !important;
  }
  .lg-text-2xl, #modalKebijakan .modal-title, .modal-notif .modal-title {
    font-size: 1.75rem !important;
  }
  .lg-text-3xl {
    font-size: 2rem !important;
  }
}
@media (min-width: 1260px) {
  .xl-text-2xs {
    font-size: 0.625rem !important;
  }
  .xl-text-xs {
    font-size: 0.75rem !important;
  }
  .xl-text-sm {
    font-size: 0.875rem !important;
  }
  .xl-text-base {
    font-size: 0.875rem !important;
  }
  .xl-text-md {
    font-size: 1rem !important;
  }
  .xl-text-lg {
    font-size: 1.25rem !important;
  }
  .xl-text-xl {
    font-size: 1.5rem !important;
  }
  .xl-text-2xl {
    font-size: 1.75rem !important;
  }
  .xl-text-3xl {
    font-size: 2rem !important;
  }
}
.text-reg, .landing-summary dt {
  font-weight: 400 !important;
}

.text-med {
  font-weight: 500 !important;
}

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

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

.line-height-sm {
  line-height: 1.15 !important;
}

.line-height-md {
  line-height: 1.375 !important;
}

.line-height-base {
  line-height: 1.375 !important;
}

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

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

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

@media (min-width: 576px) {
  .sm-text-left {
    text-align: left !important;
  }
  .sm-text-center {
    text-align: center !important;
  }
  .sm-text-right {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .md-text-left {
    text-align: left !important;
  }
  .md-text-center {
    text-align: center !important;
  }
  .md-text-right {
    text-align: right !important;
  }
}
@media (min-width: 992px) {
  .lg-text-left {
    text-align: left !important;
  }
  .lg-text-center {
    text-align: center !important;
  }
  .lg-text-right {
    text-align: right !important;
  }
}
@media (min-width: 1260px) {
  .xl-text-left {
    text-align: left !important;
  }
  .xl-text-center {
    text-align: center !important;
  }
  .xl-text-right {
    text-align: right !important;
  }
}
.text-uppercase, #modalKebijakan .modal-title {
  text-transform: uppercase;
}

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

.list-unstyled, .nav ul, .breadcrumb ul {
  list-style-type: none;
}

.helper-hr {
  display: flex;
  align-items: center;
  justify-content: center;
}
.helper-hr::before, .helper-hr::after {
  content: "";
  flex: 1 0 auto;
  display: block;
  height: 1px;
  background-color: #9b9b9b;
}
.helper-hr::before {
  margin-right: 0.75rem;
}
.helper-hr::after {
  margin-left: 0.75rem;
}
.helper-hr-short::before, .helper-hr-short::after {
  max-width: 3rem;
}

.separator {
  display: inline-block;
  vertical-align: middle;
  height: 1.25em;
  width: 1px;
  background-color: #C32519;
}

ul.timeline li {
  position: relative;
  padding-left: 1.75rem;
  list-style: none;
}
ul.timeline li:not(:last-of-type) {
  padding-bottom: 1.5rem;
}
ul.timeline li::before, ul.timeline li::after {
  content: "";
  top: 0.35em;
}
ul.timeline li::before {
  position: absolute;
  width: 2px;
  height: 100%;
  left: 5px;
  background-color: #dedede;
}
ul.timeline li::after {
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  border-radius: 50%;
  background-color: #686D71;
}

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

.i {
  display: inline-flex;
  justify-content: center;
}
.i-fw {
  width: 1em;
}
.i-svg {
  height: 1em;
  vertical-align: middle;
}
.i-svg::before {
  width: 100%;
  content: "";
}
.i-facebook-color::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fff%7D.b%7Bfill:%234267b2%7D%3C/style%3E%3C/defs%3E%3Cpath d='M24.565 0H1.434A1.435 1.435 0 000 1.435v23.131A1.435 1.435 0 001.435 26h23.13A1.435 1.435 0 0026 24.566V1.434A1.435 1.435 0 0024.565 0zm0 0' class='a'/%3E%3Cpath d='M17.912 26V15.771h3.553l.532-4h-4.085V9.22c0-1.157.331-1.945 2.04-1.945h2.16V3.702a29.992 29.992 0 00-3.174-.157c-3.141 0-5.29 1.86-5.29 5.277v2.946h-3.536v4h3.54V26zm0 0' class='b'/%3E%3C/svg%3E");
}
.i-google-color::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%23fbbb00%7D.b%7Bfill:%23518ef8%7D.c%7Bfill:%2328b446%7D.d%7Bfill:%23f14336%7D%3C/style%3E%3C/defs%3E%3Cpath d='M5.727 15.696l-.9 3.358-3.288.07a12.943 12.943 0 01-.1-12.065l2.927.537 1.282 2.909a7.711 7.711 0 00.072 5.191z' class='a'/%3E%3Cpath d='M25.774 10.666a13.018 13.018 0 01-.057 5.111 13.671 13.671 0 01-5.051 7.363l-.394.253-2.791-.428-1.055-3.143a9.045 9.045 0 003.846-4.047h-6.909v-5.111h12.41z' class='b'/%3E%3Cpath d='M21.008 23.154a12.924 12.924 0 01-19.469-3.953l4.187-3.427a7.684 7.684 0 0011.073 3.934z' class='c'/%3E%3Cpath d='M21.167 2.974L16.982 6.4a7.683 7.683 0 00-11.327 4.023L1.446 6.978a12.923 12.923 0 0119.722-4z' class='d'/%3E%3C/svg%3E");
}

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

.img-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: all 0.3s ease-in-out;
}

.img-height {
  display: inline-block;
  width: auto;
}

.ratio, .main-hero .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.ratio::before, .main-hero .swiper-slide::before {
  width: 100%;
  display: block;
  content: "";
}
.ratio-item, .main-hero a,
.ratio iframe,
.main-hero .swiper-slide iframe,
.ratio img,
.main-hero .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

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

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

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

.ratio-21by9::before {
  padding-top: 42.8571428571%;
}

.border-l {
  border-left: 1px;
  border-left-style: solid;
}

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

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

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

.border-gray-100 {
  border-color: #f3f3f3 !important;
}

.border-gray-200 {
  border-color: #dedede !important;
}

.border-gray-300 {
  border-color: #9b9b9b !important;
}

.border-gray-400 {
  border-color: #686D71 !important;
}

.border-gray-500 {
  border-color: #222222 !important;
}

.border-red-100 {
  border-color: #E82728 !important;
}

.border-red-200 {
  border-color: #C32519 !important;
}

.box-shadow-base {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.2) !important;
}

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

.w-1 {
  width: 1rem !important;
}

.w-3 {
  width: 3rem !important;
}

.w-65 {
  width: 6.5rem !important;
}

.w-5 {
  width: 5rem !important;
}

.w-10 {
  width: 10rem !important;
}

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

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

@media (min-width: 576px) {
  .sm-w-1 {
    width: 1rem !important;
  }
  .sm-w-3 {
    width: 3rem !important;
  }
  .sm-w-65 {
    width: 6.5rem !important;
  }
  .sm-w-5 {
    width: 5rem !important;
  }
  .sm-w-10 {
    width: 10rem !important;
  }
  .sm-w-full {
    width: 100% !important;
  }
  .sm-w-auto {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .md-w-1 {
    width: 1rem !important;
  }
  .md-w-3 {
    width: 3rem !important;
  }
  .md-w-65 {
    width: 6.5rem !important;
  }
  .md-w-5 {
    width: 5rem !important;
  }
  .md-w-10 {
    width: 10rem !important;
  }
  .md-w-full {
    width: 100% !important;
  }
  .md-w-auto {
    width: auto !important;
  }
}
@media (min-width: 992px) {
  .lg-w-1 {
    width: 1rem !important;
  }
  .lg-w-3 {
    width: 3rem !important;
  }
  .lg-w-65 {
    width: 6.5rem !important;
  }
  .lg-w-5 {
    width: 5rem !important;
  }
  .lg-w-10 {
    width: 10rem !important;
  }
  .lg-w-full {
    width: 100% !important;
  }
  .lg-w-auto {
    width: auto !important;
  }
}
@media (min-width: 1260px) {
  .xl-w-1 {
    width: 1rem !important;
  }
  .xl-w-3 {
    width: 3rem !important;
  }
  .xl-w-65 {
    width: 6.5rem !important;
  }
  .xl-w-5 {
    width: 5rem !important;
  }
  .xl-w-10 {
    width: 10rem !important;
  }
  .xl-w-full {
    width: 100% !important;
  }
  .xl-w-auto {
    width: auto !important;
  }
}
.h-1 {
  height: 1rem !important;
}

.h-3 {
  height: 3rem !important;
}

.h-65 {
  height: 6.5rem !important;
}

.h-5 {
  height: 5rem !important;
}

.h-10 {
  height: 10rem !important;
}

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

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

@media (min-width: 576px) {
  .sm-h-1 {
    height: 1rem !important;
  }
  .sm-h-3 {
    height: 3rem !important;
  }
  .sm-h-65 {
    height: 6.5rem !important;
  }
  .sm-h-5 {
    height: 5rem !important;
  }
  .sm-h-10 {
    height: 10rem !important;
  }
  .sm-h-full {
    height: 100% !important;
  }
  .sm-h-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .md-h-1 {
    height: 1rem !important;
  }
  .md-h-3 {
    height: 3rem !important;
  }
  .md-h-65 {
    height: 6.5rem !important;
  }
  .md-h-5 {
    height: 5rem !important;
  }
  .md-h-10 {
    height: 10rem !important;
  }
  .md-h-full {
    height: 100% !important;
  }
  .md-h-auto {
    height: auto !important;
  }
}
@media (min-width: 992px) {
  .lg-h-1 {
    height: 1rem !important;
  }
  .lg-h-3 {
    height: 3rem !important;
  }
  .lg-h-65 {
    height: 6.5rem !important;
  }
  .lg-h-5 {
    height: 5rem !important;
  }
  .lg-h-10 {
    height: 10rem !important;
  }
  .lg-h-full {
    height: 100% !important;
  }
  .lg-h-auto {
    height: auto !important;
  }
}
@media (min-width: 1260px) {
  .xl-h-1 {
    height: 1rem !important;
  }
  .xl-h-3 {
    height: 3rem !important;
  }
  .xl-h-65 {
    height: 6.5rem !important;
  }
  .xl-h-5 {
    height: 5rem !important;
  }
  .xl-h-10 {
    height: 10rem !important;
  }
  .xl-h-full {
    height: 100% !important;
  }
  .xl-h-auto {
    height: auto !important;
  }
}
.min-width-0 {
  min-width: 0 !important;
}

.m-px {
  margin: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-050, .landing-summary a,
.my-050 {
  margin-top: 0.5rem !important;
}

.mr-050, .landing-summary a,
.mx-050 {
  margin-right: 0.5rem !important;
}

.mb-050, .faq-s-title, ul.timeline li:not(:last-of-type) span,
.my-050 {
  margin-bottom: 0.5rem !important;
}

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

.m-075 {
  margin: 0.75rem !important;
}

.mt-075,
.my-075 {
  margin-top: 0.75rem !important;
}

.mr-075,
.mx-075 {
  margin-right: 0.75rem !important;
}

.mb-075,
.my-075 {
  margin-bottom: 0.75rem !important;
}

.ml-075,
.mx-075 {
  margin-left: 0.75rem !important;
}

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

.mt-100, .faq-accordion + .faq-accordion, .faq-s-title,
.my-100 {
  margin-top: 1rem !important;
}

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

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

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

.m-125 {
  margin: 1.25rem !important;
}

.mt-125, .modal-notif-icon,
.my-125 {
  margin-top: 1.25rem !important;
}

.mr-125,
.mx-125 {
  margin-right: 1.25rem !important;
}

.mb-125,
.my-125 {
  margin-bottom: 1.25rem !important;
}

.ml-125,
.mx-125 {
  margin-left: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.m-section {
  margin: 3.125rem !important;
}

.mt-section,
.my-section {
  margin-top: 3.125rem !important;
}

.mr-section,
.mx-section {
  margin-right: 3.125rem !important;
}

.mb-section,
.my-section {
  margin-bottom: 3.125rem !important;
}

.ml-section,
.mx-section {
  margin-left: 3.125rem !important;
}

.p-px {
  padding: 1px !important;
}

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

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

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

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

.p-0, ul.timeline li:not(:last-of-type) span {
  padding: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-050, .breadcrumb li + li:not(:last-of-type):after,
.px-050 {
  padding-left: 0.5rem !important;
}

.p-075 {
  padding: 0.75rem !important;
}

.pt-075,
.py-075,
.breadcrumb a {
  padding-top: 0.75rem !important;
}

.pr-075, .breadcrumb li + li:not(:last-of-type):after,
.px-075 {
  padding-right: 0.75rem !important;
}

.pb-075, .landing-summary dd:not(:last-of-type),
.py-075,
.breadcrumb a {
  padding-bottom: 0.75rem !important;
}

.pl-075,
.px-075 {
  padding-left: 0.75rem !important;
}

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

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

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

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

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

.p-125 {
  padding: 1.25rem !important;
}

.pt-125,
.py-125 {
  padding-top: 1.25rem !important;
}

.pr-125,
.px-125 {
  padding-right: 1.25rem !important;
}

.pb-125,
.py-125 {
  padding-bottom: 1.25rem !important;
}

.pl-125,
.px-125 {
  padding-left: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

.p-section {
  padding: 3.125rem !important;
}

.pt-section,
.py-section {
  padding-top: 3.125rem !important;
}

.pr-section,
.px-section {
  padding-right: 3.125rem !important;
}

.pb-section,
.py-section {
  padding-bottom: 3.125rem !important;
}

.pl-section,
.px-section {
  padding-left: 3.125rem !important;
}

.m-npx {
  margin: -1px;
}

.mt-npx,
.my-npx {
  margin-top: -1px !important;
}

.mr-npx,
.mx-npx {
  margin-right: -1px !important;
}

.mb-npx,
.my-npx {
  margin-bottom: -1px !important;
}

.ml-npx,
.mx-npx {
  margin-left: -1px !important;
}

.m-n0 {
  margin: 0;
}

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

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

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

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

.m-n025 {
  margin: -0.25rem;
}

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

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

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

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

.m-n050 {
  margin: -0.5rem;
}

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

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

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

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

.m-n075 {
  margin: -0.75rem;
}

.mt-n075,
.my-n075 {
  margin-top: -0.75rem !important;
}

.mr-n075,
.mx-n075 {
  margin-right: -0.75rem !important;
}

.mb-n075,
.my-n075 {
  margin-bottom: -0.75rem !important;
}

.ml-n075,
.mx-n075 {
  margin-left: -0.75rem !important;
}

.m-n100 {
  margin: -1rem;
}

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

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

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

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

.m-n125 {
  margin: -1.25rem;
}

.mt-n125,
.my-n125 {
  margin-top: -1.25rem !important;
}

.mr-n125,
.mx-n125 {
  margin-right: -1.25rem !important;
}

.mb-n125,
.my-n125 {
  margin-bottom: -1.25rem !important;
}

.ml-n125,
.mx-n125 {
  margin-left: -1.25rem !important;
}

.m-n150 {
  margin: -1.5rem;
}

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

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

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

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

.m-n200 {
  margin: -2rem;
}

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

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

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

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

.m-nsection {
  margin: -3.125rem;
}

.mt-nsection,
.my-nsection {
  margin-top: -3.125rem !important;
}

.mr-nsection,
.mx-nsection {
  margin-right: -3.125rem !important;
}

.mb-nsection,
.my-nsection {
  margin-bottom: -3.125rem !important;
}

.ml-nsection,
.mx-nsection {
  margin-left: -3.125rem !important;
}

.m-auto {
  margin: auto;
}

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

.mr-auto,
.mx-auto,
.faq-navs .nav-tabs {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto,
.faq-navs .nav-tabs {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .sm-m-px {
    margin: 1px !important;
  }
  .sm-mt-px,
  .sm-my-px {
    margin-top: 1px !important;
  }
  .sm-mr-px,
  .sm-mx-px {
    margin-right: 1px !important;
  }
  .sm-mb-px,
  .sm-my-px {
    margin-bottom: 1px !important;
  }
  .sm-ml-px,
  .sm-mx-px {
    margin-left: 1px !important;
  }
  .sm-m-0 {
    margin: 0 !important;
  }
  .sm-mt-0,
  .sm-my-0 {
    margin-top: 0 !important;
  }
  .sm-mr-0,
  .sm-mx-0 {
    margin-right: 0 !important;
  }
  .sm-mb-0,
  .sm-my-0 {
    margin-bottom: 0 !important;
  }
  .sm-ml-0,
  .sm-mx-0 {
    margin-left: 0 !important;
  }
  .sm-m-025 {
    margin: 0.25rem !important;
  }
  .sm-mt-025,
  .sm-my-025 {
    margin-top: 0.25rem !important;
  }
  .sm-mr-025,
  .sm-mx-025 {
    margin-right: 0.25rem !important;
  }
  .sm-mb-025,
  .sm-my-025 {
    margin-bottom: 0.25rem !important;
  }
  .sm-ml-025,
  .sm-mx-025 {
    margin-left: 0.25rem !important;
  }
  .sm-m-050 {
    margin: 0.5rem !important;
  }
  .sm-mt-050,
  .sm-my-050 {
    margin-top: 0.5rem !important;
  }
  .sm-mr-050,
  .sm-mx-050 {
    margin-right: 0.5rem !important;
  }
  .sm-mb-050,
  .sm-my-050 {
    margin-bottom: 0.5rem !important;
  }
  .sm-ml-050,
  .sm-mx-050 {
    margin-left: 0.5rem !important;
  }
  .sm-m-075 {
    margin: 0.75rem !important;
  }
  .sm-mt-075,
  .sm-my-075 {
    margin-top: 0.75rem !important;
  }
  .sm-mr-075,
  .sm-mx-075 {
    margin-right: 0.75rem !important;
  }
  .sm-mb-075,
  .sm-my-075 {
    margin-bottom: 0.75rem !important;
  }
  .sm-ml-075,
  .sm-mx-075 {
    margin-left: 0.75rem !important;
  }
  .sm-m-100 {
    margin: 1rem !important;
  }
  .sm-mt-100,
  .sm-my-100 {
    margin-top: 1rem !important;
  }
  .sm-mr-100,
  .sm-mx-100 {
    margin-right: 1rem !important;
  }
  .sm-mb-100,
  .sm-my-100 {
    margin-bottom: 1rem !important;
  }
  .sm-ml-100,
  .sm-mx-100 {
    margin-left: 1rem !important;
  }
  .sm-m-125 {
    margin: 1.25rem !important;
  }
  .sm-mt-125,
  .sm-my-125 {
    margin-top: 1.25rem !important;
  }
  .sm-mr-125,
  .sm-mx-125 {
    margin-right: 1.25rem !important;
  }
  .sm-mb-125,
  .sm-my-125 {
    margin-bottom: 1.25rem !important;
  }
  .sm-ml-125,
  .sm-mx-125 {
    margin-left: 1.25rem !important;
  }
  .sm-m-150 {
    margin: 1.5rem !important;
  }
  .sm-mt-150,
  .sm-my-150 {
    margin-top: 1.5rem !important;
  }
  .sm-mr-150,
  .sm-mx-150 {
    margin-right: 1.5rem !important;
  }
  .sm-mb-150,
  .sm-my-150 {
    margin-bottom: 1.5rem !important;
  }
  .sm-ml-150,
  .sm-mx-150 {
    margin-left: 1.5rem !important;
  }
  .sm-m-200 {
    margin: 2rem !important;
  }
  .sm-mt-200,
  .sm-my-200 {
    margin-top: 2rem !important;
  }
  .sm-mr-200,
  .sm-mx-200 {
    margin-right: 2rem !important;
  }
  .sm-mb-200,
  .sm-my-200 {
    margin-bottom: 2rem !important;
  }
  .sm-ml-200,
  .sm-mx-200 {
    margin-left: 2rem !important;
  }
  .sm-m-section {
    margin: 3.125rem !important;
  }
  .sm-mt-section,
  .sm-my-section {
    margin-top: 3.125rem !important;
  }
  .sm-mr-section,
  .sm-mx-section {
    margin-right: 3.125rem !important;
  }
  .sm-mb-section,
  .sm-my-section {
    margin-bottom: 3.125rem !important;
  }
  .sm-ml-section,
  .sm-mx-section {
    margin-left: 3.125rem !important;
  }
  .sm-p-px {
    padding: 1px !important;
  }
  .sm-pt-px,
  .sm-py-px {
    padding-top: 1px !important;
  }
  .sm-pr-px,
  .sm-px-px {
    padding-right: 1px !important;
  }
  .sm-pb-px,
  .sm-py-px {
    padding-bottom: 1px !important;
  }
  .sm-pl-px,
  .sm-px-px {
    padding-left: 1px !important;
  }
  .sm-p-0 {
    padding: 0 !important;
  }
  .sm-pt-0,
  .sm-py-0 {
    padding-top: 0 !important;
  }
  .sm-pr-0,
  .sm-px-0 {
    padding-right: 0 !important;
  }
  .sm-pb-0,
  .sm-py-0 {
    padding-bottom: 0 !important;
  }
  .sm-pl-0,
  .sm-px-0 {
    padding-left: 0 !important;
  }
  .sm-p-025 {
    padding: 0.25rem !important;
  }
  .sm-pt-025,
  .sm-py-025 {
    padding-top: 0.25rem !important;
  }
  .sm-pr-025,
  .sm-px-025 {
    padding-right: 0.25rem !important;
  }
  .sm-pb-025,
  .sm-py-025 {
    padding-bottom: 0.25rem !important;
  }
  .sm-pl-025,
  .sm-px-025 {
    padding-left: 0.25rem !important;
  }
  .sm-p-050 {
    padding: 0.5rem !important;
  }
  .sm-pt-050,
  .sm-py-050 {
    padding-top: 0.5rem !important;
  }
  .sm-pr-050,
  .sm-px-050 {
    padding-right: 0.5rem !important;
  }
  .sm-pb-050,
  .sm-py-050 {
    padding-bottom: 0.5rem !important;
  }
  .sm-pl-050,
  .sm-px-050 {
    padding-left: 0.5rem !important;
  }
  .sm-p-075 {
    padding: 0.75rem !important;
  }
  .sm-pt-075,
  .sm-py-075 {
    padding-top: 0.75rem !important;
  }
  .sm-pr-075,
  .sm-px-075 {
    padding-right: 0.75rem !important;
  }
  .sm-pb-075,
  .sm-py-075 {
    padding-bottom: 0.75rem !important;
  }
  .sm-pl-075,
  .sm-px-075 {
    padding-left: 0.75rem !important;
  }
  .sm-p-100 {
    padding: 1rem !important;
  }
  .sm-pt-100,
  .sm-py-100 {
    padding-top: 1rem !important;
  }
  .sm-pr-100,
  .sm-px-100 {
    padding-right: 1rem !important;
  }
  .sm-pb-100,
  .sm-py-100 {
    padding-bottom: 1rem !important;
  }
  .sm-pl-100,
  .sm-px-100 {
    padding-left: 1rem !important;
  }
  .sm-p-125 {
    padding: 1.25rem !important;
  }
  .sm-pt-125,
  .sm-py-125 {
    padding-top: 1.25rem !important;
  }
  .sm-pr-125,
  .sm-px-125 {
    padding-right: 1.25rem !important;
  }
  .sm-pb-125,
  .sm-py-125 {
    padding-bottom: 1.25rem !important;
  }
  .sm-pl-125,
  .sm-px-125 {
    padding-left: 1.25rem !important;
  }
  .sm-p-150 {
    padding: 1.5rem !important;
  }
  .sm-pt-150,
  .sm-py-150 {
    padding-top: 1.5rem !important;
  }
  .sm-pr-150,
  .sm-px-150 {
    padding-right: 1.5rem !important;
  }
  .sm-pb-150,
  .sm-py-150 {
    padding-bottom: 1.5rem !important;
  }
  .sm-pl-150,
  .sm-px-150 {
    padding-left: 1.5rem !important;
  }
  .sm-p-200 {
    padding: 2rem !important;
  }
  .sm-pt-200,
  .sm-py-200 {
    padding-top: 2rem !important;
  }
  .sm-pr-200,
  .sm-px-200 {
    padding-right: 2rem !important;
  }
  .sm-pb-200,
  .sm-py-200 {
    padding-bottom: 2rem !important;
  }
  .sm-pl-200,
  .sm-px-200 {
    padding-left: 2rem !important;
  }
  .sm-p-section {
    padding: 3.125rem !important;
  }
  .sm-pt-section,
  .sm-py-section {
    padding-top: 3.125rem !important;
  }
  .sm-pr-section,
  .sm-px-section {
    padding-right: 3.125rem !important;
  }
  .sm-pb-section,
  .sm-py-section {
    padding-bottom: 3.125rem !important;
  }
  .sm-pl-section,
  .sm-px-section {
    padding-left: 3.125rem !important;
  }
  .sm-m-npx {
    margin: -1px;
  }
  .sm-mt-npx,
  .sm-my-npx {
    margin-top: -1px !important;
  }
  .sm-mr-npx,
  .sm-mx-npx {
    margin-right: -1px !important;
  }
  .sm-mb-npx,
  .sm-my-npx {
    margin-bottom: -1px !important;
  }
  .sm-ml-npx,
  .sm-mx-npx {
    margin-left: -1px !important;
  }
  .sm-m-n0 {
    margin: 0;
  }
  .sm-mt-n0,
  .sm-my-n0 {
    margin-top: 0 !important;
  }
  .sm-mr-n0,
  .sm-mx-n0 {
    margin-right: 0 !important;
  }
  .sm-mb-n0,
  .sm-my-n0 {
    margin-bottom: 0 !important;
  }
  .sm-ml-n0,
  .sm-mx-n0 {
    margin-left: 0 !important;
  }
  .sm-m-n025 {
    margin: -0.25rem;
  }
  .sm-mt-n025,
  .sm-my-n025 {
    margin-top: -0.25rem !important;
  }
  .sm-mr-n025,
  .sm-mx-n025 {
    margin-right: -0.25rem !important;
  }
  .sm-mb-n025,
  .sm-my-n025 {
    margin-bottom: -0.25rem !important;
  }
  .sm-ml-n025,
  .sm-mx-n025 {
    margin-left: -0.25rem !important;
  }
  .sm-m-n050 {
    margin: -0.5rem;
  }
  .sm-mt-n050,
  .sm-my-n050 {
    margin-top: -0.5rem !important;
  }
  .sm-mr-n050,
  .sm-mx-n050 {
    margin-right: -0.5rem !important;
  }
  .sm-mb-n050,
  .sm-my-n050 {
    margin-bottom: -0.5rem !important;
  }
  .sm-ml-n050,
  .sm-mx-n050 {
    margin-left: -0.5rem !important;
  }
  .sm-m-n075 {
    margin: -0.75rem;
  }
  .sm-mt-n075,
  .sm-my-n075 {
    margin-top: -0.75rem !important;
  }
  .sm-mr-n075,
  .sm-mx-n075 {
    margin-right: -0.75rem !important;
  }
  .sm-mb-n075,
  .sm-my-n075 {
    margin-bottom: -0.75rem !important;
  }
  .sm-ml-n075,
  .sm-mx-n075 {
    margin-left: -0.75rem !important;
  }
  .sm-m-n100 {
    margin: -1rem;
  }
  .sm-mt-n100,
  .sm-my-n100 {
    margin-top: -1rem !important;
  }
  .sm-mr-n100,
  .sm-mx-n100 {
    margin-right: -1rem !important;
  }
  .sm-mb-n100,
  .sm-my-n100 {
    margin-bottom: -1rem !important;
  }
  .sm-ml-n100,
  .sm-mx-n100 {
    margin-left: -1rem !important;
  }
  .sm-m-n125 {
    margin: -1.25rem;
  }
  .sm-mt-n125,
  .sm-my-n125 {
    margin-top: -1.25rem !important;
  }
  .sm-mr-n125,
  .sm-mx-n125 {
    margin-right: -1.25rem !important;
  }
  .sm-mb-n125,
  .sm-my-n125 {
    margin-bottom: -1.25rem !important;
  }
  .sm-ml-n125,
  .sm-mx-n125 {
    margin-left: -1.25rem !important;
  }
  .sm-m-n150 {
    margin: -1.5rem;
  }
  .sm-mt-n150,
  .sm-my-n150 {
    margin-top: -1.5rem !important;
  }
  .sm-mr-n150,
  .sm-mx-n150 {
    margin-right: -1.5rem !important;
  }
  .sm-mb-n150,
  .sm-my-n150 {
    margin-bottom: -1.5rem !important;
  }
  .sm-ml-n150,
  .sm-mx-n150 {
    margin-left: -1.5rem !important;
  }
  .sm-m-n200 {
    margin: -2rem;
  }
  .sm-mt-n200,
  .sm-my-n200 {
    margin-top: -2rem !important;
  }
  .sm-mr-n200,
  .sm-mx-n200 {
    margin-right: -2rem !important;
  }
  .sm-mb-n200,
  .sm-my-n200 {
    margin-bottom: -2rem !important;
  }
  .sm-ml-n200,
  .sm-mx-n200 {
    margin-left: -2rem !important;
  }
  .sm-m-nsection {
    margin: -3.125rem;
  }
  .sm-mt-nsection,
  .sm-my-nsection {
    margin-top: -3.125rem !important;
  }
  .sm-mr-nsection,
  .sm-mx-nsection {
    margin-right: -3.125rem !important;
  }
  .sm-mb-nsection,
  .sm-my-nsection {
    margin-bottom: -3.125rem !important;
  }
  .sm-ml-nsection,
  .sm-mx-nsection {
    margin-left: -3.125rem !important;
  }
  .sm-m-auto {
    margin: auto;
  }
  .sm-mt-auto,
  .sm-my-auto {
    margin-top: auto !important;
  }
  .sm-mr-auto,
  .sm-mx-auto {
    margin-right: auto !important;
  }
  .sm-mb-auto,
  .sm-my-auto {
    margin-bottom: auto !important;
  }
  .sm-ml-auto,
  .sm-mx-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .md-m-px {
    margin: 1px !important;
  }
  .md-mt-px,
  .md-my-px {
    margin-top: 1px !important;
  }
  .md-mr-px,
  .md-mx-px {
    margin-right: 1px !important;
  }
  .md-mb-px,
  .md-my-px {
    margin-bottom: 1px !important;
  }
  .md-ml-px,
  .md-mx-px {
    margin-left: 1px !important;
  }
  .md-m-0 {
    margin: 0 !important;
  }
  .md-mt-0,
  .md-my-0 {
    margin-top: 0 !important;
  }
  .md-mr-0,
  .md-mx-0 {
    margin-right: 0 !important;
  }
  .md-mb-0,
  .md-my-0 {
    margin-bottom: 0 !important;
  }
  .md-ml-0,
  .md-mx-0 {
    margin-left: 0 !important;
  }
  .md-m-025 {
    margin: 0.25rem !important;
  }
  .md-mt-025,
  .md-my-025 {
    margin-top: 0.25rem !important;
  }
  .md-mr-025,
  .md-mx-025 {
    margin-right: 0.25rem !important;
  }
  .md-mb-025,
  .md-my-025 {
    margin-bottom: 0.25rem !important;
  }
  .md-ml-025,
  .md-mx-025 {
    margin-left: 0.25rem !important;
  }
  .md-m-050 {
    margin: 0.5rem !important;
  }
  .md-mt-050,
  .md-my-050 {
    margin-top: 0.5rem !important;
  }
  .md-mr-050,
  .md-mx-050 {
    margin-right: 0.5rem !important;
  }
  .md-mb-050,
  .md-my-050 {
    margin-bottom: 0.5rem !important;
  }
  .md-ml-050,
  .md-mx-050 {
    margin-left: 0.5rem !important;
  }
  .md-m-075 {
    margin: 0.75rem !important;
  }
  .md-mt-075,
  .md-my-075 {
    margin-top: 0.75rem !important;
  }
  .md-mr-075,
  .md-mx-075 {
    margin-right: 0.75rem !important;
  }
  .md-mb-075,
  .md-my-075 {
    margin-bottom: 0.75rem !important;
  }
  .md-ml-075,
  .md-mx-075 {
    margin-left: 0.75rem !important;
  }
  .md-m-100 {
    margin: 1rem !important;
  }
  .md-mt-100,
  .md-my-100 {
    margin-top: 1rem !important;
  }
  .md-mr-100,
  .md-mx-100 {
    margin-right: 1rem !important;
  }
  .md-mb-100,
  .md-my-100 {
    margin-bottom: 1rem !important;
  }
  .md-ml-100,
  .md-mx-100 {
    margin-left: 1rem !important;
  }
  .md-m-125 {
    margin: 1.25rem !important;
  }
  .md-mt-125,
  .md-my-125 {
    margin-top: 1.25rem !important;
  }
  .md-mr-125,
  .md-mx-125 {
    margin-right: 1.25rem !important;
  }
  .md-mb-125,
  .md-my-125 {
    margin-bottom: 1.25rem !important;
  }
  .md-ml-125,
  .md-mx-125 {
    margin-left: 1.25rem !important;
  }
  .md-m-150 {
    margin: 1.5rem !important;
  }
  .md-mt-150,
  .md-my-150 {
    margin-top: 1.5rem !important;
  }
  .md-mr-150,
  .md-mx-150 {
    margin-right: 1.5rem !important;
  }
  .md-mb-150,
  .md-my-150 {
    margin-bottom: 1.5rem !important;
  }
  .md-ml-150,
  .md-mx-150 {
    margin-left: 1.5rem !important;
  }
  .md-m-200 {
    margin: 2rem !important;
  }
  .md-mt-200, .faq-s-title,
  .md-my-200 {
    margin-top: 2rem !important;
  }
  .md-mr-200,
  .md-mx-200 {
    margin-right: 2rem !important;
  }
  .md-mb-200,
  .md-my-200 {
    margin-bottom: 2rem !important;
  }
  .md-ml-200,
  .md-mx-200 {
    margin-left: 2rem !important;
  }
  .md-m-section {
    margin: 3.125rem !important;
  }
  .md-mt-section,
  .md-my-section {
    margin-top: 3.125rem !important;
  }
  .md-mr-section,
  .md-mx-section {
    margin-right: 3.125rem !important;
  }
  .md-mb-section,
  .md-my-section {
    margin-bottom: 3.125rem !important;
  }
  .md-ml-section,
  .md-mx-section {
    margin-left: 3.125rem !important;
  }
  .md-p-px {
    padding: 1px !important;
  }
  .md-pt-px,
  .md-py-px {
    padding-top: 1px !important;
  }
  .md-pr-px,
  .md-px-px {
    padding-right: 1px !important;
  }
  .md-pb-px,
  .md-py-px {
    padding-bottom: 1px !important;
  }
  .md-pl-px,
  .md-px-px {
    padding-left: 1px !important;
  }
  .md-p-0 {
    padding: 0 !important;
  }
  .md-pt-0,
  .md-py-0 {
    padding-top: 0 !important;
  }
  .md-pr-0,
  .md-px-0 {
    padding-right: 0 !important;
  }
  .md-pb-0,
  .md-py-0 {
    padding-bottom: 0 !important;
  }
  .md-pl-0,
  .md-px-0 {
    padding-left: 0 !important;
  }
  .md-p-025 {
    padding: 0.25rem !important;
  }
  .md-pt-025,
  .md-py-025 {
    padding-top: 0.25rem !important;
  }
  .md-pr-025,
  .md-px-025 {
    padding-right: 0.25rem !important;
  }
  .md-pb-025,
  .md-py-025 {
    padding-bottom: 0.25rem !important;
  }
  .md-pl-025,
  .md-px-025 {
    padding-left: 0.25rem !important;
  }
  .md-p-050 {
    padding: 0.5rem !important;
  }
  .md-pt-050,
  .md-py-050 {
    padding-top: 0.5rem !important;
  }
  .md-pr-050,
  .md-px-050 {
    padding-right: 0.5rem !important;
  }
  .md-pb-050,
  .md-py-050 {
    padding-bottom: 0.5rem !important;
  }
  .md-pl-050,
  .md-px-050 {
    padding-left: 0.5rem !important;
  }
  .md-p-075 {
    padding: 0.75rem !important;
  }
  .md-pt-075,
  .md-py-075 {
    padding-top: 0.75rem !important;
  }
  .md-pr-075,
  .md-px-075 {
    padding-right: 0.75rem !important;
  }
  .md-pb-075,
  .md-py-075 {
    padding-bottom: 0.75rem !important;
  }
  .md-pl-075,
  .md-px-075 {
    padding-left: 0.75rem !important;
  }
  .md-p-100 {
    padding: 1rem !important;
  }
  .md-pt-100,
  .md-py-100 {
    padding-top: 1rem !important;
  }
  .md-pr-100,
  .md-px-100 {
    padding-right: 1rem !important;
  }
  .md-pb-100,
  .md-py-100 {
    padding-bottom: 1rem !important;
  }
  .md-pl-100,
  .md-px-100 {
    padding-left: 1rem !important;
  }
  .md-p-125 {
    padding: 1.25rem !important;
  }
  .md-pt-125,
  .md-py-125 {
    padding-top: 1.25rem !important;
  }
  .md-pr-125,
  .md-px-125 {
    padding-right: 1.25rem !important;
  }
  .md-pb-125,
  .md-py-125 {
    padding-bottom: 1.25rem !important;
  }
  .md-pl-125,
  .md-px-125 {
    padding-left: 1.25rem !important;
  }
  .md-p-150 {
    padding: 1.5rem !important;
  }
  .md-pt-150,
  .md-py-150 {
    padding-top: 1.5rem !important;
  }
  .md-pr-150,
  .md-px-150 {
    padding-right: 1.5rem !important;
  }
  .md-pb-150,
  .md-py-150 {
    padding-bottom: 1.5rem !important;
  }
  .md-pl-150,
  .md-px-150 {
    padding-left: 1.5rem !important;
  }
  .md-p-200 {
    padding: 2rem !important;
  }
  .md-pt-200,
  .md-py-200 {
    padding-top: 2rem !important;
  }
  .md-pr-200,
  .md-px-200,
  .faq-navs .nav-link {
    padding-right: 2rem !important;
  }
  .md-pb-200,
  .md-py-200 {
    padding-bottom: 2rem !important;
  }
  .md-pl-200,
  .md-px-200,
  .faq-navs .nav-link {
    padding-left: 2rem !important;
  }
  .md-p-section {
    padding: 3.125rem !important;
  }
  .md-pt-section,
  .md-py-section {
    padding-top: 3.125rem !important;
  }
  .md-pr-section,
  .md-px-section {
    padding-right: 3.125rem !important;
  }
  .md-pb-section,
  .md-py-section {
    padding-bottom: 3.125rem !important;
  }
  .md-pl-section,
  .md-px-section {
    padding-left: 3.125rem !important;
  }
  .md-m-npx {
    margin: -1px;
  }
  .md-mt-npx,
  .md-my-npx {
    margin-top: -1px !important;
  }
  .md-mr-npx,
  .md-mx-npx {
    margin-right: -1px !important;
  }
  .md-mb-npx,
  .md-my-npx {
    margin-bottom: -1px !important;
  }
  .md-ml-npx,
  .md-mx-npx {
    margin-left: -1px !important;
  }
  .md-m-n0 {
    margin: 0;
  }
  .md-mt-n0,
  .md-my-n0 {
    margin-top: 0 !important;
  }
  .md-mr-n0,
  .md-mx-n0 {
    margin-right: 0 !important;
  }
  .md-mb-n0,
  .md-my-n0 {
    margin-bottom: 0 !important;
  }
  .md-ml-n0,
  .md-mx-n0 {
    margin-left: 0 !important;
  }
  .md-m-n025 {
    margin: -0.25rem;
  }
  .md-mt-n025,
  .md-my-n025 {
    margin-top: -0.25rem !important;
  }
  .md-mr-n025,
  .md-mx-n025 {
    margin-right: -0.25rem !important;
  }
  .md-mb-n025,
  .md-my-n025 {
    margin-bottom: -0.25rem !important;
  }
  .md-ml-n025,
  .md-mx-n025 {
    margin-left: -0.25rem !important;
  }
  .md-m-n050 {
    margin: -0.5rem;
  }
  .md-mt-n050,
  .md-my-n050 {
    margin-top: -0.5rem !important;
  }
  .md-mr-n050,
  .md-mx-n050 {
    margin-right: -0.5rem !important;
  }
  .md-mb-n050,
  .md-my-n050 {
    margin-bottom: -0.5rem !important;
  }
  .md-ml-n050,
  .md-mx-n050 {
    margin-left: -0.5rem !important;
  }
  .md-m-n075 {
    margin: -0.75rem;
  }
  .md-mt-n075,
  .md-my-n075 {
    margin-top: -0.75rem !important;
  }
  .md-mr-n075,
  .md-mx-n075 {
    margin-right: -0.75rem !important;
  }
  .md-mb-n075,
  .md-my-n075 {
    margin-bottom: -0.75rem !important;
  }
  .md-ml-n075,
  .md-mx-n075 {
    margin-left: -0.75rem !important;
  }
  .md-m-n100 {
    margin: -1rem;
  }
  .md-mt-n100,
  .md-my-n100 {
    margin-top: -1rem !important;
  }
  .md-mr-n100,
  .md-mx-n100 {
    margin-right: -1rem !important;
  }
  .md-mb-n100,
  .md-my-n100 {
    margin-bottom: -1rem !important;
  }
  .md-ml-n100,
  .md-mx-n100 {
    margin-left: -1rem !important;
  }
  .md-m-n125 {
    margin: -1.25rem;
  }
  .md-mt-n125,
  .md-my-n125 {
    margin-top: -1.25rem !important;
  }
  .md-mr-n125,
  .md-mx-n125 {
    margin-right: -1.25rem !important;
  }
  .md-mb-n125,
  .md-my-n125 {
    margin-bottom: -1.25rem !important;
  }
  .md-ml-n125,
  .md-mx-n125 {
    margin-left: -1.25rem !important;
  }
  .md-m-n150 {
    margin: -1.5rem;
  }
  .md-mt-n150,
  .md-my-n150 {
    margin-top: -1.5rem !important;
  }
  .md-mr-n150,
  .md-mx-n150 {
    margin-right: -1.5rem !important;
  }
  .md-mb-n150,
  .md-my-n150 {
    margin-bottom: -1.5rem !important;
  }
  .md-ml-n150,
  .md-mx-n150 {
    margin-left: -1.5rem !important;
  }
  .md-m-n200 {
    margin: -2rem;
  }
  .md-mt-n200,
  .md-my-n200 {
    margin-top: -2rem !important;
  }
  .md-mr-n200,
  .md-mx-n200 {
    margin-right: -2rem !important;
  }
  .md-mb-n200,
  .md-my-n200 {
    margin-bottom: -2rem !important;
  }
  .md-ml-n200,
  .md-mx-n200 {
    margin-left: -2rem !important;
  }
  .md-m-nsection {
    margin: -3.125rem;
  }
  .md-mt-nsection,
  .md-my-nsection {
    margin-top: -3.125rem !important;
  }
  .md-mr-nsection,
  .md-mx-nsection {
    margin-right: -3.125rem !important;
  }
  .md-mb-nsection,
  .md-my-nsection {
    margin-bottom: -3.125rem !important;
  }
  .md-ml-nsection,
  .md-mx-nsection {
    margin-left: -3.125rem !important;
  }
  .md-m-auto {
    margin: auto;
  }
  .md-mt-auto,
  .md-my-auto {
    margin-top: auto !important;
  }
  .md-mr-auto,
  .md-mx-auto {
    margin-right: auto !important;
  }
  .md-mb-auto,
  .md-my-auto {
    margin-bottom: auto !important;
  }
  .md-ml-auto,
  .md-mx-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .lg-m-px {
    margin: 1px !important;
  }
  .lg-mt-px,
  .lg-my-px {
    margin-top: 1px !important;
  }
  .lg-mr-px,
  .lg-mx-px {
    margin-right: 1px !important;
  }
  .lg-mb-px,
  .lg-my-px {
    margin-bottom: 1px !important;
  }
  .lg-ml-px,
  .lg-mx-px {
    margin-left: 1px !important;
  }
  .lg-m-0 {
    margin: 0 !important;
  }
  .lg-mt-0,
  .lg-my-0 {
    margin-top: 0 !important;
  }
  .lg-mr-0,
  .lg-mx-0 {
    margin-right: 0 !important;
  }
  .lg-mb-0,
  .lg-my-0 {
    margin-bottom: 0 !important;
  }
  .lg-ml-0,
  .lg-mx-0 {
    margin-left: 0 !important;
  }
  .lg-m-025 {
    margin: 0.25rem !important;
  }
  .lg-mt-025,
  .lg-my-025 {
    margin-top: 0.25rem !important;
  }
  .lg-mr-025,
  .lg-mx-025 {
    margin-right: 0.25rem !important;
  }
  .lg-mb-025,
  .lg-my-025 {
    margin-bottom: 0.25rem !important;
  }
  .lg-ml-025,
  .lg-mx-025 {
    margin-left: 0.25rem !important;
  }
  .lg-m-050 {
    margin: 0.5rem !important;
  }
  .lg-mt-050,
  .lg-my-050 {
    margin-top: 0.5rem !important;
  }
  .lg-mr-050,
  .lg-mx-050 {
    margin-right: 0.5rem !important;
  }
  .lg-mb-050,
  .lg-my-050 {
    margin-bottom: 0.5rem !important;
  }
  .lg-ml-050,
  .lg-mx-050 {
    margin-left: 0.5rem !important;
  }
  .lg-m-075 {
    margin: 0.75rem !important;
  }
  .lg-mt-075,
  .lg-my-075 {
    margin-top: 0.75rem !important;
  }
  .lg-mr-075,
  .lg-mx-075 {
    margin-right: 0.75rem !important;
  }
  .lg-mb-075,
  .lg-my-075 {
    margin-bottom: 0.75rem !important;
  }
  .lg-ml-075,
  .lg-mx-075 {
    margin-left: 0.75rem !important;
  }
  .lg-m-100 {
    margin: 1rem !important;
  }
  .lg-mt-100,
  .lg-my-100 {
    margin-top: 1rem !important;
  }
  .lg-mr-100,
  .lg-mx-100 {
    margin-right: 1rem !important;
  }
  .lg-mb-100,
  .lg-my-100 {
    margin-bottom: 1rem !important;
  }
  .lg-ml-100,
  .lg-mx-100 {
    margin-left: 1rem !important;
  }
  .lg-m-125 {
    margin: 1.25rem !important;
  }
  .lg-mt-125,
  .lg-my-125 {
    margin-top: 1.25rem !important;
  }
  .lg-mr-125,
  .lg-mx-125 {
    margin-right: 1.25rem !important;
  }
  .lg-mb-125,
  .lg-my-125 {
    margin-bottom: 1.25rem !important;
  }
  .lg-ml-125,
  .lg-mx-125 {
    margin-left: 1.25rem !important;
  }
  .lg-m-150 {
    margin: 1.5rem !important;
  }
  .lg-mt-150,
  .lg-my-150 {
    margin-top: 1.5rem !important;
  }
  .lg-mr-150,
  .lg-mx-150 {
    margin-right: 1.5rem !important;
  }
  .lg-mb-150,
  .lg-my-150 {
    margin-bottom: 1.5rem !important;
  }
  .lg-ml-150,
  .lg-mx-150 {
    margin-left: 1.5rem !important;
  }
  .lg-m-200 {
    margin: 2rem !important;
  }
  .lg-mt-200, .modal-notif-icon,
  .lg-my-200 {
    margin-top: 2rem !important;
  }
  .lg-mr-200,
  .lg-mx-200 {
    margin-right: 2rem !important;
  }
  .lg-mb-200,
  .lg-my-200 {
    margin-bottom: 2rem !important;
  }
  .lg-ml-200,
  .lg-mx-200 {
    margin-left: 2rem !important;
  }
  .lg-m-section {
    margin: 3.125rem !important;
  }
  .lg-mt-section,
  .lg-my-section {
    margin-top: 3.125rem !important;
  }
  .lg-mr-section,
  .lg-mx-section {
    margin-right: 3.125rem !important;
  }
  .lg-mb-section,
  .lg-my-section {
    margin-bottom: 3.125rem !important;
  }
  .lg-ml-section,
  .lg-mx-section {
    margin-left: 3.125rem !important;
  }
  .lg-p-px {
    padding: 1px !important;
  }
  .lg-pt-px,
  .lg-py-px {
    padding-top: 1px !important;
  }
  .lg-pr-px,
  .lg-px-px {
    padding-right: 1px !important;
  }
  .lg-pb-px,
  .lg-py-px {
    padding-bottom: 1px !important;
  }
  .lg-pl-px,
  .lg-px-px {
    padding-left: 1px !important;
  }
  .lg-p-0 {
    padding: 0 !important;
  }
  .lg-pt-0,
  .lg-py-0 {
    padding-top: 0 !important;
  }
  .lg-pr-0,
  .lg-px-0 {
    padding-right: 0 !important;
  }
  .lg-pb-0,
  .lg-py-0 {
    padding-bottom: 0 !important;
  }
  .lg-pl-0,
  .lg-px-0 {
    padding-left: 0 !important;
  }
  .lg-p-025 {
    padding: 0.25rem !important;
  }
  .lg-pt-025,
  .lg-py-025 {
    padding-top: 0.25rem !important;
  }
  .lg-pr-025,
  .lg-px-025 {
    padding-right: 0.25rem !important;
  }
  .lg-pb-025,
  .lg-py-025 {
    padding-bottom: 0.25rem !important;
  }
  .lg-pl-025,
  .lg-px-025 {
    padding-left: 0.25rem !important;
  }
  .lg-p-050 {
    padding: 0.5rem !important;
  }
  .lg-pt-050,
  .lg-py-050 {
    padding-top: 0.5rem !important;
  }
  .lg-pr-050,
  .lg-px-050 {
    padding-right: 0.5rem !important;
  }
  .lg-pb-050,
  .lg-py-050 {
    padding-bottom: 0.5rem !important;
  }
  .lg-pl-050,
  .lg-px-050 {
    padding-left: 0.5rem !important;
  }
  .lg-p-075 {
    padding: 0.75rem !important;
  }
  .lg-pt-075,
  .lg-py-075 {
    padding-top: 0.75rem !important;
  }
  .lg-pr-075,
  .lg-px-075 {
    padding-right: 0.75rem !important;
  }
  .lg-pb-075,
  .lg-py-075 {
    padding-bottom: 0.75rem !important;
  }
  .lg-pl-075,
  .lg-px-075 {
    padding-left: 0.75rem !important;
  }
  .lg-p-100 {
    padding: 1rem !important;
  }
  .lg-pt-100,
  .lg-py-100 {
    padding-top: 1rem !important;
  }
  .lg-pr-100,
  .lg-px-100 {
    padding-right: 1rem !important;
  }
  .lg-pb-100,
  .lg-py-100 {
    padding-bottom: 1rem !important;
  }
  .lg-pl-100,
  .lg-px-100 {
    padding-left: 1rem !important;
  }
  .lg-p-125 {
    padding: 1.25rem !important;
  }
  .lg-pt-125,
  .lg-py-125 {
    padding-top: 1.25rem !important;
  }
  .lg-pr-125,
  .lg-px-125 {
    padding-right: 1.25rem !important;
  }
  .lg-pb-125,
  .lg-py-125 {
    padding-bottom: 1.25rem !important;
  }
  .lg-pl-125,
  .lg-px-125 {
    padding-left: 1.25rem !important;
  }
  .lg-p-150 {
    padding: 1.5rem !important;
  }
  .lg-pt-150,
  .lg-py-150 {
    padding-top: 1.5rem !important;
  }
  .lg-pr-150,
  .lg-px-150 {
    padding-right: 1.5rem !important;
  }
  .lg-pb-150,
  .lg-py-150 {
    padding-bottom: 1.5rem !important;
  }
  .lg-pl-150,
  .lg-px-150 {
    padding-left: 1.5rem !important;
  }
  .lg-p-200 {
    padding: 2rem !important;
  }
  .lg-pt-200,
  .lg-py-200 {
    padding-top: 2rem !important;
  }
  .lg-pr-200,
  .lg-px-200 {
    padding-right: 2rem !important;
  }
  .lg-pb-200,
  .lg-py-200 {
    padding-bottom: 2rem !important;
  }
  .lg-pl-200,
  .lg-px-200 {
    padding-left: 2rem !important;
  }
  .lg-p-section {
    padding: 3.125rem !important;
  }
  .lg-pt-section,
  .lg-py-section {
    padding-top: 3.125rem !important;
  }
  .lg-pr-section,
  .lg-px-section {
    padding-right: 3.125rem !important;
  }
  .lg-pb-section,
  .lg-py-section {
    padding-bottom: 3.125rem !important;
  }
  .lg-pl-section,
  .lg-px-section {
    padding-left: 3.125rem !important;
  }
  .lg-m-npx {
    margin: -1px;
  }
  .lg-mt-npx,
  .lg-my-npx {
    margin-top: -1px !important;
  }
  .lg-mr-npx,
  .lg-mx-npx {
    margin-right: -1px !important;
  }
  .lg-mb-npx,
  .lg-my-npx {
    margin-bottom: -1px !important;
  }
  .lg-ml-npx,
  .lg-mx-npx {
    margin-left: -1px !important;
  }
  .lg-m-n0 {
    margin: 0;
  }
  .lg-mt-n0,
  .lg-my-n0 {
    margin-top: 0 !important;
  }
  .lg-mr-n0,
  .lg-mx-n0 {
    margin-right: 0 !important;
  }
  .lg-mb-n0,
  .lg-my-n0 {
    margin-bottom: 0 !important;
  }
  .lg-ml-n0,
  .lg-mx-n0 {
    margin-left: 0 !important;
  }
  .lg-m-n025 {
    margin: -0.25rem;
  }
  .lg-mt-n025,
  .lg-my-n025 {
    margin-top: -0.25rem !important;
  }
  .lg-mr-n025,
  .lg-mx-n025 {
    margin-right: -0.25rem !important;
  }
  .lg-mb-n025,
  .lg-my-n025 {
    margin-bottom: -0.25rem !important;
  }
  .lg-ml-n025,
  .lg-mx-n025 {
    margin-left: -0.25rem !important;
  }
  .lg-m-n050 {
    margin: -0.5rem;
  }
  .lg-mt-n050,
  .lg-my-n050 {
    margin-top: -0.5rem !important;
  }
  .lg-mr-n050,
  .lg-mx-n050 {
    margin-right: -0.5rem !important;
  }
  .lg-mb-n050,
  .lg-my-n050 {
    margin-bottom: -0.5rem !important;
  }
  .lg-ml-n050,
  .lg-mx-n050 {
    margin-left: -0.5rem !important;
  }
  .lg-m-n075 {
    margin: -0.75rem;
  }
  .lg-mt-n075,
  .lg-my-n075 {
    margin-top: -0.75rem !important;
  }
  .lg-mr-n075,
  .lg-mx-n075 {
    margin-right: -0.75rem !important;
  }
  .lg-mb-n075,
  .lg-my-n075 {
    margin-bottom: -0.75rem !important;
  }
  .lg-ml-n075,
  .lg-mx-n075 {
    margin-left: -0.75rem !important;
  }
  .lg-m-n100 {
    margin: -1rem;
  }
  .lg-mt-n100,
  .lg-my-n100 {
    margin-top: -1rem !important;
  }
  .lg-mr-n100,
  .lg-mx-n100 {
    margin-right: -1rem !important;
  }
  .lg-mb-n100,
  .lg-my-n100 {
    margin-bottom: -1rem !important;
  }
  .lg-ml-n100,
  .lg-mx-n100 {
    margin-left: -1rem !important;
  }
  .lg-m-n125 {
    margin: -1.25rem;
  }
  .lg-mt-n125,
  .lg-my-n125 {
    margin-top: -1.25rem !important;
  }
  .lg-mr-n125,
  .lg-mx-n125 {
    margin-right: -1.25rem !important;
  }
  .lg-mb-n125,
  .lg-my-n125 {
    margin-bottom: -1.25rem !important;
  }
  .lg-ml-n125,
  .lg-mx-n125 {
    margin-left: -1.25rem !important;
  }
  .lg-m-n150 {
    margin: -1.5rem;
  }
  .lg-mt-n150,
  .lg-my-n150 {
    margin-top: -1.5rem !important;
  }
  .lg-mr-n150,
  .lg-mx-n150 {
    margin-right: -1.5rem !important;
  }
  .lg-mb-n150,
  .lg-my-n150 {
    margin-bottom: -1.5rem !important;
  }
  .lg-ml-n150,
  .lg-mx-n150 {
    margin-left: -1.5rem !important;
  }
  .lg-m-n200 {
    margin: -2rem;
  }
  .lg-mt-n200,
  .lg-my-n200 {
    margin-top: -2rem !important;
  }
  .lg-mr-n200,
  .lg-mx-n200 {
    margin-right: -2rem !important;
  }
  .lg-mb-n200,
  .lg-my-n200 {
    margin-bottom: -2rem !important;
  }
  .lg-ml-n200,
  .lg-mx-n200 {
    margin-left: -2rem !important;
  }
  .lg-m-nsection {
    margin: -3.125rem;
  }
  .lg-mt-nsection,
  .lg-my-nsection {
    margin-top: -3.125rem !important;
  }
  .lg-mr-nsection,
  .lg-mx-nsection {
    margin-right: -3.125rem !important;
  }
  .lg-mb-nsection,
  .lg-my-nsection {
    margin-bottom: -3.125rem !important;
  }
  .lg-ml-nsection,
  .lg-mx-nsection {
    margin-left: -3.125rem !important;
  }
  .lg-m-auto {
    margin: auto;
  }
  .lg-mt-auto,
  .lg-my-auto {
    margin-top: auto !important;
  }
  .lg-mr-auto,
  .lg-mx-auto {
    margin-right: auto !important;
  }
  .lg-mb-auto,
  .lg-my-auto {
    margin-bottom: auto !important;
  }
  .lg-ml-auto,
  .lg-mx-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1260px) {
  .xl-m-px {
    margin: 1px !important;
  }
  .xl-mt-px,
  .xl-my-px {
    margin-top: 1px !important;
  }
  .xl-mr-px,
  .xl-mx-px {
    margin-right: 1px !important;
  }
  .xl-mb-px,
  .xl-my-px {
    margin-bottom: 1px !important;
  }
  .xl-ml-px,
  .xl-mx-px {
    margin-left: 1px !important;
  }
  .xl-m-0 {
    margin: 0 !important;
  }
  .xl-mt-0,
  .xl-my-0 {
    margin-top: 0 !important;
  }
  .xl-mr-0,
  .xl-mx-0 {
    margin-right: 0 !important;
  }
  .xl-mb-0,
  .xl-my-0 {
    margin-bottom: 0 !important;
  }
  .xl-ml-0,
  .xl-mx-0 {
    margin-left: 0 !important;
  }
  .xl-m-025 {
    margin: 0.25rem !important;
  }
  .xl-mt-025,
  .xl-my-025 {
    margin-top: 0.25rem !important;
  }
  .xl-mr-025,
  .xl-mx-025 {
    margin-right: 0.25rem !important;
  }
  .xl-mb-025,
  .xl-my-025 {
    margin-bottom: 0.25rem !important;
  }
  .xl-ml-025,
  .xl-mx-025 {
    margin-left: 0.25rem !important;
  }
  .xl-m-050 {
    margin: 0.5rem !important;
  }
  .xl-mt-050,
  .xl-my-050 {
    margin-top: 0.5rem !important;
  }
  .xl-mr-050,
  .xl-mx-050 {
    margin-right: 0.5rem !important;
  }
  .xl-mb-050,
  .xl-my-050 {
    margin-bottom: 0.5rem !important;
  }
  .xl-ml-050,
  .xl-mx-050 {
    margin-left: 0.5rem !important;
  }
  .xl-m-075 {
    margin: 0.75rem !important;
  }
  .xl-mt-075,
  .xl-my-075 {
    margin-top: 0.75rem !important;
  }
  .xl-mr-075,
  .xl-mx-075 {
    margin-right: 0.75rem !important;
  }
  .xl-mb-075,
  .xl-my-075 {
    margin-bottom: 0.75rem !important;
  }
  .xl-ml-075,
  .xl-mx-075 {
    margin-left: 0.75rem !important;
  }
  .xl-m-100 {
    margin: 1rem !important;
  }
  .xl-mt-100,
  .xl-my-100 {
    margin-top: 1rem !important;
  }
  .xl-mr-100,
  .xl-mx-100 {
    margin-right: 1rem !important;
  }
  .xl-mb-100,
  .xl-my-100 {
    margin-bottom: 1rem !important;
  }
  .xl-ml-100,
  .xl-mx-100 {
    margin-left: 1rem !important;
  }
  .xl-m-125 {
    margin: 1.25rem !important;
  }
  .xl-mt-125,
  .xl-my-125 {
    margin-top: 1.25rem !important;
  }
  .xl-mr-125,
  .xl-mx-125 {
    margin-right: 1.25rem !important;
  }
  .xl-mb-125,
  .xl-my-125 {
    margin-bottom: 1.25rem !important;
  }
  .xl-ml-125,
  .xl-mx-125 {
    margin-left: 1.25rem !important;
  }
  .xl-m-150 {
    margin: 1.5rem !important;
  }
  .xl-mt-150,
  .xl-my-150 {
    margin-top: 1.5rem !important;
  }
  .xl-mr-150,
  .xl-mx-150 {
    margin-right: 1.5rem !important;
  }
  .xl-mb-150,
  .xl-my-150 {
    margin-bottom: 1.5rem !important;
  }
  .xl-ml-150,
  .xl-mx-150 {
    margin-left: 1.5rem !important;
  }
  .xl-m-200 {
    margin: 2rem !important;
  }
  .xl-mt-200,
  .xl-my-200 {
    margin-top: 2rem !important;
  }
  .xl-mr-200,
  .xl-mx-200 {
    margin-right: 2rem !important;
  }
  .xl-mb-200,
  .xl-my-200 {
    margin-bottom: 2rem !important;
  }
  .xl-ml-200,
  .xl-mx-200 {
    margin-left: 2rem !important;
  }
  .xl-m-section {
    margin: 3.125rem !important;
  }
  .xl-mt-section,
  .xl-my-section {
    margin-top: 3.125rem !important;
  }
  .xl-mr-section,
  .xl-mx-section {
    margin-right: 3.125rem !important;
  }
  .xl-mb-section,
  .xl-my-section {
    margin-bottom: 3.125rem !important;
  }
  .xl-ml-section,
  .xl-mx-section {
    margin-left: 3.125rem !important;
  }
  .xl-p-px {
    padding: 1px !important;
  }
  .xl-pt-px,
  .xl-py-px {
    padding-top: 1px !important;
  }
  .xl-pr-px,
  .xl-px-px {
    padding-right: 1px !important;
  }
  .xl-pb-px,
  .xl-py-px {
    padding-bottom: 1px !important;
  }
  .xl-pl-px,
  .xl-px-px {
    padding-left: 1px !important;
  }
  .xl-p-0 {
    padding: 0 !important;
  }
  .xl-pt-0,
  .xl-py-0 {
    padding-top: 0 !important;
  }
  .xl-pr-0,
  .xl-px-0 {
    padding-right: 0 !important;
  }
  .xl-pb-0,
  .xl-py-0 {
    padding-bottom: 0 !important;
  }
  .xl-pl-0,
  .xl-px-0 {
    padding-left: 0 !important;
  }
  .xl-p-025 {
    padding: 0.25rem !important;
  }
  .xl-pt-025,
  .xl-py-025 {
    padding-top: 0.25rem !important;
  }
  .xl-pr-025,
  .xl-px-025 {
    padding-right: 0.25rem !important;
  }
  .xl-pb-025,
  .xl-py-025 {
    padding-bottom: 0.25rem !important;
  }
  .xl-pl-025,
  .xl-px-025 {
    padding-left: 0.25rem !important;
  }
  .xl-p-050 {
    padding: 0.5rem !important;
  }
  .xl-pt-050,
  .xl-py-050 {
    padding-top: 0.5rem !important;
  }
  .xl-pr-050,
  .xl-px-050 {
    padding-right: 0.5rem !important;
  }
  .xl-pb-050,
  .xl-py-050 {
    padding-bottom: 0.5rem !important;
  }
  .xl-pl-050,
  .xl-px-050 {
    padding-left: 0.5rem !important;
  }
  .xl-p-075 {
    padding: 0.75rem !important;
  }
  .xl-pt-075,
  .xl-py-075 {
    padding-top: 0.75rem !important;
  }
  .xl-pr-075,
  .xl-px-075 {
    padding-right: 0.75rem !important;
  }
  .xl-pb-075,
  .xl-py-075 {
    padding-bottom: 0.75rem !important;
  }
  .xl-pl-075,
  .xl-px-075 {
    padding-left: 0.75rem !important;
  }
  .xl-p-100 {
    padding: 1rem !important;
  }
  .xl-pt-100,
  .xl-py-100 {
    padding-top: 1rem !important;
  }
  .xl-pr-100,
  .xl-px-100 {
    padding-right: 1rem !important;
  }
  .xl-pb-100,
  .xl-py-100 {
    padding-bottom: 1rem !important;
  }
  .xl-pl-100,
  .xl-px-100 {
    padding-left: 1rem !important;
  }
  .xl-p-125 {
    padding: 1.25rem !important;
  }
  .xl-pt-125,
  .xl-py-125 {
    padding-top: 1.25rem !important;
  }
  .xl-pr-125,
  .xl-px-125 {
    padding-right: 1.25rem !important;
  }
  .xl-pb-125,
  .xl-py-125 {
    padding-bottom: 1.25rem !important;
  }
  .xl-pl-125,
  .xl-px-125 {
    padding-left: 1.25rem !important;
  }
  .xl-p-150 {
    padding: 1.5rem !important;
  }
  .xl-pt-150,
  .xl-py-150 {
    padding-top: 1.5rem !important;
  }
  .xl-pr-150,
  .xl-px-150 {
    padding-right: 1.5rem !important;
  }
  .xl-pb-150,
  .xl-py-150 {
    padding-bottom: 1.5rem !important;
  }
  .xl-pl-150,
  .xl-px-150 {
    padding-left: 1.5rem !important;
  }
  .xl-p-200 {
    padding: 2rem !important;
  }
  .xl-pt-200,
  .xl-py-200 {
    padding-top: 2rem !important;
  }
  .xl-pr-200,
  .xl-px-200 {
    padding-right: 2rem !important;
  }
  .xl-pb-200,
  .xl-py-200 {
    padding-bottom: 2rem !important;
  }
  .xl-pl-200,
  .xl-px-200 {
    padding-left: 2rem !important;
  }
  .xl-p-section {
    padding: 3.125rem !important;
  }
  .xl-pt-section,
  .xl-py-section {
    padding-top: 3.125rem !important;
  }
  .xl-pr-section,
  .xl-px-section {
    padding-right: 3.125rem !important;
  }
  .xl-pb-section,
  .xl-py-section {
    padding-bottom: 3.125rem !important;
  }
  .xl-pl-section,
  .xl-px-section {
    padding-left: 3.125rem !important;
  }
  .xl-m-npx {
    margin: -1px;
  }
  .xl-mt-npx,
  .xl-my-npx {
    margin-top: -1px !important;
  }
  .xl-mr-npx,
  .xl-mx-npx {
    margin-right: -1px !important;
  }
  .xl-mb-npx,
  .xl-my-npx {
    margin-bottom: -1px !important;
  }
  .xl-ml-npx,
  .xl-mx-npx {
    margin-left: -1px !important;
  }
  .xl-m-n0 {
    margin: 0;
  }
  .xl-mt-n0,
  .xl-my-n0 {
    margin-top: 0 !important;
  }
  .xl-mr-n0,
  .xl-mx-n0 {
    margin-right: 0 !important;
  }
  .xl-mb-n0,
  .xl-my-n0 {
    margin-bottom: 0 !important;
  }
  .xl-ml-n0,
  .xl-mx-n0 {
    margin-left: 0 !important;
  }
  .xl-m-n025 {
    margin: -0.25rem;
  }
  .xl-mt-n025,
  .xl-my-n025 {
    margin-top: -0.25rem !important;
  }
  .xl-mr-n025,
  .xl-mx-n025 {
    margin-right: -0.25rem !important;
  }
  .xl-mb-n025,
  .xl-my-n025 {
    margin-bottom: -0.25rem !important;
  }
  .xl-ml-n025,
  .xl-mx-n025 {
    margin-left: -0.25rem !important;
  }
  .xl-m-n050 {
    margin: -0.5rem;
  }
  .xl-mt-n050,
  .xl-my-n050 {
    margin-top: -0.5rem !important;
  }
  .xl-mr-n050,
  .xl-mx-n050 {
    margin-right: -0.5rem !important;
  }
  .xl-mb-n050,
  .xl-my-n050 {
    margin-bottom: -0.5rem !important;
  }
  .xl-ml-n050,
  .xl-mx-n050 {
    margin-left: -0.5rem !important;
  }
  .xl-m-n075 {
    margin: -0.75rem;
  }
  .xl-mt-n075,
  .xl-my-n075 {
    margin-top: -0.75rem !important;
  }
  .xl-mr-n075,
  .xl-mx-n075 {
    margin-right: -0.75rem !important;
  }
  .xl-mb-n075,
  .xl-my-n075 {
    margin-bottom: -0.75rem !important;
  }
  .xl-ml-n075,
  .xl-mx-n075 {
    margin-left: -0.75rem !important;
  }
  .xl-m-n100 {
    margin: -1rem;
  }
  .xl-mt-n100,
  .xl-my-n100 {
    margin-top: -1rem !important;
  }
  .xl-mr-n100,
  .xl-mx-n100 {
    margin-right: -1rem !important;
  }
  .xl-mb-n100,
  .xl-my-n100 {
    margin-bottom: -1rem !important;
  }
  .xl-ml-n100,
  .xl-mx-n100 {
    margin-left: -1rem !important;
  }
  .xl-m-n125 {
    margin: -1.25rem;
  }
  .xl-mt-n125,
  .xl-my-n125 {
    margin-top: -1.25rem !important;
  }
  .xl-mr-n125,
  .xl-mx-n125 {
    margin-right: -1.25rem !important;
  }
  .xl-mb-n125,
  .xl-my-n125 {
    margin-bottom: -1.25rem !important;
  }
  .xl-ml-n125,
  .xl-mx-n125 {
    margin-left: -1.25rem !important;
  }
  .xl-m-n150 {
    margin: -1.5rem;
  }
  .xl-mt-n150,
  .xl-my-n150 {
    margin-top: -1.5rem !important;
  }
  .xl-mr-n150,
  .xl-mx-n150 {
    margin-right: -1.5rem !important;
  }
  .xl-mb-n150,
  .xl-my-n150 {
    margin-bottom: -1.5rem !important;
  }
  .xl-ml-n150,
  .xl-mx-n150 {
    margin-left: -1.5rem !important;
  }
  .xl-m-n200 {
    margin: -2rem;
  }
  .xl-mt-n200,
  .xl-my-n200 {
    margin-top: -2rem !important;
  }
  .xl-mr-n200,
  .xl-mx-n200 {
    margin-right: -2rem !important;
  }
  .xl-mb-n200,
  .xl-my-n200 {
    margin-bottom: -2rem !important;
  }
  .xl-ml-n200,
  .xl-mx-n200 {
    margin-left: -2rem !important;
  }
  .xl-m-nsection {
    margin: -3.125rem;
  }
  .xl-mt-nsection,
  .xl-my-nsection {
    margin-top: -3.125rem !important;
  }
  .xl-mr-nsection,
  .xl-mx-nsection {
    margin-right: -3.125rem !important;
  }
  .xl-mb-nsection,
  .xl-my-nsection {
    margin-bottom: -3.125rem !important;
  }
  .xl-ml-nsection,
  .xl-mx-nsection {
    margin-left: -3.125rem !important;
  }
  .xl-m-auto {
    margin: auto;
  }
  .xl-mt-auto,
  .xl-my-auto {
    margin-top: auto !important;
  }
  .xl-mr-auto,
  .xl-mx-auto {
    margin-right: auto !important;
  }
  .xl-mb-auto,
  .xl-my-auto {
    margin-bottom: auto !important;
  }
  .xl-ml-auto,
  .xl-mx-auto {
    margin-left: auto !important;
  }
}
.d-block, .main-hero a {
  display: block !important;
}

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

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

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

@media (min-width: 576px) {
  .sm-d-block {
    display: block !important;
  }
  .sm-d-flex {
    display: flex !important;
  }
  .sm-d-inline-block {
    display: inline-block !important;
  }
  .sm-d-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .md-d-block {
    display: block !important;
  }
  .md-d-flex {
    display: flex !important;
  }
  .md-d-inline-block {
    display: inline-block !important;
  }
  .md-d-none {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .lg-d-block {
    display: block !important;
  }
  .lg-d-flex {
    display: flex !important;
  }
  .lg-d-inline-block {
    display: inline-block !important;
  }
  .lg-d-none {
    display: none !important;
  }
}
@media (min-width: 1260px) {
  .xl-d-block {
    display: block !important;
  }
  .xl-d-flex {
    display: flex !important;
  }
  .xl-d-inline-block {
    display: inline-block !important;
  }
  .xl-d-none {
    display: none !important;
  }
}
.bg-transparent {
  background-color: transparent !important;
}

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

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

.bg-gray-100 {
  background-color: #f3f3f3 !important;
}

.bg-gray-200 {
  background-color: #dedede !important;
}

.bg-gray-300 {
  background-color: #9b9b9b !important;
}

.bg-gray-400 {
  background-color: #686D71 !important;
}

.bg-gray-500 {
  background-color: #222222 !important;
}

.bg-red-100 {
  background-color: #E82728 !important;
}

.bg-red-200 {
  background-color: #C32519 !important;
}

.no-scroll {
  overflow: hidden;
}

.form-feedback {
  display: none;
}

.form-group {
  margin-bottom: 1.25rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.375rem;
}
.form-group input[type=radio], .form-group input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  appearance: none;
  -webkit-appearance: none;
  background: url(../img/style/icon-radio.svg) center no-repeat;
}
.form-group input[type=radio]:checked, .form-group input[type=checkbox]:checked {
  background: url(../img/style/icon-radio-checked.svg) center no-repeat;
}
.form-group mark {
  color: #E82728;
  background: transparent;
}
.form-group .form-feedback {
  display: none;
  padding-top: 0.5em;
}
.form-group.is-invalid .form-control {
  border-color: #E82728;
}
.form-group.is-invalid .form-feedback {
  display: block;
  color: #E82728;
}

.form-control {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.625rem 0.5rem;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.125rem;
  color: #222222;
  line-height: 1.15;
  transition: all 0.2s ease-in-out;
}
.form-control:disabled {
  color: #707070;
  border: solid 1px #707070;
  background-color: #dedede;
}
.form-control p:not(:last-of-type) {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #9b9b9b;
  outline: none;
}
.form-control::placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.form-control[readonly] {
  border-color: #dedede;
  background-color: #dedede;
  color: #707070;
}
.form-control[readonly]:focus {
  border-color: transparent;
}

textarea.form-control[readonly] {
  resize: none;
}

select.form-control {
  display: inline-block;
  width: 100%;
  height: calc(1.25em + 1.5rem + 4px);
  vertical-align: middle;
  padding-right: 1.5rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 9'%3E%3Cpath fill='%23222222' d='M0 0l9 9 9-9z' /%3E%3C/svg%3E") no-repeat right 0.5em center/12px 1em;
  appearance: none;
}
select.form-control:invalid {
  color: #9b9b9b;
}
select.form-control option[value=""][disabled] {
  display: none;
}
select.form-control option {
  color: #686D71;
}

.form-check,
.form-radio {
  position: relative;
  margin-bottom: 0.5rem;
}
.form-check input,
.form-radio input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.form-check label,
.form-radio label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-left: 1.5rem;
  margin-bottom: 0;
}
.form-check label::before, .form-check label::after,
.form-radio label::before,
.form-radio label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1rem;
  height: 1rem;
  box-sizing: border-box;
}
.form-check label::before,
.form-radio label::before {
  border: 1px solid #9b9b9b;
  transition: all 0.2s ease-in-out;
}
.form-check label::after,
.form-radio label::after {
  transition: opacity 0.15s linear;
}
.form-check input:not(:disabled):not(:checked):hover + label::before,
.form-radio input:not(:disabled):not(:checked):hover + label::before {
  border-color: #E82728;
}
.form-check input:focus + label::before,
.form-radio input:focus + label::before {
  outline: none;
  box-shadow: 0 0 0 2px rgba(232, 39, 40, 0.2);
}
.form-check input:disabled,
.form-radio input:disabled {
  color: #707070;
  border: solid 1px #707070;
}
.form-check input:disabled + label,
.form-radio input:disabled + label {
  color: #dedede;
  cursor: not-allowed;
  color: #707070;
  border: solid 1px #707070;
}
.form-check input:disabled + label::before,
.form-radio input:disabled + label::before {
  background-color: #dedede;
  border-color: #dedede;
}
.form-check.form-inline,
.form-radio.form-inline {
  display: inline-block;
}
.form-check.form-inline:not(:last-of-type),
.form-radio.form-inline:not(:last-of-type) {
  margin-right: 2em;
}

.form-radio label::before {
  border-radius: 9999px;
}
.form-radio label::after {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") center center/50% no-repeat;
}
.form-radio input:checked + label::before {
  border-color: #E82728;
  background-color: #E82728;
}

.form-check label::before {
  border-radius: 0.125rem;
}
.form-check label:after {
  margin-left: 3px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 9' %3E%3Cpath fill='%23E82728' d='M3.2 9h-.1c-.2 0-.4-.2-.5-.3l-2.5-4c-.2-.4-.1-.8.2-1 .3-.2.8-.1 1 .3l2.1 3.3L11.9.1c.3-.2.7-.2 1 .1.2.3.2.7-.1.9L3.6 8.8c-.1.1-.3.2-.4.2z'/%3E%3C/svg%3E") center center/100% no-repeat;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.form-check input:checked + label::before {
  border-color: #686D71;
}
.form-check input:checked + label::after {
  opacity: 1;
}

.form-otp {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.form-otp input {
  max-width: 56px;
  height: 56px;
  background: #E3E5E6;
  border: none;
  border-radius: 8px;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}

.btn {
  display: inline-block;
  min-width: 10rem;
  color: #686D71;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.125rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s ease-in-out;
}
.btn:hover {
  color: #686D71;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(222, 222, 222, 0.2);
}
.btn.disabled, .btn:disabled {
  opacity: 0.5;
  background: #E3E5E6;
  box-shadow: none;
}
.btn.disabled:hover, .btn:disabled:hover {
  cursor: not-allowed;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-red {
  color: #fff;
  background-color: #E82728;
  border-color: #E82728;
}
.btn-red:hover {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
  box-shadow: 0 0 0 0.25rem rgba(235, 71, 72, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #ba1f20;
  border-color: #ae1d1e;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(235, 71, 72, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #000;
  background-color: #E82728;
  border-color: #E82728;
}

.btn-red-200 {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
}
.btn-red-200:hover {
  color: #fff;
  background-color: #a61f15;
  border-color: #9c1e14;
}
.btn-check:focus + .btn-red-200, .btn-red-200:focus {
  color: #fff;
  background-color: #a61f15;
  border-color: #9c1e14;
  box-shadow: 0 0 0 0.25rem rgba(204, 70, 60, 0.5);
}
.btn-check:checked + .btn-red-200, .btn-check:active + .btn-red-200, .btn-red-200:active, .btn-red-200.active, .show > .btn-red-200.dropdown-toggle {
  color: #fff;
  background-color: #9c1e14;
  border-color: #921c13;
}
.btn-check:checked + .btn-red-200:focus, .btn-check:active + .btn-red-200:focus, .btn-red-200:active:focus, .btn-red-200.active:focus, .show > .btn-red-200.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(204, 70, 60, 0.5);
}
.btn-red-200:disabled, .btn-red-200.disabled {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
}

.btn-white {
  color: #E82728;
  background-color: #fff;
  border-color: #E82728;
}
.btn-white:hover {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
  box-shadow: 0 0 0 0.25rem rgba(232, 39, 40, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: #ea3d3e;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 39, 40, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #E82728;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}
.btn-black:hover {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: #C32519;
  border-color: #C32519;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: #bfbfbf;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.btn-outline-red {
  color: #E82728;
  border-color: #E82728;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #C32519;
  border-color: #E82728;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 39, 40, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #fff;
  background-color: #C32519;
  border-color: #E82728;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 39, 40, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #E82728;
  background-color: transparent;
}

.btn-facebook {
  color: #fff;
  background-color: #4267B2;
  border-color: #4267B2;
}
.btn-facebook:hover {
  color: #fff;
  background-color: #385897;
  border-color: #35528e;
}
.btn-check:focus + .btn-facebook, .btn-facebook:focus {
  color: #fff;
  background-color: #385897;
  border-color: #35528e;
  box-shadow: 0 0 0 0.25rem rgba(94, 126, 190, 0.5);
}
.btn-check:checked + .btn-facebook, .btn-check:active + .btn-facebook, .btn-facebook:active, .btn-facebook.active, .show > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #35528e;
  border-color: #324d86;
}
.btn-check:checked + .btn-facebook:focus, .btn-check:active + .btn-facebook:focus, .btn-facebook:active:focus, .btn-facebook.active:focus, .show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(94, 126, 190, 0.5);
}
.btn-facebook:disabled, .btn-facebook.disabled {
  color: #fff;
  background-color: #4267B2;
  border-color: #4267B2;
}

.btn-google {
  color: #686D71;
  background-color: #fff;
  border-color: #fff;
}
.btn-google:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-google, .btn-google:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(232, 233, 234, 0.5);
}
.btn-check:checked + .btn-google, .btn-check:active + .btn-google, .btn-google:active, .btn-google.active, .show > .btn-google.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-google:focus, .btn-check:active + .btn-google:focus, .btn-google:active:focus, .btn-google.active:focus, .show > .btn-google.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(232, 233, 234, 0.5);
}
.btn-google:disabled, .btn-google.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-black {
  color: black;
  border-color: black;
  border-width: 1px;
}
.btn-outline-black:hover {
  color: #000;
  background-color: white;
  border-color: black;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #000;
  background-color: white;
  border-color: black;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: black;
  background-color: transparent;
}

.btn-link {
  border: 0;
  min-width: 0;
}

.btn-rounded {
  border-radius: 100px;
}

.btn-outline-red svg path {
  stroke: #ed0000;
}

.btn-disabled {
  color: #ddd;
  background: #686D71;
  border: solid 1px #686D71 !important;
}
.btn-disabled:hover, .btn-disabled:active, .btn-disabled:focus {
  cursor: not-allowed;
  outline: none;
  color: #ddd;
  background: #686D71;
}
.btn-disabled svg path {
  fill: white;
  stroke: white;
}
.btn-disabled.btn-outline-red {
  background: white;
  color: #686D71;
}
.btn-disabled.btn-outline-red svg path {
  fill: white;
  stroke: #686D71;
}

.btn-tambah-kendaraan {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: solid 2px #E82728;
  color: #E82728;
  border-radius: 16px;
  font-size: 24px;
  min-height: 100px;
}
.btn-tambah-kendaraan:hover {
  background: #E82728;
  color: white;
}
.btn-tambah-kendaraan:hover svg path {
  stroke: white;
}
@media screen and (max-width: 768px) {
  .btn-tambah-kendaraan {
    font-size: 18px;
  }
  .btn-tambah-kendaraan svg {
    width: 30px;
  }
}

.btn-metode {
  border: solid 1px black;
  border-radius: 16px;
  height: 96px;
  padding: 0 20px;
}
.btn-metode-list {
  display: flex;
  gap: 20px;
}
.btn-metode:hover {
  background: rgba(195, 37, 25, 0.2);
}
.btn-metode.active {
  border-color: #C32519;
  background: rgba(195, 37, 25, 0.2);
}
@media screen and (max-width: 1024px) {
  .btn-metode {
    padding: 0 8px;
  }
  .btn-metode img {
    width: 40px;
  }
}
@media screen and (max-width: 768px) {
  .btn-metode {
    height: 40px;
    font-size: 16px;
    border-radius: 8px;
  }
  .btn-metode img {
    width: 20px;
  }
  .btn-metode-list {
    flex-direction: column;
  }
}

.btn-tambahan {
  width: 100%;
  border: solid 1px #bfc2c4;
  display: flex;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  border-radius: 8px;
  color: black;
  z-index: 1;
  position: relative;
}

.preview-box {
  width: 200px;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.preview-box img {
  object-fit: contain;
}

.nav ul, .breadcrumb ul {
  display: flex;
}
.nav a, .breadcrumb a {
  display: inline-block;
}

.breadcrumb {
  background: #E82728;
  line-height: 1.25rem;
  color: #fff;
}
.breadcrumb ul {
  align-items: center;
}
.breadcrumb li + li:not(:last-of-type):after {
  content: "/";
  display: inline-block;
  opacity: 0.5;
}
.breadcrumb a {
  color: inherit;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 90%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 85%;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

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

.xl-col,
.xl-col-auto, .xl-col-12, .xl-col-11, .xl-col-10, .xl-col-9, .xl-col-8, .xl-col-7, .xl-col-6, .xl-col-5, .xl-col-4, .xl-col-3, .xl-col-2, .xl-col-1, .lg-col,
.lg-col-auto, .lg-col-12, .lg-col-11, .lg-col-10, .lg-col-9, .lg-col-8, .lg-col-7, .lg-col-6, .lg-col-5, .lg-col-4, .lg-col-3, .lg-col-2, .lg-col-1, .md-col,
.md-col-auto, .md-col-12, .md-col-11, .md-col-10, .md-col-9, .md-col-8, .md-col-7, .md-col-6, .md-col-5, .md-col-4, .md-col-3, .md-col-2, .md-col-1, .sm-col,
.sm-col-auto, .sm-col-12, .sm-col-11, .sm-col-10, .sm-col-9, .sm-col-8, .sm-col-7, .sm-col-6, .sm-col-5, .sm-col-4, .sm-col-3, .sm-col-2, .sm-col-1, .col,
.col-auto, .col-12, ul.timeline li:not(:last-of-type) span, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .xl-col,
  .xl-col-auto, .xl-col-12, .xl-col-11, .xl-col-10, .xl-col-9, .xl-col-8, .xl-col-7, .xl-col-6, .xl-col-5, .xl-col-4, .xl-col-3, .xl-col-2, .xl-col-1, .lg-col,
  .lg-col-auto, .lg-col-12, .lg-col-11, .lg-col-10, .lg-col-9, .lg-col-8, .lg-col-7, .lg-col-6, .lg-col-5, .lg-col-4, .lg-col-3, .lg-col-2, .lg-col-1, .md-col,
  .md-col-auto, .md-col-12, .md-col-11, .md-col-10, .md-col-9, .md-col-8, .md-col-7, .md-col-6, .md-col-5, .md-col-4, .md-col-3, .md-col-2, .md-col-1, .sm-col,
  .sm-col-auto, .sm-col-12, .sm-col-11, .sm-col-10, .sm-col-9, .sm-col-8, .sm-col-7, .sm-col-6, .sm-col-5, .sm-col-4, .sm-col-3, .sm-col-2, .sm-col-1, .col,
  .col-auto, .col-12, ul.timeline li:not(:last-of-type) span, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    padding-left: 8px;
    padding-right: 8px;
  }
}

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

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

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

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

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

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

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

.row-cols-7 > * {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.row-cols-8 > * {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.row-cols-9 > * {
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}

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

.row-cols-11 > * {
  flex: 0 0 9.0909090909%;
  max-width: 9.0909090909%;
}

.row-cols-12 > * {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.col-12, ul.timeline li:not(:last-of-type) span {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

@media (min-width: 576px) {
  .sm-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .sm-row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .sm-row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-row-cols-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .sm-row-cols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .sm-row-cols-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .sm-row-cols-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .sm-row-cols-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .sm-row-cols-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-col-auto, ul.timeline li:not(:last-of-type) span {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .sm-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm-order-first {
    order: -1;
  }
  .sm-order-last {
    order: 13;
  }
}
@media (min-width: 768px) {
  .md-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .md-row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .md-row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-row-cols-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .md-row-cols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .md-row-cols-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .md-row-cols-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .md-row-cols-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .md-row-cols-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .md-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .md-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .md-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md-order-first {
    order: -1;
  }
  .md-order-last {
    order: 13;
  }
}
@media (min-width: 992px) {
  .lg-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .lg-row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .lg-row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-row-cols-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .lg-row-cols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .lg-row-cols-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .lg-row-cols-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .lg-row-cols-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .lg-row-cols-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .lg-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg-order-first {
    order: -1;
  }
  .lg-order-last {
    order: 13;
  }
}
@media (min-width: 1260px) {
  .xl-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .xl-row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl-row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .xl-row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-row-cols-7 > * {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .xl-row-cols-8 > * {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
  .xl-row-cols-9 > * {
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
  .xl-row-cols-10 > * {
    flex: 0 0 10%;
    max-width: 10%;
  }
  .xl-row-cols-11 > * {
    flex: 0 0 9.0909090909%;
    max-width: 9.0909090909%;
  }
  .xl-row-cols-12 > * {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .xl-col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl-col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl-col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl-col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl-col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl-col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl-col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl-col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl-col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl-order-first {
    order: -1;
  }
  .xl-order-last {
    order: 13;
  }
}
.main-wrapper {
  position: relative;
  min-height: 99.9vh;
  display: flex;
  flex-direction: column;
}

.main-wrapper {
  padding-top: 52px;
}
@media (min-width: 1260px) {
  .main-wrapper {
    padding-top: 90px;
  }
}

*:not(.modal):target {
  padding-top: 3.125rem;
  margin-top: -3.125rem;
}
@media (min-width: 1260px) {
  *:not(.modal):target {
    padding-top: 5.5rem;
    margin-top: -5.5rem;
  }
}

.main-header {
  flex: 0 0 auto;
  z-index: 1030;
  background-color: #000;
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 2px solid #E82728;
}
.main-header-wrapper {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1260px) {
  .main-header-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  }
}

.main-logo {
  display: inline-block;
  padding: 5px 0;
}
.main-logo img {
  display: inline-block;
  height: 2.5rem;
  width: auto;
}
@media (min-width: 1260px) {
  .main-logo {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    margin-right: 3rem;
  }
  .main-logo img {
    height: 60px;
  }
}

.main-nav a {
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
}
.main-nav ul {
  list-style: none;
}
.main-nav li {
  position: relative;
}
.main-nav li.has-child {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.main-nav li.has-child > a {
  padding-right: 0;
  flex-grow: 1;
}
.main-nav li button {
  font-family: serif;
  min-width: auto;
  padding: 0;
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: static;
}
.main-nav li button::before {
  content: "";
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-bottom: 0;
  border-left: 0.4em solid transparent;
}
.main-nav > ul > li > a {
  padding: 0.75rem 1.25rem;
}
.main-nav > ul > li > ul {
  width: 100%;
  padding-bottom: 0.75rem;
  margin-top: -0.25rem;
}
.main-nav > ul > li > ul > li > a {
  padding: 0.5rem 1.25rem;
  font-weight: normal;
  color: #686D71;
}
.main-nav > ul > li > ul > li > a:hover {
  color: #E82728;
}
.main-nav-float {
  position: fixed;
  background-color: #E82728;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  z-index: 1029;
}
.main-nav-float nav {
  display: flex;
}
.main-nav-float .i {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.main-nav-float a {
  padding: 0.625rem 0.25rem;
  font-size: 0.625rem;
  font-weight: normal;
  line-height: 1;
  text-transform: uppercase;
  min-width: 0;
  max-width: 4.5rem;
}
@media (max-width: 767.98px) {
  .main-nav-float {
    width: 100%;
    padding: 0.75rem;
    bottom: 0;
  }
  .main-nav-float nav {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .main-nav-float a {
    flex-basis: 0;
    flex-grow: 1;
  }
  .main-nav-float a + a {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .main-nav-float {
    padding: 20px 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1031;
    border-radius: 0.125rem 0 0 0.125rem;
  }
  .main-nav-float nav {
    flex-direction: column;
  }
  .main-nav-float a + a {
    margin-top: 0.625rem;
  }
}
@media (max-width: 991.98px) {
  .main-nav > ul > li {
    border-bottom: 1px solid #E3E5E6;
  }
  .main-nav > ul > li.open ul {
    display: block;
  }
  .main-nav > ul > li.has-child > a {
    width: auto;
  }
  .main-nav > ul > li > ul {
    display: none;
  }
  .main-nav li a {
    width: 100%;
    color: #222222;
  }
  .main-nav li.open button {
    transform: rotate(90deg);
  }
  .main-nav li button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .main-nav-toggle {
    margin-left: auto;
    margin-right: -0.75rem;
  }
  .main-nav-drawer {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-top: 2px solid #E82728;
    box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.25);
    z-index: 1032;
    max-height: calc(100vh - 3.125rem);
    overflow-y: auto;
  }
  .main-nav-user {
    padding: 2rem 2.25rem;
    text-align: center;
  }
  .main-nav-isLogin {
    display: none;
  }
}
@media (min-width: 768px) {
  .main-nav-user nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-nav-user .helper-hr {
    flex: 0 0 auto;
    margin: auto 1rem;
  }
  .main-nav-user .helper-hr::before, .main-nav-user .helper-hr::after {
    max-width: 10rem;
  }
}
@media (min-width: 1260px) {
  .main-nav {
    margin-right: auto;
    align-self: center;
  }
  .main-nav li ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
  }
  .main-nav li:hover ul {
    display: block;
  }
  .main-nav > ul {
    display: flex;
  }
  .main-nav > ul > li {
    padding: 0 0.625rem;
  }
  .main-nav > ul > li:hover > a {
    color: #E82728;
  }
  .main-nav > ul > li:hover > a::after {
    height: 3px;
  }
  .main-nav > ul > li > a {
    padding: 1rem 0 2.252rem;
    margin-top: 1rem;
    color: #fff;
    line-height: 20px;
    text-transform: uppercase;
    position: relative;
  }
  .main-nav > ul > li > a::after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    background-color: #E82728;
    transition: all 0.2s ease-in-out;
    position: absolute;
    left: 0;
    bottom: 1rem;
  }
  .main-nav > ul > li > ul {
    width: 15em;
    background: #fff;
    border: 2px solid #fff;
    padding-bottom: 0.5rem;
  }
  .main-nav > ul > li > ul > li > a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .main-nav-toggle {
    display: none;
  }
  .main-nav-drawer {
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 auto;
  }
  .main-nav-user {
    align-self: center;
  }
  .main-nav-isLogin {
    position: relative;
    margin-right: -2rem;
    background-color: #E82728;
    display: flex;
    align-items: center;
    padding: 1rem 1.5rem;
    max-width: 20rem;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
  }
  .main-nav-isLogin .i {
    vertical-align: bottom;
  }
  .main-nav-isLogin a {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    padding: 1rem;
    background-color: #000;
    color: inherit;
    text-decoration: none;
  }
  .main-nav-isLogin a:hover {
    background-color: #C32519;
  }
  .main-nav-isLogin:hover a {
    display: block;
  }
}

.nav-link {
  display: inline-block;
}

.main-hero .swiper-slide::before {
  padding-top: 100%;
}
.main-hero .swiper-pagination-bullet {
  transition: all 0.2s ease-in-out;
}
.main-hero .swiper-pagination-bullet:focus {
  outline: 0;
}
@media (min-width: 992px) {
  .main-hero .swiper-slide::before {
    padding-top: 41.7276720351%;
  }
}

.main-content {
  flex: 1 0 auto;
}

.tabs {
  position: relative;
}
.tabs__title {
  border-bottom: solid 1px #bfc2c4;
  margin-bottom: 16px;
}
.tabs__title a, .tabs__title button {
  width: 100%;
  display: block;
  text-align: center;
  padding-bottom: 16px;
  font-weight: 700;
  line-height: 1;
  border: none;
  color: #9b9b9b;
}
.tabs__title a:hover, .tabs__title button:hover {
  color: #E82728;
}
.tabs__title a.active, .tabs__title button.active {
  border-bottom: solid 2px #E82728;
  color: #E82728;
}
.tabs__content > div {
  display: none;
}
.tabs__content > div.active {
  display: block;
}

.acc {
  margin-bottom: 40px;
}
.acc__button:hover {
  cursor: pointer;
}
.acc__content {
  display: none;
}

.vdtl .tabs__title .row > div {
  max-width: 50%;
}

.spacing:before {
  display: none;
}

.v-info {
  border: solid 1px #9b9b9b;
  background: white;
  padding: 8px;
  margin-bottom: 16px;
  color: black;
}

.srv-info {
  background: white;
  padding: 12px;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
.srv-info h5 {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.srv-info h5 small {
  display: block;
  color: #9b9b9b;
  font-weight: 400;
}
.srv-info h6 {
  font-size: 1rem;
}
.srv-info h6 small {
  display: block;
  color: #9b9b9b;
  font-weight: 400;
  font-size: 1rem;
}
.srv-info .vid {
  color: #E82728;
}
.srv-info .left .vid {
  display: none;
}
.srv-info .right {
  text-align: right;
}
.srv-info .right .form-group {
  margin-bottom: 0;
}
.srv-info .right b {
  display: block;
  margin-bottom: 4px;
  color: black;
}
.srv-info .right .btn {
  min-width: 0;
  padding: 4px 16px;
}
@media screen and (max-width: 768px) {
  .srv-info {
    flex-direction: column;
  }
  .srv-info .left .vid {
    display: block;
  }
  .srv-info .right .vid {
    display: none;
  }
  .srv-info .right .form-group {
    display: flex;
    margin-top: 16px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 375px) {
  .srv-info h5 {
    font-size: 1rem;
  }
  .srv-info h6 {
    font-size: 0.8rem;
  }
}
.srv-list h6 {
  font-size: 1rem;
  margin-bottom: 4px;
}
.srv-list h6 span {
  margin-left: 4px;
  color: #E82728;
}
.srv-list .title {
  position: relative;
  margin-bottom: 8px;
}
.srv-list .title h6 {
  font-weight: 400;
}
.srv-list .title .arrow {
  position: absolute;
  right: 0;
  transition: all 400ms;
}
.srv-list hr {
  border: none;
  height: 1px;
  background: #9b9b9b;
  margin: 16px 0;
}
.srv-list__single {
  color: black;
  background: white;
  padding: 12px;
  margin-bottom: 16px;
  border-radius: 8px;
}
.srv-list__single p {
  margin-bottom: 4px;
}
.srv-list__single p b {
  display: inline-block;
  width: 240px;
}
.srv-list__single.active h6 {
  font-weight: 700;
}
.srv-list__single.active .arrow {
  transform: rotate(-180deg);
}
@media screen and (max-width: 768px) {
  .srv-list h6 {
    font-size: 0.8rem;
  }
  .srv-list__single p {
    font-size: 0.8rem;
  }
  .srv-list__single p b {
    width: 150px;
  }
}

.modal hr {
  border: none;
  margin: 16px 0;
}

.overflow-banner {
  box-shadow: 0 4px 28px 0 rgba(0, 0, 0, 0.04);
  border-radius: 8px;
  padding: 40px;
  position: relative;
  margin-top: 180px;
}
.overflow-banner .banner {
  display: block;
  margin: -180px auto 10px;
  max-width: 100%;
}

.flex {
  display: flex;
}

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

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

.gap-5 {
  gap: 20px;
}

.gap-2 {
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .md\:flex-col {
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}

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

@media screen and (max-width: 768px) {
  .md\:items-start {
    align-items: flex-start;
  }
}

.rsb {
  background: #F6F6F6;
  overflow-x: hidden;
}
.rsb * {
  box-sizing: border-box;
}
.rsb select {
  background: none;
  border: none;
  font-family: "MMC", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.rsb .form-group.with-icon {
  position: relative;
  width: 100%;
}
.rsb .form-group.with-icon .form-control {
  height: 50px;
  border: solid 1px #BFC2C4;
  padding-left: 52px;
  border-radius: 8px;
}
.rsb .form-group.with-icon .form-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: -10px;
  z-index: 1;
}
.rsb .form-group.with-icon + .btn {
  height: 50px;
  border-radius: 8px;
}
.rsb .back-btn {
  margin: 40px 0;
  color: black;
  display: inline-block;
  font-weight: bold;
}
.rsb .back-btn img {
  margin-right: 8px;
}
.rsb .warning-msg {
  background: white;
  border-radius: 12px;
  padding: 8px;
  margin-bottom: 20px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.rsb .detail-metode {
  color: black;
}
.rsb .detail-metode hr {
  margin: 32px 0;
  background: #bfc2c4;
  height: 1px;
  border: none;
}
.rsb .detail-metode .card hr {
  margin: 0;
}
.rsb .detail-metode a {
  font-family: "MMC";
  font-weight: 700;
  color: black;
}
.rsb .detail-metode a:hover {
  color: #ed0000;
}
.rsb .detail-metode select {
  height: 50px;
  border: solid 1px #bfc2c4;
  border-radius: 8px;
  background: inherit;
}
.rsb .detail-metode .tambahan-wrapper {
  border-radius: 0 0 8px 8px;
  border: solid 1px #bfc2c4;
  border-top: none;
  padding: 24px 16px 16px;
  margin-top: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.rsb .detail-metode .tambahan-wrapper span {
  border: solid 1px #bfc2c4;
  border-radius: 24px;
  padding: 2px 10px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.rsb .detail-metode .tambahan-wrapper span:hover {
  cursor: pointer;
}
.rsb .detail-metode .tambahan-wrapper span label {
  margin-bottom: 0;
  width: 12px;
  height: 12px;
  line-height: 10px;
  background: black;
  color: white;
  border-radius: 16px;
  font-size: 10px;
  text-align: center;
}
.rsb .detail-metode .tambahan-wrapper span label:hover {
  cursor: pointer;
}
.rsb .detail-metode .font-weight-normal {
  font-weight: 400 !important;
}
.rsb .detail-metode textarea {
  border-radius: 8px 8px 0 0;
  padding: 24px 16px;
}
.rsb .detail-metode .estimasi-biaya {
  background: black;
  color: white;
  padding: 20px;
  border-radius: 8px;
  margin-top: -8px;
  position: relative;
  z-index: 1;
}
.rsb .detail-metode .estimasi-biaya a {
  color: #ed0000;
}
.rsb .detail-metode .estimasi-biaya h4 {
  font-weight: 400;
  color: white;
  opacity: 0.8;
}
.rsb .detail-metode .estimasi-biaya h4.total {
  opacity: 1;
  font-weight: 600;
}
.rsb .detail-metode .estimasi-biaya .btn {
  width: 100%;
  color: white;
  text-decoration: none;
  border-radius: 20px;
  margin-top: 20px;
}
.rsb .detail-metode .estimasi-biaya .flex {
  gap: 8px;
  align-items: center;
}
.rsb .detail-metode .estimasi-biaya .flex input {
  border-radius: 4px;
  filter: hue-rotate(129deg) brightness(0.9);
}
.rsb .detail-metode .estimasi-biaya .flex a {
  text-decoration: underline;
}
.rsb .kupon-service {
  display: flex;
  flex-direction: column;
  border: solid 1px #E82728;
  border-radius: 8px;
  background: white;
  position: relative;
  z-index: 1;
}
.rsb .kupon-service .text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 16px;
}
.rsb .kupon-service .text b, .rsb .kupon-service .text label, .rsb .kupon-service .text a {
  font-size: 16px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .rsb .kupon-service {
    flex-direction: column;
  }
  .rsb .kupon-service .btn {
    width: 100%;
  }
}
.rsb .kupon-single {
  padding: 20px;
  border-bottom: solid 1px #E82728;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rsb .kupon-single:last-child {
  border: none;
}
.rsb .kupon-single .badge {
  background: #F0F6F6;
  color: #29A099;
  padding: 0 8px;
  border-radius: 40px;
  margin-bottom: 0;
}
.rsb .kupon-single .badge img {
  width: 32px;
  height: 32px;
  padding: 4px;
}
.rsb .kupon-single .btn-cancel {
  border: solid 1px #E82728;
  height: 40px;
  padding: 0 16px;
  line-height: 40px;
  border-radius: 100px;
}
.rsb .kupon-single .inner {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}
.rsb .kupon-single .inner img {
  max-width: 52px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .rsb .kupon-single .badge {
    font-size: 12px;
    max-width: 200px;
  }
  .rsb .kupon-single .text label {
    font-size: 12px;
  }
}
.rsb .kupon-wrapper .btn-all {
  min-width: 100%;
  border: solid 1px #E82728;
  border-radius: 0 0 8px 8px;
  margin-top: -8px;
  padding-top: 16px;
  background: #E82728;
  color: white;
  display: flex;
  justify-content: space-between;
}
.rsb h3 {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .rsb h3 {
    font-size: 20px;
  }
}
.rsb h4 {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .rsb h4 {
    font-size: 16px;
  }
}
.rsb .tabs__title {
  border-bottom: none;
  margin-bottom: 0;
}
.rsb .tabs__title button {
  border: none;
  padding: 0 40px;
  line-height: 54px;
  position: relative;
  border-radius: 16px 16px 0 0;
  background: transparent;
}
.rsb .tabs__title button.active {
  background: white;
}
.rsb .tabs__title button.active svg.path path {
  fill: #E82728;
}
.rsb .tabs__title button.active svg.stroke path {
  stroke: #E82728;
}
@media screen and (max-width: 768px) {
  .rsb .tabs__title button {
    padding: 0 8px;
    font-size: 14px;
  }
  .rsb .tabs__title button svg {
    width: 16px;
  }
}
.rsb .tabs__content {
  padding: 40px 0;
}
.rsb-voucher .tabs__title .container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.rsb-voucher .tabs__title .container button.active {
  color: black;
}
.rsb-voucher .tabs__content {
  background: white;
}
.rsb-voucher .tabs__content .list {
  display: flex;
  width: 100%;
  color: black;
  gap: 60px;
}
@media screen and (max-width: 1024px) {
  .rsb-voucher .tabs__content .list {
    flex-direction: column;
    gap: 0;
  }
}
.rsb-voucher .tabs__content .list ul {
  min-width: 50%;
}
.rsb-voucher .tabs__content .list ul li {
  margin-left: 30px;
  margin-bottom: 8px;
}
.rsb-voucher .tabs__content .kupon-wrapper {
  border: none;
}
.rsb-voucher .tabs__content .kupon-service {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  border: none;
}
@media screen and (max-width: 1024px) {
  .rsb-voucher .tabs__content .kupon-service {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.rsb-voucher .tabs__content .kupon-single {
  border: none;
  padding: 24px 12px;
  border: solid 1px #BFC2C4;
  border-radius: 12px;
}
.rsb-voucher .tabs__content .kupon-single:last-child {
  border: solid 1px #BFC2C4;
}
.rsb-voucher-banner {
  color: black;
  margin-bottom: 40px;
}
.rsb-voucher-banner .kupon-service {
  border: solid 1px #DFDFDF;
}
.rsb-voucher-banner .kupon-service .btn {
  border-radius: 40px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  justify-content: center;
}
.rsb-voucher-banner .kupon-service .btn-wrapper {
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .rsb-voucher-banner .kupon-service .btn {
    max-width: 55%;
    min-width: 0;
  }
  .rsb-voucher-banner .kupon-service .btn-wrapper {
    min-width: 100%;
  }
}
.rsb-voucher-banner .kupon-single {
  padding: 24px 40px;
}
.rsb-voucher-banner .kupon-single > div:first-child {
  border-right: dashed 1px #DFDFDF;
  min-width: 35%;
}
.rsb-voucher-banner .kupon-single:after, .rsb-voucher-banner .kupon-single:before {
  width: 12px;
  height: 24px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #f6f6f6;
  border: solid 1px #DFDFDF;
}
.rsb-voucher-banner .kupon-single:after {
  left: -1px;
  border-radius: 0 24px 24px 0;
  border-left-color: #f6f6f6;
}
.rsb-voucher-banner .kupon-single:before {
  right: -1px;
  border-radius: 24px 0 0 24px;
  border-right-color: #f6f6f6;
}
.rsb-voucher-banner .kupon-single.used {
  filter: saturate(0);
}
@media screen and (max-width: 1024px) {
  .rsb-voucher-banner .kupon-single {
    flex-direction: column;
    gap: 16px;
    padding: 0 16px;
  }
  .rsb-voucher-banner .kupon-single > div {
    min-width: 100%;
  }
  .rsb-voucher-banner .kupon-single > div:first-child {
    width: 100%;
    border: none;
    padding-bottom: 16px;
    border-bottom: dashed 1px #DFDFDF;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .rsb-voucher-banner .kupon-single {
    padding: 16px;
  }
}
.rsb-cta {
  background: black;
  padding: 48px 0;
}
.rsb-cta h3 {
  color: white;
  font-weight: 400;
  min-width: 15%;
}
.rsb-cta .container {
  display: flex;
  align-items: center;
  gap: 16px;
}
.rsb-cta .container a {
  width: 100%;
  height: 40px;
  border-radius: 20px;
}
.rsb-cta-used {
  background: white;
  padding: 16px 0;
}
.rsb-cta-used .btn-red {
  width: 100%;
  border-radius: 40px;
}
.rsb-cta-used .btn-black {
  width: 100%;
  height: 48px;
  line-height: 48px;
  display: block;
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rsb-cta {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 24px 0;
  }
  .rsb-cta .container {
    flex-direction: column;
  }
  .rsb-cta-used {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 1170px) {
  .rsb .lg-col-5, .rsb .lg-col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .rsb .container {
    max-width: 1290px;
  }
}

.filter-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
  margin-bottom: 1.25rem;
}
.filter-wrapper .form-group {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .filter-wrapper {
    flex-direction: column;
  }
}

.step-rsb {
  background: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  height: 130px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.step-rsb .container {
  padding: 0;
}
.step-rsb .step-wrapper {
  display: flex;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  .step-rsb .step-wrapper {
    width: 100%;
  }
}
.step-rsb .step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 4px;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  color: black;
  color: #C3C3C3;
  position: relative;
  max-width: 25%;
  min-width: 25%;
}
.step-rsb .step:after {
  content: "";
  width: 280px;
  position: absolute;
  left: 50%;
  top: 28px;
  background: #d9d9d9;
  height: 1px;
}
@media screen and (max-width: 1200px) {
  .step-rsb .step:after {
    width: 23vw;
  }
}
@media screen and (max-width: 1024px) {
  .step-rsb .step:after {
    width: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .step-rsb .step {
    font-size: 12px;
  }
  .step-rsb .step:after {
    top: 22px;
  }
}
.step-rsb .step figure {
  background: #F2F2F2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  position: relative;
  z-index: 1;
  border: solid 1px #d9d9d9;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .step-rsb .step figure {
    width: 40px;
    height: 40px;
  }
  .step-rsb .step figure img {
    max-width: 50%;
  }
}
.step-rsb .step.active {
  color: black;
}
.step-rsb .step.active figure {
  border-color: #E82728;
}
.step-rsb .step:last-child:after {
  display: none;
}

.label {
  border-radius: 20px;
  height: 30px;
  line-height: 28px;
  border: solid 1px black;
  padding: 0 16px;
  text-align: center;
}
.label--success {
  background: rgba(49, 159, 67, 0.2);
  color: #319F43;
  border-color: #319f43;
}
.label--danger {
  background: rgba(232, 39, 40, 0.2);
  color: #E82728;
  border-color: #E82728;
}
@media screen and (max-width: 768px) {
  .label {
    font-size: 12px;
    padding: 0 8px;
  }
}

.card {
  background: white;
  border-radius: 16px;
  padding: 24px 16px;
  position: relative;
}
.card--kendaraan {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.card--kendaraan label {
  margin-bottom: 0;
}
.card--kendaraan .top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .card--kendaraan .top {
    flex-direction: column;
    gap: 20px;
  }
}
.card--kendaraan .btn-wrapper {
  grid-column: 3;
}
.card--kendaraan .btn-wrapper .btn {
  width: 100%;
  border-radius: 30px;
  border: solid 1px black;
  font-weight: 500;
  color: black;
}
.card--kendaraan .btn-wrapper .btn-red {
  border: none;
  color: white;
}
.card--dealer {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: solid 1px #BFC2C4;
}
.card--dealer h4 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.card--dealer h4 img {
  width: 20px;
}
.card--dealer h6 {
  font-size: 16px;
}
.card--dealer .flex {
  gap: 10px;
}
.card--dealer .label {
  font-size: 10px;
  line-height: 26px;
  height: 28px;
  padding: 0 16px;
}
.card--dealer label {
  color: #646464;
}
.card--dealer hr {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .card--dealer .label {
    padding: 0 8px;
    font-size: 10px;
    line-height: 20px;
    height: 22px;
  }
  .card--dealer h6 {
    font-size: 12px;
  }
  .card--dealer .flex {
    gap: 4px;
  }
}

.kendaraan-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .kendaraan-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.kendaraan__info {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
.kendaraan__info .flex {
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .kendaraan__info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.kendaraan__thumbnail {
  display: flex;
  align-items: center;
}
.kendaraan__thumbnail img {
  max-width: 100%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .kendaraan__thumbnail {
    grid-column: span 2/span 2;
  }
}
.kendaraan__anggota img {
  margin-left: -8px;
  border-radius: 50%;
}

.dealer {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .dealer {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.datepicker {
  width: 290px;
  max-width: 100%;
  border-radius: 16px;
  border: solid 1px #bfc2c4;
}
.datepicker table {
  font-size: 12px;
  border-spacing: 10px;
  border-collapse: separate;
}
.datepicker table tr {
  position: relative;
}
.datepicker table .day {
  border-radius: 40px;
}
.datepicker table .day.active {
  background: #C32519 !important;
}
.datepicker table .day.old, .datepicker table .day.new {
  opacity: 0.2;
}
.datepicker table thead tr:nth-child(2) {
  text-align: right;
  height: 40px;
}
.datepicker table thead tr:nth-child(2) th {
  width: auto;
}
.datepicker table thead tr:nth-child(2) .prev, .datepicker table thead tr:nth-child(2) .next {
  position: absolute;
  height: 100%;
  width: 30px;
  color: transparent;
}
.datepicker table thead tr:nth-child(2) .prev {
  right: 30px;
  background: url(../img/style/icon-arrow-prev.svg) center no-repeat;
}
.datepicker table thead tr:nth-child(2) .next {
  right: 0px;
  background: url(../img/style/icon-arrow-next.svg) center no-repeat;
}
.datepicker .datepicker-switch {
  position: absolute;
  line-height: 40px;
  left: 10px;
  top: 0;
  width: auto;
  font-size: 16px;
}
.datepicker .datepicker-switch:hover {
  background: transparent;
  color: #C32519;
}
@media screen and (max-width: 768px) {
  .datepicker {
    margin: auto;
  }
}

.time-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.time-wrapper .form-group {
  position: relative;
  width: 48%;
  height: 40px;
  margin-bottom: 0;
}
.time-wrapper .form-group input {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.time-wrapper .form-group input:hover {
  cursor: pointer;
}
.time-wrapper .form-group input:hover + label {
  background: #f2f2f2;
}
.time-wrapper .form-group input:checked + label {
  border-color: #C32519;
}
.time-wrapper .form-group input:checked + label img {
  display: inline-block;
}
.time-wrapper .form-group input:disabled + label {
  border-color: #bfc2c4;
  color: #bfc2c4;
}
.time-wrapper .form-group input:disabled:hover + label {
  background: none;
  cursor: not-allowed;
}
.time-wrapper .form-group label {
  border: solid 1px black;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 0;
  height: 40px;
  line-height: 40px;
}
.time-wrapper .form-group label img {
  display: none;
}
.time-wrapper.taken .form-group {
  width: 22%;
}

.list-service .form-group {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.list-service .form-group input {
  position: absolute;
  left: 10px;
  top: 8px;
}
.list-service .form-group input:hover {
  cursor: pointer;
}
.list-service .form-group input + label {
  padding: 0 10px 0 44px;
  color: black;
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 8px;
  height: 44px;
  margin-bottom: 0;
  border: solid 1px transparent;
}
.list-service .form-group input + label:hover, .list-service .form-group input + label *:hover, .list-service .form-group input + label img:hover {
  cursor: pointer;
}
.list-service .form-group input:checked + label {
  background: rgba(195, 37, 25, 0.2);
  border-color: #C32519;
}
.list-service.acc input {
  z-index: 1;
  left: 121px;
  top: 20px;
}
.list-service.acc input + label {
  height: 125px;
  padding: 8px 10px 10px 165px;
}
.list-service.acc input + label img {
  width: 145px;
  height: 105px;
  position: absolute;
  left: 10px;
  top: 10px;
}

.list-kupon {
  max-width: 768px;
  margin: 0 auto;
}
.list-kupon .info {
  background: #f2f2f2;
  padding: 8px 16px;
  border-radius: 8px;
  display: flex;
  gap: 8px;
}
.list-kupon ul {
  border-radius: 8px;
  border: solid 1px #BFC2C4;
  overflow: hidden;
}
.list-kupon ul li {
  list-style: none;
  font-size: 12px;
  padding: 32px 16px 16px;
  border-bottom: solid 1px #BFC2C4;
  display: flex;
  flex-direction: column;
  position: relative;
}
.list-kupon ul li:last-child {
  padding-top: 16px;
  border-bottom: none;
}
.list-kupon ul li.disabled * {
  color: #CFCFCF;
}
.list-kupon ul li.disabled *:hover {
  cursor: not-allowed;
}
.list-kupon ul li.disabled input + label {
  border-color: #CFCFCF;
}
.list-kupon ul li h5 {
  font-size: 14px;
}
.list-kupon ul li input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.list-kupon ul li input + label {
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 16px;
  border: solid 1px #bfc2c4;
  right: 16px;
  top: 16px;
}
.list-kupon ul li input:hover {
  cursor: pointer;
}
.list-kupon ul li input:checked + label {
  background: url(../img/style/icon-radio-checked-2.svg) center no-repeat;
  border-color: transparent;
}
.list-kupon ul li .tag {
  position: absolute;
  left: 0;
  top: 0;
  background: #ed0000;
  color: white;
  border-radius: 8px 0 8px 0;
  padding: 4px 8px;
}
.list-kupon ul.less li.disabled {
  display: none;
}
.list-kupon ul.less .less-btn span {
  display: inline-block;
}
.list-kupon ul.less .less-btn span.less {
  display: none;
}
.list-kupon ul.less .less-btn img {
  transform: rotate(90deg);
}
.list-kupon .less-btn {
  background: none;
  border: none;
  font-size: 14px;
}
.list-kupon .less-btn img {
  height: 20px;
  width: 20px;
  padding: 6px 4px;
  transition: all 300ms;
  transform: rotate(-90deg);
  margin-left: 4px;
  object-fit: contain;
  margin-bottom: 0;
}
.list-kupon .less-btn span {
  display: none;
}
.list-kupon .less-btn span.less {
  display: inline-block;
}
.list-kupon .panduan-wrapper {
  background: black;
  border-radius: 8px;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 16px;
}
.list-kupon .panduan-wrapper a {
  color: white;
}
@media screen and (max-width: 480px) {
  .list-kupon .panduan-wrapper a {
    gap: 8px;
    align-items: center;
  }
  .list-kupon .panduan-wrapper a img {
    max-width: 16px;
  }
}
@media screen and (max-width: 480px) {
  .list-kupon .panduan-wrapper {
    padding: 16px;
    font-size: 12px;
  }
}
.list-kupon .banner {
  border-radius: 8px;
  width: 100%;
}
.list-kupon h5 {
  font-size: 14px;
}
.list-kupon .qr-wrapper {
  padding: 16px;
  border: solid 1px #bfc2c4;
  border-radius: 8px;
  display: flex;
  gap: 16px;
  margin-bottom: 1rem;
}
.list-kupon .qr-wrapper__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.list-kupon ol li {
  margin-left: 15px;
  font-size: 14px;
}

.main-footer {
  flex: 0 0 auto;
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.main-footer hr {
  display: block;
  width: 60px;
  border: 1px solid #E82728;
}
.main-footer .icon-wrapper {
  display: flex;
  justify-content: center;
}
.main-footer .icon-wrapper a {
  display: flex;
  align-items: center;
}
.main-footer a {
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  min-width: 36px;
  height: 37px;
  color: #222222;
}
.main-footer a:hover {
  color: #E82728;
}
.main-footer svg {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.main-footer svg path {
  fill: black;
  transition: all 300ms;
}
.main-footer svg:hover path {
  fill: #E82728;
}

.mfp-container {
  padding: 1rem;
}

.modal {
  padding: 2rem;
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
@media (min-width: 992px) {
  .modal {
    padding: 3.125rem 4rem;
  }
}

.modal-notif {
  max-width: 520px;
  margin: auto;
  text-align: center;
}
.modal-notif-icon {
  display: inline-block;
  height: 5rem;
  width: auto;
}
.modal-right-top {
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}
.modal-right-top .inner {
  width: 390px;
  background: white;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 25px;
}
.modal-right-top button {
  background: none;
  border: none;
  padding: 0;
}

.modal-filter {
  font-size: 14px;
  color: black;
  width: 480px;
  max-width: 80%;
}
.modal-filter h4 {
  font-size: 16px;
  margin-bottom: 24px;
}
.modal-filter h5 {
  font-size: 14px;
}
.modal-filter .filter-wrapper {
  padding: 0 0 16px;
  border-bottom: solid 1px #bfc2c4;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-filter .filter-wrapper:last-child {
  border-bottom: none;
}
.modal-filter .filter-wrapper .select2-container, .modal-filter .filter-wrapper .select2-selection {
  border-radius: 8px;
}
.modal-filter .filter-wrapper select {
  height: 40px;
  padding: 8px 16px;
  border-radius: 8px;
}
.modal-filter .modal-footer {
  display: flex;
  gap: 16px;
  border-top: solid 1px #bfc2c4;
  margin: 0 -2rem;
  padding: 24px 2rem 0;
}
.modal-filter .modal-footer .btn {
  min-width: 0;
}
@media screen and (max-width: 786px) {
  .modal-filter .modal-footer {
    padding: 24px 1rem 0;
  }
}

#modalKebijakan .modal-title {
  margin-bottom: 40px;
  text-align: center;
}
#modalKebijakan .mfp-close {
  display: none;
}

.modal-always-show {
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-always-show .modal-content {
  width: 640px;
  max-width: 90%;
  border-radius: 10px;
  padding: 3.125rem 4rem 90px;
  background: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .modal-always-show .modal-content {
    padding: 2rem 1rem 90px;
  }
}
.modal-always-show .scroll-inner {
  overflow-y: scroll;
  height: 50vh;
}
.modal-always-show .floating-btn {
  padding: 16px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.modal-always-show .floating-btn .btn {
  padding: 12px 32px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .modal-always-show .floating-btn .btn {
    padding: 12px 32px;
    font-size: 1.2rem;
    width: 100%;
  }
}

#modalSyarat {
  max-width: 80%;
  width: 640px;
  padding: 40px;
}
#modalSyarat .modal-header {
  margin-bottom: 24px;
}
#modalSyarat .modal-body .scroll-inner {
  height: 520px;
  max-height: 60vh;
  overflow-y: scroll;
  margin-bottom: 24px;
}

#modalKebijakan {
  padding: 16px;
  margin-top: 0;
}
#modalKebijakan .modal-header {
  margin-bottom: 24px;
}
#modalKebijakan .modal-body div {
  margin: 24px 0;
}
#modalKebijakan .modal-body .btn {
  width: 100%;
}
#modalKebijakan .modal-body p {
  font-size: 14px;
  color: #111111;
}
#modalKebijakan .modal-content {
  text-align: center;
  width: 340px;
  padding: 16px;
}
#modalKebijakan img {
  margin: 0 auto 24px;
}

#modalQR img {
  width: 280px;
}
#modalQR .flex {
  width: 260px;
  margin: 20px auto 40px;
  justify-content: space-between;
}
#modalQR .btn {
  border-radius: 40px;
}
#modalQR .btn.btn-outline-black {
  width: 100%;
}

ul.timeline li:not(:last-of-type) span {
  display: inline-block;
  margin-right: 1.5rem;
}

.vehicle-list .vh-single > div {
  display: flex;
  padding: 8px;
  background: white;
  margin-bottom: 16px;
  border: solid 1px #f5f5f5;
  align-items: middle;
}
.vehicle-list .vh-single figure {
  width: 80px;
  height: 60px;
  margin-right: 16px;
}
.vehicle-list .vh-single figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.vehicle-list .vh-single h3 {
  margin-bottom: 4px;
}
.vehicle-list .vh-single h4 {
  font-weight: normal;
}
.vehicle-list .add-vehicle {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 32px;
  bottom: 120px;
  background: black;
  font-size: 2rem;
  color: white;
  line-height: 34px;
  text-align: center;
  border-radius: 50%;
  z-index: 10;
}
@media (min-width: 768px) {
  .vehicle-list .add-vehicle {
    position: relative;
    display: block;
    margin: 40px auto 0;
    bottom: 0;
    right: 0;
    width: 64px;
    height: 64px;
    line-height: 56px;
    font-size: 3rem;
  }
}

.faq-navs .nav-tabs {
  width: fit-content;
}
@media (max-width: 767.98px) {
  .faq-navs {
    overflow: auto;
  }
  .faq-navs .nav-tabs {
    flex-wrap: nowrap;
  }
}
/*# sourceMappingURL=main.css.map */