/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #261658);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #351e7a);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #432699);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #7e60d7);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #AB3B7C);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #bf438b);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #c65898);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #db97bf);
  --color-accent-text-half-shade-is-light: var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark: var(--draft-color-text-dark, #261658);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #351e7a);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #432699);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #7e60d7);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff3ca);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #fff2c8);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #d3ecd9);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #d1ecd7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f8d7da);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f8d5d8);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #cae4ff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #c8e3ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1240px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/**
 * Swiper 11.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 22, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal; }
/* line 13, swiper.scss */
:root {
  --swiper-theme-color: #007aff; }

/* line 13, swiper.scss */
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1; }

/* line 13, swiper.scss */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block; }

/* line 13, swiper.scss */
.swiper-vertical > .swiper-wrapper {
  flex-direction: column; }

/* line 13, swiper.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box; }

/* line 13, swiper.scss */
.swiper-android .swiper-slide, .swiper-ios .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

/* line 13, swiper.scss */
.swiper-horizontal {
  touch-action: pan-y; }

/* line 13, swiper.scss */
.swiper-vertical {
  touch-action: pan-x; }

/* line 13, swiper.scss */
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block; }

/* line 13, swiper.scss */
.swiper-slide-invisible-blank {
  visibility: hidden; }

/* line 13, swiper.scss */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto; }

/* line 13, swiper.scss */
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

/* line 13, swiper.scss */
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.scss */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px; }

/* line 13, swiper.scss */
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d; }

/* line 13, swiper.scss */
.swiper-3d {
  perspective: 1200px; }

/* line 13, swiper.scss */
.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide {
  transform-style: preserve-3d; }

/* line 13, swiper.scss */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

/* line 13, swiper.scss */
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

/* line 13, swiper.scss */
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always; }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before); }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after); }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before); }

/* line 13, swiper.scss */
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after); }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.scss */
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* line 13, swiper.scss */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

/* line 13, swiper.scss */
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear; }

/* line 13, swiper.scss */
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

/* line 13, swiper.scss */
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 13, swiper.scss */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0); }

/* line 13, swiper.scss */
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size); }

/* line 13, swiper.scss */
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size); }

/* line 13, swiper.scss */
:root {
  --swiper-navigation-size: 44px; }

/* line 13, swiper.scss */
.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

/* line 13, swiper.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important; }

/* line 13, swiper.scss */
.swiper-button-next svg, .swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center; }

/* line 13, swiper.scss */
.swiper-rtl .swiper-button-next svg, .swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg); }

/* line 13, swiper.scss */
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto; }

/* line 13, swiper.scss */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 13, swiper.scss */
.swiper-button-lock {
  display: none; }

/* line 13, swiper.scss */
.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1; }

/* line 13, swiper.scss */
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev'; }

/* line 13, swiper.scss */
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto; }

/* line 13, swiper.scss */
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next'; }

/* line 13, swiper.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 13, swiper.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 13, swiper.scss */
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%; }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

/* line 13, swiper.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

/* line 13, swiper.scss */
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }

/* line 13, swiper.scss */
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

/* line 13, swiper.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 13, swiper.scss */
.swiper-pagination-bullet:only-child {
  display: none !important; }

/* line 13, swiper.scss */
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

/* line 13, swiper.scss */
.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

/* line 13, swiper.scss */
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block; }

/* line 13, swiper.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

/* line 13, swiper.scss */
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

/* line 13, swiper.scss */
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

/* line 13, swiper.scss */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit); }

/* line 13, swiper.scss */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute; }

/* line 13, swiper.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

/* line 13, swiper.scss */
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0; }

/* line 13, swiper.scss */
.swiper-pagination-lock {
  display: none; }

/* line 13, swiper.scss */
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1)); }

/* line 13, swiper.scss */
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important; }

/* line 13, swiper.scss */
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, swiper.scss */
.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%)); }

/* line 13, swiper.scss */
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0; }

/* line 13, swiper.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 13, swiper.scss */
.swiper-scrollbar-lock {
  display: none; }

/* line 13, swiper.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

/* line 13, swiper.scss */
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* line 13, swiper.scss */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none; }

/* line 13, swiper.scss */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 13, swiper.scss */
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 13, swiper.scss */
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap; }

/* line 13, swiper.scss */
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

/* line 13, swiper.scss */
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

/* line 13, swiper.scss */
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

/* line 13, swiper.scss */
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-fade .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.scss */
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.scss */
.swiper-cube {
  overflow: visible; }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0; }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 13, swiper.scss */
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0; }

/* line 13, swiper.scss */
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px); }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

/* line 13, swiper.scss */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.scss */
.swiper-flip {
  overflow: visible; }

/* line 13, swiper.scss */
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 13, swiper.scss */
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 13, swiper.scss */
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 13, swiper.scss */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 13, swiper.scss */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform,opacity,height; }

/* line 13, swiper.scss */
.swiper-cards {
  overflow: visible; }

/* line 13, swiper.scss */
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* line 1, productCard.scss */
.product-card {
  position: relative;
  container: productCard / inline-size;
  height: 100%; }
  /* line 6, productCard.scss */
  .product-card > form {
    display: flex;
    flex-direction: column;
    height: 100%; }
  /* line 12, productCard.scss */
  .product-card__stickers {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2; }
@container productCard (width < 280px) {
  /* line 12, productCard.scss */
  .product-card__stickers {
    top: 15px;
    left: 15px; } }
@container productCard (width < 200px) {
  /* line 12, productCard.scss */
  .product-card__stickers {
    top: 10px;
    left: 10px; }
    /* line 27, productCard.scss */
    .product-card__stickers .sticker {
      width: 32px;
      height: 32px;
      font-size: 9px; } }
  /* line 35, productCard.scss */
  .product-card__favorite {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 2; }
@container productCard (width < 280px) {
  /* line 35, productCard.scss */
  .product-card__favorite {
    top: 15px;
    right: 15px; } }
@container productCard (width < 200px) {
  /* line 35, productCard.scss */
  .product-card__favorite {
    top: 5px;
    right: 0; } }
    /* line 57, productCard.scss */
    .product-card__favorite svg {
      fill: transparent;
      transition: fill 150ms linear; }
      @media (hover: hover) {
        /* line 62, productCard.scss */
        .product-card__favorite svg:hover {
          fill: #ab3b7c; } }
    /* line 69, productCard.scss */
    .product-card__favorite.favorites-added svg {
      fill: #ab3b7c; }
  /* line 75, productCard.scss */
  .product-card__swiper {
    margin-bottom: 25px; }
@container productCard (width < 280px) {
  /* line 75, productCard.scss */
  .product-card__swiper {
    margin-bottom: 15px; } }
    /* line 82, productCard.scss */
    .product-card__swiper-pagination {
      position: absolute;
      z-index: 2;
      bottom: 20px !important;
      display: flex;
      width: 80% !important;
      left: 50% !important;
      transform: translateX(-50%);
      opacity: 0;
      pointer-events: none;
      transition: all 150ms linear; }
      /* line 95, productCard.scss */
      .product-card__swiper-pagination._is-visible {
        opacity: 1;
        pointer-events: all; }
      /* line 100, productCard.scss */
      .product-card__swiper-pagination .swiper-pagination-bullet {
        width: 100%;
        border-radius: 1px;
        height: 4px;
        background-color: #fff;
        opacity: .7; }
        /* line 107, productCard.scss */
        .product-card__swiper-pagination .swiper-pagination-bullet-active {
          background: #AB3B7C;
          backdrop-filter: blur(29.5px); }
  /* line 115, productCard.scss */
  .product-card__image {
    padding-top: 123.5%; }
  /* line 119, productCard.scss */
  .product-card__title {
    display: flex;
    margin-bottom: 20px;
    height: 100%; }
@container productCard (width < 280px) {
  /* line 119, productCard.scss */
  .product-card__title {
    margin-bottom: 10px; } }
  /* line 129, productCard.scss */
  .product-card__variants {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px; }
@container productCard (width < 280px) {
  /* line 129, productCard.scss */
  .product-card__variants {
    margin-bottom: 10px; } }
  /* line 140, productCard.scss */
  .product-card__bottom {
    display: flex;
    align-items: center; }
@container productCard (width < 280px) {
  /* line 140, productCard.scss */
  .product-card__bottom {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start; } }
  /* line 151, productCard.scss */
  .product-card__prices {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-grow: 1;
    margin-right: 20px; }
@container productCard (width < 200px) {
  /* line 151, productCard.scss */
  .product-card__prices {
    flex-direction: column;
    gap: 10px;
    margin-right: 0px; } }
  /* line 166, productCard.scss */
  .product-card__price._cur {
    color: #AB3B7C; }
  /* line 170, productCard.scss */
  .product-card__price._old {
    text-decoration: line-through;
    color: #B2B2B2;
    font-size: 16px;
    font-weight: 500; }

/*!
 * 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 5, bootstrap.scss */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  /* line 5, bootstrap.scss */
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  /* line 5, bootstrap.scss */
  .container, .container-md, .container-sm {
    max-width: 720px; } }
@media (min-width: 992px) {
  /* line 5, bootstrap.scss */
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px; } }
@media (min-width: 1200px) {
  /* line 5, bootstrap.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px; } }
@media (min-width: 1400px) {
  /* line 5, bootstrap.scss */
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px; } }
/* line 5, bootstrap.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 5, bootstrap.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(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }

/* line 5, bootstrap.scss */
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y); }

/* line 5, bootstrap.scss */
.col {
  flex: 1 0 0%; }

/* line 5, bootstrap.scss */
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

/* line 5, bootstrap.scss */
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

/* line 5, bootstrap.scss */
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

/* line 5, bootstrap.scss */
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%; }

/* line 5, bootstrap.scss */
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

/* line 5, bootstrap.scss */
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

/* line 5, bootstrap.scss */
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%; }

/* line 5, bootstrap.scss */
.col-auto {
  flex: 0 0 auto;
  width: auto; }

/* line 5, bootstrap.scss */
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

/* line 5, bootstrap.scss */
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

/* line 5, bootstrap.scss */
.col-3 {
  flex: 0 0 auto;
  width: 25%; }

/* line 5, bootstrap.scss */
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

/* line 5, bootstrap.scss */
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

/* line 5, bootstrap.scss */
.col-6 {
  flex: 0 0 auto;
  width: 50%; }

/* line 5, bootstrap.scss */
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

/* line 5, bootstrap.scss */
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

/* line 5, bootstrap.scss */
.col-9 {
  flex: 0 0 auto;
  width: 75%; }

/* line 5, bootstrap.scss */
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

/* line 5, bootstrap.scss */
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

/* line 5, bootstrap.scss */
.col-12 {
  flex: 0 0 auto;
  width: 100%; }

/* line 5, bootstrap.scss */
.offset-1 {
  margin-left: 8.33333333%; }

/* line 5, bootstrap.scss */
.offset-2 {
  margin-left: 16.66666667%; }

/* line 5, bootstrap.scss */
.offset-3 {
  margin-left: 25%; }

/* line 5, bootstrap.scss */
.offset-4 {
  margin-left: 33.33333333%; }

/* line 5, bootstrap.scss */
.offset-5 {
  margin-left: 41.66666667%; }

/* line 5, bootstrap.scss */
.offset-6 {
  margin-left: 50%; }

/* line 5, bootstrap.scss */
.offset-7 {
  margin-left: 58.33333333%; }

/* line 5, bootstrap.scss */
.offset-8 {
  margin-left: 66.66666667%; }

/* line 5, bootstrap.scss */
.offset-9 {
  margin-left: 75%; }

/* line 5, bootstrap.scss */
.offset-10 {
  margin-left: 83.33333333%; }

/* line 5, bootstrap.scss */
.offset-11 {
  margin-left: 91.66666667%; }

/* line 5, bootstrap.scss */
.g-0, .gx-0 {
  --bs-gutter-x: 0; }

/* line 5, bootstrap.scss */
.g-0, .gy-0 {
  --bs-gutter-y: 0; }

/* line 5, bootstrap.scss */
.g-1, .gx-1 {
  --bs-gutter-x: 0.25rem; }

/* line 5, bootstrap.scss */
.g-1, .gy-1 {
  --bs-gutter-y: 0.25rem; }

/* line 5, bootstrap.scss */
.g-2, .gx-2 {
  --bs-gutter-x: 0.5rem; }

/* line 5, bootstrap.scss */
.g-2, .gy-2 {
  --bs-gutter-y: 0.5rem; }

/* line 5, bootstrap.scss */
.g-3, .gx-3 {
  --bs-gutter-x: 1rem; }

/* line 5, bootstrap.scss */
.g-3, .gy-3 {
  --bs-gutter-y: 1rem; }

/* line 5, bootstrap.scss */
.g-4, .gx-4 {
  --bs-gutter-x: 1.5rem; }

/* line 5, bootstrap.scss */
.g-4, .gy-4 {
  --bs-gutter-y: 1.5rem; }

/* line 5, bootstrap.scss */
.g-5, .gx-5 {
  --bs-gutter-x: 3rem; }

/* line 5, bootstrap.scss */
.g-5, .gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  /* line 5, bootstrap.scss */
  .col-sm {
    flex: 1 0 0%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 5, bootstrap.scss */
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 5, bootstrap.scss */
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .offset-sm-0 {
    margin-left: 0; }

  /* line 5, bootstrap.scss */
  .offset-sm-1 {
    margin-left: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-sm-2 {
    margin-left: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-sm-3 {
    margin-left: 25%; }

  /* line 5, bootstrap.scss */
  .offset-sm-4 {
    margin-left: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-sm-5 {
    margin-left: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-sm-6 {
    margin-left: 50%; }

  /* line 5, bootstrap.scss */
  .offset-sm-7 {
    margin-left: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-sm-8 {
    margin-left: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-sm-9 {
    margin-left: 75%; }

  /* line 5, bootstrap.scss */
  .offset-sm-10 {
    margin-left: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-sm-11 {
    margin-left: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .g-sm-0, .gx-sm-0 {
    --bs-gutter-x: 0; }

  /* line 5, bootstrap.scss */
  .g-sm-0, .gy-sm-0 {
    --bs-gutter-y: 0; }

  /* line 5, bootstrap.scss */
  .g-sm-1, .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-sm-1, .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-sm-2, .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-sm-2, .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-sm-3, .gx-sm-3 {
    --bs-gutter-x: 1rem; }

  /* line 5, bootstrap.scss */
  .g-sm-3, .gy-sm-3 {
    --bs-gutter-y: 1rem; }

  /* line 5, bootstrap.scss */
  .g-sm-4, .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-sm-4, .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-sm-5, .gx-sm-5 {
    --bs-gutter-x: 3rem; }

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

  /* line 5, bootstrap.scss */
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 5, bootstrap.scss */
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 5, bootstrap.scss */
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .offset-md-0 {
    margin-left: 0; }

  /* line 5, bootstrap.scss */
  .offset-md-1 {
    margin-left: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-md-2 {
    margin-left: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-md-3 {
    margin-left: 25%; }

  /* line 5, bootstrap.scss */
  .offset-md-4 {
    margin-left: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-md-5 {
    margin-left: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-md-6 {
    margin-left: 50%; }

  /* line 5, bootstrap.scss */
  .offset-md-7 {
    margin-left: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-md-8 {
    margin-left: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-md-9 {
    margin-left: 75%; }

  /* line 5, bootstrap.scss */
  .offset-md-10 {
    margin-left: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-md-11 {
    margin-left: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .g-md-0, .gx-md-0 {
    --bs-gutter-x: 0; }

  /* line 5, bootstrap.scss */
  .g-md-0, .gy-md-0 {
    --bs-gutter-y: 0; }

  /* line 5, bootstrap.scss */
  .g-md-1, .gx-md-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-md-1, .gy-md-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-md-2, .gx-md-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-md-2, .gy-md-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-md-3, .gx-md-3 {
    --bs-gutter-x: 1rem; }

  /* line 5, bootstrap.scss */
  .g-md-3, .gy-md-3 {
    --bs-gutter-y: 1rem; }

  /* line 5, bootstrap.scss */
  .g-md-4, .gx-md-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-md-4, .gy-md-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-md-5, .gx-md-5 {
    --bs-gutter-x: 3rem; }

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

  /* line 5, bootstrap.scss */
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 5, bootstrap.scss */
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 5, bootstrap.scss */
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .offset-lg-0 {
    margin-left: 0; }

  /* line 5, bootstrap.scss */
  .offset-lg-1 {
    margin-left: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-lg-2 {
    margin-left: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-lg-3 {
    margin-left: 25%; }

  /* line 5, bootstrap.scss */
  .offset-lg-4 {
    margin-left: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-lg-5 {
    margin-left: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-lg-6 {
    margin-left: 50%; }

  /* line 5, bootstrap.scss */
  .offset-lg-7 {
    margin-left: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-lg-8 {
    margin-left: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-lg-9 {
    margin-left: 75%; }

  /* line 5, bootstrap.scss */
  .offset-lg-10 {
    margin-left: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-lg-11 {
    margin-left: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .g-lg-0, .gx-lg-0 {
    --bs-gutter-x: 0; }

  /* line 5, bootstrap.scss */
  .g-lg-0, .gy-lg-0 {
    --bs-gutter-y: 0; }

  /* line 5, bootstrap.scss */
  .g-lg-1, .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-lg-1, .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-lg-2, .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-lg-2, .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-lg-3, .gx-lg-3 {
    --bs-gutter-x: 1rem; }

  /* line 5, bootstrap.scss */
  .g-lg-3, .gy-lg-3 {
    --bs-gutter-y: 1rem; }

  /* line 5, bootstrap.scss */
  .g-lg-4, .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-lg-4, .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-lg-5, .gx-lg-5 {
    --bs-gutter-x: 3rem; }

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

  /* line 5, bootstrap.scss */
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 5, bootstrap.scss */
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 5, bootstrap.scss */
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .offset-xl-0 {
    margin-left: 0; }

  /* line 5, bootstrap.scss */
  .offset-xl-1 {
    margin-left: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xl-2 {
    margin-left: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xl-3 {
    margin-left: 25%; }

  /* line 5, bootstrap.scss */
  .offset-xl-4 {
    margin-left: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xl-5 {
    margin-left: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xl-6 {
    margin-left: 50%; }

  /* line 5, bootstrap.scss */
  .offset-xl-7 {
    margin-left: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xl-8 {
    margin-left: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xl-9 {
    margin-left: 75%; }

  /* line 5, bootstrap.scss */
  .offset-xl-10 {
    margin-left: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xl-11 {
    margin-left: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .g-xl-0, .gx-xl-0 {
    --bs-gutter-x: 0; }

  /* line 5, bootstrap.scss */
  .g-xl-0, .gy-xl-0 {
    --bs-gutter-y: 0; }

  /* line 5, bootstrap.scss */
  .g-xl-1, .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-xl-1, .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-xl-2, .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-xl-2, .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-xl-3, .gx-xl-3 {
    --bs-gutter-x: 1rem; }

  /* line 5, bootstrap.scss */
  .g-xl-3, .gy-xl-3 {
    --bs-gutter-y: 1rem; }

  /* line 5, bootstrap.scss */
  .g-xl-4, .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-xl-4, .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-xl-5, .gx-xl-5 {
    --bs-gutter-x: 3rem; }

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

  /* line 5, bootstrap.scss */
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }

  /* line 5, bootstrap.scss */
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  /* line 5, bootstrap.scss */
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }

  /* line 5, bootstrap.scss */
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }

  /* line 5, bootstrap.scss */
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }

  /* line 5, bootstrap.scss */
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-0 {
    margin-left: 0; }

  /* line 5, bootstrap.scss */
  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-2 {
    margin-left: 16.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-3 {
    margin-left: 25%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-5 {
    margin-left: 41.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-6 {
    margin-left: 50%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-8 {
    margin-left: 66.66666667%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-9 {
    margin-left: 75%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  /* line 5, bootstrap.scss */
  .offset-xxl-11 {
    margin-left: 91.66666667%; }

  /* line 5, bootstrap.scss */
  .g-xxl-0, .gx-xxl-0 {
    --bs-gutter-x: 0; }

  /* line 5, bootstrap.scss */
  .g-xxl-0, .gy-xxl-0 {
    --bs-gutter-y: 0; }

  /* line 5, bootstrap.scss */
  .g-xxl-1, .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-1, .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-2, .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-2, .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-3, .gx-xxl-3 {
    --bs-gutter-x: 1rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-3, .gy-xxl-3 {
    --bs-gutter-y: 1rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-4, .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-4, .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-5, .gx-xxl-5 {
    --bs-gutter-x: 3rem; }

  /* line 5, bootstrap.scss */
  .g-xxl-5, .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
/* line 5, bootstrap.scss */
.d-inline {
  display: inline !important; }

/* line 5, bootstrap.scss */
.d-inline-block {
  display: inline-block !important; }

/* line 5, bootstrap.scss */
.d-block {
  display: block !important; }

/* line 5, bootstrap.scss */
.d-grid {
  display: grid !important; }

/* line 5, bootstrap.scss */
.d-inline-grid {
  display: inline-grid !important; }

/* line 5, bootstrap.scss */
.d-table {
  display: table !important; }

/* line 5, bootstrap.scss */
.d-table-row {
  display: table-row !important; }

/* line 5, bootstrap.scss */
.d-table-cell {
  display: table-cell !important; }

/* line 5, bootstrap.scss */
.d-flex {
  display: flex !important; }

/* line 5, bootstrap.scss */
.d-inline-flex {
  display: inline-flex !important; }

/* line 5, bootstrap.scss */
.d-none {
  display: none !important; }

/* line 5, bootstrap.scss */
.flex-fill {
  flex: 1 1 auto !important; }

/* line 5, bootstrap.scss */
.flex-row {
  flex-direction: row !important; }

/* line 5, bootstrap.scss */
.flex-column {
  flex-direction: column !important; }

/* line 5, bootstrap.scss */
.flex-row-reverse {
  flex-direction: row-reverse !important; }

/* line 5, bootstrap.scss */
.flex-column-reverse {
  flex-direction: column-reverse !important; }

/* line 5, bootstrap.scss */
.flex-grow-0 {
  flex-grow: 0 !important; }

/* line 5, bootstrap.scss */
.flex-grow-1 {
  flex-grow: 1 !important; }

/* line 5, bootstrap.scss */
.flex-shrink-0 {
  flex-shrink: 0 !important; }

/* line 5, bootstrap.scss */
.flex-shrink-1 {
  flex-shrink: 1 !important; }

/* line 5, bootstrap.scss */
.flex-wrap {
  flex-wrap: wrap !important; }

/* line 5, bootstrap.scss */
.flex-nowrap {
  flex-wrap: nowrap !important; }

/* line 5, bootstrap.scss */
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

/* line 5, bootstrap.scss */
.justify-content-start {
  justify-content: flex-start !important; }

/* line 5, bootstrap.scss */
.justify-content-end {
  justify-content: flex-end !important; }

/* line 5, bootstrap.scss */
.justify-content-center {
  justify-content: center !important; }

/* line 5, bootstrap.scss */
.justify-content-between {
  justify-content: space-between !important; }

/* line 5, bootstrap.scss */
.justify-content-around {
  justify-content: space-around !important; }

/* line 5, bootstrap.scss */
.justify-content-evenly {
  justify-content: space-evenly !important; }

/* line 5, bootstrap.scss */
.align-items-start {
  align-items: flex-start !important; }

/* line 5, bootstrap.scss */
.align-items-end {
  align-items: flex-end !important; }

/* line 5, bootstrap.scss */
.align-items-center {
  align-items: center !important; }

/* line 5, bootstrap.scss */
.align-items-baseline {
  align-items: baseline !important; }

/* line 5, bootstrap.scss */
.align-items-stretch {
  align-items: stretch !important; }

/* line 5, bootstrap.scss */
.align-content-start {
  align-content: flex-start !important; }

/* line 5, bootstrap.scss */
.align-content-end {
  align-content: flex-end !important; }

/* line 5, bootstrap.scss */
.align-content-center {
  align-content: center !important; }

/* line 5, bootstrap.scss */
.align-content-between {
  align-content: space-between !important; }

/* line 5, bootstrap.scss */
.align-content-around {
  align-content: space-around !important; }

/* line 5, bootstrap.scss */
.align-content-stretch {
  align-content: stretch !important; }

/* line 5, bootstrap.scss */
.align-self-auto {
  align-self: auto !important; }

/* line 5, bootstrap.scss */
.align-self-start {
  align-self: flex-start !important; }

/* line 5, bootstrap.scss */
.align-self-end {
  align-self: flex-end !important; }

/* line 5, bootstrap.scss */
.align-self-center {
  align-self: center !important; }

/* line 5, bootstrap.scss */
.align-self-baseline {
  align-self: baseline !important; }

/* line 5, bootstrap.scss */
.align-self-stretch {
  align-self: stretch !important; }

/* line 5, bootstrap.scss */
.order-first {
  order: -1 !important; }

/* line 5, bootstrap.scss */
.order-0 {
  order: 0 !important; }

/* line 5, bootstrap.scss */
.order-1 {
  order: 1 !important; }

/* line 5, bootstrap.scss */
.order-2 {
  order: 2 !important; }

/* line 5, bootstrap.scss */
.order-3 {
  order: 3 !important; }

/* line 5, bootstrap.scss */
.order-4 {
  order: 4 !important; }

/* line 5, bootstrap.scss */
.order-5 {
  order: 5 !important; }

/* line 5, bootstrap.scss */
.order-last {
  order: 6 !important; }

/* line 5, bootstrap.scss */
.m-0 {
  margin: 0 !important; }

/* line 5, bootstrap.scss */
.m-1 {
  margin: 0.25rem !important; }

/* line 5, bootstrap.scss */
.m-2 {
  margin: 0.5rem !important; }

/* line 5, bootstrap.scss */
.m-3 {
  margin: 1rem !important; }

/* line 5, bootstrap.scss */
.m-4 {
  margin: 1.5rem !important; }

/* line 5, bootstrap.scss */
.m-5 {
  margin: 3rem !important; }

/* line 5, bootstrap.scss */
.m-auto {
  margin: auto !important; }

/* line 5, bootstrap.scss */
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/* line 5, bootstrap.scss */
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important; }

/* line 5, bootstrap.scss */
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important; }

/* line 5, bootstrap.scss */
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

/* line 5, bootstrap.scss */
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important; }

/* line 5, bootstrap.scss */
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

/* line 5, bootstrap.scss */
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

/* line 5, bootstrap.scss */
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* line 5, bootstrap.scss */
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important; }

/* line 5, bootstrap.scss */
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important; }

/* line 5, bootstrap.scss */
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

/* line 5, bootstrap.scss */
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

/* line 5, bootstrap.scss */
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

/* line 5, bootstrap.scss */
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

/* line 5, bootstrap.scss */
.mt-0 {
  margin-top: 0 !important; }

/* line 5, bootstrap.scss */
.mt-1 {
  margin-top: 0.25rem !important; }

/* line 5, bootstrap.scss */
.mt-2 {
  margin-top: 0.5rem !important; }

/* line 5, bootstrap.scss */
.mt-3 {
  margin-top: 1rem !important; }

/* line 5, bootstrap.scss */
.mt-4 {
  margin-top: 1.5rem !important; }

/* line 5, bootstrap.scss */
.mt-5 {
  margin-top: 3rem !important; }

/* line 5, bootstrap.scss */
.mt-auto {
  margin-top: auto !important; }

/* line 5, bootstrap.scss */
.me-0 {
  margin-right: 0 !important; }

/* line 5, bootstrap.scss */
.me-1 {
  margin-right: 0.25rem !important; }

/* line 5, bootstrap.scss */
.me-2 {
  margin-right: 0.5rem !important; }

/* line 5, bootstrap.scss */
.me-3 {
  margin-right: 1rem !important; }

/* line 5, bootstrap.scss */
.me-4 {
  margin-right: 1.5rem !important; }

/* line 5, bootstrap.scss */
.me-5 {
  margin-right: 3rem !important; }

/* line 5, bootstrap.scss */
.me-auto {
  margin-right: auto !important; }

/* line 5, bootstrap.scss */
.mb-0 {
  margin-bottom: 0 !important; }

/* line 5, bootstrap.scss */
.mb-1 {
  margin-bottom: 0.25rem !important; }

/* line 5, bootstrap.scss */
.mb-2 {
  margin-bottom: 0.5rem !important; }

/* line 5, bootstrap.scss */
.mb-3 {
  margin-bottom: 1rem !important; }

/* line 5, bootstrap.scss */
.mb-4 {
  margin-bottom: 1.5rem !important; }

/* line 5, bootstrap.scss */
.mb-5 {
  margin-bottom: 3rem !important; }

/* line 5, bootstrap.scss */
.mb-auto {
  margin-bottom: auto !important; }

/* line 5, bootstrap.scss */
.ms-0 {
  margin-left: 0 !important; }

/* line 5, bootstrap.scss */
.ms-1 {
  margin-left: 0.25rem !important; }

/* line 5, bootstrap.scss */
.ms-2 {
  margin-left: 0.5rem !important; }

/* line 5, bootstrap.scss */
.ms-3 {
  margin-left: 1rem !important; }

/* line 5, bootstrap.scss */
.ms-4 {
  margin-left: 1.5rem !important; }

/* line 5, bootstrap.scss */
.ms-5 {
  margin-left: 3rem !important; }

/* line 5, bootstrap.scss */
.ms-auto {
  margin-left: auto !important; }

/* line 5, bootstrap.scss */
.p-0 {
  padding: 0 !important; }

/* line 5, bootstrap.scss */
.p-1 {
  padding: 0.25rem !important; }

/* line 5, bootstrap.scss */
.p-2 {
  padding: 0.5rem !important; }

/* line 5, bootstrap.scss */
.p-3 {
  padding: 1rem !important; }

/* line 5, bootstrap.scss */
.p-4 {
  padding: 1.5rem !important; }

/* line 5, bootstrap.scss */
.p-5 {
  padding: 3rem !important; }

/* line 5, bootstrap.scss */
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 5, bootstrap.scss */
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important; }

/* line 5, bootstrap.scss */
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important; }

/* line 5, bootstrap.scss */
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

/* line 5, bootstrap.scss */
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important; }

/* line 5, bootstrap.scss */
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

/* line 5, bootstrap.scss */
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

/* line 5, bootstrap.scss */
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important; }

/* line 5, bootstrap.scss */
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important; }

/* line 5, bootstrap.scss */
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

/* line 5, bootstrap.scss */
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important; }

/* line 5, bootstrap.scss */
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

/* line 5, bootstrap.scss */
.pt-0 {
  padding-top: 0 !important; }

/* line 5, bootstrap.scss */
.pt-1 {
  padding-top: 0.25rem !important; }

/* line 5, bootstrap.scss */
.pt-2 {
  padding-top: 0.5rem !important; }

/* line 5, bootstrap.scss */
.pt-3 {
  padding-top: 1rem !important; }

/* line 5, bootstrap.scss */
.pt-4 {
  padding-top: 1.5rem !important; }

/* line 5, bootstrap.scss */
.pt-5 {
  padding-top: 3rem !important; }

/* line 5, bootstrap.scss */
.pe-0 {
  padding-right: 0 !important; }

/* line 5, bootstrap.scss */
.pe-1 {
  padding-right: 0.25rem !important; }

/* line 5, bootstrap.scss */
.pe-2 {
  padding-right: 0.5rem !important; }

/* line 5, bootstrap.scss */
.pe-3 {
  padding-right: 1rem !important; }

/* line 5, bootstrap.scss */
.pe-4 {
  padding-right: 1.5rem !important; }

/* line 5, bootstrap.scss */
.pe-5 {
  padding-right: 3rem !important; }

/* line 5, bootstrap.scss */
.pb-0 {
  padding-bottom: 0 !important; }

/* line 5, bootstrap.scss */
.pb-1 {
  padding-bottom: 0.25rem !important; }

/* line 5, bootstrap.scss */
.pb-2 {
  padding-bottom: 0.5rem !important; }

/* line 5, bootstrap.scss */
.pb-3 {
  padding-bottom: 1rem !important; }

/* line 5, bootstrap.scss */
.pb-4 {
  padding-bottom: 1.5rem !important; }

/* line 5, bootstrap.scss */
.pb-5 {
  padding-bottom: 3rem !important; }

/* line 5, bootstrap.scss */
.ps-0 {
  padding-left: 0 !important; }

/* line 5, bootstrap.scss */
.ps-1 {
  padding-left: 0.25rem !important; }

/* line 5, bootstrap.scss */
.ps-2 {
  padding-left: 0.5rem !important; }

/* line 5, bootstrap.scss */
.ps-3 {
  padding-left: 1rem !important; }

/* line 5, bootstrap.scss */
.ps-4 {
  padding-left: 1.5rem !important; }

/* line 5, bootstrap.scss */
.ps-5 {
  padding-left: 3rem !important; }

@media (min-width: 576px) {
  /* line 5, bootstrap.scss */
  .d-sm-inline {
    display: inline !important; }

  /* line 5, bootstrap.scss */
  .d-sm-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-sm-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-sm-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-sm-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-sm-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-sm-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-sm-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-sm-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-sm-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-sm-none {
    display: none !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-fill {
    flex: 1 1 auto !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-row {
    flex-direction: row !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-column {
    flex-direction: column !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-wrap {
    flex-wrap: wrap !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }

  /* line 5, bootstrap.scss */
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-start {
    justify-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-end {
    justify-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-center {
    justify-content: center !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-between {
    justify-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-around {
    justify-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

  /* line 5, bootstrap.scss */
  .align-items-sm-start {
    align-items: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-items-sm-end {
    align-items: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-items-sm-center {
    align-items: center !important; }

  /* line 5, bootstrap.scss */
  .align-items-sm-baseline {
    align-items: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-items-sm-stretch {
    align-items: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-start {
    align-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-end {
    align-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-center {
    align-content: center !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-between {
    align-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-around {
    align-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .align-content-sm-stretch {
    align-content: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-auto {
    align-self: auto !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-start {
    align-self: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-end {
    align-self: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-center {
    align-self: center !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-baseline {
    align-self: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-self-sm-stretch {
    align-self: stretch !important; }

  /* line 5, bootstrap.scss */
  .order-sm-first {
    order: -1 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-0 {
    order: 0 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-1 {
    order: 1 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-2 {
    order: 2 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-3 {
    order: 3 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-4 {
    order: 4 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-5 {
    order: 5 !important; }

  /* line 5, bootstrap.scss */
  .order-sm-last {
    order: 6 !important; }

  /* line 5, bootstrap.scss */
  .m-sm-0 {
    margin: 0 !important; }

  /* line 5, bootstrap.scss */
  .m-sm-1 {
    margin: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .m-sm-2 {
    margin: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-sm-3 {
    margin: 1rem !important; }

  /* line 5, bootstrap.scss */
  .m-sm-4 {
    margin: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-sm-5 {
    margin: 3rem !important; }

  /* line 5, bootstrap.scss */
  .m-sm-auto {
    margin: auto !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-0 {
    margin-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-1 {
    margin-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-2 {
    margin-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-3 {
    margin-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-4 {
    margin-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-5 {
    margin-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mt-sm-auto {
    margin-top: auto !important; }

  /* line 5, bootstrap.scss */
  .me-sm-0 {
    margin-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .me-sm-1 {
    margin-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .me-sm-2 {
    margin-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-sm-3 {
    margin-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .me-sm-4 {
    margin-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-sm-5 {
    margin-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .me-sm-auto {
    margin-right: auto !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-0 {
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-3 {
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-5 {
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mb-sm-auto {
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-0 {
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-3 {
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-4 {
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-5 {
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ms-sm-auto {
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .p-sm-0 {
    padding: 0 !important; }

  /* line 5, bootstrap.scss */
  .p-sm-1 {
    padding: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .p-sm-2 {
    padding: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-sm-3 {
    padding: 1rem !important; }

  /* line 5, bootstrap.scss */
  .p-sm-4 {
    padding: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-sm-5 {
    padding: 3rem !important; }

  /* line 5, bootstrap.scss */
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-0 {
    padding-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-1 {
    padding-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-2 {
    padding-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-3 {
    padding-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-4 {
    padding-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-sm-5 {
    padding-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-0 {
    padding-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-1 {
    padding-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-2 {
    padding-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-3 {
    padding-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-4 {
    padding-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-sm-5 {
    padding-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-0 {
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-3 {
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-sm-5 {
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ps-sm-0 {
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ps-sm-1 {
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ps-sm-2 {
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-sm-3 {
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ps-sm-4 {
    padding-left: 1.5rem !important; }

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

  /* line 5, bootstrap.scss */
  .d-md-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-md-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-md-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-md-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-md-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-md-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-md-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-md-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-md-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-md-none {
    display: none !important; }

  /* line 5, bootstrap.scss */
  .flex-md-fill {
    flex: 1 1 auto !important; }

  /* line 5, bootstrap.scss */
  .flex-md-row {
    flex-direction: row !important; }

  /* line 5, bootstrap.scss */
  .flex-md-column {
    flex-direction: column !important; }

  /* line 5, bootstrap.scss */
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-md-grow-0 {
    flex-grow: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-md-grow-1 {
    flex-grow: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-md-wrap {
    flex-wrap: wrap !important; }

  /* line 5, bootstrap.scss */
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }

  /* line 5, bootstrap.scss */
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-start {
    justify-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-end {
    justify-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-center {
    justify-content: center !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-between {
    justify-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-around {
    justify-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

  /* line 5, bootstrap.scss */
  .align-items-md-start {
    align-items: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-items-md-end {
    align-items: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-items-md-center {
    align-items: center !important; }

  /* line 5, bootstrap.scss */
  .align-items-md-baseline {
    align-items: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-items-md-stretch {
    align-items: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-start {
    align-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-end {
    align-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-center {
    align-content: center !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-between {
    align-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-around {
    align-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .align-content-md-stretch {
    align-content: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-auto {
    align-self: auto !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-start {
    align-self: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-end {
    align-self: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-center {
    align-self: center !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-baseline {
    align-self: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-self-md-stretch {
    align-self: stretch !important; }

  /* line 5, bootstrap.scss */
  .order-md-first {
    order: -1 !important; }

  /* line 5, bootstrap.scss */
  .order-md-0 {
    order: 0 !important; }

  /* line 5, bootstrap.scss */
  .order-md-1 {
    order: 1 !important; }

  /* line 5, bootstrap.scss */
  .order-md-2 {
    order: 2 !important; }

  /* line 5, bootstrap.scss */
  .order-md-3 {
    order: 3 !important; }

  /* line 5, bootstrap.scss */
  .order-md-4 {
    order: 4 !important; }

  /* line 5, bootstrap.scss */
  .order-md-5 {
    order: 5 !important; }

  /* line 5, bootstrap.scss */
  .order-md-last {
    order: 6 !important; }

  /* line 5, bootstrap.scss */
  .m-md-0 {
    margin: 0 !important; }

  /* line 5, bootstrap.scss */
  .m-md-1 {
    margin: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .m-md-2 {
    margin: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-md-3 {
    margin: 1rem !important; }

  /* line 5, bootstrap.scss */
  .m-md-4 {
    margin: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-md-5 {
    margin: 3rem !important; }

  /* line 5, bootstrap.scss */
  .m-md-auto {
    margin: auto !important; }

  /* line 5, bootstrap.scss */
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .mt-md-0 {
    margin-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .mt-md-1 {
    margin-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mt-md-2 {
    margin-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-md-3 {
    margin-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mt-md-4 {
    margin-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-md-5 {
    margin-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mt-md-auto {
    margin-top: auto !important; }

  /* line 5, bootstrap.scss */
  .me-md-0 {
    margin-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .me-md-1 {
    margin-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .me-md-2 {
    margin-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-md-3 {
    margin-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .me-md-4 {
    margin-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-md-5 {
    margin-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .me-md-auto {
    margin-right: auto !important; }

  /* line 5, bootstrap.scss */
  .mb-md-0 {
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-md-3 {
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-md-5 {
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mb-md-auto {
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .ms-md-0 {
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ms-md-1 {
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ms-md-2 {
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-md-3 {
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ms-md-4 {
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-md-5 {
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ms-md-auto {
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .p-md-0 {
    padding: 0 !important; }

  /* line 5, bootstrap.scss */
  .p-md-1 {
    padding: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .p-md-2 {
    padding: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-md-3 {
    padding: 1rem !important; }

  /* line 5, bootstrap.scss */
  .p-md-4 {
    padding: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-md-5 {
    padding: 3rem !important; }

  /* line 5, bootstrap.scss */
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pt-md-0 {
    padding-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .pt-md-1 {
    padding-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pt-md-2 {
    padding-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-md-3 {
    padding-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pt-md-4 {
    padding-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-md-5 {
    padding-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pe-md-0 {
    padding-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .pe-md-1 {
    padding-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pe-md-2 {
    padding-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-md-3 {
    padding-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pe-md-4 {
    padding-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-md-5 {
    padding-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pb-md-0 {
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-md-3 {
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-md-5 {
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ps-md-0 {
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ps-md-1 {
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ps-md-2 {
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-md-3 {
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ps-md-4 {
    padding-left: 1.5rem !important; }

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

  /* line 5, bootstrap.scss */
  .d-lg-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-lg-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-lg-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-lg-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-lg-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-lg-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-lg-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-lg-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-lg-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-lg-none {
    display: none !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-fill {
    flex: 1 1 auto !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-row {
    flex-direction: row !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-column {
    flex-direction: column !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-wrap {
    flex-wrap: wrap !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }

  /* line 5, bootstrap.scss */
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-start {
    justify-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-end {
    justify-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-center {
    justify-content: center !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-between {
    justify-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-around {
    justify-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

  /* line 5, bootstrap.scss */
  .align-items-lg-start {
    align-items: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-items-lg-end {
    align-items: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-items-lg-center {
    align-items: center !important; }

  /* line 5, bootstrap.scss */
  .align-items-lg-baseline {
    align-items: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-items-lg-stretch {
    align-items: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-start {
    align-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-end {
    align-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-center {
    align-content: center !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-between {
    align-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-around {
    align-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .align-content-lg-stretch {
    align-content: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-auto {
    align-self: auto !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-start {
    align-self: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-end {
    align-self: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-center {
    align-self: center !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-baseline {
    align-self: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-self-lg-stretch {
    align-self: stretch !important; }

  /* line 5, bootstrap.scss */
  .order-lg-first {
    order: -1 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-0 {
    order: 0 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-1 {
    order: 1 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-2 {
    order: 2 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-3 {
    order: 3 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-4 {
    order: 4 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-5 {
    order: 5 !important; }

  /* line 5, bootstrap.scss */
  .order-lg-last {
    order: 6 !important; }

  /* line 5, bootstrap.scss */
  .m-lg-0 {
    margin: 0 !important; }

  /* line 5, bootstrap.scss */
  .m-lg-1 {
    margin: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .m-lg-2 {
    margin: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-lg-3 {
    margin: 1rem !important; }

  /* line 5, bootstrap.scss */
  .m-lg-4 {
    margin: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-lg-5 {
    margin: 3rem !important; }

  /* line 5, bootstrap.scss */
  .m-lg-auto {
    margin: auto !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-0 {
    margin-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-1 {
    margin-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-2 {
    margin-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-3 {
    margin-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-4 {
    margin-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-5 {
    margin-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mt-lg-auto {
    margin-top: auto !important; }

  /* line 5, bootstrap.scss */
  .me-lg-0 {
    margin-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .me-lg-1 {
    margin-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .me-lg-2 {
    margin-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-lg-3 {
    margin-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .me-lg-4 {
    margin-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-lg-5 {
    margin-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .me-lg-auto {
    margin-right: auto !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-0 {
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-3 {
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-5 {
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mb-lg-auto {
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-0 {
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-3 {
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-4 {
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-5 {
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ms-lg-auto {
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .p-lg-0 {
    padding: 0 !important; }

  /* line 5, bootstrap.scss */
  .p-lg-1 {
    padding: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .p-lg-2 {
    padding: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-lg-3 {
    padding: 1rem !important; }

  /* line 5, bootstrap.scss */
  .p-lg-4 {
    padding: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-lg-5 {
    padding: 3rem !important; }

  /* line 5, bootstrap.scss */
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-0 {
    padding-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-1 {
    padding-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-2 {
    padding-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-3 {
    padding-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-4 {
    padding-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-lg-5 {
    padding-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-0 {
    padding-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-3 {
    padding-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-lg-5 {
    padding-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-0 {
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-3 {
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-lg-5 {
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-0 {
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-3 {
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-lg-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1200px) {
  /* line 5, bootstrap.scss */
  .d-xl-inline {
    display: inline !important; }

  /* line 5, bootstrap.scss */
  .d-xl-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-xl-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-xl-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-xl-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-xl-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-xl-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-xl-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-xl-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-xl-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-xl-none {
    display: none !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-fill {
    flex: 1 1 auto !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-row {
    flex-direction: row !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-column {
    flex-direction: column !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-wrap {
    flex-wrap: wrap !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 5, bootstrap.scss */
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-start {
    justify-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-end {
    justify-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-center {
    justify-content: center !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-between {
    justify-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-around {
    justify-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

  /* line 5, bootstrap.scss */
  .align-items-xl-start {
    align-items: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-items-xl-end {
    align-items: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-items-xl-center {
    align-items: center !important; }

  /* line 5, bootstrap.scss */
  .align-items-xl-baseline {
    align-items: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-items-xl-stretch {
    align-items: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-start {
    align-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-end {
    align-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-center {
    align-content: center !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-between {
    align-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-around {
    align-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .align-content-xl-stretch {
    align-content: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-auto {
    align-self: auto !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-start {
    align-self: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-end {
    align-self: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-center {
    align-self: center !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-baseline {
    align-self: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-self-xl-stretch {
    align-self: stretch !important; }

  /* line 5, bootstrap.scss */
  .order-xl-first {
    order: -1 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-0 {
    order: 0 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-1 {
    order: 1 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-2 {
    order: 2 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-3 {
    order: 3 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-4 {
    order: 4 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-5 {
    order: 5 !important; }

  /* line 5, bootstrap.scss */
  .order-xl-last {
    order: 6 !important; }

  /* line 5, bootstrap.scss */
  .m-xl-0 {
    margin: 0 !important; }

  /* line 5, bootstrap.scss */
  .m-xl-1 {
    margin: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .m-xl-2 {
    margin: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-xl-3 {
    margin: 1rem !important; }

  /* line 5, bootstrap.scss */
  .m-xl-4 {
    margin: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-xl-5 {
    margin: 3rem !important; }

  /* line 5, bootstrap.scss */
  .m-xl-auto {
    margin: auto !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-0 {
    margin-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-1 {
    margin-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-2 {
    margin-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-3 {
    margin-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-4 {
    margin-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-5 {
    margin-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xl-auto {
    margin-top: auto !important; }

  /* line 5, bootstrap.scss */
  .me-xl-0 {
    margin-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .me-xl-1 {
    margin-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .me-xl-2 {
    margin-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-xl-3 {
    margin-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .me-xl-4 {
    margin-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-xl-5 {
    margin-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .me-xl-auto {
    margin-right: auto !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-0 {
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-3 {
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-5 {
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xl-auto {
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-0 {
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-3 {
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-5 {
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xl-auto {
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .p-xl-0 {
    padding: 0 !important; }

  /* line 5, bootstrap.scss */
  .p-xl-1 {
    padding: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .p-xl-2 {
    padding: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-xl-3 {
    padding: 1rem !important; }

  /* line 5, bootstrap.scss */
  .p-xl-4 {
    padding: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-xl-5 {
    padding: 3rem !important; }

  /* line 5, bootstrap.scss */
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-0 {
    padding-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-1 {
    padding-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-2 {
    padding-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-3 {
    padding-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-4 {
    padding-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xl-5 {
    padding-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-0 {
    padding-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-3 {
    padding-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xl-5 {
    padding-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-0 {
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-3 {
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xl-5 {
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-0 {
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-3 {
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xl-5 {
    padding-left: 3rem !important; } }
@media (min-width: 1400px) {
  /* line 5, bootstrap.scss */
  .d-xxl-inline {
    display: inline !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-xxl-none {
    display: none !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-fill {
    flex: 1 1 auto !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-row {
    flex-direction: row !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-column {
    flex-direction: column !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }

  /* line 5, bootstrap.scss */
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-start {
    justify-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-end {
    justify-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-center {
    justify-content: center !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-between {
    justify-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-around {
    justify-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

  /* line 5, bootstrap.scss */
  .align-items-xxl-start {
    align-items: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-items-xxl-end {
    align-items: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-items-xxl-center {
    align-items: center !important; }

  /* line 5, bootstrap.scss */
  .align-items-xxl-baseline {
    align-items: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-items-xxl-stretch {
    align-items: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-start {
    align-content: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-end {
    align-content: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-center {
    align-content: center !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-between {
    align-content: space-between !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-around {
    align-content: space-around !important; }

  /* line 5, bootstrap.scss */
  .align-content-xxl-stretch {
    align-content: stretch !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-auto {
    align-self: auto !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-start {
    align-self: flex-start !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-end {
    align-self: flex-end !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-center {
    align-self: center !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-baseline {
    align-self: baseline !important; }

  /* line 5, bootstrap.scss */
  .align-self-xxl-stretch {
    align-self: stretch !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-first {
    order: -1 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-0 {
    order: 0 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-1 {
    order: 1 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-2 {
    order: 2 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-3 {
    order: 3 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-4 {
    order: 4 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-5 {
    order: 5 !important; }

  /* line 5, bootstrap.scss */
  .order-xxl-last {
    order: 6 !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-0 {
    margin: 0 !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-1 {
    margin: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-2 {
    margin: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-3 {
    margin: 1rem !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-4 {
    margin: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-5 {
    margin: 3rem !important; }

  /* line 5, bootstrap.scss */
  .m-xxl-auto {
    margin: auto !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-0 {
    margin-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-3 {
    margin-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-5 {
    margin-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mt-xxl-auto {
    margin-top: auto !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-0 {
    margin-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-3 {
    margin-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-5 {
    margin-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .me-xxl-auto {
    margin-right: auto !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .mb-xxl-auto {
    margin-bottom: auto !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-0 {
    margin-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-3 {
    margin-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-5 {
    margin-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ms-xxl-auto {
    margin-left: auto !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-0 {
    padding: 0 !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-1 {
    padding: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-2 {
    padding: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-3 {
    padding: 1rem !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-4 {
    padding: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .p-xxl-5 {
    padding: 3rem !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-0 {
    padding-top: 0 !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-3 {
    padding-top: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pt-xxl-5 {
    padding-top: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-0 {
    padding-right: 0 !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-3 {
    padding-right: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pe-xxl-5 {
    padding-right: 3rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-0 {
    padding-left: 0 !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-3 {
    padding-left: 1rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  /* line 5, bootstrap.scss */
  .ps-xxl-5 {
    padding-left: 3rem !important; } }
@media print {
  /* line 5, bootstrap.scss */
  .d-print-inline {
    display: inline !important; }

  /* line 5, bootstrap.scss */
  .d-print-inline-block {
    display: inline-block !important; }

  /* line 5, bootstrap.scss */
  .d-print-block {
    display: block !important; }

  /* line 5, bootstrap.scss */
  .d-print-grid {
    display: grid !important; }

  /* line 5, bootstrap.scss */
  .d-print-inline-grid {
    display: inline-grid !important; }

  /* line 5, bootstrap.scss */
  .d-print-table {
    display: table !important; }

  /* line 5, bootstrap.scss */
  .d-print-table-row {
    display: table-row !important; }

  /* line 5, bootstrap.scss */
  .d-print-table-cell {
    display: table-cell !important; }

  /* line 5, bootstrap.scss */
  .d-print-flex {
    display: flex !important; }

  /* line 5, bootstrap.scss */
  .d-print-inline-flex {
    display: inline-flex !important; }

  /* line 5, bootstrap.scss */
  .d-print-none {
    display: none !important; } }
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* line 7, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 11, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 15, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 20, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 24, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 28, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
@font-face {
  font-family: 'Commissioner-Regular';
  src: url("Commissioner-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Commissioner-Medium';
  src: url("Commissioner-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Commissioner-SemiBold';
  src: url("Commissioner-SemiBold.ttf") format("truetype");
  font-weight: 600; }
@font-face {
  font-family: 'Gilroy-Regular';
  src: url("Gilroy-Regular.ttf") format("truetype");
  font-weight: 400; }
@font-face {
  font-family: 'Gilroy-Medium';
  src: url("Gilroy-Medium.ttf") format("truetype");
  font-weight: 500; }
@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600; }
/* line 69, theme.scss */
a {
  text-decoration: none;
  color: #261658;
  transition: all 150ms linear; }
  /* line 74, theme.scss */
  a:hover {
    color: #AB3B7C; }

/* line 79, theme.scss */
ul {
  padding: 0;
  list-style: none; }

/* line 84, theme.scss */
.pd-left {
  padding-left: 280px;
  padding-right: 54px; }
  /* line 88, theme.scss */
  .pd-left_catalog {
    padding-left: 380px;
    padding-right: 54px; }
    @media (max-width: 1160px) {
      /* line 88, theme.scss */
      .pd-left_catalog {
        padding: 0 20px; } }
  @media (max-width: 1160px) {
    /* line 84, theme.scss */
    .pd-left {
      padding: 0 20px; } }

/* line 102, theme.scss */
body {
  font-family: "Commissioner-Regular"; }

/* line 106, theme.scss */
._ibg {
  position: relative; }
  /* line 109, theme.scss */
  ._ibg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

/* line 119, theme.scss */
.title-text-1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 99.6%;
  text-transform: uppercase;
  letter-spacing: .45px; }
  @media (max-width: 576px) {
    /* line 119, theme.scss */
    .title-text-1 {
      font-size: 20px;
      letter-spacing: .3px; } }

/* line 132, theme.scss */
.title-text-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 99.6%;
  letter-spacing: .42px;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    /* line 132, theme.scss */
    .title-text-2 {
      font-size: 15px;
      letter-spacing: normal; } }

/* line 145, theme.scss */
.menu-text {
  font-family: "Gilroy-Regular";
  font-size: 14px;
  font-weight: 400;
  line-height: 143%;
  letter-spacing: .1px; }
  @media (max-width: 576px) {
    /* line 145, theme.scss */
    .menu-text {
      font-size: 12px;
      letter-spacing: normal;
      line-height: normal; } }

/* line 159, theme.scss */
.price-text {
  font-family: "Gilroy-SemiBold";
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .2px; }
  @media (max-width: 576px) {
    /* line 159, theme.scss */
    .price-text {
      font-size: 18px;
      line-height: 166%;
      letter-spacing: .18px; } }

/* line 173, theme.scss */
.button-text,
button,
._button {
  font-family: "Gilroy-Medium";
  font-size: 12px;
  font-weight: 500;
  line-height: 166%;
  letter-spacing: .2px;
  text-transform: uppercase; }
  @media (max-width: 576px) {
    /* line 173, theme.scss */
    .button-text,
    button,
    ._button {
      letter-spacing: .1px; } }

/* line 188, theme.scss */
.body-text {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  font-weight: 400; }
  @media (max-width: 576px) {
    /* line 188, theme.scss */
    .body-text {
      font-size: 14px; } }

/* line 198, theme.scss */
._button {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 33px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 46px;
  border-top: 2px solid #1C6B15;
  border-bottom: 2px solid #1C6B15;
  transition: all 150ms linear;
  background-color: transparent;
  color: #1C6B15; }
  @media (hover: hover) {
    /* line 216, theme.scss */
    ._button:hover {
      background-color: #1C6B15;
      color: #fff; } }
  @media (max-width: 576px) {
    /* line 198, theme.scss */
    ._button {
      font-size: 9px;
      line-height: normal;
      padding: 7px 21px; } }

/* line 229, theme.scss */
.section-head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 576px) {
    /* line 235, theme.scss */
    .section-head__title {
      max-width: 200px; } }
  /* line 241, theme.scss */
  .section-head__link {
    display: flex;
    align-items: center;
    gap: 12px; }
    @media (max-width: 576px) {
      /* line 246, theme.scss */
      .section-head__link_desk {
        display: none; } }
    @media (min-width: 576px) {
      /* line 252, theme.scss */
      .section-head__link_mob {
        display: none; } }
    /* line 259, theme.scss */
    .section-head__link svg path {
      transition: all 150ms linear;
      stroke: #261658;
      stroke-width: .5px; }
    /* line 268, theme.scss */
    .section-head__link:hover svg path {
      stroke: #AB3B7C; }

/* line 276, theme.scss */
.sticker {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  opacity: .5;
  background-color: #fff;
  font-size: 14px;
  font-family: "Gilroy-Medium";
  font-weight: 500;
  color: #000; }
  /* line 291, theme.scss */
  .sticker:empty {
    display: none; }

/* line 297, theme.scss */
.micro-alert {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 0;
  font-size: 16px;
  z-index: 99999;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 300px;
  height: 160px; }
  /* line 309, theme.scss */
  .micro-alert-item {
    margin: 0;
    padding: 0;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 24px; }
    /* line 321, theme.scss */
    .micro-alert-item:not(:last-child) {
      display: none; }

/* line 327, theme.scss */
.account-block,
.account-checkout {
  margin-top: 100px; }
  @media (max-width: 576px) {
    /* line 327, theme.scss */
    .account-block,
    .account-checkout {
      margin-top: 60px; } }

/* line 337, theme.scss */
.account-checkout {
  padding-left: 250px; }
  @media (max-width: 1160px) {
    /* line 337, theme.scss */
    .account-checkout {
      padding-left: 0; } }
  /* line 344, theme.scss */
  .account-checkout .co-sidebar {
    position: static;
    width: 100%; }
  /* line 349, theme.scss */
  .account-checkout .co-section--checkout_order {
    width: 75%; }
    @media (max-width: 1160px) {
      /* line 349, theme.scss */
      .account-checkout .co-section--checkout_order {
        width: 100%; } }
  /* line 357, theme.scss */
  .account-checkout .co-basket {
    max-width: 100%; }

/* line 362, theme.scss */
.account-block {
  padding-left: 200px; }
  @media (max-width: 1160px) {
    /* line 362, theme.scss */
    .account-block {
      padding-left: 0; } }

/* line 370, theme.scss */
.co-title.co-title--h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 99.6%;
  text-transform: uppercase;
  letter-spacing: .45px; }
  @media (max-width: 576px) {
    /* line 370, theme.scss */
    .co-title.co-title--h1 {
      font-size: 20px;
      letter-spacing: .3px; } }

/* line 383, theme.scss */
.page-404 {
  margin: 0;
  padding-left: 260px;
  margin-top: 100px; }
  @media (max-width: 1160px) {
    /* line 383, theme.scss */
    .page-404 {
      padding-left: 0;
      margin-top: 60px; } }

/* line 394, theme.scss */
.sc-ifAKCX.jeKhMJ {
  z-index: 1 !important; }
