/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0e3481;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0e3481;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}

.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.265rem + 0.18vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-primary {
  color: #0e3481 !important;
}
.text-secondary {
  color: #6c757d !important;
}
.text-success {
  color: #198754 !important;
}
.text-info {
  color: #0dcaf0 !important;
}
.text-warning {
  color: #ffc107 !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-light {
  color: #f8f9fa !important;
}
.text-dark {
  color: #212529 !important;
}
.text-white {
  color: #fff !important;
}
.text-body {
  color: #333 !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(51, 51, 51, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.bg-primary {
  background-color: #0e3481 !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.bg-success {
  background-color: #198754 !important;
}
.bg-info {
  background-color: #0dcaf0 !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
.bg-dark {
  background-color: #212529 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 0.2rem !important;
}
.rounded-2 {
  border-radius: 0.25rem !important;
}
.rounded-3 {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.4rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
  .fs-sm-1 {
    font-size: 2.5rem !important;
  }
  .fs-sm-2 {
    font-size: 2rem !important;
  }
  .fs-sm-3 {
    font-size: 1.4rem !important;
  }
  .fs-sm-4 {
    font-size: 1.5rem !important;
  }
  .fs-md-1 {
    font-size: 2.5rem !important;
  }
  .fs-md-2 {
    font-size: 2rem !important;
  }
  .fs-md-3 {
    font-size: 1.4rem !important;
  }
  .fs-md-4 {
    font-size: 1.5rem !important;
  }
  .fs-lg-1 {
    font-size: 2.5rem !important;
  }
  .fs-lg-2 {
    font-size: 2rem !important;
  }
  .fs-lg-3 {
    font-size: 1.4rem !important;
  }
  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
} /*!
 * justifiedGallery - v3.8.1
 * http://miromannino.github.io/Justified-Gallery/
 * Copyright (c) 2020 Miro Mannino
 * Licensed under the MIT license.
 */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.justified-gallery > a,
.justified-gallery > div,
.justified-gallery > figure {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  filter: "alpha(opacity=10)";
  opacity: 0.1;
  margin: 0;
  padding: 0;
}
.justified-gallery > a > img,
.justified-gallery > div > img,
.justified-gallery > figure > img,
.justified-gallery > a > a > img,
.justified-gallery > div > a > img,
.justified-gallery > figure > a > img,
.justified-gallery > a > svg,
.justified-gallery > div > svg,
.justified-gallery > figure > svg,
.justified-gallery > a > a > svg,
.justified-gallery > div > a > svg,
.justified-gallery > figure > a > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  border: none;
  filter: "alpha(opacity=0)";
  opacity: 0;
}
.justified-gallery > a > .jg-caption,
.justified-gallery > div > .jg-caption,
.justified-gallery > figure > .jg-caption {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 5px;
  background-color: #000000;
  left: 0;
  right: 0;
  margin: 0;
  color: white;
  font-size: 12px;
  font-weight: 300;
  font-family: sans-serif;
}
.justified-gallery > a > .jg-caption.jg-caption-visible,
.justified-gallery > div > .jg-caption.jg-caption-visible,
.justified-gallery > figure > .jg-caption.jg-caption-visible {
  display: initial;
  filter: "alpha(opacity=70)";
  opacity: 0.7;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-entry-visible {
  filter: "alpha(opacity=100)";
  opacity: 1;
  background: none;
}
.justified-gallery > .jg-entry-visible > img,
.justified-gallery > .jg-entry-visible > a > img,
.justified-gallery > .jg-entry-visible > svg,
.justified-gallery > .jg-entry-visible > a > svg {
  filter: "alpha(opacity=100)";
  opacity: 1;
  transition: opacity 500ms ease-in;
}
.justified-gallery > .jg-filtered {
  display: none;
}
.justified-gallery > .jg-spinner {
  position: absolute;
  bottom: 0;
  margin-left: -24px;
  padding: 10px 0 10px 0;
  left: 50%;
  filter: "alpha(opacity=100)";
  opacity: 1;
  overflow: initial;
}
.justified-gallery > .jg-spinner > span {
  display: inline-block;
  filter: "alpha(opacity=0)";
  opacity: 0;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 4px;
  background-color: #000;
  border-radius: 6px;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtLt.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtLt.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtLt.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ThinIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ThinIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ThinIta.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Thin.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Thin.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-HairlineIt.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-HairlineIt.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-HairlineIt.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtLtIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtLtIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtLtIta.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Hairline.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Hairline.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-LightIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-LightIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-LightIta.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Medium.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtBlk.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtBlk.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtBlk.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtraBold.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtBdIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtBdIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtBdIta.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Italic.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Italic.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Light.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Light.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-ExtBlkIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-ExtBlkIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-ExtBlkIta.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-MedIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-MedIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-MedIta.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-BoldIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-BoldIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-BoldIta.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Regular.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Bold.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-BlackIta.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-BlackIta.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-BlackIta.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Display";
  src: url("fonts/HelveticaNowDisplay-Black.woff2") format("woff2"),
    url("fonts/HelveticaNowDisplay-Black.woff") format("woff"),
    url("fonts/HelveticaNowDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Now Text";
  src: url("fonts/HelveticaNowText-Regular.ttf") format("ttf"),
    url("fonts/HelveticaNowText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text";
  src: url("fonts/HelveticaNowText-Medium.ttf") format("ttf"),
    url("fonts/HelveticaNowText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica Now Text";
  src: url("fonts/HelveticaNowTextBd.ttf") format("ttf"),
    url("fonts/HelveticaNowTextBd.woff") format("woff"),
    url("fonts/HelveticaNowTextBd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}
:root {
  --main-bg: transparent;
}
hr {
  background-color: #dae8ff;
  margin: 4rem 0;
  opacity: 1;
}
.contributors .content,
.blog .content,
.page .content,
.error404 .content,
.docs.list .content,
.showcase.list .content,
.themes.list .content {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 2rem 0 1rem;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  letter-spacing: 0.2px;
  line-height: 1.45;
}
@media (min-width: 768px) {
  body {
    font-size: 1.125rem;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .h1,
  .h2,
  .h3,
  .h4,
  .h5,
  .h6 {
    margin-bottom: 1.125rem;
  }
}
a:hover,
a:focus {
  text-decoration: underline;
}
.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.section-md {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.section-sm {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.page-wrap {
  padding-top: 91px;
}
.docs-sidebar {
  order: 2;
}
@media (min-width: 992px) {
  .docs-sidebar {
    order: 0;
    border-right: 1px solid #f6f8fa;
  }
  @supports (position: sticky) {
    .docs-sidebar {
      position: sticky;
      top: 4rem;
      z-index: 1000;
      height: calc(100vh - 4rem);
    }
  }
}
@media (min-width: 1200px) {
  .docs-sidebar {
    flex: 0 1 320px;
  }
}
.docs-links {
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  @supports (position: sticky) {
    .docs-links {
      max-height: calc(100vh - 4rem);
      overflow-y: auto;
    }
  }
}
@media (min-width: 992px) {
  .docs-links {
    display: block !important;
    margin-right: -1.5rem;
    padding-bottom: 4rem;
  }
}
.docs-toc {
  order: 2;
}
@supports (position: sticky) {
  .docs-toc {
    position: sticky;
    top: 4rem;
    height: calc(100vh - 4rem);
    overflow-y: auto;
  }
}
.docs-content {
  padding-bottom: 3rem;
  order: 1;
}
.docs-navigation {
  border-top: 1px solid #f6f8fa;
  margin-top: 2rem;
  margin-bottom: 0;
  padding-top: 2rem;
}
.docs-navigation a {
  font-size: 0.9rem;
}
@media (min-width: 992px) {
  .docs-navigation {
    margin-bottom: -1rem;
  }
  .docs-navigation a {
    font-size: 1rem;
  }
}
.navbar a:hover,
.navbar a:focus,
a.btn:hover,
.search-form a.search-submit:hover,
a.btn:focus,
.search-form a.search-submit:focus,
.footer a:hover,
.footer a:focus {
  text-decoration: none;
}
#TableOfContents ul {
  padding-left: 0;
  list-style: none;
}
.bg-dots {
  background-image: radial-gradient(#dee2e6 15%, transparent 15%);
  background-position: 0 0;
  background-size: 1rem 1rem;
  -webkit-mask: linear-gradient(to top, #fff, transparent);
  mask: linear-gradient(to top, #fff, transparent);
  width: 100%;
  height: 9rem;
  margin-top: -10rem;
  z-index: -1;
}
.bg-dots-md {
  margin-top: -11rem;
}
.bg-dots-lg {
  margin-top: -12rem;
}
h2.monospace,
.monospace.h2,
p.monospace {
  font-family: var(--bs-font-monospace);
}
table {
  font-size: 1rem;
}
.navbar {
  width: 100%;
}
button:focus {
  outline: none;
}
.btn-white {
  color: #006eb7;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:focus,
.btn-white:hover {
  color: #006eb7;
  background-color: #fff;
  border-color: #fff;
}
.docs-content h2[id]::before,
.docs-content [id].h2::before,
.docs-content h3[id]::before,
.docs-content [id].h3::before,
.docs-content h4[id]::before,
.docs-content [id].h4::before,
.docs-content .anchor-id::before {
  display: block;
  height: 6rem;
  margin-top: -6rem;
  content: "";
}
.docs-content .anchor-id {
  white-space: nowrap;
}
.docs-content .anchor-id:hover a {
  visibility: visible;
  text-decoration: none;
}
.docs-content .alert {
  margin-bottom: 1rem;
}
.docs-content li {
  line-height: 2rem;
}
.docs-content h2 + h3,
.docs-content .h2 + h3,
.docs-content h2 + .h3,
.docs-content .h2 + .h3 {
  margin-top: 0;
}
.docs-content p:empty {
  display: none;
}
.docs-content h2,
.docs-content .h2 {
  font-size: 1.5rem;
  border-bottom: 1px solid #dae8ff;
  padding-bottom: 1rem;
  margin: 4rem 0 1rem;
}
.docs-content h4,
.docs-content .h4 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 3rem 0 1rem;
}
.docs-content .options-table {
  margin-top: 2rem;
}
.demo-btns-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 1rem 0 2rem 0;
}
.demo-btns-container.dynamic-mode-demo {
  display: inline-flex;
  margin: 0 10px 0 10px;
}
.demo-btn {
  text-align: center;
  font-size: 14px;
}
.demo-btn svg {
  width: 18px;
  margin-right: 5px;
}
.demo-btn a {
  display: flex;
  align-items: center;
}
.demo-btn-stackblits svg {
  margin-right: 3px;
}
.demo-btn + .demo-btn {
  margin-left: 10px;
}
.codepen-demo {
  text-align: center;
  margin: 1rem 0 2rem 0;
  font-size: 14px;
}
.font-12 {
  font-size: 12px !important;
}
.doc-union > span:before {
  content: "|";
  margin: 0 5px;
}
.doc-union > span:first-child:before,
.doc-union > span:empty {
  display: none;
}
.alert {
  font-size: 0.875rem;
  text-align: left;
}
@media (min-width: 768px) {
  .alert {
    font-size: 1rem;
  }
}
.alert .alert-link {
  text-decoration: underline;
}
.alert-dark {
  color: #f8f9fa;
  background-color: #212529;
}
.alert-dark .alert-link {
  color: #f8f9fa;
}
.alert-primary {
  color: #f8f9fa;
  background-color: #0e3481;
}
.alert-primary .alert-link {
  color: #f8f9fa;
}
.alert .alert-link:hover,
.alert .alert-link:focus {
  text-decoration: none;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators li {
  background-color: #333;
}
.carousel-dark .carousel-caption {
  color: #333;
}
pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 0.875rem;
}
pre {
  background: #f6f8fa;
  color: #212529;
  line-height: 2;
  margin: 1.5rem 0;
  overflow: auto;
  padding: 1.1rem 1.5rem;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
code {
  background: #f6f8fa;
  color: #212529;
  padding: 0.25rem 0.5rem;
}
pre code {
  background: none;
  font-size: inherit;
  padding: 0;
}
code a {
  border-bottom-color: #f6f8fa;
}
.options tr p {
  color: #565656;
  font-size: 14px;
  margin-top: 12px;
}
:root {
  --select-border: #777;
  --select-focus: blue;
  --select-arrow: var(--select-border);
}

table.table-blue {
  border: 1px solid #dae8ff;
  --bs-table-bg: #fafbff;
  font-size: 15px;
}
.chroma {
  background-color: #fafafa;
  font-size: 14px;
  white-space: pre-wrap;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  -o-border-image: initial;
  border-image: initial;
  padding: 8px;
}
.chroma {
  background-color: #fafbff;
  border-color: #dae8ff;
}
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0;
}
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block;
}
.chroma .hl {
  display: block;
  width: 100%;
  background-color: #ffffcc;
}
.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f;
}
.chroma .k {
  color: #0000ff;
}
.chroma .kc {
  color: #0000ff;
}
.chroma .kd {
  color: #0000ff;
}
.chroma .kn {
  color: #0000ff;
}
.chroma .kp {
  color: #0000ff;
}
.chroma .kr {
  color: #0000ff;
}
.chroma .kt {
  color: #2b91af;
}
.chroma .nc {
  color: #2b91af;
}
.chroma .s {
  color: #a31515;
}
.chroma .sa {
  color: #a31515;
}
.chroma .sb {
  color: #a31515;
}
.chroma .sc {
  color: #a31515;
}
.chroma .dl {
  color: #a31515;
}
.chroma .sd {
  color: #a31515;
}
.chroma .s2 {
  color: #a31515;
}
.chroma .se {
  color: #a31515;
}
.chroma .sh {
  color: #a31515;
}
.chroma .si {
  color: #a31515;
}
.chroma .sx {
  color: #a31515;
}
.chroma .sr {
  color: #a31515;
}
.chroma .s1 {
  color: #a31515;
}
.chroma .ss {
  color: #a31515;
}
.chroma .ow {
  color: #0000ff;
}
.chroma .c {
  color: #008000;
}
.chroma .ch {
  color: #008000;
}
.chroma .cm {
  color: #008000;
}
.chroma .c1 {
  color: #008000;
}
.chroma .cs {
  color: #008000;
}
.chroma .cp {
  color: #0000ff;
}
.chroma .cpf {
  color: #0000ff;
}
.chroma .ge {
  font-style: italic;
}
.chroma .gh {
  font-weight: bold;
}
.chroma .gp {
  font-weight: bold;
}
.chroma .gs {
  font-weight: bold;
}
.chroma .gu {
  font-weight: bold;
}
.comment-list ol {
  list-style: none;
}
.search-form label {
  font-weight: normal;
}
figure {
  margin: 2rem 0;
}
.figure-caption {
  margin: 0.25rem 0 0.75rem;
}
figure.wide {
  margin: 2rem -1.5rem;
}
figure.wide .figure-caption {
  margin: 0.25rem 1.5rem 0.75rem;
}
@media (min-width: 768px) {
  figure.wide {
    margin: 2rem -2.5rem;
  }
  figure.wide .figure-caption {
    margin: 0.25rem 2.5rem 0.75rem;
  }
}
@media (min-width: 992px) {
  figure.wide {
    margin: 2rem -5rem;
  }
  figure.wide .figure-caption {
    margin: 0.25rem 5rem 0.75rem;
  }
}
.blur-up {
  filter: blur(5px);
}
.blur-up.lazyloaded {
  filter: unset;
}
.quality-option {
  border: 1px solid black;
  max-width: 220px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%230e3481%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%230e3481%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.6em;
  background-position: calc(100% - 1.3em) center;
  background-repeat: no-repeat;
}
.thumb-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.url-tab {
  margin-right: -1px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  height: 32px;
  min-width: 0px;
  outline: transparent solid 2px;
  outline-offset: 2px;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  -o-border-image: initial;
  border-image: initial;
  border-color: inherit;
  background: inherit;
  width: 100%;
  background-color: white;
  border-color: #e0eafd;
  border-radius: 6px;
  font-size: 16px;
  color: #333333;
  height: 66px;
}
@media (min-width: 768px) {
  .url-tab {
    border-radius: 6px 0px 0px 6px;
  }
}
@media (min-width: 992px) {
  .url-tab {
    width: 730px;
    border-radius: 6px 0px 0px 6px;
  }
}
.url-tab:-webkit-autofill,
.url-tab:-webkit-autofill:hover,
.url-tab:-webkit-autofill:focus,
.url-tab:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: #333333;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 40px 40px #fff;
}
.content-area {
  margin-top: 72px;
  display: flex;
}
@media (max-width: 991.98px) {
  .content-area {
    display: flex;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .content-area {
    display: block;
  }
}
.url-tab-header {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  color: #0e3481;
  font-size: 16px;
  font-family: "Helvetica Now Display", "Helvetica Now Display", system-ui,
    -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
}
.content-url-section {
  margin-right: 0px;
}
@media (max-width: 767.98px) {
  .content-url-section {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .content-url-section {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .content-quality-section {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.quality-option-header {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.5px;
  font-family: "Helvetica Now Display", "Helvetica Now Display", system-ui,
    -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #0e3481;
  font-size: 16px;
}
.quality-option {
  letter-spacing: 0.5px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  border-color: #0e3481;
  color: #0e3481;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 4px;
  height: 40px;
  width: 220px;
}
.quality-value {
  font-weight: 500;
  color: #0e3481;
  align-items: center;
  display: flex;
  justify-content: center;
}
.preview-button-container {
  margin-top: 0px;
  margin-left: 0px;
  flex-shrink: 0px;
}
@media (max-width: 991.98px) {
  .preview-button-container {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767.98px) {
  .preview-button-container {
    width: 100%;
  }
}
.preview-button {
  margin-top: 0px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 18px;
  border-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  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;
  color: #fff;
  background-color: #0858fe;
  border-color: #0858fe;
  height: 66px;
  padding-top: 3px;
  width: 236px;
}
@media (max-width: 991.98px) {
  .preview-button {
    border-radius: 0px, 0px, 6px, 6px;
  }
}
@media (max-width: 767.98px) {
  .preview-button {
    border-radius: 6px;
    width: 100%;
  }
}
.preview-button:hover {
  transition: 0.5s;
  color: #fff;
  background-color: #0e3481;
  border-color: #e0eafd;
  border-color: #0e3481;
}
.faq-section-container {
  width: 100%;
  background-image: linear-gradient(#f6f9fb 0%, #fdfdfe 52.08%);
  display: flex;
  justify-content: center;
  margin-top: 126px;
}
.faq-question-single {
  color: #0e3481;
  font-size: 22px;
}
.faq-answer-single {
  color: #0e3481;
  font-size: 18px;
}
.faq-section-header {
  padding-top: 120px;
  display: flex;
  color: #0e3481;
  font-size: 32px;
  font-weight: 600;
}
.faq-section-body {
  display: flex;
  flex-direction: column;
}
.preview-section-two {
  max-width: 1346px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.preview-section-one {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.preview-container {
  border-radius: 12px;
  margin-top: 110px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fafcff;
  border: 1px solid #e0eafd;
}
@media (min-width: 768px) {
  .preview-container {
    padding: 32px;
  }
}
.thumbnail-preview {
  width: 100%;
  margin-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.download-btn {
  display: flex;
  margin-bottom: 32px;
  padding: 7px 24px 7px 24px;
  border-radius: 4px;
  color: #0858fe;
  border: none;
  background-color: #e0eafd;
  text-decoration: none !important;
}
.download-btn:hover {
  transition: 0.4s;
  color: #e0eafd;
  background-color: #0858fe;
}
.preview-name {
  margin-bottom: 16px;
  color: #666666;
}
.btn-text {
  margin-right: 6px;
}
.youtube-thumnail-about-section {
  max-width: 1200px;
}
.about-section-desc-header {
  color: #0e3481;
  font-size: 32px;
}
.about-seection-desc {
  color: #0e3481;
  font-size: 18px;
}
.download-icon {
  stroke: #0858fe;
}
.inner-section {
  text-align: center;
}
.other-tool-section-tittle {
  text-align: center;
  margin-bottom: 60px;
  font-size: 24px;
  color: #0e3481;
}
@media (min-width: 768px) {
  .other-tool-section-tittle {
    font-size: 32px;
  }
}
.inner-section-subhead {
  font-size: 20px;
  color: #0e3481;
}
@media (min-width: 768px) {
  .inner-section-subhead {
    font-size: 22px;
  }
}
.inner-section-desc {
  color: #666666;
  font-size: 16px;
}
@media (min-width: 768px) {
  .inner-section-desc {
    font-size: 18px;
  }
}
.other-tool-section {
  margin-top: 110px;
}
.footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #0e3481;
  margin-top: 3rem;
}
.footer ul.footer-menu {
  padding-left: 0;
  list-style-type: none;
  font-size: 1rem;
  line-height: 1.9rem;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .footer ul.footer-menu {
    margin-bottom: 0;
  }
}
.footer h4,
.footer .h4 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #74a0ff;
  margin: 0 0 15px;
}
.footer .footer-menu-item a {
  color: #9abaff;
  transition: color 0.2s;
}
.footer .footer-menu-item a:hover {
  color: #c9daff;
}
.license.list .footer,
.wordpress.list .footer {
  padding-bottom: 6.4rem;
}
.other-products-item img {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  float: left;
  margin-right: 16px;
}
.other-products-item h5,
.other-products-item .h5 {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 3px;
  color: #c1d5ff;
  transition: color 0.3s ease-in-out;
}
.other-products-item p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.3;
  color: #9abaff;
  transition: color 0.3s ease-in-out;
}
.other-products-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none !important;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .other-products-item {
    margin-bottom: 0;
  }
}
.other-products-item:hover h5,
.other-products-item:hover .h5,
.other-products-item:hover p {
  color: #c9daff;
}
.other-products-item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.row.other-products {
  border-top: 1px solid #4b6599;
  padding: 40px 0 0 0;
  margin-top: 80px;
  position: relative;
}
.other-products-label {
  position: absolute;
  left: 50%;
  top: 1px;
  font-size: 11px;
  margin-top: -10px;
  background-color: #0e3480;
  width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  transform: translate3d(-50%, 0px, 0px);
  color: #74a0ff;
}
.navbar-text {
  margin-left: 1rem;
}
.navbar-nav {
  font-size: 1rem;
}
.navbar {
  background-color: var(--main-bg);
  box-shadow: rgba(0, 0, 0, 0) 0px 6px 24px;
  transition: all 0.3s ease-in-out 0s;
  will-change: transform;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.docs .navbar,
.demos .navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 24px;
}
.navbar.fixed-header {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 6px 24px;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.navbar .nav-link,
.navbar .banner .nav a,
.banner .nav .navbar a {
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .navbar .container {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
    font-size: 1.375rem;
  }
  .navbar-text {
    margin-left: 1.25rem;
  }
}
.nav-item svg,
.banner .nav li svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.nav-item-social > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.anchor {
  visibility: hidden;
  padding-left: 0.5rem;
}
.showcase-meta {
  margin-top: 2rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  color: #586069;
}
.showcase-meta a {
  color: #586069;
}
h1:hover a,
.h1:hover a,
h2:hover a,
.h2:hover a,
h3:hover a,
.h3:hover a,
h4:hover a,
.h4:hover a {
  visibility: visible;
  text-decoration: none;
}
.card-list {
  margin-top: 2.25rem;
}
.edit-page {
  margin-top: 3rem;
  font-size: 1rem;
}
.edit-page svg {
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
}
p.meta {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  color: #6a737d;
}
p.meta a {
  color: #6a737d;
}
.showcase-meta a:hover,
.showcase-meta a:focus {
  color: #0e3481;
}
p.meta a:hover,
p.meta a:focus {
  color: #0e3481;
}
.error404 h1,
.error404 .h1 {
  margin-top: 10rem;
}
.error404 .lead {
  margin-bottom: 5rem;
}
.error404 h3,
.error404 .h3 {
  margin-top: 5rem;
}
.docs-links,
.docs-toc {
  scrollbar-width: thin;
  scrollbar-color: #fff #fff;
}
.docs-links::-webkit-scrollbar,
.docs-toc::-webkit-scrollbar {
  width: 5px;
}
.docs-links::-webkit-scrollbar-track,
.docs-toc::-webkit-scrollbar-track {
  background: #fff;
}
.docs-links::-webkit-scrollbar-thumb,
.docs-toc::-webkit-scrollbar-thumb {
  background: #fff;
}
.docs-links:hover,
.docs-toc:hover {
  scrollbar-width: thin;
  scrollbar-color: #f6f8fa #fff;
}
.docs-links:hover::-webkit-scrollbar-thumb,
.docs-toc:hover::-webkit-scrollbar-thumb {
  background: #f6f8fa;
}
.docs-links::-webkit-scrollbar-thumb:hover,
.docs-toc::-webkit-scrollbar-thumb:hover {
  background: #f6f8fa;
}
.docs-links h3,
.docs-links .h3,
.page-links h3,
.page-links .h3 {
  font-size: 1.125rem;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  color: #0e3481;
  margin: 1.25rem 0 0.5rem 0;
  padding: 1.5rem 0 0 0;
}
@media (min-width: 992px) {
  .docs-links h3,
  .docs-links .h3,
  .page-links h3,
  .page-links .h3 {
    margin: 1.125rem 1.5rem 0.75rem 0;
    padding: 1.375rem 0 0 0;
  }
}
.docs-links h3:not(:first-child),
.docs-links .h3:not(:first-child) {
  border-top: 1px solid #f6f8fa;
}
a.docs-link {
  color: #5971a7;
  display: block;
  padding: 8px 0;
  font-size: 1rem;
  font-size: 15px;
  font-weight: 500;
}
.page-links li {
  margin-top: 0.375rem;
  padding-top: 0.375rem;
}
.page-links li ul li {
  border-top: none;
  padding-left: 1rem;
  margin-top: 0.125rem;
  padding-top: 0.125rem;
}
.page-links li:not(:first-child) {
  border-top: 1px dashed #f6f8fa;
}
.page-links ul ul li:not(:first-child) {
  border-top: 0;
}
.page-links a {
  color: #5971a7;
  display: block;
  padding: 0.125rem 0;
  font-size: 0.9375rem;
}
.docs-link:hover,
.docs-link.active,
.page-links a:hover {
  text-decoration: none;
  color: #3e7eff;
}
.docs-link.active {
  color: #115df6;
}
.docs-links h3.sidebar-link,
.docs-links .sidebar-link.h3,
.page-links h3.sidebar-link,
.page-links .sidebar-link.h3 {
  text-transform: none;
  font-family: "Helvetica Now Display", system-ui, -apple-system, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
}
.docs-links h3.sidebar-link a,
.docs-links .sidebar-link.h3 a,
.page-links h3.sidebar-link a,
.page-links .sidebar-link.h3 a {
  color: #333;
}
.docs-links h3.sidebar-link a:hover,
.docs-links .sidebar-link.h3 a:hover,
.page-links h3.sidebar-link a:hover,
.page-links .sidebar-link.h3 a:hover {
  text-decoration: underline;
}
.main-page h1,
.main-page .h1 {
  font-size: calc(3.5rem + 1.5vw);
}
@media (min-width: 992px) {
  .main-page h1,
  .main-page .h1 {
    font-size: calc(4.875rem + 1.5vw);
  }
}
.main-page h2,
.main-page .h2 {
  font-size: 2.1rem;
}
@media (min-width: 576px) {
  .main-page h2,
  .main-page .h2 {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  .main-page h2,
  .main-page .h2 {
    font-size: 3.2rem;
  }
}
.open-gallery-text {
  font-size: 11px;
  font-style: italic;
  font-weight: 300;
  margin-top: 15px;
  opacity: 0.5;
  text-align: center;
}
.hero-section {
  padding-top: 15rem;
  padding-bottom: 11.75rem;
  background-color: var(--main-bg);
  background-image: linear-gradient(#e8f0ff 0%, #fff 52.08%);
  color: #0e3481;
}
.hero-section .main-title {
  margin: 0;
}
.hero-section .sub-title {
  font-weight: 400;
  margin-top: 1.25rem;
  line-height: 1.6;
}
.hero-section .btn,
.hero-section .comment-form input[type="submit"],
.comment-form .hero-section input[type="submit"],
.hero-section .search-form .search-submit,
.search-form .hero-section .search-submit {
  margin-top: 2rem;
}
.clip-path-bg {
  position: relative;
}
.clip-path-bg .clip-path-bg-inner {
  position: relative;
  z-index: 2;
}
.clip-path-bg:after {
  clip-path: polygon(
    100% 0,
    0 0,
    0 77.5%,
    1% 77.4%,
    2% 77.1%,
    3% 76.6%,
    4% 75.9%,
    5% 75.05%,
    6% 74.05%,
    7% 72.95%,
    8% 71.75%,
    9% 70.55%,
    10% 69.3%,
    11% 68.05%,
    12% 66.9%,
    13% 65.8%,
    14% 64.8%,
    15% 64%,
    16% 63.35%,
    17% 62.85%,
    18% 62.6%,
    19% 62.5%,
    20% 62.65%,
    21% 63%,
    22% 63.5%,
    23% 64.2%,
    24% 65.1%,
    25% 66.1%,
    26% 67.2%,
    27% 68.4%,
    28% 69.65%,
    29% 70.9%,
    30% 72.15%,
    31% 73.3%,
    32% 74.35%,
    33% 75.3%,
    34% 76.1%,
    35% 76.75%,
    36% 77.2%,
    37% 77.45%,
    38% 77.5%,
    39% 77.3%,
    40% 76.95%,
    41% 76.4%,
    42% 75.65%,
    43% 74.75%,
    44% 73.75%,
    45% 72.6%,
    46% 71.4%,
    47% 70.15%,
    48% 68.9%,
    49% 67.7%,
    50% 66.55%,
    51% 65.5%,
    52% 64.55%,
    53% 63.75%,
    54% 63.15%,
    55% 62.75%,
    56% 62.55%,
    57% 62.5%,
    58% 62.7%,
    59% 63.1%,
    60% 63.7%,
    61% 64.45%,
    62% 65.4%,
    63% 66.45%,
    64% 67.6%,
    65% 68.8%,
    66% 70.05%,
    67% 71.3%,
    68% 72.5%,
    69% 73.6%,
    70% 74.65%,
    71% 75.55%,
    72% 76.35%,
    73% 76.9%,
    74% 77.3%,
    75% 77.5%,
    76% 77.45%,
    77% 77.25%,
    78% 76.8%,
    79% 76.2%,
    80% 75.4%,
    81% 74.45%,
    82% 73.4%,
    83% 72.25%,
    84% 71.05%,
    85% 69.8%,
    86% 68.55%,
    87% 67.35%,
    88% 66.2%,
    89% 65.2%,
    90% 64.3%,
    91% 63.55%,
    92% 63%,
    93% 62.65%,
    94% 62.5%,
    95% 62.55%,
    96% 62.8%,
    97% 63.3%,
    98% 63.9%,
    99% 64.75%,
    100% 65.7%
  );
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 30%;
  background-color: var(--main-bg);
  background-image: linear-gradient(
    180deg,
    white,
    rgba(132, 187, 255, 0.239216)
  );
  z-index: 1;
}
.vertical-bg {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.vertical-bg::before {
  background-image: linear-gradient(180deg, #fff, #f7f9fc 100%);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  transform: skewY(-2deg);
  width: 100%;
}
.vertical-bg .vertical-bg-inner {
  position: relative;
}
.gradient-bg-light-blue {
  background-image: linear-gradient(#f6f9fb 0%, #fdfdfe 50%);
}
.features-list-header {
  text-align: center;
}
.features-list {
  margin-top: 7.5rem;
  position: relative;
}
.features-list .features-list-header h2,
.features-list .features-list-header .h2 {
  margin: 0;
  margin-bottom: 5rem;
}
.features-list-item {
  margin-bottom: 2.5rem;
}
.features-list-item h3,
.features-list-item .h3 {
  margin-bottom: 0.625rem;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.features-list-item svg {
  fill: #0959fe;
  color: #0959fe;
  width: 32px;
  margin-right: 14px;
  height: 28px;
}
.features-list-grid {
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .features-list-grid {
    padding-top: 10rem;
    padding-bottom: 13rem;
  }
}
.features-list-grid .features-list-grid-img {
  height: 16.5rem;
}
.features-list-grid .features-list-grid-item {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (min-width: 992px) {
  .features-list-grid .features-list-grid-item {
    margin-bottom: 0;
  }
}
.features-list-grid p.features-list-grid-desc {
  margin-bottom: 0;
  text-align: center;
  max-width: 410px;
}
.feature-list-lg {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@keyframes br-zoom-in-right {
  from {
    transform-origin: 100% 50%;
    transform: scale(1, 1);
  }
  to {
    transform-origin: 100% 50%;
    transform: scale(1.12, 1.12);
  }
}
.home-inline-gallery .home-inline-gallery-header {
  margin-bottom: 2.5rem;
}
.home-inline-gallery .home-inline-gallery-header p {
  font-size: 1.4rem;
}
.home-customize-gallery {
  position: relative;
  overflow: hidden;
}
.home-customize-gallery .svg-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  transform: translate3d(10%, 4%, 0px) rotate3d(1, 1, 1, 15deg);
}
@media (min-width: 1200px) {
  .home-mixed-gallery > .row {
    --bs-gutter-x: 100px;
  }
}
.features-list-md {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .features-list-md {
    margin-bottom: 0;
  }
}
.features-list-md .features-list-md-item {
  display: flex;
}
.features-list-md .features-list-md-icon {
  width: 3rem;
  height: 3rem;
  flex-shrink: 0;
  background-color: rgba(204, 221, 255, 0.5);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-list-md .features-list-md-icon svg {
  width: 1.5rem;
  fill: #0858fe;
}
.features-list-md .features-list-md-item {
  position: relative;
  display: flex;
  margin-top: 1rem;
}
.features-list-md .features-list-md-content {
  margin-left: 1rem;
}
.features-list-md h4,
.features-list-md .h4 {
  margin-top: 0;
}
.features-list-md h4.features-list-md-title,
.features-list-md .features-list-md-title.h4 {
  font-size: 1.25rem;
  margin: 0;
  color: #3c4d6b;
}
.features-list-md p.features-list-md-desc {
  font-size: 1rem;
  margin-top: 5px;
  color: #3b4e6b;
}
.features-list-md .features-list-md {
  margin-top: 2rem;
}
.features-grid {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 1200px) {
  .features-grid {
    --bs-gutter-x: 48px;
  }
}
@media (min-width: 992px) {
  .features-grid {
    margin-bottom: 0;
  }
}
.features-grid .features-grid-icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
.features-grid .features-grid-item {
  display: flex;
  margin-top: 1rem;
}
.features-grid .features-grid-title {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}
.features-grid .features-grid-desc {
  font-size: 1rem;
}
.contents-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contents-list .contents-list-item {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26%;
  flex-grow: 1;
  margin: 1rem;
  padding: 2rem;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.contents-list img.content-list-logo {
  max-width: 100px;
  max-height: 100px;
}
.available-for {
  padding-top: 5.5rem;
  padding-bottom: 7.5rem;
}
.available-for .available-for-header {
  margin-bottom: 2.5rem;
  text-align: center;
}
.available-for .available-for-header p {
  font-size: 1.4rem;
}
.available-for .contents-list-item {
  padding: 0;
  box-shadow: none;
  flex: 1;
}
.available-for img.content-list-logo.content-list-lg {
  max-width: 120px;
  max-height: 120px;
}
.subscribe {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.subscribe .subscribe-inner {
  padding: 30px 30px;
  border: 1px solid #9fc8fb3d;
  border-radius: 4px;
  background-color: #b5d6ff3d;
  color: #0e3481;
  max-width: 500px;
}
.subscribe .form-group,
.subscribe .comment-form p,
.comment-form .subscribe p,
.subscribe .search-form label,
.search-form .subscribe label {
  display: flex;
  margin-top: 26px;
}
.subscribe p {
  font-size: 16px;
}
.subscribe .form-control,
.subscribe .comment-form input[type="text"],
.comment-form .subscribe input[type="text"],
.subscribe .comment-form input[type="email"],
.comment-form .subscribe input[type="email"],
.subscribe .comment-form input[type="url"],
.comment-form .subscribe input[type="url"],
.subscribe .comment-form textarea,
.comment-form .subscribe textarea,
.subscribe .search-form .search-field,
.search-form .subscribe .search-field {
  margin-right: 10px;
}
.subscribe h3,
.subscribe .h3 {
  margin: 0;
  margin-bottom: 10px;
}
.subscribe .alert {
  display: none;
  padding: 0.5rem 0.5rem;
  margin-top: 10px;
}
.subscribe.subscribed .alert-success {
  display: block;
}
.subscribe.subscribed-error .alert-danger {
  display: block;
}
.main-page.main-page-wordpress > .container-fluid,
.main-page.main-page-wordpress > .container-sm,
.main-page.main-page-wordpress > .container-md,
.main-page.main-page-wordpress > .container-lg,
.main-page.main-page-wordpress > .container-xl,
.main-page.main-page-wordpress > .container-xxl {
  max-width: 1980px;
}
.main-page.main-page-wordpress h1,
.main-page.main-page-wordpress .h1 {
  font-size: calc(2.5rem + 1.5vw);
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress h1,
  .main-page.main-page-wordpress .h1 {
    font-size: calc(1.575rem + 1.5vw);
  }
}
.main-page.main-page-wordpress .btn,
.main-page.main-page-wordpress .comment-form input[type="submit"],
.comment-form .main-page.main-page-wordpress input[type="submit"],
.main-page.main-page-wordpress .search-form .search-submit,
.search-form .main-page.main-page-wordpress .search-submit {
  margin-top: 1rem;
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress .btn,
  .main-page.main-page-wordpress .comment-form input[type="submit"],
  .comment-form .main-page.main-page-wordpress input[type="submit"],
  .main-page.main-page-wordpress .search-form .search-submit,
  .search-form .main-page.main-page-wordpress .search-submit {
    margin-top: 2rem;
  }
}
.main-page.main-page-wordpress h2,
.main-page.main-page-wordpress .h2 {
  font-size: 2.1rem;
}
@media (min-width: 576px) {
  .main-page.main-page-wordpress h2,
  .main-page.main-page-wordpress .h2 {
    font-size: 3.1rem;
  }
}
@media (min-width: 992px) {
  .main-page.main-page-wordpress h2,
  .main-page.main-page-wordpress .h2 {
    font-size: 3.2rem;
  }
}
.main-page.main-page-wordpress .hero-header {
  margin-bottom: 120px;
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress .hero-header {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress .hero-header-inner {
    padding-right: 70px;
  }
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress .gallery-demo {
    padding-left: 70px;
  }
}
.main-page.main-page-wordpress.hero-section {
  text-align: center;
  padding-top: 12rem;
  padding-bottom: 2.75rem;
}
@media (min-width: 1200px) {
  .main-page.main-page-wordpress.hero-section {
    text-align: left;
  }
}
.main-page.main-page-wordpress.hero-section .sub-title {
  font-size: 1.4rem;
}
.main-page.main-page-wordpress .wordpress-download-btn {
  margin-right: 10px;
}
#wordpress-pricing:before {
  display: block;
  height: 12rem;
  margin-top: -6rem;
  content: "";
}
.wp-features-wrap {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .wp-features-wrap {
    margin-top: 8rem;
  }
}
.wp-features-wrap > .row + .row {
  margin-top: 5rem;
}
.wp-pricing {
  margin-top: 2rem;
}
.wp-features-img-inner {
  border-radius: 0 5px 5px 5px;
}
.wp-features-img-inner img {
  position: relative;
  opacity: 0.97;
}
.wp-features-img-inner-right-bottom {
  background-image: linear-gradient(
    to right top,
    #d16ba5,
    #c777b9,
    #ba83ca,
    #aa8fd8,
    #9a9ae1,
    #8aa7ec,
    #79b3f4,
    #69bff8,
    #52cffe,
    #41dfff,
    #46eefa,
    #5ffbf1
  );
}
.wp-features-img-inner-right-bottom img {
  left: -20px;
  top: -20px;
}
.wp-features-img-inner-top-left {
  background-image: linear-gradient(
    to left top,
    #d16ba5,
    #c777b9,
    #ba83ca,
    #aa8fd8,
    #9a9ae1,
    #8aa7ec,
    #79b3f4,
    #69bff8,
    #52cffe,
    #41dfff,
    #46eefa,
    #5ffbf1
  );
}
.wp-features-img-inner-top-left img {
  left: 20px;
  top: 20px;
}
.wp-features-img-inner-top-right {
  background-image: linear-gradient(
    to left top,
    #d16ba5,
    #c777b9,
    #ba83ca,
    #aa8fd8,
    #9a9ae1,
    #8aa7ec,
    #79b3f4,
    #69bff8,
    #52cffe,
    #41dfff,
    #46eefa,
    #5ffbf1
  );
}
.wp-features-img-inner-top-right img {
  left: -20px;
  top: 20px;
}
.wp-features-img-inner-left-bottom {
  background-image: linear-gradient(
    to right bottom,
    #d16ba5,
    #c777b9,
    #ba83ca,
    #aa8fd8,
    #9a9ae1,
    #8aa7ec,
    #79b3f4,
    #69bff8,
    #52cffe,
    #41dfff,
    #46eefa,
    #5ffbf1
  );
}
.wp-features-img-inner-left-bottom img {
  left: 20px;
  top: -20px;
}
.license .price-container,
.wordpress .price-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.license .parity-banner,
.wordpress .parity-banner {
  font-size: 14px;
  z-index: 9;
  background-color: #0e3481;
  border-radius: 8px;
  padding: 15px;
  color: #fff;
}
.license .parity-banner b,
.wordpress .parity-banner b {
  color: #cefdff;
}
.license .parity-banner-poweredby,
.wordpress .parity-banner-poweredby {
  position: absolute;
  left: 5px;
  color: #51dfe5;
  font-size: 12px;
  margin-top: 2px;
}
.license .parity-banner-inner,
.wordpress .parity-banner-inner {
  padding-left: 0;
}
.trusted-by {
  padding-top: 4rem;
  padding-bottom: 0rem;
  text-align: center;
  color: #5b6373;
}
@media (min-width: 992px) {
  .trusted-by {
    padding-top: 7rem;
    padding-bottom: 0;
  }
}
.trusted-by .contents-list-item {
  box-shadow: none;
  width: 20%;
  margin: 0;
  padding: 1rem;
}
.trusted-by .contents-list-item svg {
  max-width: 110px;
  max-height: 36px;
}
@media (min-width: 768px) {
  .trusted-by .contents-list-item {
    padding: 1.5rem;
  }
}
.trusted-by h2,
.trusted-by .h2 {
  font-size: 18px;
  margin: 0 0px 36px 0;
  color: inherit;
}
@media (min-width: 768px) {
  .trusted-by h2,
  .trusted-by .h2 {
    font-size: 24px;
  }
}
.trusted-by.trusted-by-blue {
  color: #2d477c;
}
.pricing-list-item {
  width: 100%;
  padding: 15px;
  margin: 20px;
  color: #0e3481;
  border-radius: 5px;
}
@media (min-width: 768px) {
  .pricing-list-item {
    width: 290px;
  }
}
.pricing-list-item.pricing-list-item-colored {
  border: 2px solid;
  color: white;
  border-radius: 8px;
  width: 340px;
  padding: 50px 30px;
  background-image: linear-gradient(
    to right top,
    #0e3481,
    #0066b5,
    #0095c8,
    #00c2ba,
    #00ea95
  );
}
.pricing-list-item.pricing-list-item-colored .pricing-original {
  color: #f0f0f0;
}
.pricing-original {
  text-decoration: line-through;
  font-size: 20px;
  font-weight: normal;
  color: #6f83ac;
  margin-left: 5px;
}
.pricing-list {
  display: flex;
  flex-wrap: wrap;
}
.pricing-type {
  font-size: 12px;
  margin-bottom: 5px;
}
.pricing-cost {
  font-size: 2rem;
  font-weight: 600;
}
.pricing-cost-label {
  font-weight: normal;
  font-size: 1rem;
}
ul.pricing-terms {
  list-style-type: none;
  padding-left: 0;
  margin-top: 30px;
}
ul.pricing-terms li {
  margin-bottom: 5px;
  font-size: 14px;
}
.pricing-desc {
  color: #5971a7;
  margin: 5px 0;
  font-size: 14px;
}
.pricing-btn-wrap {
  margin: 20px 0;
}
.license .hero-section {
  padding-bottom: 3rem;
}
.pricing-section {
  color: #0e3481;
  margin-top: 5rem;
}
.pricing-points-item {
  text-align: left;
}
.pricing-points-item h4,
.pricing-points-item .h4 {
  font-size: 1.3rem;
  margin: 3rem 0 0.5rem;
}
.tools-container {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(#e8f0ff 0%, white 300px);
}
@media (max-width: 575.98px) {
  .tools-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.tools-hero-wrap {
  padding-left: 20px;
  padding-right: 20px;
}
.yt-thumbnail-page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.tools-hero {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .tools-hero {
    padding-top: 30px;
    margin-top: 50px;
  }
}
.tools-hero-heading {
  font-family: "Helvetica Now Display", "Helvetica Now Display", system-ui,
    -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans",
    "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
  color: #0e3481;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .tools-hero-heading {
    font-size: 36px;
  }
}
.tools-hero-sub-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tools-hero-sub-heading {
  color: #0e3481;
  font-weight: 400;
  margin-top: 0px;
  line-height: 1.6;
  font-size: 21px;
  display: flex;
  justify-content: center;
  max-width: 700px;
}
@media (max-width: 575.98px) {
  .tools-hero-sub-heading {
    font-size: 20px;
    margin-bottom: 48px;
  }
}
@media (max-width: 991.98px) {
  .tools-hero-sub-heading {
    margin-bottom: 48px;
  }
}
.libstracker .tools-hero {
  margin-bottom: 80px;
}
.tracker-head-session {
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tracker-head-title {
  font-size: 50px;
  color: #0e3481;
}
.tracker-head-sub-title {
  font-size: 18px;
  color: #0e3481;
  max-width: 50%;
  text-align: center;
}
.tracker-notice-btn {
  display: flex;
  justify-content: center;
  padding: 55px;
}
.tracker-btn {
  background-color: #0858fe;
  color: #fffdfd;
  font-size: 18px;
  border: none;
}
.libs-trackers-head-sections {
  background-color: #0e3481;
  color: #fffdfd;
  text-align: center;
}
.libs-tracker-table-head {
  display: flex;
  justify-content: center;
  max-width: 100%;
}
.libs-tracker-table-wrap {
  background-color: #fafcff;
  color: #e0eafd;
  width: 763px;
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid;
  overflow: hidden;
  margin-bottom: 80px;
}
.libs-tracker-table-wrap td,
.libs-tracker-table-wrap tr {
  border-bottom-width: 1px;
  text-align: center;
  padding: 16px 24px;
  font-size: 16px;
}
.libs-tracker-table-wrap th:first-child {
  float: left;
}
.libs-tracker-table-wrap th:last-child {
  float: right;
}
.libs-tracker-table-wrap a {
  color: #333333;
}
.libs-tracker-table-wrap a:hover {
  color: #1250cc;
  text-decoration: none;
}
.libs-tracker-table-wrap th {
  border: none;
  padding: 18px 24px;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.libs-tracker-table-wrap td:last-child {
  float: right;
  border-bottom-width: 0;
  color: 333333;
}
.libs-tracker-table-wrap td:first-child {
  float: left;
  border: none;
}
.libs-tracker-short-cap {
  text-align: center;
  color: #0e3481;
  padding-top: 24px;
  font-size: 16px;
}
a.libstracker-previous-btn {
  color: #0e3481;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.libstracker-previous-btn svg {
  margin-right: 5px;
}
.libstracker.single table td:first-child a {
  display: flex;
  align-items: center;
}
.libstracker.single table td:first-child a:after {
  margin-left: 2px;
  width: 18px;
  height: 18px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="%23115df6" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-external-link"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
}
.libstracker.single table td:first-child a:hover:after {
  opacity: 1;
}
.lg-item .lightGallery-captions h4,
.lg-item .lightGallery-captions .h4 {
  transform: translate3d(60px, 0, 0px);
}
.lg-item .lightGallery-captions p {
  transform: translate3d(-60px, 0, 0px);
}
.lg-item .lightGallery-captions h4,
.lg-item .lightGallery-captions .h4,
.lg-item .lightGallery-captions p {
  opacity: 0;
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions .h4,
.lg-current .lightGallery-captions p {
  transform: translate3d(0, 0, 0px);
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions .h4,
.lg-current .lightGallery-captions p {
  opacity: 1;
}
.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions .h4 {
  transform: translate3d(-60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions p {
  transform: translate3d(60px, 0, 0px);
}
.lg-slide-progress .lightGallery-captions h4,
.lg-slide-progress .lightGallery-captions .h4,
.lg-slide-progress .lightGallery-captions p {
  opacity: 0;
}
.lightGallery-captions h4,
.lightGallery-captions .h4,
.lightGallery-captions p {
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in;
}
.lg-current .lightGallery-captions h4,
.lg-current .lightGallery-captions .h4,
.lg-current .lightGallery-captions p {
  transition-delay: 500ms;
}
.lg-current.lg-slide-progress .lightGallery-captions h4,
.lg-current.lg-slide-progress .lightGallery-captions .h4,
.lg-current.lg-slide-progress .lightGallery-captions p {
  transition-delay: 0ms;
}
.inline-gallery-container {
  padding-bottom: 100%;
  height: 0;
}
@media (min-width: 576px) {
  .inline-gallery-container {
    padding-bottom: 65%;
  }
}
.gallery-demo-sm {
  margin-bottom: 1rem;
}
.vertical-gallery {
  --bs-gutter-x: 20px;
}
.vertical-gallery .first-row {
  padding-top: 80px;
}
.vertical-gallery .third-row {
  padding-top: 45px;
}
.vertical-gallery .gallery-item {
  margin-bottom: 20px;
  display: block;
}
.gallery-demo-videos .lg-video-play-button {
  width: 25%;
}
.gallery-demo-videos .lg-video-play-icon,
.gallery-demo-videos .lg-video-play-icon-bg {
  opacity: 0.65;
}
.gallery-demo-videos .lg-video-play-icon-bg {
  stroke: rgba(255, 255, 255, 0.65);
}
.lg-sub-html {
  color: #e0e0e0 !important;
}
.lg-sub-html h4,
.lg-sub-html .h4 {
  font-weight: 400 !important;
}
.lg-sub-html a {
  color: #fff !important;
  font-weight: 500 !important;
  margin-right: 10px !important;
}
.lightGallery-white-theme .lg-outer .lg-thumb-outer {
  box-shadow: 0px 0px 6px -3.5px rgba(0, 0, 0, 0.25) inset;
}
.lightGallery-white-theme .lg-sub-html {
  color: #333 !important;
}
.lightGallery-white-theme .lg-sub-html a {
  color: #2f2f2f !important;
}
.lightGallery-white-theme .lg-backdrop {
  background-color: #fff;
}
.lightGallery-white-theme .lg-backdrop {
  background-color: #fff;
}
.lightGallery-white-theme .lg-thumb-item.active,
.lightGallery-white-theme .lg-thumb-item:hover {
  border-color: #333;
}
.lightGallery-white-theme .lg-progress-bar {
  background-color: #999;
}
.lightGallery-white-theme .lg-progress-bar .lg-progress {
  background-color: #333;
}
.lightGallery-white-theme .lg-outer .lg-thumb-outer {
  background-color: #fcfcfc;
}
.lightGallery-white-theme .lg-next,
.lightGallery-white-theme .lg-prev {
  background-color: rgba(0, 0, 0, 0.03);
  color: #444;
}
.lightGallery-white-theme .lg-next:hover,
.lightGallery-white-theme .lg-prev:hover {
  color: #000;
}
.lightGallery-white-theme .lg-next:focus,
.lightGallery-white-theme .lg-prev:focus {
  outline: none;
  box-shadow: none;
}
.lightGallery-white-theme .lg-toolbar .lg-icon {
  color: #555;
}
.lightGallery-white-theme .lg-toolbar .lg-icon:hover {
  color: #000;
}
.lightGallery-white-theme .lg-counter {
  color: #555;
}
.lightGallery-white-theme .lg-outer .lg-thumb-item.active,
.lightGallery-white-theme .lg-outer .lg-thumb-item:hover {
  border-color: #333;
}
.carousel-control-prev,
.carousel-control-next {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.lg-custom-thumbnails .lg-outer {
  width: auto;
  right: 225px;
  left: 10px;
}
.lg-custom-thumbnails .lg-outer .lg-thumb-outer {
  left: auto;
  top: 0;
  width: 225px;
  max-height: none;
  bottom: 0;
  background-color: #999;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0 -10px;
  overflow-y: auto;
  position: fixed;
  right: 0;
  transform: translate3d(30%, 0, 0);
  opacity: 0;
  will-change: transform opacity;
  transition: transform 0.15s cubic-bezier(0, 0, 0.25, 1) 0s,
    cubic-bezier(0, 0, 0.25, 1) 0.15s;
}
.lg-custom-thumbnails .lg-outer.lg-components-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-custom-thumbnails .lg-outer .lg-thumb-item {
  float: left;
  filter: grayscale(100%);
  will-change: filter;
  transition: filter 0.12s ease-in, border-color 0.12s ease;
}
.lg-custom-thumbnails .lg-outer .lg-thumb-item:hover,
.lg-custom-thumbnails .lg-outer .lg-thumb-item.active {
  filter: grayscale(0);
  border-color: #545454;
}
.lg-custom-thumbnails .lg-outer .lg-thumb {
  padding: 5px 0;
}
.lg-update-slide-demo .lg-toolbar .lg-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lg-update-slide-demo .lg-toolbar svg {
  fill: #999;
  width: 22px;
  height: 22px;
}
.choose-select-option-wrap {
  margin-top: 20px;
}
.choose-select-option-wrap .choose-select-option {
  margin-right: 10px;
  font-size: 14px;
  color: #333;
}
.choose-select-option-wrap .choose-select-option,
.choose-select-option-wrap .select {
  display: inline-block;
  vertical-align: middle;
}
.lg-custom-share-demo .lg-reddit {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.lg-custom-share-demo .lg-dropdown-text {
  margin-top: 3px !important;
}
.lg-inline .lg-thumb-outer {
  padding-left: 5px;
}
.infinite-scroll-gallery {
  width: 240px;
}
.infinite-scroll-gallery .gallery-item {
  margin-bottom: 20px;
  display: block;
  width: 100%;
}
.medium-zoom-demo p {
  margin-left: 6rem;
  margin-right: 6rem;
}
.lg-events-demo-outer .lg-backdrop {
  transition: opacity 333ms ease-in 0s, background-color 0s ease 0s,
    all 333ms ease-in 0s;
}
.event-docs-list {
  margin-top: 2rem;
}
.lg-methods-demo .lg-next:after,
.lg-methods-demo .lg-next:before,
.lg-methods-demo .lg-prev:after,
.lg-methods-demo .lg-prev:before {
  content: "";
}
.docs-methods-list {
  margin-top: 2rem;
}
.options-table {
  width: 100%;
  table-layout: fixed;
  border-color: #dae8ff;
}
.options-table .options-table-tr-head {
  background-color: #fafbff;
}
.options-table .options-table-description td {
  padding-bottom: 3.5rem;
  padding-top: 1rem;
}
.options-table .options-table-description p {
  white-space: pre-line;
}
.options-table .options-table-description p:last-child {
  margin-bottom: 0;
}
.options-table .options-table-description section {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.options-table .options-table-description:last-child td {
  padding-bottom: 0;
  border-bottom-color: transparent;
}
.options-table .options-table-description .docs-minimum-version {
  color: #666;
  font-size: 14px;
}
.options-table .options-table-description .docs-minimum-version b {
  margin-left: 3px;
  color: #333;
}
.options-section {
  margin: 5rem 0;
}
.options-stripe-table {
  border: 1px solid #dae8ff;
  font-size: 15px;
  background-color: transparent;
}
.options-stripe-table .options-table-tr-head:nth-child(odd) {
  background-color: #fafbff;
}
.options-stripe-table .options-table-tr-head:nth-child(even) {
  background-color: transparent;
}
.lg-masonry-gallery .gallery-item {
  width: 30%;
  margin-bottom: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
.swiper-lg-wrap {
  width: 1200px;
  height: 0;
  padding-bottom: 65%;
  position: relative;
  max-width: 100%;
}
#bootstrap-gallery-carousel.carousel .lg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#bootstrap-gallery-carousel.carousel .lg-item img {
  width: unset !important;
  height: 500px;
}
#bootstrap-gallery-carousel.carousel .carousel-item .lg-item img {
  height: 600px;
}
#bootstrap-video-carousel.carousel .lg-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#bootstrap-video-carousel.carousel .lg-item img {
  width: unset !important;
  height: 500px;
}
#bootstrap-video-carousel.carousel .carousel-item .lg-item img {
  height: 600px;
}
#slick-carousel-gallery-demo img {
  height: 500px;
}
#slick-carousel-gallery-demo .slick-track {
  gap: 10px;
  display: flex;
}
#slick-carousel-gallery-demo .slick-prev,
#slick-carousel-gallery-demo .slick-next {
  padding: 10px;
  position: absolute;
  top: 50%;
  z-index: 1;
  cursor: pointer;
  zoom: 2;
}
#slick-carousel-gallery-demo .slick-prev {
  left: -8px;
}
#slick-carousel-gallery-demo .slick-next {
  right: 12px;
}
#flickity-carousel-gallery-demo .flickity-slider {
  gap: 10px;
  display: flex;
}
#flickity-carousel-gallery-demo .flickity-slider .lg-item img {
  height: 600px;
}
#masonry-gallery-demo {
  margin: 0 auto;
}
#masonry-gallery-demo:after {
  content: "";
  display: block;
  clear: both;
}
#masonry-gallery-demo .grid-sizer,
#masonry-gallery-demo .lg-item {
  width: 33.33%;
}
#masonry-gallery-demo .lg-item {
  float: left;
  margin-bottom: 10px;
}
#masonry-gallery-demo .lg-item img {
  display: block;
  max-width: 100%;
}
#owl-carousel-gallery-demo .owl-carousel-item img {
  height: 500px;
}
.docs-common-section {
  border-bottom: 2px solid #dae8ff;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.docs-common-section p,
.docs-common-section ul {
  margin-bottom: 0.8rem;
  font-size: 1rem;
}
.docs-common-section p > b {
  margin-right: 0.3rem;
}
.docs-common-section li {
  line-height: 1.5rem;
}
.docs-common-section .chroma {
  margin: 0 0 0.8rem 0;
}
.docs-common-section .docs-common-highlight .chroma {
  margin-top: 0;
}
.docs-common-section .docs-common-notes {
  margin-top: 1rem;
}
.dynamic-mode-images {
  position: relative;
  width: 100%;
  height: auto;
}
.btn-dynamic {
  color: #333;
  background-color: white;
  padding: 5px 10px;
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 14px;
  z-index: 99;
}
.blog-wrap {
  padding: 100px 0 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #1a202c;
}
@media (min-width: 768px) {
  .blog-wrap {
    padding: 100px 75px;
  }
}
.blog-wrap .docs-hero-image {
  margin-bottom: 60px;
}
.blog-wrap .figure {
  display: inline-block;
  margin: 1rem 0;
}
@media (min-width: 768px) {
  .blog-wrap .figure {
    margin: 2rem -80px;
  }
}
.blog-wrap .docs-hero-image {
  display: block;
}
@media (min-width: 768px) {
  .blog-wrap .docs-hero-image {
    margin-left: -120px;
    margin-right: -120px;
  }
}
.blog-wrap .blog-header {
  margin-top: 40px;
  margin-bottom: 60px;
  max-width: 700px;
}
.blog-wrap .blog-header h1,
.blog-wrap .blog-header .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  margin: 5px 0 24px 0;
  letter-spacing: 0.01em;
  color: #1a202c;
}
.blog-wrap .blog-header .blog-tags {
  display: inline-block;
  margin-right: 8px;
}
.blog-contributors .blog-contributors-list {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #718096;
}
.blog-contributors .contributor-image img {
  max-width: 36px;
  border-radius: 4px;
  margin-right: 8px;
}
.blog-meta {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.64);
}
.blog-meta strong {
  color: #000;
}
.blog-list {
  padding-top: 120px;
  padding-bottom: 60px;
}
.blog-list .blog-list-item + .blog-list-item {
  border-top: 1px solid #e2e2ef;
  padding-top: 48px;
  margin-top: 48px;
}
.blog-list .docs-hero-image {
  margin-bottom: 24px;
  display: block;
}
.blog-list .blog-meta {
  margin-bottom: 24px;
}
.blog-list .stretched-link:after {
  content: none;
}
.blog-list h2,
.blog-list .h2 {
  margin: 0 0 16px 0;
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  color: #1a202c;
}
.blog-list .blog-body {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4a5568;
}
.blog-list .blog-contributors {
  margin-top: 16px;
}
.blog-text {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}
.blog-text:hover {
  color: #ffffff;
  text-decoration: none;
}
.blog-text span {
  background-color: #805ad5;
  border-radius: 6px;
  padding: 4px 10px;
}
.container-fluid-max {
  max-width: 1440px;
}
.rjq-main {
  background-color: var(--main-bg);
  background-image: linear-gradient(#e8f0ff 0%, white 5%);
}
.rjq-main .alert-dialogue-box {
  background-color: #fff3cd;
  margin: auto;
  display: none;
  position: relative;
  margin-bottom: 20px;
  max-width: 390px;
  border-radius: 6px;
  color: #c05621;
  border-color: #ffeeba;
}
.rjq-main .alert-box-main-head {
  padding: 16px 22px;
}
.rjq-main .alert-box-head {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.rjq-main .alert-box-sub {
  font-size: 16px;
  padding-top: 5px;
  margin-bottom: 0;
  font-weight: 500;
  font-style: italic;
}
.rjq-main .alert-close-svg {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.rjq-main .chroma {
  border-radius: 4px;
}
.rjq-main .section {
  padding-bottom: 32px;
}
.replace-jq-centre-convert-btn-header {
  padding-top: 80px;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .replace-jq-centre-convert-btn-header {
    padding-top: 126px;
    margin-bottom: 60px;
  }
}
.replace-jq-centre-convert-btn-header .button-group {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.replace-jq-centre-convert-btn-header .button-group svg {
  margin-right: 4px;
}
.replace-jq-centre-convert-btn-header .button-group .btn-github {
  background-color: #e0eafd;
  color: #0858fe;
  display: flex;
  align-items: center;
}
.replace-jq-centre-convert-btn-header .button-group .btn-github:hover {
  background-color: #0858fe;
  color: #fff;
}
.replace-jq-centre-convert-btn-header .button-group .btn-shield {
  cursor: default;
  background-color: #daf9e2;
  color: #38a169;
  display: flex;
  align-items: center;
}
.replace-jq-centre-convert-btn-head {
  font-size: 28px;
  font-weight: 520;
  color: #0049a3;
  text-align: center;
}
@media (min-width: 768px) {
  .replace-jq-centre-convert-btn-head {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .replace-jq-centre-convert-btn-head {
    font-size: 64px;
  }
}
.replace-jq-centre-convert-btn-subhead {
  font-size: 15px;
  color: #0049a3;
  text-align: center;
}
@media (min-width: 768px) {
  .replace-jq-centre-convert-btn-subhead {
    max-width: 75%;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .replace-jq-centre-convert-btn-subhead {
    font-size: 21px;
    max-width: 840px;
  }
}
.rjq-main-row-sections {
  display: flex;
  flex-direction: column;
  --bs-gutter-x: 0px;
  justify-content: center;
  gap: 24px;
  position: relative;
}
@media (min-width: 1200px) {
  .rjq-main-row-sections {
    flex-direction: row;
    gap: 14px;
  }
}
.replace-jq-centre-convert-btn-expanded-textfield {
  width: 100%;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .replace-jq-centre-convert-btn-expanded-textfield {
    width: 50%;
    border-radius: 12px;
  }
}
.replace-jq-centre-convert-btn-taskbar {
  border: 1px solid #7f9ab9;
  width: 100%;
  height: 62px;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: none;
  background-color: #0e3481;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  justify-content: space-between;
}
.replace-jq-centre-convert-btn-taskbar-btn-group {
  float: right;
  position: relative;
  vertical-align: middle;
  gap: 16px;
  padding: 14px;
  display: flex;
}
.replace-jq-main-btn {
  display: flex;
  justify-content: center;
}
@media (min-width: 1200px) {
  .replace-jq-main-btn {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
  }
}
.replace-jq-centre-convert-btn-text-area-converter {
  overflow: auto;
  outline: none;
  padding-top: 5px;
  width: 100%;
  height: 650px;
  border: 1px solid #e0eafd;
  background-color: #fafcff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  position: sticky;
}
.section-faq-lite-blue {
  color: #0049a3;
}
.section-faq-lite-blue .faq-item {
  border: 1px solid #6ea1e0;
}
.section-faq {
  margin-bottom: 0 !important;
}
.section-faq .faq-item {
  padding: 12px;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .section-faq .faq-item {
    padding: 24px 40px;
  }
}
.section-faq .faq-item + .faq-item {
  margin-top: 24px;
}
.section-faq .faq-item h4,
.section-faq .faq-item .h4 {
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 10px 0;
}
@media (min-width: 1200px) {
  .section-faq .faq-item h4,
  .section-faq .faq-item .h4 {
    font-size: 22px;
  }
}
.section-faq .faq-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #00387c;
}
@media (min-width: 1200px) {
  .section-faq .faq-item p {
    font-size: 16px;
  }
}
.section-header-sub {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: 500px;
}
.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999;
}
.replace-jq-centre-convert-btn-taskbar-btn {
  cursor: pointer;
  position: relative;
}
.minimize-icon {
  display: none;
  cursor: pointer;
  padding-right: 25px;
  padding-left: 6px;
}
.replace-jq-tooltiptext {
  visibility: hidden;
  opacity: 0;
  width: 70px;
  border-radius: 8px;
  background-color: #fff;
  border-color: #333;
  color: #555;
  text-align: center;
  padding: 5px;
  position: absolute;
  z-index: 99999;
  top: 100%;
  left: 100%;
  margin-left: -55px;
  transition: opacity 0.3s;
  font-size: 14px;
  font-weight: 500;
  background-color: #e0eafd;
  margin-top: 5px;
  text-transform: capitalize;
}
.replace-jq-btn-convert {
  float: right;
  position: relative;
  vertical-align: middle;
  font-weight: 500;
  border: none;
  background-color: #e0eafd;
  font-size: 18px;
  color: #fff;
  background-color: #0858fe;
  border-color: #0858fe;
  display: flex;
  gap: 6px;
  padding: 12px 20px;
}
.replace-jq-btn-convert:hover {
  color: #fff;
  background-color: #0e3481;
  border-color: #0e3481;
}
.replace-jq-centre-convert-btn-taskbar-title {
  font-size: 18px;
  line-height: 26px;
  color: #fffdfd;
  margin: 0;
}
.replace-jq-centre-convert-btn-taskbar-head {
  float: left;
  padding-left: 16px;
}
.replace-jq-centre-convert-btn-circle-convert-btn {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #ccc;
  align-items: center;
  margin-top: 240px;
  z-index: 2;
  display: none;
  cursor: pointer;
  transition: background-color 0.3s, border 0.3s;
}
@media (min-width: 1200px) {
  .replace-jq-centre-convert-btn-circle-convert-btn {
    display: block;
  }
}
.replace-jq-centre-convert-btn-circle-convert-btn:hover {
  background-color: #0858fe;
  border: 2px solid #e0eafd;
}
.replace-jq-centre-convert-btn-circle-convert-btn:hover svg {
  stroke: #fff;
}
.btn-btn-svg :hover {
  color: white;
}
.centre-convert-btn {
  display: flex;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 14px;
}
.centre-convert-btn svg {
  transition: stroke 0.3s;
  stroke: #0858fe;
}
.editors-wrap {
  position: relative;
}
@media (min-width: 1200px) {
  .editors-wrap {
    padding-bottom: 107px;
  }
}
.section-rjq-docs .chroma .k {
  color: #a11;
}
.section-rjq-docs .chroma .kc {
  color: #a11;
}
.section-rjq-docs .chroma .nx {
  color: #708;
}
.section-rjq-docs .chroma .kd {
  color: #a11;
}
.section-rjq-docs .chroma .kn {
  color: #a11;
}
.section-rjq-docs .chroma .kp {
  color: #a11;
}
.section-rjq-docs .chroma .kr {
  color: #a11;
}
.section-rjq-docs .chroma .kt {
  color: #2b91af;
}
.section-rjq-docs {
  color: #0e3481;
}
.section-rjq-docs h2,
.section-rjq-docs .h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
}
.section-rjq-docs h5,
.section-rjq-docs .h5 {
  margin-top: 60px;
}
.rjq-section-header-about {
  color: #0049a3;
}
.rjq-section-header-about h3,
.rjq-section-header-about .h3 {
  margin: 0 0 20px 0;
}
.rjq-section-header-about p {
  font-size: 19px;
  text-align: left;
  margin: 0;
}
.rjq-section-header-about p + p {
  margin-top: 16px;
}
