/*!
Theme Name: Deutsche Umwelttechnik
Theme URI: http://deutsche-umwelttechnik.de/
Author: Lukas Krause
Author URI: http://www.krause-freunde.de
Description: Deutsche Umwelttechnik
Version: 4.2.0
Tested up to: 6.4
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dut
Tags: Deutsche Umwelttechnik
*/
/*--------------------------------------------------------------
Friendly Styles
--------------------------------------------------------------*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
/* line 6, sass/base/_normalize.scss */
*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */ }

/* line 14, sass/base/_normalize.scss */
::before,
::after {
  --tw-content: ''; }

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
/* line 28, sass/base/_normalize.scss */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */ }

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
/* line 40, sass/base/_normalize.scss */
body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */ }

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
/* line 51, sass/base/_normalize.scss */
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */ }

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
/* line 61, sass/base/_normalize.scss */
abbr:where([title]) {
  text-decoration: underline dotted; }

/*
Remove the default font size and weight for headings.
*/
/* line 69, sass/base/_normalize.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
/* line 83, sass/base/_normalize.scss */
a {
  color: inherit;
  text-decoration: inherit; }

/*
Add the correct font weight in Edge and Safari.
*/
/* line 92, sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder; }

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
/* line 102, sass/base/_normalize.scss */
code,
kbd,
samp,
pre {
  font-size: 1em;
  /* 2 */ }

/*
Add the correct font size in all browsers.
*/
/* line 113, sass/base/_normalize.scss */
small {
  font-size: 80%; }

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
/* line 121, sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 129, sass/base/_normalize.scss */
sub {
  bottom: -0.25em; }

/* line 133, sass/base/_normalize.scss */
sup {
  top: -0.5em; }

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
/* line 143, sass/base/_normalize.scss */
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */ }

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
/* line 155, sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */ }

/*
Remove the inheritance of text transform in Edge and Firefox.
*/
/* line 175, sass/base/_normalize.scss */
button,
select {
  text-transform: none; }

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
/* line 185, sass/base/_normalize.scss */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */ }

/*
Use the modern Firefox focus style for all focusable elements.
*/
/* line 198, sass/base/_normalize.scss */
:-moz-focusring {
  outline: auto; }

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
/* line 206, sass/base/_normalize.scss */
:-moz-ui-invalid {
  box-shadow: none; }

/*
Add the correct vertical alignment in Chrome and Firefox.
*/
/* line 214, sass/base/_normalize.scss */
progress {
  vertical-align: baseline; }

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
/* line 222, sass/base/_normalize.scss */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
/* line 232, sass/base/_normalize.scss */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/*
Remove the inner padding in Chrome and Safari on macOS.
*/
/* line 241, sass/base/_normalize.scss */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
/* line 250, sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Add the correct display in Chrome and Safari.
*/
/* line 259, sass/base/_normalize.scss */
summary {
  display: list-item; }

/*
Removes the default spacing and border for appropriate elements.
*/
/* line 267, sass/base/_normalize.scss */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

/* line 283, sass/base/_normalize.scss */
fieldset {
  margin: 0;
  padding: 0; }

/* line 288, sass/base/_normalize.scss */
legend {
  padding: 0; }

/* line 292, sass/base/_normalize.scss */
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/*
Reset default styling for dialogs.
*/
/* line 303, sass/base/_normalize.scss */
dialog {
  padding: 0; }

/*
Prevent resizing textareas horizontally by default.
*/
/* line 311, sass/base/_normalize.scss */
textarea {
  resize: vertical; }

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
/* line 320, sass/base/_normalize.scss */
input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */ }

/*
Set the default cursor for buttons.
*/
/* line 330, sass/base/_normalize.scss */
button,
[role="button"] {
  cursor: pointer; }

/*
Make sure disabled buttons don't get the pointer cursor.
*/
/* line 338, sass/base/_normalize.scss */
:disabled {
  cursor: default; }

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
/* line 348, sass/base/_normalize.scss */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */ }

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
/* line 364, sass/base/_normalize.scss */
img,
video {
  max-width: 100%;
  height: auto; }

/* Make elements with the HTML hidden attribute stay hidden by default */
/* line 371, sass/base/_normalize.scss */
[hidden] {
  display: none; }

/*
COLORS CSS
*/
/* line 5, sass/base/_all-variables.scss */
:root {
  --color-primary: #033462;
  --color-accent-old: #00D055;
	--color-accent: #4EAFF8;
  --color-dark: #033462;
  --color-warning: #C40000;
  --color-text-main: #0F0F0F;
  --color-html-background: #FFF;
  --color-white: white;
  --color-grey: #F1F6FA;
  --color-black: #0F0F0F; }

/*
FONT SIZES SASS
*/
/*
CONTAINER SIZES SASS
*/
/* manrope-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url("fonts/manrope-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* manrope-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url("fonts/manrope-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }
/* manrope-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url("fonts/manrope-v15-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ }

/* material-icons-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/material-icons-v142-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* material-icons-outlined-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Material Icons Outlined';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/material-icons-outlined-v109-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

.material-symbols-outlined {
	font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

/* line 26, sass/base/_webfonts.scss */
html {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 1em; }

/* line 33, sass/base/_webfonts.scss */
strong, b {
  font-weight: 800; }

/* line 37, sass/base/_webfonts.scss */
em, i {
  font-style: italic; }

/* line 1, sass/base/_colors.scss */
html {
  background-color: var(--color-html-background);
  color: var(--color-text-main); }

/* line 6, sass/base/_colors.scss */
.bg-primary {
  background-color: var(--color-primary); }

/* line 9, sass/base/_colors.scss */
.bg-dark {
  background-color: var(--color-dark); }

/* line 12, sass/base/_colors.scss */
.bg-accent {
  background-color: var(--color-accent); }

/* line 16, sass/base/_colors.scss */
.bg-grey {
  background-color: var(--color-grey); }

/* line 20, sass/base/_colors.scss */
.bg-white {
  background-color: white; }

/* line 24, sass/base/_colors.scss */
.c-white {
  color: white; }

/* line 28, sass/base/_colors.scss */
.c-black {
  color: #0F0F0F; }

/* line 32, sass/base/_colors.scss */
.c-primary {
  color: var(--color-primary); }
.c-accent {
  color: var(--color-accent); }

/* line 36, sass/base/_colors.scss */
.c-dark {
  color: var(--color-dark); }

/* line 40, sass/base/_colors.scss */
.has-green-1-background-color {
  background-color: #033462; }

/* line 43, sass/base/_colors.scss */
.has-green-1-color {
  color: #033462; }

/* line 46, sass/base/_colors.scss */
.has-green-2-background-color {
  background-color: #4EAFF8; }

/* line 49, sass/base/_colors.scss */
.has-green-2-color {
  color: #4EAFF8; }

/* line 52, sass/base/_colors.scss */
.has-green-3-background-color {
  background-color: #033462; }

/* line 55, sass/base/_colors.scss */
.has-green-3-color {
  color: #033462; }

/* line 58, sass/base/_colors.scss */
.has-dark-background-color {
  background-color: #0F0F0F; }

/* line 61, sass/base/_colors.scss */
.has-dark-color {
  color: #0F0F0F; }

/* line 64, sass/base/_colors.scss */
.has-lightgrey-background-color {
  background-color: #F1F6FA; }

/* line 67, sass/base/_colors.scss */
.has-lightgrey-color {
  color: #F1F6FA; }

/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* line 6, sass/base/_bootstrap-grid.scss */
.container,
.container-fluid,
.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) {
  /* line 23, sass/base/_bootstrap-grid.scss */
  .container-sm, .container {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 28, sass/base/_bootstrap-grid.scss */
  .container-md, .container-sm, .container {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 33, sass/base/_bootstrap-grid.scss */
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 38, sass/base/_bootstrap-grid.scss */
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  /* line 43, sass/base/_bootstrap-grid.scss */
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px; } }
/* line 47, sass/base/_bootstrap-grid.scss */
: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; }

/* line 56, sass/base/_bootstrap-grid.scss */
.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)); }

/* line 65, sass/base/_bootstrap-grid.scss */
.row > * {
  box-sizing: border-box;
  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); }

/* line 75, sass/base/_bootstrap-grid.scss */
.col {
  flex: 1 0 0%; }

/* line 79, sass/base/_bootstrap-grid.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

/* line 84, sass/base/_bootstrap-grid.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

/* line 89, sass/base/_bootstrap-grid.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

/* line 94, sass/base/_bootstrap-grid.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%; }

/* line 99, sass/base/_bootstrap-grid.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

/* line 104, sass/base/_bootstrap-grid.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

/* line 109, sass/base/_bootstrap-grid.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%; }

/* line 114, sass/base/_bootstrap-grid.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto; }

/* line 119, sass/base/_bootstrap-grid.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

/* line 124, sass/base/_bootstrap-grid.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

/* line 129, sass/base/_bootstrap-grid.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%; }

/* line 134, sass/base/_bootstrap-grid.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

/* line 139, sass/base/_bootstrap-grid.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

/* line 144, sass/base/_bootstrap-grid.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%; }

/* line 149, sass/base/_bootstrap-grid.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

/* line 154, sass/base/_bootstrap-grid.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

/* line 159, sass/base/_bootstrap-grid.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%; }

/* line 164, sass/base/_bootstrap-grid.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

/* line 169, sass/base/_bootstrap-grid.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

/* line 174, sass/base/_bootstrap-grid.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%; }

/* line 179, sass/base/_bootstrap-grid.scss */
.offset-1 {
  margin-left: 8.33333333%; }

/* line 183, sass/base/_bootstrap-grid.scss */
.offset-2 {
  margin-left: 16.66666667%; }

/* line 187, sass/base/_bootstrap-grid.scss */
.offset-3 {
  margin-left: 25%; }

/* line 191, sass/base/_bootstrap-grid.scss */
.offset-4 {
  margin-left: 33.33333333%; }

/* line 195, sass/base/_bootstrap-grid.scss */
.offset-5 {
  margin-left: 41.66666667%; }

/* line 199, sass/base/_bootstrap-grid.scss */
.offset-6 {
  margin-left: 50%; }

/* line 203, sass/base/_bootstrap-grid.scss */
.offset-7 {
  margin-left: 58.33333333%; }

/* line 207, sass/base/_bootstrap-grid.scss */
.offset-8 {
  margin-left: 66.66666667%; }

/* line 211, sass/base/_bootstrap-grid.scss */
.offset-9 {
  margin-left: 75%; }

/* line 215, sass/base/_bootstrap-grid.scss */
.offset-10 {
  margin-left: 83.33333333%; }

/* line 219, sass/base/_bootstrap-grid.scss */
.offset-11 {
  margin-left: 91.66666667%; }

/* line 223, sass/base/_bootstrap-grid.scss */
.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

/* line 228, sass/base/_bootstrap-grid.scss */
.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

/* line 233, sass/base/_bootstrap-grid.scss */
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

/* line 238, sass/base/_bootstrap-grid.scss */
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

/* line 243, sass/base/_bootstrap-grid.scss */
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

/* line 248, sass/base/_bootstrap-grid.scss */
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

/* line 253, sass/base/_bootstrap-grid.scss */
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

/* line 258, sass/base/_bootstrap-grid.scss */
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

/* line 263, sass/base/_bootstrap-grid.scss */
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

/* line 268, sass/base/_bootstrap-grid.scss */
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

/* line 273, sass/base/_bootstrap-grid.scss */
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

/* line 278, sass/base/_bootstrap-grid.scss */
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  /* line 284, sass/base/_bootstrap-grid.scss */
  .col-sm {
    flex: 1 0 0%; }

  /* line 287, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 291, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 295, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 299, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 303, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 307, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 311, sass/base/_bootstrap-grid.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 315, sass/base/_bootstrap-grid.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 319, sass/base/_bootstrap-grid.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 323, sass/base/_bootstrap-grid.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 327, sass/base/_bootstrap-grid.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 331, sass/base/_bootstrap-grid.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 335, sass/base/_bootstrap-grid.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 339, sass/base/_bootstrap-grid.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 343, sass/base/_bootstrap-grid.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 347, sass/base/_bootstrap-grid.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 351, sass/base/_bootstrap-grid.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 355, sass/base/_bootstrap-grid.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 359, sass/base/_bootstrap-grid.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 363, sass/base/_bootstrap-grid.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 367, sass/base/_bootstrap-grid.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 370, sass/base/_bootstrap-grid.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%; }

  /* line 373, sass/base/_bootstrap-grid.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%; }

  /* line 376, sass/base/_bootstrap-grid.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 379, sass/base/_bootstrap-grid.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%; }

  /* line 382, sass/base/_bootstrap-grid.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%; }

  /* line 385, sass/base/_bootstrap-grid.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 388, sass/base/_bootstrap-grid.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%; }

  /* line 391, sass/base/_bootstrap-grid.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%; }

  /* line 394, sass/base/_bootstrap-grid.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 397, sass/base/_bootstrap-grid.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%; }

  /* line 400, sass/base/_bootstrap-grid.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%; }

  /* line 403, sass/base/_bootstrap-grid.scss */
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }

  /* line 407, sass/base/_bootstrap-grid.scss */
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }

  /* line 411, sass/base/_bootstrap-grid.scss */
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 415, sass/base/_bootstrap-grid.scss */
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 419, sass/base/_bootstrap-grid.scss */
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 423, sass/base/_bootstrap-grid.scss */
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 427, sass/base/_bootstrap-grid.scss */
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  /* line 431, sass/base/_bootstrap-grid.scss */
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  /* line 435, sass/base/_bootstrap-grid.scss */
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 439, sass/base/_bootstrap-grid.scss */
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 443, sass/base/_bootstrap-grid.scss */
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }

  /* line 447, sass/base/_bootstrap-grid.scss */
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  /* line 453, sass/base/_bootstrap-grid.scss */
  .col-md {
    flex: 1 0 0%; }

  /* line 456, sass/base/_bootstrap-grid.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 460, sass/base/_bootstrap-grid.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 464, sass/base/_bootstrap-grid.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 468, sass/base/_bootstrap-grid.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 472, sass/base/_bootstrap-grid.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 476, sass/base/_bootstrap-grid.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 480, sass/base/_bootstrap-grid.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 484, sass/base/_bootstrap-grid.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 488, sass/base/_bootstrap-grid.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 492, sass/base/_bootstrap-grid.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 496, sass/base/_bootstrap-grid.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 500, sass/base/_bootstrap-grid.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 504, sass/base/_bootstrap-grid.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 508, sass/base/_bootstrap-grid.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 512, sass/base/_bootstrap-grid.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 516, sass/base/_bootstrap-grid.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 520, sass/base/_bootstrap-grid.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 524, sass/base/_bootstrap-grid.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 528, sass/base/_bootstrap-grid.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 532, sass/base/_bootstrap-grid.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 536, sass/base/_bootstrap-grid.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 539, sass/base/_bootstrap-grid.scss */
  .offset-md-1 {
    margin-left: 8.33333333%; }

  /* line 542, sass/base/_bootstrap-grid.scss */
  .offset-md-2 {
    margin-left: 16.66666667%; }

  /* line 545, sass/base/_bootstrap-grid.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 548, sass/base/_bootstrap-grid.scss */
  .offset-md-4 {
    margin-left: 33.33333333%; }

  /* line 551, sass/base/_bootstrap-grid.scss */
  .offset-md-5 {
    margin-left: 41.66666667%; }

  /* line 554, sass/base/_bootstrap-grid.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 557, sass/base/_bootstrap-grid.scss */
  .offset-md-7 {
    margin-left: 58.33333333%; }

  /* line 560, sass/base/_bootstrap-grid.scss */
  .offset-md-8 {
    margin-left: 66.66666667%; }

  /* line 563, sass/base/_bootstrap-grid.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 566, sass/base/_bootstrap-grid.scss */
  .offset-md-10 {
    margin-left: 83.33333333%; }

  /* line 569, sass/base/_bootstrap-grid.scss */
  .offset-md-11 {
    margin-left: 91.66666667%; }

  /* line 572, sass/base/_bootstrap-grid.scss */
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }

  /* line 576, sass/base/_bootstrap-grid.scss */
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }

  /* line 580, sass/base/_bootstrap-grid.scss */
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 584, sass/base/_bootstrap-grid.scss */
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 588, sass/base/_bootstrap-grid.scss */
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 592, sass/base/_bootstrap-grid.scss */
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 596, sass/base/_bootstrap-grid.scss */
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }

  /* line 600, sass/base/_bootstrap-grid.scss */
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }

  /* line 604, sass/base/_bootstrap-grid.scss */
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 608, sass/base/_bootstrap-grid.scss */
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 612, sass/base/_bootstrap-grid.scss */
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }

  /* line 616, sass/base/_bootstrap-grid.scss */
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  /* line 622, sass/base/_bootstrap-grid.scss */
  .col-lg {
    flex: 1 0 0%; }

  /* line 625, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 629, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 633, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 637, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 641, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 645, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 649, sass/base/_bootstrap-grid.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 653, sass/base/_bootstrap-grid.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 657, sass/base/_bootstrap-grid.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 661, sass/base/_bootstrap-grid.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 665, sass/base/_bootstrap-grid.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 669, sass/base/_bootstrap-grid.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 673, sass/base/_bootstrap-grid.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 677, sass/base/_bootstrap-grid.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 681, sass/base/_bootstrap-grid.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 685, sass/base/_bootstrap-grid.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 689, sass/base/_bootstrap-grid.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 693, sass/base/_bootstrap-grid.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 697, sass/base/_bootstrap-grid.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 701, sass/base/_bootstrap-grid.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 705, sass/base/_bootstrap-grid.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 708, sass/base/_bootstrap-grid.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%; }

  /* line 711, sass/base/_bootstrap-grid.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%; }

  /* line 714, sass/base/_bootstrap-grid.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 717, sass/base/_bootstrap-grid.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%; }

  /* line 720, sass/base/_bootstrap-grid.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%; }

  /* line 723, sass/base/_bootstrap-grid.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 726, sass/base/_bootstrap-grid.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%; }

  /* line 729, sass/base/_bootstrap-grid.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%; }

  /* line 732, sass/base/_bootstrap-grid.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 735, sass/base/_bootstrap-grid.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%; }

  /* line 738, sass/base/_bootstrap-grid.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%; }

  /* line 741, sass/base/_bootstrap-grid.scss */
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }

  /* line 745, sass/base/_bootstrap-grid.scss */
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }

  /* line 749, sass/base/_bootstrap-grid.scss */
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 753, sass/base/_bootstrap-grid.scss */
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 757, sass/base/_bootstrap-grid.scss */
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 761, sass/base/_bootstrap-grid.scss */
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 765, sass/base/_bootstrap-grid.scss */
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  /* line 769, sass/base/_bootstrap-grid.scss */
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  /* line 773, sass/base/_bootstrap-grid.scss */
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 777, sass/base/_bootstrap-grid.scss */
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 781, sass/base/_bootstrap-grid.scss */
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }

  /* line 785, sass/base/_bootstrap-grid.scss */
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  /* line 791, sass/base/_bootstrap-grid.scss */
  .col-xl {
    flex: 1 0 0%; }

  /* line 794, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 798, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 802, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 806, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 810, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 814, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 818, sass/base/_bootstrap-grid.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 822, sass/base/_bootstrap-grid.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 826, sass/base/_bootstrap-grid.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 830, sass/base/_bootstrap-grid.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 834, sass/base/_bootstrap-grid.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 838, sass/base/_bootstrap-grid.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 842, sass/base/_bootstrap-grid.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 846, sass/base/_bootstrap-grid.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 850, sass/base/_bootstrap-grid.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 854, sass/base/_bootstrap-grid.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 858, sass/base/_bootstrap-grid.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 862, sass/base/_bootstrap-grid.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 866, sass/base/_bootstrap-grid.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 870, sass/base/_bootstrap-grid.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 874, sass/base/_bootstrap-grid.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 877, sass/base/_bootstrap-grid.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%; }

  /* line 880, sass/base/_bootstrap-grid.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%; }

  /* line 883, sass/base/_bootstrap-grid.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 886, sass/base/_bootstrap-grid.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%; }

  /* line 889, sass/base/_bootstrap-grid.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%; }

  /* line 892, sass/base/_bootstrap-grid.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 895, sass/base/_bootstrap-grid.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%; }

  /* line 898, sass/base/_bootstrap-grid.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%; }

  /* line 901, sass/base/_bootstrap-grid.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 904, sass/base/_bootstrap-grid.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%; }

  /* line 907, sass/base/_bootstrap-grid.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%; }

  /* line 910, sass/base/_bootstrap-grid.scss */
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }

  /* line 914, sass/base/_bootstrap-grid.scss */
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }

  /* line 918, sass/base/_bootstrap-grid.scss */
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 922, sass/base/_bootstrap-grid.scss */
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 926, sass/base/_bootstrap-grid.scss */
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 930, sass/base/_bootstrap-grid.scss */
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 934, sass/base/_bootstrap-grid.scss */
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  /* line 938, sass/base/_bootstrap-grid.scss */
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  /* line 942, sass/base/_bootstrap-grid.scss */
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 946, sass/base/_bootstrap-grid.scss */
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 950, sass/base/_bootstrap-grid.scss */
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }

  /* line 954, sass/base/_bootstrap-grid.scss */
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  /* line 960, sass/base/_bootstrap-grid.scss */
  .col-xxl {
    flex: 1 0 0%; }

  /* line 963, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 967, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 971, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 975, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 979, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 983, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 987, sass/base/_bootstrap-grid.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 991, sass/base/_bootstrap-grid.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 995, sass/base/_bootstrap-grid.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 999, sass/base/_bootstrap-grid.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 1003, sass/base/_bootstrap-grid.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 1007, sass/base/_bootstrap-grid.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 1011, sass/base/_bootstrap-grid.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 1015, sass/base/_bootstrap-grid.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 1019, sass/base/_bootstrap-grid.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 1023, sass/base/_bootstrap-grid.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 1027, sass/base/_bootstrap-grid.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 1031, sass/base/_bootstrap-grid.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 1035, sass/base/_bootstrap-grid.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 1039, sass/base/_bootstrap-grid.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 1043, sass/base/_bootstrap-grid.scss */
  .offset-xxl-0 {
    margin-left: 0; }

  /* line 1046, sass/base/_bootstrap-grid.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  /* line 1049, sass/base/_bootstrap-grid.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  /* line 1052, sass/base/_bootstrap-grid.scss */
  .offset-xxl-3 {
    margin-left: 25%; }

  /* line 1055, sass/base/_bootstrap-grid.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  /* line 1058, sass/base/_bootstrap-grid.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  /* line 1061, sass/base/_bootstrap-grid.scss */
  .offset-xxl-6 {
    margin-left: 50%; }

  /* line 1064, sass/base/_bootstrap-grid.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  /* line 1067, sass/base/_bootstrap-grid.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  /* line 1070, sass/base/_bootstrap-grid.scss */
  .offset-xxl-9 {
    margin-left: 75%; }

  /* line 1073, sass/base/_bootstrap-grid.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  /* line 1076, sass/base/_bootstrap-grid.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%; }

  /* line 1079, sass/base/_bootstrap-grid.scss */
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }

  /* line 1083, sass/base/_bootstrap-grid.scss */
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }

  /* line 1087, sass/base/_bootstrap-grid.scss */
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 1091, sass/base/_bootstrap-grid.scss */
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 1095, sass/base/_bootstrap-grid.scss */
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 1099, sass/base/_bootstrap-grid.scss */
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 1103, sass/base/_bootstrap-grid.scss */
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  /* line 1107, sass/base/_bootstrap-grid.scss */
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  /* line 1111, sass/base/_bootstrap-grid.scss */
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 1115, sass/base/_bootstrap-grid.scss */
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 1119, sass/base/_bootstrap-grid.scss */
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  /* line 1123, sass/base/_bootstrap-grid.scss */
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
/* line 1128, sass/base/_bootstrap-grid.scss */
.d-inline {
  display: inline !important; }

/* line 1132, sass/base/_bootstrap-grid.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 1136, sass/base/_bootstrap-grid.scss */
.d-block {
  display: block !important; }

/* line 1140, sass/base/_bootstrap-grid.scss */
.d-grid {
  display: grid !important; }

/* line 1144, sass/base/_bootstrap-grid.scss */
.d-inline-grid {
  display: inline-grid !important; }

/* line 1148, sass/base/_bootstrap-grid.scss */
.d-table {
  display: table !important; }

/* line 1152, sass/base/_bootstrap-grid.scss */
.d-table-row {
  display: table-row !important; }

/* line 1156, sass/base/_bootstrap-grid.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 1160, sass/base/_bootstrap-grid.scss */
.d-flex {
  display: flex !important; }

/* line 1164, sass/base/_bootstrap-grid.scss */
.d-inline-flex {
  display: inline-flex !important; }

/* line 1168, sass/base/_bootstrap-grid.scss */
.d-none {
  display: none !important; }

/* line 1172, sass/base/_bootstrap-grid.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 1176, sass/base/_bootstrap-grid.scss */
.flex-row {
  flex-direction: row !important; }

/* line 1180, sass/base/_bootstrap-grid.scss */
.flex-column {
  flex-direction: column !important; }

/* line 1184, sass/base/_bootstrap-grid.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 1188, sass/base/_bootstrap-grid.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 1192, sass/base/_bootstrap-grid.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 1196, sass/base/_bootstrap-grid.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 1200, sass/base/_bootstrap-grid.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 1204, sass/base/_bootstrap-grid.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 1208, sass/base/_bootstrap-grid.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 1212, sass/base/_bootstrap-grid.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 1216, sass/base/_bootstrap-grid.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 1220, sass/base/_bootstrap-grid.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 1224, sass/base/_bootstrap-grid.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 1228, sass/base/_bootstrap-grid.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 1232, sass/base/_bootstrap-grid.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 1236, sass/base/_bootstrap-grid.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 1240, sass/base/_bootstrap-grid.scss */
.justify-content-evenly {
  justify-content: space-evenly !important; }

/* line 1244, sass/base/_bootstrap-grid.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 1248, sass/base/_bootstrap-grid.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 1252, sass/base/_bootstrap-grid.scss */
.align-items-center {
  align-items: center !important; }

/* line 1256, sass/base/_bootstrap-grid.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 1260, sass/base/_bootstrap-grid.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 1264, sass/base/_bootstrap-grid.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 1268, sass/base/_bootstrap-grid.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 1272, sass/base/_bootstrap-grid.scss */
.align-content-center {
  align-content: center !important; }

/* line 1276, sass/base/_bootstrap-grid.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 1280, sass/base/_bootstrap-grid.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 1284, sass/base/_bootstrap-grid.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 1288, sass/base/_bootstrap-grid.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 1292, sass/base/_bootstrap-grid.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 1296, sass/base/_bootstrap-grid.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 1300, sass/base/_bootstrap-grid.scss */
.align-self-center {
  align-self: center !important; }

/* line 1304, sass/base/_bootstrap-grid.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 1308, sass/base/_bootstrap-grid.scss */
.align-self-stretch {
  align-self: stretch !important; }

/* line 1312, sass/base/_bootstrap-grid.scss */
.order-first {
  order: -1 !important; }

/* line 1316, sass/base/_bootstrap-grid.scss */
.order-0 {
  order: 0 !important; }

/* line 1320, sass/base/_bootstrap-grid.scss */
.order-1 {
  order: 1 !important; }

/* line 1324, sass/base/_bootstrap-grid.scss */
.order-2 {
  order: 2 !important; }

/* line 1328, sass/base/_bootstrap-grid.scss */
.order-3 {
  order: 3 !important; }

/* line 1332, sass/base/_bootstrap-grid.scss */
.order-4 {
  order: 4 !important; }

/* line 1336, sass/base/_bootstrap-grid.scss */
.order-5 {
  order: 5 !important; }

/* line 1340, sass/base/_bootstrap-grid.scss */
.order-last {
  order: 6 !important; }

/* line 1344, sass/base/_bootstrap-grid.scss */
.m-0 {
  margin: 0 !important; }

/* line 1348, sass/base/_bootstrap-grid.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 1352, sass/base/_bootstrap-grid.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 1356, sass/base/_bootstrap-grid.scss */
.m-3 {
  margin: 1rem !important; }

/* line 1360, sass/base/_bootstrap-grid.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 1364, sass/base/_bootstrap-grid.scss */
.m-5 {
  margin: 3rem !important; }

/* line 1368, sass/base/_bootstrap-grid.scss */
.m-auto {
  margin: auto !important; }

/* line 1372, sass/base/_bootstrap-grid.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* line 1377, sass/base/_bootstrap-grid.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

/* line 1382, sass/base/_bootstrap-grid.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

/* line 1387, sass/base/_bootstrap-grid.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

/* line 1392, sass/base/_bootstrap-grid.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

/* line 1397, sass/base/_bootstrap-grid.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

/* line 1402, sass/base/_bootstrap-grid.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* line 1407, sass/base/_bootstrap-grid.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 1412, sass/base/_bootstrap-grid.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

/* line 1417, sass/base/_bootstrap-grid.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

/* line 1422, sass/base/_bootstrap-grid.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

/* line 1427, sass/base/_bootstrap-grid.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

/* line 1432, sass/base/_bootstrap-grid.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

/* line 1437, sass/base/_bootstrap-grid.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* line 1442, sass/base/_bootstrap-grid.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 1446, sass/base/_bootstrap-grid.scss */
.mt-1 {
  margin-top: 0.25rem !important; }

/* line 1450, sass/base/_bootstrap-grid.scss */
.mt-2 {
  margin-top: 0.5rem !important; }

/* line 1454, sass/base/_bootstrap-grid.scss */
.mt-3 {
  margin-top: 1rem !important; }

/* line 1458, sass/base/_bootstrap-grid.scss */
.mt-4 {
  margin-top: 1.5rem !important; }

/* line 1462, sass/base/_bootstrap-grid.scss */
.mt-5 {
  margin-top: 3rem !important; }

/* line 1466, sass/base/_bootstrap-grid.scss */
.mt-auto {
  margin-top: auto !important; }

/* line 1470, sass/base/_bootstrap-grid.scss */
.me-0 {
  margin-right: 0 !important; }

/* line 1474, sass/base/_bootstrap-grid.scss */
.me-1 {
  margin-right: 0.25rem !important; }

/* line 1478, sass/base/_bootstrap-grid.scss */
.me-2 {
  margin-right: 0.5rem !important; }

/* line 1482, sass/base/_bootstrap-grid.scss */
.me-3 {
  margin-right: 1rem !important; }

/* line 1486, sass/base/_bootstrap-grid.scss */
.me-4 {
  margin-right: 1.5rem !important; }

/* line 1490, sass/base/_bootstrap-grid.scss */
.me-5 {
  margin-right: 3rem !important; }

/* line 1494, sass/base/_bootstrap-grid.scss */
.me-auto {
  margin-right: auto !important; }

/* line 1498, sass/base/_bootstrap-grid.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 1502, sass/base/_bootstrap-grid.scss */
.mb-1 {
  margin-bottom: 0.25rem !important; }

/* line 1506, sass/base/_bootstrap-grid.scss */
.mb-2 {
  margin-bottom: 0.5rem !important; }

/* line 1510, sass/base/_bootstrap-grid.scss */
.mb-3 {
  margin-bottom: 1rem !important; }

/* line 1514, sass/base/_bootstrap-grid.scss */
.mb-4 {
  margin-bottom: 1.5rem !important; }

/* line 1518, sass/base/_bootstrap-grid.scss */
.mb-5 {
  margin-bottom: 3rem !important; }

/* line 1522, sass/base/_bootstrap-grid.scss */
.mb-auto {
  margin-bottom: auto !important; }

/* line 1526, sass/base/_bootstrap-grid.scss */
.ms-0 {
  margin-left: 0 !important; }

/* line 1530, sass/base/_bootstrap-grid.scss */
.ms-1 {
  margin-left: 0.25rem !important; }

/* line 1534, sass/base/_bootstrap-grid.scss */
.ms-2 {
  margin-left: 0.5rem !important; }

/* line 1538, sass/base/_bootstrap-grid.scss */
.ms-3 {
  margin-left: 1rem !important; }

/* line 1542, sass/base/_bootstrap-grid.scss */
.ms-4 {
  margin-left: 1.5rem !important; }

/* line 1546, sass/base/_bootstrap-grid.scss */
.ms-5 {
  margin-left: 3rem !important; }

/* line 1550, sass/base/_bootstrap-grid.scss */
.ms-auto {
  margin-left: auto !important; }

/* line 1554, sass/base/_bootstrap-grid.scss */
.p-0 {
  padding: 0 !important; }

/* line 1558, sass/base/_bootstrap-grid.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 1562, sass/base/_bootstrap-grid.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 1566, sass/base/_bootstrap-grid.scss */
.p-3 {
  padding: 1rem !important; }

/* line 1570, sass/base/_bootstrap-grid.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 1574, sass/base/_bootstrap-grid.scss */
.p-5 {
  padding: 3rem !important; }

/* line 1578, sass/base/_bootstrap-grid.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 1583, sass/base/_bootstrap-grid.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

/* line 1588, sass/base/_bootstrap-grid.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

/* line 1593, sass/base/_bootstrap-grid.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

/* line 1598, sass/base/_bootstrap-grid.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

/* line 1603, sass/base/_bootstrap-grid.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

/* line 1608, sass/base/_bootstrap-grid.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 1613, sass/base/_bootstrap-grid.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

/* line 1618, sass/base/_bootstrap-grid.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

/* line 1623, sass/base/_bootstrap-grid.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

/* line 1628, sass/base/_bootstrap-grid.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

/* line 1633, sass/base/_bootstrap-grid.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/* line 1638, sass/base/_bootstrap-grid.scss */
.pt-0 {
  padding-top: 0 !important; }

/* line 1642, sass/base/_bootstrap-grid.scss */
.pt-1 {
  padding-top: 0.25rem !important; }

/* line 1646, sass/base/_bootstrap-grid.scss */
.pt-2 {
  padding-top: 0.5rem !important; }

/* line 1650, sass/base/_bootstrap-grid.scss */
.pt-3 {
  padding-top: 1rem !important; }

/* line 1654, sass/base/_bootstrap-grid.scss */
.pt-4 {
  padding-top: 1.5rem !important; }

/* line 1658, sass/base/_bootstrap-grid.scss */
.pt-5 {
  padding-top: 3rem !important; }

/* line 1662, sass/base/_bootstrap-grid.scss */
.pe-0 {
  padding-right: 0 !important; }

/* line 1666, sass/base/_bootstrap-grid.scss */
.pe-1 {
  padding-right: 0.25rem !important; }

/* line 1670, sass/base/_bootstrap-grid.scss */
.pe-2 {
  padding-right: 0.5rem !important; }

/* line 1674, sass/base/_bootstrap-grid.scss */
.pe-3 {
  padding-right: 1rem !important; }

/* line 1678, sass/base/_bootstrap-grid.scss */
.pe-4 {
  padding-right: 1.5rem !important; }

/* line 1682, sass/base/_bootstrap-grid.scss */
.pe-5 {
  padding-right: 3rem !important; }

/* line 1686, sass/base/_bootstrap-grid.scss */
.pb-0 {
  padding-bottom: 0 !important; }

/* line 1690, sass/base/_bootstrap-grid.scss */
.pb-1 {
  padding-bottom: 0.25rem !important; }

/* line 1694, sass/base/_bootstrap-grid.scss */
.pb-2 {
  padding-bottom: 0.5rem !important; }

/* line 1698, sass/base/_bootstrap-grid.scss */
.pb-3 {
  padding-bottom: 1rem !important; }

/* line 1702, sass/base/_bootstrap-grid.scss */
.pb-4 {
  padding-bottom: 1.5rem !important; }

/* line 1706, sass/base/_bootstrap-grid.scss */
.pb-5 {
  padding-bottom: 3rem !important; }

/* line 1710, sass/base/_bootstrap-grid.scss */
.ps-0 {
  padding-left: 0 !important; }

/* line 1714, sass/base/_bootstrap-grid.scss */
.ps-1 {
  padding-left: 0.25rem !important; }

/* line 1718, sass/base/_bootstrap-grid.scss */
.ps-2 {
  padding-left: 0.5rem !important; }

/* line 1722, sass/base/_bootstrap-grid.scss */
.ps-3 {
  padding-left: 1rem !important; }

/* line 1726, sass/base/_bootstrap-grid.scss */
.ps-4 {
  padding-left: 1.5rem !important; }

/* line 1730, sass/base/_bootstrap-grid.scss */
.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  /* line 1735, sass/base/_bootstrap-grid.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 1738, sass/base/_bootstrap-grid.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 1741, sass/base/_bootstrap-grid.scss */
  .d-sm-block {
    display: block !important; }

  /* line 1744, sass/base/_bootstrap-grid.scss */
  .d-sm-grid {
    display: grid !important; }

  /* line 1747, sass/base/_bootstrap-grid.scss */
  .d-sm-inline-grid {
    display: inline-grid !important; }

  /* line 1750, sass/base/_bootstrap-grid.scss */
  .d-sm-table {
    display: table !important; }

  /* line 1753, sass/base/_bootstrap-grid.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 1756, sass/base/_bootstrap-grid.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 1759, sass/base/_bootstrap-grid.scss */
  .d-sm-flex {
    display: flex !important; }

  /* line 1762, sass/base/_bootstrap-grid.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; }

  /* line 1765, sass/base/_bootstrap-grid.scss */
  .d-sm-none {
    display: none !important; }

  /* line 1768, sass/base/_bootstrap-grid.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

  /* line 1771, sass/base/_bootstrap-grid.scss */
  .flex-sm-row {
    flex-direction: row !important; }

  /* line 1774, sass/base/_bootstrap-grid.scss */
  .flex-sm-column {
    flex-direction: column !important; }

  /* line 1777, sass/base/_bootstrap-grid.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 1780, sass/base/_bootstrap-grid.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 1783, sass/base/_bootstrap-grid.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  /* line 1786, sass/base/_bootstrap-grid.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  /* line 1789, sass/base/_bootstrap-grid.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 1792, sass/base/_bootstrap-grid.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 1795, sass/base/_bootstrap-grid.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  /* line 1798, sass/base/_bootstrap-grid.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  /* line 1801, sass/base/_bootstrap-grid.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 1804, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

  /* line 1807, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

  /* line 1810, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-center {
    justify-content: center !important; }

  /* line 1813, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }

  /* line 1816, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }

  /* line 1819, sass/base/_bootstrap-grid.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  /* line 1822, sass/base/_bootstrap-grid.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }

  /* line 1825, sass/base/_bootstrap-grid.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }

  /* line 1828, sass/base/_bootstrap-grid.scss */
  .align-items-sm-center {
    align-items: center !important; }

  /* line 1831, sass/base/_bootstrap-grid.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }

  /* line 1834, sass/base/_bootstrap-grid.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }

  /* line 1837, sass/base/_bootstrap-grid.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }

  /* line 1840, sass/base/_bootstrap-grid.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }

  /* line 1843, sass/base/_bootstrap-grid.scss */
  .align-content-sm-center {
    align-content: center !important; }

  /* line 1846, sass/base/_bootstrap-grid.scss */
  .align-content-sm-between {
    align-content: space-between !important; }

  /* line 1849, sass/base/_bootstrap-grid.scss */
  .align-content-sm-around {
    align-content: space-around !important; }

  /* line 1852, sass/base/_bootstrap-grid.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }

  /* line 1855, sass/base/_bootstrap-grid.scss */
  .align-self-sm-auto {
    align-self: auto !important; }

  /* line 1858, sass/base/_bootstrap-grid.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }

  /* line 1861, sass/base/_bootstrap-grid.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }

  /* line 1864, sass/base/_bootstrap-grid.scss */
  .align-self-sm-center {
    align-self: center !important; }

  /* line 1867, sass/base/_bootstrap-grid.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }

  /* line 1870, sass/base/_bootstrap-grid.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; }

  /* line 1873, sass/base/_bootstrap-grid.scss */
  .order-sm-first {
    order: -1 !important; }

  /* line 1876, sass/base/_bootstrap-grid.scss */
  .order-sm-0 {
    order: 0 !important; }

  /* line 1879, sass/base/_bootstrap-grid.scss */
  .order-sm-1 {
    order: 1 !important; }

  /* line 1882, sass/base/_bootstrap-grid.scss */
  .order-sm-2 {
    order: 2 !important; }

  /* line 1885, sass/base/_bootstrap-grid.scss */
  .order-sm-3 {
    order: 3 !important; }

  /* line 1888, sass/base/_bootstrap-grid.scss */
  .order-sm-4 {
    order: 4 !important; }

  /* line 1891, sass/base/_bootstrap-grid.scss */
  .order-sm-5 {
    order: 5 !important; }

  /* line 1894, sass/base/_bootstrap-grid.scss */
  .order-sm-last {
    order: 6 !important; }

  /* line 1897, sass/base/_bootstrap-grid.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 1900, sass/base/_bootstrap-grid.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 1903, sass/base/_bootstrap-grid.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 1906, sass/base/_bootstrap-grid.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 1909, sass/base/_bootstrap-grid.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 1912, sass/base/_bootstrap-grid.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 1915, sass/base/_bootstrap-grid.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 1918, sass/base/_bootstrap-grid.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 1922, sass/base/_bootstrap-grid.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 1926, sass/base/_bootstrap-grid.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 1930, sass/base/_bootstrap-grid.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 1934, sass/base/_bootstrap-grid.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 1938, sass/base/_bootstrap-grid.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 1942, sass/base/_bootstrap-grid.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 1946, sass/base/_bootstrap-grid.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 1950, sass/base/_bootstrap-grid.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 1954, sass/base/_bootstrap-grid.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 1958, sass/base/_bootstrap-grid.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 1962, sass/base/_bootstrap-grid.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 1966, sass/base/_bootstrap-grid.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 1970, sass/base/_bootstrap-grid.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 1974, sass/base/_bootstrap-grid.scss */
  .mt-sm-0 {
    margin-top: 0 !important; }

  /* line 1977, sass/base/_bootstrap-grid.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 1980, sass/base/_bootstrap-grid.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 1983, sass/base/_bootstrap-grid.scss */
  .mt-sm-3 {
    margin-top: 1rem !important; }

  /* line 1986, sass/base/_bootstrap-grid.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 1989, sass/base/_bootstrap-grid.scss */
  .mt-sm-5 {
    margin-top: 3rem !important; }

  /* line 1992, sass/base/_bootstrap-grid.scss */
  .mt-sm-auto {
    margin-top: auto !important; }

  /* line 1995, sass/base/_bootstrap-grid.scss */
  .me-sm-0 {
    margin-right: 0 !important; }

  /* line 1998, sass/base/_bootstrap-grid.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 2001, sass/base/_bootstrap-grid.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 2004, sass/base/_bootstrap-grid.scss */
  .me-sm-3 {
    margin-right: 1rem !important; }

  /* line 2007, sass/base/_bootstrap-grid.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 2010, sass/base/_bootstrap-grid.scss */
  .me-sm-5 {
    margin-right: 3rem !important; }

  /* line 2013, sass/base/_bootstrap-grid.scss */
  .me-sm-auto {
    margin-right: auto !important; }

  /* line 2016, sass/base/_bootstrap-grid.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important; }

  /* line 2019, sass/base/_bootstrap-grid.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 2022, sass/base/_bootstrap-grid.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 2025, sass/base/_bootstrap-grid.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 2028, sass/base/_bootstrap-grid.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 2031, sass/base/_bootstrap-grid.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 2034, sass/base/_bootstrap-grid.scss */
  .mb-sm-auto {
    margin-bottom: auto !important; }

  /* line 2037, sass/base/_bootstrap-grid.scss */
  .ms-sm-0 {
    margin-left: 0 !important; }

  /* line 2040, sass/base/_bootstrap-grid.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 2043, sass/base/_bootstrap-grid.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 2046, sass/base/_bootstrap-grid.scss */
  .ms-sm-3 {
    margin-left: 1rem !important; }

  /* line 2049, sass/base/_bootstrap-grid.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 2052, sass/base/_bootstrap-grid.scss */
  .ms-sm-5 {
    margin-left: 3rem !important; }

  /* line 2055, sass/base/_bootstrap-grid.scss */
  .ms-sm-auto {
    margin-left: auto !important; }

  /* line 2058, sass/base/_bootstrap-grid.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 2061, sass/base/_bootstrap-grid.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 2064, sass/base/_bootstrap-grid.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 2067, sass/base/_bootstrap-grid.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 2070, sass/base/_bootstrap-grid.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 2073, sass/base/_bootstrap-grid.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 2076, sass/base/_bootstrap-grid.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 2080, sass/base/_bootstrap-grid.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 2084, sass/base/_bootstrap-grid.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 2088, sass/base/_bootstrap-grid.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 2092, sass/base/_bootstrap-grid.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 2096, sass/base/_bootstrap-grid.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 2100, sass/base/_bootstrap-grid.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 2104, sass/base/_bootstrap-grid.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 2108, sass/base/_bootstrap-grid.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 2112, sass/base/_bootstrap-grid.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 2116, sass/base/_bootstrap-grid.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 2120, sass/base/_bootstrap-grid.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 2124, sass/base/_bootstrap-grid.scss */
  .pt-sm-0 {
    padding-top: 0 !important; }

  /* line 2127, sass/base/_bootstrap-grid.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 2130, sass/base/_bootstrap-grid.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 2133, sass/base/_bootstrap-grid.scss */
  .pt-sm-3 {
    padding-top: 1rem !important; }

  /* line 2136, sass/base/_bootstrap-grid.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 2139, sass/base/_bootstrap-grid.scss */
  .pt-sm-5 {
    padding-top: 3rem !important; }

  /* line 2142, sass/base/_bootstrap-grid.scss */
  .pe-sm-0 {
    padding-right: 0 !important; }

  /* line 2145, sass/base/_bootstrap-grid.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 2148, sass/base/_bootstrap-grid.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 2151, sass/base/_bootstrap-grid.scss */
  .pe-sm-3 {
    padding-right: 1rem !important; }

  /* line 2154, sass/base/_bootstrap-grid.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 2157, sass/base/_bootstrap-grid.scss */
  .pe-sm-5 {
    padding-right: 3rem !important; }

  /* line 2160, sass/base/_bootstrap-grid.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important; }

  /* line 2163, sass/base/_bootstrap-grid.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 2166, sass/base/_bootstrap-grid.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 2169, sass/base/_bootstrap-grid.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 2172, sass/base/_bootstrap-grid.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 2175, sass/base/_bootstrap-grid.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 2178, sass/base/_bootstrap-grid.scss */
  .ps-sm-0 {
    padding-left: 0 !important; }

  /* line 2181, sass/base/_bootstrap-grid.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 2184, sass/base/_bootstrap-grid.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 2187, sass/base/_bootstrap-grid.scss */
  .ps-sm-3 {
    padding-left: 1rem !important; }

  /* line 2190, sass/base/_bootstrap-grid.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important; }

  /* line 2193, sass/base/_bootstrap-grid.scss */
  .ps-sm-5 {
    padding-left: 3rem !important; } }
@media (min-width: 768px) {
  /* line 2198, sass/base/_bootstrap-grid.scss */
  .d-md-inline {
    display: inline !important; }

  /* line 2201, sass/base/_bootstrap-grid.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 2204, sass/base/_bootstrap-grid.scss */
  .d-md-block {
    display: block !important; }

  /* line 2207, sass/base/_bootstrap-grid.scss */
  .d-md-grid {
    display: grid !important; }

  /* line 2210, sass/base/_bootstrap-grid.scss */
  .d-md-inline-grid {
    display: inline-grid !important; }

  /* line 2213, sass/base/_bootstrap-grid.scss */
  .d-md-table {
    display: table !important; }

  /* line 2216, sass/base/_bootstrap-grid.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 2219, sass/base/_bootstrap-grid.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 2222, sass/base/_bootstrap-grid.scss */
  .d-md-flex {
    display: flex !important; }

  /* line 2225, sass/base/_bootstrap-grid.scss */
  .d-md-inline-flex {
    display: inline-flex !important; }

  /* line 2228, sass/base/_bootstrap-grid.scss */
  .d-md-none {
    display: none !important; }

  /* line 2231, sass/base/_bootstrap-grid.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }

  /* line 2234, sass/base/_bootstrap-grid.scss */
  .flex-md-row {
    flex-direction: row !important; }

  /* line 2237, sass/base/_bootstrap-grid.scss */
  .flex-md-column {
    flex-direction: column !important; }

  /* line 2240, sass/base/_bootstrap-grid.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 2243, sass/base/_bootstrap-grid.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 2246, sass/base/_bootstrap-grid.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  /* line 2249, sass/base/_bootstrap-grid.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  /* line 2252, sass/base/_bootstrap-grid.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 2255, sass/base/_bootstrap-grid.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 2258, sass/base/_bootstrap-grid.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

  /* line 2261, sass/base/_bootstrap-grid.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  /* line 2264, sass/base/_bootstrap-grid.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 2267, sass/base/_bootstrap-grid.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }

  /* line 2270, sass/base/_bootstrap-grid.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }

  /* line 2273, sass/base/_bootstrap-grid.scss */
  .justify-content-md-center {
    justify-content: center !important; }

  /* line 2276, sass/base/_bootstrap-grid.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }

  /* line 2279, sass/base/_bootstrap-grid.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }

  /* line 2282, sass/base/_bootstrap-grid.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  /* line 2285, sass/base/_bootstrap-grid.scss */
  .align-items-md-start {
    align-items: flex-start !important; }

  /* line 2288, sass/base/_bootstrap-grid.scss */
  .align-items-md-end {
    align-items: flex-end !important; }

  /* line 2291, sass/base/_bootstrap-grid.scss */
  .align-items-md-center {
    align-items: center !important; }

  /* line 2294, sass/base/_bootstrap-grid.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }

  /* line 2297, sass/base/_bootstrap-grid.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }

  /* line 2300, sass/base/_bootstrap-grid.scss */
  .align-content-md-start {
    align-content: flex-start !important; }

  /* line 2303, sass/base/_bootstrap-grid.scss */
  .align-content-md-end {
    align-content: flex-end !important; }

  /* line 2306, sass/base/_bootstrap-grid.scss */
  .align-content-md-center {
    align-content: center !important; }

  /* line 2309, sass/base/_bootstrap-grid.scss */
  .align-content-md-between {
    align-content: space-between !important; }

  /* line 2312, sass/base/_bootstrap-grid.scss */
  .align-content-md-around {
    align-content: space-around !important; }

  /* line 2315, sass/base/_bootstrap-grid.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }

  /* line 2318, sass/base/_bootstrap-grid.scss */
  .align-self-md-auto {
    align-self: auto !important; }

  /* line 2321, sass/base/_bootstrap-grid.scss */
  .align-self-md-start {
    align-self: flex-start !important; }

  /* line 2324, sass/base/_bootstrap-grid.scss */
  .align-self-md-end {
    align-self: flex-end !important; }

  /* line 2327, sass/base/_bootstrap-grid.scss */
  .align-self-md-center {
    align-self: center !important; }

  /* line 2330, sass/base/_bootstrap-grid.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }

  /* line 2333, sass/base/_bootstrap-grid.scss */
  .align-self-md-stretch {
    align-self: stretch !important; }

  /* line 2336, sass/base/_bootstrap-grid.scss */
  .order-md-first {
    order: -1 !important; }

  /* line 2339, sass/base/_bootstrap-grid.scss */
  .order-md-0 {
    order: 0 !important; }

  /* line 2342, sass/base/_bootstrap-grid.scss */
  .order-md-1 {
    order: 1 !important; }

  /* line 2345, sass/base/_bootstrap-grid.scss */
  .order-md-2 {
    order: 2 !important; }

  /* line 2348, sass/base/_bootstrap-grid.scss */
  .order-md-3 {
    order: 3 !important; }

  /* line 2351, sass/base/_bootstrap-grid.scss */
  .order-md-4 {
    order: 4 !important; }

  /* line 2354, sass/base/_bootstrap-grid.scss */
  .order-md-5 {
    order: 5 !important; }

  /* line 2357, sass/base/_bootstrap-grid.scss */
  .order-md-last {
    order: 6 !important; }

  /* line 2360, sass/base/_bootstrap-grid.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 2363, sass/base/_bootstrap-grid.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 2366, sass/base/_bootstrap-grid.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 2369, sass/base/_bootstrap-grid.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 2372, sass/base/_bootstrap-grid.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 2375, sass/base/_bootstrap-grid.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 2378, sass/base/_bootstrap-grid.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 2381, sass/base/_bootstrap-grid.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 2385, sass/base/_bootstrap-grid.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 2389, sass/base/_bootstrap-grid.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 2393, sass/base/_bootstrap-grid.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 2397, sass/base/_bootstrap-grid.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 2401, sass/base/_bootstrap-grid.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 2405, sass/base/_bootstrap-grid.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 2409, sass/base/_bootstrap-grid.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 2413, sass/base/_bootstrap-grid.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 2417, sass/base/_bootstrap-grid.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 2421, sass/base/_bootstrap-grid.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 2425, sass/base/_bootstrap-grid.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 2429, sass/base/_bootstrap-grid.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 2433, sass/base/_bootstrap-grid.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 2437, sass/base/_bootstrap-grid.scss */
  .mt-md-0 {
    margin-top: 0 !important; }

  /* line 2440, sass/base/_bootstrap-grid.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important; }

  /* line 2443, sass/base/_bootstrap-grid.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important; }

  /* line 2446, sass/base/_bootstrap-grid.scss */
  .mt-md-3 {
    margin-top: 1rem !important; }

  /* line 2449, sass/base/_bootstrap-grid.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important; }

  /* line 2452, sass/base/_bootstrap-grid.scss */
  .mt-md-5 {
    margin-top: 3rem !important; }

  /* line 2455, sass/base/_bootstrap-grid.scss */
  .mt-md-auto {
    margin-top: auto !important; }

  /* line 2458, sass/base/_bootstrap-grid.scss */
  .me-md-0 {
    margin-right: 0 !important; }

  /* line 2461, sass/base/_bootstrap-grid.scss */
  .me-md-1 {
    margin-right: 0.25rem !important; }

  /* line 2464, sass/base/_bootstrap-grid.scss */
  .me-md-2 {
    margin-right: 0.5rem !important; }

  /* line 2467, sass/base/_bootstrap-grid.scss */
  .me-md-3 {
    margin-right: 1rem !important; }

  /* line 2470, sass/base/_bootstrap-grid.scss */
  .me-md-4 {
    margin-right: 1.5rem !important; }

  /* line 2473, sass/base/_bootstrap-grid.scss */
  .me-md-5 {
    margin-right: 3rem !important; }

  /* line 2476, sass/base/_bootstrap-grid.scss */
  .me-md-auto {
    margin-right: auto !important; }

  /* line 2479, sass/base/_bootstrap-grid.scss */
  .mb-md-0 {
    margin-bottom: 0 !important; }

  /* line 2482, sass/base/_bootstrap-grid.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 2485, sass/base/_bootstrap-grid.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 2488, sass/base/_bootstrap-grid.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important; }

  /* line 2491, sass/base/_bootstrap-grid.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 2494, sass/base/_bootstrap-grid.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important; }

  /* line 2497, sass/base/_bootstrap-grid.scss */
  .mb-md-auto {
    margin-bottom: auto !important; }

  /* line 2500, sass/base/_bootstrap-grid.scss */
  .ms-md-0 {
    margin-left: 0 !important; }

  /* line 2503, sass/base/_bootstrap-grid.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important; }

  /* line 2506, sass/base/_bootstrap-grid.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important; }

  /* line 2509, sass/base/_bootstrap-grid.scss */
  .ms-md-3 {
    margin-left: 1rem !important; }

  /* line 2512, sass/base/_bootstrap-grid.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important; }

  /* line 2515, sass/base/_bootstrap-grid.scss */
  .ms-md-5 {
    margin-left: 3rem !important; }

  /* line 2518, sass/base/_bootstrap-grid.scss */
  .ms-md-auto {
    margin-left: auto !important; }

  /* line 2521, sass/base/_bootstrap-grid.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 2524, sass/base/_bootstrap-grid.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 2527, sass/base/_bootstrap-grid.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 2530, sass/base/_bootstrap-grid.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 2533, sass/base/_bootstrap-grid.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 2536, sass/base/_bootstrap-grid.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 2539, sass/base/_bootstrap-grid.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 2543, sass/base/_bootstrap-grid.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 2547, sass/base/_bootstrap-grid.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 2551, sass/base/_bootstrap-grid.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 2555, sass/base/_bootstrap-grid.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 2559, sass/base/_bootstrap-grid.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 2563, sass/base/_bootstrap-grid.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 2567, sass/base/_bootstrap-grid.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 2571, sass/base/_bootstrap-grid.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 2575, sass/base/_bootstrap-grid.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 2579, sass/base/_bootstrap-grid.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 2583, sass/base/_bootstrap-grid.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 2587, sass/base/_bootstrap-grid.scss */
  .pt-md-0 {
    padding-top: 0 !important; }

  /* line 2590, sass/base/_bootstrap-grid.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important; }

  /* line 2593, sass/base/_bootstrap-grid.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important; }

  /* line 2596, sass/base/_bootstrap-grid.scss */
  .pt-md-3 {
    padding-top: 1rem !important; }

  /* line 2599, sass/base/_bootstrap-grid.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important; }

  /* line 2602, sass/base/_bootstrap-grid.scss */
  .pt-md-5 {
    padding-top: 3rem !important; }

  /* line 2605, sass/base/_bootstrap-grid.scss */
  .pe-md-0 {
    padding-right: 0 !important; }

  /* line 2608, sass/base/_bootstrap-grid.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important; }

  /* line 2611, sass/base/_bootstrap-grid.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important; }

  /* line 2614, sass/base/_bootstrap-grid.scss */
  .pe-md-3 {
    padding-right: 1rem !important; }

  /* line 2617, sass/base/_bootstrap-grid.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important; }

  /* line 2620, sass/base/_bootstrap-grid.scss */
  .pe-md-5 {
    padding-right: 3rem !important; }

  /* line 2623, sass/base/_bootstrap-grid.scss */
  .pb-md-0 {
    padding-bottom: 0 !important; }

  /* line 2626, sass/base/_bootstrap-grid.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 2629, sass/base/_bootstrap-grid.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 2632, sass/base/_bootstrap-grid.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important; }

  /* line 2635, sass/base/_bootstrap-grid.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 2638, sass/base/_bootstrap-grid.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important; }

  /* line 2641, sass/base/_bootstrap-grid.scss */
  .ps-md-0 {
    padding-left: 0 !important; }

  /* line 2644, sass/base/_bootstrap-grid.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important; }

  /* line 2647, sass/base/_bootstrap-grid.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important; }

  /* line 2650, sass/base/_bootstrap-grid.scss */
  .ps-md-3 {
    padding-left: 1rem !important; }

  /* line 2653, sass/base/_bootstrap-grid.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important; }

  /* line 2656, sass/base/_bootstrap-grid.scss */
  .ps-md-5 {
    padding-left: 3rem !important; } }
@media (min-width: 992px) {
  /* line 2661, sass/base/_bootstrap-grid.scss */
  .d-lg-inline {
    display: inline !important; }

  /* line 2664, sass/base/_bootstrap-grid.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 2667, sass/base/_bootstrap-grid.scss */
  .d-lg-block {
    display: block !important; }

  /* line 2670, sass/base/_bootstrap-grid.scss */
  .d-lg-grid {
    display: grid !important; }

  /* line 2673, sass/base/_bootstrap-grid.scss */
  .d-lg-inline-grid {
    display: inline-grid !important; }

  /* line 2676, sass/base/_bootstrap-grid.scss */
  .d-lg-table {
    display: table !important; }

  /* line 2679, sass/base/_bootstrap-grid.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 2682, sass/base/_bootstrap-grid.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 2685, sass/base/_bootstrap-grid.scss */
  .d-lg-flex {
    display: flex !important; }

  /* line 2688, sass/base/_bootstrap-grid.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; }

  /* line 2691, sass/base/_bootstrap-grid.scss */
  .d-lg-none {
    display: none !important; }

  /* line 2694, sass/base/_bootstrap-grid.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

  /* line 2697, sass/base/_bootstrap-grid.scss */
  .flex-lg-row {
    flex-direction: row !important; }

  /* line 2700, sass/base/_bootstrap-grid.scss */
  .flex-lg-column {
    flex-direction: column !important; }

  /* line 2703, sass/base/_bootstrap-grid.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 2706, sass/base/_bootstrap-grid.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 2709, sass/base/_bootstrap-grid.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  /* line 2712, sass/base/_bootstrap-grid.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  /* line 2715, sass/base/_bootstrap-grid.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 2718, sass/base/_bootstrap-grid.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 2721, sass/base/_bootstrap-grid.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  /* line 2724, sass/base/_bootstrap-grid.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  /* line 2727, sass/base/_bootstrap-grid.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 2730, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

  /* line 2733, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

  /* line 2736, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-center {
    justify-content: center !important; }

  /* line 2739, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }

  /* line 2742, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }

  /* line 2745, sass/base/_bootstrap-grid.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  /* line 2748, sass/base/_bootstrap-grid.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }

  /* line 2751, sass/base/_bootstrap-grid.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }

  /* line 2754, sass/base/_bootstrap-grid.scss */
  .align-items-lg-center {
    align-items: center !important; }

  /* line 2757, sass/base/_bootstrap-grid.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }

  /* line 2760, sass/base/_bootstrap-grid.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }

  /* line 2763, sass/base/_bootstrap-grid.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }

  /* line 2766, sass/base/_bootstrap-grid.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }

  /* line 2769, sass/base/_bootstrap-grid.scss */
  .align-content-lg-center {
    align-content: center !important; }

  /* line 2772, sass/base/_bootstrap-grid.scss */
  .align-content-lg-between {
    align-content: space-between !important; }

  /* line 2775, sass/base/_bootstrap-grid.scss */
  .align-content-lg-around {
    align-content: space-around !important; }

  /* line 2778, sass/base/_bootstrap-grid.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }

  /* line 2781, sass/base/_bootstrap-grid.scss */
  .align-self-lg-auto {
    align-self: auto !important; }

  /* line 2784, sass/base/_bootstrap-grid.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }

  /* line 2787, sass/base/_bootstrap-grid.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }

  /* line 2790, sass/base/_bootstrap-grid.scss */
  .align-self-lg-center {
    align-self: center !important; }

  /* line 2793, sass/base/_bootstrap-grid.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }

  /* line 2796, sass/base/_bootstrap-grid.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; }

  /* line 2799, sass/base/_bootstrap-grid.scss */
  .order-lg-first {
    order: -1 !important; }

  /* line 2802, sass/base/_bootstrap-grid.scss */
  .order-lg-0 {
    order: 0 !important; }

  /* line 2805, sass/base/_bootstrap-grid.scss */
  .order-lg-1 {
    order: 1 !important; }

  /* line 2808, sass/base/_bootstrap-grid.scss */
  .order-lg-2 {
    order: 2 !important; }

  /* line 2811, sass/base/_bootstrap-grid.scss */
  .order-lg-3 {
    order: 3 !important; }

  /* line 2814, sass/base/_bootstrap-grid.scss */
  .order-lg-4 {
    order: 4 !important; }

  /* line 2817, sass/base/_bootstrap-grid.scss */
  .order-lg-5 {
    order: 5 !important; }

  /* line 2820, sass/base/_bootstrap-grid.scss */
  .order-lg-last {
    order: 6 !important; }

  /* line 2823, sass/base/_bootstrap-grid.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 2826, sass/base/_bootstrap-grid.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 2829, sass/base/_bootstrap-grid.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 2832, sass/base/_bootstrap-grid.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 2835, sass/base/_bootstrap-grid.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 2838, sass/base/_bootstrap-grid.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 2841, sass/base/_bootstrap-grid.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 2844, sass/base/_bootstrap-grid.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 2848, sass/base/_bootstrap-grid.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 2852, sass/base/_bootstrap-grid.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 2856, sass/base/_bootstrap-grid.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 2860, sass/base/_bootstrap-grid.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 2864, sass/base/_bootstrap-grid.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 2868, sass/base/_bootstrap-grid.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 2872, sass/base/_bootstrap-grid.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 2876, sass/base/_bootstrap-grid.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 2880, sass/base/_bootstrap-grid.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 2884, sass/base/_bootstrap-grid.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 2888, sass/base/_bootstrap-grid.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 2892, sass/base/_bootstrap-grid.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 2896, sass/base/_bootstrap-grid.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 2900, sass/base/_bootstrap-grid.scss */
  .mt-lg-0 {
    margin-top: 0 !important; }

  /* line 2903, sass/base/_bootstrap-grid.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 2906, sass/base/_bootstrap-grid.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 2909, sass/base/_bootstrap-grid.scss */
  .mt-lg-3 {
    margin-top: 1rem !important; }

  /* line 2912, sass/base/_bootstrap-grid.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 2915, sass/base/_bootstrap-grid.scss */
  .mt-lg-5 {
    margin-top: 3rem !important; }

  /* line 2918, sass/base/_bootstrap-grid.scss */
  .mt-lg-auto {
    margin-top: auto !important; }

  /* line 2921, sass/base/_bootstrap-grid.scss */
  .me-lg-0 {
    margin-right: 0 !important; }

  /* line 2924, sass/base/_bootstrap-grid.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 2927, sass/base/_bootstrap-grid.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 2930, sass/base/_bootstrap-grid.scss */
  .me-lg-3 {
    margin-right: 1rem !important; }

  /* line 2933, sass/base/_bootstrap-grid.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 2936, sass/base/_bootstrap-grid.scss */
  .me-lg-5 {
    margin-right: 3rem !important; }

  /* line 2939, sass/base/_bootstrap-grid.scss */
  .me-lg-auto {
    margin-right: auto !important; }

  /* line 2942, sass/base/_bootstrap-grid.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important; }

  /* line 2945, sass/base/_bootstrap-grid.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 2948, sass/base/_bootstrap-grid.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 2951, sass/base/_bootstrap-grid.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 2954, sass/base/_bootstrap-grid.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 2957, sass/base/_bootstrap-grid.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 2960, sass/base/_bootstrap-grid.scss */
  .mb-lg-auto {
    margin-bottom: auto !important; }

  /* line 2963, sass/base/_bootstrap-grid.scss */
  .ms-lg-0 {
    margin-left: 0 !important; }

  /* line 2966, sass/base/_bootstrap-grid.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 2969, sass/base/_bootstrap-grid.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 2972, sass/base/_bootstrap-grid.scss */
  .ms-lg-3 {
    margin-left: 1rem !important; }

  /* line 2975, sass/base/_bootstrap-grid.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 2978, sass/base/_bootstrap-grid.scss */
  .ms-lg-5 {
    margin-left: 3rem !important; }

  /* line 2981, sass/base/_bootstrap-grid.scss */
  .ms-lg-auto {
    margin-left: auto !important; }

  /* line 2984, sass/base/_bootstrap-grid.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 2987, sass/base/_bootstrap-grid.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 2990, sass/base/_bootstrap-grid.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 2993, sass/base/_bootstrap-grid.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 2996, sass/base/_bootstrap-grid.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 2999, sass/base/_bootstrap-grid.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 3002, sass/base/_bootstrap-grid.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 3006, sass/base/_bootstrap-grid.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 3010, sass/base/_bootstrap-grid.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 3014, sass/base/_bootstrap-grid.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 3018, sass/base/_bootstrap-grid.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 3022, sass/base/_bootstrap-grid.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 3026, sass/base/_bootstrap-grid.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 3030, sass/base/_bootstrap-grid.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 3034, sass/base/_bootstrap-grid.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 3038, sass/base/_bootstrap-grid.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 3042, sass/base/_bootstrap-grid.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 3046, sass/base/_bootstrap-grid.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 3050, sass/base/_bootstrap-grid.scss */
  .pt-lg-0 {
    padding-top: 0 !important; }

  /* line 3053, sass/base/_bootstrap-grid.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 3056, sass/base/_bootstrap-grid.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 3059, sass/base/_bootstrap-grid.scss */
  .pt-lg-3 {
    padding-top: 1rem !important; }

  /* line 3062, sass/base/_bootstrap-grid.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 3065, sass/base/_bootstrap-grid.scss */
  .pt-lg-5 {
    padding-top: 3rem !important; }

  /* line 3068, sass/base/_bootstrap-grid.scss */
  .pe-lg-0 {
    padding-right: 0 !important; }

  /* line 3071, sass/base/_bootstrap-grid.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 3074, sass/base/_bootstrap-grid.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 3077, sass/base/_bootstrap-grid.scss */
  .pe-lg-3 {
    padding-right: 1rem !important; }

  /* line 3080, sass/base/_bootstrap-grid.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 3083, sass/base/_bootstrap-grid.scss */
  .pe-lg-5 {
    padding-right: 3rem !important; }

  /* line 3086, sass/base/_bootstrap-grid.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important; }

  /* line 3089, sass/base/_bootstrap-grid.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 3092, sass/base/_bootstrap-grid.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 3095, sass/base/_bootstrap-grid.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 3098, sass/base/_bootstrap-grid.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 3101, sass/base/_bootstrap-grid.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 3104, sass/base/_bootstrap-grid.scss */
  .ps-lg-0 {
    padding-left: 0 !important; }

  /* line 3107, sass/base/_bootstrap-grid.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 3110, sass/base/_bootstrap-grid.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 3113, sass/base/_bootstrap-grid.scss */
  .ps-lg-3 {
    padding-left: 1rem !important; }

  /* line 3116, sass/base/_bootstrap-grid.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 3119, sass/base/_bootstrap-grid.scss */
  .ps-lg-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1200px) {
  /* line 3124, sass/base/_bootstrap-grid.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 3127, sass/base/_bootstrap-grid.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 3130, sass/base/_bootstrap-grid.scss */
  .d-xl-block {
    display: block !important; }

  /* line 3133, sass/base/_bootstrap-grid.scss */
  .d-xl-grid {
    display: grid !important; }

  /* line 3136, sass/base/_bootstrap-grid.scss */
  .d-xl-inline-grid {
    display: inline-grid !important; }

  /* line 3139, sass/base/_bootstrap-grid.scss */
  .d-xl-table {
    display: table !important; }

  /* line 3142, sass/base/_bootstrap-grid.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 3145, sass/base/_bootstrap-grid.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 3148, sass/base/_bootstrap-grid.scss */
  .d-xl-flex {
    display: flex !important; }

  /* line 3151, sass/base/_bootstrap-grid.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; }

  /* line 3154, sass/base/_bootstrap-grid.scss */
  .d-xl-none {
    display: none !important; }

  /* line 3157, sass/base/_bootstrap-grid.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

  /* line 3160, sass/base/_bootstrap-grid.scss */
  .flex-xl-row {
    flex-direction: row !important; }

  /* line 3163, sass/base/_bootstrap-grid.scss */
  .flex-xl-column {
    flex-direction: column !important; }

  /* line 3166, sass/base/_bootstrap-grid.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 3169, sass/base/_bootstrap-grid.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 3172, sass/base/_bootstrap-grid.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  /* line 3175, sass/base/_bootstrap-grid.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  /* line 3178, sass/base/_bootstrap-grid.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 3181, sass/base/_bootstrap-grid.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 3184, sass/base/_bootstrap-grid.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  /* line 3187, sass/base/_bootstrap-grid.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 3190, sass/base/_bootstrap-grid.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 3193, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

  /* line 3196, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

  /* line 3199, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-center {
    justify-content: center !important; }

  /* line 3202, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }

  /* line 3205, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }

  /* line 3208, sass/base/_bootstrap-grid.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  /* line 3211, sass/base/_bootstrap-grid.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }

  /* line 3214, sass/base/_bootstrap-grid.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }

  /* line 3217, sass/base/_bootstrap-grid.scss */
  .align-items-xl-center {
    align-items: center !important; }

  /* line 3220, sass/base/_bootstrap-grid.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }

  /* line 3223, sass/base/_bootstrap-grid.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }

  /* line 3226, sass/base/_bootstrap-grid.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }

  /* line 3229, sass/base/_bootstrap-grid.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }

  /* line 3232, sass/base/_bootstrap-grid.scss */
  .align-content-xl-center {
    align-content: center !important; }

  /* line 3235, sass/base/_bootstrap-grid.scss */
  .align-content-xl-between {
    align-content: space-between !important; }

  /* line 3238, sass/base/_bootstrap-grid.scss */
  .align-content-xl-around {
    align-content: space-around !important; }

  /* line 3241, sass/base/_bootstrap-grid.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }

  /* line 3244, sass/base/_bootstrap-grid.scss */
  .align-self-xl-auto {
    align-self: auto !important; }

  /* line 3247, sass/base/_bootstrap-grid.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }

  /* line 3250, sass/base/_bootstrap-grid.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }

  /* line 3253, sass/base/_bootstrap-grid.scss */
  .align-self-xl-center {
    align-self: center !important; }

  /* line 3256, sass/base/_bootstrap-grid.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }

  /* line 3259, sass/base/_bootstrap-grid.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; }

  /* line 3262, sass/base/_bootstrap-grid.scss */
  .order-xl-first {
    order: -1 !important; }

  /* line 3265, sass/base/_bootstrap-grid.scss */
  .order-xl-0 {
    order: 0 !important; }

  /* line 3268, sass/base/_bootstrap-grid.scss */
  .order-xl-1 {
    order: 1 !important; }

  /* line 3271, sass/base/_bootstrap-grid.scss */
  .order-xl-2 {
    order: 2 !important; }

  /* line 3274, sass/base/_bootstrap-grid.scss */
  .order-xl-3 {
    order: 3 !important; }

  /* line 3277, sass/base/_bootstrap-grid.scss */
  .order-xl-4 {
    order: 4 !important; }

  /* line 3280, sass/base/_bootstrap-grid.scss */
  .order-xl-5 {
    order: 5 !important; }

  /* line 3283, sass/base/_bootstrap-grid.scss */
  .order-xl-last {
    order: 6 !important; }

  /* line 3286, sass/base/_bootstrap-grid.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 3289, sass/base/_bootstrap-grid.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 3292, sass/base/_bootstrap-grid.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 3295, sass/base/_bootstrap-grid.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 3298, sass/base/_bootstrap-grid.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 3301, sass/base/_bootstrap-grid.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 3304, sass/base/_bootstrap-grid.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 3307, sass/base/_bootstrap-grid.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 3311, sass/base/_bootstrap-grid.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 3315, sass/base/_bootstrap-grid.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 3319, sass/base/_bootstrap-grid.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 3323, sass/base/_bootstrap-grid.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 3327, sass/base/_bootstrap-grid.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 3331, sass/base/_bootstrap-grid.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 3335, sass/base/_bootstrap-grid.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 3339, sass/base/_bootstrap-grid.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 3343, sass/base/_bootstrap-grid.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 3347, sass/base/_bootstrap-grid.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 3351, sass/base/_bootstrap-grid.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 3355, sass/base/_bootstrap-grid.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 3359, sass/base/_bootstrap-grid.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 3363, sass/base/_bootstrap-grid.scss */
  .mt-xl-0 {
    margin-top: 0 !important; }

  /* line 3366, sass/base/_bootstrap-grid.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 3369, sass/base/_bootstrap-grid.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 3372, sass/base/_bootstrap-grid.scss */
  .mt-xl-3 {
    margin-top: 1rem !important; }

  /* line 3375, sass/base/_bootstrap-grid.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 3378, sass/base/_bootstrap-grid.scss */
  .mt-xl-5 {
    margin-top: 3rem !important; }

  /* line 3381, sass/base/_bootstrap-grid.scss */
  .mt-xl-auto {
    margin-top: auto !important; }

  /* line 3384, sass/base/_bootstrap-grid.scss */
  .me-xl-0 {
    margin-right: 0 !important; }

  /* line 3387, sass/base/_bootstrap-grid.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 3390, sass/base/_bootstrap-grid.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 3393, sass/base/_bootstrap-grid.scss */
  .me-xl-3 {
    margin-right: 1rem !important; }

  /* line 3396, sass/base/_bootstrap-grid.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 3399, sass/base/_bootstrap-grid.scss */
  .me-xl-5 {
    margin-right: 3rem !important; }

  /* line 3402, sass/base/_bootstrap-grid.scss */
  .me-xl-auto {
    margin-right: auto !important; }

  /* line 3405, sass/base/_bootstrap-grid.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important; }

  /* line 3408, sass/base/_bootstrap-grid.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 3411, sass/base/_bootstrap-grid.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 3414, sass/base/_bootstrap-grid.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 3417, sass/base/_bootstrap-grid.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 3420, sass/base/_bootstrap-grid.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 3423, sass/base/_bootstrap-grid.scss */
  .mb-xl-auto {
    margin-bottom: auto !important; }

  /* line 3426, sass/base/_bootstrap-grid.scss */
  .ms-xl-0 {
    margin-left: 0 !important; }

  /* line 3429, sass/base/_bootstrap-grid.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 3432, sass/base/_bootstrap-grid.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 3435, sass/base/_bootstrap-grid.scss */
  .ms-xl-3 {
    margin-left: 1rem !important; }

  /* line 3438, sass/base/_bootstrap-grid.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 3441, sass/base/_bootstrap-grid.scss */
  .ms-xl-5 {
    margin-left: 3rem !important; }

  /* line 3444, sass/base/_bootstrap-grid.scss */
  .ms-xl-auto {
    margin-left: auto !important; }

  /* line 3447, sass/base/_bootstrap-grid.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 3450, sass/base/_bootstrap-grid.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 3453, sass/base/_bootstrap-grid.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 3456, sass/base/_bootstrap-grid.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 3459, sass/base/_bootstrap-grid.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 3462, sass/base/_bootstrap-grid.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 3465, sass/base/_bootstrap-grid.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 3469, sass/base/_bootstrap-grid.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 3473, sass/base/_bootstrap-grid.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 3477, sass/base/_bootstrap-grid.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 3481, sass/base/_bootstrap-grid.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 3485, sass/base/_bootstrap-grid.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 3489, sass/base/_bootstrap-grid.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 3493, sass/base/_bootstrap-grid.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 3497, sass/base/_bootstrap-grid.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 3501, sass/base/_bootstrap-grid.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 3505, sass/base/_bootstrap-grid.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 3509, sass/base/_bootstrap-grid.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 3513, sass/base/_bootstrap-grid.scss */
  .pt-xl-0 {
    padding-top: 0 !important; }

  /* line 3516, sass/base/_bootstrap-grid.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 3519, sass/base/_bootstrap-grid.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 3522, sass/base/_bootstrap-grid.scss */
  .pt-xl-3 {
    padding-top: 1rem !important; }

  /* line 3525, sass/base/_bootstrap-grid.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 3528, sass/base/_bootstrap-grid.scss */
  .pt-xl-5 {
    padding-top: 3rem !important; }

  /* line 3531, sass/base/_bootstrap-grid.scss */
  .pe-xl-0 {
    padding-right: 0 !important; }

  /* line 3534, sass/base/_bootstrap-grid.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 3537, sass/base/_bootstrap-grid.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 3540, sass/base/_bootstrap-grid.scss */
  .pe-xl-3 {
    padding-right: 1rem !important; }

  /* line 3543, sass/base/_bootstrap-grid.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 3546, sass/base/_bootstrap-grid.scss */
  .pe-xl-5 {
    padding-right: 3rem !important; }

  /* line 3549, sass/base/_bootstrap-grid.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important; }

  /* line 3552, sass/base/_bootstrap-grid.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 3555, sass/base/_bootstrap-grid.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 3558, sass/base/_bootstrap-grid.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 3561, sass/base/_bootstrap-grid.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 3564, sass/base/_bootstrap-grid.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 3567, sass/base/_bootstrap-grid.scss */
  .ps-xl-0 {
    padding-left: 0 !important; }

  /* line 3570, sass/base/_bootstrap-grid.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 3573, sass/base/_bootstrap-grid.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 3576, sass/base/_bootstrap-grid.scss */
  .ps-xl-3 {
    padding-left: 1rem !important; }

  /* line 3579, sass/base/_bootstrap-grid.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 3582, sass/base/_bootstrap-grid.scss */
  .ps-xl-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1400px) {
  /* line 3587, sass/base/_bootstrap-grid.scss */
  .d-xxl-inline {
    display: inline !important; }

  /* line 3590, sass/base/_bootstrap-grid.scss */
  .d-xxl-inline-block {
    display: inline-block !important; }

  /* line 3593, sass/base/_bootstrap-grid.scss */
  .d-xxl-block {
    display: block !important; }

  /* line 3596, sass/base/_bootstrap-grid.scss */
  .d-xxl-grid {
    display: grid !important; }

  /* line 3599, sass/base/_bootstrap-grid.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important; }

  /* line 3602, sass/base/_bootstrap-grid.scss */
  .d-xxl-table {
    display: table !important; }

  /* line 3605, sass/base/_bootstrap-grid.scss */
  .d-xxl-table-row {
    display: table-row !important; }

  /* line 3608, sass/base/_bootstrap-grid.scss */
  .d-xxl-table-cell {
    display: table-cell !important; }

  /* line 3611, sass/base/_bootstrap-grid.scss */
  .d-xxl-flex {
    display: flex !important; }

  /* line 3614, sass/base/_bootstrap-grid.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important; }

  /* line 3617, sass/base/_bootstrap-grid.scss */
  .d-xxl-none {
    display: none !important; }

  /* line 3620, sass/base/_bootstrap-grid.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  /* line 3623, sass/base/_bootstrap-grid.scss */
  .flex-xxl-row {
    flex-direction: row !important; }

  /* line 3626, sass/base/_bootstrap-grid.scss */
  .flex-xxl-column {
    flex-direction: column !important; }

  /* line 3629, sass/base/_bootstrap-grid.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 3632, sass/base/_bootstrap-grid.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 3635, sass/base/_bootstrap-grid.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  /* line 3638, sass/base/_bootstrap-grid.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  /* line 3641, sass/base/_bootstrap-grid.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 3644, sass/base/_bootstrap-grid.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 3647, sass/base/_bootstrap-grid.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  /* line 3650, sass/base/_bootstrap-grid.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 3653, sass/base/_bootstrap-grid.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 3656, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  /* line 3659, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  /* line 3662, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-center {
    justify-content: center !important; }

  /* line 3665, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important; }

  /* line 3668, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important; }

  /* line 3671, sass/base/_bootstrap-grid.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  /* line 3674, sass/base/_bootstrap-grid.scss */
  .align-items-xxl-start {
    align-items: flex-start !important; }

  /* line 3677, sass/base/_bootstrap-grid.scss */
  .align-items-xxl-end {
    align-items: flex-end !important; }

  /* line 3680, sass/base/_bootstrap-grid.scss */
  .align-items-xxl-center {
    align-items: center !important; }

  /* line 3683, sass/base/_bootstrap-grid.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important; }

  /* line 3686, sass/base/_bootstrap-grid.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important; }

  /* line 3689, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-start {
    align-content: flex-start !important; }

  /* line 3692, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-end {
    align-content: flex-end !important; }

  /* line 3695, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-center {
    align-content: center !important; }

  /* line 3698, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-between {
    align-content: space-between !important; }

  /* line 3701, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-around {
    align-content: space-around !important; }

  /* line 3704, sass/base/_bootstrap-grid.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important; }

  /* line 3707, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-auto {
    align-self: auto !important; }

  /* line 3710, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-start {
    align-self: flex-start !important; }

  /* line 3713, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-end {
    align-self: flex-end !important; }

  /* line 3716, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-center {
    align-self: center !important; }

  /* line 3719, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important; }

  /* line 3722, sass/base/_bootstrap-grid.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important; }

  /* line 3725, sass/base/_bootstrap-grid.scss */
  .order-xxl-first {
    order: -1 !important; }

  /* line 3728, sass/base/_bootstrap-grid.scss */
  .order-xxl-0 {
    order: 0 !important; }

  /* line 3731, sass/base/_bootstrap-grid.scss */
  .order-xxl-1 {
    order: 1 !important; }

  /* line 3734, sass/base/_bootstrap-grid.scss */
  .order-xxl-2 {
    order: 2 !important; }

  /* line 3737, sass/base/_bootstrap-grid.scss */
  .order-xxl-3 {
    order: 3 !important; }

  /* line 3740, sass/base/_bootstrap-grid.scss */
  .order-xxl-4 {
    order: 4 !important; }

  /* line 3743, sass/base/_bootstrap-grid.scss */
  .order-xxl-5 {
    order: 5 !important; }

  /* line 3746, sass/base/_bootstrap-grid.scss */
  .order-xxl-last {
    order: 6 !important; }

  /* line 3749, sass/base/_bootstrap-grid.scss */
  .m-xxl-0 {
    margin: 0 !important; }

  /* line 3752, sass/base/_bootstrap-grid.scss */
  .m-xxl-1 {
    margin: 0.25rem !important; }

  /* line 3755, sass/base/_bootstrap-grid.scss */
  .m-xxl-2 {
    margin: 0.5rem !important; }

  /* line 3758, sass/base/_bootstrap-grid.scss */
  .m-xxl-3 {
    margin: 1rem !important; }

  /* line 3761, sass/base/_bootstrap-grid.scss */
  .m-xxl-4 {
    margin: 1.5rem !important; }

  /* line 3764, sass/base/_bootstrap-grid.scss */
  .m-xxl-5 {
    margin: 3rem !important; }

  /* line 3767, sass/base/_bootstrap-grid.scss */
  .m-xxl-auto {
    margin: auto !important; }

  /* line 3770, sass/base/_bootstrap-grid.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 3774, sass/base/_bootstrap-grid.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 3778, sass/base/_bootstrap-grid.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 3782, sass/base/_bootstrap-grid.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 3786, sass/base/_bootstrap-grid.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 3790, sass/base/_bootstrap-grid.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 3794, sass/base/_bootstrap-grid.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 3798, sass/base/_bootstrap-grid.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 3802, sass/base/_bootstrap-grid.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 3806, sass/base/_bootstrap-grid.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 3810, sass/base/_bootstrap-grid.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 3814, sass/base/_bootstrap-grid.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 3818, sass/base/_bootstrap-grid.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 3822, sass/base/_bootstrap-grid.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 3826, sass/base/_bootstrap-grid.scss */
  .mt-xxl-0 {
    margin-top: 0 !important; }

  /* line 3829, sass/base/_bootstrap-grid.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }

  /* line 3832, sass/base/_bootstrap-grid.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }

  /* line 3835, sass/base/_bootstrap-grid.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important; }

  /* line 3838, sass/base/_bootstrap-grid.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }

  /* line 3841, sass/base/_bootstrap-grid.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important; }

  /* line 3844, sass/base/_bootstrap-grid.scss */
  .mt-xxl-auto {
    margin-top: auto !important; }

  /* line 3847, sass/base/_bootstrap-grid.scss */
  .me-xxl-0 {
    margin-right: 0 !important; }

  /* line 3850, sass/base/_bootstrap-grid.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  /* line 3853, sass/base/_bootstrap-grid.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  /* line 3856, sass/base/_bootstrap-grid.scss */
  .me-xxl-3 {
    margin-right: 1rem !important; }

  /* line 3859, sass/base/_bootstrap-grid.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  /* line 3862, sass/base/_bootstrap-grid.scss */
  .me-xxl-5 {
    margin-right: 3rem !important; }

  /* line 3865, sass/base/_bootstrap-grid.scss */
  .me-xxl-auto {
    margin-right: auto !important; }

  /* line 3868, sass/base/_bootstrap-grid.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  /* line 3871, sass/base/_bootstrap-grid.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 3874, sass/base/_bootstrap-grid.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 3877, sass/base/_bootstrap-grid.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  /* line 3880, sass/base/_bootstrap-grid.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 3883, sass/base/_bootstrap-grid.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  /* line 3886, sass/base/_bootstrap-grid.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important; }

  /* line 3889, sass/base/_bootstrap-grid.scss */
  .ms-xxl-0 {
    margin-left: 0 !important; }

  /* line 3892, sass/base/_bootstrap-grid.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  /* line 3895, sass/base/_bootstrap-grid.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  /* line 3898, sass/base/_bootstrap-grid.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important; }

  /* line 3901, sass/base/_bootstrap-grid.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  /* line 3904, sass/base/_bootstrap-grid.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important; }

  /* line 3907, sass/base/_bootstrap-grid.scss */
  .ms-xxl-auto {
    margin-left: auto !important; }

  /* line 3910, sass/base/_bootstrap-grid.scss */
  .p-xxl-0 {
    padding: 0 !important; }

  /* line 3913, sass/base/_bootstrap-grid.scss */
  .p-xxl-1 {
    padding: 0.25rem !important; }

  /* line 3916, sass/base/_bootstrap-grid.scss */
  .p-xxl-2 {
    padding: 0.5rem !important; }

  /* line 3919, sass/base/_bootstrap-grid.scss */
  .p-xxl-3 {
    padding: 1rem !important; }

  /* line 3922, sass/base/_bootstrap-grid.scss */
  .p-xxl-4 {
    padding: 1.5rem !important; }

  /* line 3925, sass/base/_bootstrap-grid.scss */
  .p-xxl-5 {
    padding: 3rem !important; }

  /* line 3928, sass/base/_bootstrap-grid.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 3932, sass/base/_bootstrap-grid.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 3936, sass/base/_bootstrap-grid.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 3940, sass/base/_bootstrap-grid.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 3944, sass/base/_bootstrap-grid.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 3948, sass/base/_bootstrap-grid.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 3952, sass/base/_bootstrap-grid.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 3956, sass/base/_bootstrap-grid.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 3960, sass/base/_bootstrap-grid.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 3964, sass/base/_bootstrap-grid.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 3968, sass/base/_bootstrap-grid.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 3972, sass/base/_bootstrap-grid.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 3976, sass/base/_bootstrap-grid.scss */
  .pt-xxl-0 {
    padding-top: 0 !important; }

  /* line 3979, sass/base/_bootstrap-grid.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  /* line 3982, sass/base/_bootstrap-grid.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  /* line 3985, sass/base/_bootstrap-grid.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important; }

  /* line 3988, sass/base/_bootstrap-grid.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  /* line 3991, sass/base/_bootstrap-grid.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important; }

  /* line 3994, sass/base/_bootstrap-grid.scss */
  .pe-xxl-0 {
    padding-right: 0 !important; }

  /* line 3997, sass/base/_bootstrap-grid.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  /* line 4000, sass/base/_bootstrap-grid.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  /* line 4003, sass/base/_bootstrap-grid.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important; }

  /* line 4006, sass/base/_bootstrap-grid.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  /* line 4009, sass/base/_bootstrap-grid.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important; }

  /* line 4012, sass/base/_bootstrap-grid.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  /* line 4015, sass/base/_bootstrap-grid.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 4018, sass/base/_bootstrap-grid.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 4021, sass/base/_bootstrap-grid.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  /* line 4024, sass/base/_bootstrap-grid.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 4027, sass/base/_bootstrap-grid.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  /* line 4030, sass/base/_bootstrap-grid.scss */
  .ps-xxl-0 {
    padding-left: 0 !important; }

  /* line 4033, sass/base/_bootstrap-grid.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  /* line 4036, sass/base/_bootstrap-grid.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  /* line 4039, sass/base/_bootstrap-grid.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important; }

  /* line 4042, sass/base/_bootstrap-grid.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  /* line 4045, sass/base/_bootstrap-grid.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important; } }
@media print {
  /* line 4050, sass/base/_bootstrap-grid.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 4053, sass/base/_bootstrap-grid.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 4056, sass/base/_bootstrap-grid.scss */
  .d-print-block {
    display: block !important; }

  /* line 4059, sass/base/_bootstrap-grid.scss */
  .d-print-grid {
    display: grid !important; }

  /* line 4062, sass/base/_bootstrap-grid.scss */
  .d-print-inline-grid {
    display: inline-grid !important; }

  /* line 4065, sass/base/_bootstrap-grid.scss */
  .d-print-table {
    display: table !important; }

  /* line 4068, sass/base/_bootstrap-grid.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 4071, sass/base/_bootstrap-grid.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 4074, sass/base/_bootstrap-grid.scss */
  .d-print-flex {
    display: flex !important; }

  /* line 4077, sass/base/_bootstrap-grid.scss */
  .d-print-inline-flex {
    display: inline-flex !important; }

  /* line 4080, sass/base/_bootstrap-grid.scss */
  .d-print-none {
    display: none !important; } }
/*# sourceMappingURL=bootstrap-grid.css.map */
/* line 1, sass/base/_grid-spacer.scss */
.container {
  max-width: 1190px; }

/* line 5, sass/base/_grid-spacer.scss */
.text-flow > * + * {
  margin-top: 1.5rem !important; }

/* line 8, sass/base/_grid-spacer.scss */
.pb-block-60 {
  padding-bottom: 60px; }

/* line 11, sass/base/_grid-spacer.scss */
.pb-block-100 {
  padding-bottom: 100px; }

/* line 14, sass/base/_grid-spacer.scss */
.py-block-60 {
  padding-bottom: 60px;
  padding-top: 60px; }

/* line 19, sass/base/_grid-spacer.scss */
.pt-block-80 {
  padding-top: 80px; }

/* line 22, sass/base/_grid-spacer.scss */
.py-block-80 {
  padding-bottom: 80px;
  padding-top: 80px; }

/* line 26, sass/base/_grid-spacer.scss */
.py-block-100 {
  padding-bottom: 100px;
  padding-top: 100px; }

/* line 30, sass/base/_grid-spacer.scss */
.py-block-120 {
  padding-bottom: 120px;
  padding-top: 120px; }

/* line 35, sass/base/_grid-spacer.scss */
.py-block-250 {
  padding-bottom: 250px;
  padding-top: 250px; }

/* line 40, sass/base/_grid-spacer.scss */
.pb-block-120 {
  padding-bottom: 120px; }

/* line 44, sass/base/_grid-spacer.scss */
.pt-block-120 {
  padding-top: 120px; }

/* line 48, sass/base/_grid-spacer.scss */
.pt-block-100 {
  padding-top: 100px; }

/* line 51, sass/base/_grid-spacer.scss */
.pt-block-200 {
  padding-top: 200px; }

/* line 55, sass/base/_grid-spacer.scss */
.pt-block-140 {
  padding-top: 140px; }

/* line 59, sass/base/_grid-spacer.scss */
.pb-block-200 {
  padding-bottom: 200px; }

/* line 62, sass/base/_grid-spacer.scss */
.py-block-200 {
  padding-bottom: 200px;
  padding-top: 200px; }

/* line 67, sass/base/_grid-spacer.scss */
.mt-block-200 {
  margin-top: 200px; }

.mb-block-200 {
  margin-bottom: 200px; }

/* line 71, sass/base/_grid-spacer.scss */
.mb-block-80 {
  margin-bottom: 80px; }

/* line 74, sass/base/_grid-spacer.scss */
.mb-block-60 {
  margin-bottom: 60px; }

/* line 78, sass/base/_grid-spacer.scss */
.mt-block-80 {
  margin-top: 80px; }

/* line 82, sass/base/_grid-spacer.scss */
.my-block-80 {
  margin-bottom: 80px;
  margin-top: 80px; }

/* line 86, sass/base/_grid-spacer.scss */
.my-block-120 {
  margin-bottom: 120px;
  margin-top: 120px; }

.mt-block-120 {
  margin-top: 120px; }
.mb-block-48 {
  margin-bottom: 48px; }

/* line 91, sass/base/_grid-spacer.scss */
.gap-50 {
  gap: 50px; }

/* line 1, sass/base/_utilities.scss */
html {
  scroll-behavior: smooth; }

/* line 5, sass/base/_utilities.scss */
.acf-block-preview {
  max-width: 100%;
  width: 100%; }

/* line 10, sass/base/_utilities.scss */
hr {
  height: 0;
  color: inherit;
  border-top-width: 2px;
  border-color: #F1F6FA;
  margin-top: 12px;
  margin-bottom: 12px; }

/* line 19, sass/base/_utilities.scss */
.position-relative {
  position: relative; }

/* line 23, sass/base/_utilities.scss */
.text-balanced {
  text-wrap: balance; }

/* line 26, sass/base/_utilities.scss */
.h-100 {
  height: 100%; }

/* line 30, sass/base/_utilities.scss */
.rounded {
  border-radius: 20px; }

/* line 33, sass/base/_utilities.scss */
.shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

/* line 37, sass/base/_utilities.scss */
.img-absolute-cover {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center; }

/* line 47, sass/base/_utilities.scss */
.full-size-image-ratio {
  display: block;
  width: 100%;
  padding-top: 45%; }

/* line 53, sass/base/_utilities.scss */
.transition-200 {
  transition: 200ms ease-in-out all; }

/* line 57, sass/base/_utilities.scss */
.transition-500 {
  transition: 500ms ease-in-out all; }

/* line 61, sass/base/_utilities.scss */
.tt-uppercase {
  text-transform: uppercase; }

/* line 65, sass/base/_utilities.scss */
.pe-none {
  pointer-events: none; }

/* line 68, sass/base/_utilities.scss */
.z-index-n1 {
  z-index: -1; }

/* line 72, sass/base/_utilities.scss */
.z-index-1 {
  z-index: 1; }

/* line 76, sass/base/_utilities.scss */
.z-index-2 {
  z-index: 2; }

/* line 80, sass/base/_utilities.scss */
.z-index-3 {
  z-index: 3; }

/* line 84, sass/base/_utilities.scss */
.opacity-0 {
  opacity: 0 !important; }

/* line 88, sass/base/_utilities.scss */
.opacity-25 {
  opacity: 0.25 !important; }

/* line 92, sass/base/_utilities.scss */
.opacity-50 {
  opacity: 0.5 !important; }

/* line 96, sass/base/_utilities.scss */
.opacity-75 {
  opacity: 0.75 !important; }

/* line 100, sass/base/_utilities.scss */
.opacity-100 {
  opacity: 1 !important; }

/* line 104, sass/base/_utilities.scss */
.overflow-auto {
  overflow: auto !important; }

/* line 108, sass/base/_utilities.scss */
.overflow-hidden {
  overflow: hidden !important; }

/* line 112, sass/base/_utilities.scss */
.overflow-visible {
  overflow: visible !important; }

/* line 116, sass/base/_utilities.scss */
.overflow-scroll {
  overflow: scroll !important; }

/* line 120, sass/base/_utilities.scss */
.text-start {
  text-align: left !important; }

/* line 124, sass/base/_utilities.scss */
.text-end {
  text-align: right !important; }

/* line 128, sass/base/_utilities.scss */
.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  /* line 132, sass/base/_utilities.scss */
  .text-sm-start {
    text-align: left !important; }

  /* line 135, sass/base/_utilities.scss */
  .text-sm-end {
    text-align: right !important; }

  /* line 138, sass/base/_utilities.scss */
  .text-sm-center {
    text-align: center !important; } }
@media (min-width: 768px) {
  /* line 144, sass/base/_utilities.scss */
  .text-md-start {
    text-align: left !important; }

  /* line 147, sass/base/_utilities.scss */
  .text-md-end {
    text-align: right !important; }

  /* line 150, sass/base/_utilities.scss */
  .text-md-center {
    text-align: center !important; } }
@media (min-width: 992px) {
  /* line 156, sass/base/_utilities.scss */
  .text-lg-start {
    text-align: left !important; }

  /* line 159, sass/base/_utilities.scss */
  .text-lg-end {
    text-align: right !important; }

  /* line 162, sass/base/_utilities.scss */
  .text-lg-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  /* line 167, sass/base/_utilities.scss */
  .text-xl-start {
    text-align: left !important; }

  /* line 170, sass/base/_utilities.scss */
  .text-xl-end {
    text-align: right !important; }

  /* line 173, sass/base/_utilities.scss */
  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  /* line 178, sass/base/_utilities.scss */
  .text-xxl-start {
    text-align: left !important; }

  /* line 181, sass/base/_utilities.scss */
  .text-xxl-end {
    text-align: right !important; }

  /* line 184, sass/base/_utilities.scss */
  .text-xxl-center {
    text-align: center !important; } }
/* line 1, sass/base/_headlines.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .d1, .d2, .d3, .d4 {
  line-height: 1.2;
  text-wrap: balance;
  font-weight: 800; }

/* line 7, sass/base/_headlines.scss */
.text-big-deco {
  font-size: 14vw;
  line-height: 1.2;
  text-wrap: balance;
  font-weight: 800; }

/* line 13, sass/base/_headlines.scss */
.text-big-deco-svg {
  height: auto;
  width: 11vw;
  margin-top: 3vw;
  margin-right: 5vw; }

/* line 19, sass/base/_headlines.scss */
.text-big-deco-1 {
  margin-left: -1vw; }

/* line 22, sass/base/_headlines.scss */
.text-big-deco-2 {
  margin-right: -1vw; }

/* line 35, sass/base/_headlines.scss */
.d1 {
  font-size: 40px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    .d1 {
      font-size: calc(40px + (90 - 40) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    .d1 {
      font-size: 90px;
      font-size: 5.625rem; } }

/* line 35, sass/base/_headlines.scss */
.d2 {
  font-size: 30px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    .d2 {
      font-size: calc(30px + (70 - 30) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    .d2 {
      font-size: 70px;
      font-size: 4.375rem; } }

/* line 35, sass/base/_headlines.scss */
.d3 {
  font-size: 70px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    .d3 {
      font-size: calc(70px + (80 - 70) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    .d3 {
      font-size: 80px;
      font-size: 5rem; } }

/* line 35, sass/base/_headlines.scss */
.d4 {
  font-size: 60px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    .d4 {
      font-size: calc(60px + (70 - 60) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    .d4 {
      font-size: 70px;
      font-size: 4.375rem; } }

/* line 35, sass/base/_headlines.scss */
h1, .h1 {
  font-size: 23px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h1, .h1 {
      font-size: calc(23px + (56 - 23) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h1, .h1 {
      font-size: 56px;
      font-size: 3.5rem; } }

/* line 35, sass/base/_headlines.scss */
h2, .h2 {
  font-size: 28px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h2, .h2 {
      font-size: calc(28px + (38 - 28) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h2, .h2 {
      font-size: 38px;
      font-size: 2.375rem; } }

/* line 35, sass/base/_headlines.scss */
h3, .h3 {
  font-size: 22px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h3, .h3 {
      font-size: calc(22px + (24 - 22) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h3, .h3 {
      font-size: 24px;
      font-size: 1.5rem; } }

/* line 35, sass/base/_headlines.scss */
h4, .h4 {
  font-size: 20px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h4, .h4 {
      font-size: calc(20px + (22 - 20) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h4, .h4 {
      font-size: 22px;
      font-size: 1.375rem; } }

/* line 35, sass/base/_headlines.scss */
h5, .h5 {
  font-size: 18px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h5, .h5 {
      font-size: calc(18px + (18 - 18) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h5, .h5 {
      font-size: 18px;
      font-size: 1.125rem; } }

/* line 35, sass/base/_headlines.scss */
h6, .h6 {
  font-size: 16px; }
  @media screen and (min-width: 500px) {
    /* line 35, sass/base/_headlines.scss */
    h6, .h6 {
      font-size: calc(16px + (16 - 16) * ((100vw - 500px) / (1190 - 500))); } }
  @media screen and (min-width: 1190px) {
    /* line 35, sass/base/_headlines.scss */
    h6, .h6 {
      font-size: 16px;
      font-size: 1rem; } }

/* line 1, sass/base/_copy.scss */
p {
  line-height: 1.77; }

/* line 5, sass/base/_copy.scss */
.fs-18 {
  font-size: 18px; }

/* line 9, sass/base/_copy.scss */
.fs-22 {
  font-size: 22px; }

/* line 13, sass/base/_copy.scss */
.fs-24 {
  font-size: 22px; }

/* line 17, sass/base/_copy.scss */
.fstyle-normal {
  font-style: normal; }

/* line 21, sass/base/_copy.scss */
.fw-800 {
  font-weight: 800; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
/* line 5, sass/addons/_flickity.scss */
.flickity-enabled {
  position: relative; }

/* line 9, sass/addons/_flickity.scss */
.flickity-enabled:focus {
  outline: none; }

/* line 11, sass/addons/_flickity.scss */
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

/* line 17, sass/addons/_flickity.scss */
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
/* line 25, sass/addons/_flickity.scss */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 33, sass/addons/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

/* line 39, sass/addons/_flickity.scss */
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
/* line 46, sass/addons/_flickity.scss */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

/* line 53, sass/addons/_flickity.scss */
.flickity-button:hover {
  background: white;
  cursor: pointer; }

/* line 58, sass/addons/_flickity.scss */
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

/* line 63, sass/addons/_flickity.scss */
.flickity-button:active {
  opacity: 0.6; }

/* line 67, sass/addons/_flickity.scss */
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

/* line 74, sass/addons/_flickity.scss */
.flickity-button-icon {
  fill: currentColor; }

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

/* line 89, sass/addons/_flickity.scss */
.flickity-prev-next-button.previous {
  left: 10px; }

/* line 90, sass/addons/_flickity.scss */
.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
/* line 92, sass/addons/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

/* line 96, sass/addons/_flickity.scss */
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

/* line 101, sass/addons/_flickity.scss */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
/* line 111, sass/addons/_flickity.scss */
.flickity-page-dots {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  align-items: stretch; }

/* line 125, sass/addons/_flickity.scss */
.flickity-rtl .flickity-page-dots {
  direction: rtl; }

/* line 127, sass/addons/_flickity.scss */
.flickity-page-dots .dot {
  display: inline-block;
  width: auto;
  height: 10px;
  background: #fff;
  border-radius: 0%;
  width: 100%;
  cursor: pointer;
  transition: 200ms ease-in-out background; }

/* line 138, sass/addons/_flickity.scss */
.grey-dots .flickity-page-dots .dot {
  background: #F1F6FA; }

/* line 143, sass/addons/_flickity.scss */
.flickity-page-dots .dot.is-selected {
  background: #033462; }

/* line 147, sass/addons/_flickity.scss */
.bg-primary .flickity-page-dots .dot.is-selected {
  background: #4EAFF8; }

/* if backdrop support: very transparent and blurred */
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  /* line 3, sass/elements/_vfx.scss */
  .background-blur {
    -webkit-backdrop-filter: blur(5px) opacity(1);
    backdrop-filter: blur(5px) opacity(1); } }
/* line 9, sass/elements/_vfx.scss */
.is-loading {
  opacity: 0.5;
  filter: blur(5px); }

/* line 14, sass/elements/_vfx.scss */
.reading-progress {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  height: 10px;
  z-index: 99;
  appearance: none;
  background-color: #F1F6FA;
  border: none;
  color: var(--color-primary); }
  /* line 26, sass/elements/_vfx.scss */
  .reading-progress::-webkit-progress-bar {
    background-color: #F1F6FA; }
  /* line 30, sass/elements/_vfx.scss */
  .reading-progress::-webkit-progress-value {
    background-color: var(--color-primary); }
  /* line 34, sass/elements/_vfx.scss */
  .reading-progress::-moz-progress-bar {
    background-color: var(--color-primary); }

/* line 39, sass/elements/_vfx.scss */
.opacity-05 {
  opacity: 0.5; }

/* line 43, sass/elements/_vfx.scss */
.iframe-fullscreen {
  width: 100%;
  height: 90vh; }

/* line 48, sass/elements/_vfx.scss */
.square-image {
  position: relative;
  display: block;
  width: 100%; }
  /* line 52, sass/elements/_vfx.scss */
  .square-image--ratio {
    display: block;
    width: 100%;
    padding-top: 100%; }

/* line 59, sass/elements/_vfx.scss */
.linkcards-grid-deco {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
  max-width: 308px;
  width: 46%;
  height: auto; }

/* line 70, sass/elements/_vfx.scss */
.home-intro-deco {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 365px;
  width: 30vw;
  height: auto;
  transform: translateY(25%);
  pointer-events: none; }

/* line 82, sass/elements/_vfx.scss */
.header-image {
  position: relative;
  display: block;
  width: 100%; }
  /* line 86, sass/elements/_vfx.scss */
  .header-image--ratio {
    display: block;
    width: 100%;
    padding-top: 100%;
border-radius: 20px;
overflow: hidden;}
  /* line 91, sass/elements/_vfx.scss */
  .header-image--icon {
    position: absolute;
    top: 53%;
    left: 81%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 45%;
    height: auto; }
    /* line 99, sass/elements/_vfx.scss */
    .header-image--icon.is-scrolled {
      top: 70%;
      left: 75%;
      transform: translate(-50%, -50%) rotate(45deg); }
  /* line 105, sass/elements/_vfx.scss */
  .xheader-image:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 50%;
    background: var(--color-dark); }
  /* line 115, sass/elements/_vfx.scss */
  .header-image--corner {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 50%;
    width: 50%;
    z-index: 2; }

/* line 127, sass/elements/_vfx.scss */
.bg-primary .header-image:after {
  background: var(--color-primary); }

/* line 130, sass/elements/_vfx.scss */
.bg-white .header-image:after {
  background: var(--color-white); }

/* line 134, sass/elements/_vfx.scss */
.footer-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right bottom; }
  @media screen and (max-width: 900px) {
    /* line 134, sass/elements/_vfx.scss */
    .footer-bg {
      opacity: 0.1; } }

/* line 147, sass/elements/_vfx.scss */
.unternehmen-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 60%;
  object-fit: cover;
  object-position: top right; }
  @media screen and (max-width: 900px) {
    /* line 147, sass/elements/_vfx.scss */
    .unternehmen-bg {
      opacity: 0.1; } }

/* line 160, sass/elements/_vfx.scss */
.section-deco-bg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: right top; }
  @media screen and (max-width: 991px) {
    /* line 160, sass/elements/_vfx.scss */
    .section-deco-bg {
      opacity: 0.1; } }

/* line 173, sass/elements/_vfx.scss */
.portraits {
  position: relative;
  display: flex; }
  /* line 177, sass/elements/_vfx.scss */
  .portraits img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 6px solid var(--color-accent);
    position: relative; }
  /* line 184, sass/elements/_vfx.scss */
  .portraits img + img {
    margin-left: -20px; }

/* line 188, sass/elements/_vfx.scss */
.bottom-white {
  position: relative; }

/* line 191, sass/elements/_vfx.scss */
.bottom-white:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 50%;
  width: 100%;
  background: white; }

/* line 201, sass/elements/_vfx.scss */
.right-dark:after,
.right-white:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 50vw;
  background: white; }

/* line 211, sass/elements/_vfx.scss */
.bg-dark.right-white:after,
.right-dark:after {
  background: var(--color-dark); }

/* line 216, sass/elements/_vfx.scss */
.overlay-darken {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #033462;
  opacity: .6; }

/* line 1, sass/elements/_buttons.scss */
.acf-block-preview .wp-core-ui .button, .acf-block-preview .navbar__menu--secondary nav a:last-child, .acf-block-preview .button, .acf-block-preview button, .acf-block-preview .wp-block-button__link, .acf-block-preview .wp-element-button, .acf-block-preview input[type=button], .acf-block-preview input[type=submit], .acf-block-preview input[type=reset]
.styled-page .wp-core-ui .button, .styled-page .navbar__menu--secondary nav a:last-child, .styled-page .button, .styled-page button, .styled-page .wp-block-button__link, .styled-page .wp-element-button, .styled-page input[type=button], .styled-page input[type=submit], .styled-page input[type=reset] {
  display: inline-block;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 15px 23px;
  font-weight: 700;
  font-size: 1rem;
  text-rendering: geometricPrecision;
  cursor: pointer;
  background: var(--color-primary);
  border: 2px solid var(--color-primary);
  color: white; }
  /* line 33, sass/elements/_buttons.scss */
  .button--light .acf-block-preview .wp-core-ui .button, .acf-block-preview .wp-core-ui .button.button--light,
  .button--light .acf-block-preview .navbar__menu--secondary nav a:last-child, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--light,
  .button--light .acf-block-preview .button, .acf-block-preview .button.button--light,
  .button--light .acf-block-preview button, .acf-block-preview button.button--light,
  .button--light .acf-block-preview .wp-block-button__link, .acf-block-preview .wp-block-button__link.button--light,
  .button--light .acf-block-preview .wp-element-button, .acf-block-preview .wp-element-button.button--light,
  .button--light .acf-block-preview input[type=button], .acf-block-preview input[type=button].button--light,
  .button--light .acf-block-preview input[type=submit], .acf-block-preview input[type=submit].button--light,
  .button--light .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button, .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button.button--light,
  .button--light .styled-page .navbar__menu--secondary nav a:last-child, .styled-page .navbar__menu--secondary nav a:last-child.button--light,
  .button--light .styled-page .button, .styled-page .button.button--light,
  .button--light .styled-page button, .styled-page button.button--light,
  .button--light .styled-page .wp-block-button__link, .styled-page .wp-block-button__link.button--light,
  .button--light .styled-page .wp-element-button, .styled-page .wp-element-button.button--light,
  .button--light .styled-page input[type=button], .styled-page input[type=button].button--light,
  .button--light .styled-page input[type=submit], .styled-page input[type=submit].button--light,
  .button--light .styled-page input[type=reset], .styled-page input[type=reset].button--light {
    background: var(--color-white);
    border: 2px solid var(--color-white);
    color: var(--color-dark); }
  /* line 40, sass/elements/_buttons.scss */
  .button--ghost .acf-block-preview .wp-core-ui .button, .acf-block-preview .wp-core-ui .button.button--ghost, .button--ghost .acf-block-preview .navbar__menu--secondary nav a:last-child, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--ghost, .button--ghost .acf-block-preview .button, .acf-block-preview .button.button--ghost, .button--ghost .acf-block-preview button, .acf-block-preview button.button--ghost, .button--ghost .acf-block-preview .wp-block-button__link, .acf-block-preview .wp-block-button__link.button--ghost, .button--ghost .acf-block-preview .wp-element-button, .acf-block-preview .wp-element-button.button--ghost, .button--ghost .acf-block-preview input[type=button], .acf-block-preview input[type=button].button--ghost, .button--ghost .acf-block-preview input[type=submit], .acf-block-preview input[type=submit].button--ghost, .button--ghost .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button, .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button.button--ghost, .button--ghost .styled-page .navbar__menu--secondary nav a:last-child, .styled-page .navbar__menu--secondary nav a:last-child.button--ghost, .button--ghost .styled-page .button, .styled-page .button.button--ghost, .button--ghost .styled-page button, .styled-page button.button--ghost, .button--ghost .styled-page .wp-block-button__link, .styled-page .wp-block-button__link.button--ghost, .button--ghost .styled-page .wp-element-button, .styled-page .wp-element-button.button--ghost, .button--ghost .styled-page input[type=button], .styled-page input[type=button].button--ghost, .button--ghost .styled-page input[type=submit], .styled-page input[type=submit].button--ghost, .button--ghost .styled-page input[type=reset], .styled-page input[type=reset].button--ghost {
    background: none;
    border: 2px solid var(--color-primary);
    color: var(--color-primary); }
  /* line 46, sass/elements/_buttons.scss */
  .button--ghost.button--light .acf-block-preview .wp-core-ui .button, .acf-block-preview .wp-core-ui .button.button--ghost.button--light, .button--ghost.button--light .acf-block-preview .navbar__menu--secondary nav a:last-child, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--ghost.button--light, .button--ghost.button--light .acf-block-preview .button, .acf-block-preview .button.button--ghost.button--light, .button--ghost.button--light .acf-block-preview button, .acf-block-preview button.button--ghost.button--light, .button--ghost.button--light .acf-block-preview .wp-block-button__link, .acf-block-preview .wp-block-button__link.button--ghost.button--light, .button--ghost.button--light .acf-block-preview .wp-element-button, .acf-block-preview .wp-element-button.button--ghost.button--light, .button--ghost.button--light .acf-block-preview input[type=button], .acf-block-preview input[type=button].button--ghost.button--light, .button--ghost.button--light .acf-block-preview input[type=submit], .acf-block-preview input[type=submit].button--ghost.button--light, .button--ghost.button--light .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button, .acf-block-preview input[type=reset]
  .styled-page .wp-core-ui .button.button--ghost.button--light, .button--ghost.button--light .styled-page .navbar__menu--secondary nav a:last-child, .styled-page .navbar__menu--secondary nav a:last-child.button--ghost.button--light, .button--ghost.button--light .styled-page .button, .styled-page .button.button--ghost.button--light, .button--ghost.button--light .styled-page button, .styled-page button.button--ghost.button--light, .button--ghost.button--light .styled-page .wp-block-button__link, .styled-page .wp-block-button__link.button--ghost.button--light, .button--ghost.button--light .styled-page .wp-element-button, .styled-page .wp-element-button.button--ghost.button--light, .button--ghost.button--light .styled-page input[type=button], .styled-page input[type=button].button--ghost.button--light, .button--ghost.button--light .styled-page input[type=submit], .styled-page input[type=submit].button--ghost.button--light, .button--ghost.button--light .styled-page input[type=reset], .styled-page input[type=reset].button--ghost.button--light {
    background: none;
    border: 2px solid var(--color-white);
    color: var(--color-white); }

.button.button-green {
	    background: var(--color-accent);
    border: 2px solid var(--color-accent);
    color: var(--color-white); 
}
  @media (hover: hover) and (pointer: fine) {
    /* line 1, sass/elements/_buttons.scss */
    .acf-block-preview .wp-core-ui .button, .acf-block-preview .navbar__menu--secondary nav a:last-child, .acf-block-preview .button, .acf-block-preview button, .acf-block-preview .wp-block-button__link, .acf-block-preview .wp-element-button, .acf-block-preview input[type=button], .acf-block-preview input[type=submit], .acf-block-preview input[type=reset]
    .styled-page .wp-core-ui .button, .styled-page .navbar__menu--secondary nav a:last-child, .styled-page .button, .styled-page button, .styled-page .wp-block-button__link, .styled-page .wp-element-button, .styled-page input[type=button], .styled-page input[type=submit], .styled-page input[type=reset] {
      transition: 100ms ease-in-out all; }
      /* line 56, sass/elements/_buttons.scss */
      .acf-block-preview .wp-core-ui .button:hover, .acf-block-preview .navbar__menu--secondary nav a:last-child:hover, .acf-block-preview .button:hover, .acf-block-preview button:hover, .acf-block-preview .wp-block-button__link:hover, .acf-block-preview .wp-element-button:hover, .acf-block-preview input[type=button]:hover, .acf-block-preview input[type=submit]:hover, .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button:hover, .styled-page .navbar__menu--secondary nav a:last-child:hover, .styled-page .button:hover, .styled-page button:hover, .styled-page .wp-block-button__link:hover, .styled-page .wp-element-button:hover, .styled-page input[type=button]:hover, .styled-page input[type=submit]:hover, .styled-page input[type=reset]:hover {
  background: #022850;
  border: 2px solid #022850;
        color: white; }
      /* line 64, sass/elements/_buttons.scss */
      .button--ghost .acf-block-preview .wp-core-ui .button:hover, .acf-block-preview .wp-core-ui .button.button--ghost:hover, .button--ghost .acf-block-preview .navbar__menu--secondary nav a:last-child:hover, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--ghost:hover, .button--ghost .acf-block-preview .button:hover, .acf-block-preview .button.button--ghost:hover, .button--ghost .acf-block-preview button:hover, .acf-block-preview button.button--ghost:hover, .button--ghost .acf-block-preview .wp-block-button__link:hover, .acf-block-preview .wp-block-button__link.button--ghost:hover, .button--ghost .acf-block-preview .wp-element-button:hover, .acf-block-preview .wp-element-button.button--ghost:hover, .button--ghost .acf-block-preview input[type=button]:hover, .acf-block-preview input[type=button].button--ghost:hover, .button--ghost .acf-block-preview input[type=submit]:hover, .acf-block-preview input[type=submit].button--ghost:hover, .button--ghost .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button:hover, .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button.button--ghost:hover, .button--ghost .styled-page .navbar__menu--secondary nav a:last-child:hover, .styled-page .navbar__menu--secondary nav a:last-child.button--ghost:hover, .button--ghost .styled-page .button:hover, .styled-page .button.button--ghost:hover, .button--ghost .styled-page button:hover, .styled-page button.button--ghost:hover, .button--ghost .styled-page .wp-block-button__link:hover, .styled-page .wp-block-button__link.button--ghost:hover, .button--ghost .styled-page .wp-element-button:hover, .styled-page .wp-element-button.button--ghost:hover, .button--ghost .styled-page input[type=button]:hover, .styled-page input[type=button].button--ghost:hover, .button--ghost .styled-page input[type=submit]:hover, .styled-page input[type=submit].button--ghost:hover, .button--ghost .styled-page input[type=reset]:hover, .styled-page input[type=reset].button--ghost:hover {
        background: none;
        border: 2px solid var(--color-white);
        color: var(--color-white); }
      /* line 71, sass/elements/_buttons.scss */
      .acf-block-preview .wp-core-ui .button.hover--white-outline:hover, .acf-block-preview .navbar__menu--secondary nav a:last-child.hover--white-outline:hover, .acf-block-preview .button.hover--white-outline:hover, .acf-block-preview button.hover--white-outline:hover, .acf-block-preview .wp-block-button__link.hover--white-outline:hover, .acf-block-preview .wp-element-button.hover--white-outline:hover, .acf-block-preview input[type=button].hover--white-outline:hover, .acf-block-preview input[type=submit].hover--white-outline:hover, .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button.hover--white-outline:hover, .styled-page .navbar__menu--secondary nav a:last-child.hover--white-outline:hover, .styled-page .button.hover--white-outline:hover, .styled-page button.hover--white-outline:hover, .styled-page .wp-block-button__link.hover--white-outline:hover, .styled-page .wp-element-button.hover--white-outline:hover, .styled-page input[type=button].hover--white-outline:hover, .styled-page input[type=submit].hover--white-outline:hover, .styled-page input[type=reset].hover--white-outline:hover {
        border: 2px solid var(--color-white); }
      /* line 76, sass/elements/_buttons.scss */
      .button--ghost.hover--dark .acf-block-preview .wp-core-ui .button:hover, .acf-block-preview .wp-core-ui .button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview .navbar__menu--secondary nav a:last-child:hover, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview .button:hover, .acf-block-preview .button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview button:hover, .acf-block-preview button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview .wp-block-button__link:hover, .acf-block-preview .wp-block-button__link.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview .wp-element-button:hover, .acf-block-preview .wp-element-button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview input[type=button]:hover, .acf-block-preview input[type=button].button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview input[type=submit]:hover, .acf-block-preview input[type=submit].button--ghost.hover--dark:hover, .button--ghost.hover--dark .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button:hover, .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page .navbar__menu--secondary nav a:last-child:hover, .styled-page .navbar__menu--secondary nav a:last-child.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page .button:hover, .styled-page .button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page button:hover, .styled-page button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page .wp-block-button__link:hover, .styled-page .wp-block-button__link.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page .wp-element-button:hover, .styled-page .wp-element-button.button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page input[type=button]:hover, .styled-page input[type=button].button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page input[type=submit]:hover, .styled-page input[type=submit].button--ghost.hover--dark:hover, .button--ghost.hover--dark .styled-page input[type=reset]:hover, .styled-page input[type=reset].button--ghost.hover--dark:hover {
        background: none;
        border: 2px solid var(--color-dark);
        color: var(--color-dark); }
      /* line 85, sass/elements/_buttons.scss */
      .button--ghost.hover--fill--primary .acf-block-preview .wp-core-ui .button:hover, .acf-block-preview .wp-core-ui .button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview .navbar__menu--secondary nav a:last-child:hover, .acf-block-preview .navbar__menu--secondary nav a:last-child.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview .button:hover, .acf-block-preview .button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview button:hover, .acf-block-preview button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview .wp-block-button__link:hover, .acf-block-preview .wp-block-button__link.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview .wp-element-button:hover, .acf-block-preview .wp-element-button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview input[type=button]:hover, .acf-block-preview input[type=button].button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview input[type=submit]:hover, .acf-block-preview input[type=submit].button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button:hover, .acf-block-preview input[type=reset]
      .styled-page .wp-core-ui .button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page .navbar__menu--secondary nav a:last-child:hover, .styled-page .navbar__menu--secondary nav a:last-child.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page .button:hover, .styled-page .button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page button:hover, .styled-page button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page .wp-block-button__link:hover, .styled-page .wp-block-button__link.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page .wp-element-button:hover, .styled-page .wp-element-button.button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page input[type=button]:hover, .styled-page input[type=button].button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page input[type=submit]:hover, .styled-page input[type=submit].button--ghost.hover--fill--primary:hover, .button--ghost.hover--fill--primary .styled-page input[type=reset]:hover, .styled-page input[type=reset].button--ghost.hover--fill--primary:hover {
        background: var(--color-primary);
        border: 2px solid var(--color-primary);
        color: var(--color-white); } 

.button.button-green:hover {
	    background: #00a944;
    border: 2px solid #00a944;
    color: var(--color-white); 
}
}

.styled-page .navbar__menu--secondary nav a:last-child {
	display: flex;
	align-items: center;
	gap: 8px;
}

.styled-page .navbar:not(.navbar--white) .navbar__menu--secondary nav a:last-child {
	background: var(--color-white);
      border: 2px solid var(--color-white);
      color: var(--color-dark); 
}
.styled-page .navbar .navbar__menu--secondary nav a:last-child:hover {
	background: var(--color-accent);
      border: 2px solid var(--color-accent);
      color: var(--color-white); 
}

.styled-page .navbar .navbar__menu--secondary nav a:last-child svg path {
transition: 100ms ease-in-out fill;
}
.styled-page .navbar .navbar__menu--secondary nav a:last-child:hover svg path {
      fill: var(--color-white); 
}

/* line 95, sass/elements/_buttons.scss */
.navbar--primary .navbar__menu--secondary nav a:last-child {
  background: var(--color-white);
  border: 2px solid var(--color-white);
  color: var(--color-dark); }
  @media (hover: hover) and (pointer: fine) {
    /* line 100, sass/elements/_buttons.scss */
    .navbar--primary .navbar__menu--secondary nav a:last-child:hover {
      background: var(--color-dark);
      border: 2px solid var(--color-dark);
      color: var(--color-white); } }

/* line 108, sass/elements/_buttons.scss */
.button-group {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }

/* line 114, sass/elements/_buttons.scss */
.button-burger {
  padding: 10px; }
  /* line 117, sass/elements/_buttons.scss */
  .button-burger--inner {
    display: block;
    height: 22px;
    width: 22px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-around;
    transition: 200ms ease-in-out all; }
  /* line 127, sass/elements/_buttons.scss */
  .button-burger--line {
    display: block;
    height: 2px;
    border-radius: 2px;
    width: 100%;
    background: white;
    transition: 200ms ease-in-out all; }
  /* line 135, sass/elements/_buttons.scss */
  .button-burger.is-active .button-burger--line.get-hidden, .button-burger.is-active .button-burger--line.get-hidden {
    opacity: 0;
    width: 0; }
  /* line 140, sass/elements/_buttons.scss */
  .button-burger.is-active .button-burger--line.get-transformed {
    transform: rotate(45deg); }
    /* line 142, sass/elements/_buttons.scss */
    .button-burger.is-active .button-burger--line.get-transformed > * {
      transform: rotate(-90deg); }

@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }
/* line 158, sass/elements/_buttons.scss */
.presse-infinite-button {
  position: relative; }

/* line 161, sass/elements/_buttons.scss */
.presse-infinite-button .loading {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transform-origin: center center; }
  /* line 170, sass/elements/_buttons.scss */
  .presse-infinite-button .loading svg {
    animation: rotating 2s linear infinite; }

/* line 175, sass/elements/_buttons.scss */
.presse-infinite-button .more {
  opacity: 1; }

/* line 179, sass/elements/_buttons.scss */
.presse-infinite-button:disabled .loading {
  opacity: .75; }

/* line 182, sass/elements/_buttons.scss */
.presse-infinite-button:disabled .more {
  opacity: 0; }

/* line 186, sass/elements/_buttons.scss */
.tag-infinite-button {
  position: relative; }

/* line 189, sass/elements/_buttons.scss */
.tag-infinite-button .loading {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  transform-origin: center center; }
  /* line 198, sass/elements/_buttons.scss */
  .tag-infinite-button .loading svg {
    animation: rotating 2s linear infinite; }

/* line 203, sass/elements/_buttons.scss */
.tag-infinite-button .more {
  opacity: 1; }

/* line 207, sass/elements/_buttons.scss */
.tag-infinite-button:disabled .loading {
  opacity: .75; }

/* line 210, sass/elements/_buttons.scss */
.tag-infinite-button:disabled .more {
  opacity: 0; }

/* line 214, sass/elements/_buttons.scss */
.tag-filter-wrap {
  border-bottom: 2px solid #F1F6FA; }
  /* line 216, sass/elements/_buttons.scss */
  .tag-filter-wrap button {
    background: none;
    color: var(--color-dark);
    border: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
    /* line 222, sass/elements/_buttons.scss */
    .tag-filter-wrap button:hover {
      background: #F6F6F6;
      border: none;
      color: var(--color-accent); }
    /* line 227, sass/elements/_buttons.scss */
    .tag-filter-wrap button.is-active {
      background: #F1F6FA;
      pointer-events: none; }

/* line 1, sass/elements/_nav.scss */
.nav-vertical a {
  display: inline-block; }

/* line 5, sass/elements/_nav.scss */
.nav-gap {
  display: flex;
  flex-wrap: wrap;
  gap: 24px; }

/* line 11, sass/elements/_nav.scss */
.footer-top-nav {
  font-size: 24px;
  font-weight: 800;
  display: flex;
  flex-wrap: wrap;
  gap: 48px; }

/* line 1, sass/elements/_cards.scss */
.linkcards {
  display: flex;
  gap: 16px;
  flex-wrap: wrap; }
  /* line 5, sass/elements/_cards.scss */
  .linkcards + .linkcards {
    margin-top: 16px; }

/* line 10, sass/elements/_cards.scss */
.linkcard {
  flex: 100%;
  display: flex;
  flex-flow: column; }
  /* line 18, sass/elements/_cards.scss */
  .linkcard-25 {
    width: calc(25% - 16px);
    flex: calc(25% - 16px); }
  /* line 22, sass/elements/_cards.scss */
  .linkcard-33 {
    flex: calc(33% - 16px); }
  /* line 25, sass/elements/_cards.scss */
  .linkcard-50 {
    flex: calc(50% - 16px); }
  /* line 28, sass/elements/_cards.scss */
  .linkcard-66 {
    flex: calc(66% - 16px); }

/* line 32, sass/elements/_cards.scss */
.linkcard.has-hover svg path {
  transition: 200ms ease-in-out all; }

/* line 35, sass/elements/_cards.scss */
.linkcard.has-hover:hover,
a.linkcard:hover {
  background: var(--color-primary);
color: white;
}
  /* line 38, sass/elements/_cards.scss */
  .linkcard.has-hover:hover :is(h1, h2, h3, h4, h5, h6, .linkcard-tag),
  a.linkcard:hover :is(h1, h2, h3, h4, h5, h6, .linkcard-tag) {
    color: white; }
  /* line 41, sass/elements/_cards.scss */
  .linkcard.has-hover:hover svg path,
  a.linkcard:hover svg path {
    fill: white; }

/* line 46, sass/elements/_cards.scss */
.linkcard-portrait {
  position: relative;
  height: 80px;
  width: 80px;
  border-radius: 100%;
  overflow: hidden; }
  /* line 52, sass/elements/_cards.scss */
  .linkcard-portrait.is-big {
    height: 144px;
    width: 144px; }

/* line 58, sass/elements/_cards.scss */
.linkcards.linkcards-grid {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-auto-flow: column; }
  /* line 65, sass/elements/_cards.scss */
  .linkcards.linkcards-grid .linkcard-grid-big {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 1; }

/* line 73, sass/elements/_cards.scss */
.linkcard-image {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
	border-radius: 20px;
  overflow: hidden;
  position: relative;
  height: 150px;
	height: 300px;
}

/* line 81, sass/elements/_cards.scss */
.newsslider .flickity-viewport {
  overflow: visible; }

/* line 85, sass/elements/_cards.scss */
.newsslider-item {
  max-width: 670px;
  width: 80%;
  min-height: 100%; }
  /* line 89, sass/elements/_cards.scss */
  .newsslider-item .newscard {
    height: 100%;
    min-height: 460px; }

/* line 95, sass/elements/_cards.scss */
.newsslider-item + .newsslider-item {
  margin-left: 48px; }

/* line 98, sass/elements/_cards.scss */
.newscard > a,
.newscard > div {
  flex: 50%; }

/* line 102, sass/elements/_cards.scss */
.newscard {
  min-height: 380px; }

/* line 106, sass/elements/_cards.scss */
.unternehmen-logo {
  display: block;
  width: 100%;
  height: 90px;
  position: relative; }
  /* line 111, sass/elements/_cards.scss */
  .unternehmen-logo img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: left center; }

/* line 121, sass/elements/_cards.scss */
.newslider-unternehmen-item {
  width: calc(33% - 11px);
  min-width: 350px; }
  /* line 124, sass/elements/_cards.scss */
  .newslider-unternehmen-item + .newslider-unternehmen-item {
    margin-left: 16px; }

/* line 2, sass/elements/_lists.scss */
.map-marker-highlight li {
  cursor: pointer;
  transition: 200ms ease-in-out background; }
/* line 6, sass/elements/_lists.scss */
.map-marker-highlight li.is-highlighted, .map-marker-highlight li:hover {
  color: var(--color-primary); }
/* line 10, sass/elements/_lists.scss */
.map-marker-highlight li + li {
  margin-top: 10px; }

/* line 15, sass/elements/_lists.scss */
.map-with-markers {
  position: relative;
  display: inline-block; }
  /* line 18, sass/elements/_lists.scss */
  .map-with-markers svg {
    width: 100%;
    height: auto; }
  /* line 22, sass/elements/_lists.scss */
  .map-with-markers .map-marker {
    position: absolute;
    left: 0;
    top: 0;
    height: 12px;
    width: 12px;
    transform: translate(-50%, -50%);
    background: var(--color-accent);
    transition: 200ms ease-in-out background;
    cursor: pointer; }
    /* line 32, sass/elements/_lists.scss */
    .map-with-markers .map-marker:hover, .map-with-markers .map-marker.is-highlighted {
      background: var(--color-white); 
		outline-color: var(--color-accent);

}

@media (hover: hover) and (pointer: fine) {
  /* line 3, sass/elements/_hover.scss */
  a {
    transition: 150ms ease-in-out all; }

  /* line 7, sass/elements/_hover.scss */
  .has-hover--primary:hover {
    color: var(--color-primary); }

  /* line 12, sass/elements/_hover.scss */
  .footer-top-nav a:hover {
    color: var(--color-accent); }

  /* line 17, sass/elements/_hover.scss */
  .footer-bottom nav:hover a {
    color: var(--color-white);
	opacity: .5;}

  /* line 21, sass/elements/_hover.scss */
  .footer-bottom nav:hover a:hover {
    color: var(--color-white);
	opacity: 1;}

  /* line 25, sass/elements/_hover.scss */
  .navbar__menu--mobile a:hover,
  .navbar__menu--secondary nav a:hover {
    opacity: 1; }

  /* line 30, sass/elements/_hover.scss */
  .navbar__menu--main a:hover {
    color: var(--color-accent) !important; }

  /* line 37, sass/elements/_hover.scss */
  .navbar--primary .navbar__menu--main a:hover,
  .navbar--white .navbar__menu--main a:hover,
  .navbar.navbar--scrolled .navbar__menu--main a:hover {
    color: var(--color-dark); }

  /* line 42, sass/elements/_hover.scss */
  .downloadcard:hover {
    background: var(--color-primary);
    color: white; }
    /* line 45, sass/elements/_hover.scss */
    .downloadcard:hover svg path {
      fill: white; }

  /* line 50, sass/elements/_hover.scss */
  .link-block a svg {
    transition: 200ms ease-in-out all; }

  /* line 53, sass/elements/_hover.scss */
  .link-block a:hover svg {
    transform: translate(30%, -30%); } }
/* line 1, sass/header/_navbar.scss */
.navbar {
  z-index: 999;
  background: var(--color-dark);
  color: white; }
  /* line 6, sass/header/_navbar.scss */
  .navbar[data-state='fixed'] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
  /* line 12, sass/header/_navbar.scss */
  .navbar[data-state='sticky'] {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%; }
  /* line 18, sass/header/_navbar.scss */
  .navbar[data-state='absolute'] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  /* line 24, sass/header/_navbar.scss */
  .navbar[data-state='relative'] {
    position: relative;
    top: 0;
    left: 0;
    width: 100%; }

/* line 34, sass/header/_navbar.scss */
.navbar__menu--main a {
  font-weight: 700;
  font-size: 18px;
  text-rendering: geometricPrecision; }

/* line 42, sass/header/_navbar.scss */
.navbar__menu--secondary a {
  font-weight: 500;
  font-size: 16px;
  text-rendering: geometricPrecision; }
/* line 47, sass/header/_navbar.scss */
.navbar__menu--secondary a:not(:last-child) {
  opacity: 0.5; }

/* line 52, sass/header/_navbar.scss */
.navbar__menu--mobile a {
  opacity: 0.5; }

/* line 56, sass/header/_navbar.scss */
.navbar.navbar--clear {
  background: none; }

/* line 59, sass/header/_navbar.scss */
.navbar.navbar--clear + main > section:first-child {
  position: relative; }

/* line 62, sass/header/_navbar.scss */
.navbar.navbar--clear + main > section:first-child:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  opacity: .6;
  background: #0f0f0f;
  background: -moz-linear-gradient(0deg, rgba(15, 15, 15, 0) 0%, #033462 100%);
  background: -webkit-linear-gradient(0deg, rgba(15, 15, 15, 0) 0%, #033462 100%);
  background: linear-gradient(0deg, rgba(15, 15, 15, 0) 0%, #033462 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#033462",endColorstr="#033462",GradientType=1);
  z-index: 2; }

/* line 78, sass/header/_navbar.scss */
.navbar.navbar--primary {
  background: var(--color-primary); }
  /* line 81, sass/header/_navbar.scss */

/* line 90, sass/header/_navbar.scss */
.navbar.navbar--scrolled {
  background: white;
  position: fixed;
  transform: translateY(0%);
  bottom: 100%;
  top: auto;
  transition: 300ms ease-in-out transform; }
  /* line 97, sass/header/_navbar.scss */
  .navbar.navbar--scrolled .navbar__menu--mobile a, .navbar.navbar--scrolled .navbar__menu--secondary {
    color: #0F0F0F; }
  /* line 102, sass/header/_navbar.scss */
  .navbar.navbar--scrolled .navbar__menu--main a {
    color: var(--color-primary); }
  /* line 105, sass/header/_navbar.scss */


/* line 113, sass/header/_navbar.scss */
.navbar--white {
  background: white;
  transition: 300ms ease-in-out transform; }
.navbar--white.bg-grey {
	background-color: var(--color-grey);
}
  /* line 116, sass/header/_navbar.scss */
  .navbar--white .navbar__menu--mobile a, .navbar--white .navbar__menu--secondary {
    color: #0F0F0F; }
  /* line 121, sass/header/_navbar.scss */
  .navbar--white .navbar__menu--main a {
    color: var(--color-primary); }
  /* line 124, sass/header/_navbar.scss */
  .navbar--white .navbar__logo svg path:first-child {
    fill: var(--color-dark); }

/* line 129, sass/header/_navbar.scss */
.navbar.navbar--scrolled.scrolled-up {
  transform: translateY(100%); }

/* line 133, sass/header/_navbar.scss */
.mobile-nav {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%; }

/* line 139, sass/header/_navbar.scss */
.mobile-nav--inner {
  display: none; }
  /* line 141, sass/header/_navbar.scss */
  .mobile-nav--inner .container {
    margin-top: calc(var(--bs-gutter-x) * 0.5); }
  /* line 144, sass/header/_navbar.scss */
  .mobile-nav--inner a {
    display: block; }

/* line 148, sass/header/_navbar.scss */
.mobile-nav--top a {
  color: var(--color-primary);
  font-weight: 800;
  font-size: 20px;
  padding: 4px; }

/* line 154, sass/header/_navbar.scss */
.mobile-nav--bottom a {
  color: var(--color-dark);
  opacity: 0.5;
  font-size: 16px;
  padding: 2px; }

@media screen and (max-width: 991px) {
  /* line 2, sass/responsive/_responsive.scss */
  .linkcard-25 {
    width: calc(50% - 16px);
    flex: calc(50% - 16px); }

  /* line 6, sass/responsive/_responsive.scss */
  .linkcard-grid-big .linkcards-content {
    overflow: hidden; }

  /* line 9, sass/responsive/_responsive.scss */
  .image-overlay-mobile.image-overlay-mobile {
    margin-top: -3em;
    z-index: 3;
    overflow: visible;
    padding-top: 0; }

  /* line 15, sass/responsive/_responsive.scss */
  .image-overlay-mobile-helper.image-overlay-mobile-helper {
    margin-top: 0; }

  /* line 19, sass/responsive/_responsive.scss */
  .fs-22 {
    font-size: 20px; } }
@media screen and (max-width: 768px) {
  /* line 25, sass/responsive/_responsive.scss */
  .linkcard-50,
  .linkcard-66,
  .linkcard-25,
  .linkcard-33 {
    width: 100%;
    flex: 100%; }

  /* line 33, sass/responsive/_responsive.scss */
  .pb-block-200,
  .pb-block-120,
  .pb-block-60,
  .pb-block-100 {
    padding-bottom: 75px; }

  /* line 40, sass/responsive/_responsive.scss */
  .py-block-200,
  .py-block-250,
  .py-block-120,
  .py-block-100,
  .py-block-80,
  .py-block-60 {
    padding-bottom: 75px;
    padding-top: 75px; }

  /* line 50, sass/responsive/_responsive.scss */
  .pt-block-140,
  .pt-block-200,
  .pt-block-100,
  .pt-block-120,
  .pt-block-80 {
    padding-top: 75px; }

  /* line 58, sass/responsive/_responsive.scss */
  .mt-block-80,
  .mt-block-200 {
    margin-top: 75px; }

  /* line 63, sass/responsive/_responsive.scss */
  .mb-block-80,
  .mb-block-60 {
    margin-bottom: 75px; }

  /* line 67, sass/responsive/_responsive.scss */
  .my-block-120,
  .my-block-80 {
    margin-bottom: 75px;
    margin-top: 75px; }

  /* line 73, sass/responsive/_responsive.scss */
  .footer-top-nav,
  .gap-50 {
    gap: 16px; }

  /* line 78, sass/responsive/_responsive.scss */
  main > section:first-of-type {
    padding-top: 120px; }

  /* line 82, sass/responsive/_responsive.scss */
  .navbar.navbar--scrolled {
    transform: translateY(0%);
    top: 0;
    bottom: auto;
    transition: none; }

  /* line 88, sass/responsive/_responsive.scss */
  .navbar.navbar--scrolled.scrolled-up {
    transform: translateY(0%);
    top: 0;
    bottom: auto;
    transition: none; } }

/*# sourceMappingURL=style.css.map */

.text-flow ul {
    list-style-type: none; /* Remove the default bullet */
    padding: 0;
}

.text-flow ul li {
    position: relative;
    padding-left: 1em; /* Adjust to create space for the custom marker */
}

.text-flow ul li::before {
    content: "-"; /* Set the custom marker */
    position: absolute;
    left: 0; /* Align the marker with the text */
}

.projekt-ansprechpartner {
	border-radius: 20px;
}

.projekt-ansprechpartner img {
	border-radius: 100%;
	height: 80px;
	width: 80px;
	object-fit: cover;
	object-position:  center center;
}

.projekt-info-wrapper .row + .row {
	margin-top: 80px;
	padding-top: 80px;
	border-top: 1px dashed white;
}
.login-ladezonen-auswahl input {
	
}
div.wpforms-container-full .login-ladezonen-auswahl.login-ladezonen-auswahl input {display: none !important;}
div.wpforms-container-full.wpforms-container-full .login-ladezonen-auswahl.login-ladezonen-auswahl label {
	border: 2px solid #033462;
	background: rgba(3, 52, 98, 0);
	color: #033462;
	padding: 14px 28px;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	font-weight: 700;
	width: 100%;
	transition: 100ms ease-in-out all;
}
div.wpforms-container-full.wpforms-container-full .login-ladezonen-auswahl.login-ladezonen-auswahl label:hover {
	background: rgba(3, 52, 98, .05);
}
div.wpforms-container-full.wpforms-container-full .login-ladezonen-auswahl.login-ladezonen-auswahl input:checked + label {
	background: rgba(3, 52, 98, 1);
	color: white;
}

div.wpforms-container-full .login-ladezonen-auswahl.login-ladezonen-auswahl ul {
gap: 16px !important;
	grid-template-columns: repeat(2, auto) !important;
}

#ladezonen-image {
	display: block;
	width: 100%;
	height: auto;
}
#ladezonen-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 4px;
	overflow: hidden;
}

.wpforms-clear.wpforms-pagebreak-left {
	display: flex;
	justify-content: space-between;
	gap: 16px;
}

.wpforms-clear.wpforms-pagebreak-left:after,
.wpforms-clear.wpforms-pagebreak-left:before {
	display: none;
}

#wpforms-submit-1432,
.wpforms-submit,
div.wpforms-container-full.wpforms-container-full.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button {
	border: 2px solid #4EAFF8;
	outline: 0;

	background: #4EAFF8;
	color: white;
		padding: 14px 28px;
	text-align: center;
	border-radius: 4px;
	font-weight: 700;
	width: 45%;
	max-width: 375px;
	height: auto;

}
.wpforms-submit-container {
	text-align: right;
}

#wpforms-submit-1432,
.wpforms-submit,
div.wpforms-container-full.wpforms-container-full.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-next.wpforms-page-next {
	background: #4EAFF8;
	border-color: #4EAFF8;
		margin-right: 0;
		margin-left: auto;
}

div.wpforms-container-full.wpforms-container-full.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-next.wpforms-page-next:hover {
	background: #00a944;
	border-color: #00a944;
}
div.wpforms-container-full.wpforms-container-full.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev.wpforms-page-prev {
	background: #033462;
	border-color: #033462;
	margin-left: 0;
	margin: 0;
}
#wpforms-submit-1432:hover,
.wpforms-submit:hover,
div.wpforms-container-full.wpforms-container-full.wpforms-container-full .wpforms-form .wpforms-pagebreak-left .wpforms-page-button.wpforms-page-prev.wpforms-page-prev:hover {
	background: #022850;
	border-color: #022850;
}
.zoom-container {
	overflow: hidden;
}

.zoom-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: auto;
}

.zoom-image {
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  cursor: zoom-in;
}

.zoom-container:hover .zoom-image {
  transform: scale(2); /* oder z. B. 1.5 für leichteren Zoom */
  transform-origin: center center;
  cursor: move;
}
