@charset "UTF-8";
/*!
 * Bootstrap  v5.2.3 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #9B4CFF;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #00E5FF;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #121212;
  --bs-primary: #9B4CFF;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #00E5FF;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #121212;
  --bs-primary-rgb: 155, 76, 255;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 0, 229, 255;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 18, 18, 18;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 18, 18, 18;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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: Arial, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #121212;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #9B4CFF;
  --bs-link-hover-color: #7c3dcc;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid #dedede;
  opacity: 1;
}

.art-vacancy h2, .art-vacancy .h2, article blockquote, article h3, article h2, h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.49rem + 3.51vw);
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 5rem;
  }
}

h2, .h2 {
  font-size: calc(1.4257rem + 2.9313vw);
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 4.357rem;
  }
}

h3, .h3 {
  font-size: calc(1.29rem + 1.71vw);
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h4, .h4 {
  font-size: calc(1.24rem + 1.26vw);
}
@media (min-width: 1600px) {
  h4, .h4 {
    font-size: 2.5rem;
  }
}

h5, .h5 {
  font-size: calc(1.215rem + 1.035vw);
}
@media (min-width: 1600px) {
  h5, .h5 {
    font-size: 2.25rem;
  }
}

h6, .h6 {
  font-size: calc(1.14rem + 0.36vw);
}
@media (min-width: 1600px) {
  h6, .h6 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

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

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.14rem + 0.36vw);
  line-height: inherit;
}
@media (min-width: 1600px) {
  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-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: calc(1.115rem + 0.135vw);
  font-weight: 300;
}
@media (min-width: 1600px) {
  .lead {
    font-size: 1.25rem;
  }
}

.display-1 {
  font-size: calc(1.49rem + 3.51vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.44rem + 3.06vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.39rem + 2.61vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.865rem + 6.885vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .display-4 {
    font-size: 8.75rem;
  }
}

.display-5 {
  font-size: calc(1.29rem + 1.71vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.24rem + 1.26vw);
  font-family: "Arial", sans-serif;
  font-weight: 900;
  line-height: 1;
}
@media (min-width: 1600px) {
  .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: calc(1.115rem + 0.135vw);
}
@media (min-width: 1600px) {
  .blockquote {
    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 var(--bs-border-color);
  border-radius: 0.375rem;
  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;
}

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

.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-col-1 {
  grid-column: auto/span 1;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4 {
  grid-column: auto/span 4;
}
.grid .g-col-5 {
  grid-column: auto/span 5;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-col-7 {
  grid-column: auto/span 7;
}
.grid .g-col-8 {
  grid-column: auto/span 8;
}
.grid .g-col-9 {
  grid-column: auto/span 9;
}
.grid .g-col-10 {
  grid-column: auto/span 10;
}
.grid .g-col-11 {
  grid-column: auto/span 11;
}
.grid .g-col-12 {
  grid-column: auto/span 12;
}
.grid .g-col-13 {
  grid-column: auto/span 13;
}
.grid .g-col-14 {
  grid-column: auto/span 14;
}
.grid .g-start-1 {
  grid-column-start: 1;
}
.grid .g-start-2 {
  grid-column-start: 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-start-4 {
  grid-column-start: 4;
}
.grid .g-start-5 {
  grid-column-start: 5;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.grid .g-start-7 {
  grid-column-start: 7;
}
.grid .g-start-8 {
  grid-column-start: 8;
}
.grid .g-start-9 {
  grid-column-start: 9;
}
.grid .g-start-10 {
  grid-column-start: 10;
}
.grid .g-start-11 {
  grid-column-start: 11;
}
.grid .g-start-12 {
  grid-column-start: 12;
}
.grid .g-start-13 {
  grid-column-start: 13;
}
@media (min-width: 576px) {
  .grid .g-col-sm-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-sm-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-sm-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-sm-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-sm-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-sm-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-sm-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-sm-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-sm-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-sm-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-sm-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-sm-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-sm-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-sm-14 {
    grid-column: auto/span 14;
  }
  .grid .g-start-sm-1 {
    grid-column-start: 1;
  }
  .grid .g-start-sm-2 {
    grid-column-start: 2;
  }
  .grid .g-start-sm-3 {
    grid-column-start: 3;
  }
  .grid .g-start-sm-4 {
    grid-column-start: 4;
  }
  .grid .g-start-sm-5 {
    grid-column-start: 5;
  }
  .grid .g-start-sm-6 {
    grid-column-start: 6;
  }
  .grid .g-start-sm-7 {
    grid-column-start: 7;
  }
  .grid .g-start-sm-8 {
    grid-column-start: 8;
  }
  .grid .g-start-sm-9 {
    grid-column-start: 9;
  }
  .grid .g-start-sm-10 {
    grid-column-start: 10;
  }
  .grid .g-start-sm-11 {
    grid-column-start: 11;
  }
  .grid .g-start-sm-12 {
    grid-column-start: 12;
  }
  .grid .g-start-sm-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 768px) {
  .grid .g-col-md-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-md-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-md-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-md-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-md-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-md-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-md-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-md-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-md-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-md-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-md-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-md-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-md-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-md-14 {
    grid-column: auto/span 14;
  }
  .grid .g-start-md-1 {
    grid-column-start: 1;
  }
  .grid .g-start-md-2 {
    grid-column-start: 2;
  }
  .grid .g-start-md-3 {
    grid-column-start: 3;
  }
  .grid .g-start-md-4 {
    grid-column-start: 4;
  }
  .grid .g-start-md-5 {
    grid-column-start: 5;
  }
  .grid .g-start-md-6 {
    grid-column-start: 6;
  }
  .grid .g-start-md-7 {
    grid-column-start: 7;
  }
  .grid .g-start-md-8 {
    grid-column-start: 8;
  }
  .grid .g-start-md-9 {
    grid-column-start: 9;
  }
  .grid .g-start-md-10 {
    grid-column-start: 10;
  }
  .grid .g-start-md-11 {
    grid-column-start: 11;
  }
  .grid .g-start-md-12 {
    grid-column-start: 12;
  }
  .grid .g-start-md-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 992px) {
  .grid .g-col-lg-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-lg-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-lg-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-lg-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-lg-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-lg-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-lg-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-lg-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-lg-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-lg-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-lg-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-lg-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-lg-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-lg-14 {
    grid-column: auto/span 14;
  }
  .grid .g-start-lg-1 {
    grid-column-start: 1;
  }
  .grid .g-start-lg-2 {
    grid-column-start: 2;
  }
  .grid .g-start-lg-3 {
    grid-column-start: 3;
  }
  .grid .g-start-lg-4 {
    grid-column-start: 4;
  }
  .grid .g-start-lg-5 {
    grid-column-start: 5;
  }
  .grid .g-start-lg-6 {
    grid-column-start: 6;
  }
  .grid .g-start-lg-7 {
    grid-column-start: 7;
  }
  .grid .g-start-lg-8 {
    grid-column-start: 8;
  }
  .grid .g-start-lg-9 {
    grid-column-start: 9;
  }
  .grid .g-start-lg-10 {
    grid-column-start: 10;
  }
  .grid .g-start-lg-11 {
    grid-column-start: 11;
  }
  .grid .g-start-lg-12 {
    grid-column-start: 12;
  }
  .grid .g-start-lg-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1200px) {
  .grid .g-col-xl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-xl-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-xl-14 {
    grid-column: auto/span 14;
  }
  .grid .g-start-xl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xl-11 {
    grid-column-start: 11;
  }
  .grid .g-start-xl-12 {
    grid-column-start: 12;
  }
  .grid .g-start-xl-13 {
    grid-column-start: 13;
  }
}
@media (min-width: 1400px) {
  .grid .g-col-xxl-1 {
    grid-column: auto/span 1;
  }
  .grid .g-col-xxl-2 {
    grid-column: auto/span 2;
  }
  .grid .g-col-xxl-3 {
    grid-column: auto/span 3;
  }
  .grid .g-col-xxl-4 {
    grid-column: auto/span 4;
  }
  .grid .g-col-xxl-5 {
    grid-column: auto/span 5;
  }
  .grid .g-col-xxl-6 {
    grid-column: auto/span 6;
  }
  .grid .g-col-xxl-7 {
    grid-column: auto/span 7;
  }
  .grid .g-col-xxl-8 {
    grid-column: auto/span 8;
  }
  .grid .g-col-xxl-9 {
    grid-column: auto/span 9;
  }
  .grid .g-col-xxl-10 {
    grid-column: auto/span 10;
  }
  .grid .g-col-xxl-11 {
    grid-column: auto/span 11;
  }
  .grid .g-col-xxl-12 {
    grid-column: auto/span 12;
  }
  .grid .g-col-xxl-13 {
    grid-column: auto/span 13;
  }
  .grid .g-col-xxl-14 {
    grid-column: auto/span 14;
  }
  .grid .g-start-xxl-1 {
    grid-column-start: 1;
  }
  .grid .g-start-xxl-2 {
    grid-column-start: 2;
  }
  .grid .g-start-xxl-3 {
    grid-column-start: 3;
  }
  .grid .g-start-xxl-4 {
    grid-column-start: 4;
  }
  .grid .g-start-xxl-5 {
    grid-column-start: 5;
  }
  .grid .g-start-xxl-6 {
    grid-column-start: 6;
  }
  .grid .g-start-xxl-7 {
    grid-column-start: 7;
  }
  .grid .g-start-xxl-8 {
    grid-column-start: 8;
  }
  .grid .g-start-xxl-9 {
    grid-column-start: 9;
  }
  .grid .g-start-xxl-10 {
    grid-column-start: 10;
  }
  .grid .g-start-xxl-11 {
    grid-column-start: 11;
  }
  .grid .g-start-xxl-12 {
    grid-column-start: 12;
  }
  .grid .g-start-xxl-13 {
    grid-column-start: 13;
  }
}

.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-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.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-group-divider {
  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-striped-columns > :not(caption) > tr > :nth-child(even) {
  --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-color: #000;
  --bs-table-bg: #ebdbff;
  --bs-table-border-color: #d4c5e6;
  --bs-table-striped-bg: #dfd0f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #d4c5e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d9cbec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --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: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #ccfaff;
  --bs-table-border-color: #b8e1e6;
  --bs-table-striped-bg: #c2eef2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8e1e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bde7ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

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

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #121212;
  --bs-table-border-color: #2a2a2a;
  --bs-table-striped-bg: #1e1e1e;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #2a2a2a;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #242424;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

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

.col-form-label {
  padding-top: 16px;
  padding-bottom: 16px;
  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: calc(1.115rem + 0.135vw);
}
@media (min-width: 1600px) {
  .col-form-label-lg {
    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: 15px 20px;
  font-size: calc(1.1025rem + 0.0225vw);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
@media (min-width: 1600px) {
  .form-control {
    font-size: 1.125rem;
  }
}
@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: #000;
  background-color: transparent;
  border-color: var(--color-secondary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(155, 76, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 15px 20px;
  margin: -15px -20px;
  -webkit-margin-end: 20px;
          margin-inline-end: 20px;
  color: #121212;
  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-plaintext {
  display: block;
  width: 100%;
  padding: 15px 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #121212;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext:focus {
  outline: 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.25rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: calc(1.115rem + 0.135vw);
  border-radius: 0.5rem;
}
@media (min-width: 1600px) {
  .form-control-lg {
    font-size: 1.25rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 15px;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: 10px;
}
.form-control-color::-webkit-color-swatch {
  border-radius: 10px;
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
}

.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: #121212;
  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 5 6 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.375rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #cda6ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(155, 76, 255, 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 #121212;
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: calc(1.115rem + 0.135vw);
  border-radius: 0.5rem;
}
@media (min-width: 1600px) {
  .form-select-lg {
    font-size: 1.25rem;
  }
}

.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-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.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);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          print-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: #cda6ff;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(155, 76, 255, 0.25);
}
.form-check-input:checked {
  background-color: #9B4CFF;
  border-color: #9B4CFF;
}
.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 10 3 3 6-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: #9B4CFF;
  border-color: #9B4CFF;
  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 {
  cursor: default;
  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='%23cda6ff'/%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-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.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;
  -webkit-appearance: none;
     -moz-appearance: none;
          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(155, 76, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(155, 76, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #9B4CFF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #e1c9ff;
}
.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: #9B4CFF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #e1c9ff;
}
.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-control-plaintext,
.form-floating > .form-select {
  height: calc(6rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 25px;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.4s, transform 0.4s, font-size 0.4s, color 0.4s;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 25px;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(1) translateY(-3rem) translateX(0);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(1) translateY(-3rem) translateX(0);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(1) translateY(-3rem) translateX(0);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: 1px 0;
}

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.1025rem + 0.0225vw);
  font-weight: 400;
  line-height: 1.5;
  color: #121212;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 10px;
}
@media (min-width: 1600px) {
  .input-group-text {
    font-size: 1.125rem;
  }
}

.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: calc(1.115rem + 0.135vw);
  border-radius: 0.5rem;
}
@media (min-width: 1600px) {
  .input-group-lg > .form-control,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn {
    font-size: 1.25rem;
  }
}

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

.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):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  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):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  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;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  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.375rem;
}

.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.73.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 5 6 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.73.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-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.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:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  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.375rem;
}

.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 5 6 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-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.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:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

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

.text-bg-primary {
  color: #000 !important;
  background-color: RGBA(155, 76, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(108, 117, 125, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(25, 135, 84, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(0, 229, 255, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(255, 193, 7, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(220, 53, 69, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(248, 249, 250, var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(18, 18, 18, var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: #9B4CFF !important;
}
.link-primary:hover, .link-primary:focus {
  color: #af70ff !important;
}

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

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

.link-info {
  color: #00E5FF !important;
}
.link-info:hover, .link-info:focus {
  color: #33eaff !important;
}

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

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

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

.link-dark {
  color: #121212 !important;
}
.link-dark:hover, .link-dark:focus {
  color: #0e0e0e !important;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 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: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-1 {
  --bs-border-width: 1px;
}

.border-2 {
  --bs-border-width: 2px;
}

.border-3 {
  --bs-border-width: 3px;
}

.border-4 {
  --bs-border-width: 4px;
}

.border-5 {
  --bs-border-width: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-6 {
  font-size: calc(1.14rem + 0.36vw) !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-semibold {
  font-weight: 600 !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 {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !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;
  }
  .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;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .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;
  }
  .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;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .fs-1 {
    font-size: 5rem !important;
  }
  .fs-2 {
    font-size: 4.357rem !important;
  }
  .fs-3 {
    font-size: 3rem !important;
  }
  .fs-4 {
    font-size: 2.5rem !important;
  }
  .fs-5 {
    font-size: 2.25rem !important;
  }
  .fs-6 {
    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;
  }
}
:root {
  --bs-body-font-size: 1.125rem;
  --bs-link-color: inherit;
  --bs-link-hover-color:inherit;
  --bs-body-color:#000000;
  --bs-body-bg:#fff;
  --bs-border-color: #000;
}

html {
  scrollbar-gutter: stable;
}

body {
  overflow-x: clip;
  transition: color 600ms ease, background-color 600ms ease;
}

a {
  text-underline-position: under;
}

strong {
  font-weight: 700;
}

ul.list {
  margin-left: 0;
  padding-left: 20px;
}

ul.list li {
  margin-top: 10px;
}

ul.list li:first-child {
  margin-top: 0;
}

.w-100p {
  width: 100px;
}

@media (min-width: 1400px) {
  .col-xxl-z {
    flex: 0 0 auto;
    width: 32.333333%;
  }
}
@media (min-width: 768px) {
  .position-absolute-md {
    position: absolute;
  }
}
.z-1 {
  z-index: 1;
}

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

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

.z-4 {
  z-index: 4;
}

.z-5 {
  z-index: 5;
}

.z-6 {
  z-index: 6;
}

.minh-100 {
  min-height: 100%;
}

.opacity-20 {
  opacity: 0.2;
}

.absolute-full {
  position: absolute;
  inset: 0;
}

.inset-0 {
  inset: 0;
}

.mix-blend-mode-difference {
  mix-blend-mode: difference;
}

.mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}

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

.invert {
  filter: invert(1);
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-none {
  cursor: none;
}

.mw-90 {
  max-width: 90%;
}

.zoom-on-hover {
  transition: transform 0.6s ease, opacity 0.6s !important;
}

a:hover .zoom-on-hover {
  transform: scale(1.02);
}

.underline-on-hover {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--color-secondary), var(--color-primary));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  transition: background-size 500ms ease-in-out;
}

.--white.underline-on-hover {
  background-image: linear-gradient(#fff, #fff);
}

a:hover .underline-on-hover {
  background-size: 100% 2px;
  color: inherit;
}

.translate-text-top {
  transform: translateY(-76%);
}

@media (max-width: 767.98px) {
  .pb-md-0-down {
    padding-bottom: 0 !important;
  }
  .pt-md-0-down {
    padding-top: 0 !important;
  }
  .ps-md-0-down {
    padding-left: 0 !important;
  }
  .pe-md-0-down {
    padding-right: 0 !important;
  }
  .px-md-0-down {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .overflow-scroll-md-down {
    overflow-x: auto;
  }
}
@media (max-width: 991.98px) {
  .pb-lg-0-down {
    padding-bottom: 0 !important;
  }
  .pt-lg-0-down {
    padding-top: 0 !important;
  }
  .ps-lg-0-down {
    padding-left: 0 !important;
  }
  .pe-lg-0-down {
    padding-right: 0 !important;
  }
  .px-lg-0-down {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.hover-to-dark {
  background-color: #F7F7F7;
}

.hover-to-dark {
  transition: color 0.5s;
}

.hover-to-dark:hover {
  color: #fff;
}

.hover-to-dark .layer {
  position: absolute;
  background-image: linear-gradient(var(--color-secondary), var(--color-primary));
  inset: 0;
  opacity: 0;
  transition: opacity 0.5s;
}

.hover-to-dark:hover .layer {
  opacity: 1;
}

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

.link-list a {
  border-bottom: 1px solid currentColor;
  padding: 14px 40px 15px 0;
  display: block;
  text-decoration: none;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.4s;
}

.link-list a:hover {
  opacity: 1;
}

.link-list a svg {
  position: absolute;
  right: 0;
  top: 17px;
  transition: scale 0.4s;
}

.link-list a:hover svg {
  scale: 1.3;
}

.link-list a svg path {
  fill: currentColor;
}

.share-list a circle {
  transition: fill 0.4s;
}

.share-list a:hover circle {
  fill: var(--color-secondary);
}

.w-50px {
  width: 110px;
}

.box-shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.mt-c {
  margin-top: -30px;
}

@media (min-width: 768px) {
  .mt-c {
    margin-top: -100px;
  }
}
.woo-side small, .woo-side .small {
  display: block;
  font-weight: normal;
}

.logo-ratio {
  width: 100%;
  height: 150px;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo-ratio img {
  max-height: 100px;
  max-width: 150px;
}

.logo-replace {
  min-height: 60px;
  min-width: 60px;
  max-height: 60px;
  max-width: 60px;
  background-color: rgb(247, 247, 247);
  border: 2px solid #dcdcdc;
  border-radius: 999px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 10px;
}

.lh-1-2 {
  line-height: 1.2;
}

@media (min-width: 1400px) {
  .col-xxl-fith {
    flex: 0 0 auto;
    width: 20%;
  }
}
.circle-label-list {
  min-width: 130px;
}

.circle-label {
  font-size: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 99px;
}

.label-purple {
  background-color: var(--color-purple);
  color: #fff;
}

.label-green {
  background-color: var(--color-primary);
  color: #000;
}

.label-orange {
  background-color: var(--color-yellow);
  color: #000;
}

.label-yellow {
  background-color: #FBB040;
  color: #000;
}

.label-blue {
  background-color: #3A67B1;
  color: #fff;
}

.label-cyan {
  background-color: var(--color-cyan);
  color: #000;
}

@media (max-width: 575.98px) {
  .team-image {
    min-width: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    min-height: 100px;
  }
  .team-image .ratio {
    border-radius: 10px !important;
  }
  .member-image {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .member-image img {
    min-width: 70px;
    max-width: 70px;
    width: 70px;
    height: 70px;
    min-height: 70px;
  }
  .logo-replace img {
    min-width: 30px !important;
    max-width: 30px !important;
    width: 30px !important;
    height: 30px !important;
    min-height: 30px !important;
  }
}
:root {
  --padding-container: 24px;
  --padding-section: 60px;
}

@media (min-width: 576px) {
  :root {
    --padding-container: 6vw;
    --padding-section: 6vw;
  }
}
@media (min-width: 1400px) {
  :root {
    --padding-container: 100px;
    --padding-section: 100px;
  }
}
@media (min-width: 1600px) {
  :root {
    --padding-container: 140px;
  }
}
@media (min-width: 2300px) {
  body {
    background-color: #eee;
  }
  body [data-barba=wrapper] {
    max-width: 2400px;
    margin: 0 auto;
    background-color: #fff;
  }
  .main-nav {
    max-width: 2400px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.container {
  padding-left: var(--padding-container);
  padding-right: var(--padding-container);
}

section, .section {
  padding-top: var(--padding-section);
  padding-bottom: var(--padding-section);
}

.breakout {
  margin-left: calc(var(--padding-container) * -1);
  margin-right: calc(var(--padding-container) * -1);
  width: calc(100% + var(--padding-container) * 2);
}

.breakout-large {
  margin-left: calc(var(--padding-container) * -2.5);
  margin-right: calc(var(--padding-container) * -1.5);
  width: calc(100% + var(--padding-container) * 4);
}

.breakout-start {
  margin-left: calc(var(--padding-container) * -1);
  margin-right: calc(var(--padding-container) * -1);
  width: calc(100% + var(--padding-container) * 2);
}

.breakout-end {
  margin-left: calc(var(--padding-container) * -1);
  margin-right: calc(var(--padding-container) * -1);
  width: calc(100% + var(--padding-container) * 2);
}

.breakout-custom-1 {
  margin-left: calc(var(--padding-container) * -2);
  margin-right: calc(var(--padding-container) * -2);
  width: calc(100% + var(--padding-container) * 2);
  max-width: 70vw;
  margin-top: calc(var(--padding-section) * -0.8);
}

.breakout-top-half {
  margin-top: calc(var(--padding-section) * -0.5);
}

.breakout-bottom-half {
  margin-bottom: calc(var(--padding-section) * -0.5);
}

.breakout-top {
  margin-top: calc(var(--padding-section) * -1);
}

.breakout-bottom {
  margin-bottom: calc(var(--padding-section) * -1);
}

.breakout-top-big {
  margin-top: calc(var(--padding-section) * -1);
}

.breakout-bottom-big {
  margin-bottom: calc(var(--padding-section) * -1);
}

@media (min-width: 768px) {
  .breakout-start {
    margin-left: calc(var(--padding-container) * -1);
    margin-right: 0;
    width: calc(100% + var(--padding-container));
  }
  .breakout-end {
    margin-right: calc(var(--padding-container) * -1);
    margin-left: 0;
    width: calc(100% + var(--padding-container));
  }
  .breakout-custom-1 {
    margin-left: calc(var(--padding-container) * -0.7);
    margin-right: calc(var(--padding-container) * -0.7);
    width: calc(100% + var(--padding-container) * 0.7);
    margin-top: 80px;
    margin-bottom: calc(var(--padding-section) * -1.4);
  }
  .breakout-top-big {
    margin-top: calc(var(--padding-section) * -2);
  }
  .breakout-bottom-big {
    margin-bottom: calc(var(--padding-section) * -2);
  }
}
.grid-inner {
  grid-column: auto/span 12;
}

@media (min-width: 992px) {
  .grid-inner {
    grid-column: auto/span 10;
    grid-column-start: 2;
  }
}
h1 strong, .h1 strong,
h2 strong, .h2 strong,
h3 strong, .h3 strong,
h4 strong, .h4 strong,
h5 strong, .h5 strong,
h6 strong, .h6 strong {
  font-weight: 700;
  letter-spacing: -1px;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  letter-spacing: -1px;
}

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

.font-primary {
  font-family: "Arial", sans-serif !important;
}

.font-secondary {
  font-family: "Arial", sans-serif !important;
}

.lead {
  line-height: 1.4;
}

small, .small {
  font-size: 14px;
}

.x-small {
  font-size: 11px;
}

/************ NAVIGATION TRANSITION ************/
.nav-transition {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 10;
}

.search-open, .menu-open {
  overflow: hidden;
}

/************ NAVIGATION HOLDER ************/
.nav-tools a {
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-tools a svg path {
  transition: fill 0.4s;
}

.nav-tools a:hover svg path {
  fill: var(--color-primary);
}

.nav-utilities a {
  background-color: var(--color-secondary);
  display: block;
  padding: 5px 12px 5px 12px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-left: 2px;
  transition: all 0.4s;
}

.nav-utilities a:hover {
  background-color: var(--color-primary);
}

.nav-utilities li:first-child a {
  border-radius: 0 0 0 10px;
}

.nav-utilities li:last-child a {
  border-radius: 0 0 10px 0;
}

/************ NAVIGATION HOLDER ************/
.main-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 5;
  background: rgb(255, 255, 255);
  /*height: 134px;*/
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.menu-open .main-nav {
  background: rgb(255, 255, 255);
  border-bottom: 1px solid #dedede;
}

.main-nav .nav-inner {
  display: flex;
  justify-content: space-between; /*align-items: center;height: 74px;*/
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
}

.nav-pad {
  padding: 0 40px;
}

.main-nav ul {
  list-style: none;
}

.main-nav ul:not(.container) {
  margin: 0;
  padding: 0;
}

/* Spacer for section below nav */
.nav-spacer {
  height: 97px;
}

/* Hide nav on down */
.main-nav.nav-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.main-nav.nav-show {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.admin-bar .main-nav {
  top: 32px;
}

/************ END NAVIGATION HOLDER ************/
/************ LOGO ************/
.main-nav .logo, .main-nav .logo img {
  display: block;
  min-width: 100px;
  max-width: 140px;
  width: calc(80px + 4vw);
  position: relative;
  z-index: 2;
}

/************ END LOGO ************/
/************ MEGA MENU ************/
/* Main menu */
.megamenu > ul {
  display: flex;
}

/* Top level text */
.megamenu > ul > li {
  padding: 0 9px;
  text-decoration: none;
  transition: all 0.3s ease;
  height: 64px;
  display: flex;
  align-items: center;
}

.megamenu li.menu-item-has-children {
  padding-right: 24px;
}

.megamenu > ul > li > a:not(.btn) {
  position: relative;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 0;
  white-space: nowrap;
  transition: color 0.4s;
}

.megamenu > ul > li.current-page-item > a {
  color: var(--color-primary);
}

.megamenu > ul > li > a:hover, .megamenu > ul > li.menu-hovered > a {
  color: var(--color-primary);
}

.main-nav .btn.small, .nav-member a {
  font-size: 14px !important;
}

.nav-member a {
  text-decoration: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  top: -1px;
  transition: color 0.4s;
}

.nav-member a:hover {
  color: var(--color-primary);
}

.nav-member a path {
  transition: fill 0.4s;
}

.nav-member a:hover path {
  fill: var(--color-primary);
}

@media (min-width: 1400px) {
  .megamenu > ul > li {
    padding: 0 12px;
  }
  .megamenu > ul > li > a:not(.btn) {
    font-size: 16px;
  }
  .megamenu .btn.small, .nav-member a {
    font-size: 14px !important;
  }
}
/* Top level Hover line */
.megamenu > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  height: 7px;
  background-color: var(--color-primary);
  width: 100%;
  transition: transform 0.4s ease;
  transform: scaleY(0);
  transform-origin: bottom;
  margin: 0 auto;
}

.megamenu .menu-item-has-children.menu-hovered > a:after {
  transform: scaleY(1);
}

/* Top level  arrow */
.megamenu > ul > li.menu-item-has-children > a:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: -15px;
  height: 7px;
  width: 11px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.435' viewBox='0 0 10 6.435'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M226.912-653.218l-5-5%2C1.435-1.435%2C3.565%2C3.565%2C3.565-3.565%2C1.435%2C1.435Z' transform='translate(-221.912 659.653)'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  transition: transform 0.5s;
}

.megamenu li.menu-item-has-children.menu-hovered > a:before {
  transform: rotate(180deg);
}

/* Mega menu opener container */
.megamenu li.menu-item-has-children > ul {
  max-height: calc(100vh - 56px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  left: 0;
  position: absolute;
  top: 37px;
  border-top: 28px solid transparent;
  width: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transform: translateY(-6px);
  transition: opacity 0.4s, visibility 0s 0.4s, transform 0.3s;
  pointer-events: none;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #dedede;
}

.touch .megamenu li.menu-item-has-children > ul {
  top: 84px;
  border-top: none;
}

/* Mega menu opener container open */
.megamenu li.menu-item-has-children.menu-hovered > ul {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

.megamenu li.menu-item-has-children > ul:before {
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.5s;
}

.megamenu li.menu-item-has-children.menu-hovered > ul:before {
  opacity: 1;
  transition: opacity 0s;
}

/* Mega menu columns */
/* Animations whoohoo */
.megamenu .menu-item-has-children > ul > li {
  opacity: 0;
  transition: opacity 0.4s 0s, transform 0.4s;
  transition-delay: 0s;
  transform: translate3d(0, -40px, 0px) scaleY(0.8);
}

.megamenu li.menu-item-has-children.menu-hovered > ul > li {
  opacity: 1;
  transition: opacity 0.8s ease, transform 0.4s;
  transition-delay: 0s;
  transform: translate3d(0, 0, 0) scaleY(1);
}

.megamenu li.menu-item-has-children.menu-hovered > ul > li:nth-child(2n) {
  transition-delay: 0.1s;
}

.megamenu li.menu-item-has-children.menu-hovered > ul > li:nth-child(3n) {
  transition-delay: 0.2s;
}

.megamenu li.menu-item-has-children.menu-hovered > ul > li:nth-child(4n) {
  transition-delay: 0.3s;
}

/* Menu Content box */
/* Sub sub menu */
.sub-nav-list li a {
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
  transition: color 0.4s;
}

.sub-nav-list li a:hover {
  color: #3A67B1;
}

.sub-nav-list li a svg {
  transform: translateX(-2px);
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
}

.sub-nav-list li a:hover svg {
  transform: translateX(4px);
  opacity: 1;
}

.sub-nav-list li.current-page-item a {
  color: var(--color-primary);
}

.sub-nav-list li.current-page-item a svg {
  display: none;
}

/* Mega menu open opacity layer */
.overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 6;
  opacity: 0;
}

.menu-open .nav-overlay {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

/************ END MEGA MENU ************/
/* Suppliers nav */
/************ SEARCH ************/
/* Search Fullscreen*/
.search-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 3;
  opacity: 0;
}

.search-open .search-overlay {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
}

.search-holder {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 7;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity 0.5s, visibility 0s 0.5s;
  opacity: 0;
}

.search-open .search-holder {
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
}

/* Blur when search opened*/
/*
.search-open .transition-container {filter:blur(6px);}
.search-open .main-nav {filter:blur(4px);}
*/
/* Search itself*/
/************ END SEARCH ************/
/************ RESPONSIVE ************/
@media (max-width: 1199.98px) {
  .nav-tools {
    position: absolute;
    z-index: 2;
    right: 60px;
    height: 67px;
    display: flex;
    align-items: center;
  }
  .nav-tools a {
    width: 40px;
    height: 40px;
  }
  .main-nav { /*height: 122px;*/ }
  .main-nav .nav-inner {
    height: 67px;
    padding: 0;
    align-items: center;
  }
  .nav-pad {
    padding: 0;
  }
  .nav-spacer {
    height: 67px;
  }
  .main-nav .logo {
    margin-left: 30px;
  }
  .megamenu li.menu-item-has-children > ul {
    max-height: calc(100vh - 72px);
    top: 50px;
    border-top: none;
    padding: 60px 40px;
  }
  .touch .megamenu li.menu-item-has-children > ul {
    top: 72px;
    border-top: none;
    padding: 50px 40px;
  }
  .megamenu .menu-item-has-children > ul > li {
    padding-right: 25px;
    padding-left: 25px;
  }
  .megamenu {
    margin-left: 10px;
  }
  .megamenu > ul > li {
    padding: 0 11px;
  }
  .megamenu > ul > li > a {
    font-size: 14px;
  }
  .megamenu > ul > li > a:after {
    bottom: -14px;
  }
  .megamenu li.menu-item-has-children {
    padding-right: 22px;
  }
  .megamenu > ul > li.menu-item-has-children > a:before {
    top: 19px;
  }
  .search-opener {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.menu-opener {
  display: none;
}

.show-nav-mobile {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .show-nav-desktop {
    display: none !important;
  }
  .nav-mobile-nopad {
    padding-top: 0 !important;
  }
  .main-nav { /*height: 116px;*/ }
  .main-nav .nav-inner {
    height: 66px;
  }
  .main-nav .logo {
    margin-left: 20px;
    flex: 1;
  }
  .megamenu {
    margin-top: 67px;
    margin-left: 0;
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    min-width: 366px;
    bottom: 0;
    pointer-events: none;
    background-color: #fff;
    transition: opacity 0.3s, visibility 0s 0.3s, transform 0.3s;
    visibility: hidden;
    opacity: 0;
    transform: translateX(100%);
  }
  .menu-opened .megamenu {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s, transform 0.3s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .megamenu > ul {
    flex-direction: column;
  }
  .megamenu li.menu-item-has-children {
    height: initial;
    padding-right: 0;
  }
  .megamenu > ul > li {
    padding: 0;
    height: initial;
    align-items: flex-start;
    flex-direction: column;
    background-color: #F7F8F9;
  }
  .megamenu > ul > li > a:not(.btn) {
    font-size: 19px;
    display: block;
    width: 100%;
    padding: 24px 0 24px 24px;
    border-top: 1px solid #dedede;
    background-color: #fff;
  }
  .megamenu > ul > li:first-child > a {
    border-top: 0;
  }
  .megamenu > ul > li:last-child > a {
    border-bottom: none;
  }
  .megamenu > ul > li > a:after {
    bottom: -2px;
    margin: 0;
  }
  .megamenu li.menu-item-has-children > ul, .touch .megamenu li.menu-item-has-children > ul {
    max-height: initial;
    position: static;
    overflow-y: initial;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: max-height 0.8s, opacity 0.3s;
  }
  .megamenu li.menu-item-has-children.menu-hovered > ul {
    max-height: 1500px;
    transition: max-height 0.8s, opacity 0.3s, padding 0s 0s;
  }
  .megamenu li.menu-item-has-children > ul:before {
    display: none;
  }
  .nav-heading-suppliers.h2.sub-nav-spacer {
    padding: 0 !important;
    margin: 0 !important;
    height: 20px !important;
  }
  .megamenu .menu-item-has-children > ul > li {
    max-width: 100%;
    height: auto;
    padding-right: 0;
    padding-left: 0;
  }
  .megamenu li.menu-item-has-children > ul > li:first-child { /*display: none; */ }
  .megamenu > ul > li.menu-item-has-children > a:before {
    top: 34px;
    height: 10px;
    width: 16px;
    right: 28px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.435' viewBox='0 0 10 6.435'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M226.912-653.218l-5-5%2C1.435-1.435%2C3.565%2C3.565%2C3.565-3.565%2C1.435%2C1.435Z' transform='translate(-221.912 659.653)'/%3E %3C/svg%3E ");
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 0.5s;
  }
  .nav-overlay {
    display: none;
  }
  /* Mobile search */
  .nav-search {
    margin: 30px;
  }
  .nav-search form {
    width: 100%;
  }
  .search-flex-mobile {
    display: flex;
  }
  .search-flex-mobile input[type=search] {
    flex: 1;
    height: 64px;
    line-height: 64px;
    font-size: 19px;
    padding: 20px;
    background-color: #F7F8F9;
  }
  .search-flex-mobile input[type=submit] {
    margin-top: 0;
    border: 0;
    padding: 10px 30px;
    font-size: 14px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.221' height='18.221' viewBox='0 0 18.221 18.221'%3E %3Cg id='icon-search' transform='translate(-0.807 -0.807)'%3E %3Ccircle id='Ellipse_123' data-name='Ellipse 123' cx='6.5' cy='6.5' r='6.5' transform='translate(1.807 1.807)' stroke-width='2' stroke='%2var(--color-primary)' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' fill='none'/%3E %3Cpath id='Path_3400' data-name='Path 3400' d='M20.684%2C20.684%2C16%2C16' transform='translate(-3.071 -3.071)' fill='none' stroke='%2var(--color-primary)' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='2'/%3E %3C/g%3E %3C/svg%3E ");
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    width: 40px;
  }
  .search-flex-mobile input[type=search]::-moz-placeholder {
    text-transform: none;
    color: #354E59;
    font-size: 17px;
  }
  .search-flex-mobile input[type=search]::placeholder {
    text-transform: none;
    color: #354E59;
    font-size: 17px;
  }
  /* Burger */
  .menu-opener {
    height: 66px;
    width: 66px;
    background-color: #F5F7F9;
    border-left: 1px solid #dedede;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .menu-opened .menu-opener {
    background-color: #edeff4;
  }
  .menu-opener span {
    position: relative;
    display: block;
    width: 26px;
    height: 2px;
    background-color: var(--color-primary);
    transition: top 0.2s 0.2s, transform 0.2s, background-color 0.3s ease;
    transform-origin: center center;
  }
  .menu-opened .menu-opener span {
    transition: top 0.2s, transform 0.2s 0.2s, background-color 0.3s ease;
    transform-origin: center center;
    background-color: var(--color-primary);
  }
  .menu-opener span:first-child {
    top: -8px;
    transform: rotate(0deg);
  }
  .menu-opener span:nth-child(2) {
    transition: width 0.2s, opacity 0.2s, background-color 0.2s ease;
  }
  .menu-opener span:last-child {
    top: 8px;
  }
  .menu-opened .menu-opener span:first-child {
    top: 2px;
    transform: rotate(45deg);
  }
  .menu-opened .menu-opener span:nth-child(2) {
    opacity: 0;
    width: 0;
  }
  .menu-opened .menu-opener span:last-child {
    top: -2px;
    transform: rotate(-45deg);
  }
  .body-menu-opened .nav-overlay-mobile {
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .body-menu-opened {
    overflow: hidden;
  }
  .nav-heading-suppliers.h2 {
    padding-top: 50px !important;
  }
  .megamenu .menu-item-has-children > ul > li > ul > li > ul > li:last-child, .megamenu .menu-item-has-children > ul > li > ul > li > ul > li:last-child p {
    margin-bottom: 30px;
  }
  .small-nav-head {
    margin-top: 50px;
    margin-bottom: 0 !important;
    display: block;
  }
}
@media (max-width: 575.98px) {
  .megamenu {
    width: 100%;
    min-width: auto;
  }
}
.mega-image {
  text-decoration: none;
}

.mega-image span {
  transition: color 0.4s;
}

.mega-image:hover span {
  color: #3A67B1;
}

.mega-image svg {
  display: none;
  transform: translateX(-2px);
  transition: transform 0.4s, opacity 0.4s;
  opacity: 0;
}

.mega-image:hover svg {
  transform: translateX(4px);
  opacity: 1;
}

.mega-image img {
  transition: transform 0.6s ease, opacity 0.6s !important;
}

.mega-image:hover img {
  transform: scale(1.02);
}

@media (min-width: 1200px) {
  .megamenu li.menu-item-has-children > ul {
    overflow: hidden;
  }
  .mega-featured-col {
    position: relative;
    z-index: 2;
  }
  .mega-featured-col:before {
    content: "";
    border-left: 1px solid #dedede;
    position: absolute;
    inset: -180px -999px -180px 0;
    z-index: -1;
    background-color: #F7F7F7;
  }
  .mega-image svg {
    display: inline;
  }
}
.mega-featured-col p.fw-medium {
  font-size: 16px;
}

.btn {
  background-color: var(--color-primary);
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 14px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  overflow-clip-margin: 0.5px;
  margin: 1px;
  white-space: nowrap;
  transition: background-color 0.4s;
}

.btn:hover {
  color: #fff !important;
}

.btn em {
  margin-left: 6px;
  position: relative;
}

.btn path {
  transition: fill 0.4s;
}

.btn.small {
  padding: 6px 12px;
  font-size: 15px;
}

.btn.blue {
  background-color: #3A67B1;
}

.btn.black {
  background-color: #000;
}

.btn.white {
  background-color: #fff;
}

.btn.white span {
  color: var(--color-purple);
}

.btn.white:hover span {
  color: #fff;
}

.btn.black.ghost {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.btn.black.ghost:hover span {
  color: var(--color-purple);
}

.btn span {
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: transform 0.3s, color 0.3s;
}

.button-fill {
  background: var(--color-secondary);
  position: absolute;
  width: 150%;
  height: 210%;
  border-radius: 50%;
  top: -50%;
  left: -25%;
  transform: translate3d(0, 75%, 0);
  transition: none;
  transform-origin: top;
}

.btn:hover .button-fill {
  transform: translate3d(0, 0%, 0);
  transform: bottom;
  transition: transform 0.4s;
}

.btn-hover-off .button-fill {
  transform: translate3d(0, -75%, 0);
  transition: transform 0.4s;
}

.btn-fancy {
  font-family: "Arial", sans-serif;
  overflow: hidden;
  position: relative;
  display: flex;
  text-decoration: none;
  font-size: 18px;
  padding-right: 5px;
  font-weight: 700;
  overflow-clip-margin: 0.5px;
  margin: 1px;
  transition: background-color 0.4s, color 0.4s;
}

.btn-fancy:hover {
  background-color: var(--color-red);
}

.btn-fancy em {
  margin-left: 8px;
  position: relative;
  display: flex;
  transition: transform 0.4s;
}

.btn-fancy:hover em {
  transform: translate(2px);
}

.btn-fancy strong {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  transition: background-size 500ms ease-in-out;
}

.btn-fancy strong span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 2px;
  transition: background-size 500ms ease-in-out;
}

.btn-fancy:hover strong span {
  background-size: 100% 2px;
  color: inherit;
}

.btn-fancy path {
  transition: fill 0.4s ease;
}

.btn-fancy span {
  position: relative;
  z-index: 1;
  display: inline-block;
  top: 2px;
  transition: transform 0.4s;
}

.link-primary-bg {
  background-color: var(--color-primary) !important;
  color: #fff !important;
}

.link-secondary-bg {
  background-color: var(--color-secondary) !important;
  color: #fff !important;
}

.link-text-no-decoration {
  text-decoration: none;
}

.ghost {
  background-color: transparent;
  border: 1px solid #fff;
}

.ghost:hover span {
  color: var(--color-purple);
}

.medium {
  font-size: 14px;
}

@media (max-width: 575.98px) {
  .medium {
    padding: 10px 15px;
  }
}
.square {
  border-radius: 0;
}

.ghost .button-fill {
  background: #fff;
}

.btn.blue.ghost {
  border: 2px solid #3A67B1;
  color: #3A67B1;
  background-color: transparent;
}

.btn.blue.ghost:hover span {
  color: #fff !important;
}

.btn.blue.ghost .button-fill {
  background: #3A67B1;
}

:root {
  --color-purple:#422C88;
  --color-green:#00A19A;
  --color-cyan:#00AEEF;
  --color-yellow:#FBB040;
  --color-blue:#3A67B1;
  --color-primary: var(--color-green);
  --color-secondary: var(--color-purple);
  --color-light-blue: #00AEEF;
  --bs-primary-rgb:0, 161, 154;
  --bs-secondary-rgb:66, 44, 136;
  --bs-light-rgb:247,247,247;
}

.bg-cyan {
  background-color: var(--color-cyan);
}

.bg-purple {
  background-color: var(--color-purple);
}

.bg-green {
  background-color: var(--color-green);
}

.bg-blue {
  background-color: var(--color-blue) !important;
}

.bg-purple-2 {
  background-color: #7C51A1;
}

.text-cyan {
  color: var(--color-cyan);
}

.text-purple {
  color: var(--color-purple);
}

.text-green {
  color: var(--color-green);
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

@media (max-width: 767.98px) {
  .lenis.lenis-smooth [data-lenis-prevent-md-down] {
    overscroll-behavior: contain;
  }
}
.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

[text-split] {
  opacity: 0;
}

.word, .line {
  overflow-y: clip;
  transform-origin: bottom;
  will-change: transform;
}

[scrub-each-word] .char {
  transition: opacity 0.4s;
}

[scrub-each-word] .char {
  opacity: 0.2;
}

[line-grow] {
  transform: scaleX(0);
  transform-origin: left;
}

h1[lines-slide-up] .line, .h1[lines-slide-up] .line {
  line-height: 1.1;
}

h2[lines-slide-up] .line, .h2[lines-slide-up] .line {
  line-height: 1.12;
}

[lines-slide-up] strong {
  position: relative;
}

[underline-reveal] strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(10px + 1vw);
  max-height: 30px;
  z-index: -1;
  background-color: var(--color-primary);
  transform: scaleX(0);
  transition: transform 0.8s ease;
  transform-origin: left;
}

[underline-reveal].animation-complete strong:after {
  transform: scaleX(1);
}

.accordion {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.accordion > li {
  counter-increment: item;
  position: relative;
  margin: 0;
  padding: 0;
}

.accordion li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: var(--bs-body-color);
  transform-origin: left;
  transition: opacity 0.4s;
}

.accordion.numbered li {
  counter-increment: section;
}

.accordion.numbered li:after {
  left: 80px;
}

.accordion .accordion-heading {
  margin: 0;
  padding: 20px 30px 20px 0;
  line-height: 1.3;
}

.accordion.numbered .accordion-heading {
  margin: 0 0 0 80px;
}

.accordion li > a {
  display: block;
  width: 100%;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}

.accordion li > a:after {
  height: 16px;
  width: 16px;
  position: absolute;
  right: 0;
  content: " ";
  top: 26px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 16V8M8 8V0M8 8H16M8 8H0' stroke='black' stroke-width='2'/%3E %3C/svg%3E ");
  background-size: 16px 16px;
  background-position: center;
  transition: transform 0.2s;
  cursor: pointer;
}

.accordion > li.active a:after {
  transform: rotate(45deg);
}

.accordion li .acc-number {
  padding-right: 30px;
  margin-top: 6px;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  left: 0;
}

.accordion li .acc-number::before {
  content: counter(section, decimal-leading-zero) "/0" attr(data-total);
}

.accordion > li ul {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.accordion > li ul li {
  display: block;
  position: relative;
  padding-left: 22px;
  padding-bottom: 10px;
  line-height: 1.5;
}

.accordion ul li:after {
  content: "";
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: var(--bg-color);
  position: absolute;
  left: 0;
  top: 9px;
}

.accordion-item {
  display: none;
  padding: 0;
  padding: 0 0 20px 0;
  top: 0px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s 0s;
}

.accordion.numbered .accordion-item {
  top: 0;
}

.active .accordion-item {
  opacity: 1;
  transition: opacity 0.4s 0s;
}

.accordion.numbered .accordion-item {
  padding: 0 0 20px 80px;
}

@media (max-width: 767.98px) {
  .accordion .accordion-heading {
    padding: 30px 30px 30px 0;
  }
  .accordion.numbered .accordion-heading {
    margin-left: 50px;
    padding: 40px 30px 40px 0;
  }
  .accordion li .acc-number {
    margin-top: 4px;
    font-size: 12px;
  }
  .accordion li > a .accordion-heading:before {
    display: none;
  }
  .accordion li > a:after {
    top: 40px;
    margin-top: -6px;
  }
  .accordion.numbered li > a:after {
    top: 50px;
    margin-top: -6px;
  }
  .accordion.numbered li:after {
    left: 50px;
  }
  .accordion-item {
    padding: 10px 0;
    top: -20px;
  }
  .accordion.numbered .accordion-item {
    padding: 10px 0 10px 50px;
  }
}
/*Tabs*/
ul.tabs, ul.tabs-nested {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  list-style: none;
  width: 100%;
}

ul.tabs li, ul.tabs-nested li {
  position: relative;
  margin: 0;
  cursor: pointer;
  transition: opacity 0.4s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

ul.tabs li:hover, ul.tabs li.active,
ul.tabs-nested li:hover,
ul.tabs-nested li.active {
  opacity: 1;
  opacity: 1;
}

ul.tabs li span, ul.tabs-nested li span {
  position: relative;
}

ul.tabs li span:after, ul.tabs-nested li span:after {
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: 0px;
  width: 100%;
  height: 17px;
  z-index: -1;
  width: calc(100% + 20px);
  transform: scaleX(0);
  will-change: transform;
  background: var(--color-yellow);
  transform-origin: right center;
  transition: transform 0.3s;
}

ul.tabs li.active span:after, ul.tabs-nested li.active span:after {
  transform: scaleX(1);
  transform-origin: left center;
}

ul.tabs.tab-style-z li span {
  display: inline;
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--color-yellow), var(--color-yellow));
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 0% 16px;
  transition: background-size 500ms ease-in-out;
}

ul.tabs.tab-style-z li.active span {
  background-size: 100% 16px;
  color: inherit;
}

.tab_container, .tab_container_nested {
  width: 100%;
}

.tab_content, .tab_content_nested {
  display: none;
}

.tab_drawer_heading {
  display: none;
}

ul.tabs.tabs-style-2 {
  border-bottom: 4px solid rgba(255, 255, 255, 0.3);
}

ul.tabs.tabs-style-2 li {
  padding-bottom: 20px;
}

ul.tabs.tabs-style-2 li span {
  opacity: 0.3;
  padding-right: 40px;
  transition: opacity 0.4s;
}

ul.tabs.tabs-style-2 li span:after {
  content: "";
}

ul.tabs.tabs-style-2 li:hover span, ul.tabs.tabs-style-2 li.active span {
  opacity: 1;
}

ul.tabs.tabs-style-2 li span:after {
  background-color: #fff;
  left: 0;
  right: 0;
  width: 100%;
  bottom: -26px;
  right: 0;
  height: 4px;
}

ul.tabs.tabs-style-3 li {
  padding-bottom: 20px;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
}

ul.tabs.tabs-style-3 li span {
  opacity: 0.3;
  transition: opacity 0.4s;
}

ul.tabs.tabs-style-3 li:hover span, ul.tabs.tabs-style-3 li.active span {
  opacity: 1;
}

ul.tabs.tabs-style-3 li span:after {
  content: "";
  background-color: var(--color-purple);
  left: 0;
  right: 0;
  width: 100%;
  bottom: -26px;
  right: 0;
  height: 7px;
}

ul.tabs-nested.tabs-style-4 li {
  padding-bottom: 20px;
  height: 70px;
  line-height: 70px;
  margin-right: 20px;
}

ul.tabs-nested.tabs-style-4 li span {
  opacity: 0.4;
  transition: opacity 0.4s;
  padding-right: 30px;
}

ul.tabs-nested.tabs-style-4 li:hover span, ul.tabs-nested.tabs-style-4 li.active span {
  opacity: 1;
}

ul.tabs-nested.tabs-style-4 li span:after {
  content: "";
  background-color: var(--color-primary);
  left: 0;
  right: 0;
  width: 100%;
  bottom: -20px;
  right: 0;
  height: 4px;
}

@media (max-width: 767.98px) {
  .tabs-to-accordion ul.tabs {
    display: none !important;
  }
  .tabs-to-accordion .tab_drawer_heading {
    padding: 30px 36px 30px 0;
    font-weight: normal;
    border-bottom: 1px solid var(--bs-body-color);
    cursor: pointer;
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    transition: color 0.4s, border-color 0.4s;
  }
  .tabs-to-accordion .tab_drawer_heading.d_active {
    border-color: transparent;
  }
  .tabs-to-accordion .tab_drawer_heading:before {
    height: 16px;
    width: 16px;
    position: absolute;
    right: 0;
    content: "";
    top: 50%;
    margin-top: -8px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 16V8M8 8V0M8 8H16M8 8H0' stroke='black' stroke-width='2'/%3E %3C/svg%3E ");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.2s;
    cursor: pointer;
  }
  .tabs-to-accordion .d_active:before {
    transform: rotate(45deg);
  }
  .tabs-to-accordion .tab_content {
    padding: 10px 0 30px 0;
  }
  .text-white .tabs-to-accordion .tab_drawer_heading {
    border-color: #fff;
  }
  .text-white .tabs-to-accordion .tab_drawer_heading:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cpath d='M8 16V8M8 8V0M8 8H16M8 8H0' stroke='white' stroke-width='2'/%3E %3C/svg%3E ");
  }
}
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0deg, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  padding: 0;
  margin: 20px 0 0 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 60px;
  height: 40px;
  margin: 0 8px;
  cursor: pointer;
  position: relative;
}

.flickity-page-dots .dot:after {
  content: "";
  top: 50%;
  left: 0;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 0.2;
  position: absolute;
  transition: opacity 0.4s;
}

.flickity-page-dots .dot.is-selected:after, .flickity-page-dots .dot:hover:after {
  opacity: 1;
}

@media (min-width: 1200px) {
  .flickity-page-dots .dot {
    width: 100px;
  }
  .flickity-page-dots {
    margin: 80px 0 0 0;
  }
}
/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.carousel {
  opacity: 0;
  transition: opacity 0.6s;
}

.carousel:not(.flickity-enabled) {
  display: flex;
}

.flickity-enabled.carousel {
  opacity: 1;
}

.carousel-overflow .flickity-viewport {
  overflow: visible;
}

@media (max-width: 767.98px) {
  .carousel-overflow-md-down .flickity-viewport {
    overflow: visible;
  }
}
.nav-bulls {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-bulls li {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 5px;
  background-color: #D9D9D9;
  border-radius: 99px;
  cursor: pointer;
  transition: transform 0.4s, background-color 0.4s;
}

.nav-bulls li:hover {
  transform: scale(1.2);
}

.nav-bulls li.is-selected {
  background-color: var(--color-purple);
  transform: scale(1.2);
}

.nav-lines {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}

.nav-lines li {
  flex: 1;
  height: 2px;
  display: inline-block;
  margin: 0;
  background-color: #D9D9D9;
  cursor: pointer;
  transition: transform 0.4s, background-color 0.4s;
}

.nav-lines li.is-selected {
  background-color: var(--color-purple);
}

.slider-btn {
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.4s, transform 0.4s;
}

.slider-btn:hover {
  opacity: 1;
  transform: scale(1.05);
}

.slider-nav-1 li {
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.4s;
}

.slider-nav-1 li:hover, .slider-nav-1 li.is-selected {
  opacity: 1;
}

.slider-nav-1 img {
  max-width: 200px;
  max-height: 60px;
}

.progress-bar-outer {
  position: relative;
  height: 4px;
  background-color: #EAECED;
  border-radius: 99px;
}

.progress-bar {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 30%;
  background: #7C50A1;
  border-radius: 99px;
}

.progress-bar-outer-1 {
  background-color: rgba(234, 236, 237, 0.3);
}

.progress-bar-outer-1 .progress-bar {
  background-color: #fff;
}

.JSsliderMain2 .flickity-viewport {
  transition: height 0.3s;
}

.carousel-status {
  width: 60px;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.carousel-button {
  cursor: pointer;
}

.carousel-button:active {
  transform: translateY(1px);
}

.carousel-button path {
  transition: fill 0.4s;
}

.carousel-button circle {
  transition: stroke 0.4s;
}

.carousel-button:hover path {
  fill: var(--color-primary);
}

.carousel-button:hover circle {
  stroke: var(--color-primary);
}

[data-theme=light] {
  --bs-body-bg: #fff;
  --bs-body-color: #121212;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.6s;
  will-change: opacity;
}

img.lazy.loaded {
  will-change: opacity;
  opacity: 1;
}

.lazy-bg-color {
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #ededed;
  background: linear-gradient(to right, #e4e1e1 8%, #ededed 38%, #e4e1e1 54%);
  background-size: 1000px 640px;
  position: relative;
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.scroller {
  max-width: 2000px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.scroller-logos > div {
  white-space: nowrap;
  padding-right: 7vw;
  height: 60px;
  display: inline-flex;
  align-items: center;
}

.scroller-logos > div img {
  display: block;
  max-height: 100%;
}

.scroller[data-animated=true] {
  overflow: hidden;
}

.scroller[data-mask=true] {
  -webkit-mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
  mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller__inner {
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;
}

.scroller[data-hover-pause=true]:hover .scroller__inner {
  animation-play-state: paused;
}

.scroller[data-direction=right] {
  --_animation-direction: reverse;
}

.scroller[data-direction=left] {
  --_animation-direction: forwards;
}

.scroller[data-speed=fast] {
  --_animation-duration: 30s;
}

.scroller[data-speed=slow] {
  --_animation-duration: 60s;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - 0.5rem));
  }
}
img {
  max-width: 100%;
}

@media (max-width: 767.98px) {
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio-mobile);
    content: "";
  }
}
.mask {
  position: relative;
}

.ratio picture img,
.mask img,
.ratio video,
.mask video,
.full-it {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.ratio picture img, .full-it {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .full-it-md {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
.mask svg {
  scale: 1.01;
}

.mf-cursor {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  direction: ltr;
  contain: layout style size;
  pointer-events: none;
  transition: opacity 0.3s, color 0.4s;
}

.mf-cursor:before {
  content: "";
  position: absolute;
  top: -24px;
  left: -24px;
  display: block;
  width: 48px;
  height: 48px;
  transform: scale(0);
  background: currentColor;
  border-radius: 50%;
  transition: transform 0.25s ease-in-out, opacity 0.1s;
}

.mf-cursor.-inverse {
  color: #fff;
}

@supports (mix-blend-mode: exclusion) {
  .mf-cursor.-exclusion {
    mix-blend-mode: exclusion;
  }
  .mf-cursor.-exclusion:before {
    background: #fff;
  }
}
.mf-cursor.-pointer:before {
  transform: scale(0.15);
}

.mf-cursor.-md:before {
  transform: scale(1);
}

.mf-cursor.-lg:before {
  transform: scale(2);
}

.mf-cursor.-color-purple:before {
  background-color: var(--color-purple);
}

.mf-cursor.-text:before {
  opacity: 1;
  transform: scale(1.7);
  background-color: var(--bs-body-color);
}

.mf-cursor.-text.-active:before {
  transform: scale(1.6);
  transition-duration: 0.2s;
}

.mf-cursor.-icon:before {
  transform: scale(1.5);
}

.mf-cursor.-icon.-active:before {
  transform: scale(1.4);
}

.mf-cursor.-hidden:before {
  transform: scale(0);
}

.mf-cursor-text {
  position: absolute;
  top: -18px;
  left: -18px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0) rotate(10deg);
  opacity: 0;
  color: var(--bs-body-bg);
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  transition: opacity 0.4s, transform 0.3s;
}

.mf-cursor.-text .mf-cursor-text,
.mf-cursor.-icon .mf-cursor-text {
  opacity: 1;
  transform: scale(1);
}

.mf-cursor-media {
  position: absolute;
  width: 400px;
  height: 400px;
  margin: -200px 0 0 -200px;
}

.mf-cursor-media img,
.mf-cursor-media video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .mf-cursor-media img,
  .mf-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translateZ(0);
  }
}
.mf-cursor-media-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: scale(0) translateZ(0);
  padding: 1px;
  opacity: 0;
  border-radius: 50%;
  transition: transform 0.35s, opacity 0.2s 0.2s;
}

.mf-cursor.-media .mf-cursor-media-box {
  opacity: 1;
  transform: scale(0.696);
  transition-duration: 0.4s, 0.4s;
  transition-delay: 0s, 0s;
}

.grid {
  grid-template-columns: var(--padding-container) repeat(12, 1fr) var(--padding-container);
}

.grid-column-start-1 {
  grid-column-start: 1;
}

.grid-column-start-2 {
  grid-column-start: 2;
}

.grid-column-end-3 {
  grid-column-end: 3;
}

.grid-row-start-1 {
  grid-row-start: 1;
}

.grid-row-start-2 {
  grid-row-start: 2;
}

.grid-row-start-3 {
  grid-row-start: 3;
}

.grid-row-end-1 {
  grid-row-end: 1;
}

.grid-row-end-2 {
  grid-row-end: 2;
}

.grid-row-end-3 {
  grid-row-end: 3;
}

.grid-row-end-4 {
  grid-row-end: 4;
}

@media (min-width: 768px) {
  .grid-row-start-md-1 {
    grid-row-start: 1;
  }
  .grid-row-start-md-2 {
    grid-row-start: 2;
  }
  .grid-row-start-md-3 {
    grid-row-start: 3;
  }
  .grid-row-end-md-1 {
    grid-row-end: 1;
  }
  .grid-row-end-md-2 {
    grid-row-end: 2;
  }
  .grid-row-end-md-3 {
    grid-row-end: 3;
  }
  .grid-row-end-md-4 {
    grid-row-end: 4;
  }
}
.place-self-end {
  place-self: end;
}

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

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-nav li {
  padding: 2px 0;
}

.footer-nav li a {
  display: inline;
  padding: 10px 0;
  opacity: 0.8;
  font-size: 14px;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-repeat: no-repeat;
  background-position: bottom 6px left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out, opacity 0.3s;
}

.footer-nav li a:hover {
  background-size: 100% 1px;
  color: inherit;
  opacity: 1;
}

.footer-nav li span {
  width: 24px;
  position: relative;
  top: 0;
  display: inline-block;
}

.footer-utils {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-utils li {
  padding: 0 12px 0 0;
}

.footer-utils li:last-child {
  padding-right: 0;
}

.footer-utils li a {
  display: inline;
  padding: 10px 0;
  opacity: 0.8;
  font-size: 14px;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-repeat: no-repeat;
  background-position: bottom 6px left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out, opacity 0.3s;
}

.footer-utils li a:hover {
  background-size: 100% 1px;
  color: inherit;
  opacity: 1;
}

.footer-utils li span {
  width: 24px;
  position: relative;
  top: -2px;
  display: inline-block;
}

.breadcrumb {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.breadcrumb li {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
}

.breadcrumb li span {
  font-weight: 700;
}

.breadcrumb li a {
  display: flex;
  text-decoration: none;
}

.breadcrumb li a em {
  display: none;
}

.breadcrumb li a:after {
  content: " / ";
  padding: 0 10px;
  display: inline-block;
}

.breadcrumb li:first-child a {
  padding: 10px 15px 10px 0;
}

.breadcrumb li:first-child a:after {
  display: none;
}

.breadcrumb li a span {
  display: flex;
  font-size: 14px;
  text-decoration: none;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-repeat: no-repeat;
  background-position: bottom 0px left;
  background-size: 0% 1px;
  transition: background-size 0.3s ease-in-out, opacity 0.3s;
}

.breadcrumb li a:hover span {
  background-size: 100% 1px;
  color: inherit;
  opacity: 1;
}

.breadcrumb li:first-child a svg path {
  transition: all 0.4s;
}

.secondary-nav {
  z-index: 7;
  background-color: var(--color-secondary);
  white-space: nowrap;
  overflow-x: auto;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.nav-show .secondary-nav {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.nav-hide .secondary-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.secondary-nav ul {
  margin: 0;
  display: flex;
  align-items: center;
}

.secondary-nav ul li:first-child {
  margin-left: auto;
}

.secondary-nav ul li:last-child {
  margin-right: auto;
}

.secondary-nav ul li {
  padding: 0 24px 0 24px;
}

.secondary-nav ul li a {
  display: inline-block;
  padding: 10px 0 12px 0;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  opacity: 0.8;
  transition: opacity 0.4s;
}

.secondary-nav ul li.current-menu-item a, .secondary-nav ul li a:hover {
  opacity: 1;
}

.secondary-nav ul li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6px;
  background-color: #fff;
  transition: transform 0.4s, opacity 0.4s;
  transform: scaleY(0);
  transform-origin: bottom;
  opacity: 0.2;
}

.secondary-nav ul li.current-menu-item a:after {
  transform: scaleY(1);
  opacity: 1;
}

.secondary-nav ul li a:hover:after {
  transform: scaleX(1);
}

@media (min-width: 768px) {
  .secondary-nav ul li {
    padding: 0 30px 0 30px;
  }
  .secondary-nav ul li a {
    padding: 15px 0 17px 0;
  }
}
.list-unstyled ul {
  padding-left: 0;
  list-style: none;
}

:root {
  --lity-z-index-base: 9990;
  --lity-shadow: none;
  --lity-close-size: 35px;
  --lity-close-text-shadow: none;
  --lity-iframe-ratio: 9/16; /* Or 3/4 */
  --lity-transition-timing-function: ease;
  --lity-transition-duration: .3s;
}

.lity-active,
.lity-active body {
  overflow: hidden;
}

.lity {
  z-index: var(--lity-z-index-base);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(7, 44, 92, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: var(--lity-z-index-base);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
  overflow-y: auto;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: calc(var(--lity-z-index-base) + 1);
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: calc(var(--lity-z-index-base) + 2);
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: calc(var(--lity-z-index-base) + 3);
  width: 100%;
  transform: scale(1);
  transition: transform var(--lity-transition-duration) var(--lity-transition-timing-function);
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: var(--lity-shadow);
}

.lity-close {
  z-index: calc(var(--lity-z-index-base) + 4);
  width: var(--lity-close-size);
  height: var(--lity-close-size);
  /* Change to position: absolute to display close button inside content container */
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: var(--lity-close-size);
  font-family: Arial, Baskerville, monospace;
  line-height: var(--lity-close-size);
  text-shadow: var(--lity-close-text-shadow);
  border: 0;
  background: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  transform: scale(1.05);
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 1464px;
  padding: 0 var(--padding-container);
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: calc(var(--lity-iframe-ratio) * 100%);
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: var(--lity-shadow);
  background: #000;
  border-radius: 20px;
}

.lity-hide {
  display: none;
}

.lity-container {
  width: 100%;
  pointer-events: none;
}

.lity-content video {
  width: auto;
  max-width: 100%;
  max-height: 100vh;
  display: block;
  pointer-events: auto;
  margin: auto;
}

@media (max-width: 991.98px) {
  .lity-content video {
    max-width: calc(100% - 12vw);
  }
}
body .lity-close {
  width: 50px !important;
  height: 50px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cg%3E %3Cpath d='M20.0015 4.00098L4.00146 20.001' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3Cpath d='M19.9962 19.999L3.99951 3.99902' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E %3C/g%3E %3C/svg%3E") !important;
  pointer-events: auto !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  font-size: 0 !important;
  background-color: var(--color-dark-blue);
  border-radius: 999px;
  right: 40px;
  top: 20px;
  opacity: 1;
  transition: background-color 0.4s;
}

body .lity-close:hover {
  opacity: 1;
  background-color: var(--color-orange);
}

.lity-close-holder {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #fff;
  border-radius: 999px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.lity-close-holder svg {
  pointer-events: none;
}

.lity-close-holder path {
  stroke: var(--color-dark-blue);
  opacity: 1;
}

@media (min-width: 768px) {
  .lity-close-holder {
    top: 30px;
    right: 30px;
    background-color: transparent;
  }
  .lity-close-holder path {
    stroke: rgba(255, 255, 255, 0.5);
    transition: stroke 0.4s;
  }
  .lity-close-holder:hover path {
    stroke: rgb(255, 255, 255);
  }
}
.card-1 {
  background-color: #F7F7F7;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.card-2 {
  color: #fff;
  background-image: linear-gradient(var(--color-secondary), #3A67B1);
  border-radius: 20px;
  overflow: hidden;
  display: block;
  text-decoration: none;
}

.card-2:hover {
  color: #fff;
}

.card-2 .underline-on-hover {
  background-image: linear-gradient(90deg, #fff, #fff);
}

.load-more-item {
  display: none;
  transition: none;
}

.load-more-button {
  display: none;
}

/* Floater labels */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #000;
}

input:-internal-autofill-selected,
input:-internal-autofill-selected:hover,
input:-internal-autofill-selected:focus textarea:-internal-autofill-selected,
textarea:-internal-autofill-selected:hover textarea:-internal-autofill-selected:focus,
select:-internal-autofill-selected,
select:-internal-autofill-selected:hover,
select:-internal-autofill-selected:focus {
  background-color: transparent;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 50000s ease-in-out 0s;
  transition: background-color 50000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0 30px transparent inset !important;
  -webkit-text-fill-color: #000;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
select:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text].form-control:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus,
[contenteditable].form-control:focus {
  box-shadow: none !important;
}

textarea.form-control {
  height: 160px;
  padding: 35px 0 0 0;
}

@media (min-width: 1400px) {
  textarea.form-control {
    height: 160px;
  }
}
.form-icon {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-icon-textarea {
  height: 3.6rem;
}

.form-floating > label {
  line-height: 1.4;
  font-size: 18px;
  opacity: 1;
  pointer-events: none;
}

.form-floating > .form-control, .form-floating > label {
  padding-right: 20px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  font-size: 100%;
  color: var(--color-purple);
  opacity: 1;
}

.form-control.form-control-2 {
  height: calc(3.5rem + 2px);
  padding-left: 0;
  padding-right: 0;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent !important;
  width: 100%;
  max-width: 320px;
}

.form-floating.form-floating-2 > label {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 24px;
}

.form-floating.form-floating-2 > .form-control:focus ~ label {
  transform: scale(0.85) translateY(0rem) translateX(0);
}

.form-floating.form-floating-2 label.active {
  transform: scale(0.85) translateY(0rem) translateX(0) !important;
}

.form-floating.form-floating-2 > .form-control {
  transition: border-color 0.4s, transform 0.4s;
}

.form-floating.form-floating-2 > .form-control:focus,
.form-floating.form-floating-2 > .form-control.active {
  padding-top: 1.7rem;
  border-color: var(--color-purple);
  transform: translateY(20px);
}

.btn-form[type=submit] {
  font-family: var(--font-mono);
  color: var(--color-cyan);
  -webkit-appearance: none;
  border: none;
  transition: all 0.4s;
  background-color: transparent;
  font-size: 14px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  transform: translateY(25px);
  background-position: right 5px top 25px;
  height: 100%;
}

.btn-form[type=submit]:hover {
  background-position: right 0px top 25px;
  color: #fff;
  padding-left: 13px;
}

.form-floating-search {
  margin: 0 30px;
  width: 240px;
}

.form-floating-search > .form-control {
  padding: 1rem 0;
}

.form-floating-search > .form-control {
  height: calc(2.78rem + 2px);
  line-height: 1.25;
  font-size: 18px;
  padding-top: 0.8rem !important;
  font-family: var(--font-mono);
}

.form-floating-search > label {
  padding: 0.6rem 0;
}

.btn-form-2[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  font-family: var(--font-mono);
  color: var(--color-purple);
  -webkit-appearance: none;
  border: none;
  transition: all 0.4s;
  background-color: transparent;
  font-size: 14px;
  background-repeat: no-repeat;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 0;
  background-position: right 5px top 25px;
  height: 100%;
}

.btn-form-2[type=submit]:hover {
  background-position: right 0px top 25px;
  color: #fff;
  padding-left: 13px;
}

@media (min-width: 1200px) {
  .btn-floater {
    position: absolute;
    top: calc(100% + 45px);
  }
}
/* Styles for the options */
select option {
  color: #072C5C;
  background-color: white;
  padding: 5px 10px;
}

select option:hover {
  background-color: #FF854F;
  cursor: pointer;
}

select.form-control {
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='9' viewBox='0 0 12 9' fill='none'%3E %3Cpath d='M6 9L11.1961 0L0.803847 0L6 9Z' fill='black'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(0rem) translateX(0px);
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 1;
  transform: scale(1) translateY(0rem) translateX(0px);
}

.form-floating:not(:-moz-placeholder-shown) label.active {
  color: var(--color-purple);
  font-size: 15px;
  opacity: 1;
  transform: scale(1) translateY(-0.5rem) translateX(0);
}

.form-floating label.active,
.form-floating:not(:placeholder-shown) label.active,
.form-floating-plaintext label.active,
.form-floating label.active {
  color: var(--color-purple);
  font-size: 15px;
  opacity: 1;
  transform: scale(1) translateY(-0.5rem) translateX(0);
}

body .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
  margin-left: 0;
}

body .wpcf7-list-item label span {
  position: relative;
  cursor: pointer;
  display: block;
  align-items: center;
  line-height: 1.2;
  padding-left: 28px;
  padding-top: 1px;
  color: #707070;
}

body .wpcf7-list-item label input[type=checkbox],
body .wpcf7-list-item label input[type=radio] {
  display: none;
}

body .wpcf7-list-item label input[type=checkbox] + span:before,
body .wpcf7-list-item label input[type=radio] + span:before {
  content: "";
  border: 1px solid #707070;
  background-color: transparent;
  width: 20px;
  min-width: 20px;
  height: 20px;
  max-height: 20px;
  display: inline-block;
  margin-right: 10px;
  transition: border 0.3s;
  border-radius: 999px;
  position: absolute;
  left: 0;
  top: 0;
}

body .wpcf7-list-item label input[type=checkbox]:hover + span:before,
body .wpcf7-list-item label input[type=radio]:hover + span:before {
  border: 1px solid #000;
}

body .wpcf7-list-item label input[type=checkbox] + span:after,
body .wpcf7-list-item label input[type=radio] + span:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.3s;
  background-color: #000;
}

body .wpcf7-list-item label input[type=checkbox]:checked + span:before,
body .wpcf7-list-item label input[type=radio]:checked + span:before {
  border: 1px solid #000;
  background-color: transparent;
}

body .wpcf7-list-item label input[type=checkbox]:checked + span:after,
body .wpcf7-list-item label input[type=radio]:checked + span:after {
  content: "";
  opacity: 1;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: block;
}

@media (min-width: 576px) {
  .wpcf7-form-control.wpcf7-checkbox {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}
.filter-container .list-checkbox {
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter-container input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.filter-container input[type=checkbox] + label,
.filter-container input[type=checkbox] + span {
  position: relative;
  cursor: pointer;
  padding: 12px 20px 12px 28px;
  display: block;
  font-size: 14px;
}

.filter-container input[type=checkbox] + label:before,
.filter-container input[type=checkbox] + span:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  border: 1px solid #707070;
  position: absolute;
  top: 10px;
  left: 0px;
}

.filter-container input[type=checkbox] + label:after,
.filter-container input[type=checkbox] + span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 13px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  transition: all 0.1s;
}

.filter-container input[type=checkbox]:hover + label:after,
.filter-container input[type=checkbox]:hover + span:after {
  background: rgba(183, 190, 193, 0.45);
}

.filter-container input[type=checkbox]:checked + label:after,
.filter-container input[type=checkbox]:checked + span:after {
  background: #000;
}

.uacf7-multisetp-form .wpcf7-spinner {
  display: none;
}

.filter-holder {
  border-bottom: 1px solid #04A09A;
  position: relative;
  z-index: 4;
}

.filter-heading {
  font-size: 15px;
  font-weight: 500;
}

.filter-inner {
  display: flex;
  align-items: center;
  padding: 0;
  justify-content: space-between;
}

.filter-holder-tags {
  white-space: nowrap;
  overflow-x: auto;
}

.wrapper-dropdown {
  position: relative;
  margin: 0 auto;
  padding: 0;
  background: transparent;
  outline: none;
  font-size: 15px;
  font-weight: 600;
  z-index: 2;
}

.wrapper-dropdown-1 {
  width: 200px;
}

.wrapper-dropdown-2 {
  width: 300px;
}

.dropdown-handler {
  display: block;
  padding: 24px 30px 23px 15px;
  color: var(--color-purple);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.4s;
  font-weight: 600;
}

.dropdown-handler:hover {
  color: var(--color-purple);
}

.wrapper-dropdown.active .dropdown-handler {
  color: var(--color-purple);
}

.wrapper-dropdown:after {
  pointer-events: none;
  content: "";
  width: 9px;
  height: 8px;
  position: absolute;
  right: 16px;
  top: 32px;
  margin-top: -1px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6.435' viewBox='0 0 10 6.435'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M226.912-653.218l-5-5%2C1.435-1.435%2C3.565%2C3.565%2C3.565-3.565%2C1.435%2C1.435Z' transform='translate(-221.912 659.653)' fill='%23422c88'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s;
}

.wrapper-dropdown.active:after {
  transform: rotate(180deg);
}

.wrapper-dropdown .dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  text-align: left;
  z-index: 1;
  background-color: #fff;
  transition: all 0.3s ease-out;
  list-style: none;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
  border-radius: 10px;
}

.wrapper-dropdown .dropdown-2 {
  width: 540px;
  right: 0;
  left: auto;
  background-color: #F7F7F7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.wrapper-dropdown .dropdown-2.dropdown-2-small {
  width: 300px;
}

.wrapper-dropdown .dropdown-2 ul {
  margin: 6px 0 20px 0;
}

.wrapper-dropdown .dropdown-2.dropdown-2-small ul {
  margin: 20px 0;
}

.wrapper-dropdown .dropdown-2 li {
  display: flex;
  text-decoration: none;
  line-height: 1.2;
  font-weight: 400;
  transition: all 0.3s ease-out;
  font-size: 14px;
  border-left: 0px solid rgba(255, 255, 255, 0.2);
}

.wrapper-dropdown .dropdown-less {
  width: 360px;
}

.dropdown-2-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.dropdown .list-checkbox {
  max-height: 282px;
  overflow-y: auto;
}

.dropdown-2-col-1 {
  width: 50%;
}

.dropdown-2-col-2 {
  width: 50%;
}

.dropdown-2-col-3 {
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  padding: 14px 30px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background-color: #0061f5;
  width: 100%;
}

.dropdown-2-col-3:hover {
  background-color: var(--color-purple);
}

.dropdown-2-col-3 svg {
  margin-left: 10px;
  position: relative;
  top: 1px;
  left: 0;
  transition: all 0.4s;
}

.dropdown-2-col-3:hover svg {
  left: 4px;
}

.dropdown-2-heading {
  font-size: 15px;
  display: inline-block;
  padding: 2px 0;
  position: relative;
  margin: 30px 25px 0 25px;
}

/* Dropdown overlay*/
.dropdown-overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.6);
  transition: opacity 0.5s, visibility 0s 0.5s;
  z-index: 3;
  opacity: 0;
}

.dropdown-overlay-open.dropdown-overlay {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  transition: opacity 0.5s;
  cursor: pointer;
}

.filter-container {
  display: flex;
  align-items: center;
}

.filter-container > div:first-child {
  margin-right: 0px;
  white-space: nowrap;
}

.filter-container > div {
  margin: 0 0 0 10px;
}

/* Active state */
.wrapper-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}

.nav-category {
  margin: 0;
  padding: 0;
}

.nav-category li {
  display: inline-block;
  margin-right: 20px;
}

.nav-category li a {
  font-size: 16px;
  background: none;
  display: inline-block;
  padding: 2px 0;
  color: #000;
  position: relative;
  border-bottom: 7px solid transparent;
  transition: color 0.4s, border-color 0.4s;
  text-decoration: none;
  height: 70px;
  line-height: 70px;
}

.nav-category li.current-page-item a {
  border-bottom: 7px solid var(--color-purple);
  pointer-events: none;
  font-weight: 700;
}

.nav-category li:hover a {
  color: #273D46;
  border-color: #ccc;
}

.btn-filter-apply {
  border: none;
  outline: none;
  -webkit-appearance: button;
  cursor: pointer;
  transition: all 0.4s;
  display: flex;
  padding: 20px 30px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  text-decoration: none;
  color: #fff;
  background-color: var(--color-primary);
  width: 100%;
  font-weight: 700;
}

.btn-filter-apply:after {
  content: "";
  margin-left: 10px;
  width: 18px;
  height: 13px;
  position: relative;
  top: 1px;
  left: 0;
  transition: all 0.4s;
}

.btn-filter-apply:hover:after {
  left: 4px;
}

.btn-filter-apply:active, .btn-filter-apply:focus, .btn-filter-apply:hover {
  color: #fff;
  background-color: #000;
}

.taxonomy-filters-container {
  width: 100%;
}

.taxonomy-filters-container fieldset {
  padding: 30px 30px 0 30px;
}

@media only screen and (max-width: 1023px) {
  .nav-category {
    padding-bottom: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(183, 190, 193, 0.45);
  }
  .nav-category li {
    margin-bottom: 15px;
  }
  .nav-category li a {
    padding: 6px 0;
    height: auto;
    line-height: 1.2;
  }
  .filter-inner {
    display: block;
    padding: 20px 0;
  }
  .wrapper-dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
  .wrapper-dropdown .dropdown-2 {
    width: 100% !important;
    max-width: 100%;
  }
  .wrapper-dropdown .dropdown-less {
    width: 100%;
  }
  .wrapper-dropdown .dropdown-2.dropdown-2-small {
    width: 100%;
  }
  .filter-container {
    display: block;
  }
  .filter-container > div {
    margin: 0;
  }
  .dropdown-handler {
    background-color: #EDEFF4;
    margin-top: 10px;
    padding: 17px 30px 17px 25px;
  }
  .filter-heading {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .filter-inner > div:first-child {
    margin-right: 0;
  }
  .filter-inner > div {
    margin-right: 0;
    margin-top: -2px;
  }
  .dropdown-2-heading {
    margin-top: 10px;
  }
  .wrapper-dropdown .dropdown {
    position: static;
    padding: 0;
    max-height: 0;
    transition: none;
  }
  .wrapper-dropdown.active .dropdown {
    position: static;
    padding: 0;
    max-height: 1000px;
    transition: all 0.3s ease-out;
  }
  .wrapper-dropdown:after {
    top: 24px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 639px) {
  .nav-category {
    display: flex;
    padding-bottom: 10px;
    overflow-y: scroll;
    white-space: nowrap;
    border-bottom: none;
  }
  .nav-category li {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 10px;
  }
  .nav-category li a {
    font-size: 14px;
  }
  .dropdown-handler {
    padding: 17px 30px 17px 15px;
  }
  .taxonomy-filters-container fieldset {
    padding: 15px 15px 0 15px;
  }
}
@media only screen and (max-width: 500px) {
  .col-featured {
    flex-direction: column;
  }
}
@media (max-width: 575.98px) {
  .dropdown input[type=checkbox] + label {
    font-size: 12px;
  }
}
.cd-search-trigger, .cd-nav-trigger {
  position: relative;
  top: 2px;
  display: block;
  width: 20px;
  height: 20px;
  overflow: hidden;
  white-space: nowrap; /* hide text */
  color: transparent !important;
  z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after { /* search icon */
  content: "";
  position: absolute;
  transition: opacity 0.3s, border-color 0.3s, background-color 0.3s; /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.cd-search-trigger::before {
  top: 0;
  right: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 2px solid #000000;
}

.cd-search-trigger::after {
  height: 2px;
  width: 7px;
  background-color: #000000;
  top: 13px;
  right: 0;
  transform: rotate(45deg);
}

.cd-search-trigger:hover:before, .cd-search-trigger:hover:after {
  border-color: var(--color-primary);
}

.cd-search-trigger:hover:after {
  background-color: var(--color-primary);
}

.cd-search-trigger span { /* container for the X icon */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after { /* close icon */
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 17px;
  top: 11px;
  margin-top: -2px;
  right: 0;
  margin-left: -3px;
  background: #003C52;
  opacity: 0; /* Force Hardware Acceleration in WebKit */
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
  transform: rotate(45deg);
}

.cd-search-trigger span::after {
  transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after { /* hide search icon */
  opacity: 0;
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after { /* show close icon */
  opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
  transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
  transform: rotate(45deg);
}

.cd-search {
  position: absolute;
  height: 50px;
  width: 300px;
  right: 0;
  top: 48px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

#searchform form {
  height: 100%;
  width: 100%;
}

#searchform input {
  border-radius: 0;
  border: none;
  background-color: #ffffff;
  color: #082244;
  height: 50px;
  width: 100%;
  padding: 0 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

#searchform input::-webkit-input-placeholder {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 300;
}

#searchform input::-moz-placeholder {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 300;
}

#searchform input:-moz-placeholder {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 300;
}

#searchform input:-ms-input-placeholder {
  color: #A8A8A8;
  font-size: 14px;
  font-weight: 300;
}

#searchform input:focus {
  outline: none;
}

.cd-search.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.nav-is-fixed .cd-search {
  position: fixed;
}

.r-search-submit {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.637' height='16.637' viewBox='0 0 16.637 16.637'%3E %3Cpath id='search_FILL0_wght400_GRAD0_opsz24' d='M135.343-823.363l-5.823-5.823a5.507%2C5.507%2C0%2C0%2C1-1.594.878%2C5.633%2C5.633%2C0%2C0%2C1-1.918.323%2C5.8%2C5.8%2C0%2C0%2C1-4.263-1.745A5.8%2C5.8%2C0%2C0%2C1%2C120-833.992a5.8%2C5.8%2C0%2C0%2C1%2C1.745-4.263A5.8%2C5.8%2C0%2C0%2C1%2C126.008-840a5.8%2C5.8%2C0%2C0%2C1%2C4.263%2C1.745%2C5.8%2C5.8%2C0%2C0%2C1%2C1.745%2C4.263%2C5.633%2C5.633%2C0%2C0%2C1-.324%2C1.918%2C5.508%2C5.508%2C0%2C0%2C1-.878%2C1.594l5.823%2C5.823Zm-9.335-6.47a4.011%2C4.011%2C0%2C0%2C0%2C2.946-1.213%2C4.011%2C4.011%2C0%2C0%2C0%2C1.213-2.946%2C4.011%2C4.011%2C0%2C0%2C0-1.213-2.946%2C4.011%2C4.011%2C0%2C0%2C0-2.946-1.213%2C4.011%2C4.011%2C0%2C0%2C0-2.946%2C1.213%2C4.011%2C4.011%2C0%2C0%2C0-1.213%2C2.946%2C4.011%2C4.011%2C0%2C0%2C0%2C1.213%2C2.946A4.011%2C4.011%2C0%2C0%2C0%2C126.008-829.833Z' transform='translate(-120 840)'%3E%3C/path%3E %3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eee !important;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px !important;
  box-shadow: none !important;
  transition: background-color 0.4s;
}

.r-search-submit:hover {
  background-color: #fff !important;
}

@media only screen and (max-width: 1023px) {
  .cd-search {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }
  .cd-search-trigger {
    display: none;
  }
}
.offshore-energies-news {
  background-color: var(--color-primary);
  color: #000;
}

.member-news {
  background-color: var(--color-yellow);
  color: #000;
}

.consultations {
  background-color: var(--color-purple);
  color: #fff;
}

.case-studies, .member-case-studies {
  background-color: var(--color-light-blue);
  color: #000;
}

.publication-topics {
  background-color: var(--color-blue);
  color: #fff;
}

/* Pagination*/
.page-numbers {
  text-align: center;
  margin-top: 30px;
  padding: 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers li.disabled {
  opacity: 0.3;
}

.page-numbers li.disabled a {
  cursor: default;
  transform: scale(1) !important;
}

.page-numbers li a {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  text-decoration: none;
  color: var(--color-purple);
  border: 1px solid var(--color-purple);
  font-weight: 700;
  margin: 0 4px;
  transition: background-color 0.4s, color 0.4s;
}

.page-numbers li a:hover {
  background-color: var(--color-purple);
  color: #fff;
}

.page-numbers li span.current {
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  padding: 10px;
  font-weight: 600;
  margin-top: 0;
}

.page-numbers li a.prev,
.page-numbers li a.next {
  position: relative;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.4s, background-image 0.4s;
}

.page-numbers li a.prev {
  left: 0;
  margin-right: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.052' height='18.728' viewBox='0 0 12.052 18.728'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M231.276-647.6l-9.364-9.364%2C2.688-2.688%2C6.676%2C6.676%2C6.676-6.676%2C2.688%2C2.688Z' transform='translate(-647.601 -221.912) rotate(90)' fill='%23422c88'/%3E %3C/svg%3E ");
}

.page-numbers li a.prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.052' height='18.728' viewBox='0 0 12.052 18.728'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M231.276-647.6l-9.364-9.364%2C2.688-2.688%2C6.676%2C6.676%2C6.676-6.676%2C2.688%2C2.688Z' transform='translate(-647.601 -221.912) rotate(90)' fill='%23ffffff'/%3E %3C/svg%3E ");
}

.page-numbers li a.next {
  right: 0;
  margin-left: 10px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.052' height='18.728' viewBox='0 0 12.052 18.728'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M231.276-647.6l-9.364-9.364%2C2.688-2.688%2C6.676%2C6.676%2C6.676-6.676%2C2.688%2C2.688Z' transform='translate(659.653 240.64) rotate(-90)' fill='%23422c88'/%3E %3C/svg%3E ");
}

.page-numbers li a.next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.052' height='18.728' viewBox='0 0 12.052 18.728'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24' d='M231.276-647.6l-9.364-9.364%2C2.688-2.688%2C6.676%2C6.676%2C6.676-6.676%2C2.688%2C2.688Z' transform='translate(659.653 240.64) rotate(-90)' fill='%23ffffff'/%3E %3C/svg%3E ");
}

.single-article {
  max-width: 800px;
}

.wp-block-image img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
  border-radius: inherit;
}

.wp-block-image.has-custom-border img {
  box-sizing: border-box;
}

.wp-block-image.aligncenter, .aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}

.aligncenter, .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
  display: table;
  margin: auto;
}

.wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
  caption-side: bottom;
  display: table-caption;
}

.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.wp-block-image .is-style-rounded img, .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    border-radius: 0;
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
  }
}
.wp-block-image :where(.has-border-color) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-color]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-color]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-color]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-color]) {
  border-left-style: solid;
}

.wp-block-image :where([style*=border-width]) {
  border-style: solid;
}

.wp-block-image :where([style*=border-top-width]) {
  border-top-style: solid;
}

.wp-block-image :where([style*=border-right-width]) {
  border-right-style: solid;
}

.wp-block-image :where([style*=border-bottom-width]) {
  border-bottom-style: solid;
}

.wp-block-image :where([style*=border-left-width]) {
  border-left-style: solid;
}

.wp-block-image figure {
  margin: 0;
}

.single-article table {
  border-collapse: collapse;
  width: 100%;
}

.single-article thead {
  border-bottom: 3px solid;
}

.single-article tfoot {
  border-top: 3px solid;
}

.single-article td, .single-article th {
  border: 1px solid;
  padding: 0.5em;
}

article .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}

article .has-fixed-layout td, article .has-fixed-layout th {
  word-break: break-word;
}

article.aligncenter, article.alignleft, article.alignright {
  display: table;
  width: auto;
}

article.aligncenter td, article.aligncenter th, article.alignleft td, article.alignleft th, article.alignright td, article.alignright th {
  word-break: break-word;
}

article .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

article .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

article .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

article .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

article.is-style-stripes {
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-collapse: inherit;
  border-spacing: 0;
}

article.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}

article.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}

article.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}

article.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}

article.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}

article.is-style-stripes td, article.is-style-stripes th {
  border-color: transparent;
}

article .has-border-color td, article .has-border-color th, article .has-border-color tr, article .has-border-color > * {
  border-color: inherit;
}

article table[style*=border-top-color] tr:first-child, article table[style*=border-top-color] tr:first-child td, article table[style*=border-top-color] tr:first-child th, article table[style*=border-top-color] > *, article table[style*=border-top-color] > * td, article table[style*=border-top-color] > * th {
  border-top-color: inherit;
}

article table[style*=border-top-color] tr:not(:first-child) {
  border-top-color: currentColor;
}

article table[style*=border-right-color] td:last-child, article table[style*=border-right-color] th, article table[style*=border-right-color] tr, article table[style*=border-right-color] > * {
  border-right-color: inherit;
}

article table[style*=border-bottom-color] tr:last-child, article table[style*=border-bottom-color] tr:last-child td, article table[style*=border-bottom-color] tr:last-child th, article table[style*=border-bottom-color] > *, article table[style*=border-bottom-color] > * td, article table[style*=border-bottom-color] > * th {
  border-bottom-color: inherit;
}

article table[style*=border-bottom-color] tr:not(:last-child) {
  border-bottom-color: currentColor;
}

article table[style*=border-left-color] td:first-child, article table[style*=border-left-color] th, article table[style*=border-left-color] tr, article table[style*=border-left-color] > * {
  border-left-color: inherit;
}

article table[style*=border-style] td, article table[style*=border-style] th, article table[style*=border-style] tr, article table[style*=border-style] > * {
  border-style: inherit;
}

article table[style*=border-width] td, article table[style*=border-width] th, article table[style*=border-width] tr, article table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}

.mask-video-cut svg {
  min-width: 110vw;
}

@media (min-width: 768px) {
  .mask-video-cut svg {
    min-width: 55vw;
  }
}
.svg-swirl {
  width: calc(100% + 6vw);
}

@media (max-width: 767.98px) {
  .animateScrub1 {
    transform: none !important;
  }
}
.block-height-1 {
  height: 53%;
  align-self: end;
}

.element-float {
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
  max-width: 100%;
}

.icon-video {
  max-width: 186px;
  width: calc(80px + 4vw);
  transition: transform 0.4s;
}

a:hover .icon-video {
  transform: scale(1.1);
}

.list-bullet-big > li {
  border-bottom: 1px solid #04A09A;
}

.list-bullet-big > li strong {
  color: #7C51A1;
}

.list-bullet-big > li li {
  margin-bottom: 15px;
}

.list-bullet-big > li ul {
  padding-left: 30px;
  list-style: decimal-leading-zero;
}

.list-bullet-big p:last-child {
  margin-bottom: 0;
}

.bullet-big {
  --bs-aspect-ratio: 100%;
  --bs-aspect-ratio-mobile: 100%;
  width: calc(30px + 3vw);
  max-width: 80px;
  background-image: linear-gradient(#3A67B1, var(--color-secondary));
  flex-shrink: inherit;
}

.logo-over-image {
  max-height: 180px;
  max-width: 250px;
  width: calc(80px + 10vw);
}

.bg-1 {
  background-color: rgba(255, 255, 255, 0.2);
}

@media (min-width: 768px) {
  .bg-1 {
    background-color: var(--color-primary);
  }
}
.pin-image {
  height: 400px;
}

@media (min-width: 992px) {
  .pin-image {
    position: absolute;
    inset: 0;
    height: 100%;
  }
  .vh-lg-100 {
    height: 100vh;
  }
  .home-scroll_img-item {
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .home-scroll_img-item.is-active {
    opacity: 1;
  }
  .home-scroll_text-item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
  }
  .home-scroll_text-item.is-active {
    opacity: 1;
  }
}
article img {
  height: auto !important;
}

article > ol {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 60px;
}

article > ol > li {
  counter-increment: item;
  margin-bottom: 5px;
  padding-bottom: 20px;
  padding-left: 46px;
  position: relative;
  margin-bottom: 20px;
}

article > ol > li:before {
  content: counter(item);
  background-color: #422C88;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 3px;
}

article > ol > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 46px;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}

article > ol > li > ul {
  margin-top: 15px;
  padding-left: 20px;
  list-style: square;
}

article > ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

article > ul > li {
  margin-bottom: 15px;
}

article h2, article .h2 {
  font-size: calc(1.29rem + 1.71vw);
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  article h2, article .h2 {
    font-size: 3rem;
  }
}

article h3, article .h3 {
  font-size: calc(1.24rem + 1.26vw);
  margin-bottom: 30px;
}
@media (min-width: 1600px) {
  article h3, article .h3 {
    font-size: 2.5rem;
  }
}

article blockquote {
  font-size: calc(1.14rem + 0.36vw);
  background-color: #f7f7f7;
  padding: 30px;
  margin: 60px 0;
}
@media (min-width: 1600px) {
  article blockquote {
    font-size: 1.5rem;
  }
}

@media (min-width: 1400px) {
  article blockquote {
    padding: 50px;
  }
}
.art-vacancy h2, .art-vacancy .h2 {
  font-size: calc(1.14rem + 0.36vw);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
  margin-top: 60px;
}
@media (min-width: 1600px) {
  .art-vacancy h2, .art-vacancy .h2 {
    font-size: 1.5rem;
  }
}

.art-vacancy ul {
  padding-left: 20px;
}

.art-vacancy ul li {
  margin-top: 20px;
}

.art-vacancy h3, .art-vacancy .h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 60px;
  margin-bottom: 30px;
}

.art ul {
  padding-left: 20px;
}

.art ul li {
  padding-bottom: 15px;
}

.art ol {
  padding-left: 20px;
}

.art ol li {
  padding-bottom: 15px;
}

.link-block {
  text-decoration: none;
  display: block;
  transition: background-color 0.4s;
}

.link-block:hover {
  background-color: #eee !important;
}

.form-control-drop {
  width: 100%;
  padding: 13px 20px;
  font-size: 14px;
  border-color: transparent;
  background: #eee;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg id='expand_more_FILL0_wght600_GRAD0_opsz24' xmlns='http://www.w3.org/2000/svg' width='10' height='6.435' viewBox='0 0 10 6.435'%3E %3Cpath id='expand_more_FILL0_wght600_GRAD0_opsz24-2' data-name='expand_more_FILL0_wght600_GRAD0_opsz24' d='M226.912-653.218l-5-5%2C1.435-1.435%2C3.565%2C3.565%2C3.565-3.565%2C1.435%2C1.435Z' transform='translate(-221.912 659.653)' fill='%23000000'/%3E %3C/svg%3E ") !important;
}

@media (min-width: 992px) {
  .form-control-drop {
    width: 240px;
  }
}
.form-control-drop:focus {
  border-color: #ddd;
}

.form-control-drop:disabled {
  background-color: #f7f7f7;
  color: #999;
}

.disabled {
  pointer-events: none;
  opacity: 0.4;
  cursor: not-allowed;
}

.page-template-tmp-account.woocommerce-downloads .secondary-nav ul li.menu-item-63753.current-menu-item a {
  opacity: 0.8;
}

.page-template-tmp-account.woocommerce-downloads .secondary-nav ul li.menu-item-63753.current-menu-item a:hover {
  opacity: 1;
}

.page-template-tmp-account.woocommerce-downloads .secondary-nav ul li.menu-item-63753.current-menu-item a:after {
  transform: scaleY(0);
  opacity: 0.2;
}

.page-template-tmp-account.woocommerce-downloads .secondary-nav ul li.menu-item-63753.current-menu-item a:hover:after {
  transform: scaleY(1);
  opacity: 1;
}

.rounded-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  isolation: isolate;
}

:root {
  --woocommerce: #7F54B3;
  --wc-green: #7ad03a;
  --wc-red: #a00;
  --wc-orange: #ffba00;
  --wc-blue: #2ea2cc;
  --wc-primary: #7F54B3;
  --wc-primary-text: white;
  --wc-secondary: #e9e6ed;
  --wc-secondary-text: #515151;
  --wc-highlight: #b3af54;
  --wc-highligh-text: white;
  --wc-content-bg: #fff;
  --wc-subtext: #767676 ;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%;
}

.woocommerce .col2-set::after, .woocommerce .col2-set::before, .woocommerce-page .col2-set::after, .woocommerce-page .col2-set::before {
  content: " ";
  display: table;
}

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
  clear: both;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%;
}

.woocommerce-cart-form__cart-item.cart_item img {
  max-width: 130px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: left;
  width: 48%;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce #content div.product div.thumbnails::before, .woocommerce div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::before, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::before, .woocommerce-page div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::before {
  content: " ";
  display: table;
}

.woocommerce #content div.product div.thumbnails::after, .woocommerce div.product div.thumbnails::after, .woocommerce-page #content div.product div.thumbnails::after, .woocommerce-page div.product div.thumbnails::after {
  clear: both;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
  float: left;
  width: 30.75%;
  margin-right: 3.8%;
  margin-bottom: 1em;
}

.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
  margin-right: 0;
}

.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
  clear: both;
}

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
  width: 100%;
  margin-right: 0;
  float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
  width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
  width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
  width: 16.9%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: right;
  width: 48%;
  clear: none;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
  clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::before {
  content: " ";
  display: table;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, .woocommerce-page div.product .woocommerce-tabs ul.tabs::after {
  clear: both;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  display: inline-block;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce #content div.product #reviews .comment::before, .woocommerce div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::before, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::before, .woocommerce-page div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::before {
  content: " ";
  display: table;
}

.woocommerce #content div.product #reviews .comment::after, .woocommerce div.product #reviews .comment::after, .woocommerce-page #content div.product #reviews .comment::after, .woocommerce-page div.product #reviews .comment::after {
  clear: both;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
  float: right;
  height: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
  clear: both;
}

.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
  content: " ";
  display: table;
}

.woocommerce ul.products::after, .woocommerce-page ul.products::after {
  clear: both;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  float: left;
  margin: 0 3.8% 2.992em 0;
  padding: 0;
  position: relative;
  width: 22.05%;
  margin-left: 0;
}

.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
  clear: both;
}

.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0;
}

.woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
  width: 100%;
  margin-right: 0;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
  width: 48%;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
  width: 30.75%;
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
  width: 16.95%;
}

.woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
  width: 13.5%;
}

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
  width: 100%;
  margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
  width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
  width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
  width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
  width: 13.5%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce .woocommerce-pagination ul.page-numbers::before, .woocommerce-page .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers::after, .woocommerce-page .woocommerce-pagination ul.page-numbers::after {
  clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
  height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  text-align: right;
}

.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 80px;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
  float: left;
}

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
  width: 100%;
}

.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals::after, .woocommerce-page .cart-collaterals::after {
  clear: both;
}

.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
  width: 30.75%;
  float: left;
}

.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
  width: 48%;
  float: left;
}

.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
  float: none;
}

.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
  width: 48%;
}

.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
  width: 48%;
  clear: right;
  float: right;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce .cart-collaterals .shipping_calculator::before, .woocommerce-page .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::before {
  content: " ";
  display: table;
}

.woocommerce .cart-collaterals .shipping_calculator::after, .woocommerce-page .cart-collaterals .shipping_calculator::after {
  clear: both;
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
  width: 47%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  float: right;
  width: 48%;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.cart_list li::before, .woocommerce ul.product_list_widget li::after, .woocommerce ul.product_list_widget li::before, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.cart_list li::before, .woocommerce-page ul.product_list_widget li::after, .woocommerce-page ul.product_list_widget li::before {
  content: " ";
  display: table;
}

.woocommerce ul.cart_list li::after, .woocommerce ul.product_list_widget li::after, .woocommerce-page ul.cart_list li::after, .woocommerce-page ul.product_list_widget li::after {
  clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
  float: right;
  height: auto;
}

.woocommerce form .form-row::after, .woocommerce form .form-row::before, .woocommerce-page form .form-row::after, .woocommerce-page form .form-row::before {
  content: " ";
  display: table;
}

.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
  clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
  display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
  display: inline;
}

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
  width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
  box-sizing: border-box;
  width: 100%;
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: calc(1.1025rem + 0.0225vw);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce-page form .form-row .input-text:focus {
  color: #000;
  background-color: transparent;
  border-color: var(--color-secondary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(155, 76, 255, 0.25);
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
  width: 47%;
  overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
  float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
  float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
  clear: both;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
  padding-right: 2.5rem;
}

.woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
  display: none;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
  position: absolute;
  right: 0.7em;
  top: 0.7em;
  cursor: pointer;
}

.woocommerce form .show-password-input::after, .woocommerce-page form .show-password-input::after {
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin-left: 0.618em;
  text-decoration: none;
}

.woocommerce form .show-password-input.display-password::after, .woocommerce-page form .show-password-input.display-password::after {
  color: #585858;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
  width: auto;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
  text-align: left;
  padding: 0 1em 0 0;
  float: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
  float: right;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-billing-fields::before, .woocommerce .woocommerce-shipping-fields::after, .woocommerce .woocommerce-shipping-fields::before, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-billing-fields::before, .woocommerce-page .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-shipping-fields::before {
  content: " ";
  display: table;
}

.woocommerce .woocommerce-billing-fields::after, .woocommerce .woocommerce-shipping-fields::after, .woocommerce-page .woocommerce-billing-fields::after, .woocommerce-page .woocommerce-shipping-fields::after {
  clear: both;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
  margin-bottom: 1.618em;
  padding: 1.618em;
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
  position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
}

.woocommerce-account .woocommerce-MyAccount-content mark, .woocommerce-account .woocommerce-MyAccount-content .mark {
  background-color: transparent;
  color: inherit;
  font-weight: 700;
}

.woocommerce-page.left-sidebar #content.twentyeleven {
  width: 58.4%;
  margin: 0 7.6%;
  float: right;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
  margin: 0 7.6%;
  width: 58.4%;
  float: left;
}

.twentyfourteen .tfwc {
  padding: 12px 10px 0;
  max-width: 474px;
  margin: 0 auto;
}

.twentyfourteen .tfwc .product .entry-summary {
  padding: 0 !important;
  margin: 0 0 1.618em !important;
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
  margin-top: 0;
}

@media screen and (min-width: 673px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1040px) {
  .twentyfourteen .tfwc {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1110px) {
  .twentyfourteen .tfwc {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media screen and (min-width: 1218px) {
  .twentyfourteen .tfwc {
    margin-right: 54px;
  }
  .full-width .twentyfourteen .tfwc {
    margin-right: auto;
  }
}
.twentyfifteen .t15wc {
  padding-left: 7.6923%;
  padding-right: 7.6923%;
  padding-top: 7.6923%;
  margin-bottom: 7.6923%;
  background: #fff;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
}

.twentyfifteen .t15wc .page-title {
  margin-left: 0;
}

@media screen and (min-width: 38.75em) {
  .twentyfifteen .t15wc {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
    margin-top: 8.3333%;
  }
}
@media screen and (min-width: 59.6875em) {
  .twentyfifteen .t15wc {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
    padding: 10%;
  }
  .single-product .twentyfifteen .entry-summary {
    padding: 0 !important;
  }
}
.twentysixteen .site-main {
  margin-right: 7.6923%;
  margin-left: 7.6923%;
}

.twentysixteen .entry-summary {
  margin-right: 0;
  margin-left: 0;
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
  width: 46.42857%;
}

@media screen and (min-width: 44.375em) {
  .twentysixteen .site-main {
    margin-right: 23.0769%;
  }
}
@media screen and (min-width: 56.875em) {
  .twentysixteen .site-main {
    margin-right: 0;
    margin-left: 0;
  }
  .no-sidebar .twentysixteen .site-main {
    margin-right: 15%;
    margin-left: 15%;
  }
  .no-sidebar .twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
  }
}
.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
  float: right;
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
  float: left;
}

/* Title */
.woocommerce div.product .product_title {
  line-height: 1.5;
}

.woocommerce div.product .product_title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #616A77;
}

/* Image  */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
  float: none;
  width: 100%;
}

.woocommerce-product-gallery a {
  pointer-events: none;
}

/* Listing price */
.woocommerce div.product p.price, .woocommerce div.product span.price {
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 700;
}

.woocommerce div.product .price-listing {
  margin: 12px 0 40px 0;
}

.woocommerce div.product a {
  display: block;
  text-decoration: none;
  position: relative;
}

.woocommerce .listing-products div.product a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  left: -30px;
  right: -30px;
  background-color: transparent; /* border:1px solid transparent; */
  z-index: 0;
  transition: background-color 0.4s, border 0.4s;
}

.woocommerce .listing-products div.product a:hover:before {
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; /* border:1px solid #DADBDD */
}

@media (max-width: 575.98px) {
  .woocommerce .listing-products div.product a:hover:before {
    display: none;
  }
  .woocommerce div.product p.price, .woocommerce div.product span.price {
    font-size: 12px;
    line-height: 1.3;
    display: block;
  }
  .woocommerce div.product h2, .woocommerce div.product .h2 {
    font-size: 16px !important;
  }
}
.tag-product-single a {
  position: relative;
  display: inline-block !important;
  margin-bottom: 10px;
}

.tag-product-single a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--color-primary);
  transition: background-color 0.4s;
}

.tag-product-single a:hover:after {
  background-color: var(--color-secondary);
}

.woocommerce div.product div, .woocommerce div.product h2, .woocommerce div.product .h2 {
  position: relative;
}

.woocommerce .listing-products div.product a .image-absolute {
  mix-blend-mode: multiply;
}

.woocommerce .listing-products div.product a img {
  transition: transform 0.5s;
}

.woocommerce .listing-products div.product a:hover img {
  transform: scale(1.05);
}

/* Pagination */
.pagination, .woocommerce-pagination {
  padding: 0;
  text-align: center;
  clear: both;
  margin: 0 0 2em;
}

.woocommerce nav.woocommerce-pagination ul {
  border: none;
}

.pagination .page-numbers, .woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pagination .page-numbers li, .woocommerce-pagination .page-numbers li {
  display: inline-block;
  border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
  border-right: none;
}

.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 10px 14px;
  margin: 4px;
  border: 1px solid transparent;
  background-color: transparent;
  color: #6d6d6d;
  text-decoration: none;
  transition: background-color 0.4s;
}

.pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #f4f4f9;
  color: #636363;
}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #f4f4f9;
}

/* Attributes */
@media (min-width: 576px) {
  .woocommerce-product-attributes-item, .variations-row {
    display: flex;
  }
  .woocommerce-product-attributes-item__label, .variations-row .label {
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .woocommerce-product-attributes-item__value, .variations-row .value {
    height: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.woocommerce-product-attributes-item {
  border-bottom: 1px solid #CDCFD5;
  font-size: 14px;
}

.woocommerce-product-attributes-item p, .variations-row p {
  margin: 0;
}

.woocommerce-product-attributes-item__label {
  flex: 0 1 160px;
  min-width: 160px;
  font-weight: 700;
  padding: 2px 0;
  color: var(--color-secondary);
}

.woocommerce-product-attributes-item__value {
  padding: 2px 0;
  flex: 1;
}

.variations-row {
  font-size: 14px;
}

.variations-row .label {
  flex: 0 1 160px;
  min-width: 160px;
  font-weight: 700;
  color: var(--color-secondary);
  border-bottom: 1px solid #CDCFD5;
}

.variations-row .value {
  flex: 1;
  position: relative;
}

.variations-row .value:after {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 1px;
  background-color: #fff;
  width: 55px;
  border-left: 1px solid #CDCFD5;
  border-top: 1px solid #CDCFD5;
  border-right: 1px solid #CDCFD5;
  pointer-events: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.539' height='7.184' viewBox='0 0 11.539 7.184'%3E %3Cpath id='Path_2176' data-name='Path 2176' d='M0%2C0%2C5.063%2C5.063%2C0%2C10.125' transform='translate(10.832 0.707) rotate(90)' fill='none' stroke='%2300A19A' stroke-width='2'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
}

.variations-row .value select {
  cursor: pointer;
  font-size: 14px !important;
  color: #404C59 !important;
}

.reset_variations {
  display: none !important;
}

@media (max-width: 575.98px) {
  .woocommerce-product-attributes-item {
    padding: 10px 0;
  }
  .variations-row {
    padding: 20px 0 0 0;
  }
  .variations-row .value select {
    border-left: 1px solid #CDCFD5;
    padding-left: 20px !important;
  }
  .variations-row .label {
    padding-bottom: 10px;
  }
}
/* Buttons */
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 15px;
  margin: 0;
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: visible;
  padding: 10px 13px;
  font-weight: 700;
  border-radius: 10px;
  left: auto;
  color: #fff;
  background-color: var(--color-primary);
  border: 0;
  display: inline-block;
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  transition: background-color 0.4s;
}

.button.wc-forward {
  display: none;
}

.wc-proceed-to-checkout a.button {
  width: 100%;
  text-align: center;
  padding: 20px;
  font-size: 18px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: var(--color-secondary);
}

.woocommerce div.product form.cart .button {
  padding: 21px 40px 21px 80px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.63' height='23.865' viewBox='0 0 22.63 23.865'%3E %3Cg id='Group_871' data-name='Group 871' transform='translate(0 0.5)'%3E %3Cpath id='Path_917' data-name='Path 917' d='M64.294%2C22.2H49.828l-2-10.844H66.294Z' transform='translate(-44.265 -5.685)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E %3Cpath id='Path_918' data-name='Path 918' d='M48.151%2C13%2C46.8%2C5.685H44.265' transform='translate(-44.265 -5.685)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E %3Cg id='Group_870' data-name='Group 870' transform='translate(7.28 18.884)'%3E %3Ccircle id='Ellipse_62' data-name='Ellipse 62' cx='1.991' cy='1.991' r='1.991' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E %3Ccircle id='Ellipse_63' data-name='Ellipse 63' cx='1.991' cy='1.991' r='1.991' transform='translate(7.051)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E ") !important;
  background-repeat: no-repeat;
  background-position: 40px center;
}

.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
  color: inherit;
  cursor: not-allowed;
  opacity: 0.5;
  padding: 21px 28px;
}

@media (max-width: 575.98px) {
  .woocommerce div.product form.cart .button {
    padding: 21px 30px 21px 54px !important;
    background-position: 21px center;
  }
}
.woocommerce-product-details__short-description {
  border-left: 1px solid #CDCFD5;
  padding: 0 0 0 20px;
}

.woocommerce-product-details__short-description p {
  margin-bottom: 0px;
}

.product_meta {
  display: none;
}

.woocommerce div.product form.cart .variations {
  margin-bottom: 0;
}

/* Quantity */
.qib-container {
  padding-right: 29px !important;
  position: relative;
}

.qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
  border-left: 1px solid #cac9c9;
}

.minus.qib-button, .plus.qib-button {
  position: absolute;
  right: 0;
  width: 29px !important;
  height: 29px !important;
}

.plus.qib-button {
  top: 0;
}

.minus.qib-button {
  bottom: 0;
}

.qib-button:focus:not(#qib_id):not(#qib_id) {
  border: 1px solid var(--color-primary) !important;
  z-index: 1;
}

.qib-container .quantity input.qty:focus:not(#qib_id):not(#qib_id) {
  border-color: var(--color-primary) !important;
  border-width: 1px !important;
}

.woocommerce table.cart td.product-quantity .qib-container:not(#qib_id):not(#qib_id) {
  display: inline-block !important;
}

form.cart .qib-container + button[type=submit]:not(#qib_id):not(#qib_id), form.cart .qib-container + div:not(#qib_id):not(#qib_id):not(_) {
  margin-left: 0 !important;
}

.woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
  text-align: left !important;
}

.qib-button:not(#qib_id):not(#qib_id) {
  background: #f4f4f9;
}

/* Messages */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
  list-style: none;
  margin: 0 0 30px 0;
  border-radius: 10px;
  background-color: #f4f4f9;
  color: #515151;
  align-items: center;
  padding: 30px;
  border: none;
}

.woocommerce-error {
  background-color: #ffecec;
  border: 1px solid #ffb6b6;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
  float: right;
  margin-left: 20px;
}

.woocommerce-error div, .woocommerce-info div, .woocommerce-message div {
  flex: 1;
  padding: 18px 30px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  color: #FFF;
}

/* Cart */
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
  display: none;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
  padding: 10px 30px 30px 30px;
  background-color: #f7f7f7;
  border-radius: 20px;
}

/* Cart Tables */
body .woocommerce table.shop_table {
  width: 100%;
  border: none;
  margin: 0 0 30px 0;
  border-radius: 0;
  border-collapse: collapse;
  border-bottom: 1px solid #000;
}

.woocommerce table.shop_table th {
  padding: 20px 12px;
}

#add_payment_method table.cart td:first-child, #add_payment_method table.cart th:first-child, .woocommerce-cart table.cart td:first-child, .woocommerce-cart table.cart th:first-child, .woocommerce-checkout table.cart td:first-child, .woocommerce-checkout table.cart th:first-child {
  padding-left: 0;
}

.woocommerce table.shop_table th {
  font-size: 18px;
}

.woocommerce a.remove {
  display: block;
  font-size: 1.5em;
  border-radius: 0 !important;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  text-decoration: none;
  color: #000;
}

.woocommerce a.remove:hover {
  color: var(--color-secondary) !important;
  background-color: transparent !important;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
  margin: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
  vertical-align: middle;
}

.cart-subtotal th,
.order-total th,
.tax-total th {
  font-size: 15px !important;
  width: 50% !important;
  padding: 16px 12px !important;
  border-bottom: 1px solid black;
  padding-left: 0 !important;
}

.cart-subtotal td,
.order-total td,
.tax-total td {
  border-bottom: 1px solid black;
  border-top: none !important;
}

.order-total th, .order-total td {
  border-bottom: 2px solid black;
}

.order-total td {
  flex: 0 0 auto;
  width: 25%;
}

.shipping-message {
  font-size: 14px;
  margin: 2em 0;
  font-style: italic;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: inline-block;
  text-align: center;
  margin-bottom: 0;
  font-size: 15px;
  padding: 21px 50px 21px 30px !important;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.133' height='9.438' viewBox='0 0 6.133 9.438'%3E %3Cpath id='Path_920' data-name='Path 920' d='M-324.668%2C3132l4.012%2C4.012-4.012%2C4.012' transform='translate(325.375 -3131.293)' fill='none' stroke='%23fff' stroke-width='2'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: right 30px center;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
  margin: 2em 0;
  padding: 0;
}

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
  font-size: 13px;
  margin-top: 10px;
}

.woocommerce table.shop_table td {
  border-top: 1px solid black;
  padding: 9px 12px;
  vertical-align: middle;
  line-height: 1.5em;
  font-size: 15px;
  font-weight: 500; /*     vertical-align: top; */
}

.woocommerce table.cart .product-name a {
  text-decoration: none;
  transition: color 0.4s;
  max-width: 80%;
  display: inline-block;
}

.woocommerce table.cart .product-name a:hover {
  color: var(--color-primary);
}

@media (min-width: 1400px) {
  .shipping-message {
    float: none;
    width: 100%;
  }
}
/* Mobile  */
@media (max-width: 768px) {
  .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    width: 100% !important;
  }
  .order-total td {
    flex: 0 0 auto;
    width: 100%;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    margin: 0 0 35px 0;
    background-color: #f8f9f9;
  }
  .woocommerce table.shop_table_responsive tr.cart-subtotal,
  .woocommerce-page table.shop_table_responsive tr.cart-subtotal,
  .woocommerce table.shop_table_responsive tr.tax-total,
  .woocommerce-page table.shop_table_responsive tr.tax-total,
  .woocommerce table.shop_table_responsive tr.order-total,
  .woocommerce-page table.shop_table_responsive tr.order-total {
    margin: 0 0 0 0;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  .woocommerce-cart-form .cart-subtotal, .woocommerce-cart-form .order-total {
    margin: 0 !important;
  }
  .cart-subtotal th,
  .cart-subtotal td,
  .tax-total th,
  .tax-total td,
  .order-total th,
  .order-total td {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    font-size: 13px;
  }
  .cart-collaterals {
    margin-top: 10px;
  }
  .woocommerce table.shop_table {
    border-bottom: none !important;
  }
  .woocommerce .woocommerce-cart-form table.shop_table td {
    border-top: none;
    padding: 0 20px 20px 20px;
    font-size: 14px;
  }
  .product-remove {
    padding: 0 !important;
    text-align: right;
    display: flex !important;
    justify-content: flex-end;
  }
  .woocommerce a.remove {
    padding: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    line-height: 1;
    margin-bottom: 30px;
  }
  .woocommerce a.remove:before {
    content: "REMOVE PRODUCT";
    font-size: 11px;
    font-weight: bold;
    padding-right: 10px;
  }
  .woocommerce #content table.cart .product-thumbnail,
  .woocommerce table.cart .product-thumbnail,
  .woocommerce-page #content table.cart .product-thumbnail,
  .woocommerce-page table.cart .product-thumbnail {
    display: block;
    text-align: center !important;
  }
  #add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    mix-blend-mode: multiply;
    width: 80% !important;
    max-width: 250px;
  }
  .woocommerce table.cart .product-thumbnail:before, .woocommerce table.cart .product-name:before {
    display: none;
  }
  .woocommerce table.cart .product-name {
    text-align: center !important;
    padding-bottom: 30px !important;
  }
  .woocommerce table.cart .product-name a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.1;
    padding-bottom: 0;
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .woocommerce table.cart td.product-quantity:not(#qib_id):not(#qib_id) {
    text-align: right !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .woocommerce .woocommerce-cart-form td.product-name .wc-item-meta, .woocommerce .woocommerce-cart-form td.product-name dl.variation {
    font-size: 14px;
    max-width: 320px;
    margin: 15px auto 0 auto;
    padding: 20px;
    background-color: #fff;
  }
  .woocommerce .woocommerce-cart-form td.product-name dl.variation p {
    text-align: right;
  }
  .breadcrumb-order .h6 {
    font-size: 15px !important;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
    display: block;
  }
  .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
    text-align: left !important;
  }
  .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
    display: none;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0, 0, 0, 0.025);
  }
  .woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
    text-align: left;
  }
  .woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
    display: none;
  }
  .woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
    float: none;
    margin: 0.125em 0.25em 0.125em 0;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    float: left;
    clear: both;
    margin: 0 0 2.992em;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
    float: right;
    clear: none !important;
  }
  .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
  }
  .woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: left;
  }
  .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none;
    padding-bottom: 0.5em;
  }
  .woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {
    content: " ";
    display: table;
  }
  .woocommerce #content table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::after {
    clear: both;
  }
  .woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    width: 48%;
    box-sizing: border-box;
  }
  .woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
    float: right;
  }
  .woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    display: block;
    width: 100%;
  }
  .woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 100%;
    float: none;
    text-align: left;
  }
  .woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
    width: 100%;
    float: none;
  }
  .woocommerce #payment .terms, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0;
  }
  .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 1em;
  }
  .woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: 100%;
  }
  .single-product .twentythirteen .panel {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (max-width: 500px) {
  .breadcrumb-order .h6 {
    font-size: 14px !important;
  }
  .breadcrumb-order span {
    margin: 0 15px !important;
  }
  .woocommerce table.shop_table th {
    font-size: 16px;
  }
  .woocommerce .checkout table.shop_table td {
    font-size: 13px;
  }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    float: none;
    width: 100%;
  }
}
/* Checkout */
body .woocommerce form .form-row {
  margin: 0 0 30px;
  padding: 0;
}

.woocommerce form .form-row .input-checkbox {
  position: static;
  opacity: 1;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout, .woocommerce form .form-row .required { /* display: none !important; */ }

.woocommerce form .form-row label {
  font-weight: 700;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.woocommerce form .form-row input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.woocommerce form .form-row input[type=checkbox] + label, .woocommerce form .form-row input[type=checkbox] + .woocommerce-terms-and-conditions-checkbox-text {
  position: relative;
  cursor: pointer;
  display: block;
  font-size: 15px;
}

.woocommerce form .form-row input[type=checkbox] + label:before, .woocommerce form input[type=checkbox] + .woocommerce-terms-and-conditions-checkbox-text:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 18px;
  height: 18px;
  background: rgb(255, 255, 255);
  border: 1px solid #616A77;
  position: absolute;
  top: 11px;
  left: 0px;
  border-radius: 999px;
}

.woocommerce form .form-row input[type=checkbox] + label:after, .woocommerce form input[type=checkbox] + .woocommerce-terms-and-conditions-checkbox-text:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 14px;
  width: 12px;
  height: 12px;
  transition: all 0.1s;
  border-radius: 999px;
}

.woocommerce form .form-row input[type=checkbox]:checked + label:after, .woocommerce form input[type=checkbox]:checked + .woocommerce-terms-and-conditions-checkbox-text:after {
  background: var(--color-primary);
}

.woocommerce-billing-fields > h3, .woocommerce-billing-fields > .h3 {
  display: none;
}

.woocommerce table.shop_table td:first-child, .woocommerce table.shop_table th:first-child {
  padding-left: 0 !important;
}

.checkout .cart-subtotal th, .checkout .order-total th, .checkout .tax-total th {
  padding: 20px 12px !important;
}

.woocommerce table.shop_table {
  border-collapse: collapse;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods ul {
  padding: 18px 0 0 0;
  list-style: none;
}

.wc_payment_methods label {
  font-weight: bold;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
  background-color: transparent;
  padding: 0;
  margin: 5px 0 1em 0;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
  display: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
  padding: 1.5em 0 0 0;
  margin-bottom: 0;
}

.woocommerce .checkout table.shop_table td:last-child {
  background-color: #fff;
}

/* Order received */
.woocommerce ul.order_details {
  margin: 0;
  list-style: none;
  justify-content: space-between;
  padding: 40px;
  background-color: #F7F7F7;
  border-radius: 20px;
}

.woocommerce ul.order_details li {
  border-left: none !important;
}

.woocommerce ul.order_details li {
  text-transform: uppercase;
  font-size: 0.8em;
  margin-bottom: 20px;
  line-height: 1;
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

.woocommerce ul.order_details li strong {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  padding-top: 5px;
  color: var(--color-secondary);
}

.woocommerce ul.order_details li:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}

.woocommerce-order .wc-item-meta {
  margin: 0;
  padding: 0;
}

@media (max-width: 960px) {
  .woocommerce ul.order_details {
    padding: 15px 30px;
  }
  .woocommerce ul.order_details {
    display: block;
  }
  .woocommerce ul.order_details li {
    float: none;
    border-bottom: 1px solid #CDCFD5;
    border-right: none;
    padding: 15px 0 !important;
  }
}
.woocommerce-customer-details--phone, .woocommerce-customer-details--email {
  margin: 0 !important;
}

.woocommerce-order-details td {
  width: 50%;
}

@media (max-width: 640px) {
  .woocommerce table.shop_table th {
    font-size: 14px;
  }
  .woocommerce table.shop_table td {
    font-size: 14px;
  }
  .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-size: 13px;
  }
}
.select2-container, .select2 {
  display: none !important;
}

/* Shipping */
.woocommerce-shipping-totals.shipping {
  display: none !important;
}

.form-row.place-order {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.form-row.form-row-wide.mailchimp-newsletter {
  margin-bottom: 30px !important;
}

/* Error on checkout */
.woocommerce-error {
  padding: 20px;
}

.cart-empty.woocommerce-info:before {
  padding-left: 0 !important;
}

#billing_delivery_true_false_field {
  display: none;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  width: 100%;
  background-color: var(--color-blue);
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 18px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  overflow-clip-margin: 0.5px;
  margin: 1px;
  white-space: nowrap;
  transition: background-color 0.4s, color 0.4s;
}

.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
  background-color: var(--color-secondary);
}

.woocommerce-additional-fields h3, .woocommerce-additional-fields .h3 {
  display: none;
}

#customer_login button.button {
  width: 100%;
  padding: 20px 20px;
  font-size: 18px;
}

.woocommerce-form-login__rememberme {
  margin-bottom: 20px;
}

.InputElement {
  display: block;
  width: 100%;
  padding: 15px 20px;
  font-size: calc(1.1025rem + 0.0225vw);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.woocommerce-order a {
  text-decoration: none;
}

.download-remaining, .download-expires, .woocommerce-thankyou-order-received, .order-again {
  display: none;
}

.woocommerce-order-downloads {
  padding: 60px 0 0 0 !important;
}

.woocommerce-order-details {
  padding: 40px 0 0 0 !important;
}

.woocommerce-customer-details {
  padding-top: 0 !important;
}

.woocommerce-order-downloads h2, .woocommerce-order-downloads .h2,
.woocommerce-order-details h2,
.woocommerce-order-details .h2,
.woocommerce-customer-details h2,
.woocommerce-customer-details .h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .download-file a {
    margin-top: 10px !important;
    text-align: left;
    display: inline-block;
  }
  .download-remaining, .download-expires {
    display: none !important;
  }
}
.sidebar-acc-title {
  color: #fff;
  border-radius: 20px 20px 0 0;
  padding: 26px 40px;
  font-weight: bold;
  font-size: 22px;
  background-color: var(--color-secondary);
}

.sidebar-acc ul {
  background-color: #F7F7F7;
  padding: 20px 0;
  margin: 0;
  list-style: none;
  border-radius: 0 0 20px 20px;
}

.sidebar-acc li a {
  display: block;
  padding: 15px 40px;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.4s;
}

.sidebar-acc li a:hover {
  color: var(--color-secondary);
}

.sidebar-acc li.is-active > a {
  background-color: #EFEFEF;
}

.sidebar-acc.with-icons li a {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.sidebar-acc.with-icons li a em {
  display: inline-block;
  min-width: 30px;
}

.sidebar-acc li li a {
  display: block;
  padding: 10px 40px 10px 70px;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  transition: color 0.4s;
}

.sidebar-acc li li.is-active a {
  font-weight: bold;
  background-color: transparent;
}

.sidebar-acc ul ul {
  padding: 0 0 20px 0;
}

.download-product a {
  text-decoration: none;
}

.woocommerce-orders-table__cell-order-actions a, .download-file a {
  margin-right: 5px !important;
  background-color: #000000 !important;
}

.woocommerce-orders-table__cell-order-actions a:hover, .download-file a:hover {
  background-color: var(--color-secondary) !important;
}

.clear {
  clear: both;
}

/** Stripe **/
body .wc-stripe-elements-field, .wc-stripe-iban-element-field {
  padding: 15px;
  border-radius: 10px;
}

body [for=wc-stripe-new-payment-method] {
  padding: 10px 0px 0px 28px;
  margin: 10px 0 0 0;
  display: block !important;
}

.wc-stripe-error {
  margin-top: 14px;
  padding: 10px !important;
  font-size: 12px !important;
  font-weight: bold;
}

.table-custom {
  font-size: 16px;
}

.table-custom tr {
  overflow: hidden;
}

@media (min-width: 992px) {
  .table-striped > thead > tr > th:first-child {
    border-radius: 20px 0 0 20px;
    padding-left: 30px;
  }
  .table.table-custom > :not(caption) > * > * {
    padding: 1.5rem 1rem;
  }
  .table-striped > tbody > tr > th {
    border-radius: 20px 0 0 20px;
    padding-left: 30px !important;
  }
  .table-striped > tbody > tr > td:last-child {
    border-radius: 0 20px 20px 0;
    padding-right: 30px;
  }
}
@media (max-width: 991.98px) {
  .table-custom thead {
    display: none;
  }
  .table-custom td, .table-custom th {
    display: block;
  }
  .table-custom td:before {
    content: attr(data-cell) ": ";
    font-weight: bold;
  }
  .table-custom > tbody > tr:nth-of-type(odd) > * {
    box-shadow: none;
  }
  .table-custom tr {
    display: block;
    border-radius: 20px;
    background-color: var(--bs-table-striped-bg);
    margin-bottom: 20px;
    padding: 20px;
  }
}
.search-form-1 .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.search-form-1 .form-control:focus {
  background-color: rgba(255, 255, 255, 0.05);
}

.search-form-1 input::-webkit-input-placeholder {
  color: #fff;
}

.search-form-1 input::-moz-placeholder {
  color: #fff;
}

.search-form-1 input:-moz-placeholder {
  color: #fff;
}

.search-form-1 input:-ms-input-placeholder {
  color: #fff;
}

.search-form-1 .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 80px;
  border-radius: 0 10px 10px 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  color: #fff;
  padding: 10px 20px;
  transition: all 0.3s ease;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='21' viewBox='0 0 21 21'%3E %3Cpath id='search_FILL0_wght400_GRAD0_opsz24' d='M139.367-819l-7.35-7.35A6.956%2C6.956%2C0%2C0%2C1%2C130-825.242a7.109%2C7.109%2C0%2C0%2C1-2.421.408%2C7.32%2C7.32%2C0%2C0%2C1-5.381-2.2%2C7.32%2C7.32%2C0%2C0%2C1-2.2-5.381%2C7.32%2C7.32%2C0%2C0%2C1%2C2.2-5.381%2C7.32%2C7.32%2C0%2C0%2C1%2C5.381-2.2%2C7.321%2C7.321%2C0%2C0%2C1%2C5.381%2C2.2%2C7.321%2C7.321%2C0%2C0%2C1%2C2.2%2C5.381%2C7.112%2C7.112%2C0%2C0%2C1-.408%2C2.421%2C6.953%2C6.953%2C0%2C0%2C1-1.108%2C2.012l7.35%2C7.35Zm-11.783-8.167A5.063%2C5.063%2C0%2C0%2C0%2C131.3-828.7a5.063%2C5.063%2C0%2C0%2C0%2C1.531-3.719%2C5.063%2C5.063%2C0%2C0%2C0-1.531-3.719%2C5.063%2C5.063%2C0%2C0%2C0-3.719-1.531%2C5.063%2C5.063%2C0%2C0%2C0-3.719%2C1.531%2C5.063%2C5.063%2C0%2C0%2C0-1.531%2C3.719%2C5.063%2C5.063%2C0%2C0%2C0%2C1.531%2C3.719A5.063%2C5.063%2C0%2C0%2C0%2C127.583-827.167Z' transform='translate(-120 840)' fill='%23fff'/%3E %3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: center;
}

.search-form-1 .search-submit:hover {
  border-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.search-nav {
  display: flex;
  flex-wrap: wrap;
}

.search-nav li {
  margin-right: 10px;
  margin-bottom: 10px;
}

.search-nav li a {
  font-size: 15px;
  padding: 8px 15px;
  text-decoration: none;
  display: inline-block;
  background-color: #F7F7F7;
  font-weight: bold;
  border-radius: 10px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.search-nav li a:hover, .search-nav li.current-nav-item a {
  background-color: var(--color-primary);
  color: #fff;
}

body .gform_wrapper input[type=color],
body .gform_wrapper input[type=date],
body .gform_wrapper input[type=datetime-local],
body .gform_wrapper input[type=datetime],
body .gform_wrapper input[type=email],
body .gform_wrapper input[type=month],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=search],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=time],
body .gform_wrapper input[type=url],
body .gform_wrapper input[type=week],
body .gform_wrapper select,
body .gform_wrapper textarea {
  box-sizing: border-box;
  width: 100%;
  display: block;
  width: 100%;
  padding: 15px 20px !important;
  font-size: calc(1.1025rem + 0.0225vw);
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #707070;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 10px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

body .gform_wrapper input[type=color]:focus,
body .gform_wrapper input[type=date]:focus,
body .gform_wrapper input[type=datetime-local]:focus,
body .gform_wrapper input[type=datetime]:focus,
body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=month]:focus,
body .gform_wrapper input[type=number]:focus,
body .gform_wrapper input[type=password]:focus,
body .gform_wrapper input[type=search]:focus,
body .gform_wrapper input[type=tel]:focus,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=time]:focus,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper input[type=week]:focus,
body .gform_wrapper select:focus,
body .gform_wrapper textarea:focus {
  color: #000;
  background-color: #fff;
  border-color: var(--color-secondary);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(155, 76, 255, 0.25);
}

.gform_wrapper input[type=submit] {
  -webkit-appearance: none;
  background-color: var(--color-primary);
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  padding: 14px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  overflow-clip-margin: 0.5px;
  margin: 1px;
  white-space: nowrap;
  transition: background-color 0.4s;
  border: none;
}

.gform_wrapper input[type=submit]:hover {
  background-color: #000;
}

.gfield_choice_all_toggle {
  -webkit-appearance: none;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  border-radius: 10px;
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  margin: 1px;
  white-space: nowrap;
  transition: background-color 0.4s, color 0.4s;
  border: 1px solid #000;
}

.gfield_choice_all_toggle:hover {
  background-color: #000;
  color: #fff;
}

.gform_wrapper.gravity-theme .gfield-choice-input {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.gfield_radio > div {
  margin-bottom: 8px;
}

.gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_legacy_markup_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
  margin-top: 0px;
  width: 20px;
  margin-right: 5px;
  height: 20px;
}

.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
  margin-top: 6px;
}

.gform_legacy_markup_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_legacy_markup_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin: 6px 0 9px 1px;
  opacity: 0.8;
}

.gform_wrapper.gravity-theme .gfield_header_item, .gform_wrapper.gravity-theme .gform_fileupload_rules, .gform_wrapper.gravity-theme .ginput_complex label {
  margin: 6px 0 9px 1px;
  opacity: 0.8;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label, .gform_wrapper.gravity-theme .gfield_error label, .gform_wrapper.gravity-theme .gfield_error legend, .gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message, .gform_wrapper.gravity-theme [aria-invalid=true] + label, .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: currentColor !important;
}
/*# sourceMappingURL=bootstrap.css.map */
