@charset "UTF-8";
/*------------------------------------*\
    #TABLE OF CONTENTS
\*------------------------------------*/
/**
 * BOOTSTRAP.............................Declarations Bootstrap
 * ABSTRACTS..............................Declarations of Sass variables & mixins
 * BASE...................................Default element styles
 * LAYOUT.................................Layout-specific styles
 * COMPONENTS.............................Component styles
 * UTILITIES..............................Utility classes
 */
/*------------------------------------*\
    #BOOTSTRAP
\*------------------------------------*/
.gs-dev-tools {
  z-index: 99999999;
  top: 0;
}

/*------------------------------------*\
    #VARIABLES
\*------------------------------------*/
/**
 * CONTENTS
 *
 * COLORS
 * Brand Colors...............Globally-available variables and config
 * Neutral Colors.............Grayscale colors, including white and black
 * Utility Colors.............Info, Warning, Error, Success
 *
 * TYPOGRAPHY
 * Font Families..............The fonts used in the design system
 * Sizing.....................Font sizing
 *
 * LAYOUT
 * Max-widths.................Maximum layout container width
 *
 * SPACING
 * Spacing defaults...........Spacing between elements
 *
 * BORDERS
 * Border Width...............Border thicknesses
 * Border Radius..............Border radius definitions
 *
 * ANIMATION
 * Animation Speed............Transition/animation speed variables
 * Animation easing...........Easing variables
 *
 * BREAKPOINTS
 * Breakpoints................Global breakpoint definitions
 */
/*------------------------------------*\
     #COLORS
\*------------------------------------*/
/* Mode 1 */
/* color */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/**
 * Font Family
 */
/**
 * Font Sizing Mobile
 */
/**
* Font Sizing Desktop
*/
/**
* Font Sizing HD Desktop
*/
/**
* Font Sizing Paragraph Mobile
*/
/**
* Font Sizing Paragraph
*/
/**
 * Font Sizing Paragraph HD
 */
/**
 * Line Height
 */
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Max Width
 */
/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Spacing and offsets
 */
/*------------------------------------*\
    #BORDERS
\*------------------------------------*/
/**
 * Border widths
 */
/**
 * Border radius
 */
/*------------------------------------*\
    #ANIMATION
\*------------------------------------*/
/**
 * Transition Speed
 */
/**
 * Transition Ease
 */
/*------------------------------------*\
    #BREAKPOINTS
\*------------------------------------*/
/**
 * Breakpoints used in media queries
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #7F6053;
  --bs-primary-rgb: 127, 96, 83;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: 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: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 8px;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

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

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

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

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

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

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

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

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

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

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}
@media (min-width: 1980px) {
  .container-xxxl, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1680px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
  --bs-breakpoint-xxxl: 1980px;
}

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 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.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1980px) {
  .col-xxxl {
    flex: 1 0 0%;
  }
  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-sm {
  line-height: 0.8 !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-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1980px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .object-fit-xxxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxxl-none {
    object-fit: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.woff2?io9a6k") format("woff2"), url("../fonts/lg.ttf?io9a6k") format("truetype"), url("../fonts/lg.woff?io9a6k") format("woff"), url("../fonts/lg.svg?io9a6k#lg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1084;
  outline: none;
  border: none;
}
.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}
.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}
.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}
.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}
.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}
.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}
.lg-toolbar .lg-icon:hover {
  color: #fff;
}
.lg-toolbar .lg-close:after {
  content: "\e070";
}
.lg-toolbar .lg-maximize {
  font-size: 22px;
}
.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}
.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
.lg-sub-html a {
  color: inherit;
}
.lg-sub-html a:hover {
  text-decoration: underline;
}
.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -moz-transition: -moz-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -o-transition: -o-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-media-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-media-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}
.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}
.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}
.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}
.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-zoom-from-image {
  opacity: 1;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("../images/loading.gif") no-repeat scroll center center transparent;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}
.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}
.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}
.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}
.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}
.lg-outer .lg-media-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.lg-outer .lg-media-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}
.lg-outer .lg-has-iframe .lg-media-cont {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}
.lg-container.lg-show {
  display: block;
}
.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}
.lg-inline .lg-backdrop {
  z-index: 1;
}
.lg-inline .lg-outer {
  z-index: 2;
}
.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 1980px) {
  .col-xxxl-1 {
    flex: 0 0 auto;
    width: calc(100% * 1 / 12);
  }
  .col-xxxl-2 {
    flex: 0 0 auto;
    width: calc(100% * 2 / 12);
  }
  .col-xxxl-3 {
    flex: 0 0 auto;
    width: calc(100% * 3 / 12);
  }
  .col-xxxl-4 {
    flex: 0 0 auto;
    width: calc(100% * 4 / 12);
  }
  .col-xxxl-5 {
    flex: 0 0 auto;
    width: calc(100% * 5 / 12);
  }
  .col-xxxl-6 {
    flex: 0 0 auto;
    width: calc(100% * 6 / 12);
  }
  .col-xxxl-7 {
    flex: 0 0 auto;
    width: calc(100% * 7 / 12);
  }
  .col-xxxl-8 {
    flex: 0 0 auto;
    width: calc(100% * 8 / 12);
  }
  .col-xxxl-9 {
    flex: 0 0 auto;
    width: calc(100% * 9 / 12);
  }
  .col-xxxl-10 {
    flex: 0 0 auto;
    width: calc(100% * 10 / 12);
  }
  .col-xxxl-11 {
    flex: 0 0 auto;
    width: calc(100% * 11 / 12);
  }
  .col-xxxl-12 {
    flex: 0 0 auto;
    width: calc(100% * 12 / 12);
  }
}
@media (min-width: 1980px) {
  .offset-xxxl-1 {
    margin-left: calc(100% * 1 / 12);
  }
  .offset-xxxl-2 {
    margin-left: calc(100% * 2 / 12);
  }
  .offset-xxxl-3 {
    margin-left: calc(100% * 3 / 12);
  }
  .offset-xxxl-4 {
    margin-left: calc(100% * 4 / 12);
  }
  .offset-xxxl-5 {
    margin-left: calc(100% * 5 / 12);
  }
  .offset-xxxl-6 {
    margin-left: calc(100% * 6 / 12);
  }
  .offset-xxxl-7 {
    margin-left: calc(100% * 7 / 12);
  }
  .offset-xxxl-8 {
    margin-left: calc(100% * 8 / 12);
  }
  .offset-xxxl-9 {
    margin-left: calc(100% * 9 / 12);
  }
  .offset-xxxl-10 {
    margin-left: calc(100% * 10 / 12);
  }
  .offset-xxxl-11 {
    margin-left: calc(100% * 11 / 12);
  }
  .offset-xxxl-12 {
    margin-left: calc(100% * 12 / 12);
  }
}
@media (min-width: 1980px) {
  .fw-lighter {
    font-weight: 100 !important;
  }
}

/*------------------------------------*\
    #ABSTRACTS
\*------------------------------------*/
/* oxanium-200 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/oxanium-v21-latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oxanium-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/oxanium-v21-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oxanium-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oxanium";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/oxanium-v21-latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-200 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/roboto-v50-latin-ext-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v50-latin-ext-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin-ext */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v50-latin-ext-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * Body Styles 
 * 1) Prevent Mobile Safari from scaling up text: https://blog.55minutes.com/2012/04/iphone-text-resizing/
 */
/**
 * XL Type Styles
 */
/**
 * XL Heading Styles
 */
/**
 * Large Heading Styles
 */
/**
 * Medium 2 Heading Styles
 */
/**
 * Medium Heading Styles
 */
/**
 * Small 2 Heading Styles
 */
/**
 * Small Heading Styles
 */
/**
 * Paragraph Styles
 */
/**
 * Paragraph Uppercase Styles
 */
/**
 * Paragraph Overline Styles
 */
/**
 * Paragraph Extra Small Styles
 */
/**
 * Paragraph Small Styles
 */
/**
 * Paragraph Medium Styles
 */
/**
 * Paragraph Large Styles
 */
/**
 * Paragraph Extra Large Styles
 */
/*------------------------------------*\
    #COLORS
\*------------------------------------*/
/**
 * In this file, we take the literal colors from our palette (defined in variables.scss)
 * and define them against variables that we can utilise anywhere throughout the project.
 */
/*------------------------------------*\
    #GLOBAL TEXT COLOR
\*------------------------------------*/
/**
 * Body text and background colors
 */
/**
 * Highlight colors
 */
/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/*------------------------------------*\
    #RESET
\*------------------------------------*/
/**
 * Border-Box http:/paulirish.com/2012/box-sizing-border-box-ftw/
 */
* {
  box-sizing: border-box;
}

/**
 * 1) Zero out margins and padding for elements
 */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
  margin: 0;
  padding: 0;
}

/**
 * 1) Set HTML5 elements to display: block
 */
header, footer, nav, section, article, figure {
  display: block;
}

button {
  border-width: 0px;
  background-color: unset;
}

/*------------------------------------*\
    #BODY
\*------------------------------------*/
/**
 * HTML base styles
 * 1) Set the html element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
html {
  min-height: 100vh; /* 1 */
}

/**
 * Body base styles
 * 1) Set the body element's height to at least 100% of the viewport.
 *    This is used to achieve a sticky footer
 */
body {
  min-height: 100vh; /* 1 */
  font-family: "Oxanium", sans-serif;
  font-size: var(--font-size-m, 16px);
  line-height: 1.4;
  -webkit-text-size-adjust: 100%; /* 1 */
  font-family: "Oxanium", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200 900;
  font-style: normal;
  background-color: #fff;
  color: #141425;
}

/*------------------------------------*\
    #LINKS
\*------------------------------------*/
/**
 * Link base styles
 */
a {
  color: #2e2e54;
  text-decoration: none;
  outline: 0;
  transition: color 0.15s ease-out;
}
a:hover, a:focus {
  color: initial;
}
a:active {
  color: initial;
}
a:visited {
  color: initial;
}

/*------------------------------------*\
    #LISTS
\*------------------------------------*/
/**
 * 1) List base styles
 */
/**
 * Remove list styles from unordered and ordered lists
 */
ol, ul {
  list-style: none;
}

/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Heading 1 base styles
 */
h1, .h1 {
  display: inline-block;
  letter-spacing: var(--font-spacing--2, -2px);
  font-family: "Oxanium", sans-serif;
  font-style: normal;
  font-size: 64px;
  font-weight: 400;
  line-height: 64px;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: var(--font-size-7xl, 80px);
    line-height: var(--font-line-height-5xl, 80px); /* 100% */
  }
}
@media (min-width: 1980px) {
  h1, .h1 {
    font-size: var(--font-size-7xl, 96px);
    line-height: var(--font-line-height-5xl, 96px); /* 100% */
  }
}

/**
 * Heading 2 base styles
 */
h2, .h2 {
  display: inline-block;
  font-size: 48px;
  font-family: "Oxanium", sans-serif;
  font-style: normal;
  letter-spacing: var(--font-spacing--2, -2px);
  line-height: 56px;
  font-weight: 400;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: var(--font-size-6xl, 64px);
    line-height: var(--font-line-height-4xl, 72px); /* 112.5% */
  }
}
@media (min-width: 1980px) {
  h2, .h2 {
    font-size: var(--font-size-6xl, 80px);
    line-height: var(--font-line-height-4xl, 80px); /* 100% */
  }
}

/**
 * Heading 3 base styles
 */
h3, .h3 {
  display: inline-block;
  font-family: "Oxanium", sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 48px; /* 114.286% */
  letter-spacing: var(--font-spacing--2, -2px);
  font-style: normal;
}
@media (min-width: 992px) {
  h3, .h3 {
    font-size: var(--font-size-5xl, 56px);
    line-height: var(--font-line-height-3xl, 64px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  h3, .h3 {
    font-size: var(--font-size-5xl, 64px);
    line-height: var(--font-line-height-3xl, 72px); /* 112.5% */
  }
}

/**
 * Heading 4 base styles
 */
h4, .h4 {
  display: inline-block;
  font-family: "Oxanium", sans-serif;
  letter-spacing: var(--font-spacing--1, -1px);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
@media (min-width: 992px) {
  h4, .h4 {
    font-size: var(--font-size-4xl, 48px);
    line-height: var(--font-line-height-2xl, 52px); /* 108.333% */
  }
}
@media (min-width: 1980px) {
  h4, .h4 {
    font-size: var(--font-size-4xl, 56px);
    line-height: var(--font-line-height-2xl, 64px); /* 114.286% */
  }
}

/**
 * Heading 5 base styles
 */
h5, .h5 {
  display: inline-block;
  font-family: "Oxanium", sans-serif;
  letter-spacing: var(--font-spacing--1, -1px);
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: 38px;
}
@media (min-width: 992px) {
  h5, .h5 {
    font-size: var(--font-size-3xl, 40px);
    line-height: var(--font-line-height-2xl, 52px); /* 130% */
  }
}
@media (min-width: 1980px) {
  h5, .h5 {
    font-size: var(--font-size-3xl, 48px);
    line-height: var(--font-line-height-2xl, 64px); /* 133.333% */
  }
}

/**
 * Heading 6 base styles
 */
h6, .h6 {
  display: inline-block;
  font-family: "Oxanium", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px; /* 112.5% */
  letter-spacing: var(--font-spacing--1, -1px);
  font-style: normal;
}
@media (min-width: 992px) {
  h6, .h6 {
    font-size: var(--font-size-2xl, 32px);
    line-height: var(--font-line-height-l, 36px); /* 112.5% */
  }
}
@media (min-width: 1980px) {
  h6, .h6 {
    font-size: var(--font-size-2xl, 40px);
    line-height: var(--font-line-height-l, 44px); /* 110% */
  }
}

/*------------------------------------*\
    #PARAGRAPHS
\*------------------------------------*/
/**
 * Paragraph Uppercase base styles
 */
.p-up {
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (min-width: 1980px) {
  .p-up {
    letter-spacing: 2.4px;
    text-transform: uppercase;
  }
}

/**
 * Paragraph Overline base styles
 */
.p-overline {
  font-family: "Oxanium", sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-2, 2px);
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .p-overline {
    font-size: 10px;
    line-height: var(--font-line-height-xs, 22px); /* 183.333% */
  }
}
@media (min-width: 1980px) {
  .p-overline {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 22px); /* 183.333% */
  }
}

/**
 * Paragraph Extra Small base styles
 */
.p-xs {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .p-xs {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .p-xs {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 22px); /* 157.143% */
  }
}

/**
 * Paragraph Small base styles
 */
.p-s {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  font-size: 14px;
}
@media (min-width: 992px) {
  .p-s {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .p-s {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 22px); /* 137.5% */
  }
}

/**
 * Paragraph Medium base styles
 */
.p-m {
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: var(--font-line-height-s, 24px); /* 150% */
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .p-m {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .p-m {
    font-size: 20px;
    line-height: var(--font-line-height-s, 28px); /* 140% */
  }
}

/**
 * Paragraph Large base styles
 */
.p-l {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  line-height: var(--font-line-height-m, 24px); /* 140% */
}
@media (min-width: 992px) {
  .p-l {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 1980px) {
  .p-l {
    font-size: 28px;
    line-height: var(--font-line-height-m, 32px);
  }
}

/**
 * Paragraph Extra Large base styles
 */
.p-xl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  font-size: 20px;
  line-height: var(--font-line-height-m, 28px);
}
@media (min-width: 992px) {
  .p-xl {
    font-size: 24px;
    line-height: var(--font-line-height-m, 28px);
  }
}
@media (min-width: 1980px) {
  .p-xl {
    font-size: 32px;
    line-height: var(--font-line-height-m, 32px); /* 100% */
  }
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * 1) Form element base styles
 */
/**
 * Input placeholder text base styles
 */
::-webkit-input-placeholder {
  color: #2e2e54;
}

::-moz-placeholder {
  color: #2e2e54;
}

:-ms-input-placeholder {
  color: #2e2e54;
}

:hover::-webkit-input-placeholder {
  color: var(--text-action, #2E53C2);
}
:hover::-moz-placeholder {
  color: var(--text-action, #2E53C2);
}
:hover:-ms-input-placeholder {
  color: var(--text-action, #2E53C2);
}

/**
 * Fieldset base styles
 */
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

/**
 * Legend base styles
 */
legend {
  margin-bottom: 0.25rem;
}

/**
 * Label base styles
 */
label {
  display: block;
  padding-bottom: 0.25rem;
  color: #141425;
}

/**
 * Add font size 100% of form element and margin 0 to these elements
 */
button,
input,
select,
textarea {
  margin: 0;
  font-family: "Oxanium", sans-serif;
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}

/**
 * Text area base styles
 */
textarea {
  outline: unset;
  -webkit-appearance: none;
  display: flex;
  padding: 16px;
  justify-content: space-between;
  align-items: flex-end;
}

/**
 * Input  and text area base styles
 */
input,
textarea {
  border-top: unset;
  border-left: unset;
  border-right: unset;
  width: 100%;
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #999);
  background: unset;
}
input:focus,
textarea:focus {
  border-color: #141425;
}

/**
 * Remove webkit appearance styles from these elements
 */
input[type=text],
input[type=search],
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=url],
input[type=number],
input[type=email] {
  outline: unset;
  -webkit-appearance: none;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

/**
 * Checkbox and radio button base styles
 */
input[type=checkbox],
input[type=radio] {
  width: auto;
  margin-right: 0.3rem;
  border-color: #2e2e54;
}

/**
 * Search input base styles
 */
input[type=search] {
  -webkit-appearance: none;
  border-radius: 0;
}

/**
 * Select
 * 1) Remove default styling
 */
select {
  display: block;
  font-size: var(--font-size-4xl, 48px);
  width: 100%;
  border: 1px solid #2e2e54;
  padding: 0.5rem;
  background: #fafafa;
  color: #141425;
}
select:focus {
  border-color: inherit;
}

.InputWrap {
  position: relative;
  background-color: #fff;
}
.InputWrap--noicon input[type=text],
.InputWrap--noicon input[type=search],
.InputWrap--noicon input[type=search]::-webkit-search-cancel-button,
.InputWrap--noicon input[type=search]::-webkit-search-decoration,
.InputWrap--noicon input[type=url],
.InputWrap--noicon input[type=number],
.InputWrap--noicon input[type=email],
.InputWrap--noicon input[type=password] {
  padding: 16px 50px 16px 16px;
}
.InputWrap--noicon .InputPlaceholder {
  left: 16px;
}
.InputWrap--textarea .InputPlaceholder {
  top: 16px;
  left: 16px;
}
.InputWrap--tinymce {
  background-color: unset;
  margin-top: -4px;
}
.InputWrap--tinymce .InputPlaceholder-label {
  top: 10px;
}
.InputWrap-wrapper {
  padding: 42px 16px;
  border: 1px solid var(--Border-disabled, #999);
  background: var(--Surface-page, #FFF);
}
.InputWrap:hover input, .InputWrap:hover textarea {
  background: var(--Surface-primary, #F2F2F3);
}
.InputWrap .check {
  opacity: 0;
  transition: 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.InputWrap .wpcf7-wrapper {
  position: relative;
}
.InputWrap .wpcf7 svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
}
.InputWrap .wpcf7 svg.check {
  left: unset;
  right: 16px;
}
.InputWrap.--disabled {
  cursor: no-drop;
}
.InputWrap.--disabled > div {
  pointer-events: none;
}
.InputWrap.--disabled:hover input, .InputWrap.--disabled:hover textarea {
  background: unset;
}
.InputWrap.--disabled input, .InputWrap.--disabled textarea {
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #999);
  color: var(--Text-disabled, #DDD);
  pointer-events: none;
}
.InputWrap.--disabled .InputPlaceholder, .InputWrap.--disabled .InputPlaceholder-hint, .InputWrap.--disabled .InputPlaceholder-label {
  color: var(--Text-disabled, #DDD);
}
.InputWrap.--disabled svg path {
  fill: var(--Text-disabled, #DDD);
}
.InputWrap.--active input, .InputWrap.--active textarea {
  border: 1px solid var(--Border-success, #05A60A);
}
.InputWrap.--active .check {
  opacity: 1;
}
.InputWrap.--active .check path {
  fill: #05A60A;
}
.InputWrap.--active svg path {
  fill: #05A60A;
}
.InputWrap.--error .InputWrap-wrapper {
  border: 1px solid var(--Border-error, #CD0714);
  color: var(--text-error, #EA2424);
}
.InputWrap.--error input, .InputWrap.--error textarea {
  border: 1px solid var(--Border-error, #CD0714);
  color: var(--text-error, #EA2424);
}
.InputWrap.--error .InputPlaceholder, .InputWrap.--error .InputPlaceholder-hint, .InputWrap.--error .InputPlaceholder-label {
  color: var(--text-error, #EA2424);
}
.InputWrap.--error svg {
  opacity: 1;
}
.InputWrap.--error svg.check {
  opacity: 0;
}
.InputWrap.--error svg path {
  fill: var(--text-error, #EA2424);
}
.InputWrap.--error .wp-editor-container {
  border: 1px solid var(--Border-error, #CD0714);
}
.InputWrap.--error .wp-switch-editor {
  border-bottom: 1px solid var(--Border-error, #cd0714);
}
.InputWrap.--error .html-active .switch-html, .InputWrap.--error .tmce-active .switch-tmce {
  border-bottom: var(--Border-error, #CD0714);
}
.InputWrap.--error .custom-select .select-selected {
  color: var(--text-error, #EA2424);
  border: 1px solid var(--Border-error, #CD0714);
}
.InputWrap.--error .custom-select .select-selected svg path {
  fill: var(--text-error, #EA2424);
}
.InputWrap span > span {
  color: var(--text-error, #EA2424);
  font-family: "Oxanium", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  position: absolute;
  left: 12px;
  top: 38px;
}
.InputWrap--filter .custom-select:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%23000"/></svg>');
}
.InputWrap--filter .custom-select .select-selected {
  border: 2px solid var(--Border-tertiary, #1D1E1F);
}
.InputPlaceholder {
  color: var(--Text-body, #14131C);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  z-index: 2;
  pointer-events: none;
  width: 228px;
  position: absolute;
  bottom: 16px;
  left: 48px;
  transition: 0.3s;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .InputPlaceholder {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .InputPlaceholder {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 22px); /* 157.143% */
  }
}
.InputPlaceholder.--focus {
  width: 0;
}
.InputPlaceholder-label {
  color: var(--Text-body, #1D1E1F);
}
.InputPlaceholder-counter {
  color: #2454ff;
  display: inline-block;
}
.InputPlaceholder-hint {
  position: absolute;
  bottom: -20px;
  color: var(--Text-body, #14131C);
  font-family: "Oxanium", sans-serif;
  font-size: var(--font-size-xs, 12px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: 14px;
  letter-spacing: var(--font-spacing-0, 0px);
}

.custom-select {
  display: inline-block;
  position: relative;
  user-select: none;
  width: 100%;
  z-index: 8;
}
.custom-select:before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%23FE6400"/></svg>');
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
  pointer-events: none;
}
.custom-select .select-selected {
  background: var(--surface-page, #FFF);
  padding: 16px 48px 16px 16px;
  min-width: 180px;
  border: var(--Stroke-s, 1px) solid var(--Border-disabled, #999);
  background-color: white;
  cursor: pointer;
  color: var(--Text-headline, #000);
  font-family: inherit;
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.custom-select .select-options-container {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  border-top: none;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.custom-select .select-options-container .select-option {
  padding: var(--gap-s, 12px) var(--gap-l, 24px);
  white-space: nowrap;
  cursor: pointer;
}
.custom-select .select-options-container .select-option:hover {
  background-color: #f0f0f0;
}
.custom-select .select-options-container .select-option.--active {
  color: #2454ff;
}
.custom-select.--show:before {
  transform: translateY(-50%) rotate(180deg);
}
.custom-select.--active:before {
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%2305A60A"/></svg>');
}
.custom-select.--active .select-selected {
  border-color: #05A60A;
}
.custom-select .select-options-container.--show {
  display: block;
}
.custom-select-menu:before {
  background: unset;
}
.custom-select-menu .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}
.custom-select-menu .custom-select-selected {
  border-color: #fff;
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover {
  border-color: #276EFF;
  background: var(--Surface-tertiary, #276EFF);
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover span {
  color: #fff;
}
.custom-select-menu .custom-select-selected.c-btn-outline--black:hover svg path {
  fill: #fff;
}
.custom-select-menu a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}
.custom-select-menu a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}
.custom-select-message:before {
  background: unset;
}
.custom-select-message .select-options-container {
  width: initial;
  left: 0;
  transform: unset;
  padding-top: 20px;
  max-height: unset;
  border: unset;
}
.custom-select-message a {
  padding: 16px 32px;
  width: 100%;
  min-width: 100%;
  display: block;
  white-space: nowrap;
  color: var(--Text-headline, #000);
  transition: 0.3s;
}
.custom-select-message a:hover {
  color: #fff;
  background: var(--Surface-tertiary, #276EFF);
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
/**
 * Button and submit inputs reset
 * 1) These should be styled using c-btn
 */
button {
  cursor: pointer;
}

/**
 *
 * 1) Button or link that has functionality to it
 */
.c-btn {
  font-family: "Oxanium", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 120% */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-btn:hover {
  background: #FFB42A;
}

/*
 * Inner container wrapper
 * 1) Container is direct decendant of <button>, since there's
 *    a bug with applying flexbox directly to a <button>
 * 2) Only needs to be used for buttons containing both icons and text
 */
.c-btn__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

/*
 * Button icon
 */
.c-btn__icon {
  width: 1rem;
  height: 1rem;
  fill: #191501;
  transition: fill 0.15s ease-out;
}

/* Rozmiary */
.c-btn-xs {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  padding: var(--Spacing-m, 8px);
}
@media (min-width: 992px) {
  .c-btn-xs {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .c-btn-xs {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 22px); /* 157.143% */
  }
}
.c-btn-xs svg {
  width: 16px;
  height: 16px;
}
.c-btn-xs > span {
  padding: 0px 8px;
}

.c-btn-s {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  font-size: 14px;
  padding: var(--Spacing-m, 10px);
}
@media (min-width: 992px) {
  .c-btn-s {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .c-btn-s {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 22px); /* 137.5% */
  }
}
.c-btn-s svg {
  width: 16px;
  height: 16px;
}
.c-btn-s > span {
  padding: 0px 8px;
}

.c-btn-m {
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: var(--font-line-height-s, 24px); /* 150% */
  font-weight: var(--font-weight-light, 400);
  padding: var(--Spacing-m, 12px);
}
@media (min-width: 992px) {
  .c-btn-m {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .c-btn-m {
    font-size: 20px;
    line-height: var(--font-line-height-s, 28px); /* 140% */
  }
}
.c-btn-m svg {
  width: 20px;
  height: 20px;
}
.c-btn-m > span {
  padding: 0px 8px;
}

.c-btn-l {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  line-height: var(--font-line-height-m, 24px); /* 140% */
  padding: var(--Spacing-m, 12px) var(--Spacing-l, 14px);
  gap: 4px;
}
@media (min-width: 992px) {
  .c-btn-l {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 1980px) {
  .c-btn-l {
    font-size: 28px;
    line-height: var(--font-line-height-m, 32px);
  }
}
.c-btn-l > span {
  padding: 0px var(--Spacing-m, 12px);
}

.c-btn-xl {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  font-size: 20px;
  line-height: var(--font-line-height-m, 28px);
  padding: 14px 16px;
  gap: 4px;
}
@media (min-width: 992px) {
  .c-btn-xl {
    font-size: 24px;
    line-height: var(--font-line-height-m, 28px);
  }
}
@media (min-width: 1980px) {
  .c-btn-xl {
    font-size: 32px;
    line-height: var(--font-line-height-m, 32px); /* 100% */
  }
}
.c-btn-xl > span {
  padding: 0px var(--Spacing-m, 12px);
}

.c-btn-link {
  color: #191501;
  border-radius: 0;
  position: relative;
  background: transparent;
  font-family: "Oxanium", sans-serif;
  transition: 0.3s ease;
  padding: 0px;
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  transition: 0.3s ease;
}
.c-btn-link:hover {
  background: transparent;
  text-decoration-color: #191501;
}

/* Typy */
.c-btn-fill {
  color: #191501;
  border-radius: 0;
  background: #FFD600;
  position: relative;
  font-family: "Oxanium", sans-serif;
}
.c-btn-fill.--dark {
  background: var(--Base-900, #000);
  color: #FFF;
}
.c-btn-fill.--dark:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.c-btn-fill.--dark:before {
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}
.c-btn-fill:hover {
  background: #FFB42A;
  color: #191501;
}
.c-btn-fill[disabled] {
  background: var(--Surface-disabled, #E9E6E6);
  cursor: default;
}
.c-btn-fill svg path {
  fill: #191501;
}
.c-btn-fill:after {
  content: "";
  top: -3px;
  right: -3px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
}
.c-btn-fill:before {
  content: "";
  bottom: -3px;
  left: -3px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
}
.c-btn-fill.--white-corner:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.c-btn-fill.--white-corner:before {
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.c-btn-outline {
  text-wrap: nowrap;
  color: #191501;
  border-radius: 0;
  position: relative;
  background: transparent;
  font-family: "Oxanium", sans-serif;
  transition: 0.3s ease;
}
.c-btn-outline svg path {
  fill: #FFD600;
  transition: 0.3s ease;
}
.c-btn-outline span {
  font-weight: 200;
  -webkit-text-stroke: 0.5px black;
  transition: 0.3s ease;
}
.c-btn-outline:hover {
  background: transparent;
}
.c-btn-outline:hover svg path {
  fill: #FFB42A;
}
.c-btn-outline:hover span {
  -webkit-text-stroke: 0px black;
}
.c-btn-outline:after {
  content: "";
  top: -3px;
  right: -3px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
}
.c-btn-outline:before {
  content: "";
  bottom: -3px;
  left: -3px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #000;
  border-left: 3px solid #000;
  position: absolute;
}
.c-btn-outline.--light span {
  color: #fff;
}
.c-btn-outline.--light span {
  font-weight: 200;
  -webkit-text-stroke: 0.5px rgb(255, 255, 255);
  transition: 0.3s ease;
}
.c-btn-outline.--light:after {
  content: "";
  top: -3px;
  right: -3px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  position: absolute;
}
.c-btn-outline.--light:before {
  content: "";
  bottom: -3px;
  left: -3px;
  width: 9px;
  height: 9px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  position: absolute;
}
.c-btn-outline[disabled] {
  color: var(--Text-disabled, #DDD);
  cursor: default;
}
.c-btn-outline[disabled] svg path {
  fill: #DDDDDD;
}
.c-btn-outline.c-btn-icon {
  border: 2px solid var(--Border-primary, #FFD600);
}
.c-btn-outline.--white-corner:after {
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
}
.c-btn-outline.--white-corner:before {
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
}

.c-btn-text {
  text-wrap: nowrap;
  color: #191501;
  border-radius: 0;
  position: relative;
  background: transparent;
  font-family: "Oxanium", sans-serif;
  transition: 0.3s ease;
}
.c-btn-text svg path {
  fill: #FFD600;
  transition: 0.3s ease;
}
.c-btn-text span {
  text-decoration-color: transparent;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  transition: 0.3s ease;
}
.c-btn-text:hover {
  background: transparent;
}
.c-btn-text:hover svg path {
  fill: #FFB42A;
}
.c-btn-text:hover span {
  text-decoration-color: #191501;
}
.c-btn-text[disabled] {
  color: var(--Text-disabled, #DDD);
  cursor: default;
}
.c-btn-text[disabled] svg path {
  fill: #DDDDDD;
}
.c-btn-text.c-btn-icon svg path {
  fill: #000;
}
.c-btn-text:hover.c-btn-icon svg path {
  fill: #FFB42A;
}

/* Ikony */
.c-btn__icon {
  fill: red;
  /* Ustawia kolor wypełnienia SVG na czerwony */
}

.c-btn-icon {
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  padding: 0px;
  box-sizing: border-box;
}
.c-btn-icon:after {
  opacity: 0;
}
.c-btn-icon:before {
  display: none;
}

.c-btn-icon-s {
  width: 32px;
  height: 32px;
}
.c-btn-icon-s svg {
  width: 16px;
  height: 16px;
}

.c-btn-icon-m {
  width: 44px;
  height: 44px;
}
.c-btn-icon-m svg {
  width: 20px;
  height: 20px;
}

.c-btn-icon-l {
  width: 48px;
  height: 48px;
}

.c-btn-icon-xl {
  width: 56px;
  height: 56px;
}

.c-btn-text.c-btn-icon-xl {
  width: 40px;
  height: 40px;
}

.c-btn-text.c-btn-icon-l {
  width: 32px;
  height: 32px;
}

.c-btn-text.c-btn-icon-m {
  width: 28px;
  height: 28px;
}

.c-btn-text.c-btn-icon-s {
  width: 24px;
  height: 24px;
}

.c-btn-wherebuy {
  text-align: center;
  flex: 1;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.c-btn-label {
  transition: 0.3s;
  border: unset;
  padding: var(--gap-s, 12px) var(--gap-m, 16px);
  border-radius: 1000px;
  background: var(--surface-page, #FFF);
  color: var(--text-action, #2E53C2);
  font-family: "Oxanium", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  display: flex;
  gap: 8px;
}
.c-btn-label span {
  padding: 0px 4px;
}
.c-btn-label:hover {
  color: #fff;
  background: #2E53C2;
}
.c-btn-label:hover svg path {
  fill: #fff;
}

.c-btn-mobile {
  width: 100%;
}
@media (min-width: 992px) {
  .c-btn-mobile {
    width: fit-content;
  }
}
.c-btn-mobile-sm {
  width: 100%;
}
@media (min-width: 576px) {
  .c-btn-mobile-sm {
    width: fit-content;
  }
}

/*------------------------------------*\
    #MAIN ELEMENT
\*------------------------------------*/
/**
 * Main element
 */
[role=main] {
  display: block;
  padding: 1rem;
}

.m-auto {
  margin: 0 auto;
}

/*------------------------------------*\
    #MEDIA
\*------------------------------------*/
/**
 * Responsive image styling
 * 1) Allows for images to flex with varying screen size
 */
img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------*\
    #TEXT
\*------------------------------------*/
/**
 * Paragraph base styles
 */
/**
 * Blockquote base styles
 */
.blockquote-body {
  flex: 1;
}
@media (min-width: 768px) {
  .blockquote-container {
    padding: 32px;
  }
}
@media (min-width: 1980px) {
  .blockquote-container {
    padding: 32px;
  }
}

/**
 * Horizontal rule base styles
 */
hr {
  border: 0;
  height: 1px;
  background: #68688b;
  margin: 1rem 0;
}

/**
 * Selection styles
 */
::-moz-selection {
  color: #fafafa;
  background: #8ea5f6; /* Gecko Browsers */
}

::selection {
  color: #fafafa;
  background: #8ea5f6; /* WebKit/Blink Browsers */
}

/**
 * Code base styles
 */
code {
  display: inline-block;
  background: #e8eaf2;
  border: 1px solid #fafafa;
  padding: 0.2rem 0.5rem;
  line-height: 1.2;
  font-size: 0.85rem;
}

/**
 * Preformatted text base styles
 */
pre {
  background: #e8eaf2;
  border: 1px solid #fafafa;
  font-size: var(--font-size-4xl, 48px);
  padding: 1rem;
  overflow-x: auto;
  /**
   * Remove border from code within preformatted text block
   */
}
pre code {
  border: 0;
}

/**
 * Code with languages associated with them
 * 1) Override Prism sysles for code blocks with language
 */
code[class*=language-],
pre[class*=language-] {
  font-family: monospace !important;
}

.c-headline {
  color: #000000;
}

.c-action {
  color: #2454ff !important;
}
.c-action svg path {
  fill: #2454ff;
}

.c-body {
  color: #5B5B5B;
}

.c-white {
  color: #ffffff !important;
}
.c-white path {
  fill: #ffffff;
}

.c-cream {
  color: var(--Text-action-invert, #FFFCE6);
}

/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 *
 * 1) This caps the width of text passages
 *    to achieve a comfortable line length
 */
.l-linelength-container {
  max-width: 36rem;
}

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

.no-wrap {
  flex-wrap: nowrap;
}

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

@media screen and (min-width: 768px) {
  .col-12.col-md-66-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
@media screen and (min-width: 768px) {
  .col-md-66-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
@media screen and (min-width: 992px) {
  .col-md-66-procent.col-lg-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .col-md-66-procent.col-lg-2 {
    flex: 0 0 auto;
    width: 25% !important;
  }
}
@media screen and (min-width: 768px) {
  .col-md-66-procent.col-md-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .col-md-66-procent.col-xl-16 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .col-md-66-procent.col-xl-8 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-3 {
    flex: 0 0 auto;
    width: 18.75% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-16 {
    flex: 0 0 auto;
    width: 100% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-md-66-procent.col-xxl-33-procent {
    flex: 0 0 auto;
    width: 66.66% !important;
  }
}
.col-66-procent {
  flex: 0 0 auto;
  width: 66.66% !important;
}

@media screen and (min-width: 768px) {
  .col-66-procent.col-md-8 {
    flex: 0 0 auto;
    width: 50% !important;
  }
}
@media screen and (min-width: 1600px) {
  .col-66-procent.col-xxl-5 {
    flex: 0 0 auto;
    width: 31.25% !important;
  }
}
/*------------------------------------*\
    #UTILITIES
\*------------------------------------*/
/*------------------------------------*\
    #VISIBILITY CLASSES
\*------------------------------------*/
/**
 * Is Hidden
 * 1) Completely remove from the flow and screen readers.
 */
.u-is-hidden {
  display: none !important;
  visibility: hidden !important;
}

/**
 * Is Visibly Hidden
 * 1) Completely remove from the flow but leave available to screen readers.
 */
.u-is-vishidden {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
}

.aspect-ratio-1 {
  aspect-ratio: 1/1;
}
.aspect-ratio-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .aspect-ratio-md-1 {
    aspect-ratio: 1/1;
  }
}
.aspect-ratio-md-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  .aspect-ratio-lg-1 {
    aspect-ratio: 1/1;
  }
}
.aspect-ratio-lg-1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.x-mobile {
  overflow-x: scroll;
}
@media (min-width: 1200px) {
  .x-mobile {
    overflow-x: unset;
  }
}

/*------------------------------------*\
    #SPACING
\*------------------------------------*/
/**
 * Margin bottom none
 * 1) Force margin bottom of 0
 */
.u-margin-bottom-none {
  margin-bottom: 0 !important;
}

/**
 * Margin bottom small
 * 1) Force margin bottom of $spacing-small variable
 */
.u-margin-bottom-small {
  margin-bottom: 1rem !important;
}

/**
 * Margin bottom
 * 1) Force margin bottom of $spacing variable
 */
.u-margin-bottom {
  margin-bottom: 1rem !important;
}

/**
 * Margin bottom large
 * 1) Force margin bottom of $spacing-large variable
 */
.u-margin-bottom-large {
  margin-bottom: 2rem !important;
}

.u-margin-bottom-large-to-xxl {
  margin-bottom: 2rem !important;
}
@media all and (min-width: 60em) {
  .u-margin-bottom-large-to-xxl {
    margin-bottom: 8rem !important;
  }
}

/**
 * Margin top none
 * 1) Force margin top of 0
 */
.u-margin-top-none {
  margin-top: 0 !important;
}

/**
 * Margin top small
 * 1) Force margin top of $spacing-small variable
 */
.u-margin-top-small {
  margin-top: 1rem !important;
}

/**
 * Margin top
 * 1) Force margin top of $spacing variable
 */
.u-margin-top {
  margin-top: 1rem !important;
}

/**
 * Margin top large
 * 1) Force margin top of $spacing-large variable
 */
.u-margin-top-large {
  margin-top: 2rem !important;
}

.u-margin-top-booking {
  margin-top: 28rem !important;
}

/**
 * Margin right none
 * 1) Force margin right of 0
 */
.u-margin-right-none {
  margin-right: 0 !important;
}

/**
 * Margin right small
 * 1) Force margin right of $spacing-small variable
 */
.u-margin-right-small {
  margin-right: 1rem !important;
}

/**
 * Margin right
 * 1) Force margin right of $spacing variable
 */
.u-margin-right {
  margin-right: 1rem !important;
}

/**
 * Margin right large
 * 1) Force margin right of $spacing-large variable
 */
.u-margin-right-large {
  margin-right: 2rem !important;
}

/**
 * Margin left none
 * 1) Force margin left of 0
 */
.u-margin-left-none {
  margin-left: 0 !important;
}

/**
 * Margin left small
 * 1) Force margin left of $spacing-small variable
 */
.u-margin-left-small {
  margin-left: 1rem !important;
}

/**
 * Margin left
 * 1) Force margin left of $spacing variable
 */
.u-margin-left {
  margin-left: 1rem !important;
}

/**
 * Margin left large
 * 1) Force margin left of $spacing-large variable
 */
.u-margin-left-large {
  margin-left: 2rem !important;
}

/**
 * Center display block contents
 */
.u-margin-center {
  margin: 0 auto !important;
}

/**
 * Padding none
 */
.u-padding-none {
  padding: 0 !important;
}

/**
 * Padding small
 */
.u-padding-small {
  padding: 1rem !important;
}

/**
 * Padding
 */
.u-padding {
  padding: 1rem !important;
}

/**
 * Padding large
 */
.u-padding-large {
  padding: 2rem !important;
}

/**
 * Padding top none
 */
.u-padding-top-none {
  padding-top: 0 !important;
}

/**
 * Padding top small
 */
.u-padding-top-small {
  padding-top: 1rem !important;
}

/**
 * Padding top
 */
.u-padding-top {
  padding-top: 1rem !important;
}

/**
 * Padding top large
 */
.u-padding-top-large {
  padding-top: 2rem !important;
}

/**
 * Padding bottom none
 */
.u-padding-bottom-none {
  padding-bottom: 0 !important;
}

/**
 * Padding bottom small
 */
.u-padding-bottom-small {
  padding-bottom: 1rem !important;
}

/**
 * Padding bottom
 */
.u-padding-bottom {
  padding-bottom: 1rem !important;
}

/**
 * Padding bottom large
 */
.u-padding-bottom-large {
  padding-bottom: 2rem !important;
}

/**
 * Padding right none
 */
.u-padding-right-none {
  padding-right: 0 !important;
}

/**
 * Padding right small
 */
.u-padding-right-small {
  padding-right: 1rem !important;
}

/**
 * Padding right
 */
.u-padding-right {
  padding-right: 1rem !important;
}

/**
 * Padding right large
 */
.u-padding-right-large {
  padding-right: 2rem !important;
}

/**
 * Padding left none
 */
.u-padding-left-none {
  padding-left: 0 !important;
}

/**
 * Padding left small
 */
.u-padding-left-small {
  padding-left: 1rem !important;
}

/**
 * Padding left
 */
.u-padding-left {
  padding-left: 1rem !important;
}

/**
 * Padding left large
 */
.u-padding-left-large {
  padding-left: 2rem !important;
}

.mx-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.mx-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.r-gap-24 {
  row-gap: 24px;
}
@media (min-width: 1200px) {
  .r-gap-24 {
    row-gap: 48px;
  }
}

.row-lg-c-2 > *:nth-child(2n+1) {
  padding-right: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 1980px) {
  .row-lg-c-2 > *:nth-child(2n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

.row-lg-c-2 > *:nth-child(2n+2) {
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}
@media (min-width: 1980px) {
  .row-lg-c-2 > *:nth-child(2n+2) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+2) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-3 > *:nth-child(3n+3) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+1) {
    padding-right: calc(var(--bs-gutter-x) * 1);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+2) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+3) {
    padding-left: calc(var(--bs-gutter-x) * 0.75);
    padding-right: calc(var(--bs-gutter-x) * 0.75);
  }
}

@media (min-width: 1980px) {
  .row-lg-c-4 > *:nth-child(4n+4) {
    padding-left: calc(var(--bs-gutter-x) * 1);
  }
}

.r-gap-8 {
  row-gap: 8px;
}

.r-gap-16 {
  row-gap: 16px;
}

.r-gap-24 {
  row-gap: 24px;
}

.r-gap-32 {
  row-gap: 32px;
}

.r-gap-48 {
  row-gap: 48px;
}

.r-gap-64 {
  row-gap: 64px;
}

@media (min-width: 768px) {
  .r-gap-md-48 {
    row-gap: 48px;
  }
}

@media (min-width: 992px) {
  .r-gap-lg-48 {
    row-gap: 48px;
  }
}

@media (min-width: 1980px) {
  .r-gap-xxxl-48 {
    row-gap: 48px;
  }
}

@media (min-width: 1980px) {
  .r-gap-xxxl-96 {
    row-gap: 96px;
  }
}

.gap-8 {
  gap: 8px;
}

.bb-light {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-action, #7F6053);
}

.bb-dark {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-action-hover, #4D3A33);
}

.bb-gray {
  border-bottom: var(--Stroke-s, 1px) solid var(--Border-secondary, #C1C1C4);
}

.bt-menu {
  border-bottom: unset;
}
@media (min-width: 768px) {
  .bt-menu {
    border-top: var(--Stroke-s, 1px) solid rgba(127, 96, 83, 0.25);
  }
}

.m-0 {
  margin: 0;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0;
  }
}

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-0 {
    margin: 0;
  }
}

.m-4 {
  margin: 4px;
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 4px;
  }
}

@media (min-width: 768px) {
  .m-md-4 {
    margin: 4px;
  }
}

@media (min-width: 992px) {
  .m-lg-4 {
    margin: 4px;
  }
}

@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 4px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-4 {
    margin: 4px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-4 {
    margin: 4px;
  }
}

.m-8 {
  margin: 8px;
}

@media (min-width: 576px) {
  .m-sm-8 {
    margin: 8px;
  }
}

@media (min-width: 768px) {
  .m-md-8 {
    margin: 8px;
  }
}

@media (min-width: 992px) {
  .m-lg-8 {
    margin: 8px;
  }
}

@media (min-width: 1200px) {
  .m-xl-8 {
    margin: 8px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-8 {
    margin: 8px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-8 {
    margin: 8px;
  }
}

.m-16 {
  margin: 16px;
}

@media (min-width: 576px) {
  .m-sm-16 {
    margin: 16px;
  }
}

@media (min-width: 768px) {
  .m-md-16 {
    margin: 16px;
  }
}

@media (min-width: 992px) {
  .m-lg-16 {
    margin: 16px;
  }
}

@media (min-width: 1200px) {
  .m-xl-16 {
    margin: 16px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-16 {
    margin: 16px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-16 {
    margin: 16px;
  }
}

.m-20 {
  margin: 20px;
}

@media (min-width: 576px) {
  .m-sm-20 {
    margin: 20px;
  }
}

@media (min-width: 768px) {
  .m-md-20 {
    margin: 20px;
  }
}

@media (min-width: 992px) {
  .m-lg-20 {
    margin: 20px;
  }
}

@media (min-width: 1200px) {
  .m-xl-20 {
    margin: 20px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-20 {
    margin: 20px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-20 {
    margin: 20px;
  }
}

.m-24 {
  margin: 24px;
}

@media (min-width: 576px) {
  .m-sm-24 {
    margin: 24px;
  }
}

@media (min-width: 768px) {
  .m-md-24 {
    margin: 24px;
  }
}

@media (min-width: 992px) {
  .m-lg-24 {
    margin: 24px;
  }
}

@media (min-width: 1200px) {
  .m-xl-24 {
    margin: 24px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-24 {
    margin: 24px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-24 {
    margin: 24px;
  }
}

.m-32 {
  margin: 32px;
}

@media (min-width: 576px) {
  .m-sm-32 {
    margin: 32px;
  }
}

@media (min-width: 768px) {
  .m-md-32 {
    margin: 32px;
  }
}

@media (min-width: 992px) {
  .m-lg-32 {
    margin: 32px;
  }
}

@media (min-width: 1200px) {
  .m-xl-32 {
    margin: 32px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-32 {
    margin: 32px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-32 {
    margin: 32px;
  }
}

.m-40 {
  margin: 40px;
}

@media (min-width: 576px) {
  .m-sm-40 {
    margin: 40px;
  }
}

@media (min-width: 768px) {
  .m-md-40 {
    margin: 40px;
  }
}

@media (min-width: 992px) {
  .m-lg-40 {
    margin: 40px;
  }
}

@media (min-width: 1200px) {
  .m-xl-40 {
    margin: 40px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-40 {
    margin: 40px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-40 {
    margin: 40px;
  }
}

.m-48 {
  margin: 48px;
}

@media (min-width: 576px) {
  .m-sm-48 {
    margin: 48px;
  }
}

@media (min-width: 768px) {
  .m-md-48 {
    margin: 48px;
  }
}

@media (min-width: 992px) {
  .m-lg-48 {
    margin: 48px;
  }
}

@media (min-width: 1200px) {
  .m-xl-48 {
    margin: 48px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-48 {
    margin: 48px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-48 {
    margin: 48px;
  }
}

.m-52 {
  margin: 52px;
}

@media (min-width: 576px) {
  .m-sm-52 {
    margin: 52px;
  }
}

@media (min-width: 768px) {
  .m-md-52 {
    margin: 52px;
  }
}

@media (min-width: 992px) {
  .m-lg-52 {
    margin: 52px;
  }
}

@media (min-width: 1200px) {
  .m-xl-52 {
    margin: 52px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-52 {
    margin: 52px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-52 {
    margin: 52px;
  }
}

.m-64 {
  margin: 64px;
}

@media (min-width: 576px) {
  .m-sm-64 {
    margin: 64px;
  }
}

@media (min-width: 768px) {
  .m-md-64 {
    margin: 64px;
  }
}

@media (min-width: 992px) {
  .m-lg-64 {
    margin: 64px;
  }
}

@media (min-width: 1200px) {
  .m-xl-64 {
    margin: 64px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-64 {
    margin: 64px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-64 {
    margin: 64px;
  }
}

.m-80 {
  margin: 80px;
}

@media (min-width: 576px) {
  .m-sm-80 {
    margin: 80px;
  }
}

@media (min-width: 768px) {
  .m-md-80 {
    margin: 80px;
  }
}

@media (min-width: 992px) {
  .m-lg-80 {
    margin: 80px;
  }
}

@media (min-width: 1200px) {
  .m-xl-80 {
    margin: 80px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-80 {
    margin: 80px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-80 {
    margin: 80px;
  }
}

.m-96 {
  margin: 96px;
}

@media (min-width: 576px) {
  .m-sm-96 {
    margin: 96px;
  }
}

@media (min-width: 768px) {
  .m-md-96 {
    margin: 96px;
  }
}

@media (min-width: 992px) {
  .m-lg-96 {
    margin: 96px;
  }
}

@media (min-width: 1200px) {
  .m-xl-96 {
    margin: 96px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-96 {
    margin: 96px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-96 {
    margin: 96px;
  }
}

.m-128 {
  margin: 128px;
}

@media (min-width: 576px) {
  .m-sm-128 {
    margin: 128px;
  }
}

@media (min-width: 768px) {
  .m-md-128 {
    margin: 128px;
  }
}

@media (min-width: 992px) {
  .m-lg-128 {
    margin: 128px;
  }
}

@media (min-width: 1200px) {
  .m-xl-128 {
    margin: 128px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-128 {
    margin: 128px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-128 {
    margin: 128px;
  }
}

.m-132 {
  margin: 132px;
}

@media (min-width: 576px) {
  .m-sm-132 {
    margin: 132px;
  }
}

@media (min-width: 768px) {
  .m-md-132 {
    margin: 132px;
  }
}

@media (min-width: 992px) {
  .m-lg-132 {
    margin: 132px;
  }
}

@media (min-width: 1200px) {
  .m-xl-132 {
    margin: 132px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-132 {
    margin: 132px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-132 {
    margin: 132px;
  }
}

.m-160 {
  margin: 160px;
}

@media (min-width: 576px) {
  .m-sm-160 {
    margin: 160px;
  }
}

@media (min-width: 768px) {
  .m-md-160 {
    margin: 160px;
  }
}

@media (min-width: 992px) {
  .m-lg-160 {
    margin: 160px;
  }
}

@media (min-width: 1200px) {
  .m-xl-160 {
    margin: 160px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-160 {
    margin: 160px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-160 {
    margin: 160px;
  }
}

.m-192 {
  margin: 192px;
}

@media (min-width: 576px) {
  .m-sm-192 {
    margin: 192px;
  }
}

@media (min-width: 768px) {
  .m-md-192 {
    margin: 192px;
  }
}

@media (min-width: 992px) {
  .m-lg-192 {
    margin: 192px;
  }
}

@media (min-width: 1200px) {
  .m-xl-192 {
    margin: 192px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-192 {
    margin: 192px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-192 {
    margin: 192px;
  }
}

.m-200 {
  margin: 200px;
}

@media (min-width: 576px) {
  .m-sm-200 {
    margin: 200px;
  }
}

@media (min-width: 768px) {
  .m-md-200 {
    margin: 200px;
  }
}

@media (min-width: 992px) {
  .m-lg-200 {
    margin: 200px;
  }
}

@media (min-width: 1200px) {
  .m-xl-200 {
    margin: 200px;
  }
}

@media (min-width: 1400px) {
  .m-xxl-200 {
    margin: 200px;
  }
}

@media (min-width: 1980px) {
  .m-xxxl-200 {
    margin: 200px;
  }
}

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

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-0 {
    margin-top: 0;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-0 {
    margin-top: 0;
  }
}

.mt-4 {
  margin-top: 4px;
}

@media (min-width: 576px) {
  .mt-sm-4 {
    margin-top: 4px;
  }
}

@media (min-width: 768px) {
  .mt-md-4 {
    margin-top: 4px;
  }
}

@media (min-width: 992px) {
  .mt-lg-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-4 {
    margin-top: 4px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-4 {
    margin-top: 4px;
  }
}

.mt-8 {
  margin-top: 8px;
}

@media (min-width: 576px) {
  .mt-sm-8 {
    margin-top: 8px;
  }
}

@media (min-width: 768px) {
  .mt-md-8 {
    margin-top: 8px;
  }
}

@media (min-width: 992px) {
  .mt-lg-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-8 {
    margin-top: 8px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-8 {
    margin-top: 8px;
  }
}

.mt-16 {
  margin-top: 16px;
}

@media (min-width: 576px) {
  .mt-sm-16 {
    margin-top: 16px;
  }
}

@media (min-width: 768px) {
  .mt-md-16 {
    margin-top: 16px;
  }
}

@media (min-width: 992px) {
  .mt-lg-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-16 {
    margin-top: 16px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-16 {
    margin-top: 16px;
  }
}

.mt-20 {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .mt-sm-20 {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  .mt-md-20 {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .mt-lg-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-20 {
    margin-top: 20px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-20 {
    margin-top: 20px;
  }
}

.mt-24 {
  margin-top: 24px;
}

@media (min-width: 576px) {
  .mt-sm-24 {
    margin-top: 24px;
  }
}

@media (min-width: 768px) {
  .mt-md-24 {
    margin-top: 24px;
  }
}

@media (min-width: 992px) {
  .mt-lg-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-24 {
    margin-top: 24px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-24 {
    margin-top: 24px;
  }
}

.mt-32 {
  margin-top: 32px;
}

@media (min-width: 576px) {
  .mt-sm-32 {
    margin-top: 32px;
  }
}

@media (min-width: 768px) {
  .mt-md-32 {
    margin-top: 32px;
  }
}

@media (min-width: 992px) {
  .mt-lg-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-32 {
    margin-top: 32px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-32 {
    margin-top: 32px;
  }
}

.mt-40 {
  margin-top: 40px;
}

@media (min-width: 576px) {
  .mt-sm-40 {
    margin-top: 40px;
  }
}

@media (min-width: 768px) {
  .mt-md-40 {
    margin-top: 40px;
  }
}

@media (min-width: 992px) {
  .mt-lg-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-40 {
    margin-top: 40px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-40 {
    margin-top: 40px;
  }
}

.mt-48 {
  margin-top: 48px;
}

@media (min-width: 576px) {
  .mt-sm-48 {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .mt-md-48 {
    margin-top: 48px;
  }
}

@media (min-width: 992px) {
  .mt-lg-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-48 {
    margin-top: 48px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-48 {
    margin-top: 48px;
  }
}

.mt-52 {
  margin-top: 52px;
}

@media (min-width: 576px) {
  .mt-sm-52 {
    margin-top: 52px;
  }
}

@media (min-width: 768px) {
  .mt-md-52 {
    margin-top: 52px;
  }
}

@media (min-width: 992px) {
  .mt-lg-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-52 {
    margin-top: 52px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-52 {
    margin-top: 52px;
  }
}

.mt-64 {
  margin-top: 64px;
}

@media (min-width: 576px) {
  .mt-sm-64 {
    margin-top: 64px;
  }
}

@media (min-width: 768px) {
  .mt-md-64 {
    margin-top: 64px;
  }
}

@media (min-width: 992px) {
  .mt-lg-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-64 {
    margin-top: 64px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-64 {
    margin-top: 64px;
  }
}

.mt-80 {
  margin-top: 80px;
}

@media (min-width: 576px) {
  .mt-sm-80 {
    margin-top: 80px;
  }
}

@media (min-width: 768px) {
  .mt-md-80 {
    margin-top: 80px;
  }
}

@media (min-width: 992px) {
  .mt-lg-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-80 {
    margin-top: 80px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-80 {
    margin-top: 80px;
  }
}

.mt-96 {
  margin-top: 96px;
}

@media (min-width: 576px) {
  .mt-sm-96 {
    margin-top: 96px;
  }
}

@media (min-width: 768px) {
  .mt-md-96 {
    margin-top: 96px;
  }
}

@media (min-width: 992px) {
  .mt-lg-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-96 {
    margin-top: 96px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-96 {
    margin-top: 96px;
  }
}

.mt-128 {
  margin-top: 128px;
}

@media (min-width: 576px) {
  .mt-sm-128 {
    margin-top: 128px;
  }
}

@media (min-width: 768px) {
  .mt-md-128 {
    margin-top: 128px;
  }
}

@media (min-width: 992px) {
  .mt-lg-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-128 {
    margin-top: 128px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-128 {
    margin-top: 128px;
  }
}

.mt-132 {
  margin-top: 132px;
}

@media (min-width: 576px) {
  .mt-sm-132 {
    margin-top: 132px;
  }
}

@media (min-width: 768px) {
  .mt-md-132 {
    margin-top: 132px;
  }
}

@media (min-width: 992px) {
  .mt-lg-132 {
    margin-top: 132px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-132 {
    margin-top: 132px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-132 {
    margin-top: 132px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-132 {
    margin-top: 132px;
  }
}

.mt-160 {
  margin-top: 160px;
}

@media (min-width: 576px) {
  .mt-sm-160 {
    margin-top: 160px;
  }
}

@media (min-width: 768px) {
  .mt-md-160 {
    margin-top: 160px;
  }
}

@media (min-width: 992px) {
  .mt-lg-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-160 {
    margin-top: 160px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-160 {
    margin-top: 160px;
  }
}

.mt-192 {
  margin-top: 192px;
}

@media (min-width: 576px) {
  .mt-sm-192 {
    margin-top: 192px;
  }
}

@media (min-width: 768px) {
  .mt-md-192 {
    margin-top: 192px;
  }
}

@media (min-width: 992px) {
  .mt-lg-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-192 {
    margin-top: 192px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-192 {
    margin-top: 192px;
  }
}

.mt-200 {
  margin-top: 200px;
}

@media (min-width: 576px) {
  .mt-sm-200 {
    margin-top: 200px;
  }
}

@media (min-width: 768px) {
  .mt-md-200 {
    margin-top: 200px;
  }
}

@media (min-width: 992px) {
  .mt-lg-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1400px) {
  .mt-xxl-200 {
    margin-top: 200px;
  }
}

@media (min-width: 1980px) {
  .mt-xxxl-200 {
    margin-top: 200px;
  }
}

.mr-0 {
  margin-right: 0;
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-0 {
    margin-right: 0;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-0 {
    margin-right: 0;
  }
}

.mr-4 {
  margin-right: 4px;
}

@media (min-width: 576px) {
  .mr-sm-4 {
    margin-right: 4px;
  }
}

@media (min-width: 768px) {
  .mr-md-4 {
    margin-right: 4px;
  }
}

@media (min-width: 992px) {
  .mr-lg-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-4 {
    margin-right: 4px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-4 {
    margin-right: 4px;
  }
}

.mr-8 {
  margin-right: 8px;
}

@media (min-width: 576px) {
  .mr-sm-8 {
    margin-right: 8px;
  }
}

@media (min-width: 768px) {
  .mr-md-8 {
    margin-right: 8px;
  }
}

@media (min-width: 992px) {
  .mr-lg-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-8 {
    margin-right: 8px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-8 {
    margin-right: 8px;
  }
}

.mr-16 {
  margin-right: 16px;
}

@media (min-width: 576px) {
  .mr-sm-16 {
    margin-right: 16px;
  }
}

@media (min-width: 768px) {
  .mr-md-16 {
    margin-right: 16px;
  }
}

@media (min-width: 992px) {
  .mr-lg-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-16 {
    margin-right: 16px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-16 {
    margin-right: 16px;
  }
}

.mr-20 {
  margin-right: 20px;
}

@media (min-width: 576px) {
  .mr-sm-20 {
    margin-right: 20px;
  }
}

@media (min-width: 768px) {
  .mr-md-20 {
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .mr-lg-20 {
    margin-right: 20px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-20 {
    margin-right: 20px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-20 {
    margin-right: 20px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-20 {
    margin-right: 20px;
  }
}

.mr-24 {
  margin-right: 24px;
}

@media (min-width: 576px) {
  .mr-sm-24 {
    margin-right: 24px;
  }
}

@media (min-width: 768px) {
  .mr-md-24 {
    margin-right: 24px;
  }
}

@media (min-width: 992px) {
  .mr-lg-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-24 {
    margin-right: 24px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-24 {
    margin-right: 24px;
  }
}

.mr-32 {
  margin-right: 32px;
}

@media (min-width: 576px) {
  .mr-sm-32 {
    margin-right: 32px;
  }
}

@media (min-width: 768px) {
  .mr-md-32 {
    margin-right: 32px;
  }
}

@media (min-width: 992px) {
  .mr-lg-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-32 {
    margin-right: 32px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-32 {
    margin-right: 32px;
  }
}

.mr-40 {
  margin-right: 40px;
}

@media (min-width: 576px) {
  .mr-sm-40 {
    margin-right: 40px;
  }
}

@media (min-width: 768px) {
  .mr-md-40 {
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .mr-lg-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-40 {
    margin-right: 40px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-40 {
    margin-right: 40px;
  }
}

.mr-48 {
  margin-right: 48px;
}

@media (min-width: 576px) {
  .mr-sm-48 {
    margin-right: 48px;
  }
}

@media (min-width: 768px) {
  .mr-md-48 {
    margin-right: 48px;
  }
}

@media (min-width: 992px) {
  .mr-lg-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-48 {
    margin-right: 48px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-48 {
    margin-right: 48px;
  }
}

.mr-52 {
  margin-right: 52px;
}

@media (min-width: 576px) {
  .mr-sm-52 {
    margin-right: 52px;
  }
}

@media (min-width: 768px) {
  .mr-md-52 {
    margin-right: 52px;
  }
}

@media (min-width: 992px) {
  .mr-lg-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-52 {
    margin-right: 52px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-52 {
    margin-right: 52px;
  }
}

.mr-64 {
  margin-right: 64px;
}

@media (min-width: 576px) {
  .mr-sm-64 {
    margin-right: 64px;
  }
}

@media (min-width: 768px) {
  .mr-md-64 {
    margin-right: 64px;
  }
}

@media (min-width: 992px) {
  .mr-lg-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-64 {
    margin-right: 64px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-64 {
    margin-right: 64px;
  }
}

.mr-80 {
  margin-right: 80px;
}

@media (min-width: 576px) {
  .mr-sm-80 {
    margin-right: 80px;
  }
}

@media (min-width: 768px) {
  .mr-md-80 {
    margin-right: 80px;
  }
}

@media (min-width: 992px) {
  .mr-lg-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-80 {
    margin-right: 80px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-80 {
    margin-right: 80px;
  }
}

.mr-96 {
  margin-right: 96px;
}

@media (min-width: 576px) {
  .mr-sm-96 {
    margin-right: 96px;
  }
}

@media (min-width: 768px) {
  .mr-md-96 {
    margin-right: 96px;
  }
}

@media (min-width: 992px) {
  .mr-lg-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-96 {
    margin-right: 96px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-96 {
    margin-right: 96px;
  }
}

.mr-128 {
  margin-right: 128px;
}

@media (min-width: 576px) {
  .mr-sm-128 {
    margin-right: 128px;
  }
}

@media (min-width: 768px) {
  .mr-md-128 {
    margin-right: 128px;
  }
}

@media (min-width: 992px) {
  .mr-lg-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-128 {
    margin-right: 128px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-128 {
    margin-right: 128px;
  }
}

.mr-132 {
  margin-right: 132px;
}

@media (min-width: 576px) {
  .mr-sm-132 {
    margin-right: 132px;
  }
}

@media (min-width: 768px) {
  .mr-md-132 {
    margin-right: 132px;
  }
}

@media (min-width: 992px) {
  .mr-lg-132 {
    margin-right: 132px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-132 {
    margin-right: 132px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-132 {
    margin-right: 132px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-132 {
    margin-right: 132px;
  }
}

.mr-160 {
  margin-right: 160px;
}

@media (min-width: 576px) {
  .mr-sm-160 {
    margin-right: 160px;
  }
}

@media (min-width: 768px) {
  .mr-md-160 {
    margin-right: 160px;
  }
}

@media (min-width: 992px) {
  .mr-lg-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-160 {
    margin-right: 160px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-160 {
    margin-right: 160px;
  }
}

.mr-192 {
  margin-right: 192px;
}

@media (min-width: 576px) {
  .mr-sm-192 {
    margin-right: 192px;
  }
}

@media (min-width: 768px) {
  .mr-md-192 {
    margin-right: 192px;
  }
}

@media (min-width: 992px) {
  .mr-lg-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-192 {
    margin-right: 192px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-192 {
    margin-right: 192px;
  }
}

.mr-200 {
  margin-right: 200px;
}

@media (min-width: 576px) {
  .mr-sm-200 {
    margin-right: 200px;
  }
}

@media (min-width: 768px) {
  .mr-md-200 {
    margin-right: 200px;
  }
}

@media (min-width: 992px) {
  .mr-lg-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1400px) {
  .mr-xxl-200 {
    margin-right: 200px;
  }
}

@media (min-width: 1980px) {
  .mr-xxxl-200 {
    margin-right: 200px;
  }
}

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

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-0 {
    margin-bottom: 0;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-0 {
    margin-bottom: 0;
  }
}

.mb-4 {
  margin-bottom: 4px;
}

@media (min-width: 576px) {
  .mb-sm-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .mb-md-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .mb-lg-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-4 {
    margin-bottom: 4px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-4 {
    margin-bottom: 4px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}

@media (min-width: 576px) {
  .mb-sm-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .mb-md-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .mb-lg-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-8 {
    margin-bottom: 8px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-8 {
    margin-bottom: 8px;
  }
}

.mb-16 {
  margin-bottom: 16px;
}

@media (min-width: 576px) {
  .mb-sm-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .mb-lg-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-16 {
    margin-bottom: 16px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-16 {
    margin-bottom: 16px;
  }
}

.mb-20 {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .mb-sm-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .mb-md-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .mb-lg-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-20 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-20 {
    margin-bottom: 20px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}

@media (min-width: 576px) {
  .mb-sm-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .mb-md-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .mb-lg-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-24 {
    margin-bottom: 24px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-24 {
    margin-bottom: 24px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}

@media (min-width: 576px) {
  .mb-sm-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .mb-md-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .mb-lg-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-32 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-32 {
    margin-bottom: 32px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}

@media (min-width: 576px) {
  .mb-sm-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .mb-md-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .mb-lg-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-40 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-40 {
    margin-bottom: 40px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}

@media (min-width: 576px) {
  .mb-sm-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .mb-md-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .mb-lg-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-48 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-48 {
    margin-bottom: 48px;
  }
}

.mb-52 {
  margin-bottom: 52px;
}

@media (min-width: 576px) {
  .mb-sm-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 768px) {
  .mb-md-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .mb-lg-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-52 {
    margin-bottom: 52px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-52 {
    margin-bottom: 52px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}

@media (min-width: 576px) {
  .mb-sm-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .mb-md-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .mb-lg-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-64 {
    margin-bottom: 64px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-64 {
    margin-bottom: 64px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .mb-md-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .mb-lg-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-80 {
    margin-bottom: 80px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-80 {
    margin-bottom: 80px;
  }
}

.mb-96 {
  margin-bottom: 96px;
}

@media (min-width: 576px) {
  .mb-sm-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .mb-md-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 992px) {
  .mb-lg-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-96 {
    margin-bottom: 96px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-96 {
    margin-bottom: 96px;
  }
}

.mb-128 {
  margin-bottom: 128px;
}

@media (min-width: 576px) {
  .mb-sm-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .mb-md-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 992px) {
  .mb-lg-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-128 {
    margin-bottom: 128px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-128 {
    margin-bottom: 128px;
  }
}

.mb-132 {
  margin-bottom: 132px;
}

@media (min-width: 576px) {
  .mb-sm-132 {
    margin-bottom: 132px;
  }
}

@media (min-width: 768px) {
  .mb-md-132 {
    margin-bottom: 132px;
  }
}

@media (min-width: 992px) {
  .mb-lg-132 {
    margin-bottom: 132px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-132 {
    margin-bottom: 132px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-132 {
    margin-bottom: 132px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-132 {
    margin-bottom: 132px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}

@media (min-width: 576px) {
  .mb-sm-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .mb-md-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .mb-lg-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-160 {
    margin-bottom: 160px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-160 {
    margin-bottom: 160px;
  }
}

.mb-192 {
  margin-bottom: 192px;
}

@media (min-width: 576px) {
  .mb-sm-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 768px) {
  .mb-md-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 992px) {
  .mb-lg-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-192 {
    margin-bottom: 192px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-192 {
    margin-bottom: 192px;
  }
}

.mb-200 {
  margin-bottom: 200px;
}

@media (min-width: 576px) {
  .mb-sm-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .mb-md-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .mb-lg-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .mb-xxl-200 {
    margin-bottom: 200px;
  }
}

@media (min-width: 1980px) {
  .mb-xxxl-200 {
    margin-bottom: 200px;
  }
}

.ml-0 {
  margin-left: 0;
}

@media (min-width: 576px) {
  .ml-sm-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ml-md-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .ml-lg-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .ml-xl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-0 {
    margin-left: 0;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-0 {
    margin-left: 0;
  }
}

.ml-4 {
  margin-left: 4px;
}

@media (min-width: 576px) {
  .ml-sm-4 {
    margin-left: 4px;
  }
}

@media (min-width: 768px) {
  .ml-md-4 {
    margin-left: 4px;
  }
}

@media (min-width: 992px) {
  .ml-lg-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-4 {
    margin-left: 4px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-4 {
    margin-left: 4px;
  }
}

.ml-8 {
  margin-left: 8px;
}

@media (min-width: 576px) {
  .ml-sm-8 {
    margin-left: 8px;
  }
}

@media (min-width: 768px) {
  .ml-md-8 {
    margin-left: 8px;
  }
}

@media (min-width: 992px) {
  .ml-lg-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-8 {
    margin-left: 8px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-8 {
    margin-left: 8px;
  }
}

.ml-16 {
  margin-left: 16px;
}

@media (min-width: 576px) {
  .ml-sm-16 {
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .ml-md-16 {
    margin-left: 16px;
  }
}

@media (min-width: 992px) {
  .ml-lg-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-16 {
    margin-left: 16px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-16 {
    margin-left: 16px;
  }
}

.ml-20 {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .ml-sm-20 {
    margin-left: 20px;
  }
}

@media (min-width: 768px) {
  .ml-md-20 {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .ml-lg-20 {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-20 {
    margin-left: 20px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-20 {
    margin-left: 20px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-20 {
    margin-left: 20px;
  }
}

.ml-24 {
  margin-left: 24px;
}

@media (min-width: 576px) {
  .ml-sm-24 {
    margin-left: 24px;
  }
}

@media (min-width: 768px) {
  .ml-md-24 {
    margin-left: 24px;
  }
}

@media (min-width: 992px) {
  .ml-lg-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-24 {
    margin-left: 24px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-24 {
    margin-left: 24px;
  }
}

.ml-32 {
  margin-left: 32px;
}

@media (min-width: 576px) {
  .ml-sm-32 {
    margin-left: 32px;
  }
}

@media (min-width: 768px) {
  .ml-md-32 {
    margin-left: 32px;
  }
}

@media (min-width: 992px) {
  .ml-lg-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-32 {
    margin-left: 32px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-32 {
    margin-left: 32px;
  }
}

.ml-40 {
  margin-left: 40px;
}

@media (min-width: 576px) {
  .ml-sm-40 {
    margin-left: 40px;
  }
}

@media (min-width: 768px) {
  .ml-md-40 {
    margin-left: 40px;
  }
}

@media (min-width: 992px) {
  .ml-lg-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-40 {
    margin-left: 40px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-40 {
    margin-left: 40px;
  }
}

.ml-48 {
  margin-left: 48px;
}

@media (min-width: 576px) {
  .ml-sm-48 {
    margin-left: 48px;
  }
}

@media (min-width: 768px) {
  .ml-md-48 {
    margin-left: 48px;
  }
}

@media (min-width: 992px) {
  .ml-lg-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-48 {
    margin-left: 48px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-48 {
    margin-left: 48px;
  }
}

.ml-52 {
  margin-left: 52px;
}

@media (min-width: 576px) {
  .ml-sm-52 {
    margin-left: 52px;
  }
}

@media (min-width: 768px) {
  .ml-md-52 {
    margin-left: 52px;
  }
}

@media (min-width: 992px) {
  .ml-lg-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-52 {
    margin-left: 52px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-52 {
    margin-left: 52px;
  }
}

.ml-64 {
  margin-left: 64px;
}

@media (min-width: 576px) {
  .ml-sm-64 {
    margin-left: 64px;
  }
}

@media (min-width: 768px) {
  .ml-md-64 {
    margin-left: 64px;
  }
}

@media (min-width: 992px) {
  .ml-lg-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-64 {
    margin-left: 64px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-64 {
    margin-left: 64px;
  }
}

.ml-80 {
  margin-left: 80px;
}

@media (min-width: 576px) {
  .ml-sm-80 {
    margin-left: 80px;
  }
}

@media (min-width: 768px) {
  .ml-md-80 {
    margin-left: 80px;
  }
}

@media (min-width: 992px) {
  .ml-lg-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-80 {
    margin-left: 80px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-80 {
    margin-left: 80px;
  }
}

.ml-96 {
  margin-left: 96px;
}

@media (min-width: 576px) {
  .ml-sm-96 {
    margin-left: 96px;
  }
}

@media (min-width: 768px) {
  .ml-md-96 {
    margin-left: 96px;
  }
}

@media (min-width: 992px) {
  .ml-lg-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-96 {
    margin-left: 96px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-96 {
    margin-left: 96px;
  }
}

.ml-128 {
  margin-left: 128px;
}

@media (min-width: 576px) {
  .ml-sm-128 {
    margin-left: 128px;
  }
}

@media (min-width: 768px) {
  .ml-md-128 {
    margin-left: 128px;
  }
}

@media (min-width: 992px) {
  .ml-lg-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-128 {
    margin-left: 128px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-128 {
    margin-left: 128px;
  }
}

.ml-132 {
  margin-left: 132px;
}

@media (min-width: 576px) {
  .ml-sm-132 {
    margin-left: 132px;
  }
}

@media (min-width: 768px) {
  .ml-md-132 {
    margin-left: 132px;
  }
}

@media (min-width: 992px) {
  .ml-lg-132 {
    margin-left: 132px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-132 {
    margin-left: 132px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-132 {
    margin-left: 132px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-132 {
    margin-left: 132px;
  }
}

.ml-160 {
  margin-left: 160px;
}

@media (min-width: 576px) {
  .ml-sm-160 {
    margin-left: 160px;
  }
}

@media (min-width: 768px) {
  .ml-md-160 {
    margin-left: 160px;
  }
}

@media (min-width: 992px) {
  .ml-lg-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-160 {
    margin-left: 160px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-160 {
    margin-left: 160px;
  }
}

.ml-192 {
  margin-left: 192px;
}

@media (min-width: 576px) {
  .ml-sm-192 {
    margin-left: 192px;
  }
}

@media (min-width: 768px) {
  .ml-md-192 {
    margin-left: 192px;
  }
}

@media (min-width: 992px) {
  .ml-lg-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-192 {
    margin-left: 192px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-192 {
    margin-left: 192px;
  }
}

.ml-200 {
  margin-left: 200px;
}

@media (min-width: 576px) {
  .ml-sm-200 {
    margin-left: 200px;
  }
}

@media (min-width: 768px) {
  .ml-md-200 {
    margin-left: 200px;
  }
}

@media (min-width: 992px) {
  .ml-lg-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1200px) {
  .ml-xl-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1400px) {
  .ml-xxl-200 {
    margin-left: 200px;
  }
}

@media (min-width: 1980px) {
  .ml-xxxl-200 {
    margin-left: 200px;
  }
}

.p-0 {
  padding: 0;
}

@media (min-width: 576px) {
  .p-sm-0 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .p-md-0 {
    padding: 0;
  }
}

@media (min-width: 992px) {
  .p-lg-0 {
    padding: 0;
  }
}

@media (min-width: 1200px) {
  .p-xl-0 {
    padding: 0;
  }
}

@media (min-width: 1400px) {
  .p-xxl-0 {
    padding: 0;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-0 {
    padding: 0;
  }
}

.p-4 {
  padding: 4px;
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 4px;
  }
}

@media (min-width: 768px) {
  .p-md-4 {
    padding: 4px;
  }
}

@media (min-width: 992px) {
  .p-lg-4 {
    padding: 4px;
  }
}

@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 4px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-4 {
    padding: 4px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-4 {
    padding: 4px;
  }
}

.p-8 {
  padding: 8px;
}

@media (min-width: 576px) {
  .p-sm-8 {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .p-md-8 {
    padding: 8px;
  }
}

@media (min-width: 992px) {
  .p-lg-8 {
    padding: 8px;
  }
}

@media (min-width: 1200px) {
  .p-xl-8 {
    padding: 8px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-8 {
    padding: 8px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-8 {
    padding: 8px;
  }
}

.p-16 {
  padding: 16px;
}

@media (min-width: 576px) {
  .p-sm-16 {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .p-md-16 {
    padding: 16px;
  }
}

@media (min-width: 992px) {
  .p-lg-16 {
    padding: 16px;
  }
}

@media (min-width: 1200px) {
  .p-xl-16 {
    padding: 16px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-16 {
    padding: 16px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-16 {
    padding: 16px;
  }
}

.p-20 {
  padding: 20px;
}

@media (min-width: 576px) {
  .p-sm-20 {
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .p-md-20 {
    padding: 20px;
  }
}

@media (min-width: 992px) {
  .p-lg-20 {
    padding: 20px;
  }
}

@media (min-width: 1200px) {
  .p-xl-20 {
    padding: 20px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-20 {
    padding: 20px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-20 {
    padding: 20px;
  }
}

.p-24 {
  padding: 24px;
}

@media (min-width: 576px) {
  .p-sm-24 {
    padding: 24px;
  }
}

@media (min-width: 768px) {
  .p-md-24 {
    padding: 24px;
  }
}

@media (min-width: 992px) {
  .p-lg-24 {
    padding: 24px;
  }
}

@media (min-width: 1200px) {
  .p-xl-24 {
    padding: 24px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-24 {
    padding: 24px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-24 {
    padding: 24px;
  }
}

.p-32 {
  padding: 32px;
}

@media (min-width: 576px) {
  .p-sm-32 {
    padding: 32px;
  }
}

@media (min-width: 768px) {
  .p-md-32 {
    padding: 32px;
  }
}

@media (min-width: 992px) {
  .p-lg-32 {
    padding: 32px;
  }
}

@media (min-width: 1200px) {
  .p-xl-32 {
    padding: 32px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-32 {
    padding: 32px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-32 {
    padding: 32px;
  }
}

.p-40 {
  padding: 40px;
}

@media (min-width: 576px) {
  .p-sm-40 {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .p-md-40 {
    padding: 40px;
  }
}

@media (min-width: 992px) {
  .p-lg-40 {
    padding: 40px;
  }
}

@media (min-width: 1200px) {
  .p-xl-40 {
    padding: 40px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-40 {
    padding: 40px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-40 {
    padding: 40px;
  }
}

.p-48 {
  padding: 48px;
}

@media (min-width: 576px) {
  .p-sm-48 {
    padding: 48px;
  }
}

@media (min-width: 768px) {
  .p-md-48 {
    padding: 48px;
  }
}

@media (min-width: 992px) {
  .p-lg-48 {
    padding: 48px;
  }
}

@media (min-width: 1200px) {
  .p-xl-48 {
    padding: 48px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-48 {
    padding: 48px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-48 {
    padding: 48px;
  }
}

.p-52 {
  padding: 52px;
}

@media (min-width: 576px) {
  .p-sm-52 {
    padding: 52px;
  }
}

@media (min-width: 768px) {
  .p-md-52 {
    padding: 52px;
  }
}

@media (min-width: 992px) {
  .p-lg-52 {
    padding: 52px;
  }
}

@media (min-width: 1200px) {
  .p-xl-52 {
    padding: 52px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-52 {
    padding: 52px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-52 {
    padding: 52px;
  }
}

.p-64 {
  padding: 64px;
}

@media (min-width: 576px) {
  .p-sm-64 {
    padding: 64px;
  }
}

@media (min-width: 768px) {
  .p-md-64 {
    padding: 64px;
  }
}

@media (min-width: 992px) {
  .p-lg-64 {
    padding: 64px;
  }
}

@media (min-width: 1200px) {
  .p-xl-64 {
    padding: 64px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-64 {
    padding: 64px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-64 {
    padding: 64px;
  }
}

.p-80 {
  padding: 80px;
}

@media (min-width: 576px) {
  .p-sm-80 {
    padding: 80px;
  }
}

@media (min-width: 768px) {
  .p-md-80 {
    padding: 80px;
  }
}

@media (min-width: 992px) {
  .p-lg-80 {
    padding: 80px;
  }
}

@media (min-width: 1200px) {
  .p-xl-80 {
    padding: 80px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-80 {
    padding: 80px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-80 {
    padding: 80px;
  }
}

.p-96 {
  padding: 96px;
}

@media (min-width: 576px) {
  .p-sm-96 {
    padding: 96px;
  }
}

@media (min-width: 768px) {
  .p-md-96 {
    padding: 96px;
  }
}

@media (min-width: 992px) {
  .p-lg-96 {
    padding: 96px;
  }
}

@media (min-width: 1200px) {
  .p-xl-96 {
    padding: 96px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-96 {
    padding: 96px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-96 {
    padding: 96px;
  }
}

.p-128 {
  padding: 128px;
}

@media (min-width: 576px) {
  .p-sm-128 {
    padding: 128px;
  }
}

@media (min-width: 768px) {
  .p-md-128 {
    padding: 128px;
  }
}

@media (min-width: 992px) {
  .p-lg-128 {
    padding: 128px;
  }
}

@media (min-width: 1200px) {
  .p-xl-128 {
    padding: 128px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-128 {
    padding: 128px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-128 {
    padding: 128px;
  }
}

.p-132 {
  padding: 132px;
}

@media (min-width: 576px) {
  .p-sm-132 {
    padding: 132px;
  }
}

@media (min-width: 768px) {
  .p-md-132 {
    padding: 132px;
  }
}

@media (min-width: 992px) {
  .p-lg-132 {
    padding: 132px;
  }
}

@media (min-width: 1200px) {
  .p-xl-132 {
    padding: 132px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-132 {
    padding: 132px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-132 {
    padding: 132px;
  }
}

.p-160 {
  padding: 160px;
}

@media (min-width: 576px) {
  .p-sm-160 {
    padding: 160px;
  }
}

@media (min-width: 768px) {
  .p-md-160 {
    padding: 160px;
  }
}

@media (min-width: 992px) {
  .p-lg-160 {
    padding: 160px;
  }
}

@media (min-width: 1200px) {
  .p-xl-160 {
    padding: 160px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-160 {
    padding: 160px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-160 {
    padding: 160px;
  }
}

.p-192 {
  padding: 192px;
}

@media (min-width: 576px) {
  .p-sm-192 {
    padding: 192px;
  }
}

@media (min-width: 768px) {
  .p-md-192 {
    padding: 192px;
  }
}

@media (min-width: 992px) {
  .p-lg-192 {
    padding: 192px;
  }
}

@media (min-width: 1200px) {
  .p-xl-192 {
    padding: 192px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-192 {
    padding: 192px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-192 {
    padding: 192px;
  }
}

.p-200 {
  padding: 200px;
}

@media (min-width: 576px) {
  .p-sm-200 {
    padding: 200px;
  }
}

@media (min-width: 768px) {
  .p-md-200 {
    padding: 200px;
  }
}

@media (min-width: 992px) {
  .p-lg-200 {
    padding: 200px;
  }
}

@media (min-width: 1200px) {
  .p-xl-200 {
    padding: 200px;
  }
}

@media (min-width: 1400px) {
  .p-xxl-200 {
    padding: 200px;
  }
}

@media (min-width: 1980px) {
  .p-xxxl-200 {
    padding: 200px;
  }
}

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

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-0 {
    padding-top: 0;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-0 {
    padding-top: 0;
  }
}

.pt-4 {
  padding-top: 4px;
}

@media (min-width: 576px) {
  .pt-sm-4 {
    padding-top: 4px;
  }
}

@media (min-width: 768px) {
  .pt-md-4 {
    padding-top: 4px;
  }
}

@media (min-width: 992px) {
  .pt-lg-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-4 {
    padding-top: 4px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-4 {
    padding-top: 4px;
  }
}

.pt-8 {
  padding-top: 8px;
}

@media (min-width: 576px) {
  .pt-sm-8 {
    padding-top: 8px;
  }
}

@media (min-width: 768px) {
  .pt-md-8 {
    padding-top: 8px;
  }
}

@media (min-width: 992px) {
  .pt-lg-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-8 {
    padding-top: 8px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-8 {
    padding-top: 8px;
  }
}

.pt-16 {
  padding-top: 16px;
}

@media (min-width: 576px) {
  .pt-sm-16 {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .pt-md-16 {
    padding-top: 16px;
  }
}

@media (min-width: 992px) {
  .pt-lg-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-16 {
    padding-top: 16px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-16 {
    padding-top: 16px;
  }
}

.pt-20 {
  padding-top: 20px;
}

@media (min-width: 576px) {
  .pt-sm-20 {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .pt-md-20 {
    padding-top: 20px;
  }
}

@media (min-width: 992px) {
  .pt-lg-20 {
    padding-top: 20px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-20 {
    padding-top: 20px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-20 {
    padding-top: 20px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-20 {
    padding-top: 20px;
  }
}

.pt-24 {
  padding-top: 24px;
}

@media (min-width: 576px) {
  .pt-sm-24 {
    padding-top: 24px;
  }
}

@media (min-width: 768px) {
  .pt-md-24 {
    padding-top: 24px;
  }
}

@media (min-width: 992px) {
  .pt-lg-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-24 {
    padding-top: 24px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-24 {
    padding-top: 24px;
  }
}

.pt-32 {
  padding-top: 32px;
}

@media (min-width: 576px) {
  .pt-sm-32 {
    padding-top: 32px;
  }
}

@media (min-width: 768px) {
  .pt-md-32 {
    padding-top: 32px;
  }
}

@media (min-width: 992px) {
  .pt-lg-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-32 {
    padding-top: 32px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-32 {
    padding-top: 32px;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media (min-width: 576px) {
  .pt-sm-40 {
    padding-top: 40px;
  }
}

@media (min-width: 768px) {
  .pt-md-40 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-lg-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-40 {
    padding-top: 40px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-40 {
    padding-top: 40px;
  }
}

.pt-48 {
  padding-top: 48px;
}

@media (min-width: 576px) {
  .pt-sm-48 {
    padding-top: 48px;
  }
}

@media (min-width: 768px) {
  .pt-md-48 {
    padding-top: 48px;
  }
}

@media (min-width: 992px) {
  .pt-lg-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-48 {
    padding-top: 48px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-48 {
    padding-top: 48px;
  }
}

.pt-52 {
  padding-top: 52px;
}

@media (min-width: 576px) {
  .pt-sm-52 {
    padding-top: 52px;
  }
}

@media (min-width: 768px) {
  .pt-md-52 {
    padding-top: 52px;
  }
}

@media (min-width: 992px) {
  .pt-lg-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-52 {
    padding-top: 52px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-52 {
    padding-top: 52px;
  }
}

.pt-64 {
  padding-top: 64px;
}

@media (min-width: 576px) {
  .pt-sm-64 {
    padding-top: 64px;
  }
}

@media (min-width: 768px) {
  .pt-md-64 {
    padding-top: 64px;
  }
}

@media (min-width: 992px) {
  .pt-lg-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-64 {
    padding-top: 64px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-64 {
    padding-top: 64px;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (min-width: 576px) {
  .pt-sm-80 {
    padding-top: 80px;
  }
}

@media (min-width: 768px) {
  .pt-md-80 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-lg-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-80 {
    padding-top: 80px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-80 {
    padding-top: 80px;
  }
}

.pt-96 {
  padding-top: 96px;
}

@media (min-width: 576px) {
  .pt-sm-96 {
    padding-top: 96px;
  }
}

@media (min-width: 768px) {
  .pt-md-96 {
    padding-top: 96px;
  }
}

@media (min-width: 992px) {
  .pt-lg-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-96 {
    padding-top: 96px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-96 {
    padding-top: 96px;
  }
}

.pt-128 {
  padding-top: 128px;
}

@media (min-width: 576px) {
  .pt-sm-128 {
    padding-top: 128px;
  }
}

@media (min-width: 768px) {
  .pt-md-128 {
    padding-top: 128px;
  }
}

@media (min-width: 992px) {
  .pt-lg-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-128 {
    padding-top: 128px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-128 {
    padding-top: 128px;
  }
}

.pt-132 {
  padding-top: 132px;
}

@media (min-width: 576px) {
  .pt-sm-132 {
    padding-top: 132px;
  }
}

@media (min-width: 768px) {
  .pt-md-132 {
    padding-top: 132px;
  }
}

@media (min-width: 992px) {
  .pt-lg-132 {
    padding-top: 132px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-132 {
    padding-top: 132px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-132 {
    padding-top: 132px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-132 {
    padding-top: 132px;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media (min-width: 576px) {
  .pt-sm-160 {
    padding-top: 160px;
  }
}

@media (min-width: 768px) {
  .pt-md-160 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) {
  .pt-lg-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-160 {
    padding-top: 160px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-160 {
    padding-top: 160px;
  }
}

.pt-192 {
  padding-top: 192px;
}

@media (min-width: 576px) {
  .pt-sm-192 {
    padding-top: 192px;
  }
}

@media (min-width: 768px) {
  .pt-md-192 {
    padding-top: 192px;
  }
}

@media (min-width: 992px) {
  .pt-lg-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-192 {
    padding-top: 192px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-192 {
    padding-top: 192px;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media (min-width: 576px) {
  .pt-sm-200 {
    padding-top: 200px;
  }
}

@media (min-width: 768px) {
  .pt-md-200 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) {
  .pt-lg-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1400px) {
  .pt-xxl-200 {
    padding-top: 200px;
  }
}

@media (min-width: 1980px) {
  .pt-xxxl-200 {
    padding-top: 200px;
  }
}

.pr-0 {
  padding-right: 0;
}

@media (min-width: 576px) {
  .pr-sm-0 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .pr-md-0 {
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .pr-lg-0 {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .pr-xl-0 {
    padding-right: 0;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-0 {
    padding-right: 0;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-0 {
    padding-right: 0;
  }
}

.pr-4 {
  padding-right: 4px;
}

@media (min-width: 576px) {
  .pr-sm-4 {
    padding-right: 4px;
  }
}

@media (min-width: 768px) {
  .pr-md-4 {
    padding-right: 4px;
  }
}

@media (min-width: 992px) {
  .pr-lg-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-4 {
    padding-right: 4px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-4 {
    padding-right: 4px;
  }
}

.pr-8 {
  padding-right: 8px;
}

@media (min-width: 576px) {
  .pr-sm-8 {
    padding-right: 8px;
  }
}

@media (min-width: 768px) {
  .pr-md-8 {
    padding-right: 8px;
  }
}

@media (min-width: 992px) {
  .pr-lg-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-8 {
    padding-right: 8px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-8 {
    padding-right: 8px;
  }
}

.pr-16 {
  padding-right: 16px;
}

@media (min-width: 576px) {
  .pr-sm-16 {
    padding-right: 16px;
  }
}

@media (min-width: 768px) {
  .pr-md-16 {
    padding-right: 16px;
  }
}

@media (min-width: 992px) {
  .pr-lg-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-16 {
    padding-right: 16px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-16 {
    padding-right: 16px;
  }
}

.pr-20 {
  padding-right: 20px;
}

@media (min-width: 576px) {
  .pr-sm-20 {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .pr-md-20 {
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .pr-lg-20 {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-20 {
    padding-right: 20px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-20 {
    padding-right: 20px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-20 {
    padding-right: 20px;
  }
}

.pr-24 {
  padding-right: 24px;
}

@media (min-width: 576px) {
  .pr-sm-24 {
    padding-right: 24px;
  }
}

@media (min-width: 768px) {
  .pr-md-24 {
    padding-right: 24px;
  }
}

@media (min-width: 992px) {
  .pr-lg-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-24 {
    padding-right: 24px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-24 {
    padding-right: 24px;
  }
}

.pr-32 {
  padding-right: 32px;
}

@media (min-width: 576px) {
  .pr-sm-32 {
    padding-right: 32px;
  }
}

@media (min-width: 768px) {
  .pr-md-32 {
    padding-right: 32px;
  }
}

@media (min-width: 992px) {
  .pr-lg-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-32 {
    padding-right: 32px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-32 {
    padding-right: 32px;
  }
}

.pr-40 {
  padding-right: 40px;
}

@media (min-width: 576px) {
  .pr-sm-40 {
    padding-right: 40px;
  }
}

@media (min-width: 768px) {
  .pr-md-40 {
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .pr-lg-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-40 {
    padding-right: 40px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-40 {
    padding-right: 40px;
  }
}

.pr-48 {
  padding-right: 48px;
}

@media (min-width: 576px) {
  .pr-sm-48 {
    padding-right: 48px;
  }
}

@media (min-width: 768px) {
  .pr-md-48 {
    padding-right: 48px;
  }
}

@media (min-width: 992px) {
  .pr-lg-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-48 {
    padding-right: 48px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-48 {
    padding-right: 48px;
  }
}

.pr-52 {
  padding-right: 52px;
}

@media (min-width: 576px) {
  .pr-sm-52 {
    padding-right: 52px;
  }
}

@media (min-width: 768px) {
  .pr-md-52 {
    padding-right: 52px;
  }
}

@media (min-width: 992px) {
  .pr-lg-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-52 {
    padding-right: 52px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-52 {
    padding-right: 52px;
  }
}

.pr-64 {
  padding-right: 64px;
}

@media (min-width: 576px) {
  .pr-sm-64 {
    padding-right: 64px;
  }
}

@media (min-width: 768px) {
  .pr-md-64 {
    padding-right: 64px;
  }
}

@media (min-width: 992px) {
  .pr-lg-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-64 {
    padding-right: 64px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-64 {
    padding-right: 64px;
  }
}

.pr-80 {
  padding-right: 80px;
}

@media (min-width: 576px) {
  .pr-sm-80 {
    padding-right: 80px;
  }
}

@media (min-width: 768px) {
  .pr-md-80 {
    padding-right: 80px;
  }
}

@media (min-width: 992px) {
  .pr-lg-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-80 {
    padding-right: 80px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-80 {
    padding-right: 80px;
  }
}

.pr-96 {
  padding-right: 96px;
}

@media (min-width: 576px) {
  .pr-sm-96 {
    padding-right: 96px;
  }
}

@media (min-width: 768px) {
  .pr-md-96 {
    padding-right: 96px;
  }
}

@media (min-width: 992px) {
  .pr-lg-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-96 {
    padding-right: 96px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-96 {
    padding-right: 96px;
  }
}

.pr-128 {
  padding-right: 128px;
}

@media (min-width: 576px) {
  .pr-sm-128 {
    padding-right: 128px;
  }
}

@media (min-width: 768px) {
  .pr-md-128 {
    padding-right: 128px;
  }
}

@media (min-width: 992px) {
  .pr-lg-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-128 {
    padding-right: 128px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-128 {
    padding-right: 128px;
  }
}

.pr-132 {
  padding-right: 132px;
}

@media (min-width: 576px) {
  .pr-sm-132 {
    padding-right: 132px;
  }
}

@media (min-width: 768px) {
  .pr-md-132 {
    padding-right: 132px;
  }
}

@media (min-width: 992px) {
  .pr-lg-132 {
    padding-right: 132px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-132 {
    padding-right: 132px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-132 {
    padding-right: 132px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-132 {
    padding-right: 132px;
  }
}

.pr-160 {
  padding-right: 160px;
}

@media (min-width: 576px) {
  .pr-sm-160 {
    padding-right: 160px;
  }
}

@media (min-width: 768px) {
  .pr-md-160 {
    padding-right: 160px;
  }
}

@media (min-width: 992px) {
  .pr-lg-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-160 {
    padding-right: 160px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-160 {
    padding-right: 160px;
  }
}

.pr-192 {
  padding-right: 192px;
}

@media (min-width: 576px) {
  .pr-sm-192 {
    padding-right: 192px;
  }
}

@media (min-width: 768px) {
  .pr-md-192 {
    padding-right: 192px;
  }
}

@media (min-width: 992px) {
  .pr-lg-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-192 {
    padding-right: 192px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-192 {
    padding-right: 192px;
  }
}

.pr-200 {
  padding-right: 200px;
}

@media (min-width: 576px) {
  .pr-sm-200 {
    padding-right: 200px;
  }
}

@media (min-width: 768px) {
  .pr-md-200 {
    padding-right: 200px;
  }
}

@media (min-width: 992px) {
  .pr-lg-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1200px) {
  .pr-xl-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1400px) {
  .pr-xxl-200 {
    padding-right: 200px;
  }
}

@media (min-width: 1980px) {
  .pr-xxxl-200 {
    padding-right: 200px;
  }
}

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

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-0 {
    padding-bottom: 0;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-0 {
    padding-bottom: 0;
  }
}

.pb-4 {
  padding-bottom: 4px;
}

@media (min-width: 576px) {
  .pb-sm-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 768px) {
  .pb-md-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 992px) {
  .pb-lg-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-4 {
    padding-bottom: 4px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-4 {
    padding-bottom: 4px;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

@media (min-width: 576px) {
  .pb-sm-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 768px) {
  .pb-md-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 992px) {
  .pb-lg-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-8 {
    padding-bottom: 8px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-8 {
    padding-bottom: 8px;
  }
}

.pb-16 {
  padding-bottom: 16px;
}

@media (min-width: 576px) {
  .pb-sm-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .pb-md-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .pb-lg-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-16 {
    padding-bottom: 16px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-16 {
    padding-bottom: 16px;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

@media (min-width: 576px) {
  .pb-sm-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .pb-md-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .pb-lg-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-20 {
    padding-bottom: 20px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-20 {
    padding-bottom: 20px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}

@media (min-width: 576px) {
  .pb-sm-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 768px) {
  .pb-md-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .pb-lg-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-24 {
    padding-bottom: 24px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-24 {
    padding-bottom: 24px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}

@media (min-width: 576px) {
  .pb-sm-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 768px) {
  .pb-md-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 992px) {
  .pb-lg-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-32 {
    padding-bottom: 32px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-32 {
    padding-bottom: 32px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media (min-width: 576px) {
  .pb-sm-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .pb-md-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-lg-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-40 {
    padding-bottom: 40px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-40 {
    padding-bottom: 40px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}

@media (min-width: 576px) {
  .pb-sm-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 768px) {
  .pb-md-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .pb-lg-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-48 {
    padding-bottom: 48px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-48 {
    padding-bottom: 48px;
  }
}

.pb-52 {
  padding-bottom: 52px;
}

@media (min-width: 576px) {
  .pb-sm-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 768px) {
  .pb-md-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 992px) {
  .pb-lg-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-52 {
    padding-bottom: 52px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-52 {
    padding-bottom: 52px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}

@media (min-width: 576px) {
  .pb-sm-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 768px) {
  .pb-md-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 992px) {
  .pb-lg-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-64 {
    padding-bottom: 64px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-64 {
    padding-bottom: 64px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (min-width: 576px) {
  .pb-sm-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .pb-md-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-lg-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-80 {
    padding-bottom: 80px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-80 {
    padding-bottom: 80px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}

@media (min-width: 576px) {
  .pb-sm-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 768px) {
  .pb-md-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 992px) {
  .pb-lg-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-96 {
    padding-bottom: 96px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-96 {
    padding-bottom: 96px;
  }
}

.pb-128 {
  padding-bottom: 128px;
}

@media (min-width: 576px) {
  .pb-sm-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 768px) {
  .pb-md-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 992px) {
  .pb-lg-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-128 {
    padding-bottom: 128px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-128 {
    padding-bottom: 128px;
  }
}

.pb-132 {
  padding-bottom: 132px;
}

@media (min-width: 576px) {
  .pb-sm-132 {
    padding-bottom: 132px;
  }
}

@media (min-width: 768px) {
  .pb-md-132 {
    padding-bottom: 132px;
  }
}

@media (min-width: 992px) {
  .pb-lg-132 {
    padding-bottom: 132px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-132 {
    padding-bottom: 132px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-132 {
    padding-bottom: 132px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-132 {
    padding-bottom: 132px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media (min-width: 576px) {
  .pb-sm-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 768px) {
  .pb-md-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 992px) {
  .pb-lg-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-160 {
    padding-bottom: 160px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-160 {
    padding-bottom: 160px;
  }
}

.pb-192 {
  padding-bottom: 192px;
}

@media (min-width: 576px) {
  .pb-sm-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 768px) {
  .pb-md-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 992px) {
  .pb-lg-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-192 {
    padding-bottom: 192px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-192 {
    padding-bottom: 192px;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media (min-width: 576px) {
  .pb-sm-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 768px) {
  .pb-md-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) {
  .pb-lg-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1400px) {
  .pb-xxl-200 {
    padding-bottom: 200px;
  }
}

@media (min-width: 1980px) {
  .pb-xxxl-200 {
    padding-bottom: 200px;
  }
}

.pl-0 {
  padding-left: 0;
}

@media (min-width: 576px) {
  .pl-sm-0 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .pl-lg-0 {
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .pl-xl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-0 {
    padding-left: 0;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-0 {
    padding-left: 0;
  }
}

.pl-4 {
  padding-left: 4px;
}

@media (min-width: 576px) {
  .pl-sm-4 {
    padding-left: 4px;
  }
}

@media (min-width: 768px) {
  .pl-md-4 {
    padding-left: 4px;
  }
}

@media (min-width: 992px) {
  .pl-lg-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-4 {
    padding-left: 4px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-4 {
    padding-left: 4px;
  }
}

.pl-8 {
  padding-left: 8px;
}

@media (min-width: 576px) {
  .pl-sm-8 {
    padding-left: 8px;
  }
}

@media (min-width: 768px) {
  .pl-md-8 {
    padding-left: 8px;
  }
}

@media (min-width: 992px) {
  .pl-lg-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-8 {
    padding-left: 8px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-8 {
    padding-left: 8px;
  }
}

.pl-16 {
  padding-left: 16px;
}

@media (min-width: 576px) {
  .pl-sm-16 {
    padding-left: 16px;
  }
}

@media (min-width: 768px) {
  .pl-md-16 {
    padding-left: 16px;
  }
}

@media (min-width: 992px) {
  .pl-lg-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-16 {
    padding-left: 16px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-16 {
    padding-left: 16px;
  }
}

.pl-20 {
  padding-left: 20px;
}

@media (min-width: 576px) {
  .pl-sm-20 {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .pl-md-20 {
    padding-left: 20px;
  }
}

@media (min-width: 992px) {
  .pl-lg-20 {
    padding-left: 20px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-20 {
    padding-left: 20px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-20 {
    padding-left: 20px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-20 {
    padding-left: 20px;
  }
}

.pl-24 {
  padding-left: 24px;
}

@media (min-width: 576px) {
  .pl-sm-24 {
    padding-left: 24px;
  }
}

@media (min-width: 768px) {
  .pl-md-24 {
    padding-left: 24px;
  }
}

@media (min-width: 992px) {
  .pl-lg-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-24 {
    padding-left: 24px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-24 {
    padding-left: 24px;
  }
}

.pl-32 {
  padding-left: 32px;
}

@media (min-width: 576px) {
  .pl-sm-32 {
    padding-left: 32px;
  }
}

@media (min-width: 768px) {
  .pl-md-32 {
    padding-left: 32px;
  }
}

@media (min-width: 992px) {
  .pl-lg-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-32 {
    padding-left: 32px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-32 {
    padding-left: 32px;
  }
}

.pl-40 {
  padding-left: 40px;
}

@media (min-width: 576px) {
  .pl-sm-40 {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .pl-md-40 {
    padding-left: 40px;
  }
}

@media (min-width: 992px) {
  .pl-lg-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-40 {
    padding-left: 40px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-40 {
    padding-left: 40px;
  }
}

.pl-48 {
  padding-left: 48px;
}

@media (min-width: 576px) {
  .pl-sm-48 {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .pl-md-48 {
    padding-left: 48px;
  }
}

@media (min-width: 992px) {
  .pl-lg-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-48 {
    padding-left: 48px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-48 {
    padding-left: 48px;
  }
}

.pl-52 {
  padding-left: 52px;
}

@media (min-width: 576px) {
  .pl-sm-52 {
    padding-left: 52px;
  }
}

@media (min-width: 768px) {
  .pl-md-52 {
    padding-left: 52px;
  }
}

@media (min-width: 992px) {
  .pl-lg-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-52 {
    padding-left: 52px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-52 {
    padding-left: 52px;
  }
}

.pl-64 {
  padding-left: 64px;
}

@media (min-width: 576px) {
  .pl-sm-64 {
    padding-left: 64px;
  }
}

@media (min-width: 768px) {
  .pl-md-64 {
    padding-left: 64px;
  }
}

@media (min-width: 992px) {
  .pl-lg-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-64 {
    padding-left: 64px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-64 {
    padding-left: 64px;
  }
}

.pl-80 {
  padding-left: 80px;
}

@media (min-width: 576px) {
  .pl-sm-80 {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .pl-md-80 {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .pl-lg-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-80 {
    padding-left: 80px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-80 {
    padding-left: 80px;
  }
}

.pl-96 {
  padding-left: 96px;
}

@media (min-width: 576px) {
  .pl-sm-96 {
    padding-left: 96px;
  }
}

@media (min-width: 768px) {
  .pl-md-96 {
    padding-left: 96px;
  }
}

@media (min-width: 992px) {
  .pl-lg-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-96 {
    padding-left: 96px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-96 {
    padding-left: 96px;
  }
}

.pl-128 {
  padding-left: 128px;
}

@media (min-width: 576px) {
  .pl-sm-128 {
    padding-left: 128px;
  }
}

@media (min-width: 768px) {
  .pl-md-128 {
    padding-left: 128px;
  }
}

@media (min-width: 992px) {
  .pl-lg-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-128 {
    padding-left: 128px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-128 {
    padding-left: 128px;
  }
}

.pl-132 {
  padding-left: 132px;
}

@media (min-width: 576px) {
  .pl-sm-132 {
    padding-left: 132px;
  }
}

@media (min-width: 768px) {
  .pl-md-132 {
    padding-left: 132px;
  }
}

@media (min-width: 992px) {
  .pl-lg-132 {
    padding-left: 132px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-132 {
    padding-left: 132px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-132 {
    padding-left: 132px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-132 {
    padding-left: 132px;
  }
}

.pl-160 {
  padding-left: 160px;
}

@media (min-width: 576px) {
  .pl-sm-160 {
    padding-left: 160px;
  }
}

@media (min-width: 768px) {
  .pl-md-160 {
    padding-left: 160px;
  }
}

@media (min-width: 992px) {
  .pl-lg-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-160 {
    padding-left: 160px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-160 {
    padding-left: 160px;
  }
}

.pl-192 {
  padding-left: 192px;
}

@media (min-width: 576px) {
  .pl-sm-192 {
    padding-left: 192px;
  }
}

@media (min-width: 768px) {
  .pl-md-192 {
    padding-left: 192px;
  }
}

@media (min-width: 992px) {
  .pl-lg-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-192 {
    padding-left: 192px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-192 {
    padding-left: 192px;
  }
}

.pl-200 {
  padding-left: 200px;
}

@media (min-width: 576px) {
  .pl-sm-200 {
    padding-left: 200px;
  }
}

@media (min-width: 768px) {
  .pl-md-200 {
    padding-left: 200px;
  }
}

@media (min-width: 992px) {
  .pl-lg-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1200px) {
  .pl-xl-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1400px) {
  .pl-xxl-200 {
    padding-left: 200px;
  }
}

@media (min-width: 1980px) {
  .pl-xxxl-200 {
    padding-left: 200px;
  }
}

.gap-0 {
  gap: 0;
}

@media (min-width: 576px) {
  .gap-sm-0 {
    gap: 0;
  }
}

@media (min-width: 768px) {
  .gap-md-0 {
    gap: 0;
  }
}

@media (min-width: 992px) {
  .gap-lg-0 {
    gap: 0;
  }
}

@media (min-width: 1200px) {
  .gap-xl-0 {
    gap: 0;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-0 {
    gap: 0;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-0 {
    gap: 0;
  }
}

.gap-4 {
  gap: 4px;
}

@media (min-width: 576px) {
  .gap-sm-4 {
    gap: 4px;
  }
}

@media (min-width: 768px) {
  .gap-md-4 {
    gap: 4px;
  }
}

@media (min-width: 992px) {
  .gap-lg-4 {
    gap: 4px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-4 {
    gap: 4px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-4 {
    gap: 4px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-4 {
    gap: 4px;
  }
}

.gap-8 {
  gap: 8px;
}

@media (min-width: 576px) {
  .gap-sm-8 {
    gap: 8px;
  }
}

@media (min-width: 768px) {
  .gap-md-8 {
    gap: 8px;
  }
}

@media (min-width: 992px) {
  .gap-lg-8 {
    gap: 8px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-8 {
    gap: 8px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-8 {
    gap: 8px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-8 {
    gap: 8px;
  }
}

.gap-16 {
  gap: 16px;
}

@media (min-width: 576px) {
  .gap-sm-16 {
    gap: 16px;
  }
}

@media (min-width: 768px) {
  .gap-md-16 {
    gap: 16px;
  }
}

@media (min-width: 992px) {
  .gap-lg-16 {
    gap: 16px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-16 {
    gap: 16px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-16 {
    gap: 16px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-16 {
    gap: 16px;
  }
}

.gap-20 {
  gap: 20px;
}

@media (min-width: 576px) {
  .gap-sm-20 {
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .gap-md-20 {
    gap: 20px;
  }
}

@media (min-width: 992px) {
  .gap-lg-20 {
    gap: 20px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-20 {
    gap: 20px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-20 {
    gap: 20px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-20 {
    gap: 20px;
  }
}

.gap-24 {
  gap: 24px;
}

@media (min-width: 576px) {
  .gap-sm-24 {
    gap: 24px;
  }
}

@media (min-width: 768px) {
  .gap-md-24 {
    gap: 24px;
  }
}

@media (min-width: 992px) {
  .gap-lg-24 {
    gap: 24px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-24 {
    gap: 24px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-24 {
    gap: 24px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-24 {
    gap: 24px;
  }
}

.gap-32 {
  gap: 32px;
}

@media (min-width: 576px) {
  .gap-sm-32 {
    gap: 32px;
  }
}

@media (min-width: 768px) {
  .gap-md-32 {
    gap: 32px;
  }
}

@media (min-width: 992px) {
  .gap-lg-32 {
    gap: 32px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-32 {
    gap: 32px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-32 {
    gap: 32px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-32 {
    gap: 32px;
  }
}

.gap-40 {
  gap: 40px;
}

@media (min-width: 576px) {
  .gap-sm-40 {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .gap-md-40 {
    gap: 40px;
  }
}

@media (min-width: 992px) {
  .gap-lg-40 {
    gap: 40px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-40 {
    gap: 40px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-40 {
    gap: 40px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-40 {
    gap: 40px;
  }
}

.gap-48 {
  gap: 48px;
}

@media (min-width: 576px) {
  .gap-sm-48 {
    gap: 48px;
  }
}

@media (min-width: 768px) {
  .gap-md-48 {
    gap: 48px;
  }
}

@media (min-width: 992px) {
  .gap-lg-48 {
    gap: 48px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-48 {
    gap: 48px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-48 {
    gap: 48px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-48 {
    gap: 48px;
  }
}

.gap-52 {
  gap: 52px;
}

@media (min-width: 576px) {
  .gap-sm-52 {
    gap: 52px;
  }
}

@media (min-width: 768px) {
  .gap-md-52 {
    gap: 52px;
  }
}

@media (min-width: 992px) {
  .gap-lg-52 {
    gap: 52px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-52 {
    gap: 52px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-52 {
    gap: 52px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-52 {
    gap: 52px;
  }
}

.gap-64 {
  gap: 64px;
}

@media (min-width: 576px) {
  .gap-sm-64 {
    gap: 64px;
  }
}

@media (min-width: 768px) {
  .gap-md-64 {
    gap: 64px;
  }
}

@media (min-width: 992px) {
  .gap-lg-64 {
    gap: 64px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-64 {
    gap: 64px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-64 {
    gap: 64px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-64 {
    gap: 64px;
  }
}

.gap-80 {
  gap: 80px;
}

@media (min-width: 576px) {
  .gap-sm-80 {
    gap: 80px;
  }
}

@media (min-width: 768px) {
  .gap-md-80 {
    gap: 80px;
  }
}

@media (min-width: 992px) {
  .gap-lg-80 {
    gap: 80px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-80 {
    gap: 80px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-80 {
    gap: 80px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-80 {
    gap: 80px;
  }
}

.gap-96 {
  gap: 96px;
}

@media (min-width: 576px) {
  .gap-sm-96 {
    gap: 96px;
  }
}

@media (min-width: 768px) {
  .gap-md-96 {
    gap: 96px;
  }
}

@media (min-width: 992px) {
  .gap-lg-96 {
    gap: 96px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-96 {
    gap: 96px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-96 {
    gap: 96px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-96 {
    gap: 96px;
  }
}

.gap-128 {
  gap: 128px;
}

@media (min-width: 576px) {
  .gap-sm-128 {
    gap: 128px;
  }
}

@media (min-width: 768px) {
  .gap-md-128 {
    gap: 128px;
  }
}

@media (min-width: 992px) {
  .gap-lg-128 {
    gap: 128px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-128 {
    gap: 128px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-128 {
    gap: 128px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-128 {
    gap: 128px;
  }
}

.gap-132 {
  gap: 132px;
}

@media (min-width: 576px) {
  .gap-sm-132 {
    gap: 132px;
  }
}

@media (min-width: 768px) {
  .gap-md-132 {
    gap: 132px;
  }
}

@media (min-width: 992px) {
  .gap-lg-132 {
    gap: 132px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-132 {
    gap: 132px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-132 {
    gap: 132px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-132 {
    gap: 132px;
  }
}

.gap-160 {
  gap: 160px;
}

@media (min-width: 576px) {
  .gap-sm-160 {
    gap: 160px;
  }
}

@media (min-width: 768px) {
  .gap-md-160 {
    gap: 160px;
  }
}

@media (min-width: 992px) {
  .gap-lg-160 {
    gap: 160px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-160 {
    gap: 160px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-160 {
    gap: 160px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-160 {
    gap: 160px;
  }
}

.gap-192 {
  gap: 192px;
}

@media (min-width: 576px) {
  .gap-sm-192 {
    gap: 192px;
  }
}

@media (min-width: 768px) {
  .gap-md-192 {
    gap: 192px;
  }
}

@media (min-width: 992px) {
  .gap-lg-192 {
    gap: 192px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-192 {
    gap: 192px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-192 {
    gap: 192px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-192 {
    gap: 192px;
  }
}

.gap-200 {
  gap: 200px;
}

@media (min-width: 576px) {
  .gap-sm-200 {
    gap: 200px;
  }
}

@media (min-width: 768px) {
  .gap-md-200 {
    gap: 200px;
  }
}

@media (min-width: 992px) {
  .gap-lg-200 {
    gap: 200px;
  }
}

@media (min-width: 1200px) {
  .gap-xl-200 {
    gap: 200px;
  }
}

@media (min-width: 1400px) {
  .gap-xxl-200 {
    gap: 200px;
  }
}

@media (min-width: 1980px) {
  .gap-xxxl-200 {
    gap: 200px;
  }
}

/*------------------------------------*\
    #COMPONENTS
\*------------------------------------*/
/**
 * Swiper 11.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 9, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*------------------------------------*\
    #ICON
\*------------------------------------*/
/**
 * 1) Small image that represents functionality
 */
.c-icon {
  height: 16px;
  width: 16px;
  stroke: #000000;
  fill: #000000;
}

.c-icon-size-24 {
  height: 24px;
  width: 24px;
}

.c-icon-size-38 {
  height: 38px;
  width: 38px;
}

.c-icon-size-48 {
  height: 48px;
  width: 48px;
}

.CheckboxName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Oxanium", sans-serif;
  font-style: normal;
}
.CheckboxWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: #343434;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
  margin-bottom: 16px;
}
.CheckboxWrap label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.CheckboxWrap label input:disabled {
  cursor: no-drop;
}
.CheckboxWrap label input:disabled + span:before {
  border-color: var(--border-disabled, #878787) !important;
}
.CheckboxWrap label input:disabled + span:after {
  content: unset !important;
}
.CheckboxWrap label input:disabled + span {
  color: var(--text-disabled, #878787) !important;
}
.CheckboxWrap label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
  background: var(--surface-page, #FFF);
}
.CheckboxWrap label.label-s {
  padding: 0 0 0 26px;
}
.CheckboxWrap label.label-s .CheckboxName {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
  font-size: 14px;
}
@media (min-width: 992px) {
  .CheckboxWrap label.label-s .CheckboxName {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  }
}
@media (min-width: 1980px) {
  .CheckboxWrap label.label-s .CheckboxName {
    font-size: 16px;
    line-height: var(--font-line-height-xs, 22px); /* 137.5% */
  }
}
.CheckboxWrap label.label-s input + span:before {
  border-radius: 1.6px;
  border: 1.2px solid var(--Border-secondary, #C1C1C4);
  width: 16px;
  height: 16px;
}
.CheckboxWrap label.label-s input:checked + span:after {
  font-size: 14px;
  width: 16px;
  height: 16px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57315 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-s input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-s input:checked + span:before {
  border-color: #FFD600;
  background: #FFD600;
}
.CheckboxWrap label.label-s input:checked + span {
  color: #191501;
}
.CheckboxWrap label.label-m {
  padding: 0 0 0 30px;
}
.CheckboxWrap label.label-m .CheckboxName {
  letter-spacing: var(--font-spacing-0, 0px);
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: var(--font-line-height-s, 24px); /* 150% */
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .CheckboxWrap label.label-m .CheckboxName {
    font-size: var(--font-size-m, 16px);
    line-height: var(--font-line-height-s, 24px); /* 150% */
  }
}
@media (min-width: 1980px) {
  .CheckboxWrap label.label-m .CheckboxName {
    font-size: 20px;
    line-height: var(--font-line-height-s, 28px); /* 140% */
  }
}
.CheckboxWrap label.label-m input + span:before {
  border: 1.5px solid var(--Border-secondary, #C1C1C4);
  width: 20px;
  height: 20px;
  border-radius: var(--Radius-2xs, 2px);
}
.CheckboxWrap label.label-m input:checked + span:after {
  font-size: 16px;
  width: 20px;
  height: 20px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9801 5.45124C16.2832 5.71642 16.3139 6.17708 16.0487 6.48015L9.04868 14.4802C8.92134 14.6257 8.74139 14.7147 8.54843 14.7275C8.35547 14.7404 8.16531 14.6761 8.01977 14.5487L4.01977 11.0487C3.7167 10.7836 3.68599 10.3229 3.95117 10.0198C4.21636 9.71676 4.67702 9.68605 4.98009 9.95124L8.43133 12.9711L14.9512 5.51983C15.2164 5.21676 15.677 5.18605 15.9801 5.45124Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-m input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-m input:checked + span:before {
  border-color: #FFD600;
  background: #FFD600;
}
.CheckboxWrap label.label-m input:checked + span {
  color: #191501;
}
.CheckboxWrap label.label-l {
  padding: 0 0 0 36px;
}
.CheckboxWrap label.label-l .CheckboxName {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: var(--font-weight-light, 400);
  letter-spacing: var(--font-spacing-0, 0px);
  line-height: var(--font-line-height-m, 24px); /* 140% */
}
@media (min-width: 992px) {
  .CheckboxWrap label.label-l .CheckboxName {
    font-size: 20px;
    line-height: var(--font-line-height-m, 28px); /* 140% */
  }
}
@media (min-width: 1980px) {
  .CheckboxWrap label.label-l .CheckboxName {
    font-size: 28px;
    line-height: var(--font-line-height-m, 32px);
  }
}
.CheckboxWrap label.label-l input + span:before {
  border: 1.5px solid var(--Border-secondary, #C1C1C4);
  border-radius: var(--Radius-2xs, 2px);
  width: 24px;
  height: 24px;
}
.CheckboxWrap label.label-l input:checked + span:after {
  font-size: 20px;
  width: 24px;
  height: 24px;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1761 6.54152C19.5398 6.85974 19.5766 7.41253 19.2584 7.77622L10.8584 17.3762C10.7056 17.5509 10.4897 17.6576 10.2581 17.6731C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9403 4.42319 12.3875 4.74141 12.0238C5.05963 11.6602 5.61242 11.6233 5.97611 11.9415L10.1176 15.5653L17.9414 6.62383C18.2596 6.26015 18.8124 6.2233 19.1761 6.54152Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l input:checked + span:after {
  top: 0;
  left: 0;
  position: absolute;
  color: #fff;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label.label-l input:checked + span:before {
  border: 1.5px solid #FFD600;
  background: #FFD600;
}
.CheckboxWrap label.label-l input:checked + span {
  color: #191501;
}
.CheckboxWrap label:hover input:disabled + span:before {
  border: var(--border-s, 1px) solid var(--border-disabled, #878787);
}
.CheckboxWrap label:hover input:disabled + span:after {
  content: unset;
}
.CheckboxWrap label:hover input + span:before {
  border: var(--border-s, 1px) solid #FFD600;
}
.CheckboxWrap label:hover input + span:after {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.CheckboxWrap label:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57315 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='%23fff'/%3E%3C/svg%3E");
}
.CheckboxWrap label:hover span:before {
  border-color: #FFD600;
}
.CheckboxWrap label.label-s:hover input + span:after {
  font-size: 14px;
  width: 16px;
  height: 16px;
  content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.7841 4.36101C13.0265 4.57316 13.0511 4.94169 12.8389 5.18414L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.7821C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.83902C2.97336 8.62687 2.94879 8.25834 3.16094 8.01589C3.37309 7.77343 3.74162 7.74887 3.98407 7.96101L6.74507 10.3769L11.9609 4.41589C12.1731 4.17343 12.5416 4.14887 12.7841 4.36101Z" fill="black"/></svg>');
}
.CheckboxWrap label.label-s:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7841 4.361C13.0265 4.57314 13.0511 4.94167 12.8389 5.18413L7.23895 11.5841C7.13707 11.7006 6.99311 11.7718 6.83875 11.782C6.68438 11.7923 6.53225 11.7409 6.41582 11.639L3.21582 8.839C2.97336 8.62686 2.94879 8.25833 3.16094 8.01587C3.37309 7.77342 3.74162 7.74885 3.98407 7.961L6.74507 10.3769L11.9609 4.41587C12.1731 4.17342 12.5416 4.14885 12.7841 4.361Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-m:hover input + span:after {
  font-size: 16px;
  width: 18px;
  height: 18px;
  content: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M15.9798 5.45117C16.2829 5.71636 16.3136 6.17702 16.0484 6.48009L9.04844 14.4801C8.92109 14.6256 8.74115 14.7146 8.54819 14.7275C8.35523 14.7403 8.16506 14.676 8.01952 14.5487L4.01952 11.0487C3.71646 10.7835 3.68575 10.3228 3.95093 10.0198C4.21612 9.7167 4.67678 9.68599 4.97984 9.95117L8.43109 12.971L14.9509 5.51977C15.2161 5.2167 15.6768 5.18599 15.9798 5.45117Z" fill="black"/></svg>');
}
.CheckboxWrap label.label-m:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.9801 5.45124C16.2832 5.71642 16.3139 6.17708 16.0487 6.48015L9.04868 14.4802C8.92134 14.6257 8.74139 14.7147 8.54843 14.7275C8.35547 14.7404 8.16531 14.6761 8.01977 14.5487L4.01977 11.0487C3.7167 10.7836 3.68599 10.3229 3.95117 10.0198C4.21636 9.71676 4.67702 9.68605 4.98009 9.95124L8.43133 12.9711L14.9512 5.51983C15.2164 5.21676 15.677 5.18605 15.9801 5.45124Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l:hover input + span:after {
  font-size: 20px;
  width: 23px;
  height: 23px;
  content: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M19.1761 6.54146C19.5398 6.85968 19.5766 7.41247 19.2584 7.77615L10.8584 17.3762C10.7056 17.5508 10.4897 17.6576 10.2581 17.673C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9402 4.42319 12.3875 4.74141 12.0238C5.05963 11.6601 5.61242 11.6232 5.97611 11.9415L10.1176 15.5653L17.9414 6.62377C18.2596 6.26009 18.8124 6.22324 19.1761 6.54146Z" fill="black"/></svg>');
}
.CheckboxWrap label.label-l:hover input:checked + span:after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.1761 6.54152C19.5398 6.85974 19.5766 7.41253 19.2584 7.77622L10.8584 17.3762C10.7056 17.5509 10.4897 17.6576 10.2581 17.6731C10.0266 17.6885 9.79837 17.6113 9.62372 17.4585L4.82372 13.2585C4.46004 12.9403 4.42319 12.3875 4.74141 12.0238C5.05963 11.6602 5.61242 11.6233 5.97611 11.9415L10.1176 15.5653L17.9414 6.62383C18.2596 6.26015 18.8124 6.2233 19.1761 6.54152Z' fill='black'/%3E%3C/svg%3E");
}
.CheckboxWrap label.label-l:hover input + span:before {
  border-color: #FFD600;
}

.RadioName {
  transition: all 0.3s ease-in-out 0s;
  color: var(--Text-body, #14131C);
  font-family: "Oxanium", sans-serif;
  font-style: normal;
}
.RadioWrap label {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  color: #343434;
  margin-bottom: 16px;
  cursor: pointer;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label span {
  vertical-align: middle;
}
.RadioWrap label input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.RadioWrap label input:disabled {
  cursor: no-drop;
}
.RadioWrap label input:disabled + span:before {
  border-color: var(--border-disabled, #878787) !important;
}
.RadioWrap label input:disabled + span {
  color: var(--text-disabled, #878787) !important;
}
.RadioWrap label input + span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: all 0.3s ease-in-out 0s;
  background: var(--surface-page, #FFF);
  border-radius: 50%;
}
.RadioWrap label input + span:after {
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-m {
  padding: 0 0 0 28px;
}
.RadioWrap label.label-m .RadioName {
  font-family: "Oxanium", sans-serif;
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-s, 24px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-m input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px var(--Border-secondary, #C1C1C4);
  width: 20px;
  height: 20px;
}
.RadioWrap label.label-m input:checked + span:after {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="white"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-m input:checked + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #2454ff;
  background: #2454ff;
}
.RadioWrap label.label-m input:checked + span {
  color: #2454ff;
}
.RadioWrap label.label-l {
  padding: 0 0 0 32px;
}
.RadioWrap label.label-l .RadioName {
  font-family: "Oxanium", sans-serif;
  font-size: var(--font-size-l, 20px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-m, 28px); /* 140% */
  letter-spacing: var(--font-spacing-0, 0px);
}
.RadioWrap label.label-l input + span:before {
  box-shadow: inset 0px 0px 0px 1.5px var(--Border-secondary, #C1C1C4);
  width: 24px;
  height: 24px;
}
.RadioWrap label.label-l input:checked + span:after {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="white"/></svg>');
  top: 0;
  left: 0;
  position: absolute;
  transition: all 0.3s ease-in-out 0s;
}
.RadioWrap label.label-l input:checked + span:before {
  box-shadow: inset 0px 0px 0px 1.5px #2454ff;
  background: #2454ff;
}
.RadioWrap label.label-l input:checked + span {
  color: #2454ff;
}
.RadioWrap label:hover input:disabled + span:before {
  border-color: #2454ff;
}
.RadioWrap label:hover span:before {
  border-color: #2454ff;
}
.RadioWrap label.label-m:hover input + span:after {
  opacity: 1;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="%232454FF"/></svg>');
}
.RadioWrap label.label-m:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="8" height="20" viewBox="0 0 8 8" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="4" cy="4" r="4" fill="white"/></svg>');
}
.RadioWrap label.label-m:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.25px #2454ff;
}
.RadioWrap label.label-l:hover input + span:after {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%232454FF"/></svg>');
}
.RadioWrap label.label-l:hover input:checked + span:after {
  content: url('data:image/svg+xml,<svg width="12" height="24" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="white"/></svg>');
}
.RadioWrap label.label-l:hover input + span:before {
  box-shadow: inset 0px 0px 0px 1.5px #2454ff;
}

.accordion .accordion-item {
  margin-bottom: 8px;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  border: none;
  text-align: left;
  cursor: pointer;
  position: relative;
  padding: 16px 36px 16px 16px;
  color: var(--Text-body, #12133A);
  font-size: var(--font-size-m, 16px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 400);
  line-height: var(--font-line-height-s, 24px); /* 150% */
  letter-spacing: var(--font-spacing-0, 0px);
  border-bottom: 1px solid var(--Base-500, #999595);
}
.accordion .accordion-item .accordion-header:before {
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path fill-rule="evenodd" clip-rule="evenodd" d="M4.69442 9.68442C5.00463 9.40993 5.47862 9.43889 5.7531 9.7491L11.9722 17.2983L18.1923 9.74908C18.4667 9.43888 18.9407 9.40994 19.2509 9.68444C19.5611 9.95894 19.5901 10.4329 19.3156 10.7431L12.885 18.5302C12.7707 18.6595 12.6302 18.763 12.4728 18.8339C12.3154 18.9048 12.1448 18.9415 11.9722 18.9415C11.7996 18.9415 11.629 18.9048 11.4716 18.8339C11.3142 18.763 11.1737 18.6595 11.0594 18.5302L4.62973 10.7431C4.35524 10.4329 4.3842 9.9589 4.69442 9.68442Z" fill="%235B5B5B"/></svg>');
  background-size: cover;
  position: absolute;
  right: 16px;
  top: 16px;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.accordion .accordion-item .accordion-header.active:before {
  transform: rotate(180deg) translateY(0px);
}
.accordion .accordion-item .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fff;
}
.accordion .accordion-item .accordion-header.active + .accordion-content {
  padding: 16px;
}

.card-body {
  flex: 1 1 auto;
}
.card-image {
  max-width: 100px;
}
@media (min-width: 1980px) {
  .card-image {
    max-width: 125px;
  }
}

.offer-card {
  height: 100%;
  background: var(--Surface-primary, #FFD600);
  padding: var(--Spacing-xl, 24px);
  position: relative;
}
.offer-card-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.offer-card-corner {
  position: absolute;
  bottom: 0;
  right: 0;
}

header {
  background: var(--Surface-primary, #FFD600);
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu {
  gap: 56px;
}
.menu-account {
  display: flex;
  gap: 40px;
  align-items: center;
  padding-left: 40px;
}
.menu-account .btn-account {
  position: relative;
}
.menu-account .btn-account-counter {
  position: absolute;
  top: -2px;
  right: -6px;
  display: flex;
  width: 24px;
  height: 24px;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background-color: #000;
  border-radius: 999px;
}

.hero {
  position: relative;
  padding-top: 132px;
  padding-bottom: 132px;
}
.hero-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.hero-bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-bg::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
}

.offer {
  background: var(--Surface-200, #EAEAEA);
}

.course {
  background: var(--Surface-primary, #FFD600);
  overflow: hidden;
}

.course-latest {
  padding: 56px;
  border-bottom: 8px solid var(--Base-900, #000);
  background: var(--Base-100, #FFF);
}
.course-latest-price {
  line-height: 1;
}
.course-latest-image {
  aspect-ratio: 1;
  position: relative;
}
.course-latest-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.course-latest-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.course-latest ul {
  list-style-type: disc;
  list-style-position: inside;
}

.module-single {
  background: #fff;
  padding: 32px;
}
.module-single .module-icon {
  flex-shrink: 0;
}
.module-single-header {
  border-bottom: 1px solid var(--Base-400, #CFC9C9);
}
.module-single-header span {
  height: 2lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
  overflow: hidden;
}
.module-single-content {
  border-bottom: 1px solid var(--Base-400, #CFC9C9);
  min-height: 121px;
}
.module-single-content ul {
  list-style-type: disc;
  padding-left: 20px;
}
.module-single-footer span {
  display: block;
  height: 3lh;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  align-self: stretch;
  overflow: hidden;
}

.swiper-courses {
  overflow: visible;
}
.swiper-courses .swiper-slide {
  width: 41% !important;
}
.swiper-courses .swiper-courses-prev {
  background: var(--Base-900, #000);
}
.swiper-courses .swiper-courses-prev svg path {
  fill: #fff;
}
.swiper-courses .swiper-courses-prev.swiper-button-disabled {
  background: var(--Surface-disabled, #E9E6E6);
  cursor: default;
}
.swiper-courses .swiper-courses-next {
  background: var(--Base-900, #000);
}
.swiper-courses .swiper-courses-next svg path {
  fill: #fff;
}
.swiper-courses .swiper-courses-next.swiper-button-disabled {
  background: var(--Surface-disabled, #E9E6E6);
  cursor: default;
}
.swiper-courses .swiper-courses-scrollbar {
  background: #fff;
  position: relative;
}
.swiper-courses .swiper-scrollbar-drag {
  background: var(--Base-900, #000);
  cursor: pointer;
}

.swiper-courses {
  position: relative;
}

.swiper-courses .swiper-pagination {
  position: relative;
}

.swiper-courses .swiper-pagination-progressbar {
  height: 4px;
}

.blog {
  position: relative;
}

.blog-content {
  padding: 32px;
  border-bottom: 1px solid var(--Border-300, #DDD);
  height: 100%;
}

.blog-image {
  height: 254px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}
.blog-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-single-item {
  border-bottom: 1px solid var(--Border-300, #DDD);
}

.blog-shape {
  position: absolute;
  bottom: 0;
  left: 0;
}

.experts {
  background: var(--Surface-200, #EAEAEA);
  position: relative;
  overflow: hidden;
}
.experts-item {
  border: 1px solid var(--Border-200, #EAEAEA);
  background: var(--Base-100, #FFF);
  padding: var(--Spacing-2xl, 32px);
}
.experts-item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.experts-item-content ul {
  list-style-type: disc;
  padding-left: 20px;
}

.swiper-experts {
  overflow: visible;
}
.swiper-experts .swiper-slide {
  width: 440px !important;
}
.swiper-experts .swiper-scrollbar {
  position: relative;
}
.swiper-experts .swiper-experts-prev {
  background: var(--Base-900, #000);
}
.swiper-experts .swiper-experts-prev svg path {
  fill: #fff;
}
.swiper-experts .swiper-experts-prev.swiper-button-disabled {
  background: var(--Surface-disabled, #E9E6E6);
  cursor: default;
}
.swiper-experts .swiper-experts-next {
  background: var(--Base-900, #000);
}
.swiper-experts .swiper-experts-next svg path {
  fill: #fff;
}
.swiper-experts .swiper-experts-next.swiper-button-disabled {
  background: var(--Surface-disabled, #E9E6E6);
  cursor: default;
}
.swiper-experts .swiper-scrollbar {
  background: #fff;
  position: relative;
}
.swiper-experts .swiper-scrollbar-drag {
  background: var(--Base-900, #000);
  cursor: pointer;
}

.column-experts:before {
  content: "";
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--Surface-200, #EAEAEA);
  z-index: 2;
  position: absolute;
}

.contact {
  background: var(--Surface-primary, #FFD600);
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-form input, .contact-form textarea {
  padding: 16px 16px;
  width: 100%;
  border: unset;
  border-bottom: 1px solid var(--Base-600, #5B5B5B);
  background: var(--Base-100, #FFF);
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  font-style: normal;
  letter-spacing: var(--font-spacing-0, 0px);
  font-weight: var(--font-weight-light, 400);
}
@media (min-width: 992px) {
  .contact-form input, .contact-form textarea {
    font-size: 12px;
    line-height: var(--font-line-height-xs, 16px); /* 133.333% */
  }
}
@media (min-width: 1980px) {
  .contact-form input, .contact-form textarea {
    font-size: 14px;
    line-height: var(--font-line-height-xs, 22px); /* 157.143% */
  }
}
.contact-form .form-field {
  width: 100%;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: var(--Text-body, #5B5B5B);
}

.fw-brand {
  font-family: "Oxanium", sans-serif;
}

.breadcrump-wrapper a {
  padding: 0px 8px;
  color: var(--Text-on, #FFF);
  /* S/Regular */
  font-family: var(--font-family-body, Sora);
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  letter-spacing: var(--font-spacing-0, 0px);
}
@media (min-width: 1980px) {
  .breadcrump-wrapper a {
    font-size: 16px;
  }
}
.breadcrump-wrapper a:hover {
  color: #7F6053;
}

.breadcrump-wrapper .breadcrump-separator {
  font-size: var(--font-size-m, 16px);
  line-height: var(--font-line-height-s, 24px); /* 150% */
}

.breadcrump-wrapper .breadcrump-last {
  color: var(--Text-action, #7F6053);
  font-family: var(--font-family-body, Sora);
  font-size: var(--font-size-s, 14px);
  font-style: normal;
  font-weight: var(--font-weight-regular, 300);
  line-height: var(--font-line-height-xs, 16px); /* 114.286% */
  letter-spacing: var(--font-spacing-0, 0px);
}
@media (min-width: 1980px) {
  .breadcrump-wrapper .breadcrump-last {
    font-size: 16px;
  }
}
/*# sourceMappingURL=style.css.map */
