/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import "online/libraries/nouislider.min.css";
@import "online/libraries/slick.css";
@import "online/libraries/loaders.min.css";
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: #0a58ca;
}

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

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

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

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

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

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

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

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

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

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

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

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

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0d6efd;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

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

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

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

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.btn-link:hover {
  color: #0a58ca;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }

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

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

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

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

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

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

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

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

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

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

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

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

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
.navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
.navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
.navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
.navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
.navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

.card-link + .card-link {
  margin-left: 1rem;
}

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

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

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

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

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

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

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

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

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

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.alert-primary .alert-link {
  color: #06357a;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

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

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

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

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

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

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

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

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

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

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

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

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

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #084298;
  background-color: #bacbe6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #0f5132;
  background-color: #bcd0c7;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

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

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

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

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

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

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

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

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

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

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    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 [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

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

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

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

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

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

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-1, .dashboard-card__date-section {
  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, .dashboard-card__date-section {
  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;
}

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

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

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

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

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

.fs-5 {
  font-size: 1.25rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem !important;
}

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

.rounded-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.75rem !important;
  }

  .fs-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;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

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

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

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

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

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

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

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

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

@media (min-width: 1400px) {
  .container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 1140px;
  }
}
:root {
  --primary: #FC8465;
  --primary-hover: #FB6F4B;
  --secondary: #292B3F;
  --black: #292B3F;
  --white: #ffffff;
  --grey-extradark: #37394C;
  --grey-dark: #7F808B;
  --grey-medium: #BFBFC5;
  --grey-light: #F5F5F6;
  --label-primary: #ECD898;
  --label-secondary: #FDECE3;
  --alert: #F5D468;
  --alert-light: #FFF7E1;
  --success: #03DAC5;
  --success-light: #E6FBF9;
  --error: #DD194B;
  --error-light: #FDD9DB;
}

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

.darkmode {
  background: var(--secondary) !important;
  color: var(--white) !important;
}
.darkmode .paragraph, .darkmode .select2-filter .select2-results__options, .select2-filter .darkmode .select2-results__options, .darkmode .smart-driver--non-active, .darkmode .smart-driver--active, .darkmode body.online .profile__details-text, body.online .darkmode .profile__details-text, .darkmode body.online .otp-form__send-again, body.online .darkmode .otp-form__send-again, .darkmode body.online .otp-form__input, body.online .darkmode .otp-form__input, .darkmode body.online .otp-form__subtitle, body.online .darkmode .otp-form__subtitle, .darkmode .legal__content, .darkmode .walk-through__description, .darkmode .paragraph-s, .darkmode .centered-card-component .bottom p, .centered-card-component .bottom .darkmode p, .darkmode .centered-card-component .bottom ul, .centered-card-component .bottom .darkmode ul, .darkmode .banner .middle.list ul li, .banner .middle.list ul .darkmode li, .darkmode .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul .darkmode li, .darkmode body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul .darkmode li, .darkmode .above-header-bar, .darkmode .information-card__paragraph, .darkmode .paragraph-xs, .darkmode .centered-card-component .bottom i, .centered-card-component .bottom .darkmode i, .darkmode .circular-progress-small span, .circular-progress-small .darkmode span, .darkmode .error-center-align .field_with_errors .error-message, .error-center-align .field_with_errors .darkmode .error-message, .darkmode .error-center-align.general-error-message .error-message, .error-center-align.general-error-message .darkmode .error-message, .darkmode .checkbox-label {
  color: var(--white) !important;
}

.darkmode--transparent {
  background: transparent !important;
}

.text-peach {
  color: var(--primary);
}

.text-black {
  color: var(--secondary);
}
.text-black:hover {
  color: var(--secondary);
}

.text-white {
  color: var(--white);
}

.text-grey-dark, body.online .profile__details-text, .legal__content, .dashboard-card__date-section {
  color: var(--grey-dark);
}

.text-grey-medium {
  color: var(--grey-medium);
}

.text-error {
  color: var(--error) !important;
}

.bg-cloud {
  background-color: var(--grey-light);
}

.text-green {
  color: var(--success);
}

.bg-cream {
  background-color: var(--label-primary);
}

.bg-grey-cloud {
  background-color: var(--grey-light);
}

.bg-dark-blue {
  background-color: var(--secondary);
}

.bg-white {
  background-color: var(--white);
}

@font-face {
  font-family: "EuclidCircularA-Light";
  src: url(shared/fonts/euclidcirculara-light-webfont-ed3aab4398436a707031af009cbbf498c3793c80a474c7516f623a008596e731.woff) format("woff2"), url(shared/fonts/euclidcirculara-light-webfont-02cf37cfd562ebe5442094684ebe1efe293f0adbb2df70ba30b01b8907d80850.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "EuclidCircularA-Regular";
  src: url(shared/fonts/euclidcirculara-regular-webfont-6e6c95ce41ed03f579e6a932169c4b0b82f85d560cce4981965c28add1a63b7f.woff) format("woff2"), url(shared/fonts/euclidcirculara-regular-webfont-9a12c37e0caf57a25c308dcd29ad4b37be1ef6b2d12d69dfa09966708d451013.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "EuclidCircularA-Medium";
  src: url(shared/fonts/euclidcirculara-medium-webfont-7080f07efe66f9fc22dcdc31df736dc6f24383dd5459fe18f2c7c4dc1bcce715.woff) format("woff2"), url(shared/fonts/euclidcirculara-medium-webfont-9149b63de889305df544d67315c9b88894710eb1c10c510e328f5f3e4b3d9dfb.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "EuclidCircularA-SemiBold";
  src: url(shared/fonts/euclidcirculara-semibold-webfont-95c0a3267941da6213a622e7e2b407adcbe11ede1cbffde03bb5731be759ab2d.woff) format("woff2"), url(shared/fonts/euclidcirculara-semibold-webfont-fca374740580788ea5794f539fd05df40fe478d19a9197fcb3375e1f89f2cb3a.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GESS-Light";
  src: url(shared/fonts/gess-light-ea37715b7bbb1fe77e9f16accad617fd9b9a5bdac236c76a68e9dc9bacf55c6a.woff) format("woff2"), url(shared/fonts/gess-light-7c0bf192ca8e8acdd5535fc4dba04d970ecff67dfa30a8e670025e54c86b5908.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GESS-Regular";
  src: url(shared/fonts/gess-light-ea37715b7bbb1fe77e9f16accad617fd9b9a5bdac236c76a68e9dc9bacf55c6a.woff) format("woff2"), url(shared/fonts/gess-light-7c0bf192ca8e8acdd5535fc4dba04d970ecff67dfa30a8e670025e54c86b5908.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GESS-Medium";
  src: url(shared/fonts/gess-medium-e669eaecd00d33dbe9e7e9e64aabdfaf1aa49fb5c5b211a4f66b463c80bb8c09.woff) format("woff2"), url(shared/fonts/gess-medium-1f81c99150484ca97b64560ed64c8883bd8053de62e52182eeed342adf606a6b.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "GESS-SemiBold";
  src: url(shared/fonts/gess-bold-9b00ccf34678057da31b69d446eb7b2874f11288873099cb59a09f6fcd1bc28f.woff) format("woff2"), url(shared/fonts/gess-bold-ea815bea1c31e654697a3f7d92df9407fb5c3925928a9344428822743abee96c.woff) format("woff");
  font-display: swap;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}
/*
Special classes to achieve different results to the expected on RTL:
- `always-ltr` will force the LTR direction on the element even if the main direction is RTL.
- `flip-for-rtl` will flip icons/images 180deg to achive a mirror effect on RTL.

Caveat:
For some reason I couldn't find, the webpack plugin + postcss_rtl IGNORES the last `rtl` directive in the class.
Seems like it consider it a comment and a plugin will compress and minify that comment instead of processing it on
RTL. The workaround I found to avoid ignoring the directive is to add a dummy style at the bottom of the class:
`--dummy-style: rtl-directive-cannot-be-last;`
*/
.always-ltr {
  direction: ltr /*rtl:ignore*/;
  --dummy-style: rtl-directive-cannot-be-last;
}

.flip-for-rtl {
  transform: scaleX(1) /*rtl:scaleX(-1)*/;
  --dummy-style: rtl-directive-cannot-be-last;
}

/*
Beema Notation | Bootstrap5 equivalent
--------------------------------------
ml-2, mr-2     | ms-1, me-1 (1rem * 0.25 -> 4px)
ml-2, mr-2     | ms-2, me-2 (1rem * 0.5 -> 8px)
ml-4, mr-4     | ms-3, me-3 (1rem -> 16px)
ml-5, mr-5   | ms-4, me-4 (1rem * 1.5 -> 24px)
ml-7, mr-7   | ms-5, me-5 (1rem * 3 -> 48px)
*/
.m-1 {
  margin: 4px !important;
}

.m-2 {
  margin: 8px !important;
}

.m-3 {
  margin: 12px !important;
}

.m-4 {
  margin: 16px !important;
}

.m-5 {
  margin: 24px !important;
}

.m-6 {
  margin: 32px !important;
}

.m-7 {
  margin: 40px !important;
}

.m-8 {
  margin: 56px !important;
}

.m-9 {
  margin: 64px !important;
}

.m-10 {
  margin: 80px !important;
}

.m-11 {
  margin: 96px !important;
}

.m-12 {
  margin: 104px !important;
}

.m-13 {
  margin: 120px !important;
}

.m-14 {
  margin: 144px !important;
}

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

.mt-1, .dashboard-card__date-section {
  margin-top: 4px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.mt-3 {
  margin-top: 12px !important;
}

.mt-4 {
  margin-top: 16px !important;
}

.mt-5 {
  margin-top: 24px !important;
}

.mt-6 {
  margin-top: 32px !important;
}

.mt-7 {
  margin-top: 40px !important;
}
@media (min-width: 992px) {
  .mt-7 {
    margin-top: 32px !important;
  }
}

.mt-8 {
  margin-top: 56px !important;
}

.mt-9 {
  margin-top: 64px !important;
}

.mt-10 {
  margin-top: 80px !important;
}

.mt-11 {
  margin-top: 96px !important;
}

.mt-12 {
  margin-top: 104px !important;
}

.mt-13 {
  margin-top: 120px !important;
}

.mt-14 {
  margin-top: 144px !important;
}

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

.ml-2 {
  margin-left: 8px !important;
}

.ml-3 {
  margin-left: 12px !important;
}

.ml-4 {
  margin-left: 16px !important;
}

.ml-5 {
  margin-left: 24px !important;
}

.ml-6 {
  margin-left: 32px !important;
}

.ml-7 {
  margin-left: 40px !important;
}

.ml-8 {
  margin-left: 56px !important;
}

.ml-9 {
  margin-left: 64px !important;
}

.ml-10 {
  margin-left: 80px !important;
}

.ml-11 {
  margin-left: 96px !important;
}

.ml-12 {
  margin-left: 104px !important;
}

.ml-13 {
  margin-left: 120px !important;
}

.ml-14 {
  margin-left: 144px !important;
}

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

.mb-2 {
  margin-bottom: 8px !important;
}

.mb-3 {
  margin-bottom: 12px !important;
}

.mb-4, .dashboard-card__date-section {
  margin-bottom: 16px !important;
}

.mb-5 {
  margin-bottom: 24px !important;
}

.mb-6 {
  margin-bottom: 32px !important;
}

.mb-7 {
  margin-bottom: 40px !important;
}

.mb-8 {
  margin-bottom: 56px !important;
}

.mb-9 {
  margin-bottom: 64px !important;
}

.mb-10 {
  margin-bottom: 80px !important;
}

.mb-11 {
  margin-bottom: 96px !important;
}

.mb-12 {
  margin-bottom: 104px !important;
}

.mb-13 {
  margin-bottom: 120px !important;
}

.mb-14 {
  margin-bottom: 144px !important;
}

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

.mr-2 {
  margin-right: 8px !important;
}

.mr-3 {
  margin-right: 12px !important;
}

.mr-4 {
  margin-right: 16px !important;
}

.mr-5 {
  margin-right: 24px !important;
}

.mr-6 {
  margin-right: 32px !important;
}

.mr-7 {
  margin-right: 40px !important;
}

.mr-8 {
  margin-right: 56px !important;
}

.mr-9 {
  margin-right: 64px !important;
}

.mr-10 {
  margin-right: 80px !important;
}

.mr-11 {
  margin-right: 96px !important;
}

.mr-12 {
  margin-right: 104px !important;
}

.mr-13 {
  margin-right: 120px !important;
}

.mr-14 {
  margin-right: 144px !important;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important;
  }
}
@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px !important;
  }
}
@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0 !important;
  }
}
.push-start__small-1 {
  margin-left: 4px !important;
}
@media (min-width: 576px) {
  .push-start__small-1 {
    margin-left: 4px !important;
  }
}

.push-end__small-1 {
  margin-right: 4px !important;
}
@media (min-width: 576px) {
  .push-end__small-1 {
    margin-right: 4px !important;
  }
}

.push-down__small-1 {
  margin-bottom: 4px !important;
}
@media (min-width: 576px) {
  .push-down__small-1 {
    margin-bottom: 4px !important;
  }
}

.push-up__small-1 {
  margin-top: 4px !important;
}
@media (min-width: 576px) {
  .push-up__small-1 {
    margin-top: 4px !important;
  }
}

.push-start__small-2 {
  margin-left: 8px !important;
}
@media (min-width: 576px) {
  .push-start__small-2 {
    margin-left: 8px !important;
  }
}

.push-end__small-2 {
  margin-right: 8px !important;
}
@media (min-width: 576px) {
  .push-end__small-2 {
    margin-right: 8px !important;
  }
}

.push-down__small-2 {
  margin-bottom: 8px !important;
}
@media (min-width: 576px) {
  .push-down__small-2 {
    margin-bottom: 8px !important;
  }
}

.push-up__small-2 {
  margin-top: 8px !important;
}
@media (min-width: 576px) {
  .push-up__small-2 {
    margin-top: 8px !important;
  }
}

.push-start__small-3 {
  margin-left: 12px !important;
}
@media (min-width: 576px) {
  .push-start__small-3 {
    margin-left: 12px !important;
  }
}

.push-end__small-3 {
  margin-right: 12px !important;
}
@media (min-width: 576px) {
  .push-end__small-3 {
    margin-right: 12px !important;
  }
}

.push-down__small-3 {
  margin-bottom: 12px !important;
}
@media (min-width: 576px) {
  .push-down__small-3 {
    margin-bottom: 12px !important;
  }
}

.push-up__small-3 {
  margin-top: 12px !important;
}
@media (min-width: 576px) {
  .push-up__small-3 {
    margin-top: 12px !important;
  }
}

.push-start__medium-1 {
  margin-left: 16px !important;
}
@media (min-width: 576px) {
  .push-start__medium-1 {
    margin-left: 16px !important;
  }
}

.push-end__medium-1 {
  margin-right: 16px !important;
}
@media (min-width: 576px) {
  .push-end__medium-1 {
    margin-right: 16px !important;
  }
}

.push-down__medium-1 {
  margin-bottom: 16px !important;
}
@media (min-width: 576px) {
  .push-down__medium-1 {
    margin-bottom: 16px !important;
  }
}

.push-up__medium-1 {
  margin-top: 16px !important;
}
@media (min-width: 576px) {
  .push-up__medium-1 {
    margin-top: 16px !important;
  }
}

.push-start__medium-2 {
  margin-left: 24px !important;
}
@media (min-width: 576px) {
  .push-start__medium-2 {
    margin-left: 24px !important;
  }
}

.push-end__medium-2 {
  margin-right: 24px !important;
}
@media (min-width: 576px) {
  .push-end__medium-2 {
    margin-right: 24px !important;
  }
}

.push-down__medium-2 {
  margin-bottom: 24px !important;
}
@media (min-width: 576px) {
  .push-down__medium-2 {
    margin-bottom: 24px !important;
  }
}

.push-up__medium-2 {
  margin-top: 24px !important;
}
@media (min-width: 576px) {
  .push-up__medium-2 {
    margin-top: 24px !important;
  }
}

.push-start__medium-3 {
  margin-left: 24px !important;
}
@media (min-width: 576px) {
  .push-start__medium-3 {
    margin-left: 32px !important;
  }
}

.push-end__medium-3 {
  margin-right: 24px !important;
}
@media (min-width: 576px) {
  .push-end__medium-3 {
    margin-right: 32px !important;
  }
}

.push-down__medium-3 {
  margin-bottom: 24px !important;
}
@media (min-width: 576px) {
  .push-down__medium-3 {
    margin-bottom: 32px !important;
  }
}

.push-up__medium-3 {
  margin-top: 24px !important;
}
@media (min-width: 576px) {
  .push-up__medium-3 {
    margin-top: 32px !important;
  }
}

.push-start__large-1 {
  margin-left: 32px !important;
}
@media (min-width: 576px) {
  .push-start__large-1 {
    margin-left: 40px !important;
  }
}

.push-end__large-1 {
  margin-right: 32px !important;
}
@media (min-width: 576px) {
  .push-end__large-1 {
    margin-right: 40px !important;
  }
}

.push-down__large-1, .product-selection__wrapper .quotes-addons-short-description-card-component:last-of-type {
  margin-bottom: 32px !important;
}
@media (min-width: 576px) {
  .push-down__large-1, .product-selection__wrapper .quotes-addons-short-description-card-component:last-of-type {
    margin-bottom: 40px !important;
  }
}

.push-up__large-1 {
  margin-top: 32px !important;
}
@media (min-width: 576px) {
  .push-up__large-1 {
    margin-top: 40px !important;
  }
}

.push-start__large-2 {
  margin-left: 40px !important;
}
@media (min-width: 576px) {
  .push-start__large-2 {
    margin-left: 56px !important;
  }
}

.push-end__large-2 {
  margin-right: 40px !important;
}
@media (min-width: 576px) {
  .push-end__large-2 {
    margin-right: 56px !important;
  }
}

.push-down__large-2 {
  margin-bottom: 40px !important;
}
@media (min-width: 576px) {
  .push-down__large-2 {
    margin-bottom: 56px !important;
  }
}

.push-up__large-2 {
  margin-top: 40px !important;
}
@media (min-width: 576px) {
  .push-up__large-2 {
    margin-top: 56px !important;
  }
}

.push-start__large-3 {
  margin-left: 40px !important;
}
@media (min-width: 576px) {
  .push-start__large-3 {
    margin-left: 64px !important;
  }
}

.push-end__large-3 {
  margin-right: 40px !important;
}
@media (min-width: 576px) {
  .push-end__large-3 {
    margin-right: 64px !important;
  }
}

.push-down__large-3 {
  margin-bottom: 40px !important;
}
@media (min-width: 576px) {
  .push-down__large-3 {
    margin-bottom: 64px !important;
  }
}

.push-up__large-3 {
  margin-top: 40px !important;
}
@media (min-width: 576px) {
  .push-up__large-3 {
    margin-top: 64px !important;
  }
}

.push-start__x-large-1 {
  margin-left: 56px !important;
}
@media (min-width: 576px) {
  .push-start__x-large-1 {
    margin-left: 80px !important;
  }
}

.push-end__x-large-1 {
  margin-right: 56px !important;
}
@media (min-width: 576px) {
  .push-end__x-large-1 {
    margin-right: 80px !important;
  }
}

.push-down__x-large-1 {
  margin-bottom: 56px !important;
}
@media (min-width: 576px) {
  .push-down__x-large-1 {
    margin-bottom: 80px !important;
  }
}

.push-up__x-large-1 {
  margin-top: 56px !important;
}
@media (min-width: 576px) {
  .push-up__x-large-1 {
    margin-top: 80px !important;
  }
}

.push-start__x-large-2 {
  margin-left: 64px !important;
}
@media (min-width: 576px) {
  .push-start__x-large-2 {
    margin-left: 96px !important;
  }
}

.push-end__x-large-2 {
  margin-right: 64px !important;
}
@media (min-width: 576px) {
  .push-end__x-large-2 {
    margin-right: 96px !important;
  }
}

.push-down__x-large-2 {
  margin-bottom: 64px !important;
}
@media (min-width: 576px) {
  .push-down__x-large-2 {
    margin-bottom: 96px !important;
  }
}

.push-up__x-large-2 {
  margin-top: 64px !important;
}
@media (min-width: 576px) {
  .push-up__x-large-2 {
    margin-top: 96px !important;
  }
}

.push-start__xx-large-1 {
  margin-left: 96px !important;
}
@media (min-width: 576px) {
  .push-start__xx-large-1 {
    margin-left: 104px !important;
  }
}

.push-end__xx-large-1 {
  margin-right: 96px !important;
}
@media (min-width: 576px) {
  .push-end__xx-large-1 {
    margin-right: 104px !important;
  }
}

.push-down__xx-large-1 {
  margin-bottom: 96px !important;
}
@media (min-width: 576px) {
  .push-down__xx-large-1 {
    margin-bottom: 104px !important;
  }
}

.push-up__xx-large-1 {
  margin-top: 96px !important;
}
@media (min-width: 576px) {
  .push-up__xx-large-1 {
    margin-top: 104px !important;
  }
}

.push-start__xx-large-2 {
  margin-left: 96px !important;
}
@media (min-width: 576px) {
  .push-start__xx-large-2 {
    margin-left: 120px !important;
  }
}

.push-end__xx-large-2 {
  margin-right: 96px !important;
}
@media (min-width: 576px) {
  .push-end__xx-large-2 {
    margin-right: 120px !important;
  }
}

.push-down__xx-large-2 {
  margin-bottom: 96px !important;
}
@media (min-width: 576px) {
  .push-down__xx-large-2 {
    margin-bottom: 120px !important;
  }
}

.push-up__xx-large-2 {
  margin-top: 96px !important;
}
@media (min-width: 576px) {
  .push-up__xx-large-2 {
    margin-top: 120px !important;
  }
}

.push-start__xx-large-3 {
  margin-left: 104px !important;
}
@media (min-width: 576px) {
  .push-start__xx-large-3 {
    margin-left: 144px !important;
  }
}

.push-end__xx-large-3 {
  margin-right: 104px !important;
}
@media (min-width: 576px) {
  .push-end__xx-large-3 {
    margin-right: 144px !important;
  }
}

.push-down__xx-large-3 {
  margin-bottom: 104px !important;
}
@media (min-width: 576px) {
  .push-down__xx-large-3 {
    margin-bottom: 144px !important;
  }
}

.push-up__xx-large-3 {
  margin-top: 104px !important;
}
@media (min-width: 576px) {
  .push-up__xx-large-3 {
    margin-top: 144px !important;
  }
}

.push-auto {
  margin: auto;
}

.p-8 {
  padding: 16px;
}

.p-11 {
  padding: 22px;
}

.p-12 {
  padding: 24px;
}

.p-22 {
  padding: 44px;
}

.pt-4 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 24px;
}

.pt-33 {
  padding-top: 66px;
}

.pb-8 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 40px;
}

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

.px-8 {
  padding-right: 16px;
  padding-left: 16px;
}

.px-10 {
  padding-right: 20px;
  padding-left: 20px;
}

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

.py-8 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-11 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-12 {
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .pr-desktop {
    padding-right: 306px;
  }
}

@media (min-width: 992px) {
  .pr-l-desktop {
    padding-right: 406px;
  }
}

.pt-nw-14 {
  padding-top: 144px !important;
}

.pl-nw-8 {
  padding-left: 56px !important;
}

.pb-nw-14 {
  padding-bottom: 144px !important;
}

.px-nw-2 {
  padding-left: 8px;
  padding-right: 8px;
}

.px-nw-3 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-nw-4 {
  padding-left: 16px;
  padding-right: 16px;
}

.px-nw-5 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-nw-6 {
  padding-left: 32px;
  padding-right: 32px;
}

.py-nw-7 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-nw-8 {
  padding-top: 56px;
  padding-bottom: 56px;
}

.py-nw-9 {
  padding-top: 64px;
  padding-bottom: 64px;
}

@media (max-width: 575.98px) {
  .py-nw-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.arabic-font-medium {
  font-family: "GESS-Medium" !important;
}

.arabic-font-semibold {
  font-family: "GESS-SemiBold" !important;
}

h2, .h2 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 2rem;
  line-height: 1.25;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 1.5rem;
  }
}

.super-heading-1 {
  font-family: "EuclidCircularA-SemiBold";
  font-size: 2.5rem;
  line-height: 1.25;
}

.heading-0 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .heading-0 {
    font-size: 3rem;
    line-height: 1.16;
  }
}

.heading-1, .circular-progress span {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 2.5rem;
  line-height: 1.2;
}

.heading-2, .block_title_with_paragraphs .title, body.website .website-page__content-title {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.16;
}
@media (min-width: 992px) {
  .heading-2, .block_title_with_paragraphs .title, body.website .website-page__content-title {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.heading-3, body.online .no-data-card__sub-headline, body.online .no-data-card__headline, body.online .otp-form__title--with-subtitle, body.online .otp-form__title, .walk-through__title {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.16;
}

.heading-4 {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.33;
}

.heading-4--semibold, .circular-progress-medium span, body.online .profile__section-title, .information-card__heading, .card .card__icon-text {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.33;
}

.heading-5, .select2-filter .select2, .circular-progress-small .bold span {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.italic-status-xs {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-style: italic;
  line-height: 1.58;
  font-size: 0.75rem;
}

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

.link, body.online #driver_and_vehicle_form .login-link {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.57;
  text-align: center;
  color: var(--primary);
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
}
.link:hover, body.online #driver_and_vehicle_form .login-link:hover, .link:active, body.online #driver_and_vehicle_form .login-link:active {
  color: var(--primary);
}
.link:hover span, body.online #driver_and_vehicle_form .login-link:hover span, .link:active span, body.online #driver_and_vehicle_form .login-link:active span {
  color: var(--primary);
}

.link--small {
  font-size: 0.75rem;
}

.link--normal {
  font-size: 1rem;
}

.link--medium {
  font-size: 1.125rem;
}

.link-s--medium {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.66;
}

.link--white {
  color: var(--white);
}

.link--plain {
  color: var(--secondary);
  text-decoration: none;
}
.link--plain:hover {
  text-decoration: none;
  color: var(--primary);
}

.link--peach {
  color: var(--primary);
}

.paragraph, .select2-filter .select2-results__options, .smart-driver--non-active, .smart-driver--active, body.online .profile__details-text, body.online .otp-form__send-again, body.online .otp-form__input, body.online .otp-form__subtitle, .legal__content, .walk-through__description {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  color: var(--grey-dark);
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph--medium {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph--semibold {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-s, .centered-card-component .bottom p, .centered-card-component .bottom ul, .banner .middle.list ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, .above-header-bar, .information-card__paragraph {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  color: var(--grey-dark);
  font-size: 0.875rem;
  line-height: 1.71;
}

.paragraph-s--medium, .label, .additional-traveller__age-label {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.71;
}

.paragraph-s--semibold, body.online .profile__details-label, .benefits-section__extra-benefit, body.online .otp-form__input-label, .information-card__icon-text {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.71;
}

.paragraph-xs, .centered-card-component .bottom i, .circular-progress-small span, .error-center-align .field_with_errors .error-message, .error-center-align.general-error-message .error-message, .checkbox-label {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  color: var(--grey-dark);
  font-size: 0.75rem;
  line-height: 1.5;
}

.paragraph-xs--medium {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.5;
}

.paragraph-xs--semibold {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.5;
}

.paragraph-xxs {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.625rem;
  line-height: 1.6;
}

.paragraph-xxs--medium {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.625rem;
  line-height: 1.6;
}

.paragraph-xxs--semibold {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 0.625rem;
  line-height: 1.6;
}

@font-face {
  font-family: "icomoon";
  src: url(shared/fonts/icomoon-6144553c8fa5ca67cfe0fe249a117014dbc78b870f34337472293de0900ef0b0_tvaich.eot);
  src: url(shared/fonts/icomoon-6144553c8fa5ca67cfe0fe249a117014dbc78b870f34337472293de0900ef0b0_tvaich.eot#iefix) format("embedded-opentype"), url(shared/fonts/icomoon-6c5763399063c1fc55434f8b33c5a9406f1987cd3aa8c35844600bbdf4de8aff_tvaich.ttf) format("truetype"), url(shared/fonts/icomoon-8ba6753a3f123f14f35eb11a4874cc8c0f3261aa5abdde1f69fe853c3816efe2_tvaich.woff) format("woff"), url(shared/fonts/icomoon-6c2c5aab8a66fd87ce1b38f00390e04a6ed919cb3bede9043e29c660e3e61c71_tvaich.svg) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icons {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icons.success:before {
  color: var(--success);
}
.icons.warning:before {
  color: var(--alert);
}
.icons.danger:before {
  color: var(--error);
}

.icon-email-alert:before {
  content: "\e91e";
}

.icon-email-alert:after {
  content: "\e91f";
  margin-left: -1em /*rtl:ignore*/;
  color: rgb(255, 255, 255);
}

.icon-phone-call:before {
  content: "\e91d";
}

.icon-alert-circle:before {
  content: "\e91c";
}

.icon-check-circle:before {
  content: "\e91a";
}

.icon-check-circle:after {
  content: "\e91b";
  margin-left: -1em /*rtl:ignore*/;
  color: var(--white);
}

.icon-dropbox:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-google-drive:before {
  content: "\e902";
}

.icon-google:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-paypal:before {
  content: "\e905";
}

.icon-whatsapp:before {
  content: "\e906";
}

.icon-add-google-account:before {
  content: "\e907";
}

.icon-calendar:before {
  content: "\e908";
}

.icon-camera:before {
  content: "\e909";
}

.icon-credit-card:before {
  content: "\e90a";
}

.icon-edit:before {
  content: "\e90b";
}

.icon-grids:before {
  content: "\e90c";
}

.icon-help:before {
  content: "\e90e";
}

.icon-lock:before {
  content: "\e90f";
}

.icon-promo-code:before {
  content: "\e910";
}

.icon-upload:before {
  content: "\e911";
}

.icon-check:before {
  content: "\e912";
}

.icon-down:before {
  content: "\e913";
}

.icon-left:before {
  content: "\e914";
}

.icon-cross:before {
  content: "\e915";
}

.icon-refresh:before {
  content: "\e916";
}

.icon-right:before {
  content: "\e917";
}

.icon-up:before {
  content: "\e918";
}

.icon-apple-pay:before {
  content: "\e919";
}

.icon-cross-circle {
  background-image: url(online/cross-icon-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
}
@media (min-width: 992px) {
  .icon-cross-circle {
    height: 20px;
    width: 20px;
  }
}

html {
  height: 100%;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@media (max-width: 500px) {
  html,
body {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari */
  }
}

body {
  color: var(--secondary);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  padding-bottom: 78px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.online-dashboard {
  min-height: calc(100% - 465px);
  padding-bottom: 0;
}
@media (min-width: 992px) {
  body.online-dashboard {
    min-height: calc(100% - 278px);
  }
}
body.campaigns {
  padding-bottom: 0;
}
body.native {
  padding-bottom: 0;
  min-height: calc(100% - 465px);
}

button,
input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=range]),
select,
textarea {
  outline: none;
  border: none;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  background: url(online/date.svg);
  width: 20px;
  background-position: 98% 50%;
  background-repeat: no-repeat;
  margin-right: 1.7%;
}

input::-webkit-clear-button {
  display: none;
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

hr {
  background: var(--grey-medium);
  height: 1px;
  border-top: none;
}

a {
  text-decoration: none;
}

.img-24 {
  height: 24px;
  width: 24px;
}

.img-32 {
  height: 32px;
  width: 32px;
}

.img-40 {
  height: 40px;
  width: 40px;
}

.img-48 {
  height: 48px;
  width: 48px;
}

.img-56 {
  height: 56px;
  width: 56px;
}

.img-64 {
  height: 64px;
  width: 64px;
}

.img-72 {
  height: 72px;
  width: 72px;
}

.img-80 {
  height: 80px;
  width: 80px;
}

.img-90 {
  height: 90px;
  width: 90px;
}

.img-120 {
  height: 120px;
  width: 120px;
}

.svg-stroke-s path {
  stroke-width: 0.5 !important;
}

.svg-stroke-m path {
  stroke-width: 0.8 !important;
}

.svg-stroke-l path {
  stroke-width: 1 !important;
}

.svg-24 {
  height: 24px !important;
  width: 24px !important;
}

.svg-32 {
  height: 32px !important;
  width: 32px !important;
}

.svg-40 {
  height: 40px !important;
  width: 40px !important;
}

.svg-48 {
  height: 48px !important;
  width: 48px !important;
}

.svg-56 {
  height: 56px !important;
  width: 56px !important;
}

.svg-64 {
  height: 64px !important;
  width: 64px !important;
}

.svg-72 {
  height: 72px !important;
  width: 72px !important;
}

.svg-80 {
  height: 80px !important;
  width: 80px !important;
}

.svg-90 {
  height: 90px !important;
  width: 90px !important;
}

.svg-120 {
  height: 120px !important;
  width: 120px !important;
}

.submit-button-row {
  padding-top: 26px;
}

.native .form-steps-wrap {
  padding-bottom: 0px;
}

.form-steps-wrap {
  padding-bottom: 64px;
}
@media (min-width: 992px) {
  .form-steps-wrap {
    padding-bottom: 112px;
  }
}
.form-steps-wrap .container {
  padding-left: 32px;
  padding-right: 32px;
}
.form-steps-wrap .step-box {
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .form-steps-wrap .step-box {
    padding-bottom: 36px;
  }
}
.form-steps-wrap .step-box.no-padding {
  padding: 0;
}
.form-steps-wrap .step-box .people-box {
  margin-bottom: 40px;
}
.form-steps-wrap .step-box .people-box .text-box h2, .form-steps-wrap .step-box .people-box .text-box .h2 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.17;
  text-align: center;
  color: var(--black);
  margin: 0 0 12px 0;
}
.form-steps-wrap .step-box .people-box .text-box p {
  opacity: 0.6;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: var(--black);
  margin: 0;
}
.form-steps-wrap .step-box .faster-choice {
  border-radius: 32px;
  border: solid 1px var(--grey-medium);
  position: relative;
  max-width: 284px;
  margin: 0 auto;
}
.form-steps-wrap .step-box .faster-choice .label-box {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.57;
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  background: var(--white);
  right: 36px;
  top: -10px;
  padding: 0 5px;
}
.form-steps-wrap .step-box .faster-choice .choice-row {
  padding: 12px;
}
.form-steps-wrap .step-box .continue-row {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  max-width: 258px;
  margin: 0 auto;
}
.form-steps-wrap .step-box .form-header {
  padding-top: 16px;
  margin-bottom: 40px;
}
.form-steps-wrap .step-box .form-header .img-box {
  margin: 0 auto 32px auto;
  width: 116px;
}
.form-steps-wrap .step-box .form-header .img-box img {
  display: block;
  width: 100%;
}
.form-steps-wrap .step-box .form-header .text-box h2, .form-steps-wrap .step-box .form-header .text-box .h2 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.17;
  text-align: center;
  color: var(--black);
  margin: 0 0 4px 0;
}
.form-steps-wrap .step-box .form-box .form-field {
  margin-bottom: 20px;
}
.form-steps-wrap .step-box .form-box .form-field .input-static-prefix {
  font-size: 16px;
  line-height: 1.5;
  color: var(--black);
}
.form-steps-wrap .step-box .form-box .form-field input {
  transition: all 0.2s ease-in-out;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: var(--black);
  display: block;
  width: 100%;
  padding-bottom: 4px;
  border-bottom: solid 1px var(--grey-medium);
  background-color: var(--white);
}
.form-steps-wrap .step-box .form-box .form-field input:invalid[type=date] {
  color: var(--grey-medium);
  border-bottom: solid 1px var(--grey-medium);
}
.form-steps-wrap .step-box .form-box .form-field input:invalid[type=date]:focus {
  color: var(--black) !important;
}
.form-steps-wrap .step-box .form-box .form-field input:required[type=date] {
  box-shadow: none;
}
.form-steps-wrap .step-box .form-box .form-field input:not(:placeholder-shown) {
  border-bottom: 1px solid var(--secondary);
}
.form-steps-wrap .step-box .form-box .form-field input:focus {
  border-bottom: 1px solid var(--primary) !important;
}
.form-steps-wrap .step-box .form-box .form-field input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-steps-wrap .step-box .form-box .form-field input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-steps-wrap .step-box .form-box .form-field input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-steps-wrap .step-box .form-box .form-field input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-steps-wrap .step-box .form-box .form-field input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.form-steps-wrap .step-box .form-box .form-field .radio-group {
  background-color: var(--white);
  display: block;
  margin: 0px 0px;
}
.form-steps-wrap .step-box .form-box .form-field .radio-group label {
  position: relative;
  display: block;
  cursor: pointer;
  font-size: 1rem;
  color: var(--secondary);
  padding: 17px 12px;
  border-radius: 4px;
  border: 1px solid var(--grey-medium);
}
.form-steps-wrap .step-box .form-box .form-field .radio-group label:after {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid var(--grey-medium);
  background: var(--white) no-repeat;
  border-radius: 50%;
  position: absolute;
  right: 16.5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.form-steps-wrap .step-box .form-box .form-field .radio-group input:checked ~ label {
  border: solid 1px var(--primary);
}
.form-steps-wrap .step-box .form-box .form-field .radio-group input:checked ~ label:after {
  background: var(--primary) no-repeat;
  box-shadow: 0px 0px 1px 1px var(--primary);
  border: 2px solid var(--white);
  display: inline-block;
}
.form-steps-wrap .step-box .form-box .form-field .radio-group input {
  width: 32px;
  height: 32px;
  position: absolute;
  right: 30px;
  top: 20%;
  visibility: hidden;
}
.form-steps-wrap .step-box .form-box .form-field .field_with_errors input {
  border-bottom: solid 1px var(--error);
}
.form-steps-wrap .step-box .form-box .form-field .error-message {
  margin-top: 0px;
  max-width: 100%;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.83;
  letter-spacing: normal;
  color: var(--error);
}
.form-steps-wrap .step-box .form-box .error-explanation {
  width: 196px;
  height: 36px;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--error);
  margin: 0 auto;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .form-steps-wrap .step-box .form-box .error-explanation {
    width: 267px;
  }
}
.form-steps-wrap .step-box .form-box .check-box-input .field_with_errors {
  display: inline;
}
.form-steps-wrap .step-box .form-box .check-box-input input[type=checkbox] {
  transform: scale(1.8);
}
.form-steps-wrap .step-box .form-box .reset-password-error-explanation {
  width: 284px;
}

.upload-error-explanation {
  width: 204px;
  height: 36px;
  font-size: 12px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: var(--error);
  margin: 0 auto;
  margin-top: 12px;
}

.form__footer {
  margin-top: 24px;
  text-align: center;
}

.with-hidden-error-messages .error-message {
  display: none;
}

.form-field label:not(.checkbox-label) {
  display: block;
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 1.57;
  color: var(--black);
  margin: 0 0 0px 0;
}

.field_with_errors textarea {
  border: solid 1px var(--error);
  box-sizing: border-box;
  border-radius: 4px;
}

.error-center-align .field_with_errors, .error-center-align.general-error-message {
  text-align: center;
}
.error-center-align .field_with_errors .error-message, .error-center-align.general-error-message .error-message {
  color: var(--error);
}

.button, .refer_friend_card a {
  position: relative;
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  max-width: 328px;
  margin: 0 auto;
  padding: 15px 10px;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 28px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.button:focus, .refer_friend_card a:focus {
  outline: 0;
}

.button--xsmall {
  border-radius: 12px;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  height: 24px;
  width: auto;
  padding: 0 0.5rem;
}

.button--small, .refer_friend_card a {
  font-size: 14px;
  padding: 10px 30px;
}

.button--medium {
  max-width: 236px;
}

.button--no-border {
  border: none !important;
}

.button--primary.button--with-icon, body.website .website-page__content--home-more .slide .slides-buttons a.button--with-icon.active,
.button--secondary.button--with-icon,
.refer_friend_card a.button--with-icon {
  line-height: 1.57;
  text-align: left;
  padding: 16px 20px;
}
.button--primary.button--with-icon span, body.website .website-page__content--home-more .slide .slides-buttons a.button--with-icon.active span,
.button--secondary.button--with-icon span,
.refer_friend_card a.button--with-icon span {
  font-size: 1rem;
  float: right;
  position: relative;
  top: 4px;
  right: 7px;
}

.button--with-icon span.icon-phone-call {
  font-size: 2rem;
  top: -4px;
}

.button--primary, body.website .website-page__content--home-more .slide .slides-buttons a.active {
  color: var(--secondary);
  background: var(--primary);
  max-width: 340px;
}
.button--primary:hover, body.website .website-page__content--home-more .slide .slides-buttons a.active:hover {
  text-decoration: none;
  color: var(--secondary);
  background: var(--primary-hover);
}
.button--primary.button--social, body.website .website-page__content--home-more .slide .slides-buttons a.button--social.active {
  position: relative;
  line-height: 1.57;
  text-align: left;
  padding: 16px 25px;
}
.button--primary.button--social span, body.website .website-page__content--home-more .slide .slides-buttons a.button--social.active span {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.button--secondary, .refer_friend_card a {
  color: var(--secondary);
  border: solid 1px var(--secondary);
  background-color: transparent;
  max-width: 340px;
}
.button--secondary:hover, .refer_friend_card a:hover {
  color: var(--primary);
  border: solid 1px var(--primary);
  text-decoration: none;
}

.button--secondary-white {
  color: var(--white);
  border: solid 1px var(--white);
  background-color: transparent;
}
.button--secondary-white:hover {
  color: var(--primary);
  border: solid 1px var(--primary);
  text-decoration: none;
}

.card:hover .button--secondary, .card:hover .refer_friend_card a, .refer_friend_card .card:hover a {
  color: var(--primary);
  border: solid 1px var(--primary);
  text-decoration: none;
}

.button--secondary-light {
  color: var(--white);
  border: solid 1px var(--white);
}

.button--label-help {
  position: relative;
  right: 1.7%;
  float: right;
  margin-left: 0.75rem;
}
.button--label-help span {
  color: var(--white);
  background-color: var(--primary);
  width: 15px;
  height: 15px;
  border-radius: 100%;
}
.button--label-help:hover {
  text-decoration: none;
}
.button--label-help:active {
  text-decoration: none;
}

.button--close {
  height: 20px;
  width: 20px;
  background: none;
  position: absolute;
}
.button--close:hover {
  opacity: 0.7;
}
.button--close:before, .button--close:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  display: block;
  background: var(--white);
}
.button--close:before {
  transform: rotate(45deg);
}
.button--close:after {
  transform: rotate(-45deg);
}
.button--close:focus {
  outline: 0;
}

.button--close-black:before, .button--close-black:after {
  background: var(--secondary);
}

.button--close-white:before, .button--close-white:after {
  background: var(--white);
}

.button--astronaut-right-arrow {
  text-align: left;
}
.button--astronaut-right-arrow:after {
  content: "";
  width: 23px;
  height: 18px;
  margin-top: 4px;
  background: url(website/arrow_right_astronaut.svg) no-repeat;
  position: absolute;
  right: 25px;
}

.button--disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.38;
}

.button--with-phone-icon {
  text-align: left;
  padding: 16px 25px;
}
.button--with-phone-icon:after {
  content: "";
  width: 23px;
  height: 18px;
  margin-top: 4px;
  background: url(website/phone-icon-black.svg) no-repeat;
  position: absolute;
  right: 25px;
}
.button--with-phone-icon:hover:after {
  background: url(website/phone-icon-peach.svg) no-repeat;
}

.button--with-email-icon {
  text-align: left;
  padding: 16px 25px;
}
.button--with-email-icon:after {
  content: "";
  width: 23px;
  height: 18px;
  margin-top: 4px;
  background: url(website/email-icon-black.svg) no-repeat;
  position: absolute;
  right: 25px;
}
.button--with-email-icon:hover:after {
  background: url(website/email-icon-peach.svg) no-repeat;
}

.button--with-whatsapp-icon {
  text-align: left;
  padding: 16px 25px;
}
.button--with-whatsapp-icon:after {
  content: "";
  width: 23px;
  height: 18px;
  margin-top: 4px;
  background: url(website/whatsapp-icon-black.svg) no-repeat;
  position: absolute;
  right: 25px;
}
.button--with-whatsapp-icon:hover:after {
  background: url(website/whatsapp-icon-peach.svg) no-repeat;
}

button .show-when-enabled {
  display: initial;
}
button .show-when-disabled {
  display: none;
}
button[disabled] .show-when-enabled {
  display: none;
}
button[disabled] .show-when-disabled {
  display: initial;
}

.label, .additional-traveller__age-label {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 20px;
}

.label--small {
  padding: 0 6px;
  font-size: 0.75rem !important;
}

.label-light {
  background: transparent;
}

.label-light--green {
  color: var(--success);
  border: 1px solid var(--success);
}

.label-light--yellow {
  color: var(--alert);
  border: 1px solid var(--alert);
}

.label-light--red {
  color: var(--error);
  border: 1px solid var(--error);
}

.label-light--grey {
  color: var(--grey-medium);
  border: 1px solid var(--grey-medium);
}

.label--primary {
  background-color: var(--label-primary);
}

.label--secondary, .additional-traveller__age-label {
  color: var(--secondary);
  background-color: var(--label-secondary);
}

.label--light-grey {
  background-color: rgba(225, 226, 241, 0.5);
}

.label--light-grey-with-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  padding: 8px;
  background-color: var(--grey-light);
  border: 2px solid black;
  color: black;
  font-size: 1.5rem;
  line-height: 0.5;
  text-align: center;
}

.label-xs {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.625rem;
  line-height: 2.2;
}

.card-label, .card-label-xs--secondary, .card-label-s--secondary, .card-label-xs--primary, .card-label-s--primary {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  position: absolute;
  top: 16px;
  right: 24px;
  padding: 1px 10px;
  border-radius: 11px;
  font-size: 0.875rem;
}

.card-label-s--primary {
  font-size: 0.75rem;
  background-color: var(--label-primary);
}

.card-label-xs--primary {
  font-size: 0.625rem;
  background-color: var(--label-primary);
}

.card-label-s--secondary {
  font-size: 0.75rem;
  background-color: var(--label-secondary);
}

.card-label-xs--secondary {
  font-size: 0.625rem;
  background-color: var(--label-secondary);
}

.turbo-progress-bar {
  height: 3px;
  background-color: var(--primary-hover);
}

.carousel-indicators {
  bottom: -50px;
}
.carousel-indicators li {
  border-radius: 10px;
  width: 25px;
  height: 5px;
  background-color: var(--grey-dark);
  background-clip: none;
  border-top: none;
  border-bottom: 1px solid transparent;
  margin-right: 4px;
}
.carousel-indicators li.active {
  background-color: var(--primary);
}

.carousel-indicators-dark li {
  background-color: var(--grey-medium);
}

.carousel-item {
  padding: 0 15px;
}

.carousel-indicators-native {
  bottom: 100px;
}

.carousel-title {
  height: 60px;
  margin-top: 24px !important;
}

.carousel-description {
  height: 100px;
  margin-top: 24px !important;
  margin-bottom: 80px !important;
}

.animate__animated {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}

.animate__fade-out {
  animation-name: fadeOut;
}

.animate__fade-in {
  animation-name: fadeIn;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.walk-through {
  position: relative;
  padding: 0 15px;
  text-align: center;
}

@media (max-width: 499px) {
  .walk-through__top-section {
    min-height: 55vh;
  }
}

.walk-through__indicators {
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-bottom: 32px;
  list-style: none;
}
.walk-through__indicators li {
  border-radius: 10px;
  width: 25px;
  height: 5px;
  background-clip: none;
  border-top: none;
  border-bottom: 1px solid transparent;
  margin-right: 4px;
  background-color: var(--grey-medium);
}
.walk-through__indicators li.active {
  background-color: var(--primary);
}

.walk-through__image {
  max-width: 220px;
}

.walk-through__title {
  margin-top: 16px;
}

.walk-through__description {
  margin-bottom: 80px;
  margin-top: 8px;
  opacity: 0.6;
  color: var(--grey-medium);
}

.walk-through__skip-link {
  color: var(--secondary);
}

.dark .walk-through__skip-link {
  color: var(--white);
}

body.authenticated-homes {
  background-image: url(online/line_grey.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 600px;
}

.native-full-layout .native-main-layout {
  padding-top: 66px;
}

.native-main-layout {
  padding-top: 32px;
  padding-bottom: 89px;
}

.border-dashed {
  border-style: dashed !important;
}

.border-dashed--grey {
  border: 1px var(--grey-medium);
  border-radius: 10px;
  border-style: dashed;
}

.footer--logo img {
  margin-bottom: 4px;
  height: 18px;
  width: auto;
}

.footer-section__paragraph {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--black);
  opacity: 0.6;
}

.footer-section__paragraph--white {
  color: var(--white);
}

.hs-messages-widget-open.hs-messages-mobile,
.hs-messages-widget-open.hs-messages-mobile body {
  overflow: hidden !important;
  position: relative !important;
}

.hs-messages-widget-open.hs-messages-mobile body {
  height: 100% !important;
  margin: 0 !important;
}

#hubspot-messages-iframe-container {
  display: initial !important;
  z-index: 2147483647;
  position: fixed !important;
  bottom: 0 !important;
}

#hubspot-messages-iframe-container.widget-align-left {
  left: 0 !important;
}

#hubspot-messages-iframe-container.widget-align-right {
  right: 0 !important;
}

#hubspot-messages-iframe-container.internal {
  z-index: 1016;
}

#hubspot-messages-iframe-container.internal iframe {
  min-width: 108px;
}

#hubspot-messages-iframe-container .shadow-container {
  display: initial !important;
  z-index: -1;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  content: "";
}

#hubspot-messages-iframe-container .shadow-container.internal {
  display: none !important;
}

#hubspot-messages-iframe-container .shadow-container.active {
  width: 400px;
  height: 400px;
}

#hubspot-messages-iframe-container iframe {
  display: initial !important;
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  background: transparent !important;
}

.container__dashboard-policies {
  margin-top: 24px;
}
@media (max-width: 767.98px) {
  .container__dashboard-policies {
    margin-top: 8px;
  }
}

.light-gray-curved-background {
  background-size: cover;
  background-image: url(website/backgrounds/light-gray-top-curved-sm.svg);
}
@media (min-width: 992px) {
  .light-gray-curved-background {
    background-image: url(website/backgrounds/light-gray-top-curved-lg.svg);
  }
}

.light-gray-curved-background + footer {
  background-color: var(--grey-light);
}

.select2 {
  width: 100% !important;
  border-bottom: 1px solid var(--grey-medium);
  padding-bottom: 0px;
}

.select2-container {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
}

.has-errors .select2,
.field_with_errors .select2 {
  border-bottom: solid 1px var(--error);
}

.select2-selection--single {
  outline: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding-bottom: 8px !important;
  background-image: url(online/arrow.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}

.select2-selection__placeholder {
  color: rgba(0, 0, 0, 0.3) !important;
}

.select2-selection__arrow {
  display: none;
}

.select2-has-value .select2-container--default {
  border-bottom: 1px solid var(--secondary) !important;
}

.select2-selection__rendered {
  padding: 0 !important;
  color: var(--secondary) !important;
  line-height: 1.5 !important;
}

.select2-dropdown {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  border: solid 1px var(--grey-medium);
}

.select2-dropdown--above {
  border-bottom: 1px solid var(--grey-medium) !important;
}

.select2-container--above {
  border-bottom: 1px solid var(--secondary) !important;
}

.select2-container--below {
  border-bottom: 1px solid var(--secondary) !important;
}

.select2-container--open,
.select2-container--focus {
  border-bottom: 1px solid var(--primary) !important;
}

.select2-container--has-value {
  border-bottom: 1px solid var(--secondary) !important;
}

.select2-results__options {
  color: var(--secondary) !important;
}

.select2-results__option[role=group] {
  padding: 0 !important;
}

.select2-results__option,
.select2-results__group {
  padding: 6px 16px !important;
}

.select2-results__option--highlighted {
  background-color: var(--secondary) !important;
}

.select2-search--dropdown {
  padding: 18px 16px 10px 16px;
}

.select2-search__field {
  border-radius: 4px;
  border: solid 1px var(--grey-medium) !important;
  padding: 6px !important;
}

.select2__with-selectable-placeholder span.select2-container {
  border-bottom: 1px solid var(--secondary) !important;
}
.select2__with-selectable-placeholder .select2-selection__placeholder {
  color: var(--secondary) !important;
}

.utility_box {
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background: var(--white);
}

@media (max-width: 991.98px) {
  .utility_box--breakdown-down-lg {
    margin-top: 40px;
  }
}

.utility_box--bg-img {
  background-image: url(website/referrals/grey-bg.png);
  background-position: top;
  background-repeat: no-repeat;
}

.utility_box__container {
  padding: 32px 32px;
}
@media (min-width: 768px) {
  .utility_box__container {
    padding: 40px 40px;
  }
}

@media (min-width: 768px) {
  .utility_box__container--breakpoint-up-md {
    padding-top: 38px;
    padding-left: 65px;
    padding-right: 65px;
  }
}

.message-box {
  width: 100%;
  border-radius: 8px;
  background-color: var(--grey-light);
  padding: 24px;
}

.message-box--header {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  height: 32px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.29;
  color: var(--secondary);
}

.message-box--body {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 12px;
  line-height: 1.58;
  color: var(--secondary);
}
.message-box--body a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}
.message-box--body a:hover, .message-box--body a:active {
  font-weight: 600;
}

.message-box--body--font-size-base {
  font-size: 1rem;
}

.clickable-card,
.clickable-card:hover {
  color: inherit;
  text-decoration: inherit;
}

.clickable-card .card:hover {
  box-shadow: 0 16px 32px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.clickable-card .card:hover .card__header-forword-arrow {
  transform: translateX(5px) /*rtl:prepend scaleX(-1)*/;
}

.card {
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 16px 32px 8px rgba(0, 0, 0, 0.06);
  border: none;
  background-color: var(--white);
  transition: all 0.3s ease-in-out;
}

.card {
  position: relative;
  min-height: 160px;
}
.card .card__icon-text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 27%;
}

.card--light-gray {
  background: var(--grey-light);
  box-shadow: none;
  border-radius: 8px;
}

.card--zero-min-height {
  min-height: 0px;
  border-radius: 8px;
}

.card--full-height {
  height: 100%;
}

.card__header {
  background-image: url(shared/ui/card_header_bg_black.png);
  background-size: cover;
  background-color: var(--secondary);
}

.card__header-forword-arrow {
  transition: all 0.3s ease-in-out;
}

.card__body-action-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  padding: 12px 16px;
  border-radius: 4px;
  background-color: var(--grey-light);
  color: var(--black);
}

.dashboard-card__date-section .expiring {
  color: var(--alert);
  opacity: 1;
}

.refer_friend_card {
  text-align: center;
  box-shadow: none !important;
  border: none !important;
  background-color: var(--grey-light) !important;
  padding: 27px;
}
.refer_friend_card .card__header {
  background-image: none;
  background-color: unset;
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
  color: var(--grey-dark);
}
.refer_friend_card a {
  margin-top: 24px;
  display: table;
  width: auto;
}
.refer_friend_card .card__body span {
  color: var(--primary);
}

.link-card {
  border: 1px solid #D4D5D8;
  box-sizing: border-box;
  border-radius: 8px;
  background-color: var(--white);
  color: var(--secondary);
  padding: 30px 24px;
}
@media (min-width: 992px) {
  .link-card {
    padding: 32px 40px;
  }
}

.link-card__icon img {
  width: 40px;
  height: 40px;
}

.link-card__heading {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 1rem;
  text-align: left;
}
@media (max-width: 575.98px) {
  .link-card__heading {
    padding-left: 30px;
  }
}

.information-card {
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
  color: var(--secondary);
  padding: 32px 40px;
}

.information-card--centered {
  align-items: center;
  text-align: center;
}

.information-card__expandable-toggle {
  width: 16px;
  height: 16px;
  background-image: url(website/plus-peach.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.information-card__expandable-toggle.opened {
  background-image: url(website/minus-peach.png);
}

.information-card__expandable-content {
  display: none;
}

.information-card__light-blue {
  background-color: var(--grey-extradark);
}

.information-card--horizontal-columns {
  padding: 24px 16px;
  border-radius: 8px;
}

.information-card__icon {
  position: relative;
  text-align: center;
}

.information-card__icon-text {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.information-card__title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: center;
}

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

.information-card__icon--color {
  color: var(--primary);
}

.ui_forms_number-input__wrapper {
  position: relative;
  height: 43px;
}

.ui_forms_number-input__label {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  display: inline-block !important;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.ui_forms_number-input__input-wrapper {
  position: relative;
  width: 129px;
  height: 43px !important;
  float: right;
}
.ui_forms_number-input__input-wrapper input {
  display: inline !important;
  border-top: 1px solid var(--grey-dark) !important;
  border-bottom: 1px solid var(--grey-dark) !important;
  position: absolute;
  left: 43px;
  right: 0%;
  top: 0%;
  bottom: 0%;
  width: 44px !important;
  text-align: center;
}
.ui_forms_number-input__input-wrapper button {
  border: 1px solid var(--grey-dark);
  box-shadow: 0px 0px 8px var(--grey-medium);
  width: 43px !important;
  position: absolute;
}
.ui_forms_number-input__input-wrapper button:focus {
  box-shadow: 0px 0px 8px var(--grey-medium);
}
.ui_forms_number-input__input-wrapper input, .ui_forms_number-input__input-wrapper button {
  padding: 0.375rem 0.75rem !important;
  height: 43px !important;
}

.ui_forms_number-input__left-btn {
  border-radius: 4px 0px 0px 4px;
}

.ui_forms_number-input__right-btn {
  border-radius: 0px 4px 4px 0px;
  left: 66.67%;
  right: 0%;
}

.rectangle {
  width: 1px;
  height: 57px;
  margin: 32px 0 8px 24px;
  opacity: 0.6;
  background-color: var(--grey-dark);
}

.divider {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid var(--grey-medium);
}

.divider__dashed {
  border-top: 1px dashed;
}

.input__text {
  transition: all 0.2s ease-in-out;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--black);
  padding-bottom: 8px;
  border: none;
  border-bottom: solid 1px var(--grey-medium) !important;
  background: none;
}
.input__text:not(:placeholder-shown) {
  border-bottom: 1px solid var(--secondary);
}
.input__text:focus {
  border-bottom: 1px solid var(--primary) !important;
}
.input__text:-webkit-autofill {
  -webkit-text-fill-color: none !important;
}
.input__text::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.input__text:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.input__text::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.input__text:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.input__text::-ms-input-placeholder {
  /* Microsoft Edge */
  color: rgba(0, 0, 0, 0.3);
  opacity: 1;
}

.input__text--light {
  color: var(--white);
}
.input__text--light:not(:placeholder-shown) {
  border-bottom: 1px solid var(--grey-medium);
}
.input__text--light:focus {
  outline: none;
  border-bottom: 1px solid var(--primary) !important;
}
.input__text--light::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--grey-medium);
  opacity: 1;
}
.input__text--light:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--grey-medium);
  opacity: 1;
}
.input__text--light::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--grey-medium);
  opacity: 1;
}
.input__text--light:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--grey-medium);
  opacity: 1;
}
.input__text--light::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--grey-medium);
  opacity: 1;
}

.input__textarea {
  padding: 16px;
  width: 100%;
  height: 233px;
  border: 1px solid #BFBFC5;
  box-sizing: border-box;
  border-radius: 4px;
  flex: none;
  margin: 12px 0px;
}

.header-wrap {
  position: sticky;
  width: 101%;
  left: 0;
  top: -1px;
  z-index: 1020;
}

.header-wrap--transparent .header {
  background: transparent;
}

.header {
  background: var(--secondary);
  margin-bottom: -4px;
}

.header--dark {
  height: 72px;
  background-color: var(--secondary);
}

.header__logo--beema-tech {
  background-image: url(shared/beema-tech-logo.svg);
  width: 160px !important;
  height: 32px;
}

.primary-header {
  height: 88px;
}
.primary-header .container {
  min-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}

.primary-header__logo {
  height: 100%;
}

.primary-header__logo img {
  max-width: 100%;
  vertical-align: baseline;
}

.primary-header__links {
  height: 100%;
  padding: 3px;
}

.link.primary-header__link, body.online #driver_and_vehicle_form .primary-header__link.login-link {
  padding: 0 24px;
  text-decoration: none;
  color: var(--white);
}

.link.header__button, body.online #driver_and_vehicle_form .header__button.login-link {
  padding: 4px 10px;
  width: 100px;
  max-width: 100%;
  white-space: nowrap;
  border: solid 1px var(--white);
  border-radius: 20px;
  text-decoration: none;
}
@media (min-width: 576px) {
  .link.header__button, body.online #driver_and_vehicle_form .header__button.login-link {
    padding: 8px 20px;
    width: 138px;
  }
}
.link.header__button:hover, body.online #driver_and_vehicle_form .header__button.login-link:hover {
  border: solid 1px var(--primary);
}

.primary-header__menu-dropdown {
  padding: 32px 26px;
  border-radius: 8px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
  top: 35px !important;
  left: -25px !important;
}

.primary-header__menu-dropdown-item {
  margin-bottom: 12px;
}
.primary-header__menu-dropdown-item:last-of-type {
  margin-bottom: 0;
}

.mobile-header {
  height: 72px;
  padding: 16px 9px;
}

.mobile-header__burger-menu {
  display: block;
  cursor: pointer;
  width: 20px;
  height: 24px;
  position: relative;
  top: 6px;
  z-index: 50;
  transform: rotate(0deg);
  margin-right: auto;
}

.mobile-header__burger-menu::after {
  content: "";
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
}

.mobile-header__burger-menu span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: var(--white);
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: top 0.25s ease-in-out, left 0.25s ease-in-out, transform 0.25s ease-in-out, opacity 0.25s ease-in-out;
}

.mobile-header__burger-menu span:nth-child(1) {
  top: 0;
}

.mobile-header__burger-menu span:nth-child(2) {
  top: 7px;
}

.mobile-header__burger-menu span:nth-child(3) {
  top: 14px;
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu span {
  background-color: var(--black);
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu {
  filter: invert(100%);
}

.mobile-header__burger-menu-content {
  display: none;
}

.mobile-header.mobile-header__menu-open .mobile-header__burger-menu-content {
  display: block;
  background-color: var(--secondary);
  position: fixed;
  top: 70px;
  right: 0;
  bottom: -16px;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 80px 32px 0 32px;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu-content__sub-menu-switch {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
}

.burger-menu-content__sub-menu {
  display: none;
}
.burger-menu-content__sub-menu.mobile-header__sub-menu-open {
  display: block;
  background-color: var(--secondary);
  position: fixed;
  top: 245px;
  right: 0;
  bottom: -16px;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  padding: 0px 32px;
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}

.burger-menu-content__sub-menu-title {
  color: var(--primary);
  border-bottom: solid 1px var(--grey-dark);
  padding: 24px 0;
  margin-bottom: 24px;
}

.burger-menu-content__link-group {
  border-top: 1px solid var(--grey-dark);
  border-bottom: 1px solid var(--grey-dark);
  padding: 35px 0;
}

.burger-menu-content__authentication-link {
  display: block;
  color: var(--white);
  padding: 16px 0;
}
.burger-menu-content__authentication-link .icons {
  font-size: 14px;
}
.burger-menu-content__authentication-link:hover, .burger-menu-content__authentication-link:active {
  color: var(--white);
}

.burger-menu-content__link, .burger-menu-content__sub-menu-switch {
  display: block;
  color: var(--white);
  opacity: 0.6;
  padding: 8px 0;
}
.burger-menu-content__link:hover, .burger-menu-content__sub-menu-switch:hover, .burger-menu-content__link:active, .burger-menu-content__sub-menu-switch:active {
  color: var(--white);
  opacity: 1;
}
.burger-menu-content__link.burger-menu-content__link--active, .burger-menu-content__link--active.burger-menu-content__sub-menu-switch {
  color: var(--primary);
  opacity: 1;
  text-decoration: underline;
}

.top-menu__link--active, .top-menu__dropdown-label--active {
  color: var(--primary);
  opacity: 1;
}

.burger-menu-content__logout-link {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1rem;
  display: block;
  color: var(--white);
  opacity: 0.6;
  padding: 14px 0;
}
.burger-menu-content__logout-link:hover, .burger-menu-content__logout-link:active {
  color: var(--white);
  opacity: 1;
}

.burger-menu-content__dropdown {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  display: block;
  font-weight: 500;
  padding: 20px 24px;
  border-bottom: solid 1px var(--grey-dark);
}
.burger-menu-content__dropdown a {
  color: var(--white);
}
.burger-menu-content__dropdown a:hover, .burger-menu-content__dropdown a:active {
  color: var(--primary);
  text-decoration: none;
}

.burger-menu-content__dropdown-icon.opened {
  transition: transform 0.2s ease;
  transform: rotate(180deg);
}

.burger-menu-content__dropdown-links {
  display: none;
  padding: 24px 0;
}

.burger-menu-content__dropdown-link {
  display: block;
  font-weight: normal;
}

.burger-menu-conter__footer-link {
  position: absolute;
  bottom: 3rem;
  width: 80%;
  font-size: 16px;
  margin-left: 10%;
}

.link.top-menu__link--active, body.online #driver_and_vehicle_form .top-menu__link--active.login-link, .link.top-menu__dropdown-label--active, body.online #driver_and_vehicle_form .top-menu__dropdown-label--active.login-link {
  color: var(--primary);
  opacity: 1;
}

.footer {
  width: 100%;
  text-align: center;
  color: var(--grey-medium);
  padding: 116px 0 15px;
}

.footer--color-black {
  color: var(--secondary);
}

.footer_bg--black {
  background: var(--secondary);
  border-top: 1px solid rgba(212, 213, 216, 0.2);
}

.footer_bg--small {
  background-image: url(website/footer_bg_mobile_small.svg);
  background-size: cover;
  background-position: top;
}
@media (min-width: 992px) {
  .footer_bg--small {
    background-image: url(website/footer_bg_desktop_small.svg);
  }
}

.footer_bg--large {
  background-image: url(website/footer_bg_mobile_large.svg);
  background-size: cover;
  background-position: top;
}
@media (min-width: 992px) {
  .footer_bg--large {
    background-image: url(website/footer_bg_desktop_large.svg);
  }
}

.footer__links-title {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--white);
}

.footer__link {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  line-height: 2.21;
  color: var(--grey-medium);
}
.footer__link:hover {
  color: var(--primary);
  text-decoration: none;
}

.footer__page-content {
  padding: 0px 24px 72px 24px;
}
@media (min-width: 992px) {
  .footer__page-content {
    padding: 70px 24px 145px 24px;
  }
}

.footer__upper {
  margin-bottom: 96px;
  padding: 0 16px;
}

.footer__section-links {
  display: flex;
  flex-direction: column;
}

.footer__links-app-links {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .footer__links-app-links {
    margin-top: 16px;
  }
}

.footer__social-image-wrapper {
  width: 19px;
  text-align: center;
  display: inline-block;
}

.footer__divider {
  background-color: var(--grey-medium);
  height: 1px;
  border: none;
  opacity: 0.2;
}

.footer__axa-logo {
  width: 48px;
  height: auto;
}

.footer__enoc-logo {
  width: 103px;
  height: auto;
}

.footer__legal-section {
  margin-top: 16px;
  padding: 0 16px;
}

.list-with-circled-numbers .list-with-circled-numbers__number {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  padding: 5px 10px;
  border: 2px solid var(--black);
  color: var(--black);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}
.list-with-circled-numbers .list-with-circled-numbers__number-col {
  width: 24px;
}
.list-with-circled-numbers .list-with-circled-numbers__step-col {
  margin-left: 24px !important;
}

.legal__section-link:not(:first-of-type) {
  margin-top: 26px;
}

.legal__section:not(:first-of-type) {
  margin-top: 40px;
}
.legal__section a {
  font-size: 1rem;
}

.legal__content {
  margin-top: 24px;
}

body.website {
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.above-header-bar {
  background-color: var(--grey-extradark);
  color: white;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15%;
  padding-right: 15%;
}

body.website .button--cta {
  position: relative;
  text-align: left;
  padding-left: 24px;
  padding-right: 24px;
  max-width: none;
  margin: 0;
  width: 100%;
}
@media (min-width: 576px) {
  body.website .button--cta {
    max-width: 288px;
  }
}
body.website .button--cta > img {
  position: absolute;
  top: 19px;
  right: 24px;
  width: 22px;
  height: 17px;
}

.cashback-calculator {
  width: 100%;
  min-height: 150px;
  box-shadow: 0px 2px 23px 8px rgba(46, 48, 72, 0.06);
}

.cashback-calculator__header {
  background-color: var(--secondary);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  padding: 32px;
}

.cashback-calculator__header-title {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 1rem /*rtl:0.875rem*/;
  line-height: 1.5;
  color: var(--white);
}

.cashback-calculator__header-mileage {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem /*rtl:1rem*/;
  line-height: 1.22;
  color: var(--white);
}

.cashback-calculator__body {
  background-color: var(--white);
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  padding: 32px;
}

.cashback-calculator__badge {
  background-image: url(website/cashback/calculator-badge.svg);
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  min-height: 150px;
}

.cashback-calculator__badge-content {
  margin-top: 16px;
  margin-left: -8px;
  line-height: 1;
  width: 65% /*rtl:35%*/;
}
.cashback-calculator__badge-content span {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.75rem;
}

.cashback-calculator__slider.noUi-target {
  border-radius: 4px;
  background: transparent;
  border: none;
  box-shadow: none;
}
.cashback-calculator__slider.noUi-horizontal {
  height: auto;
}
.cashback-calculator__slider .noUi-handle {
  outline: none;
  cursor: pointer;
  border: 2px solid var(--primary);
  top: -12px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
.cashback-calculator__slider .noUi-handle:before, .cashback-calculator__slider .noUi-handle:after {
  display: none;
}
.cashback-calculator__slider .noUi-base {
  height: 8px;
  border-radius: 4px;
}
.cashback-calculator__slider .noUi-base .noUi-connects {
  border-radius: 4px;
  background: var(--grey-medium);
}
.cashback-calculator__slider .noUi-base .noUi-connects .noUi-connect {
  background: var(--primary);
}

body.website .errors__not-found,
body.website .errors__internal-error {
  padding: 72px 24px;
}
@media (min-width: 992px) {
  body.website .errors__not-found,
body.website .errors__internal-error {
    padding: 150px 24px;
  }
}

.form__header-wrap {
  width: 100%;
  left: 0;
  top: 0;
}

.form__header {
  height: 72px;
  background-color: var(--primary);
}

.form__header-close-button {
  position: absolute;
  top: 26px;
  right: 24px;
  padding-right: 24px;
}

body.website .gold-coins {
  display: flex;
  margin-bottom: 12px;
}
body.website .gold-coin {
  width: 18px;
  height: 17px;
  margin-right: 8px;
  border-radius: 50%;
  text-align: center;
  font-size: 0.75rem;
  background-color: var(--alert);
}

body.website .popup-box {
  display: block;
  position: fixed;
  z-index: 1055;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--grey-dark);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
body.website .popup-box__light {
  background: rgba(41, 43, 63, 0.8);
}
body.website .popup-box__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 310px;
  border-radius: 8px;
  background-color: var(--white);
  padding: 20px 30px 30px 30px;
}
@media (min-width: 576px) {
  body.website .popup-box__container {
    max-width: 52%;
    padding: 40px 55px 55px 55px;
  }
}
body.website .popup-box__close-button {
  background: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
body.website .popup-box__close-button:hover:before {
  background: var(--primary);
}
body.website .popup-box__close-button:hover:after {
  background: var(--primary);
}
body.website .popup-box__close-button:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
}
body.website .popup-box__close-button:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--black);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
}
body.website .popup-box__header-title {
  text-align: center;
  color: var(--secondary);
}
body.website .popup-box__header {
  margin-top: 36px;
  margin-bottom: 36px;
}
body.website .popup-box__header img {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
}
body.website .popup-box__footer {
  padding: 1.5rem;
  background-color: var(--grey-light);
  border-radius: 4px;
}
body.website .popup-box__footer:not(a) {
  color: var(--grey-dark);
}
body.website .popup-box__footer a {
  font-size: 0.875rem;
}

body.website .topic-dropdown {
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
}
body.website .topic-dropdown__selection-box {
  padding: 20px 24px;
}
body.website .topic-dropdown__selection-box:hover {
  cursor: pointer;
}
body.website .topic-dropdown__selection-toggle {
  width: 16px;
  height: 16px;
  background-image: url(website/plus-peach.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
body.website .topic-dropdown__selection-toggle.opened {
  background-image: url(website/minus-peach.png);
}
body.website .topic-dropdown__selection-placeholder {
  width: 90%;
}
body.website .topic-dropdown__list-box {
  display: none;
  border-top: solid 1px var(--grey-medium);
  padding: 1.5rem;
}
body.website .topic-dropdown__list-box a {
  color: var(--secondary);
  text-decoration: none;
  opacity: 0.6;
}
body.website .topic-dropdown__list-box a:hover {
  text-decoration: underline;
  text-decoration: none;
}

.website.page.landing {
  background-color: var(--grey-light);
}
.website.page.landing #hero-wrapper {
  position: relative;
  z-index: 20000;
}
.website.page.landing #middle-section {
  padding-top: 136px;
  padding-bottom: 0px;
  position: relative;
  top: -136px;
  background-size: cover;
  background-image: url(website/backgrounds/light-gray-middle-bg-sm.png);
}
@media (min-width: 992px) {
  .website.page.landing #middle-section {
    padding-bottom: 144px;
    padding-top: 78px;
    top: -78px;
    background-image: url(website/backgrounds/light-gray-middle-bg-lg.png);
  }
}
.website.page.landing #middle-section #scroll-invite {
  text-align: center;
  padding-top: 56px;
  padding-bottom: 40px;
}
@media (max-width: 991.98px) {
  .website.page.landing #middle-section #scroll-invite {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}
.website.page.landing #middle-section #incentives-wrapper {
  align-content: center;
}
@media (min-width: 992px) {
  .website.page.landing #middle-section #incentives-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.website.page.landing #middle-section #main-paragraph-wrapper {
  text-align: center;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 974px;
}
@media (max-width: 991.98px) {
  .website.page.landing #middle-section #main-paragraph-wrapper {
    width: 360px;
    margin-top: 96px;
  }
}
.website.page.landing #middle-section #main-paragraph-wrapper h2, .website.page.landing #middle-section #main-paragraph-wrapper .h2 {
  color: var(--secondary);
}
.website.page.landing #middle-section #main-paragraph-wrapper h2 em, .website.page.landing #middle-section #main-paragraph-wrapper .h2 em {
  color: var(--primary);
  font-style: normal;
}
@media (max-width: 991.98px) {
  .website.page.landing #middle-section #main-paragraph-wrapper h2, .website.page.landing #middle-section #main-paragraph-wrapper .h2 {
    font-size: 1.5rem;
  }
}
.website.page.landing #middle-section #secondary-paragraph-wrapper {
  text-align: center;
  margin-top: 32px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 32px;
  padding-right: 32px;
  max-width: 800px;
}
.website.page.landing #middle-section #secondary-paragraph-wrapper p {
  color: var(--secondary);
}
.website.page.landing #middle-section #secondary-paragraph-wrapper #cta-wrapper {
  margin-top: 56px;
}
@media (min-width: 992px) {
  .website.page.landing #middle-section #secondary-paragraph-wrapper #cta-wrapper {
    margin-top: 80px;
  }
}
.website.page.landing #footer {
  padding-top: 56px;
  padding-bottom: 56px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100% !important;
  background-color: var(--secondary);
}
.website.page.landing #footer div:first-child span {
  display: block !important;
  white-space: normal;
  text-align: center;
  color: var(--white);
}
.website.page.landing #footer div:last-child {
  margin-top: 16px;
  text-align: center;
}
.website.page.landing #footer div:last-child a {
  text-decoration: underline;
  color: var(--white);
}

body.website .website-page__content--additional-preview {
  padding: 24px 0;
}
@media (min-width: 992px) {
  body.website .website-page__content--additional-preview {
    margin-top: 120px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--additional-preview {
    margin-top: 80px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--additional-preview .container {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--additional-preview .container {
    margin-bottom: 80px;
    margin-top: 80px;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--additional-preview .previews {
    margin-top: 56px;
    padding-top: 56px;
    display: flex;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--additional-preview .previews {
    margin-top: 56px;
  }
}
body.website .website-page__content--additional-preview .cta {
  margin-top: 56px;
}
@media (max-width: 575.98px) {
  body.website .products .carousel-inner {
    overflow: unset !important;
  }
}

body.website .website-page__content {
  margin: 104px auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 992px) {
  body.website .website-page__content {
    padding-right: 0;
    padding-left: 0;
    margin: 144px auto;
  }
}
body.website .native .website-page__content {
  margin: 0 auto;
}
body.website .website-page__content--last-grey-bg {
  background-color: var(--grey-light);
  padding: 25px 0;
  margin-top: -4px;
  margin-bottom: -56px;
}
body.website .website-page__content--last-grey-curved-bg {
  background-image: url(website/divider_bg_mobile_grey.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  margin-bottom: -56px;
}
@media (min-width: 576px) {
  body.website .website-page__content--last-grey-curved-bg {
    background-image: url(website/divider_bg_desktop_grey.svg);
  }
}
body.website .website-page__content--last-astronaut-bg {
  background-image: url(website/divider_bg_mobile_astronaut.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  body.website .website-page__content--last-astronaut-bg {
    background-image: url(website/divider_bg_desktop_astronaut.svg);
  }
}
body.website .website-page__content--middle-astronaut-bg {
  background-image: url(https://www.beema.ae/assets/website/divider_bg_middle_mobile_astronaut.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  body.website .website-page__content--middle-astronaut-bg {
    background-image: url(website/divider_bg_middle_desktop_astronaut.svg);
  }
}
body.website .website-page__content--middle-astronaut-bg .container {
  margin-bottom: -80px;
  padding: 104px 24px !important;
}
@media (min-width: 992px) {
  body.website .website-page__content--middle-astronaut-bg .container {
    padding: 144px 24px !important;
  }
}
body.website .website-page__content--middle-grey-curved-bg {
  background-image: url(website/divider_bg_mobile_grey_mid.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}
@media (min-width: 576px) {
  body.website .website-page__content--middle-grey-curved-bg {
    background-image: url(website/divider_bg_desktop_grey_mid.svg);
  }
}
body.website .bg-grey-masked-secondary {
  position: relative;
  background-image: url(website/backgrounds/curved-light-grey-middle-long.svg);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--secondary);
}
body.website .curved-bg-with-masked-grey-light {
  position: relative;
  background-image: url(website/backgrounds/curved-white-middle-small.svg);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--grey-light);
}
body.website .website-page__content-title {
  margin-bottom: 40px;
}
body.website .website-page__content-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
body.website .website-page__content-footer-logos {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logos {
    margin-bottom: 0;
  }
}
body.website .website-page__content-footer-logo {
  padding-right: 24px;
  padding-left: 24px;
  border-left: 1px solid var(--grey-medium);
}
body.website .website-page__content-footer-logo:first-child {
  border-left: none;
  padding-left: 0px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo {
    padding-right: 32px;
    padding-left: 32px;
  }
  body.website .website-page__content-footer-logo:first-child {
    padding-left: 0px;
  }
}
body.website .website-page__content-footer-logo-beema {
  width: 125px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo-beema {
    width: 100%;
  }
}
body.website .website-page__content-footer-logo-axa {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo-axa {
    width: 80px;
    height: 80px;
  }
}
body.website .website-page__content-separator {
  height: 1px;
  width: 100%;
  background-color: var(--grey-medium);
}
body.website .offset-anchor:before {
  display: block;
  content: "";
  height: 100px;
  margin: -100px 0 0;
}
body.website .offset-anchor-xl:before {
  display: block;
  content: "";
  height: 150px;
  margin: -150px 0 0;
}

body.website .products__product-link:hover {
  text-decoration: none;
}
body.website .products__product-box {
  position: relative;
  color: var(--secondary);
  padding: 64px 24px 27px 24px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  text-align: center;
}
body.website .products__product-box:hover {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
body.website .products__product-box-label {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  position: absolute;
  padding: 2px 12px;
  right: 30px;
  top: 16px;
  border-radius: 10px;
  background-color: var(--label-primary);
  font-size: 10px;
}
body.website .products__product-box-title {
  min-height: 80px;
}
body.website .products__product-box-description {
  min-height: 107px;
}
body.website .products__product-box-footer {
  padding: 16px 30px;
  border-radius: 8px;
  background-color: var(--grey-light);
  text-align: center;
}
body.website .products__product-box-separator {
  border: 0;
  border-bottom: 1px dashed var(--grey-medium);
  margin: 16px 0px;
}
body.website .products__product-box-extra {
  min-height: 212px;
}

body.website .products__covers-desktop-heading-cell {
  padding: 32px 22px 0px;
  border-bottom: 1px dashed var(--grey-medium);
  background-color: var(--white);
  text-align: center;
}
body.website .products__covers-desktop-heading-cell.with-badge-or-description {
  padding-bottom: 20px;
}
body.website .products__covers-desktop-heading-cell:not(:first-child) {
  border-left: 1px dashed var(--grey-medium);
}
body.website .products__covers-desktop-heading-cell:first-child {
  border-top-left-radius: 16px;
}
body.website .products__covers-desktop-heading-cell:last-child {
  border-top-right-radius: 16px;
}
body.website .products__covers-desktop-heading-cell.active-mouseenter {
  border: none;
  background-color: var(--secondary) !important;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}
body.website .products__covers-desktop-heading-cell.active-mouseenter .products__covers-desktop-heading-link {
  color: var(--white);
}
body.website .products__covers-desktop-heading-cell.active-mouseenter.active-mouseenter + .products__covers-desktop-heading-cell {
  border-left: none;
}
body.website .products__covers-desktop-heading-cell.active-mouseenter .paragraph-xs, body.website .products__covers-desktop-heading-cell.active-mouseenter .centered-card-component .bottom i, .centered-card-component .bottom body.website .products__covers-desktop-heading-cell.active-mouseenter i, body.website .products__covers-desktop-heading-cell.active-mouseenter .circular-progress-small span, .circular-progress-small body.website .products__covers-desktop-heading-cell.active-mouseenter span, body.website .products__covers-desktop-heading-cell.active-mouseenter .checkbox-label, body.website .products__covers-desktop-heading-cell.active-mouseenter .error-center-align .field_with_errors .error-message, .error-center-align .field_with_errors body.website .products__covers-desktop-heading-cell.active-mouseenter .error-message, body.website .products__covers-desktop-heading-cell.active-mouseenter .error-center-align.general-error-message .error-message, .error-center-align.general-error-message body.website .products__covers-desktop-heading-cell.active-mouseenter .error-message {
  color: var(--grey-medium) !important;
}
body.website .products__covers-desktop-heading-link {
  color: var(--secondary);
}
body.website .products__covers-desktop-heading-link:hover {
  text-decoration: none;
}
body.website .products__covers-desktop-heading-link:hover .heading-2, body.website .products__covers-desktop-heading-link:hover .block_title_with_paragraphs .title, .block_title_with_paragraphs body.website .products__covers-desktop-heading-link:hover .title, body.website .products__covers-desktop-heading-link:hover .website-page__content-title {
  text-decoration: underline;
}
body.website .products__covers-desktop-heading-cell-title-box {
  min-height: 56px;
}
body.website .products__covers-desktop-heading-cell-label {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  padding: 2px 12px;
  border-radius: 10px;
  background-color: var(--label-primary);
  color: var(--grey-dark);
  font-size: 0.625rem;
}
body.website .products__covers-desktop-cover-title-cell {
  height: 86px;
  padding: 21px 34px;
  border-bottom: 1px dashed var(--grey-medium);
  background-color: var(--white);
  text: center;
}
body.website .products__covers-desktop-cover-title-cell:first-child {
  border-top-left-radius: 16px;
}
body.website .products__covers-desktop-cover-title-cell:nth-last-child(2) {
  border-bottom-left-radius: 16px;
}
body.website .products__covers-desktop-cover-title-cell [class^=col] div {
  display: inline-flex;
  align-items: center;
  height: 40px;
}
body.website .products__covers-desktop-cover-title-cell .products__covers-desktop-cover-title-icon {
  width: 34px;
}
body.website .products__covers-desktop-cover-title-cell .products__covers-desktop-cover-title-icon img {
  height: 32px;
}
body.website .products__covers-desktop-cover-title-cell .products__covers-desktop-cover-title-text {
  padding-left: 12px;
}
body.website .products__covers-desktop-cover-cell {
  padding: 32px 34px;
  border-bottom: 1px dashed var(--grey-medium);
  border-left: 1px dashed var(--grey-medium);
  background-color: var(--white);
  min-height: 75px;
  height: 86px;
}
body.website .products__covers-desktop-cover-cell .products__covers-desktop-cover-select-on-icon-active {
  display: none;
}
body.website .products__covers-desktop-cover-cell.active-mouseenter {
  color: var(--white);
  border: none;
  background-color: var(--secondary) !important;
}
body.website .products__covers-desktop-cover-cell.active-mouseenter .products__covers-desktop-cover-select-on-icon-inactive {
  display: none;
}
body.website .products__covers-desktop-cover-cell.active-mouseenter .products__covers-desktop-cover-select-on-icon-active {
  display: block;
}
body.website .products__covers-desktop-cover-cell.active-mouseenter .paragraph-s, body.website .products__covers-desktop-cover-cell.active-mouseenter .centered-card-component .bottom p, .centered-card-component .bottom body.website .products__covers-desktop-cover-cell.active-mouseenter p, body.website .products__covers-desktop-cover-cell.active-mouseenter .centered-card-component .bottom ul, .centered-card-component .bottom body.website .products__covers-desktop-cover-cell.active-mouseenter ul, body.website .products__covers-desktop-cover-cell.active-mouseenter .banner .middle.list ul li, .banner .middle.list ul body.website .products__covers-desktop-cover-cell.active-mouseenter li, body.website .products__covers-desktop-cover-cell.active-mouseenter .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul body.website .products__covers-desktop-cover-cell.active-mouseenter li, body.website .products__covers-desktop-cover-cell.active-mouseenter .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul .products__covers-desktop-cover-cell.active-mouseenter li, body.website .products__covers-desktop-cover-cell.active-mouseenter .information-card__paragraph, body.website .products__covers-desktop-cover-cell.active-mouseenter .above-header-bar {
  color: var(--grey-medium) !important;
}
body.website .products__covers-desktop-cover-cell.active-mouseenter + .products__covers-desktop-cover-cell {
  border-left: none;
}
body.website .products__covers-desktop-cover-values {
  text-align: center;
}
body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child {
  border-bottom-right-radius: 16px;
}
body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter {
  border-bottom-right-radius: 0;
}
body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .paragraph-s, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .centered-card-component .bottom p, .centered-card-component .bottom body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter p, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .centered-card-component .bottom ul, .centered-card-component .bottom body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter ul, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .banner .middle.list ul li, .banner .middle.list ul body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter li, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter li, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter li, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .information-card__paragraph, body.website .products__covers-desktop-cover-values:last-child .products__covers-desktop-cover-cell:last-child.active-mouseenter .above-header-bar {
  color: var(--grey-medium) !important;
}
body.website .products__covers-desktop-get-a-quote-button {
  display: none;
}
body.website .products__covers-desktop-get-a-quote-cell {
  min-height: 100px;
  background: none;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  text-align: center;
}
body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter {
  display: block;
  padding: 21px;
  background-color: var(--secondary);
}
body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .products__covers-desktop-get-a-quote-button {
  display: block;
}
body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .paragraph-s, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .centered-card-component .bottom p, .centered-card-component .bottom body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter p, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .centered-card-component .bottom ul, .centered-card-component .bottom body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter ul, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .banner .middle.list ul li, .banner .middle.list ul body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter li, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter li, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul .products__covers-desktop-get-a-quote-cell.active-mouseenter li, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .information-card__paragraph, body.website .products__covers-desktop-get-a-quote-cell.active-mouseenter .above-header-bar {
  color: var(--grey-medium) !important;
}

body.website .products__covers-mobile {
  margin-bottom: 104px;
}
body.website .products__covers-mobile-heading-cell {
  padding: 32px 0 32px 0;
  background-color: var(--secondary);
  color: var(--white);
  text-align: center;
}
body.website .products__covers-mobile-heading-cell.with-badge {
  padding-bottom: 20px;
}
body.website .products__covers-mobile-ppk-icon {
  padding: 4px 12px;
  border-radius: 10px;
  background-color: var(--label-primary);
  color: var(--grey-dark);
}
body.website .products__covers-mobile-heading-cell-title-box {
  min-height: 48px;
}
body.website .products__covers-mobile-cover-title-cell {
  padding: 0px 12px;
  border-bottom: 1px dashed var(--grey-medium);
  background-color: var(--white);
  text-align: left;
}
body.website .products__covers-mobile-cover-cell {
  padding: 43px 16px;
  border-bottom: 1px dashed var(--grey-medium);
  background-color: var(--white);
  border-left: 1px dashed var(--grey-medium);
}
body.website .products__covers-mobile-cover-title-icon {
  width: 34px;
}
body.website .products__covers-mobile-footer-get-quote {
  background-color: var(--white);
  padding: 50px 0;
}

.claim-information-card {
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
}

@media (min-width: 992px) {
  body.website .cover-details__product-heading-section {
    margin-top: -96px;
    position: relative;
  }
}
body.website .cover-details__product-header-box {
  color: var(--secondary);
  padding: 74px 28px 56px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  position: relative;
}
@media (min-width: 992px) {
  body.website .cover-details__product-header-box {
    padding: 64px 162px 80px;
  }
}
body.website .cover-details__product-box {
  color: var(--secondary);
  padding: 0 25px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  min-height: 292px;
  position: relative;
}
body.website .cover-details__product-box:hover {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
@media (min-width: 992px) {
  body.website .cover-details__product-box {
    padding: 0 41px;
    min-height: 220px;
  }
}
body.website .cover-details__product-box-cashback-icon {
  position: absolute;
  padding: 2px 12px;
  right: 40px;
  top: 26px;
  border-radius: 10px;
  background-color: var(--label-primary);
}
body.website .cover-details__product-details-section {
  padding: 104px 0 96px 0;
}
@media (min-width: 992px) {
  body.website .cover-details__product-details-section {
    padding: 144px 0 96px 0;
  }
}
body.website .cover-details__product-details-divider {
  border-top: solid 1px var(--grey-medium);
  width: 100%;
  margin: 64px 0;
}
body.website .cover-details__product-details-recommendation-box {
  padding: 28px 40px;
  border-radius: 8px;
  background-color: var(--grey-light);
}
body.website .cover-details__product-details-cover-box {
  color: var(--secondary);
  border-bottom: 1px dashed var(--grey-medium);
  padding: 26px 42px 26px 8px;
  min-height: 93px;
}
body.website .cover-details__product-details-cover-box:after {
  content: "";
  width: 21px;
  height: 21px;
  background: url(website/icon-info.svg) no-repeat;
  position: absolute;
  right: 22px;
}
body.website .cover-details__product-details-cover-box:hover {
  background-color: var(--grey-light);
}
body.website .cover-details__product-details-cover-box:hover:after {
  background: url(website/icon-info-dark.svg) no-repeat;
}
body.website .cover-details__product-details-cover-icon {
  width: 34px;
}
body.website .cover-details__product-quotation-card {
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
}
@media (min-width: 992px) {
  body.website .cover-details__product-quotation-card {
    position: sticky;
    top: 158px;
    margin-bottom: 104px;
  }
}
body.website .cover-details__product-quotation-card-header {
  color: var(--white);
  background-image: url(website/small-box-curve-background.svg);
  background-size: cover;
  background-position: bottom;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  padding: 40px 47px;
}
body.website .cover-details__product-quotation-card-body {
  padding: 40px 32px 32px;
}
body.website .cover-details__other-products-section {
  margin-bottom: -96px;
  padding: 140px 0 190px;
}

body.website .website-page__content {
  margin: 104px auto;
  padding-right: 24px;
  padding-left: 24px;
}
@media (min-width: 992px) {
  body.website .website-page__content {
    padding-right: 0;
    padding-left: 0;
    margin: 144px auto;
  }
}
body.website .native .website-page__content {
  margin: 0 auto;
}
body.website .website-page__content--last-grey-bg {
  background-color: var(--grey-light);
  padding: 25px 0;
  margin-top: -4px;
  margin-bottom: -56px;
}
body.website .website-page__content--last-grey-curved-bg {
  background-image: url(website/divider_bg_mobile_grey.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  margin-bottom: -56px;
}
@media (min-width: 576px) {
  body.website .website-page__content--last-grey-curved-bg {
    background-image: url(website/divider_bg_desktop_grey.svg);
  }
}
body.website .website-page__content--last-astronaut-bg {
  background-image: url(website/divider_bg_mobile_astronaut.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  body.website .website-page__content--last-astronaut-bg {
    background-image: url(website/divider_bg_desktop_astronaut.svg);
  }
}
body.website .website-page__content--middle-astronaut-bg {
  background-image: url(https://www.beema.ae/assets/website/divider_bg_middle_mobile_astronaut.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) {
  body.website .website-page__content--middle-astronaut-bg {
    background-image: url(website/divider_bg_middle_desktop_astronaut.svg);
  }
}
body.website .website-page__content--middle-astronaut-bg .container {
  margin-bottom: -80px;
  padding: 104px 24px !important;
}
@media (min-width: 992px) {
  body.website .website-page__content--middle-astronaut-bg .container {
    padding: 144px 24px !important;
  }
}
body.website .website-page__content--middle-grey-curved-bg {
  background-image: url(website/divider_bg_mobile_grey_mid.svg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 25px 0;
}
@media (min-width: 576px) {
  body.website .website-page__content--middle-grey-curved-bg {
    background-image: url(website/divider_bg_desktop_grey_mid.svg);
  }
}
body.website .bg-grey-masked-secondary {
  position: relative;
  background-image: url(website/backgrounds/curved-light-grey-middle-long.svg);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--secondary);
}
body.website .curved-bg-with-masked-grey-light {
  position: relative;
  background-image: url(website/backgrounds/curved-white-middle-small.svg);
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: var(--grey-light);
}
body.website .website-page__content-title {
  margin-bottom: 40px;
}
body.website .website-page__content-footer {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
body.website .website-page__content-footer-logos {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logos {
    margin-bottom: 0;
  }
}
body.website .website-page__content-footer-logo {
  padding-right: 24px;
  padding-left: 24px;
  border-left: 1px solid var(--grey-medium);
}
body.website .website-page__content-footer-logo:first-child {
  border-left: none;
  padding-left: 0px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo {
    padding-right: 32px;
    padding-left: 32px;
  }
  body.website .website-page__content-footer-logo:first-child {
    padding-left: 0px;
  }
}
body.website .website-page__content-footer-logo-beema {
  width: 125px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo-beema {
    width: 100%;
  }
}
body.website .website-page__content-footer-logo-axa {
  width: 64px;
  height: 64px;
}
@media (min-width: 768px) {
  body.website .website-page__content-footer-logo-axa {
    width: 80px;
    height: 80px;
  }
}
body.website .website-page__content-separator {
  height: 1px;
  width: 100%;
  background-color: var(--grey-medium);
}
body.website .offset-anchor:before {
  display: block;
  content: "";
  height: 100px;
  margin: -100px 0 0;
}
body.website .offset-anchor-xl:before {
  display: block;
  content: "";
  height: 150px;
  margin: -150px 0 0;
}

body.website .home__usp-section {
  padding: 0 13px;
  margin-top: -120px;
}
@media (min-width: 992px) {
  body.website .home__usp-section {
    width: 100%;
  }
}

body.website .home__ppk-section {
  margin-top: 104px;
  padding: 0 13px;
}
@media (min-width: 992px) {
  body.website .home__ppk-section {
    margin-top: 144px;
  }
}
@media (min-width: 992px) {
  body.website .home__ppk-section-cashback {
    margin-top: 144px;
  }
}
body.website .home__ppk-section-placeholder-image {
  width: 376px;
  max-width: 100%;
}

body.website .home__referral-section {
  margin-top: 104px;
  padding: 0 24px;
}
@media (min-width: 992px) {
  body.website .home__referral-section {
    margin-top: 144px;
  }
}
body.website .home__referral-section-container {
  background-image: url(website/home/referral_banner_desktop_large.png) /*rtl:url(website/home/referral_banner_desktop_large_ar.png)*/;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px;
  padding: 84px 40px 92px 40px;
  min-height: 410px;
}
@media (max-width: 575.98px) {
  body.website .home__referral-section-container {
    background-image: url(website/home/referral_banner_mobile.png) /*rtl:url(website/home/referral_banner_mobile.png)*/;
    background-position: bottom;
    text-align: center;
    border-radius: 16px;
    padding: 40px 36px 40px 36px;
    min-height: 530px;
  }
}
body.website .home__referral-section-header span {
  color: var(--primary);
}

body.website .home__reviews-section {
  margin-top: 120px;
  padding: 0 13px;
}
@media (min-width: 992px) {
  body.website .home__reviews-section {
    margin-top: 160px;
  }
}
body.website .home__reviews-section .trustpilot-widget {
  margin-left: -5%;
  margin-right: -5%;
}
body.website .home__reviews-section_heading {
  margin-bottom: 40px;
}

body.website .home__fleet-section {
  margin-top: 144px;
  padding: 138px 13px 201px 13px;
}

body.website .home__testimonials-section {
  padding: 150px 13px 144px 13px;
}

.blog__content {
  margin-top: 64px;
  margin-bottom: 64px;
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .blog__content {
    margin: 120px auto;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.blog__articles-section {
  padding: 64px 16px 80px 16px;
}
@media (min-width: 992px) {
  .blog__articles-section {
    padding: 120px 0 80px 0;
  }
}

.blog__articles-link, .blog__articles-link:hover {
  color: var(--black);
  outline: none;
  text-decoration: none;
}

.blog__articles-link:hover .blog__articles-title {
  color: var(--primary);
}

.blog__articles-section .card {
  border: none;
}

.blog__articles-section .card-body {
  padding: 0;
}

.blog__articles-image-section {
  overflow: hidden;
  margin-bottom: 24px;
}
.blog__articles-image-section img {
  width: 389px;
  height: 223px;
}
@media (min-width: 992px) {
  .blog__articles-image-section img {
    width: 389px;
    height: 223px;
  }
}

.website-page-article-hero-heading {
  color: white;
}

.blog__article-image-section {
  overflow: hidden;
}

.blog__article-image-section img {
  display: block;
  width: 327px;
  height: 218px;
  margin: 24px auto;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .blog__article-image-section img {
    width: 595px;
    height: 398px;
    margin: 56px auto;
  }
}

.blog__other-articles-section {
  padding-right: 25px;
  padding-left: 25px;
}
@media (min-width: 768px) {
  .blog__other-articles-section {
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 50px;
  }
}

.blog__other-articles-image--section {
  overflow: hidden;
}

.blog__other-articles-image--section img {
  display: block;
  width: 326px;
  height: 223px;
  margin: 24px auto;
  margin-left: 0px;
}
@media (min-width: 992px) {
  .blog__other-articles-image--section img {
    width: 593px;
    height: 340px;
    margin: 56px auto;
  }
}

.blog__other-articles-link, .blog__other-articles-link:hover {
  color: var(--black);
  outline: none;
  text-decoration: none;
}

.blog__other-articles-link:hover .blog__article-content-section-title {
  color: var(--primary);
}

.blog__back-blog-section a {
  color: var(--secondary);
  outline: none;
  text-decoration: underline;
}
.blog__back-blog-section a:hover {
  color: var(--primary);
  outline: none;
  text-decoration: underline;
}

.blog__print-section {
  border-top: 1px solid var(--grey-medium);
  border-bottom: 1px solid var(--grey-medium);
  padding: 32px 0 39px;
}

.blog__print-section-link:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: url(website/blog/print-icon.svg);
  display: inline-block;
  vertical-align: baseline;
  margin-right: 8px;
}
.blog__print-section-link:hover {
  color: var(--primary);
}
.blog__print-section-link:hover:before {
  background: url(website/blog/print-icon-peach.svg);
}

.blog__share-section {
  border-bottom: 1px solid var(--grey-medium);
  padding: 32px 0 39px;
}

.blog__desktop_side_section {
  display: none;
}
@media (min-width: 992px) {
  .blog__desktop_side_section {
    display: block;
  }
}
@media print {
  .blog__desktop_side_section {
    display: block;
  }
}

.blog__share-section img {
  width: 16px;
  height: 16px;
}

@media (min-width: 992px) {
  .blog__mobile_side_section {
    display: none;
  }
}

.blog__mobile_side_section .blog__print-section {
  border-top: none;
  border-bottom: none;
}

.blog__mobile_side_section .blog__share-section {
  border-bottom: none;
}

@media print {
  .hero-banner-container {
    height: 200px;
  }

  .blog__article.blog__content {
    margin: 0 auto;
  }

  .mobile-header,
.blog__desktop_side_section_container,
.blog__desktop_side_section,
.blog__mobile_side_section,
.blog__back-blog-section,
.blog__other-articles-section,
.footer {
    display: none !important;
  }
}
.blog__print-section a {
  color: inherit;
  text-decoration: inherit;
}

body.website .about-us__footer-information-box {
  background-color: var(--white);
  padding: 40px 66px;
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.24);
}
body.website .about-us__core-values-carousel {
  min-height: 320px;
}
body.website .about-us__hero-banner-img img {
  margin-top: -80px;
}
@media (min-width: 576px) {
  body.website .about-us__hero-banner-img img {
    height: 442px;
  }
}
@media (max-width: 575.98px) {
  body.website .about-us__hero-banner-img img {
    margin-top: -24px;
    height: 338px;
  }
}
body.website .about-us__description-img img {
  margin-top: -80px;
  height: 418px;
}
@media (max-width: 767.98px) {
  body.website .about-us__description-img img {
    margin-top: -16px;
  }
}
@media (max-width: 575.98px) {
  body.website .about-us__description-img img {
    margin-top: -32px;
    height: auto;
  }
}

body.website .website-faq__section-title {
  padding: 1rem 0;
  border-bottom: 1px solid var(--grey-medium);
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  body.website .website-faq__section-title {
    margin-bottom: 64px;
  }
}
body.website .website-faq__category-show-content {
  margin: 80px auto;
  padding: 0 28px;
}
body.website .website-faq__section-topic a {
  font-size: 1.5rem;
}
body.website .website-faq__section-category-card {
  color: var(--secondary);
  height: 81px;
  border-bottom: dashed 1px var(--grey-medium);
}
@media (min-width: 992px) {
  body.website .website-faq__section-category-card {
    height: 56px;
    border-bottom: none;
  }
}
body.website .website-faq__section-category-card:hover {
  color: var(--primary);
  text-decoration: none;
}
body.website .website-faq__question_and_answer_box {
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
}
body.website .website-faq__question-box {
  padding: 20px 24px;
}
body.website .website-faq__question-box:hover {
  cursor: pointer;
}
body.website .website-faq__question-toggle {
  width: 16px;
  height: 16px;
  background-image: url(website/plus-peach.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
body.website .website-faq__question-toggle.opened {
  background-image: url(website/minus-peach.png);
}
body.website .website-faq__question {
  width: 90%;
}
body.website .website-faq__answer-box {
  display: none;
  border-top: solid 1px var(--grey-medium);
  padding: 1.5rem;
}
body.website .website-faq__answer-box p {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  color: var(--grey-dark);
}
body.website .website-faq__answer-box a {
  color: var(--primary);
  text-decoration: underline;
}
body.website .website-faq__answer-box a:hover {
  text-decoration: underline;
  color: var(--secondary);
}
body.website .website-faq__answer-box table,
body.website .website-faq__answer-box th,
body.website .website-faq__answer-box td {
  font-size: 0.875rem;
  border: 1px solid var(--grey-medium);
  border-collapse: collapse;
}
body.website .website-faq__answer-box table {
  width: 100%;
}
@media (min-width: 768px) {
  body.website .website-faq__answer-box table {
    width: 50%;
  }
}
body.website .website-faq__answer-box th {
  padding: 0.75rem;
  font-weight: 600;
  background-color: var(--grey-dark);
  color: var(--white);
}
body.website .website-faq__answer-box td {
  padding: 0.75rem;
}
@media (min-width: 992px) {
  body.website .website-faq__answer-box--12-columns {
    padding: 40px 90px 16px 90px;
  }
}

body.website .fleets__product-section {
  margin-bottom: -16px;
}
@media (min-width: 768px) {
  body.website .fleets__product-section {
    margin-bottom: -40px;
  }
}
@media (min-width: 1200px) {
  body.website .fleets__product-section {
    margin-bottom: -64px;
  }
}
body.website .fleets__product-box {
  position: relative;
  color: var(--secondary);
  padding: 64px 24px 27px 24px;
  border-radius: 16px;
  background-color: var(--white);
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
}
body.website .fleets__product-box:hover {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
body.website .fleets__product-box-cashback-icon {
  position: absolute;
  padding: 2px 12px;
  right: 30px;
  top: 16px;
  border-radius: 10px;
  background-color: var(--label-primary);
}
body.website .fleets__product-box-description {
  min-height: 45px;
}
body.website .fleets__product-box-footer {
  padding: 16px 30px;
  border-radius: 8px;
  background-color: var(--grey-light);
}

body.website .contact__contact-us-banner {
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
  margin-top: 56px;
}
@media (min-width: 768px) {
  body.website .contact__contact-us-banner {
    margin-top: 0px;
  }
}
body.website .contact__contact-us-box-title {
  padding-top: 32px;
  padding-left: 34px;
  padding-right: 34px;
}
@media (min-width: 768px) {
  body.website .contact__contact-us-box-title {
    padding-top: 38px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
body.website .contact__contact-us-box-title:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 0;
  opacity: 0.1;
  background-image: url(https://www.beema.ae/assets/website/hero_backgrounds/hero_bg_desktop_new.svg);
  background-position: bottom;
  background-size: cover;
}
@media (min-width: 768px) {
  body.website .contact__contact-us-box-title:before {
    height: 30%;
  }
}
body.website .contact__contact-us-box-body {
  padding-bottom: 34px;
  padding-left: 34px;
  padding-right: 34px;
}
@media (min-width: 768px) {
  body.website .contact__contact-us-box-body {
    padding-bottom: 65px;
    padding-left: 65px;
    padding-right: 65px;
  }
}
@media (min-width: 768px) {
  body.website .website-page__contact-us-content {
    margin-top: 144px;
  }
}

body.website .website-page--home-covers-hero-image-wrapper {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  body.website .website-page--home-covers-hero-image-wrapper {
    text-align: left;
    margin-top: 0px;
    padding-left: 56px;
  }
}
body.website .website-page--home-covers-hero-image-wrapper img {
  width: 188px;
}
@media (min-width: 992px) {
  body.website .website-page--home-covers-hero-image-wrapper img {
    width: 318px;
  }
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .title {
    margin-top: 144px;
  }
}
@media (max-width: 991.98px) {
  body.website .recommendations__recommendation-section .title {
    margin-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .title .heading-2, body.website .recommendations__recommendation-section .title .block_title_with_paragraphs .title, .block_title_with_paragraphs body.website .recommendations__recommendation-section .title .title, body.website .recommendations__recommendation-section .title .website-page__content-title {
    text-align: center;
  }
}
@media (max-width: 991.98px) {
  body.website .recommendations__recommendation-section .title .heading-2, body.website .recommendations__recommendation-section .title .block_title_with_paragraphs .title, .block_title_with_paragraphs body.website .recommendations__recommendation-section .title .title, body.website .recommendations__recommendation-section .title .website-page__content-title {
    font-size: 1.5rem;
  }
}
body.website .recommendations__recommendation-section .content {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.website .recommendations__recommendation-section .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box {
  background-color: var(--grey-light);
  border-radius: 16px;
  padding: 64px 24px 64px 24px;
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box:first-child {
    width: 60%;
  }
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box:last-child {
    width: 35%;
    margin-left: 5%;
  }
}
@media (max-width: 991.98px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box:last-child {
    margin-top: 32px;
  }
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .top, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .bottom {
  text-align: center;
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .top div {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .top div:last-child {
  margin-top: 32px;
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle {
  margin-top: 56px;
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 64px 32px 64px 32px;
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card.lg-row:first-child {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card.lg-row:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 991.98px) {
  body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card.sm-top-space {
    margin-top: 24px;
  }
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul {
  margin-top: 24px;
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li {
  line-height: 1.75;
  color: var(--grey-dark);
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .bottom {
  margin-top: 56px;
}
body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .bottom a.button, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .bottom .refer_friend_card a, .refer_friend_card body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .bottom a {
  width: 206px;
}
body.website .website-page__content--home-more {
  position: relative;
  background-color: var(--secondary);
  background-size: cover;
  background-position: top;
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more {
    padding-top: 64px;
    top: -64px;
    background-image: url(website/backgrounds/white-middle-bg-lg.svg);
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more {
    padding-top: 40px;
    top: -40px;
    background-image: url(website/backgrounds/white-middle-bg-sm.svg);
  }
}
body.website .website-page__content--home-more .title {
  text-align: center;
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .title {
    margin-top: 56px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .title {
    margin-top: 80px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .title span.heading-2, body.website .website-page__content--home-more .title .block_title_with_paragraphs span.title, .block_title_with_paragraphs body.website .website-page__content--home-more .title span.title, body.website .website-page__content--home-more .title span.website-page__content-title {
    font-size: 1.5rem;
    line-height: 1.22;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .slide {
    margin-top: 104px;
    margin-bottom: 104px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
body.website .website-page__content--home-more .slide .slides-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 4px;
  border-radius: 28px;
  border: 1px solid var(--grey-light);
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .slide .slides-buttons {
    width: 518px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-buttons {
    width: 90%;
  }
}
body.website .website-page__content--home-more .slide .slides-buttons a {
  color: var(--secondary);
}
body.website .website-page__content--home-more .slide .slides-buttons a:nth-child(2) {
  margin-left: 4px;
  margin-right: 4px;
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-buttons a {
    font-size: 12px;
    padding: 10px 0px;
  }
}
body.website .website-page__content--home-more .slide .slides-container {
  background-color: var(--white);
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item {
    display: flex;
    flex-direction: row;
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item {
    display: block;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-illustration {
    width: 50%;
    text-align: right;
    padding-right: 120px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-illustration {
    text-align: center;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards {
    width: 56%;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards {
    margin-top: 64px;
  }
}
body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards .card {
  display: block;
  padding: 32px 32px;
}
@media (max-width: 991.98px) {
  body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards .card {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
}
body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards .card:first-child {
  margin-bottom: 24px;
}
body.website .website-page__content--home-more .slide .slides-container .slide-item .slide-item-cards .card p {
  margin-top: 12px;
}

.health-landing__heading {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .health-landing__heading {
    margin-bottom: 64px;
  }
}

.health-landing__subheading {
  margin-bottom: 24px;
}

.health-landing__subheading-thank-you {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .health-landing__subheading-thank-you {
    margin-bottom: 80px;
  }
}

.health-landing__form-box {
  margin: 56px 0;
}
@media (min-width: 768px) {
  .health-landing__form-box {
    margin: 80px 0;
  }
}

.health-landing__form-footer {
  margin-bottom: 56px;
}
@media (min-width: 768px) {
  .health-landing__form-footer {
    margin-bottom: 80px;
  }
}

.health-landing__illustration {
  margin-bottom: 104px;
}
@media (min-width: 768px) {
  .health-landing__illustration {
    margin-bottom: 144px;
  }
}

.health-landing__terms {
  margin-bottom: 104px;
}
@media (min-width: 768px) {
  .health-landing__terms {
    margin-bottom: 144px;
  }
}

.health-information-card {
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  background-color: var(--white);
}

body.website .website-page--travel-covers-hero-image-wrapper {
  margin-top: 16px;
  text-align: center;
}
@media (min-width: 992px) {
  body.website .website-page--travel-covers-hero-image-wrapper {
    text-align: left;
    margin-top: 32px;
    padding-left: 56px;
  }
}
body.website .website-page--travel-covers-hero-image-wrapper img {
  width: 299px;
}
@media (min-width: 992px) {
  body.website .website-page--travel-covers-hero-image-wrapper img {
    width: 431px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--travel-sneak-preview .block-title {
    margin-top: 144px;
    margin-bottom: 144px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--travel-sneak-preview .block-title {
    margin-top: 104px;
    margin-bottom: 56px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--travel-sneak-preview .previews {
    display: flex;
  }
}
body.website .website-page__content--travel-sneak-preview .cta {
  margin-top: 56px;
}
@media (max-width: 991.98px) {
  body.website hr.website-page__content--separator {
    display: none;
  }
}
@media (min-width: 992px) {
  body.website hr.website-page__content--separator {
    margin-top: 104px;
  }
}
@media (min-width: 992px) {
  body.website .website-page__content--travel-recommendations .block-title {
    margin-top: 104px;
    margin-bottom: 80px;
  }
}
@media (max-width: 991.98px) {
  body.website .website-page__content--travel-recommendations .block-title {
    margin-top: 96px;
    margin-bottom: 56px;
  }
}
body.website .website-page__content--travel-recommendations .content {
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  body.website .website-page__content--travel-recommendations .content {
    padding-left: 32px;
    padding-right: 32px;
  }
}

body.website .referrals__hero-banner-background {
  background-image: url(website/referrals/referral_canvas_mobile.png);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  body.website .referrals__hero-banner-background {
    min-height: 700px;
    background-image: url(website/referrals/referral_canvas_desktop.png);
  }
}
body.website .referrals__main-content {
  padding: 0 13px;
  background: var(--grey-light);
  margin-top: -56px;
  padding-top: 56px;
}
@media (min-width: 992px) {
  body.website .referrals__main-content {
    margin-top: -144px;
    padding-top: 144px;
  }
}
body.website .referrals__main-content-container {
  padding-top: 88px;
  padding-bottom: 88px;
}
@media (min-width: 992px) {
  body.website .referrals__main-content-container {
    padding-top: 140px;
    padding-bottom: 88px;
  }
}
body.website .referrals__main-content-paragraph {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  body.website .referrals__main-content-paragraph {
    font-size: 1.5rem;
  }
}
body.website .form-steps-wrap--with-padding-bottom {
  padding-bottom: 0px;
}
body.website .referrals__shareable-link-container {
  border-radius: 16px;
  padding: 20px 16px;
  background-color: var(--grey-light);
}
body.website .refeerals_hidden-text-field {
  position: absolute;
  left: -1000px;
}

body.website .referrals__ppk_section .home__ppk-section {
  margin-top: 144px !important;
}

body.website .referrals__steps {
  padding: 75px 16px;
}
@media (min-width: 992px) {
  body.website .referrals__steps {
    padding: 140px 0px;
  }
}
body.website .referrals__steps-box {
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  height: 100%;
  min-height: 260px;
}
@media (min-width: 768px) {
  body.website .referrals__steps-box {
    min-height: 280px;
  }
}
body.website .referrals__steps-box-icon {
  height: 50px;
}

.form-steps-wrap .form-box .referrer__form .form-field label:not(.checkbox-label) {
  font-size: 0.875rem !important;
}

body.online .loader {
  display: inline-block;
  margin-left: 12px;
}
body.online .ball-pulse > div.light {
  width: 8px;
  height: 8px;
}
body.online .ball-pulse--primary > div.light {
  background-color: var(--secondary);
}
body.online .ball-pulse--secondary > div.light {
  background-color: var(--white);
}

.loading--overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  cursor: pointer;
  background-color: white;
  opacity: 0.95;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 66px;
}

.loading--content {
  display: block;
  text-align: center;
  padding-left: 56px;
  padding-right: 56px;
}

body.online .otp-form__image {
  text-align: center;
  margin-bottom: 2.5rem;
  width: "120px";
  height: "170px";
}
body.online .otp-form__title {
  text-align: center;
  margin-bottom: 4rem;
}
body.online .otp-form__title--with-subtitle {
  text-align: center;
  margin-bottom: 1.5rem;
}
body.online .otp-form__subtitle {
  text-align: center;
  margin-bottom: 40px;
}
body.online .otp-form__input-label {
  margin-bottom: 0.25rem;
}
body.online .otp-form__input {
  background-color: var(--secondary);
  color: var(--white);
  width: 100%;
  border-bottom: solid 1px var(--grey-dark) !important;
}
body.online .otp-form__confirm-otp {
  display: block;
  border: none;
  width: 13.5ch;
  background: repeating-linear-gradient(90deg, var(--grey-dark) 0, var(--grey-dark) 1ch, transparent 0, transparent 2.25ch) 0 100%/12.25ch 2px no-repeat;
  font: 3ch EuclidCircularA-Medium sans mono, consolas, monospace;
  letter-spacing: 1.25ch;
  color: var(--white);
  margin-right: auto !important;
  margin-left: auto !important;
}
body.online .otp-form__confirm-otp:focus {
  outline: none;
}
body.online .otp-form__field-section .error-message {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  color: var(--error);
  margin: 0 auto;
  margin-top: 12px;
}
body.online .otp-form__submit-button {
  padding-top: 5rem;
}
body.online .otp-form__send-again {
  text-align: center;
  padding-top: 1rem;
}

body.online .oval {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: var(--grey-light);
  display: inline-block;
}

body.online .menu-popup {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(to bottom, rgba(48, 51, 75, 0.99) 2%, var(--secondary));
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
body.online .menu-popup .container {
  padding-top: 109px;
  padding-bottom: 81px;
}
body.online .menu-popup__box {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 700px;
}
body.online .menu-popup__doodle-top {
  position: absolute;
  top: 0;
  right: 0;
  background: url(online/quit_popup/doodle_top.svg) no-repeat;
  width: 105px;
  height: 86px;
}
body.online .menu-popup__doodle-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(online/quit_popup/doodle_bottom.svg) no-repeat;
  width: 82px;
  height: 59px;
}
@media (min-width: 576px) {
  body.online .menu-popup--mobile-dashboard-menu {
    display: none !important;
  }
}
body.online .menu-popup__close-button {
  position: absolute;
  top: 26px;
  right: 24px;
  padding-right: 24px;
}
body.online .menu-popup__text-box {
  max-width: 350px;
  margin: 0 auto 32px auto;
}
body.online .menu-popup__text-box--tooltip {
  background: var(--grey-extradark);
  padding: 1rem 1.5rem;
  border-radius: 8px;
}
body.online .menu-popup__link:hover {
  text-decoration: none;
}
body.online .menu-popup__dropdown-link {
  position: relative;
}
body.online .menu-popup__dropdown-link .icon-down {
  left: 100px;
  top: 7px;
  font-size: 16px;
}
body.online .menu-popup__dropdown-link:hover {
  text-decoration: none;
}
body.online .menu-popup__dropdown-links {
  display: none;
}
body.online .menu-popup__footer {
  position: absolute;
  bottom: 48px;
  width: 100%;
}
body.online .menu-popup__footer-button {
  width: 224px;
  padding: 16px 30px;
}

.online .header-wrap {
  width: 100%;
  left: 0;
  top: 0;
  z-index: 8;
}
@media (min-width: 992px) {
  .online .header-wrap {
    position: fixed;
  }
}
@media (max-width: 767.98px) {
  .online .header-wrap {
    position: relative;
  }
}

.online-authentication .header-wrap {
  width: 100%;
  left: 0;
  top: 0;
  padding-bottom: 5px;
}
@media (min-width: 992px) {
  .online-authentication .header-wrap {
    position: relative;
  }
}

.online-dashboard .header-wrap {
  position: fixed;
}
.online-dashboard .header-wrap + * {
  padding-top: 72px;
}
.online-dashboard .header-wrap + *.with-steps-navigation {
  padding-top: 125px;
  padding-bottom: 28px;
}
@media (min-width: 576px) {
  .online-dashboard .header-wrap + *.with-steps-navigation {
    padding-top: 72px;
  }
}

.online:not(.online-dashboard) .header, .funnel .header {
  height: 72px;
  background-color: var(--primary);
}
.online:not(.online-dashboard) .header--dark, .funnel .header--dark {
  height: 72px;
  background-color: var(--secondary) !important;
}
.online:not(.online-dashboard) .header--plain, .funnel .header--plain {
  height: 92px;
  background-color: var(--white);
}
@media (min-width: 992px) {
  .online:not(.online-dashboard) .header--plain, .funnel .header--plain {
    height: 110px;
  }
}
.online:not(.online-dashboard) .header--plain .header__logo, .funnel .header--plain .header__logo {
  width: 130px /*rtl:100px*/;
  height: 34px;
}
.online:not(.online-dashboard) .header__logo, .funnel .header__logo {
  width: 100px /*rtl:80px*/;
  height: 32px;
  background-image: url(shared/beema-logo-black.svg) /*rtl:url(shared/beema-logo-black.ar.svg)*/;
  background-repeat: no-repeat;
  background-size: 100%;
}
.online:not(.online-dashboard) .header__logo--beema-tech, .funnel .header__logo--beema-tech {
  background-image: url(shared/beema-tech-logo.svg);
  width: 160px !important;
  height: 32px;
}
.online:not(.online-dashboard) .header__close-button a, .funnel .header__close-button a {
  top: 10px;
}

.online:not(.online-dashboard) .footer,
.online-authentication .footer,
.funnel .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 78px;
  padding: 24px 0;
  text-align: center;
  margin-top: 64px;
}
@media (min-width: 992px) {
  .online:not(.online-dashboard) .footer,
.online-authentication .footer,
.funnel .footer {
    margin-top: 120px;
  }
}
.online:not(.online-dashboard) .footer p,
.online-authentication .footer p,
.funnel .footer p {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: var(--secondary);
  margin: 0;
  vertical-align: middle;
}

.footer--white {
  background-color: var(--white);
  border-top: 1px solid var(--grey-medium);
  margin: 116px 0 0px;
  padding-top: 24px;
}

@media (min-width: 992px) {
  body.online .main-content-wrap {
    padding-top: 72px;
  }
}
@media (min-width: 992px) {
  body.online .main-content-wrap .footer-links {
    margin-left: 180px;
  }
}
@media (min-width: 992px) {
  body.online .main-content-wrap.with-steps-navigation {
    margin-left: 233px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 32px;
  }
  body.online .main-content-wrap.with-steps-navigation .popup-inner {
    left: calc(50% + 100px);
  }
}
@media (min-width: 992px) {
  body.online .main-content-wrap.with-steps-navigation {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  body.online .main-content-wrap.with-steps-navigation .container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.online .main-content-wrap.with-steps-navigation .top-bar {
    padding-top: 59px;
  }
}
body.online .main-content-wrap.with-steps-navigation .footer-links {
  margin-left: 0px;
}
body.online .main-content-wrap .desktop-only {
  display: none;
}
@media (min-width: 992px) {
  body.online .main-content-wrap .desktop-only {
    display: block;
  }
}
body.online .main-content-wrap .desktop-only-inline {
  display: none;
}
@media (min-width: 992px) {
  body.online .main-content-wrap .desktop-only-inline {
    display: inline;
  }
}
body.online .main-content-wrap .mobile-only {
  display: none;
}
@media (max-width: 991px) {
  body.online .main-content-wrap .mobile-only {
    display: block;
  }
}
@media (max-width: 991px) {
  body.online .main-content-wrap .mobile-center {
    text-align: center;
  }
}

body.online .steps-navigation {
  padding: 15px 0;
  height: 54px;
}
@media (min-width: 992px) {
  body.online .steps-navigation {
    position: fixed;
    top: 72px;
    width: 233px;
    height: 100%;
    padding: 56px 10px 56px 25px;
  }
  body.online .steps-navigation .container {
    max-width: 100%;
  }
}
body.online .steps-navigation__ul {
  text-align: center;
  padding: 0px;
}
@media (min-width: 992px) {
  body.online .steps-navigation__ul {
    text-align: left;
  }
}
body.online .steps-navigation__li {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  padding: 0 6px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.1px;
}
body.online .steps-navigation__li.active .steps-navigation__step-number,
body.online .steps-navigation__li.active .steps-navigation__step-name {
  opacity: 1;
}
body.online .steps-navigation__li.active .steps-navigation__step-number.steps-navigation__step-name,
body.online .steps-navigation__li.active .steps-navigation__step-name.steps-navigation__step-name {
  display: inline-block;
}
@media (min-width: 992px) {
  body.online .steps-navigation__li {
    display: block;
    padding: 0;
    margin-bottom: 32px;
  }
}
body.online .steps-navigation__step-number {
  display: inline-block;
  opacity: 0.3;
  text-align: center;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  background-color: var(--white);
  color: var(--secondary);
  line-height: 24px;
}
@media (min-width: 992px) {
  body.online .steps-navigation__step-number {
    opacity: 1;
  }
}
body.online .steps-navigation__step-name {
  display: inline-block;
  opacity: 0.3;
  display: none;
}
@media (min-width: 992px) {
  body.online .steps-navigation__step-name {
    display: inline-block;
  }
}
body.online .steps-navigation__title {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  display: none;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  body.online .steps-navigation__title {
    display: block;
  }
}

body.online .top-bar {
  padding: 40px 24px 0;
  min-height: 72px;
}
body.online .top-bar__photo-box img {
  display: block;
  width: 92px;
  margin: 0 auto;
}
body.online .top-bar__photo-box--large img {
  width: 120px;
}
body.online .top-bar__button {
  color: var(--secondary);
  text-decoration: none;
}

body.online .headline {
  padding-top: 24px;
  padding-bottom: 56px;
}
@media (min-width: 992px) {
  body.online .headline {
    padding-bottom: 80px;
  }
}
body.online .headline__title {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.17;
  text-align: center;
  color: var(--secondary);
  margin: 0 0 10px 0;
}
@media (min-width: 992px) {
  body.online .headline__title {
    font-size: 2rem;
  }
}
body.online .headline__subtitle {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
}
body.online .headline__subtitle h4, body.online .headline__subtitle .h4 {
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  color: var(--secondary);
  margin: 0;
}
body.online .headline__subtitle p {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: -0.4px;
  text-align: center;
  color: var(--grey-dark);
  margin: 0;
}
@media (min-width: 992px) {
  body.online .headline__subtitle--desktop_width {
    width: 492px;
  }
}

body.online .price-slider {
  margin-bottom: 24px;
  padding: 29px 54px;
  border-radius: 8px;
  background-color: var(--secondary);
}
body.online .price-slider__range-box {
  padding-bottom: 25px;
  position: relative;
}
body.online .price-slider__reset {
  position: absolute;
  right: 0;
  top: 0;
}
body.online .price-slider__reset:hover {
  opacity: 0.7;
}
body.online .price-slider__info {
  margin-bottom: 4px;
}
body.online .price-slider__info-label {
  display: block;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.1px;
  color: var(--white);
  margin: 0;
}
body.online .price-slider__info-price-box {
  max-width: 170px;
  margin-top: 8px;
}
body.online .price-slider__info-currency {
  order: -1 /*rtl:0*/;
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.22;
  color: var(--white);
  background-color: var(--secondary);
}
body.online .price-slider__info-price {
  order: 1 /*rtl:-1*/;
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.22;
  color: var(--white);
  border-radius: 4px;
  background-color: var(--secondary);
  border: 1px solid var(--white);
  padding: 4px 6px 3px 9px;
}
body.online .price-slider__info-price-input {
  color: var(--white);
  border-radius: 4px;
  border: 1px solid var(--white);
  background-color: var(--secondary);
  width: 110px;
}
body.online .price-slider__slider {
  background: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding-top: 22px;
}
body.online .price-slider__slider .noUi-handle {
  outline: none;
  cursor: pointer;
}
body.online .price-slider__slider .noUi-base .noUi-connects {
  position: relative;
  border-radius: 4px;
  background-color: rgba(225, 226, 241, 0.5);
  height: 8px;
}
body.online .price-slider__slider .noUi-base .noUi-connects:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: var(--secondary);
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
}
body.online .price-slider__slider .noUi-base .noUi-connects:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: url(online/plus.svg);
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
}
body.online .price-slider__slider .noUi-base .noUi-origin .noUi-handle {
  top: -12px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
}
body.online .price-slider__slider .noUi-base .noUi-origin .noUi-handle:before, body.online .price-slider__slider .noUi-base .noUi-origin .noUi-handle:after {
  display: none;
}
body.online .price-slider__slider .noUi-pips {
  top: 0;
  width: calc(100% - 12px);
  margin: 0 8px;
}
body.online .price-slider__slider .noUi-pips .noUi-value {
  display: none;
}
body.online .price-slider__slider .noUi-pips .noUi-marker-horizontal.noUi-marker-large {
  height: 4px;
}
body.online .price-slider__slider .noUi-pips .noUi-marker-normal {
  display: none;
}

body.online .popover {
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  z-index: 1070;
}
body.online .popover-header {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.1px;
  background-color: var(--white);
  border: 0px;
  padding: 0px 20px;
  padding-top: 16px;
}
body.online .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
body.online .bs-popover-bottom .popover-header::before {
  border-bottom: 1px solid var(--white);
}
body.online .popover-body {
  padding: 10px 20px;
  padding-bottom: 16px;
}

body.online .camera {
  color: var(--secondary);
  margin-top: 1rem;
}
body.online .camera__headline {
  margin-top: 2.5rem;
}
body.online .camera__sub-headline, body.online .camera__preview-sub-headline {
  margin-top: 8px;
}
body.online .camera__preview-headline {
  margin-top: 2.5rem;
}
body.online .camera__image-placeholder {
  margin-top: 3rem;
}
body.online .camera__placeholder-image {
  margin-bottom: 2.5rem;
  max-width: 90%;
}
body.online .camera__buttons {
  margin-top: 2.5rem;
  margin-bottom: 5rem;
}
body.online .camera__buttons--take-again {
  display: flex;
}
body.online .camera__preview-canvas {
  max-width: 100%;
  max-height: calc(100vw - 3em);
  min-height: 200px;
  border-radius: 10px;
}

body.native .camera {
  margin-top: 0;
}
body.native .camera__buttons {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body.online .slick-dots {
  position: absolute;
  top: -4%;
  right: 44%;
  text-align: center;
  padding-bottom: 3px;
  padding-left: 0px;
}
body.online .slick-dots li {
  display: inline-block;
  margin: 0 0.25rem;
}
body.online .slick-dots li.slick-active button {
  width: 6px;
  height: 6px;
  background-color: var(--grey-dark);
  border: 1px solid var(--grey-dark);
}
body.online .slick-dots li button {
  border-radius: 100%;
  width: 6px;
  height: 6px;
  border: 1px solid var(--white);
  background-color: var(--grey-medium);
  color: transparent;
  overflow: hidden;
  box-sizing: content-box;
  display: block;
  line-height: 0;
}
body.online .option-slider-arrows {
  position: sticky;
  z-index: 5;
  top: 300px;
}
body.online .slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50px;
  width: 39px;
  height: 56px;
  background-color: var(--secondary);
  cursor: pointer;
}
body.online .slick-arrow:focus {
  outline: none;
}
body.online .slick-arrow.slick-disabled {
  opacity: 0.11;
}
body.online .slick-arrow.slick-prev {
  left: 0;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
body.online .slick-arrow.slick-prev:before {
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(online/product_slider/arrow-left.svg) /*rtl:url(online/product_slider/arrow-right.svg) */;
  transform: translate(0, -50%);
  position: absolute;
  right: 16px;
}
body.online .slick-arrow.slick-next {
  right: 0;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
body.online .slick-arrow.slick-next:before {
  width: 16px;
  height: 16px;
  content: " ";
  background-image: url(online/product_slider/arrow-right.svg) /*rtl:url(online/product_slider/arrow-left.svg) */;
  transform: translate(0, -50%);
  position: absolute;
  left: 16px;
}
body.online .slick-slide {
  width: 275px;
}
@media (min-width: 500px) {
  body.online .slick-slide {
    width: 375px;
  }
}
body.online .slick-slide:focus {
  outline: none;
}
body.online .slick-slide:not(.slick-center) {
  opacity: 0.24;
}
@media (min-width: 768px) {
  body.online .slick-slide:not(.slick-center) {
    opacity: 1;
  }
}
body.online .option-box:nth-child(1) .option-header {
  background-image: url(online/product_slider/product-selection-header-01.png);
}
body.online .option-box:nth-child(2) .option-header {
  background-image: url(online/product_slider/product-selection-header-02.png);
}
body.online .option-box:nth-child(3) .option-header {
  background-image: url(online/product_slider/product-selection-header-03.png);
}
body.online .options-slider .slick-list {
  height: auto !important;
}
body.online .options-slider .option-box {
  margin: 0 0.375rem;
  padding-top: 0.625rem;
  transition: padding 0.2s ease-in-out;
}
body.online .options-slider .option-box .scale-box {
  border-radius: 8px;
  overflow: hidden;
}
body.online .options-slider .option-box .option-body {
  min-height: 650px;
  transition: padding 0.2s ease-in-out;
  padding: 50px 1.5rem 34px 1.5rem;
}
@media (max-width: 992px) {
  body.online .options-slider .option-box.slick-current {
    padding-top: 0;
  }
  body.online .options-slider .option-box.slick-current .option-body {
    padding: 60px 1.5rem 34px 1.5rem;
  }
}
body.online .options-slider .option-box .option-header {
  position: relative;
  text-align: center;
  color: var(--white);
  background-size: cover;
  background-position: center;
  padding: 42px 1.25rem 40px 1.25rem;
  min-height: 162px;
  transition: all 0.2s ease-in-out;
  min-height: 180px;
}
body.online .options-slider .option-box .option-header .price {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.17;
  text-align: center;
  color: var(--white);
}
body.online .options-slider .option-box .option-header .price.offline {
  opacity: 0.6;
}
body.online .options-slider .option-box .option-header h3, body.online .options-slider .option-box .option-header .h3 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1.22;
  text-align: center;
  color: var(--white);
  margin: 0;
}
body.online .options-slider .option-box .option-header p {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.57;
  letter-spacing: -0.1px;
  text-align: center;
  color: var(--white);
  margin: 0;
}
body.online .options-slider .option-box .option-body {
  border-radius: 0 0 8px 8px;
  border: solid 1px var(--grey-medium);
  border-top: none;
  background-color: var(--grey-light);
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
}
body.online .options-slider .option-box .option-body .non-ppk-text {
  padding-top: 32px;
  margin-bottom: 64px;
}
body.online .options-slider .option-box .option-body .coverage-benefits {
  margin-bottom: 32px;
  text-align: center;
}
body.online .options-slider .option-box .option-body .coverage-benefits h4, body.online .options-slider .option-box .option-body .coverage-benefits .h4 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.22;
  color: var(--secondary);
  margin: 0 0 16px 0;
  text-align: left;
}
body.online .options-slider .option-box .option-body .coverage-benefits .benefits-list {
  position: relative;
}
body.online .options-slider .option-box .option-body .coverage-benefits .benefits-list.cover-bg {
  margin-bottom: -16px;
}
body.online .options-slider .option-box .option-body .coverage-benefits .benefits-list.cover-bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 60px;
  background-image: linear-gradient(to top, rgb(246, 246, 246) 40%, rgba(246, 246, 246, 0.6) 80%, rgba(246, 246, 246, 0.4) 100%);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 1.25rem;
}
body.online .options-slider .option-box .option-body .coverage-benefits ul {
  list-style-type: none;
  padding: 0;
}
body.online .options-slider .option-box .option-body .coverage-benefits ul li {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font: 1rem;
  text-align: left;
  position: relative;
  padding: 15px 0 15px 34px;
  line-height: 1.5;
  color: var(--grey-dark);
  border-top: solid 1px var(--grey-medium);
}
body.online .options-slider .option-box .option-body .coverage-benefits ul li:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(online/product_slider/cover-green-check.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 14px;
}
body.online .option-body__single-item {
  min-height: 100% !important;
}

body.online .popup-helper {
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(41, 43, 63, 0.8);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}
body.online .popup-helper.show {
  display: block;
}
body.online .popup-helper .button, body.online .popup-helper .refer_friend_card a, .refer_friend_card body.online .popup-helper a {
  max-width: 260px;
}
body.online .popup-helper .popup-inner {
  max-width: 311px;
  width: calc(100% - 30px);
  border-radius: 8px;
  background-color: var(--white);
  padding: 23px 26px 32px 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-height: 500px) {
  body.online .popup-helper .popup-inner {
    position: relative;
    margin: 16px auto;
    transform: none;
    top: 0;
    left: 0;
  }
}
@media (min-width: 992px) {
  body.online .popup-helper .popup-inner {
    max-width: 536px;
    padding: 23px 52px 32px 52px;
  }
}
body.online .popup-helper .popup-inner-big {
  max-width: 770px;
}
body.online .popup-helper .close-popup-btn {
  background: none;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 16px;
  height: 16px;
}
body.online .popup-helper .close-popup-btn:hover:before {
  background: var(--primary);
}
body.online .popup-helper .close-popup-btn:hover:after {
  background: var(--primary);
}
body.online .popup-helper .close-popup-btn:before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--secondary);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
}
body.online .popup-helper .close-popup-btn:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: var(--secondary);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 9px;
  transition: all 0.2s ease-in-out;
}
body.online .popup-helper .img-box {
  width: 130px;
  margin: 0 auto;
}
body.online .popup-helper .img-box img {
  display: block;
  width: 100%;
}
body.online .popup-helper .text-box {
  margin-bottom: 32px;
  text-align: center;
  color: var(--secondary);
}
body.online .popup-helper .text-box h2, body.online .popup-helper .text-box .h2 {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  line-height: 1.22;
  margin: 0 0 12px 0;
}
body.online .popup-helper .text-box p {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  opacity: 0.5;
  font-size: 0.875rem;
  line-height: 1.57;
  margin: 0;
}

@media (min-width: 576px) {
  body.online .purchase-confirmation {
    border: solid 1px var(--grey-medium);
    border-radius: 8px;
  }
}
body.online .purchase-confirmation__header {
  padding: 24px 0px;
  border-radius: 10px;
  height: 100%;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (min-width: 576px) {
  body.online .purchase-confirmation__header {
    height: 216px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
body.online .purchase-confirmation__header-image {
  display: inline;
}
@media (min-width: 576px) {
  body.online .purchase-confirmation__header-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 110px;
  }
  body.online .purchase-confirmation__header-image img {
    width: 120px;
  }
}
body.online .purchase-confirmation__header-message {
  height: 50px;
  vertical-align: -webkit-baseline-middle;
}
@media (min-width: 576px) {
  body.online .purchase-confirmation__content {
    padding: 48px 98px 91px 98px;
  }
}
@media (min-width: 992px) {
  body.online .purchase-confirmation__content .button, body.online .purchase-confirmation__content .refer_friend_card a, .refer_friend_card body.online .purchase-confirmation__content a {
    margin: 0;
    max-width: 55%;
  }
}
body.online .purchase__main-content {
  position: relative;
}
body.online .purchase__payment-footer {
  width: 100%;
  text-align: center;
}
@media (min-width: 576px) {
  body.online .purchase__payment-footer {
    position: absolute;
    right: 0;
    top: 81px;
    width: 345px;
    border-radius: 8px;
    overflow: hidden;
  }
}
body.online .purchase__payment-button {
  width: 100%;
  text-align: center;
}
body.online .purchase-confirmation__footer {
  background: var(--secondary);
  border-radius: 10px;
  min-height: 108px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  body.online .purchase-confirmation__footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    min-height: 214px;
  }
}
@media (min-width: 992px) {
  body.online .purchase-confirmation__footer-text {
    font-size: 2rem;
  }
}
body.online .purchase-confirmation__thank-you {
  text-align: center;
}

body.online .missing-documents .container {
  padding-left: 22px;
  padding-right: 22px;
}
body.online .missing-documents__document-container {
  width: 100%;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 16px;
  height: 169px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  body.online .missing-documents__document-container {
    height: 206px;
  }
}
body.online .missing-documents__document-container:not(.missing-documents__document-uploaded):hover {
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
body.online .missing-documents__document-container:not(.missing-documents__document-uploaded):hover .missing-document__image img {
  transform: scale(1.06);
}
body.online .missing-documents__document-container:not(.missing-documents__document-uploaded):hover .missing-document__image img.flip-for-rtl {
  transform: scale(1.06) /*rtl:scaleX(-1.06) scaleY(1.06)*/;
}
body.online .missing-documents__document-container:not(.missing-documents__document-uploaded):hover .link, body.online .missing-documents__document-container:not(.missing-documents__document-uploaded):hover #driver_and_vehicle_form .login-link, body.online #driver_and_vehicle_form .missing-documents__document-container:not(.missing-documents__document-uploaded):hover .login-link {
  color: var(--primary);
}
body.online .missing-documents__link, body.online .missing-documents__link:hover {
  color: inherit;
  text-decoration: inherit;
}
body.online .missing-documents__link .link, body.online .missing-documents__link #driver_and_vehicle_form .login-link, body.online #driver_and_vehicle_form .missing-documents__link .login-link {
  display: inline-block;
}
body.online .missing-document__missing-icon {
  font-size: 24px;
  position: absolute;
  top: 9px;
  right: 9px;
  background-image: url(icons/Circle-Alert.png);
  background-size: cover;
  height: 20px;
  width: 20px;
}
body.online .missing-document__uploaded-icon {
  font-size: 24px;
  position: absolute;
  top: 9px;
  right: 9px;
  background-image: url(icons/Circle-Check.png);
  background-size: cover;
  height: 22px;
  width: 22px;
}
@media (min-width: 992px) {
  body.online .missing-documents__upload-information {
    text-align: center;
  }
}
body.online .missing-document__image img {
  transition: all 0.3s ease-in-out;
}

body.online .configure-product__main-title {
  margin-bottom: 24px;
  margin-top: 32px;
}
@media (min-width: 992px) {
  body.online .configure-product__main-title {
    margin-bottom: 48px;
    margin-top: 64px;
  }
}
body.online .configure-product__product-navigation-list {
  margin-bottom: 12px;
  padding: 0;
}
body.online .configure-product__product-navigation-list li {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 1.58;
  opacity: 0.5;
  padding-right: 16px;
  margin-right: 16px;
}
body.online .configure-product__product-navigation-list li button, body.online .configure-product__product-navigation-list li a {
  background-color: transparent;
  color: var(--secondary);
}
body.online .configure-product__product-navigation-list li button:hover, body.online .configure-product__product-navigation-list li a:hover {
  color: var(--primary);
}
body.online .configure-product__product-navigation-list li.active {
  opacity: 1;
}
body.online .configure-product__product-navigation-list li.active button {
  text-decoration: underline;
}
body.online .configure-product__product-navigation-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 17px;
  background: var(--grey-medium);
  position: absolute;
  right: 0;
  top: 0;
}
body.online .configure-product__main-content {
  position: relative;
  margin: auto;
}
body.online .configure-product__main-content hr {
  margin-top: 40px;
  margin-bottom: 40px;
  border: 1px solid var(--grey-medium);
  background: var(--grey-medium);
}
body.online .configure-product__content {
  margin-top: 8px;
  margin-bottom: 8px;
}
body.online .configure-product__benefit-coverage {
  color: var(--secondary);
}
body.online .configure-product__extra-benefits {
  position: relative;
  background-color: var(--grey-light);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  body.online .configure-product__extra-benefits {
    background: none;
    padding-top: 0;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}
body.online .configure-product__extra-benefits .col-sm-12 {
  position: static;
}
@media (min-width: 992px) {
  body.online .configure-product__extra-benefits .col-sm-12 {
    position: relative;
  }
}
body.online .configure-product__extra-benefits .title-box {
  overflow: hidden;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  body.online .configure-product__extra-benefits .additional-settings {
    margin: 0 -12px;
    padding-bottom: 40px;
  }
}
body.online .configure-product__extra-benefits .additional-settings .switch-row {
  position: relative;
  padding-top: 16px;
  padding-bottom: 13px;
  border-top: dashed 1px rgba(204, 204, 204, 0.8);
}
@media (min-width: 992px) {
  body.online .configure-product__extra-benefits .additional-settings .switch-row {
    width: calc(100% - 28px);
    float: left;
    border-top: none;
    border-bottom: dashed 1px rgba(204, 204, 204, 0.8);
    margin: 0 12px;
  }
}
@media (min-width: 1280px) {
  body.online .configure-product__extra-benefits .additional-settings .switch-row {
    width: calc(50% - 28px);
  }
}
@media (min-width: 1280px) {
  body.online .configure-product__extra-benefits .additional-settings .switch-row:nth-child(1), body.online .configure-product__extra-benefits .additional-settings .switch-row:nth-child(2) {
    border-top: dashed 1px rgba(204, 204, 204, 0.8);
  }
}
body.online .configure-product__extra-benefits .additional-settings .switch-row:last-child {
  border-bottom: dashed 1px rgba(204, 204, 204, 0.8);
}
body.online .configure-product__extra-benefits .additional-settings .switch-row input {
  display: none;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row input:checked + .switch-btn:before {
  background-color: var(--success);
}
body.online .configure-product__extra-benefits .additional-settings .switch-row input:checked + .switch-btn:after {
  left: 17px;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-btn {
  cursor: pointer;
  right: 0;
  top: 30px;
  position: absolute;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-btn:before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  border: solid 1px var(--success);
  background-color: rgba(3, 218, 197, 0.2);
  transition: all 0.2s ease-in-out;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-btn:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 8px 0 rgba(61, 87, 216, 0.3);
  box-shadow: 0 0 8px 0 rgba(61, 87, 216, 0.3);
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: all 0.2s ease-in-out;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-title {
  cursor: pointer;
  padding: 10px 45px 10px 10px;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-title label {
  cursor: pointer;
}
body.online .configure-product__extra-benefits .additional-settings .switch-row .switch-title:hover {
  border-radius: 8px;
  background: var(--grey-light);
}
@media (max-width: 991px) {
  body.online .configure-product__fixed-pricing-wrapper {
    position: sticky;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  body.online .configure-product__fixed-pricing-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    width: 297px;
    border-radius: 8px;
    overflow: hidden;
  }
}
body.online .configure-product__fixed-pricing-wrapper .final-price {
  padding-top: 12px;
  padding-bottom: calc(12px + env(safe-area-inset-bottom));
  box-shadow: 0 0 8px 0 rgba(61, 87, 216, 0.3);
  background-color: var(--secondary);
  overflow: hidden;
  color: var(--white);
}
@media (min-width: 992px) {
  body.online .configure-product__fixed-pricing-wrapper .final-price {
    padding-top: 27px;
    padding-bottom: 30px;
  }
}
body.online .configure-product__fixed-pricing-wrapper .final-price .price-box {
  float: left;
}
@media (min-width: 992px) {
  body.online .configure-product__fixed-pricing-wrapper .final-price .price-box {
    float: none;
    border-bottom: 1px dashed rgba(204, 204, 204, 0.2);
    padding-bottom: 20px;
  }
}
body.online .configure-product__fixed-pricing-wrapper .final-price.increased-top-bottom-padding {
  padding-top: 28px;
  padding-bottom: 28px;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .price-details-links {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 14px;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .arrow-font-size {
  font-size: 10px;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .after-get-beema {
  padding-top: 0;
  margin-top: 0;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .policy-row {
  margin-bottom: 8px;
  overflow: hidden;
  padding-top: 2px;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.2);
  padding-bottom: 10px;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .policy-row .product-name {
  width: calc(100% - 92px);
}
body.online .configure-product__fixed-pricing-wrapper .final-price .policy-row.top-row {
  border-top: 1px dashed rgba(204, 204, 204, 0.2);
  padding-top: 19px;
  padding-bottom: 19px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  body.online .configure-product__fixed-pricing-wrapper .final-price .policy-row.top-row {
    border-top: none;
  }
}
body.online .configure-product__fixed-pricing-wrapper .final-price .added-settings-row {
  overflow: hidden;
  position: relative;
}
body.online .configure-product__fixed-pricing-wrapper .final-price .added-settings-row .cover-name {
  width: calc(100% - 80px);
}
@media (min-width: 992px) {
  body.online .configure-product__fixed-pricing-wrapper .final-price .added-settings-row {
    border-bottom: 1px dashed rgba(204, 204, 204, 0.2);
    padding-bottom: 17px;
    margin-bottom: 24px;
  }
}

.benefits-section__extra-benefit {
  display: inline-block;
  margin-top: 32px;
  color: var(--black);
}

.description-and-coverage__extra-benefits {
  position: relative;
  background-color: var(--grey-light);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .description-and-coverage__extra-benefits {
    background: none;
    padding-top: 0;
    margin-bottom: 32px;
    padding-bottom: 0;
  }
}

body.online .policy-details {
  padding: 0px 24px;
}
body.online .policy-details__information-box {
  color: var(--white);
  background: var(--secondary);
  background-size: cover;
  padding: 40px 40px;
  border-radius: 10px;
}
body.online .policy_details__cashback-alert-icon {
  font-size: 32px;
}
body.online .policy_details__cashback-cross-icon {
  background-image: url(online/cross-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 43px;
  width: 40px;
}
@media (min-width: 992px) {
  body.online .policy_details__cashback-cross-icon {
    height: 30px;
    width: 30px;
  }
}
body.online .policy-details__icon-placholder {
  height: 40px;
  width: 40px;
}
@media (min-width: 576px) {
  body.online .policy-details__icon-placholder {
    height: 40px;
    width: 40px;
  }
}
body.online .policy-details__renewal-section .message-box {
  text-align: center;
}
@media (min-width: 768px) {
  body.online .policy-details__renewal-section .message-box {
    text-align: left;
  }
}

body.online .progress {
  border-radius: 6px;
  height: 12px;
  margin-bottom: 8px;
}
body.online .progress-bar {
  border-radius: 6px;
}
body.online .progress-bar--green {
  background-color: var(--success);
}
body.online .progress-bar--red {
  background-color: var(--error);
}
body.online .progress-bar--grey {
  background-color: #e9ecef;
}
body.online .progress-bar--yellow {
  background-color: var(--alert);
}
body.online .progress-bar__cashback-car-start {
  position: absolute;
}
body.online .progress-bar__cashback-pin-end {
  position: absolute;
  right: 21px;
  bottom: 26px;
}
@media (min-width: 992px) {
  body.online .progress-bar__cashback-pin-end {
    right: 40px;
  }
}
body.online .progress-bar__cashback-breakpoint-line {
  position: absolute;
  height: 37px;
  width: 2px;
  background-image: radial-gradient(var(--grey-medium) 50%, transparent 0%);
  background-position: 13px 8px;
  background-size: 38px 10px;
  left: 65%;
}

body.online .my-policies,
body.online .my-quotes {
  margin-top: 40px;
}
@media (min-width: 500px) {
  body.online .my-policies,
body.online .my-quotes {
    margin-top: 64px;
  }
}
@media (max-width: 575.98px) {
  body.online .native .my-policies {
    margin-top: 0px;
  }
}
body.online .my-policies .nav-tabs > li > a.active,
body.online .my-policies .nav-tabs > li > a.active:focus,
body.online .my-quotes .nav-tabs > li > a.active,
body.online .my-quotes .nav-tabs > li > a.active:focus,
body.online .my-policies .nav-tabs > li > a.active:hover,
body.online .my-quotes .nav-tabs > li > a.active:hover,
body.online .my-policies .nav-tabs > li > a:hover,
body.online .my-quotes .nav-tabs > li > a:hover {
  border-bottom: 4px solid var(--secondary);
}
body.online .my-policies .nav-tabs > li > a,
body.online .my-quotes .nav-tabs > li > a {
  border: transparent;
  padding: 20px 0px 7px 0;
}
body.online .my-policies .nav-tabs > li,
body.online .my-quotes .nav-tabs > li {
  margin-right: 32px;
}
body.online .native .nav-tabs .nav-link.active {
  background-color: transparent;
}

body.online .no-data-card {
  margin-bottom: 104px;
}
body.online .no-data-card__image {
  height: 120px;
  width: 120px;
  margin: 0 auto;
  top: 53px;
  position: relative;
  height: auto;
}
@media (min-width: 1280px) {
  body.online .no-data-card__image {
    height: 160px;
    width: 160px;
  }
}
body.online .no-data-card__image img {
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 575.98px) {
  body.online .no-data-card__image img {
    max-width: 60px;
    max-height: 60px;
  }
}
body.online .no-data-card__headline {
  position: relative;
  margin: 0 auto;
  top: 62px;
  width: 306px;
  text-align: center;
  width: 230px;
  font-size: 1rem !important;
  line-height: 1.5;
}
@media (min-width: 1280px) {
  body.online .no-data-card__headline {
    width: 605px;
  }
}
body.online .no-data-card__sub-headline {
  position: relative;
  margin: 0 auto;
  top: 65px;
  text-align: center;
  width: 605px;
  width: 230px;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: -0.1px;
}
@media (max-width: 1280px) {
  body.online .no-data-card__sub-headline {
    font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
    letter-spacing: normal;
    font-weight: normal;
    width: 306px;
    opacity: 0.6;
  }
}
body.online .no-data-card__button {
  position: relative;
  margin: 0 auto;
  top: 80px;
  max-width: 260px;
}
body.online .no-data-card__button .button, body.online .no-data-card__button .refer_friend_card a, .refer_friend_card body.online .no-data-card__button a {
  font-size: 0.875rem !important;
  padding: 10px 5px;
  max-width: 138px;
}

.full-page-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--white);
  z-index: 100;
}
@media (min-width: 576px) {
  .full-page-popup {
    background: rgba(41, 43, 63, 0.8);
  }
}

@media (min-width: 576px) {
  .full-page-popup__inner {
    position: relative;
    max-width: 1170px;
    width: calc(100% - 30px);
    border-radius: 8px;
    background-color: var(--white);
    padding: 23px 26px 32px 26px;
    margin: 120px auto;
  }
}
@media (min-width: 576px) and (max-height: 810px) {
  .full-page-popup__inner {
    position: relative;
    margin: 16px auto;
    transform: none;
    top: 0;
    left: 0;
  }
}

.full-page-popup__header {
  background-color: var(--primary);
  padding: 25px 0 23px 0;
  color: var(--white);
}
@media (min-width: 576px) {
  .full-page-popup__header {
    background: none;
  }
}
.full-page-popup__header .paragraph, .full-page-popup__header .select2-filter .select2-results__options, .select2-filter .full-page-popup__header .select2-results__options, .full-page-popup__header .smart-driver--non-active, .full-page-popup__header .smart-driver--active, .full-page-popup__header body.online .profile__details-text, body.online .full-page-popup__header .profile__details-text, .full-page-popup__header .walk-through__description, .full-page-popup__header .legal__content, .full-page-popup__header body.online .otp-form__subtitle, body.online .full-page-popup__header .otp-form__subtitle, .full-page-popup__header body.online .otp-form__input, body.online .full-page-popup__header .otp-form__input, .full-page-popup__header body.online .otp-form__send-again, body.online .full-page-popup__header .otp-form__send-again {
  color: var(--white) !important;
  opacity: 1;
}

.full-page-popup__close {
  position: relative;
  left: 95%;
  bottom: 21px;
  width: 20px;
}
@media (min-width: 576px) {
  .full-page-popup__close {
    left: 100%;
    bottom: 23px;
  }
  .full-page-popup__close .button--close:before {
    background-color: var(--secondary);
  }
  .full-page-popup__close .button--close:after {
    background-color: var(--secondary);
  }
}

.full-page-popup__content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.full-page-popup__content img {
  width: 100%;
}
@media (min-width: 576px) {
  .full-page-popup__content img {
    width: unset;
  }
}

.full-page-popup__cover-detail {
  position: relative;
  padding-left: 56px;
}

.full-page-popup__cover-icon {
  position: absolute;
  width: 40px;
  left: 0;
  top: -8px;
}

.full-page-popup__info-box {
  background: var(--grey-light);
  padding: 0.5rem 1rem;
  border-radius: 8px;
}

body.online .covers-list ul {
  min-width: 254px;
  margin-right: 12px;
  padding-right: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 992px) {
  body.online .covers-list ul {
    min-width: 0;
    margin-right: 0;
  }
}
body.online .covers-list ul li {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
  padding: 8px 0 8px 40px;
  margin-left: -8px;
  color: var(--grey-dark);
  font-size: 20px;
}
body.online .covers-list ul li:hover {
  background-color: var(--grey-light);
}
body.online .covers-list__benefit-check-icon {
  position: absolute;
  left: 10px;
  top: 13px;
}
body.online .covers-list__cover-info {
  display: none;
  position: absolute;
  left: 78px;
  top: -10px;
  z-index: 9;
  padding: 20px;
}
@media (min-width: 992px) {
  body.online .covers-list__cover-info {
    top: -31px;
  }
}
body.online .covers-list__cover-info-inner {
  position: relative;
  width: 296px;
  padding: 40px 20px 29px 32px;
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
  background-color: var(--white);
}
body.online .covers-list__cover-info-close-button {
  background: none;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
}
body.online .covers-list__cover-info-close-button:hover:before {
  background: var(--primary);
}
body.online .covers-list__cover-info-close-button:hover:after {
  background: var(--primary);
}
body.online .covers-list__cover-info-close-button:before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.2s ease-in-out;
}
body.online .covers-list__cover-info-close-button:after {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.2s ease-in-out;
}

body.online .ncd-requirement {
  background-color: var(--grey-light);
  padding: 24px 29px;
  border-radius: 4px;
  min-height: 120px;
  position: relative;
}

body.online .link-card {
  height: 120px;
  border-radius: 8px;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  padding: 40px 0px 40px 42px;
}
body.online .link-card:hover {
  transition: transform 0.2s ease, box-shadow 0.3s ease;
  box-shadow: 0 6px 33px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
body.online .link-card__link-title {
  max-width: 216px;
  padding: 0px 5px;
  color: var(--primary);
}
@media (min-width: 576px) {
  body.online .link-card__link-title {
    max-width: 100%;
    padding: 10px 5px;
  }
}
body.online .link-card:hover .link-card__link-title {
  color: var(--primary);
  text-decoration: none;
  outline: none;
}
body.online .link-card__link-icon {
  border-right: 1px solid var(--grey-medium);
  opacity: 0.6;
  padding: 0px 20px;
}

body.online .authentication {
  position: absolute;
}
body.online .black-logo {
  margin-top: 40px;
  background-image: url(shared/beema-logo-black.svg) /*rtl:url(shared/beema-logo-black.ar.svg)*/;
  height: 65px;
  background-repeat: no-repeat;
  background-size: 35%;
  background-position: center;
}
@media (min-width: 500px) {
  body.online .black-logo {
    margin-top: 80px;
    margin-bottom: 16px;
    background-size: 25%;
  }
}
body.online .authentication__form {
  padding-top: 40px;
  padding-bottom: 48px;
  background-color: var(--white);
}
@media (min-width: 500px) {
  body.online .authentication__form {
    padding-left: 73px;
    padding-right: 73px;
    padding-top: 48px;
    padding-bottom: 60px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
    border-radius: 8px;
  }
}
body.online .authentication__header {
  text-align: center;
  position: relative;
}
body.online .authentication__sub-header {
  text-align: center;
  position: relative;
}
body.online .password-eye {
  float: right;
  margin-top: -32px;
  margin-right: 8px;
  background-image: url(online/eye.svg);
  width: 30px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.online .password-eye--close {
  background-image: url(online/eye-off.svg);
}
body.online .authentication__form .faster-choice {
  max-width: 300px !important;
}
body.online .authentication__form .continue-row {
  max-width: 270px !important;
}
body.online .hr {
  width: 100%;
  text-align: center;
  line-height: 0.1em;
  margin: 16px 0 16px;
  height: 1px;
  border: solid 1px var(--grey-medium);
}
body.online .hr span {
  background: var(--white);
  padding: 0 10px;
}
body.online .authentication__form-hide-login-box, body.online .authentication__form-hide-login-link {
  display: none;
}

body.online .ppk-information {
  background-color: var(--grey-light);
  padding: 24px 29px;
  border-radius: 4px;
  min-height: 120px;
  position: relative;
}
@media (min-width: 992px) {
  body.online .ppk-information {
    padding: 40px 40px;
  }
}
body.online .ppk-information__step-number {
  width: 32px;
  height: 32px;
  border: 2px solid black;
  border-radius: 50%;
}

body.online .datepicker .select2-selection--single {
  background-position: 93% 50%;
}

body.online .flash-message {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 72px;
  background-color: var(--grey-light);
  padding-left: 20px;
  padding-right: 50px;
}
body.online .flash-message .paragraph-s, body.online .flash-message .centered-card-component .bottom p, .centered-card-component .bottom body.online .flash-message p, body.online .flash-message .centered-card-component .bottom ul, .centered-card-component .bottom body.online .flash-message ul, body.online .flash-message .banner .middle.list ul li, .banner .middle.list ul body.online .flash-message li, body.online .flash-message .recommendations-section-component .recommendation-box .middle .recommendation-card ul li, .recommendations-section-component .recommendation-box .middle .recommendation-card ul body.online .flash-message li, body.online .flash-message .information-card__paragraph, body.online .flash-message .above-header-bar, body.online .flash-message body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul li, body.website .recommendations__recommendation-section .content .recommendations__recommendation-box .middle .recommendation-card ul body.online .flash-message li {
  opacity: 1;
}
body.online .flash-message__container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.online .flash-message__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.online .flash-message__icon {
  font-size: 32px;
}
body.online .flash-message__message {
  padding-left: 10px;
}
body.online .flash-message__close:before {
  background: var(--grey-dark);
}
body.online .flash-message__close:after {
  background: var(--grey-dark);
}

body.online .promo-code__icon-target {
  width: 20px;
  height: 20px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: inline-flex;
}
body.online .promo-code__icon-target-content {
  color: var(--primary);
  font-size: 0.75rem;
  margin: auto;
}

body.online #n-genius-hosted-payment-container {
  height: 300px;
}
@media (min-width: 576px) {
  body.online #n-genius-hosted-payment-container {
    height: 250px;
  }
}

body.online .cashback-info {
  background-color: var(--grey-light);
  padding: 12px;
  border-radius: 4px;
  max-width: none;
}

body.online #driver_and_vehicle_form .form-field {
  margin-bottom: 32px;
}
body.online #driver_and_vehicle_form .datepicker .row, body.online #driver_and_vehicle_form .mobile-number .row {
  margin-top: 0;
  margin-bottom: 0;
}
body.online #driver_and_vehicle_form .login-link {
  font-size: 0.75rem;
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
}

body.online #additional_details_form #car_insurance {
  margin-top: 80px;
  margin-bottom: 56px;
}
body.online #additional_details_form .form-field {
  margin-bottom: 32px;
}
body.online #additional_details_form .radio-group {
  margin-bottom: 0;
}

body.online .help-card {
  width: auto;
}
body.online .help-card__heading {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}
body.online .help-card__info {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  margin-top: 12px;
  font-size: 0.875rem;
  line-height: 1.6;
  opacity: 0.6;
}
body.online .help-card__contact {
  margin-top: 40px;
}
body.online .help-card__contact .button, body.online .help-card__contact .refer_friend_card a, .refer_friend_card body.online .help-card__contact a {
  width: 170px;
  padding: 6px;
}

body.online .profile__section-title {
  padding-top: 32px;
  margin: 0;
}
body.online .profile__title, body.online .profile__link {
  margin: 0;
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: var(--secondary);
}
body.online .profile__title img, body.online .profile__link img {
  width: 32px;
  height: 32px;
}
body.online .profile__link:hover, body.online .profile__link:active {
  color: var(--primary);
}
body.online .profile__footer {
  padding-top: 32px;
}
body.online .profile__details {
  padding-bottom: 24px;
}
body.online .profile__details-text {
  margin: 0;
}

body.online .menu-navigation-link {
  padding: 24px 0px;
  width: 100%;
  border-bottom: solid 1px var(--grey-medium);
  color: var(--secondary);
}
body.online .menu-navigation-link:hover {
  background-color: var(--grey-light);
}
@media (min-width: 576px) {
  body.online .menu-navigation-link {
    padding: 48px 40px;
  }
}
body.online .menu-navigation-link--with-top-border {
  border-top: solid 1px var(--grey-medium);
}

body.online .product_small_desc_box {
  padding: 32px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
}
@media (min-width: 992px) {
  body.online .product_small_desc_box {
    margin: 0 64px;
  }
}
body.online .product_small_desc_box__progress_bar {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 8px;
  border-radius: 8px;
  background-color: var(--grey-medium);
}
body.online .product_small_desc_box__progress_bar:before {
  content: "";
  position: absolute;
  margin: 0 auto;
  height: 8px;
  border-radius: 8px;
}
body.online .product_small_desc_box__progress_bar.not-completed:before {
  width: 30%;
  background-color: var(--success);
}
body.online .product_small_desc_box__progress_bar.completed:before {
  width: 100%;
  background-color: var(--error);
}
body.online .product_small_desc_box__progress_bar:after {
  display: inline;
  content: "";
  width: 56px;
  height: 56px;
  background: url(website/cashback/car.svg) no-repeat;
  position: absolute;
  transform: translateY(-50%) /*rtl:rotate(180deg) translateY(50%)*/;
  top: 50%;
}
body.online .product_small_desc_box__progress_bar.completed:after {
  right: -5%;
}
body.online .product_small_desc_box__progress_bar.not-completed:after {
  left: 25%;
}

@media (min-width: 992px) {
  body.online .quotation_request-summary .quotation_request-summary_left_column {
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  body.online .quotation_request-summary .quotation_request-summary_left_column {
    width: calc(100% - 317px);
  }
}
body.online .quotation_request-summary .quotation_request-summary_left_column .enoc-row {
  margin-bottom: 144px;
}
@media (max-width: 500px) {
  body.online .quotation_request-summary .quotation_request-summary_left_column .enoc-row {
    margin-bottom: 64px;
  }
}
@media (max-width: 991px) {
  body.online .quotation_request-summary .configure-product__extra-benefits .heading-4--semibold, body.online .quotation_request-summary .configure-product__extra-benefits .circular-progress-medium span, .circular-progress-medium body.online .quotation_request-summary .configure-product__extra-benefits span, body.online .quotation_request-summary .configure-product__extra-benefits .card .card__icon-text, .card body.online .quotation_request-summary .configure-product__extra-benefits .card__icon-text, body.online .quotation_request-summary .configure-product__extra-benefits .information-card__heading, body.online .quotation_request-summary .configure-product__extra-benefits .profile__section-title {
    margin-top: 32px;
  }
}
@media (max-width: 500px) {
  body.online .quotation_request-summary .after-headline {
    margin-top: -16px !important;
  }
}

@media (min-width: 767px) {
  body.online .fleets__product-card {
    width: 300px;
  }
}
@media (max-width: 767px) {
  body.online .fleets__product-card {
    width: 276px;
  }
}
@media (min-width: 767px) {
  body.online .fleets__standard-ppk-col {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  body.online .fleets__standard-ppk-col {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  body.online .fleets__standard-product-col {
    margin-top: 40px;
  }
}
body.online .fleets__ppk-popup_get-ppk-link {
  width: 60%;
  top: -130px;
  font-size: 14px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  body.online .fleets__ppk-popup_get-ppk-link {
    width: 80%;
  }
}
body.online .fleets__ppk-popup_per_vehicle {
  top: -120px;
  position: relative;
  font-style: italic;
}

body.online .fleets__vehicle-card .missing-documents__document-container:hover .link, body.online .fleets__vehicle-card .missing-documents__document-container:hover #driver_and_vehicle_form .login-link, body.online #driver_and_vehicle_form .fleets__vehicle-card .missing-documents__document-container:hover .login-link {
  color: var(--secondary);
}

body.thank_you footer {
  margin-left: 0 !important;
}
body.thank_you .steps-navigation {
  display: none;
}
@media (min-width: 992px) {
  body.thank_you .main-content-wrap {
    margin-left: 0;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (min-width: 1280px) {
  body.thank_you .main-content-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
body.thank_you .purchase-confirmation__header.d-block img {
  margin-top: -16px;
}
@media (max-width: 576px) {
  body.thank_you .fleets__thank-you_cta {
    margin-bottom: 56px;
  }
}

.form-steps-wrap .form-box .claims__form .form-field input[type=text], .form-steps-wrap .form-box .claims__form .form-field input[type=tel], .form-steps-wrap .form-box .claims__form .form-field input[type=email],
.form-steps-wrap .form-box .claims__form .form-field .select2-selection.select2-selection--single {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.form-steps-wrap .form-box .claims__form.claims__form--with-native .form-field input[type=text], .form-steps-wrap .form-box .claims__form.claims__form--with-native .form-field input[type=tel], .form-steps-wrap .form-box .claims__form.claims__form--with-native .form-field input[type=email],
.form-steps-wrap .form-box .claims__form.claims__form--with-native .form-field .select2-selection.select2-selection--single {
  background-color: var(--white) !important;
}

.claims__form-file-upload-link {
  color: var(--primary) !important;
  cursor: pointer;
}

.select2-search__field {
  background-color: var(--white) !important;
  color: var(--black) !important;
}

.additional-traveller__age-label {
  margin-bottom: 12px;
  margin-top: 64px;
}
.additional-traveller__age-label:first-of-type {
  margin-top: 0px;
}

/*
IMPORTANT: Any third party library CSS taht needs to be loaded in our porject should be done in this file.
If we add it in the main scss file like (online, website, etc.) it will run agains the `rtlCSS` POSTCSS function multiple
modification might happen to convert the input CSS into valid RTL CSS output. The consecuence might be unexpected behaviours
on the styles of the libraries.
*/
.policy-card .card {
  border-radius: 8px;
  padding-left: 16px;
  min-height: 75px !important;
  justify-content: center !important;
  align-items: flex-start !important;
}

.policy-card__icon {
  font-size: 24px;
  position: absolute;
  right: 16px;
}

.policy-card__icon.warning {
  font-size: 24px;
  top: 26px;
}

.policy-card__icon.success {
  font-size: 20px;
  top: 28px;
}

.circular-progress__icon {
  font-size: 20px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.trip_summary .link--plain:hover {
  color: var(--secondary) !important;
}

.status-card__container {
  width: 100%;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 16px;
  height: 169px;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--white);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1280px) {
  .status-card__container {
    height: 206px;
  }
}

.status-card__link, .status-card__link:hover {
  color: inherit;
  text-decoration: inherit;
}

.status-card__icon {
  position: absolute;
  top: 8px;
  right: 8px;
}

.status-card__icon.warning {
  font-size: 28px;
}

.status-card__icon.success {
  font-size: 24px;
}

.status-card__image img {
  transition: all 0.3s ease-in-out;
}

.trip-list .menu-navigation-link:hover, .deletion-reasons-links .menu-navigation-link:hover {
  background-color: var(--white) !important;
}

.switch-row {
  display: flex;
  justify-content: flex-end;
}

.switch-btn {
  cursor: pointer;
  position: absolute;
}
.switch-btn:before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  border-radius: 16px;
  border: 1px solid var(--grey-dark);
  background: var(--grey-medium);
  box-shadow: 0px 0px 8px rgba(41, 43, 63, 0.3);
  transition: all 0.2s ease-in-out;
}
.switch-btn:after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  -webkit-box-shadow: 0 0 8px 0 rgba(61, 87, 216, 0.3);
  box-shadow: 0px 0px 8px rgba(41, 43, 63, 0.3);
  background-color: var(--white);
  border-radius: 100%;
  position: absolute;
  left: 1px;
  top: 1px;
  transition: all 0.2s ease-in-out;
}

.smart-driver--active {
  color: var(--success);
}

.smart-driver--non-active {
  color: var(--error);
}

.motor-policies-thank-you-component .quotes-addons--card-component {
  background-color: var(--white) !important;
  border: 1px dashed var(--grey-medium);
}

.quotes-addons--card-component {
  border-radius: 8px;
  background-color: var(--grey-extradark);
  padding: 12px;
  display: flex;
}
.quotes-addons--card-component p {
  margin-top: auto;
  margin-bottom: auto;
}
.quotes-addons--card-component.light {
  background-color: var(--white) !important;
  border: 1px dashed var(--grey-medium);
  padding: 4px 8px;
  display: inline-flex;
}
.quotes-addons--card-component img {
  width: 32px;
  height: 32px;
}

.small {
  padding: 4px 8px;
}
.small .paragraph-overidden {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.75rem;
  line-height: 1.5;
}

.small img {
  width: 24px;
  height: 24px;
}

.quotes-addons-description-card-component {
  padding: 0.5rem 1rem !important;
  display: flex;
}

.refer-a-friend__container {
  background-image: url(website/home/referral_banner_desktop.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 48px 32px !important;
  border-radius: 16px;
}
@media (max-width: 575.98px) {
  .refer-a-friend__container {
    background-image: url(website/home/referral_banner_mobile.png);
    background-position: bottom;
    text-align: center;
    padding: 40px 36px !important;
    min-height: 510px;
  }
}

.refer-a-friend__header span {
  color: var(--primary);
}

.ui_accordion_component .accordion-item {
  border: none;
  border-bottom: 1px solid var(--grey-medium);
  border-radius: 0;
}
.ui_accordion_component .accordion-item.first {
  border-top: 1px solid var(--grey-medium);
}
.ui_accordion_component .accordion-button {
  color: var(--black);
  background-color: var(--white);
  padding: 40px 0;
  border: none;
}
.ui_accordion_component .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.ui_accordion_component .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23YOUR_HEX_CODE'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.ui_accordion_component .accordion-button:focus {
  box-shadow: none;
  border-color: var(--black);
}
.ui_accordion_component .accordion-body {
  padding: 8px 0 16px;
}
.ui_accordion_component .accordion-collapse {
  border: none;
  padding: 0 12px 40px;
}

.usp-component {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
}
.usp-component .toggle-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.usp-component .toggle-section .expandable-toggle {
  width: 16px;
  height: 16px;
  background-image: url(website/plus-peach.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.usp-component .toggle-section .expandable-toggle.opened {
  background-image: url(website/minus-peach.png);
}
.usp-component .title {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  line-height: 1.16;
  margin-top: 24px;
}
@media (min-width: 576px) {
  .usp-component .title {
    margin-top: 32px;
  }
}
.usp-component .paragraph, .usp-component .select2-filter .select2-results__options, .select2-filter .usp-component .select2-results__options, .usp-component .walk-through__description, .usp-component .legal__content, .usp-component body.online .otp-form__subtitle, body.online .usp-component .otp-form__subtitle, .usp-component body.online .otp-form__input, body.online .usp-component .otp-form__input, .usp-component body.online .otp-form__send-again, body.online .usp-component .otp-form__send-again, .usp-component body.online .profile__details-text, body.online .usp-component .profile__details-text, .usp-component .smart-driver--active, .usp-component .smart-driver--non-active {
  color: var(--secondary);
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 12px;
}
.usp-component .expandable-paragraph {
  color: var(--grey-dark);
  font-size: 0.875rem;
  line-height: 1.71;
  display: none;
  margin-top: 16px;
}

.ui-card__link-card {
  background: var(--white);
  box-shadow: 0px 16px 32px 8px rgba(41, 43, 63, 0.06);
  border-radius: 8px;
  margin: 0;
}
@media (min-width: 992px) {
  .ui-card__link-card {
    border-radius: 16px;
  }
}

.ui-card__link-card-image {
  padding: 0;
  border-radius: 8px 8px 0 0;
}
@media (min-width: 992px) {
  .ui-card__link-card-image {
    border-radius: 16px 0 0 16px;
  }
}
.ui-card__link-card-image img {
  width: 100%;
}
@media (min-width: 992px) {
  .ui-card__link-card-image img {
    width: auto;
  }
}

.ui-card__link-card-content {
  padding: 32px 40px 32px;
}
@media (min-width: 992px) {
  .ui-card__link-card-content {
    padding-left: 0;
  }
}

.ui-card__link-card-content-title {
  font-family: "EuclidCircularA-Medium" /*rtl:prepend:"GESS-Medium",*/;
  letter-spacing: normal;
  font-size: 0.625rem;
  color: var(--grey-dark);
}

.ui-card__link-card-content-body {
  font-weight: 600;
  color: var(--secondary);
  line-height: 1.33;
}

.navigable-card {
  height: 160px;
  text-align: center;
}
.navigable-card .card__wrapper {
  margin-top: auto;
  margin-bottom: auto;
}
.navigable-card p {
  color: var(--black);
  margin-top: 16px;
}

.navigable-card-container {
  margin-top: 16px;
}
.navigable-card-container:last-of-type {
  margin-bottom: 64px;
}

.selectable-card-component {
  border: 1px solid var(--grey-medium);
  border-radius: 10px;
  padding: 15px;
}
.selectable-card-component span {
  color: var(--black);
}
.selectable-card-component input[type=radio] {
  display: inline;
  float: right;
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid var(--primary);
  border-radius: 50%;
  display: grid;
  place-content: center;
}
.selectable-card-component input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  box-shadow: inset 8px 8px var(--primary);
}
.selectable-card-component input[type=radio]:checked::before {
  transform: scale(1);
}
.selectable-card-component input[type=radio]:not(:checked) {
  border-color: var(--grey-medium);
}
.selectable-card-component.selected {
  border: solid 1px var(--primary);
}

.circular-progress {
  width: 100px;
  height: 100px;
  font-size: 20px;
  position: relative;
  /* so that children can be absolutely positioned */
  padding: 0;
  background-color: var(--white);
  border-radius: 50%;
  line-height: 5em;
}

.circular-progress:after {
  border: none;
  position: absolute;
  top: 0.3em;
  left: 0.3em;
  text-align: center;
  display: block;
  border-radius: 50%;
  width: 4.4em;
  height: 4.4em;
  background-color: var(--white);
  content: " ";
}

/* Text inside the control */
.circular-progress span {
  position: absolute;
  text-align: center;
  display: block;
  color: var(--secondary);
  z-index: 2;
  top: 26px;
  width: inherit;
}

.left-half-clipper {
  /* a round circle */
  border-radius: 50%;
  width: 5em;
  height: 5em;
  position: absolute;
  /* needed for clipping */
  clip: rect(0, 5em, 5em, 2.5em);
  /* clips the whole left half*/
}

/* when p>50, don't clip left half*/
.circular-progress.over50 .left-half-clipper {
  clip: rect(auto, auto, auto, auto);
}

.value-bar {
  /*This is an overlayed square, that is made round with the border radius,
  then it is cut to display only the left half, then rotated clockwise
  to escape the outer clipping path.*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 2.5em, 5em, 0);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  box-sizing: border-box;
}

/* Progress bar filling the whole right half for values above 50% */
.circular-progress.over50 .first50-bar {
  /*Progress bar for the first 50%, filling the whole right half*/
  position: absolute;
  /*needed for clipping*/
  clip: rect(0, 5em, 5em, 2.5em);
  border-radius: 50%;
  width: 5em;
  height: 5em;
}

.circular-progress:not(.over50) .first50-bar {
  display: none;
}

.circular-progress-small, .circular-progress-medium {
  width: 49px;
  height: 49px;
  line-height: 45px;
  font-size: 10px;
}

.circular-progress-medium {
  width: 70px;
  height: 70px;
  font-size: 13px;
}

.circular-progress-medium span {
  top: 24px;
}

.circular-progress-small .bold span {
  top: 15px;
}

.circular-progress-small span {
  top: 15px;
}

.circular-progress.success .value-bar {
  border: 8px solid var(--success);
}
.circular-progress.success .first50-bar {
  background-color: var(--success);
}

.circular-progress.warning .value-bar {
  border: 8px solid var(--alert);
}
.circular-progress.warning .first50-bar {
  background-color: var(--alert);
}

.circular-progress.danger .value-bar {
  border: 8px solid var(--error);
}
.circular-progress.danger .first50-bar {
  background-color: var(--error);
}

.circular-progress.dark-theme:after {
  background: var(--secondary);
}

.circular-progress.dark-theme span {
  color: var(--white);
}

.circular-progress.grey-theme:after {
  background-color: var(--grey-light);
}

/* Progress bar rotation position */
.circular-progress.p0 .value-bar {
  display: none;
}

.circular-progress.p1 .value-bar {
  transform: rotate(4deg);
}

.circular-progress.p2 .value-bar {
  transform: rotate(7deg);
}

.circular-progress.p3 .value-bar {
  transform: rotate(11deg);
}

.circular-progress.p4 .value-bar {
  transform: rotate(14deg);
}

.circular-progress.p5 .value-bar {
  transform: rotate(18deg);
}

.circular-progress.p6 .value-bar {
  transform: rotate(22deg);
}

.circular-progress.p7 .value-bar {
  transform: rotate(25deg);
}

.circular-progress.p8 .value-bar {
  transform: rotate(29deg);
}

.circular-progress.p9 .value-bar {
  transform: rotate(32deg);
}

.circular-progress.p10 .value-bar {
  transform: rotate(36deg);
}

.circular-progress.p11 .value-bar {
  transform: rotate(40deg);
}

.circular-progress.p12 .value-bar {
  transform: rotate(43deg);
}

.circular-progress.p13 .value-bar {
  transform: rotate(47deg);
}

.circular-progress.p14 .value-bar {
  transform: rotate(50deg);
}

.circular-progress.p15 .value-bar {
  transform: rotate(54deg);
}

.circular-progress.p16 .value-bar {
  transform: rotate(58deg);
}

.circular-progress.p17 .value-bar {
  transform: rotate(61deg);
}

.circular-progress.p18 .value-bar {
  transform: rotate(65deg);
}

.circular-progress.p19 .value-bar {
  transform: rotate(68deg);
}

.circular-progress.p20 .value-bar {
  transform: rotate(72deg);
}

.circular-progress.p21 .value-bar {
  transform: rotate(76deg);
}

.circular-progress.p22 .value-bar {
  transform: rotate(79deg);
}

.circular-progress.p23 .value-bar {
  transform: rotate(83deg);
}

.circular-progress.p24 .value-bar {
  transform: rotate(86deg);
}

.circular-progress.p25 .value-bar {
  transform: rotate(90deg);
}

.circular-progress.p26 .value-bar {
  transform: rotate(94deg);
}

.circular-progress.p27 .value-bar {
  transform: rotate(97deg);
}

.circular-progress.p28 .value-bar {
  transform: rotate(101deg);
}

.circular-progress.p29 .value-bar {
  transform: rotate(104deg);
}

.circular-progress.p30 .value-bar {
  transform: rotate(108deg);
}

.circular-progress.p31 .value-bar {
  transform: rotate(112deg);
}

.circular-progress.p32 .value-bar {
  transform: rotate(115deg);
}

.circular-progress.p33 .value-bar {
  transform: rotate(119deg);
}

.circular-progress.p34 .value-bar {
  transform: rotate(122deg);
}

.circular-progress.p35 .value-bar {
  transform: rotate(126deg);
}

.circular-progress.p36 .value-bar {
  transform: rotate(130deg);
}

.circular-progress.p37 .value-bar {
  transform: rotate(133deg);
}

.circular-progress.p38 .value-bar {
  transform: rotate(137deg);
}

.circular-progress.p39 .value-bar {
  transform: rotate(140deg);
}

.circular-progress.p40 .value-bar {
  transform: rotate(144deg);
}

.circular-progress.p41 .value-bar {
  transform: rotate(148deg);
}

.circular-progress.p42 .value-bar {
  transform: rotate(151deg);
}

.circular-progress.p43 .value-bar {
  transform: rotate(155deg);
}

.circular-progress.p44 .value-bar {
  transform: rotate(158deg);
}

.circular-progress.p45 .value-bar {
  transform: rotate(162deg);
}

.circular-progress.p46 .value-bar {
  transform: rotate(166deg);
}

.circular-progress.p47 .value-bar {
  transform: rotate(169deg);
}

.circular-progress.p48 .value-bar {
  transform: rotate(173deg);
}

.circular-progress.p49 .value-bar {
  transform: rotate(176deg);
}

.circular-progress.p50 .value-bar {
  transform: rotate(180deg);
}

.circular-progress.p51 .value-bar {
  transform: rotate(184deg);
}

.circular-progress.p52 .value-bar {
  transform: rotate(187deg);
}

.circular-progress.p53 .value-bar {
  transform: rotate(191deg);
}

.circular-progress.p54 .value-bar {
  transform: rotate(194deg);
}

.circular-progress.p55 .value-bar {
  transform: rotate(198deg);
}

.circular-progress.p56 .value-bar {
  transform: rotate(202deg);
}

.circular-progress.p57 .value-bar {
  transform: rotate(205deg);
}

.circular-progress.p58 .value-bar {
  transform: rotate(209deg);
}

.circular-progress.p59 .value-bar {
  transform: rotate(212deg);
}

.circular-progress.p60 .value-bar {
  transform: rotate(216deg);
}

.circular-progress.p61 .value-bar {
  transform: rotate(220deg);
}

.circular-progress.p62 .value-bar {
  transform: rotate(223deg);
}

.circular-progress.p63 .value-bar {
  transform: rotate(227deg);
}

.circular-progress.p64 .value-bar {
  transform: rotate(230deg);
}

.circular-progress.p65 .value-bar {
  transform: rotate(234deg);
}

.circular-progress.p66 .value-bar {
  transform: rotate(238deg);
}

.circular-progress.p67 .value-bar {
  transform: rotate(241deg);
}

.circular-progress.p68 .value-bar {
  transform: rotate(245deg);
}

.circular-progress.p69 .value-bar {
  transform: rotate(248deg);
}

.circular-progress.p70 .value-bar {
  transform: rotate(252deg);
}

.circular-progress.p71 .value-bar {
  transform: rotate(256deg);
}

.circular-progress.p72 .value-bar {
  transform: rotate(259deg);
}

.circular-progress.p73 .value-bar {
  transform: rotate(263deg);
}

.circular-progress.p74 .value-bar {
  transform: rotate(266deg);
}

.circular-progress.p75 .value-bar {
  transform: rotate(270deg);
}

.circular-progress.p76 .value-bar {
  transform: rotate(274deg);
}

.circular-progress.p77 .value-bar {
  transform: rotate(277deg);
}

.circular-progress.p78 .value-bar {
  transform: rotate(281deg);
}

.circular-progress.p79 .value-bar {
  transform: rotate(284deg);
}

.circular-progress.p80 .value-bar {
  transform: rotate(288deg);
}

.circular-progress.p81 .value-bar {
  transform: rotate(292deg);
}

.circular-progress.p82 .value-bar {
  transform: rotate(295deg);
}

.circular-progress.p83 .value-bar {
  transform: rotate(299deg);
}

.circular-progress.p84 .value-bar {
  transform: rotate(302deg);
}

.circular-progress.p85 .value-bar {
  transform: rotate(306deg);
}

.circular-progress.p86 .value-bar {
  transform: rotate(310deg);
}

.circular-progress.p87 .value-bar {
  transform: rotate(313deg);
}

.circular-progress.p88 .value-bar {
  transform: rotate(317deg);
}

.circular-progress.p89 .value-bar {
  transform: rotate(320deg);
}

.circular-progress.p90 .value-bar {
  transform: rotate(324deg);
}

.circular-progress.p91 .value-bar {
  transform: rotate(328deg);
}

.circular-progress.p92 .value-bar {
  transform: rotate(331deg);
}

.circular-progress.p93 .value-bar {
  transform: rotate(335deg);
}

.circular-progress.p94 .value-bar {
  transform: rotate(338deg);
}

.circular-progress.p95 .value-bar {
  transform: rotate(342deg);
}

.circular-progress.p96 .value-bar {
  transform: rotate(346deg);
}

.circular-progress.p97 .value-bar {
  transform: rotate(349deg);
}

.circular-progress.p98 .value-bar {
  transform: rotate(353deg);
}

.circular-progress.p99 .value-bar {
  transform: rotate(356deg);
}

.circular-progress.p100 .value-bar {
  transform: rotate(360deg);
}

.text-with-label {
  display: flex;
  align-items: center;
}

.tooltip__container {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(41, 43, 63, 0.8);
  height: 100%;
  width: 100%;
  z-index: 1000;
}
@media (min-width: 992px) {
  .tooltip__container {
    background: none;
    position: absolute;
    left: 78px;
    top: -31px;
    z-index: 9;
    padding: 20px;
  }
}

.tooltip__content {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: var(--white);
  padding: 51px 28px 48px;
  width: 100%;
}
@media (min-width: 992px) {
  .tooltip__content {
    position: relative;
    width: 296px;
    padding: 40px 20px 29px 32px;
    border-radius: 8px;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.14);
  }
}

.tooltip__container-close {
  background: none;
  border: none;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
}
.tooltip__container-close:hover:before {
  background: var(--primary);
  text-decoration: none;
}
.tooltip__container-close:hover:after {
  background: var(--primary);
  text-decoration: none;
}
.tooltip__container-close:before {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.2s ease-in-out;
}
.tooltip__container-close:after {
  content: "";
  display: block;
  width: 19px;
  height: 1px;
  background: rgba(0, 0, 0, 0.5);
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 8px;
  transition: all 0.2s ease-in-out;
}

.select2-filter .select2 {
  box-shadow: 0px 16px 32px 8px var(--grey-light);
  border-bottom: none !important;
  border-radius: 16px;
  padding: 24px 24px 20px 24px;
}
.select2-filter .select2-selection--single {
  background-image: url(online/arrow-down-peach.svg);
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.select2-filter .select2-selection--single[aria-expanded=true] {
  background-image: url(online/arrow-up-peach.svg);
}
.select2-filter .select2-container--below {
  border-bottom: none !important;
  overflow-x: hidden;
}
.select2-filter .select2-container--open {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  border-bottom: 1px solid var(--grey-light) !important;
}
.select2-filter .select2-dropdown--below {
  border-radius: 16px !important;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border: none !important;
}
.select2-filter .select2-results__options {
  color: var(--grey-dark) !important;
  max-height: fit-content !important;
}

.vertical-progress-bar-section {
  justify-content: space-between;
}

.vertical-progress-bar {
  height: 176px;
  position: relative;
}

.vertical-progress-bar > .active {
  background-color: var(--primary);
}

.vertical-bar {
  width: 90%;
  display: block;
  background-color: var(--label-secondary);
  color: var(--secondary);
  position: absolute;
  bottom: 0;
  border-radius: 7px;
}

.vertical-bar--empty {
  background-color: var(--grey-light);
}

.vertical-bar p {
  transform: rotate(270deg);
  position: absolute;
  bottom: 0px;
  width: 26px;
  margin-bottom: 10px;
}

.product-selection__wrapper .option-header--travel {
  min-height: 194px !important;
}
.product-selection__wrapper .option-header--health {
  min-height: 200px !important;
}
.product-selection__wrapper .option-header--Motor {
  height: 220px !important;
}
.product-selection__wrapper .option-body {
  min-height: auto !important;
}
.product-selection__wrapper .option-body--travel {
  min-height: 520px !important;
}
.product-selection__wrapper .product-selection__show-more-link-wrapper {
  margin-top: 80px;
}
.product-selection__product-description {
  text-align: center;
  height: 65px;
  margin-bottom: 40px;
}

.vertical-health .product-selection__product-description {
  height: 115px;
}

.quote-component .cover-checkbox-wrapper {
  width: 100%;
}

#products_filter_mobile .accordion-body {
  padding-top: 0;
  padding-bottom: 0;
}
#products_filter_mobile .accordion-button {
  padding-top: 24px;
  padding-bottom: 24px;
}
#products_filter_mobile .accordion-button.collapsed[aria-expanded=false]::after, #products_filter_mobile .accordion-button:not([aria-expanded])::after {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.5 5.5H5.5M21.5 5.5H9.5" stroke="%23292B3F" stroke-linecap="round"/><path d="M2.5 18.5H7.5M21.5 18.5H11.5" stroke="%23292B3F" stroke-linecap="round"/><path d="M2.5 12H13.5M21.5 12H17.5" stroke="%23292B3F" stroke-linecap="round"/><circle cx="7.5" cy="5.5" r="2" stroke="%23292B3F"/><circle cx="9.5" cy="18.5" r="2" stroke="%23292B3F"/><circle cx="15.5" cy="12" r="2" stroke="%23292B3F"/></svg>');
}

.upload-card__status-icon, .upload-card__unuploaded-icon, .upload-card__uploaded-icon {
  font-size: 16px;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -5px;
  left: 65px;
  background-size: cover;
}

.upload-card__uploaded-icon {
  background-image: url(icons/Circle-Check-Dark.svg);
}

.upload-card__unuploaded-icon {
  background-image: url(icons/Circle-Alert.png);
}

.recommendations-section-component .recommendation-box {
  background-color: var(--grey-light);
  border-radius: 16px;
  padding: 64px 24px 64px 24px;
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box:first-child {
    width: 60%;
  }
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box:last-child {
    width: 35%;
    margin-left: 5%;
  }
}
@media (max-width: 991.98px) {
  .recommendations-section-component .recommendation-box:last-child {
    margin-top: 32px;
  }
}
.recommendations-section-component .recommendation-box .top, .recommendations-section-component .recommendation-box .bottom {
  text-align: center;
}
.recommendations-section-component .recommendation-box .top div {
  text-align: center;
}
.recommendations-section-component .recommendation-box .top div:not(:first-child) {
  margin-top: 16px;
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box .top div {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
  .recommendations-section-component .recommendation-box .top div:nth-child(3) {
    width: 62%;
  }
}
.recommendations-section-component .recommendation-box .top div span.paragraph, .recommendations-section-component .recommendation-box .top div span.walk-through__description, .recommendations-section-component .recommendation-box .top div span.legal__content, .recommendations-section-component .recommendation-box .top div body.online span.otp-form__subtitle, body.online .recommendations-section-component .recommendation-box .top div span.otp-form__subtitle, .recommendations-section-component .recommendation-box .top div body.online span.otp-form__input, body.online .recommendations-section-component .recommendation-box .top div span.otp-form__input, .recommendations-section-component .recommendation-box .top div body.online span.otp-form__send-again, body.online .recommendations-section-component .recommendation-box .top div span.otp-form__send-again, .recommendations-section-component .recommendation-box .top div body.online span.profile__details-text, body.online .recommendations-section-component .recommendation-box .top div span.profile__details-text, .recommendations-section-component .recommendation-box .top div span.smart-driver--active, .recommendations-section-component .recommendation-box .top div span.smart-driver--non-active, .recommendations-section-component .recommendation-box .top div .select2-filter span.select2-results__options, .select2-filter .recommendations-section-component .recommendation-box .top div span.select2-results__options {
  color: var(--grey-dark);
}
.recommendations-section-component .recommendation-box .middle {
  margin-top: 32px;
}
.recommendations-section-component .recommendation-box .middle .recommendation-card {
  background-color: var(--white);
  border-radius: 16px;
  padding: 40px 32px 40px 32px;
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card {
    min-height: 480px;
  }
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card:first-child {
    margin-right: 12px;
  }
}
@media (max-width: 991.98px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card:last-child {
    margin-top: 24px;
  }
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card:last-child {
    margin-left: 12px;
  }
}
@media (max-width: 991.98px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card:only-child {
    margin-top: 0px !important;
  }
}
@media (min-width: 992px) {
  .recommendations-section-component .recommendation-box .middle .recommendation-card:only-child {
    min-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(2) {
  margin-top: 16px;
}
.recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(2) span.paragraph-s, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(2) span.information-card__paragraph, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(2) span.above-header-bar {
  color: var(--grey-dark);
}
.recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) {
  margin-top: 24px;
}
.recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) span.heading-4--semibold, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) .card span.card__icon-text, .card .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) span.card__icon-text, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) span.information-card__heading, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) body.online span.profile__section-title, body.online .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) span.profile__section-title, .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) .circular-progress-medium span, .circular-progress-medium .recommendations-section-component .recommendation-box .middle .recommendation-card div:nth-child(3) span {
  font-size: 1rem;
  line-height: 1.5;
}
.recommendations-section-component .recommendation-box .middle .recommendation-card ul {
  margin-top: 24px;
}
.recommendations-section-component .recommendation-box .middle .recommendation-card ul li {
  line-height: 1.75;
  color: var(--grey-dark);
}
.recommendations-section-component .recommendation-box .bottom {
  margin-top: 56px;
}
.recommendations-section-component .recommendation-box .bottom a.button, .recommendations-section-component .recommendation-box .bottom .refer_friend_card a, .refer_friend_card .recommendations-section-component .recommendation-box .bottom a {
  width: 206px;
}

.block_title_with_paragraphs .title {
  text-align: center;
}
.block_title_with_paragraphs .paragraph, .block_title_with_paragraphs .walk-through__description, .block_title_with_paragraphs .legal__content, .block_title_with_paragraphs body.online .otp-form__subtitle, body.online .block_title_with_paragraphs .otp-form__subtitle, .block_title_with_paragraphs body.online .otp-form__input, body.online .block_title_with_paragraphs .otp-form__input, .block_title_with_paragraphs body.online .otp-form__send-again, body.online .block_title_with_paragraphs .otp-form__send-again, .block_title_with_paragraphs body.online .profile__details-text, body.online .block_title_with_paragraphs .profile__details-text, .block_title_with_paragraphs .smart-driver--active, .block_title_with_paragraphs .smart-driver--non-active, .block_title_with_paragraphs .select2-filter .select2-results__options, .select2-filter .block_title_with_paragraphs .select2-results__options {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  color: var(--grey-dark);
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 24px !important;
}
@media (min-width: 576px) {
  .block_title_with_paragraphs .paragraph, .block_title_with_paragraphs .walk-through__description, .block_title_with_paragraphs .legal__content, .block_title_with_paragraphs body.online .otp-form__subtitle, body.online .block_title_with_paragraphs .otp-form__subtitle, .block_title_with_paragraphs body.online .otp-form__input, body.online .block_title_with_paragraphs .otp-form__input, .block_title_with_paragraphs body.online .otp-form__send-again, body.online .block_title_with_paragraphs .otp-form__send-again, .block_title_with_paragraphs body.online .profile__details-text, body.online .block_title_with_paragraphs .profile__details-text, .block_title_with_paragraphs .smart-driver--active, .block_title_with_paragraphs .smart-driver--non-active, .block_title_with_paragraphs .select2-filter .select2-results__options, .select2-filter .block_title_with_paragraphs .select2-results__options {
    margin-top: 32px !important;
  }
}

.hero-section.hero-centered-with-image-bg.bg-dark-with-shadow {
  background-image: url(website/sections/hero/backgrounds/dark-bg-small.svg);
  background-size: cover;
  background-position: center;
  padding-bottom: 60px;
}
.hero-section.hero-centered-with-image-bg h1, .hero-section.hero-centered-with-image-bg .h1 {
  color: var(--white);
}
.hero-section.hero-centered-with-image-bg p {
  color: var(--grey-medium);
}

.hero-section.hero-centered-with-image-bg {
  text-align: center;
  position: relative;
  padding-bottom: 144px;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .hero-section.hero-centered-with-image-bg {
    padding-bottom: 96px;
  }
}
.hero-section.hero-centered-with-image-bg.bg-car-lp-price {
  background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-price-sm.png);
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg.bg-car-lp-price {
    background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-price-lg.png);
  }
}
.hero-section.hero-centered-with-image-bg.bg-car-lp-service {
  background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-service-sm.png);
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg.bg-car-lp-service {
    background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-service-lg.png);
  }
}
.hero-section.hero-centered-with-image-bg.bg-car-lp-digital {
  background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-digital-sm.png);
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg.bg-car-lp-digital {
    background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-digital-lg.png);
  }
}
.hero-section.hero-centered-with-image-bg.bg-car-lp-products {
  background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-products-sm.png);
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg.bg-car-lp-products {
    background-image: url(https://www.beema.ae/backgrounds/resized/car-lp-products-lg.png);
  }
}
.hero-section.hero-centered-with-image-bg #logo-row {
  position: relative;
  padding-bottom: 144px;
}
@media (max-width: 991.98px) {
  .hero-section.hero-centered-with-image-bg #logo-row {
    padding-bottom: 96px;
  }
}
.hero-section.hero-centered-with-image-bg #logo-row img {
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg #logo-row img {
    top: 28px;
    left: 40px;
  }
}
.hero-section.hero-centered-with-image-bg h1, .hero-section.hero-centered-with-image-bg .h1 {
  color: var(--white);
  padding-left: 32px;
  padding-right: 32px;
  font-size: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .hero-section.hero-centered-with-image-bg h1, .hero-section.hero-centered-with-image-bg .h1 {
    font-size: 3.5rem;
  }
  .hero-section.hero-centered-with-image-bg h1.wide, .hero-section.hero-centered-with-image-bg .wide.h1 {
    width: 980px;
  }
  .hero-section.hero-centered-with-image-bg h1.narrow, .hero-section.hero-centered-with-image-bg .narrow.h1 {
    width: 870px;
  }
}
.hero-section.hero-centered-with-image-bg #cta-row {
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .hero-section.hero-centered-with-image-bg #cta-row a.button, .hero-section.hero-centered-with-image-bg #cta-row .refer_friend_card a, .refer_friend_card .hero-section.hero-centered-with-image-bg #cta-row a {
    max-width: 236px;
  }
}

.hero-section .hero-banner {
  position: relative;
  width: 101%;
  left: -1px;
  padding-bottom: 64px;
}
.hero-section .hero-banner * {
  z-index: 5;
}
.hero-section .hero-banner .background-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 0;
}
.hero-section .hero-banner .background-box img {
  position: relative;
  z-index: 0;
}
.hero-section .hero-banner .background-box--for-transparent-header {
  top: -72px;
}
@media (min-width: 992px) {
  .hero-section .hero-banner .background-box--for-transparent-header {
    top: -84px;
  }
}
@media (min-width: 992px) {
  .hero-section .hero-banner {
    padding-bottom: 1px;
  }
}
.hero-section .hero-banner--with-margin-bottom {
  margin-bottom: 0px;
}
@media (min-width: 992px) {
  .hero-section .hero-banner--with-margin-bottom {
    margin-bottom: 96px;
  }
}
.hero-section .hero-position-initial {
  position: initial;
}
.hero-section .hero-banner-container {
  padding: 80px 32px 0 32px;
}
@media (min-width: 992px) {
  .hero-section .hero-banner-container {
    padding-top: 144px;
  }
}
.hero-section .hero-banner-container.fullheight {
  padding-top: 96px;
  height: auto;
}
@media (min-width: 992px) {
  .hero-section .hero-banner-container.fullheight {
    padding-top: 104px;
    height: auto;
  }
}
.hero-section .hero-banner-gray {
  width: 101%;
  left: -1px;
  min-height: 320px;
}
@media (min-width: 768px) {
  .hero-section .hero-banner-gray {
    min-height: 325px;
  }
}
.hero-section .hero-heading {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.17;
}
@media (min-width: 992px) {
  .hero-section .hero-heading {
    font-size: 3rem;
  }
}
.hero-section .hero-subheading {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--white);
}
.hero-section .hero-paragraph {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.44;
  color: var(--white);
  opacity: 0.6;
}
.hero-section .hero-paragraph .link, .hero-section .hero-paragraph body.online #driver_and_vehicle_form .login-link, body.online #driver_and_vehicle_form .hero-section .hero-paragraph .login-link {
  font-size: 1.125rem;
}
@media (min-width: 992px) {
  .hero-section .hero-paragraph {
    font-size: 1.125rem;
  }
  .hero-section .hero-paragraph .link, .hero-section .hero-paragraph body.online #driver_and_vehicle_form .login-link, body.online #driver_and_vehicle_form .hero-section .hero-paragraph .login-link {
    font-size: 1.125rem;
  }
}
.hero-section .hero-banner-background {
  background-image: url(website/backgrounds/hero_bg_mobile_new.svg);
  background-size: cover;
  background-position: bottom;
  width: 101%;
  height: 100%;
}
@media (min-width: 992px) {
  .hero-section .hero-banner-background {
    background-image: url(website/backgrounds/hero_bg_desktop_new.svg);
  }
}
.hero-section .hero-banner-background--fullsize {
  background: var(--secondary);
}
@media (min-width: 992px) {
  .hero-section .hero-banner-background--fullsize {
    background-image: url(website/backgrounds/hero_bg_desktop_fullsize.svg);
    background-size: cover;
  }
}
.hero-section .hero-banner-background--pattern-gray {
  background-image: url(website/backgrounds/hero_bg_mobile_gray.svg);
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  max-height: 325px;
}
@media (min-width: 992px) {
  .hero-section .hero-banner-background--pattern-gray {
    background-image: url(website/backgrounds/hero_bg_desktop_gray.svg);
  }
}
.hero-section .hero-banner-section {
  width: auto;
}
.hero-section .hero-banner-section__header {
  font-family: "EuclidCircularA-SemiBold" /*rtl:prepend:"GESS-SemiBold",*/;
  letter-spacing: normal;
  color: var(--black);
  font-size: 2rem;
  line-height: 1.25;
}
.hero-section .hero-banner-section__paragraph {
  font-family: "EuclidCircularA-Regular" /*rtl:prepend:"GESS-Regular",*/;
  letter-spacing: normal;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: var(--black);
  opacity: 0.6;
}

.banner {
  background-color: var(--grey-light);
  border-radius: 16px;
  padding: 64px 24px;
  position: relative;
}
.banner .middle {
  background-color: var(--white);
  border-radius: 16px;
}
@media (min-width: 992px) {
  .banner .middle {
    padding: 64px 24px;
  }
}
@media (max-width: 575.98px) {
  .banner .middle {
    padding: 40px 24px;
  }
}
.banner .middle.list {
  min-height: auto;
}
@media (min-width: 992px) {
  .banner .middle.list {
    min-height: 460px;
  }
}
.banner .middle.list ul {
  margin-top: 24px;
}
.banner .middle.list ul li {
  line-height: 1.75;
  color: var(--grey-dark);
}
.banner .bottom {
  margin-top: 56px;
}
.banner .bottom a.button, .banner .bottom .refer_friend_card a, .refer_friend_card .banner .bottom a {
  width: 206px;
}

.column_based_banner {
  padding: 40px 24px;
  background-color: var(--grey-light);
  border-radius: 16px;
}
@media (min-width: 992px) {
  .column_based_banner {
    padding: 56px;
  }
}
.column_based_banner .banner_column {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .column_based_banner .banner_column {
    padding-right: 144px;
    margin-bottom: 0px;
  }
}
@media (min-width: 992px) {
  .column_based_banner .banner_column:last-child {
    padding-right: 24px;
  }
}
.column_based_banner .bottom {
  margin-top: 54px;
}

@media (min-width: 992px) {
  .bs-slides .slides-container .text-left {
    text-align: left;
  }
}
.bs-slides .carousel-inner {
  overflow: visible;
}

.carousel-action-button-blur {
  opacity: 0.4;
}

.back-arrow {
  background-image: url(https://www.beema.ae/images/back-carousel-arrow.svg);
  background-repeat: no-repeat;
  height: 26px;
  width: 26px;
  display: block;
}
.back-arrow.white {
  background-image: url(https://www.beema.ae/images/back-carousel-arrow-white.svg);
}

.next-arrow {
  background-image: url(https://www.beema.ae/images/next-carousel-arrow.svg);
  height: 26px;
  width: 26px;
  display: block;
}
.next-arrow.white {
  background-image: url(https://www.beema.ae/images/next-carousel-arrow-white.svg);
}

.slide-with-top-button-switch-component .slides-buttons {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 4px 4px;
  border-radius: 28px;
}
.slide-with-top-button-switch-component .slides-buttons.b-grey-light {
  border: 1px solid var(--grey-light);
}
.slide-with-top-button-switch-component .slides-buttons.b-grey-medium {
  border: 1px solid var(--grey-medium);
}
@media (min-width: 992px) {
  .slide-with-top-button-switch-component .slides-buttons {
    width: 400px;
  }
}
@media (max-width: 991.98px) {
  .slide-with-top-button-switch-component .slides-buttons {
    width: 90%;
  }
}
.slide-with-top-button-switch-component .slides-buttons a {
  color: var(--secondary);
}
.slide-with-top-button-switch-component .slides-buttons a:nth-child(2) {
  margin-left: 4px;
  margin-right: 4px;
}
.slide-with-top-button-switch-component .slides-buttons a.active {
  color: var(--secondary);
  background: var(--primary);
}
.slide-with-top-button-switch-component .slides-buttons a.active:hover {
  text-decoration: none;
  color: var(--secondary);
  background: var(--primary-hover);
}
@media (max-width: 991.98px) {
  .slide-with-top-button-switch-component .slides-buttons a {
    font-size: 12px;
    padding: 10px 0px;
  }
}
.slide-with-top-button-switch-component .slides-container.bg-white {
  background-color: var(--white);
}
.slide-with-top-button-switch-component .slides-container.bg-grey-light {
  background-color: var(--grey-light);
}
@media (min-width: 992px) {
  .slide-with-top-button-switch-component .slides-container .slide-item {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991.98px) {
  .slide-with-top-button-switch-component .slides-container .slide-item {
    display: block;
  }
}

.app-download-ctas {
  display: flex;
  justify-content: center;
}
.app-download-ctas img {
  max-width: 100%;
  height: 100%;
}

.card-component.centered-with-top-icon {
  background-color: var(--white);
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  box-shadow: 0 16px 32px 8px rgba(46, 48, 72, 0.06);
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .card-component.centered-with-top-icon {
    display: block;
  }
}
@media (min-width: 992px) {
  .card-component.centered-with-top-icon {
    padding-top: 64px;
    padding-bottom: 64px;
    border-radius: 16px;
    width: 332px;
  }
}
.card-component.centered-with-top-icon .icon-wrapper {
  padding-left: 32px;
  padding-right: 16px;
}
@media (min-width: 992px) {
  .card-component.centered-with-top-icon .icon-wrapper {
    text-align: center;
    padding-left: 16px;
  }
}
.card-component.centered-with-top-icon .text-wrapper {
  padding-left: 16px;
  padding-right: 32px;
}
@media (min-width: 992px) {
  .card-component.centered-with-top-icon .text-wrapper {
    height: 54px;
    text-align: center;
    margin-top: 24px;
    padding-left: 56px !important;
    padding-right: 56px !important;
  }
}
.card-component.centered-with-top-icon .text-wrapper span {
  color: var(--secondary);
}

.centered-card-component {
  background-color: var(--white);
  border-radius: 16px;
  padding: 64px 32px 64px 32px;
  margin-top: 24px;
}
@media (min-width: 992px) {
  .centered-card-component {
    width: 364px;
  }
}
@media (min-width: 992px) {
  .centered-card-component {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .centered-card-component {
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .centered-card-component:last-child {
    margin-right: 0px;
  }
}
.centered-card-component .top {
  height: 132px;
}
.centered-card-component .top div {
  text-align: center;
}
.centered-card-component .top div img {
  width: 56px;
  height: 56px;
  display: inline-block;
}
.centered-card-component .top div.heading-4--semibold, .centered-card-component .top .card div.card__icon-text, .card .centered-card-component .top div.card__icon-text, .centered-card-component .top div.information-card__heading, .centered-card-component .top body.online div.profile__section-title, body.online .centered-card-component .top div.profile__section-title {
  margin-top: 16px;
}
.centered-card-component .bottom {
  text-align: center;
}
.centered-card-component .bottom p, .centered-card-component .bottom ul {
  color: var(--grey-dark);
  line_height: 1.85;
}
.centered-card-component .bottom i {
  color: var(--grey-dark);
  line_height: 1.75;
  padding-top: 24px;
}

.card-with-min-height {
  min-height: 460px;
}
@media (min-width: 992px) {
  .card-with-min-height {
    min-height: 415px;
  }
}

.bottom-left-align .bottom {
  text-align: left;
}

.devs-portal-shortcut {
  position: fixed;
  top: 90px;
  left: 40px;
  background-color: var(--grey-extradark);
  border-radius: 5px;
}