/** Import Bootstrap functions */

/** Bootstrap navbar fix (https://git.io/fADqW) */

/*$navbar-dark-toggler-icon-bg: none;
$navbar-light-toggler-icon-bg: none;*/

/*$hamburger-padding-x           : 15px !default;
$hamburger-padding-y           : 15px !default;
$hamburger-layer-width         : 40px !default;
$hamburger-layer-height        : 4px !default;
$hamburger-layer-spacing       : 6px !default;
$hamburger-layer-color         : #000 !default;
$hamburger-layer-border-radius : 4px !default;
$hamburger-hover-opacity       : 0.7 !default;
$hamburger-active-layer-color  : $hamburger-layer-color !default;
$hamburger-active-hover-opacity: $hamburger-hover-opacity !default;*/

/** Import everything from autoload */

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

/* line 1, node_modules/bootstrap/scss/_root.scss */

:root {
  --blue: #243ca3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0c1436;
  --secondary: #cba159;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #262626;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1500px;
  --breakpoint-xxxl: 1921px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/* line 19, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 25, node_modules/bootstrap/scss/_reboot.scss */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(38, 38, 38, 0);
}

/* line 35, node_modules/bootstrap/scss/_reboot.scss */

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 46, node_modules/bootstrap/scss/_reboot.scss */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

/* line 66, node_modules/bootstrap/scss/_reboot.scss */

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

/* line 76, node_modules/bootstrap/scss/_reboot.scss */

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/* line 92, node_modules/bootstrap/scss/_reboot.scss */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

/* line 101, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 114, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 123, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 129, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 136, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 143, node_modules/bootstrap/scss/_reboot.scss */

dt {
  font-weight: 700;
}

/* line 147, node_modules/bootstrap/scss/_reboot.scss */

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_reboot.scss */

blockquote {
  margin: 0 0 1rem;
}

/* line 156, node_modules/bootstrap/scss/_reboot.scss */

b,
strong {
  font-weight: bolder;
}

/* line 161, node_modules/bootstrap/scss/_reboot.scss */

small {
  font-size: 80%;
}

/* line 170, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 178, node_modules/bootstrap/scss/_reboot.scss */

sub {
  bottom: -.25em;
}

/* line 179, node_modules/bootstrap/scss/_reboot.scss */

sup {
  top: -.5em;
}

/* line 186, node_modules/bootstrap/scss/_reboot.scss */

a {
  color: #0c1436;
  text-decoration: none;
  background-color: transparent;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

a:hover {
  color: black;
  text-decoration: underline;
}

/* line 202, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

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

/* line 217, node_modules/bootstrap/scss/_reboot.scss */

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

/* line 225, node_modules/bootstrap/scss/_reboot.scss */

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

/* line 242, node_modules/bootstrap/scss/_reboot.scss */

figure {
  margin: 0 0 1rem;
}

/* line 252, node_modules/bootstrap/scss/_reboot.scss */

img {
  vertical-align: middle;
  border-style: none;
}

/* line 257, node_modules/bootstrap/scss/_reboot.scss */

svg {
  overflow: hidden;
  vertical-align: middle;
}

/* line 269, node_modules/bootstrap/scss/_reboot.scss */

table {
  border-collapse: collapse;
}

/* line 273, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 285, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 296, node_modules/bootstrap/scss/_reboot.scss */

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

/* line 305, node_modules/bootstrap/scss/_reboot.scss */

button {
  border-radius: 0;
}

/* line 315, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 319, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 330, node_modules/bootstrap/scss/_reboot.scss */

button,
input {
  overflow: visible;
}

/* line 335, node_modules/bootstrap/scss/_reboot.scss */

button,
select {
  text-transform: none;
}

/* line 343, node_modules/bootstrap/scss/_reboot.scss */

[role="button"] {
  cursor: pointer;
}

/* line 350, node_modules/bootstrap/scss/_reboot.scss */

select {
  word-wrap: normal;
}

/* line 358, node_modules/bootstrap/scss/_reboot.scss */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/* line 371, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 378, node_modules/bootstrap/scss/_reboot.scss */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 386, node_modules/bootstrap/scss/_reboot.scss */

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 393, node_modules/bootstrap/scss/_reboot.scss */

textarea {
  overflow: auto;
  resize: vertical;
}

/* line 399, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 414, node_modules/bootstrap/scss/_reboot.scss */

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

/* line 426, node_modules/bootstrap/scss/_reboot.scss */

progress {
  vertical-align: baseline;
}

/* line 431, node_modules/bootstrap/scss/_reboot.scss */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 436, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 449, node_modules/bootstrap/scss/_reboot.scss */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 458, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 467, node_modules/bootstrap/scss/_reboot.scss */

output {
  display: inline-block;
}

/* line 471, node_modules/bootstrap/scss/_reboot.scss */

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

/* line 476, node_modules/bootstrap/scss/_reboot.scss */

template {
  display: none;
}

/* line 482, node_modules/bootstrap/scss/_reboot.scss */

[hidden] {
  display: none !important;
}

/* line 7, node_modules/bootstrap/scss/_type.scss */

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

/* line 16, node_modules/bootstrap/scss/_type.scss */

h1,
.h1 {
  font-size: 2.5rem;
}

/* line 17, node_modules/bootstrap/scss/_type.scss */

h2,
.h2 {
  font-size: 2rem;
}

/* line 18, node_modules/bootstrap/scss/_type.scss */

h3,
.h3 {
  font-size: 1.75rem;
}

/* line 19, node_modules/bootstrap/scss/_type.scss */

h4,
.h4 {
  font-size: 1.5rem;
}

/* line 20, node_modules/bootstrap/scss/_type.scss */

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

/* line 21, node_modules/bootstrap/scss/_type.scss */

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

/* line 23, node_modules/bootstrap/scss/_type.scss */

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

/* line 29, node_modules/bootstrap/scss/_type.scss */

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 34, node_modules/bootstrap/scss/_type.scss */

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 39, node_modules/bootstrap/scss/_type.scss */

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 44, node_modules/bootstrap/scss/_type.scss */

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

/* line 55, node_modules/bootstrap/scss/_type.scss */

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid rgba(38, 38, 38, 0.1);
}

/* line 67, node_modules/bootstrap/scss/_type.scss */

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

/* line 73, node_modules/bootstrap/scss/_type.scss */

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

/* line 84, node_modules/bootstrap/scss/_type.scss */

.list-unstyled,
.gform_wrapper ul,
.comment-list {
  padding-left: 0;
  list-style: none;
}

/* line 89, node_modules/bootstrap/scss/_type.scss */

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

/* line 92, node_modules/bootstrap/scss/_type.scss */

.list-inline-item {
  display: inline-block;
}

/* line 95, node_modules/bootstrap/scss/_type.scss */

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

/* line 106, node_modules/bootstrap/scss/_type.scss */

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

/* line 112, node_modules/bootstrap/scss/_type.scss */

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

/* line 117, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}

/* line 122, node_modules/bootstrap/scss/_type.scss */

.blockquote-footer::before {
  content: "\2014\A0";
}

/* line 8, node_modules/bootstrap/scss/_images.scss */

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

/* line 14, node_modules/bootstrap/scss/_images.scss */

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

/* line 29, node_modules/bootstrap/scss/_images.scss */

.figure,
.wp-caption {
  display: inline-block;
}

/* line 34, node_modules/bootstrap/scss/_images.scss */

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

/* line 39, node_modules/bootstrap/scss/_images.scss */

.figure-caption,
.wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

/* line 2, node_modules/bootstrap/scss/_code.scss */

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

/* line 8, node_modules/bootstrap/scss/_code.scss */

a > code {
  color: inherit;
}

/* line 14, node_modules/bootstrap/scss/_code.scss */

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

/* line 22, node_modules/bootstrap/scss/_code.scss */

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

/* line 31, node_modules/bootstrap/scss/_code.scss */

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

/* line 37, node_modules/bootstrap/scss/_code.scss */

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

/* line 45, node_modules/bootstrap/scss/_code.scss */

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 7, node_modules/bootstrap/scss/_grid.scss */

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl,
.container-xxxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1500px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }
}

@media (min-width: 1921px) {
  /* line 20, node_modules/bootstrap/scss/_grid.scss */

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl,
  .container-xxxl {
    max-width: 1440px;
  }
}

/* line 49, node_modules/bootstrap/scss/_grid.scss */

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 55, node_modules/bootstrap/scss/_grid.scss */

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 59, node_modules/bootstrap/scss/_grid.scss */

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 8, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.mlp-configurator .swatches .swatch,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

/* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-auto,
.mlp-configurator .swatches .swatch {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

/* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-first {
  order: -1;
}

/* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-last {
  order: 13;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-0 {
  order: 0;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-1 {
  order: 1;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-2 {
  order: 2;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-3 {
  order: 3;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-4 {
  order: 4;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-5 {
  order: 5;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-6 {
  order: 6;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-7 {
  order: 7;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-8 {
  order: 8;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-9 {
  order: 9;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-10 {
  order: 10;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-11 {
  order: 11;
}

/* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

.order-12 {
  order: 12;
}

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

/* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 576px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-sm-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 768px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-md-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 992px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-lg-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1200px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xl-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1500px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxl-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

@media (min-width: 1921px) {
  /* line 34, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

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

  /* line 65, node_modules/bootstrap/scss/mixins/_grid.scss */

  .row-cols-xxxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 48, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .col-xxxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  /* line 54, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 60, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-first {
    order: -1;
  }

  /* line 62, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-last {
    order: 13;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-0 {
    order: 0;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-1 {
    order: 1;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-2 {
    order: 2;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-3 {
    order: 3;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-4 {
    order: 4;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-5 {
    order: 5;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-6 {
    order: 6;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-7 {
    order: 7;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-8 {
    order: 8;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-9 {
    order: 9;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-10 {
    order: 10;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-11 {
    order: 11;
  }

  /* line 65, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .order-xxxl-12 {
    order: 12;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-1 {
    margin-left: 8.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-2 {
    margin-left: 16.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-4 {
    margin-left: 33.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-5 {
    margin-left: 41.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-7 {
    margin-left: 58.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-8 {
    margin-left: 66.66667%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

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

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-10 {
    margin-left: 83.33333%;
  }

  /* line 72, node_modules/bootstrap/scss/mixins/_grid-framework.scss */

  .offset-xxxl-11 {
    margin-left: 91.66667%;
  }
}

/* line 5, node_modules/bootstrap/scss/_tables.scss */

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

/* line 11, node_modules/bootstrap/scss/_tables.scss */

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 2px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_tables.scss */

.table thead th {
  vertical-align: bottom;
  border-bottom: 4px solid #dee2e6;
}

/* line 23, node_modules/bootstrap/scss/_tables.scss */

.table tbody + tbody {
  border-top: 4px solid #dee2e6;
}

/* line 34, node_modules/bootstrap/scss/_tables.scss */

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

/* line 45, node_modules/bootstrap/scss/_tables.scss */

.table-bordered {
  border: 2px solid #dee2e6;
}

/* line 48, node_modules/bootstrap/scss/_tables.scss */

.table-bordered th,
.table-bordered td {
  border: 2px solid #dee2e6;
}

/* line 54, node_modules/bootstrap/scss/_tables.scss */

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 4px;
}

/* line 62, node_modules/bootstrap/scss/_tables.scss */

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

/* line 75, node_modules/bootstrap/scss/_tables.scss */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(38, 38, 38, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(38, 38, 38, 0.075);
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbbdc7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #818596;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-primary:hover {
  background-color: #adafbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #adafbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #f0e5d1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #e4cea9;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-secondary:hover {
  background-color: #eadabe;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #eadabe;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-info:hover {
  background-color: #abdde5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-light:hover {
  background-color: #ececf6;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c2c2c2;
}

/* line 14, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8e8e8e;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-dark:hover {
  background-color: #b5b5b5;
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b5b5b5;
}

/* line 7, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(38, 38, 38, 0.075);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-hover .table-active:hover {
  background-color: rgba(25, 25, 25, 0.075);
}

/* line 32, node_modules/bootstrap/scss/mixins/_table-row.scss */

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(25, 25, 25, 0.075);
}

/* line 114, node_modules/bootstrap/scss/_tables.scss */

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

/* line 122, node_modules/bootstrap/scss/_tables.scss */

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 130, node_modules/bootstrap/scss/_tables.scss */

.table-dark {
  color: #fff;
  background-color: #343a40;
}

/* line 134, node_modules/bootstrap/scss/_tables.scss */

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

/* line 140, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-bordered {
  border: 0;
}

/* line 145, node_modules/bootstrap/scss/_tables.scss */

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1499.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1920.98px) {
  /* line 171, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xxxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* line 179, node_modules/bootstrap/scss/_tables.scss */

  .table-responsive-xxxl > .table-bordered {
    border: 0;
  }
}

/* line 171, node_modules/bootstrap/scss/_tables.scss */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 179, node_modules/bootstrap/scss/_tables.scss */

.table-responsive > .table-bordered {
  border: 0;
}

/* line 7, node_modules/bootstrap/scss/_forms.scss */

.form-control,
.gform_wrapper input[type="email"],
.gform_wrapper input[type="date"],
.gform_wrapper input[type="datetime"],
.gform_wrapper input[type="datetime-local"],
.gform_wrapper input[type="month"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper input[type="search"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="text"],
.gform_wrapper input[type="time"],
.gform_wrapper input[type="week"],
.gform_wrapper input[type="url"],
.gform_wrapper select,
.gform_wrapper textarea,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #ced4da;
  border-radius: 0.4rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_forms.scss */

  .form-control,
  .gform_wrapper input[type="email"],
  .gform_wrapper input[type="date"],
  .gform_wrapper input[type="datetime"],
  .gform_wrapper input[type="datetime-local"],
  .gform_wrapper input[type="month"],
  .gform_wrapper input[type="number"],
  .gform_wrapper input[type="password"],
  .gform_wrapper input[type="search"],
  .gform_wrapper input[type="tel"],
  .gform_wrapper input[type="text"],
  .gform_wrapper input[type="time"],
  .gform_wrapper input[type="week"],
  .gform_wrapper input[type="url"],
  .gform_wrapper select,
  .gform_wrapper textarea,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    transition: none;
  }
}

/* line 28, node_modules/bootstrap/scss/_forms.scss */

.form-control::-ms-expand,
.gform_wrapper input[type="email"]::-ms-expand,
.gform_wrapper input[type="date"]::-ms-expand,
.gform_wrapper input[type="datetime"]::-ms-expand,
.gform_wrapper input[type="datetime-local"]::-ms-expand,
.gform_wrapper input[type="month"]::-ms-expand,
.gform_wrapper input[type="number"]::-ms-expand,
.gform_wrapper input[type="password"]::-ms-expand,
.gform_wrapper input[type="search"]::-ms-expand,
.gform_wrapper input[type="tel"]::-ms-expand,
.gform_wrapper input[type="text"]::-ms-expand,
.gform_wrapper input[type="time"]::-ms-expand,
.gform_wrapper input[type="week"]::-ms-expand,
.gform_wrapper input[type="url"]::-ms-expand,
.gform_wrapper select::-ms-expand,
.gform_wrapper textarea::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 14, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-control:focus,
.gform_wrapper input:focus[type="email"],
.gform_wrapper input:focus[type="date"],
.gform_wrapper input:focus[type="datetime"],
.gform_wrapper input:focus[type="datetime-local"],
.gform_wrapper input:focus[type="month"],
.gform_wrapper input:focus[type="number"],
.gform_wrapper input:focus[type="password"],
.gform_wrapper input:focus[type="search"],
.gform_wrapper input:focus[type="tel"],
.gform_wrapper input:focus[type="text"],
.gform_wrapper input:focus[type="time"],
.gform_wrapper input:focus[type="week"],
.gform_wrapper input:focus[type="url"],
.gform_wrapper select:focus,
.gform_wrapper textarea:focus,
.comment-form input:focus[type="text"],
.comment-form input:focus[type="email"],
.comment-form input:focus[type="url"],
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #495057;
  background-color: #fff;
  border-color: #233b9e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 37, node_modules/bootstrap/scss/_forms.scss */

.form-control::placeholder,
.gform_wrapper input[type="email"]::placeholder,
.gform_wrapper input[type="date"]::placeholder,
.gform_wrapper input[type="datetime"]::placeholder,
.gform_wrapper input[type="datetime-local"]::placeholder,
.gform_wrapper input[type="month"]::placeholder,
.gform_wrapper input[type="number"]::placeholder,
.gform_wrapper input[type="password"]::placeholder,
.gform_wrapper input[type="search"]::placeholder,
.gform_wrapper input[type="tel"]::placeholder,
.gform_wrapper input[type="text"]::placeholder,
.gform_wrapper input[type="time"]::placeholder,
.gform_wrapper input[type="week"]::placeholder,
.gform_wrapper input[type="url"]::placeholder,
.gform_wrapper select::placeholder,
.gform_wrapper textarea::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

/* line 48, node_modules/bootstrap/scss/_forms.scss */

.form-control:disabled,
.gform_wrapper input:disabled[type="email"],
.gform_wrapper input:disabled[type="date"],
.gform_wrapper input:disabled[type="datetime"],
.gform_wrapper input:disabled[type="datetime-local"],
.gform_wrapper input:disabled[type="month"],
.gform_wrapper input:disabled[type="number"],
.gform_wrapper input:disabled[type="password"],
.gform_wrapper input:disabled[type="search"],
.gform_wrapper input:disabled[type="tel"],
.gform_wrapper input:disabled[type="text"],
.gform_wrapper input:disabled[type="time"],
.gform_wrapper input:disabled[type="week"],
.gform_wrapper input:disabled[type="url"],
.gform_wrapper select:disabled,
.gform_wrapper textarea:disabled,
.comment-form input:disabled[type="text"],
.comment-form input:disabled[type="email"],
.comment-form input:disabled[type="url"],
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.gform_wrapper input[readonly][type="email"],
.gform_wrapper input[readonly][type="date"],
.gform_wrapper input[readonly][type="datetime"],
.gform_wrapper input[readonly][type="datetime-local"],
.gform_wrapper input[readonly][type="month"],
.gform_wrapper input[readonly][type="number"],
.gform_wrapper input[readonly][type="password"],
.gform_wrapper input[readonly][type="search"],
.gform_wrapper input[readonly][type="tel"],
.gform_wrapper input[readonly][type="text"],
.gform_wrapper input[readonly][type="time"],
.gform_wrapper input[readonly][type="week"],
.gform_wrapper input[readonly][type="url"],
.gform_wrapper select[readonly],
.gform_wrapper textarea[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form .search-field[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

/* line 60, node_modules/bootstrap/scss/_forms.scss */

input[type="date"].form-control,
.gform_wrapper input[type="date"],
.comment-form input[type="date"][type="text"],
.comment-form input[type="date"][type="email"],
.comment-form input[type="date"][type="url"],
.search-form input.search-field[type="date"],
input[type="time"].form-control,
.gform_wrapper input[type="time"],
.comment-form input[type="time"][type="text"],
.comment-form input[type="time"][type="email"],
.comment-form input[type="time"][type="url"],
.search-form input.search-field[type="time"],
input[type="datetime-local"].form-control,
.gform_wrapper input[type="datetime-local"],
.comment-form input[type="datetime-local"][type="text"],
.comment-form input[type="datetime-local"][type="email"],
.comment-form input[type="datetime-local"][type="url"],
.search-form input.search-field[type="datetime-local"],
input[type="month"].form-control,
.gform_wrapper input[type="month"],
.comment-form input[type="month"][type="text"],
.comment-form input[type="month"][type="email"],
.comment-form input[type="month"][type="url"],
.search-form input.search-field[type="month"] {
  appearance: none;
}

/* line 67, node_modules/bootstrap/scss/_forms.scss */

select.form-control:-moz-focusring,
.gform_wrapper select:-moz-focusring,
.search-form select.search-field:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 72, node_modules/bootstrap/scss/_forms.scss */

select.form-control:focus::-ms-value,
.gform_wrapper select:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 84, node_modules/bootstrap/scss/_forms.scss */

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

/* line 97, node_modules/bootstrap/scss/_forms.scss */

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

/* line 105, node_modules/bootstrap/scss/_forms.scss */

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

/* line 112, node_modules/bootstrap/scss/_forms.scss */

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

/* line 125, node_modules/bootstrap/scss/_forms.scss */

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

/* line 137, node_modules/bootstrap/scss/_forms.scss */

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

/* line 152, node_modules/bootstrap/scss/_forms.scss */

.form-control-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 160, node_modules/bootstrap/scss/_forms.scss */

.form-control-lg {
  height: calc(1.5em + 1rem + 4px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 170, node_modules/bootstrap/scss/_forms.scss */

select.form-control[size],
.gform_wrapper select[size],
.search-form select.search-field[size],
select.form-control[multiple],
.gform_wrapper select[multiple],
.search-form select.search-field[multiple] {
  height: auto;
}

/* line 176, node_modules/bootstrap/scss/_forms.scss */

textarea.form-control,
.gform_wrapper textarea,
.comment-form textarea,
.search-form textarea.search-field {
  height: auto;
}

/* line 185, node_modules/bootstrap/scss/_forms.scss */

.form-group,
.gform_wrapper li,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

/* line 189, node_modules/bootstrap/scss/_forms.scss */

.form-text {
  display: block;
  margin-top: 0.25rem;
}

/* line 199, node_modules/bootstrap/scss/_forms.scss */

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 205, node_modules/bootstrap/scss/_forms.scss */

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

/* line 217, node_modules/bootstrap/scss/_forms.scss */

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

/* line 223, node_modules/bootstrap/scss/_forms.scss */

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

/* line 229, node_modules/bootstrap/scss/_forms.scss */

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

/* line 235, node_modules/bootstrap/scss/_forms.scss */

.form-check-label {
  margin-bottom: 0;
}

/* line 239, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

/* line 246, node_modules/bootstrap/scss/_forms.scss */

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.4rem;
}

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid,
.was-validated .gform_wrapper input:valid[type="email"],
.gform_wrapper .was-validated input:valid[type="email"],
.was-validated .gform_wrapper input:valid[type="date"],
.gform_wrapper .was-validated input:valid[type="date"],
.was-validated .gform_wrapper input:valid[type="datetime"],
.gform_wrapper .was-validated input:valid[type="datetime"],
.was-validated .gform_wrapper input:valid[type="datetime-local"],
.gform_wrapper .was-validated input:valid[type="datetime-local"],
.was-validated .gform_wrapper input:valid[type="month"],
.gform_wrapper .was-validated input:valid[type="month"],
.was-validated .gform_wrapper input:valid[type="number"],
.gform_wrapper .was-validated input:valid[type="number"],
.was-validated .gform_wrapper input:valid[type="password"],
.gform_wrapper .was-validated input:valid[type="password"],
.was-validated .gform_wrapper input:valid[type="search"],
.gform_wrapper .was-validated input:valid[type="search"],
.was-validated .gform_wrapper input:valid[type="tel"],
.gform_wrapper .was-validated input:valid[type="tel"],
.was-validated .gform_wrapper input:valid[type="text"],
.gform_wrapper .was-validated input:valid[type="text"],
.was-validated .gform_wrapper input:valid[type="time"],
.gform_wrapper .was-validated input:valid[type="time"],
.was-validated .gform_wrapper input:valid[type="week"],
.gform_wrapper .was-validated input:valid[type="week"],
.was-validated .gform_wrapper input:valid[type="url"],
.gform_wrapper .was-validated input:valid[type="url"],
.was-validated .gform_wrapper select:valid,
.gform_wrapper .was-validated select:valid,
.was-validated .gform_wrapper textarea:valid,
.gform_wrapper .was-validated textarea:valid,
.was-validated .comment-form input:valid[type="text"],
.comment-form .was-validated input:valid[type="text"],
.was-validated .comment-form input:valid[type="email"],
.comment-form .was-validated input:valid[type="email"],
.was-validated .comment-form input:valid[type="url"],
.comment-form .was-validated input:valid[type="url"],
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.gform_wrapper input.is-valid[type="email"],
.gform_wrapper input.is-valid[type="date"],
.gform_wrapper input.is-valid[type="datetime"],
.gform_wrapper input.is-valid[type="datetime-local"],
.gform_wrapper input.is-valid[type="month"],
.gform_wrapper input.is-valid[type="number"],
.gform_wrapper input.is-valid[type="password"],
.gform_wrapper input.is-valid[type="search"],
.gform_wrapper input.is-valid[type="tel"],
.gform_wrapper input.is-valid[type="text"],
.gform_wrapper input.is-valid[type="time"],
.gform_wrapper input.is-valid[type="week"],
.gform_wrapper input.is-valid[type="url"],
.gform_wrapper select.is-valid,
.gform_wrapper textarea.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:valid:focus,
.was-validated .gform_wrapper input:valid:focus[type="email"],
.gform_wrapper .was-validated input:valid:focus[type="email"],
.was-validated .gform_wrapper input:valid:focus[type="date"],
.gform_wrapper .was-validated input:valid:focus[type="date"],
.was-validated .gform_wrapper input:valid:focus[type="datetime"],
.gform_wrapper .was-validated input:valid:focus[type="datetime"],
.was-validated .gform_wrapper input:valid:focus[type="datetime-local"],
.gform_wrapper .was-validated input:valid:focus[type="datetime-local"],
.was-validated .gform_wrapper input:valid:focus[type="month"],
.gform_wrapper .was-validated input:valid:focus[type="month"],
.was-validated .gform_wrapper input:valid:focus[type="number"],
.gform_wrapper .was-validated input:valid:focus[type="number"],
.was-validated .gform_wrapper input:valid:focus[type="password"],
.gform_wrapper .was-validated input:valid:focus[type="password"],
.was-validated .gform_wrapper input:valid:focus[type="search"],
.gform_wrapper .was-validated input:valid:focus[type="search"],
.was-validated .gform_wrapper input:valid:focus[type="tel"],
.gform_wrapper .was-validated input:valid:focus[type="tel"],
.was-validated .gform_wrapper input:valid:focus[type="text"],
.gform_wrapper .was-validated input:valid:focus[type="text"],
.was-validated .gform_wrapper input:valid:focus[type="time"],
.gform_wrapper .was-validated input:valid:focus[type="time"],
.was-validated .gform_wrapper input:valid:focus[type="week"],
.gform_wrapper .was-validated input:valid:focus[type="week"],
.was-validated .gform_wrapper input:valid:focus[type="url"],
.gform_wrapper .was-validated input:valid:focus[type="url"],
.was-validated .gform_wrapper select:valid:focus,
.gform_wrapper .was-validated select:valid:focus,
.was-validated .gform_wrapper textarea:valid:focus,
.gform_wrapper .was-validated textarea:valid:focus,
.was-validated .comment-form input:valid:focus[type="text"],
.comment-form .was-validated input:valid:focus[type="text"],
.was-validated .comment-form input:valid:focus[type="email"],
.comment-form .was-validated input:valid:focus[type="email"],
.was-validated .comment-form input:valid:focus[type="url"],
.comment-form .was-validated input:valid:focus[type="url"],
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.gform_wrapper input.is-valid:focus[type="email"],
.gform_wrapper input.is-valid:focus[type="date"],
.gform_wrapper input.is-valid:focus[type="datetime"],
.gform_wrapper input.is-valid:focus[type="datetime-local"],
.gform_wrapper input.is-valid:focus[type="month"],
.gform_wrapper input.is-valid:focus[type="number"],
.gform_wrapper input.is-valid:focus[type="password"],
.gform_wrapper input.is-valid:focus[type="search"],
.gform_wrapper input.is-valid:focus[type="tel"],
.gform_wrapper input.is-valid:focus[type="text"],
.gform_wrapper input.is-valid:focus[type="time"],
.gform_wrapper input.is-valid:focus[type="week"],
.gform_wrapper input.is-valid:focus[type="url"],
.gform_wrapper select.is-valid:focus,
.gform_wrapper textarea.is-valid:focus,
.comment-form input.is-valid:focus[type="text"],
.comment-form input.is-valid:focus[type="email"],
.comment-form input.is-valid:focus[type="url"],
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:valid,
.was-validated .gform_wrapper select:valid,
.gform_wrapper .was-validated select:valid,
.was-validated .search-form select.search-field:valid,
.search-form .was-validated select.search-field:valid,
select.form-control.is-valid,
.gform_wrapper select.is-valid,
.search-form select.is-valid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

/* line 45, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 53, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 70, node_modules/bootstrap/scss/mixins/_forms.scss */

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

/* line 77, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid,
.was-validated .gform_wrapper input:invalid[type="email"],
.gform_wrapper .was-validated input:invalid[type="email"],
.was-validated .gform_wrapper input:invalid[type="date"],
.gform_wrapper .was-validated input:invalid[type="date"],
.was-validated .gform_wrapper input:invalid[type="datetime"],
.gform_wrapper .was-validated input:invalid[type="datetime"],
.was-validated .gform_wrapper input:invalid[type="datetime-local"],
.gform_wrapper .was-validated input:invalid[type="datetime-local"],
.was-validated .gform_wrapper input:invalid[type="month"],
.gform_wrapper .was-validated input:invalid[type="month"],
.was-validated .gform_wrapper input:invalid[type="number"],
.gform_wrapper .was-validated input:invalid[type="number"],
.was-validated .gform_wrapper input:invalid[type="password"],
.gform_wrapper .was-validated input:invalid[type="password"],
.was-validated .gform_wrapper input:invalid[type="search"],
.gform_wrapper .was-validated input:invalid[type="search"],
.was-validated .gform_wrapper input:invalid[type="tel"],
.gform_wrapper .was-validated input:invalid[type="tel"],
.was-validated .gform_wrapper input:invalid[type="text"],
.gform_wrapper .was-validated input:invalid[type="text"],
.was-validated .gform_wrapper input:invalid[type="time"],
.gform_wrapper .was-validated input:invalid[type="time"],
.was-validated .gform_wrapper input:invalid[type="week"],
.gform_wrapper .was-validated input:invalid[type="week"],
.was-validated .gform_wrapper input:invalid[type="url"],
.gform_wrapper .was-validated input:invalid[type="url"],
.was-validated .gform_wrapper select:invalid,
.gform_wrapper .was-validated select:invalid,
.was-validated .gform_wrapper textarea:invalid,
.gform_wrapper .was-validated textarea:invalid,
.was-validated .comment-form input:invalid[type="text"],
.comment-form .was-validated input:invalid[type="text"],
.was-validated .comment-form input:invalid[type="email"],
.comment-form .was-validated input:invalid[type="email"],
.was-validated .comment-form input:invalid[type="url"],
.comment-form .was-validated input:invalid[type="url"],
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.gform_wrapper input.is-invalid[type="email"],
.gform_wrapper input.is-invalid[type="date"],
.gform_wrapper input.is-invalid[type="datetime"],
.gform_wrapper input.is-invalid[type="datetime-local"],
.gform_wrapper input.is-invalid[type="month"],
.gform_wrapper input.is-invalid[type="number"],
.gform_wrapper input.is-invalid[type="password"],
.gform_wrapper input.is-invalid[type="search"],
.gform_wrapper input.is-invalid[type="tel"],
.gform_wrapper input.is-invalid[type="text"],
.gform_wrapper input.is-invalid[type="time"],
.gform_wrapper input.is-invalid[type="week"],
.gform_wrapper input.is-invalid[type="url"],
.gform_wrapper select.is-invalid,
.gform_wrapper textarea.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* line 95, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-control:invalid:focus,
.was-validated .gform_wrapper input:invalid:focus[type="email"],
.gform_wrapper .was-validated input:invalid:focus[type="email"],
.was-validated .gform_wrapper input:invalid:focus[type="date"],
.gform_wrapper .was-validated input:invalid:focus[type="date"],
.was-validated .gform_wrapper input:invalid:focus[type="datetime"],
.gform_wrapper .was-validated input:invalid:focus[type="datetime"],
.was-validated .gform_wrapper input:invalid:focus[type="datetime-local"],
.gform_wrapper .was-validated input:invalid:focus[type="datetime-local"],
.was-validated .gform_wrapper input:invalid:focus[type="month"],
.gform_wrapper .was-validated input:invalid:focus[type="month"],
.was-validated .gform_wrapper input:invalid:focus[type="number"],
.gform_wrapper .was-validated input:invalid:focus[type="number"],
.was-validated .gform_wrapper input:invalid:focus[type="password"],
.gform_wrapper .was-validated input:invalid:focus[type="password"],
.was-validated .gform_wrapper input:invalid:focus[type="search"],
.gform_wrapper .was-validated input:invalid:focus[type="search"],
.was-validated .gform_wrapper input:invalid:focus[type="tel"],
.gform_wrapper .was-validated input:invalid:focus[type="tel"],
.was-validated .gform_wrapper input:invalid:focus[type="text"],
.gform_wrapper .was-validated input:invalid:focus[type="text"],
.was-validated .gform_wrapper input:invalid:focus[type="time"],
.gform_wrapper .was-validated input:invalid:focus[type="time"],
.was-validated .gform_wrapper input:invalid:focus[type="week"],
.gform_wrapper .was-validated input:invalid:focus[type="week"],
.was-validated .gform_wrapper input:invalid:focus[type="url"],
.gform_wrapper .was-validated input:invalid:focus[type="url"],
.was-validated .gform_wrapper select:invalid:focus,
.gform_wrapper .was-validated select:invalid:focus,
.was-validated .gform_wrapper textarea:invalid:focus,
.gform_wrapper .was-validated textarea:invalid:focus,
.was-validated .comment-form input:invalid:focus[type="text"],
.comment-form .was-validated input:invalid:focus[type="text"],
.was-validated .comment-form input:invalid:focus[type="email"],
.comment-form .was-validated input:invalid:focus[type="email"],
.was-validated .comment-form input:invalid:focus[type="url"],
.comment-form .was-validated input:invalid:focus[type="url"],
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.gform_wrapper input.is-invalid:focus[type="email"],
.gform_wrapper input.is-invalid:focus[type="date"],
.gform_wrapper input.is-invalid:focus[type="datetime"],
.gform_wrapper input.is-invalid:focus[type="datetime-local"],
.gform_wrapper input.is-invalid:focus[type="month"],
.gform_wrapper input.is-invalid:focus[type="number"],
.gform_wrapper input.is-invalid:focus[type="password"],
.gform_wrapper input.is-invalid:focus[type="search"],
.gform_wrapper input.is-invalid:focus[type="tel"],
.gform_wrapper input.is-invalid:focus[type="text"],
.gform_wrapper input.is-invalid:focus[type="time"],
.gform_wrapper input.is-invalid:focus[type="week"],
.gform_wrapper input.is-invalid:focus[type="url"],
.gform_wrapper select.is-invalid:focus,
.gform_wrapper textarea.is-invalid:focus,
.comment-form input.is-invalid:focus[type="text"],
.comment-form input.is-invalid:focus[type="email"],
.comment-form input.is-invalid:focus[type="url"],
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated select.form-control:invalid,
.was-validated .gform_wrapper select:invalid,
.gform_wrapper .was-validated select:invalid,
.was-validated .search-form select.search-field:invalid,
.search-form .was-validated select.search-field:invalid,
select.form-control.is-invalid,
.gform_wrapper select.is-invalid,
.search-form select.is-invalid.search-field {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 33, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

/* line 131, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 140, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

/* line 144, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 153, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

/* line 156, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 162, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

/* line 169, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

/* line 173, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

/* line 183, node_modules/bootstrap/scss/mixins/_forms.scss */

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

/* line 188, node_modules/bootstrap/scss/mixins/_forms.scss */

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

/* line 275, node_modules/bootstrap/scss/_forms.scss */

.form-inline,
.search-form {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

/* line 283, node_modules/bootstrap/scss/_forms.scss */

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  /* line 289, node_modules/bootstrap/scss/_forms.scss */

  .form-inline label,
  .search-form label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  /* line 297, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .gform_wrapper li,
  .gform_wrapper .form-inline li,
  .search-form .gform_wrapper li,
  .gform_wrapper .search-form li,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  /* line 306, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .gform_wrapper input[type="email"],
  .gform_wrapper .form-inline input[type="email"],
  .search-form .gform_wrapper input[type="email"],
  .gform_wrapper .search-form input[type="email"],
  .form-inline .gform_wrapper input[type="date"],
  .gform_wrapper .form-inline input[type="date"],
  .search-form .gform_wrapper input[type="date"],
  .gform_wrapper .search-form input[type="date"],
  .form-inline .gform_wrapper input[type="datetime"],
  .gform_wrapper .form-inline input[type="datetime"],
  .search-form .gform_wrapper input[type="datetime"],
  .gform_wrapper .search-form input[type="datetime"],
  .form-inline .gform_wrapper input[type="datetime-local"],
  .gform_wrapper .form-inline input[type="datetime-local"],
  .search-form .gform_wrapper input[type="datetime-local"],
  .gform_wrapper .search-form input[type="datetime-local"],
  .form-inline .gform_wrapper input[type="month"],
  .gform_wrapper .form-inline input[type="month"],
  .search-form .gform_wrapper input[type="month"],
  .gform_wrapper .search-form input[type="month"],
  .form-inline .gform_wrapper input[type="number"],
  .gform_wrapper .form-inline input[type="number"],
  .search-form .gform_wrapper input[type="number"],
  .gform_wrapper .search-form input[type="number"],
  .form-inline .gform_wrapper input[type="password"],
  .gform_wrapper .form-inline input[type="password"],
  .search-form .gform_wrapper input[type="password"],
  .gform_wrapper .search-form input[type="password"],
  .form-inline .gform_wrapper input[type="search"],
  .gform_wrapper .form-inline input[type="search"],
  .search-form .gform_wrapper input[type="search"],
  .gform_wrapper .search-form input[type="search"],
  .form-inline .gform_wrapper input[type="tel"],
  .gform_wrapper .form-inline input[type="tel"],
  .search-form .gform_wrapper input[type="tel"],
  .gform_wrapper .search-form input[type="tel"],
  .form-inline .gform_wrapper input[type="text"],
  .gform_wrapper .form-inline input[type="text"],
  .search-form .gform_wrapper input[type="text"],
  .gform_wrapper .search-form input[type="text"],
  .form-inline .gform_wrapper input[type="time"],
  .gform_wrapper .form-inline input[type="time"],
  .search-form .gform_wrapper input[type="time"],
  .gform_wrapper .search-form input[type="time"],
  .form-inline .gform_wrapper input[type="week"],
  .gform_wrapper .form-inline input[type="week"],
  .search-form .gform_wrapper input[type="week"],
  .gform_wrapper .search-form input[type="week"],
  .form-inline .gform_wrapper input[type="url"],
  .gform_wrapper .form-inline input[type="url"],
  .search-form .gform_wrapper input[type="url"],
  .gform_wrapper .search-form input[type="url"],
  .form-inline .gform_wrapper select,
  .gform_wrapper .form-inline select,
  .search-form .gform_wrapper select,
  .gform_wrapper .search-form select,
  .form-inline .gform_wrapper textarea,
  .gform_wrapper .form-inline textarea,
  .search-form .gform_wrapper textarea,
  .gform_wrapper .search-form textarea,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  /* line 313, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  /* line 317, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  /* line 324, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check,
  .search-form .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  /* line 331, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  /* line 339, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control,
  .search-form .custom-control {
    align-items: center;
    justify-content: center;
  }

  /* line 343, node_modules/bootstrap/scss/_forms.scss */

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

/* line 7, node_modules/bootstrap/scss/_buttons.scss */

.btn,
.gform_wrapper .button,
.comment-form input[type="submit"],
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 7, node_modules/bootstrap/scss/_buttons.scss */

  .btn,
  .gform_wrapper .button,
  .comment-form input[type="submit"],
  .search-form .search-submit {
    transition: none;
  }
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn:hover,
.gform_wrapper .button:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #212529;
  text-decoration: none;
}

/* line 27, node_modules/bootstrap/scss/_buttons.scss */

.btn:focus,
.gform_wrapper .button:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn.focus,
.gform_wrapper .focus.button,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 34, node_modules/bootstrap/scss/_buttons.scss */

.btn.disabled,
.gform_wrapper .disabled.button,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn:disabled,
.gform_wrapper .button:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  opacity: 0.65;
}

/* line 40, node_modules/bootstrap/scss/_buttons.scss */

.btn:not(:disabled):not(.disabled),
.gform_wrapper .button:not(:disabled):not(.disabled),
.comment-form input:not(:disabled):not(.disabled)[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

/* line 55, node_modules/bootstrap/scss/_buttons.scss */

a.btn.disabled,
.gform_wrapper a.disabled.button,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .gform_wrapper a.button,
.gform_wrapper fieldset:disabled a.button,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-primary,
.gform_wrapper .button {
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-primary:hover,
.gform_wrapper .button:hover {
  color: #fff;
  background-color: #050817;
  border-color: #03050c;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:focus,
.gform_wrapper .button:focus,
.btn-primary.focus,
.gform_wrapper .focus.button {
  color: #fff;
  background-color: #050817;
  border-color: #03050c;
  box-shadow: 0 0 0 0.2rem rgba(48, 55, 84, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary.disabled,
.gform_wrapper .disabled.button,
.btn-primary:disabled,
.gform_wrapper .button:disabled {
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active,
.gform_wrapper .button:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.gform_wrapper .button:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.gform_wrapper .show > .dropdown-toggle.button {
  color: #fff;
  background-color: #03050c;
  border-color: #000102;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-primary:not(:disabled):not(.disabled):active:focus,
.gform_wrapper .button:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.gform_wrapper .button:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.gform_wrapper .show > .dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 55, 84, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #212529;
  background-color: #cba159;
  border-color: #cba159;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-secondary:hover,
.comment-form input:hover[type="submit"],
.search-form .search-submit:hover {
  color: #fff;
  background-color: #c1903d;
  border-color: #b88939;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:focus,
.comment-form input:focus[type="submit"],
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  color: #fff;
  background-color: #c1903d;
  border-color: #b88939;
  box-shadow: 0 0 0 0.2rem rgba(178, 142, 82, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input:disabled[type="submit"],
.search-form .search-submit:disabled {
  color: #212529;
  background-color: #cba159;
  border-color: #cba159;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input:not(:disabled):not(.disabled):active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input:not(:disabled):not(.disabled).active[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form .show > input.dropdown-toggle[type="submit"],
.search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #b88939;
  border-color: #ae8236;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input:not(:disabled):not(.disabled):active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input:not(:disabled):not(.disabled).active:focus[type="submit"],
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form .show > input.dropdown-toggle:focus[type="submit"],
.search-form .show > .dropdown-toggle.search-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(178, 142, 82, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:focus,
.btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

/* line 66, node_modules/bootstrap/scss/_buttons.scss */

.btn-dark {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-dark:hover {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
}

/* line 18, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #131313;
  border-color: #0d0d0d;
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

/* line 32, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 43, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #0d0d0d;
  border-color: #060606;
}

/* line 53, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(71, 71, 71, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-primary {
  color: #0c1436;
  border-color: #0c1436;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0c1436;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-secondary {
  color: #cba159;
  border-color: #cba159;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-secondary:hover {
  color: #212529;
  background-color: #cba159;
  border-color: #cba159;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 161, 89, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #cba159;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #cba159;
  border-color: #cba159;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(203, 161, 89, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 72, node_modules/bootstrap/scss/_buttons.scss */

.btn-outline-dark {
  color: #262626;
  border-color: #262626;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-outline-dark:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 74, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 79, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #262626;
  background-color: transparent;
}

/* line 85, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 92, node_modules/bootstrap/scss/mixins/_buttons.scss */

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 83, node_modules/bootstrap/scss/_buttons.scss */

.btn-link {
  font-weight: 400;
  color: #0c1436;
  text-decoration: none;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-link:hover {
  color: black;
  text-decoration: underline;
}

/* line 93, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

/* line 98, node_modules/bootstrap/scss/_buttons.scss */

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

/* line 112, node_modules/bootstrap/scss/_buttons.scss */

.btn-lg,
.btn-group-lg > .btn,
.gform_wrapper .btn-group-lg > .button,
.comment-form .btn-group-lg > input[type="submit"],
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 116, node_modules/bootstrap/scss/_buttons.scss */

.btn-sm,
.btn-group-sm > .btn,
.gform_wrapper .btn-group-sm > .button,
.comment-form .btn-group-sm > input[type="submit"],
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 125, node_modules/bootstrap/scss/_buttons.scss */

.btn-block {
  display: block;
  width: 100%;
}

/* line 130, node_modules/bootstrap/scss/_buttons.scss */

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

/* line 139, node_modules/bootstrap/scss/_buttons.scss */

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/* line 1, node_modules/bootstrap/scss/_transitions.scss */

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  /* line 1, node_modules/bootstrap/scss/_transitions.scss */

  .fade {
    transition: none;
  }
}

/* line 4, node_modules/bootstrap/scss/_transitions.scss */

.fade:not(.show) {
  opacity: 0;
}

/* line 10, node_modules/bootstrap/scss/_transitions.scss */

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

/* line 15, node_modules/bootstrap/scss/_transitions.scss */

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 15, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing {
    transition: none;
  }
}

/* line 21, node_modules/bootstrap/scss/_transitions.scss */

.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 21, node_modules/bootstrap/scss/_transitions.scss */

  .collapsing.width {
    transition: none;
  }
}

/* line 2, node_modules/bootstrap/scss/_dropdown.scss */

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

/* line 9, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-toggle {
  white-space: nowrap;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 17, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 42, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 47, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1500px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1921px) {
  /* line 42, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxxl-left {
    right: auto;
    left: 0;
  }

  /* line 47, node_modules/bootstrap/scss/_dropdown.scss */

  .dropdown-menu-xxxl-right {
    right: 0;
    left: auto;
  }
}

/* line 57, node_modules/bootstrap/scss/_dropdown.scss */

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 70, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

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

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 80, node_modules/bootstrap/scss/_dropdown.scss */

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

/* line 87, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

/* line 30, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

/* line 45, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::after {
  display: none;
}

/* line 49, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

/* line 58, node_modules/bootstrap/scss/mixins/_caret.scss */

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

/* line 97, node_modules/bootstrap/scss/_dropdown.scss */

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

/* line 106, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

/* line 116, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

/* line 123, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

/* line 154, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c1436;
}

/* line 161, node_modules/bootstrap/scss/_dropdown.scss */

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

/* line 173, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 178, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 188, node_modules/bootstrap/scss/_dropdown.scss */

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

/* line 4, node_modules/bootstrap/scss/_button-group.scss */

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* line 10, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn,
.gform_wrapper .btn-group > .button,
.comment-form .btn-group > input[type="submit"],
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.gform_wrapper .btn-group-vertical > .button,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit {
  position: relative;
  flex: 1 1 auto;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.btn-group > .btn:hover,
.gform_wrapper .btn-group > .button:hover,
.comment-form .btn-group > input:hover[type="submit"],
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.gform_wrapper .btn-group-vertical > .button:hover,
.comment-form .btn-group-vertical > input:hover[type="submit"],
.search-form .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

/* line 19, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:focus,
.gform_wrapper .btn-group > .button:focus,
.comment-form .btn-group > input:focus[type="submit"],
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.gform_wrapper .btn-group > .button:active,
.comment-form .btn-group > input:active[type="submit"],
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.gform_wrapper .btn-group > .active.button,
.comment-form .btn-group > input.active[type="submit"],
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.gform_wrapper .btn-group-vertical > .button:focus,
.comment-form .btn-group-vertical > input:focus[type="submit"],
.search-form .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.gform_wrapper .btn-group-vertical > .button:active,
.comment-form .btn-group-vertical > input:active[type="submit"],
.search-form .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.gform_wrapper .btn-group-vertical > .active.button,
.comment-form .btn-group-vertical > input.active[type="submit"],
.search-form .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

/* line 28, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* line 33, node_modules/bootstrap/scss/_button-group.scss */

.btn-toolbar .input-group {
  width: auto;
}

/* line 40, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.gform_wrapper .btn-group > .button:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}

/* line 46, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.gform_wrapper .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.gform_wrapper .btn-group > .btn-group:not(:last-child) > .button,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 51, node_modules/bootstrap/scss/_button-group.scss */

.btn-group > .btn:not(:first-child),
.gform_wrapper .btn-group > .button:not(:first-child),
.comment-form .btn-group > input:not(:first-child)[type="submit"],
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.gform_wrapper .btn-group > .btn-group:not(:first-child) > .button,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

/* line 73, node_modules/bootstrap/scss/_button-group.scss */

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

/* line 79, node_modules/bootstrap/scss/_button-group.scss */

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

/* line 84, node_modules/bootstrap/scss/_button-group.scss */

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.gform_wrapper .btn-group-sm > .button + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

/* line 89, node_modules/bootstrap/scss/_button-group.scss */

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.gform_wrapper .btn-group-lg > .button + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

/* line 111, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

/* line 116, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn,
.gform_wrapper .btn-group-vertical > .button,
.comment-form .btn-group-vertical > input[type="submit"],
.search-form .btn-group-vertical > .search-submit,
.btn-group-vertical > .btn-group {
  width: 100%;
}

/* line 121, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.gform_wrapper .btn-group-vertical > .button:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}

/* line 127, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.gform_wrapper .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.gform_wrapper .btn-group-vertical > .btn-group:not(:last-child) > .button,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 132, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-vertical > .btn:not(:first-child),
.gform_wrapper .btn-group-vertical > .button:not(:first-child),
.comment-form .btn-group-vertical > input:not(:first-child)[type="submit"],
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.gform_wrapper .btn-group-vertical > .btn-group:not(:first-child) > .button,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 152, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn,
.gform_wrapper .btn-group-toggle > .button,
.comment-form .btn-group-toggle > input[type="submit"],
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.gform_wrapper .btn-group-toggle > .btn-group > .button,
.comment-form .btn-group-toggle > .btn-group > input[type="submit"],
.search-form .btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

/* line 156, node_modules/bootstrap/scss/_button-group.scss */

.btn-group-toggle > .btn input[type="radio"],
.gform_wrapper .btn-group-toggle > .button input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.gform_wrapper .btn-group-toggle > .button input[type="checkbox"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.gform_wrapper .btn-group-toggle > .btn-group > .button input[type="radio"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.gform_wrapper .btn-group-toggle > .btn-group > .button input[type="checkbox"],
.comment-form .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, node_modules/bootstrap/scss/_input-group.scss */

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* line 14, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control,
.gform_wrapper .input-group > input[type="email"],
.gform_wrapper .input-group > input[type="date"],
.gform_wrapper .input-group > input[type="datetime"],
.gform_wrapper .input-group > input[type="datetime-local"],
.gform_wrapper .input-group > input[type="month"],
.gform_wrapper .input-group > input[type="number"],
.gform_wrapper .input-group > input[type="password"],
.gform_wrapper .input-group > input[type="search"],
.gform_wrapper .input-group > input[type="tel"],
.gform_wrapper .input-group > input[type="text"],
.gform_wrapper .input-group > input[type="time"],
.gform_wrapper .input-group > input[type="week"],
.gform_wrapper .input-group > input[type="url"],
.gform_wrapper .input-group > select,
.gform_wrapper .input-group > textarea,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

/* line 24, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control + .form-control,
.gform_wrapper .input-group > input[type="email"] + .form-control,
.gform_wrapper .input-group > input[type="date"] + .form-control,
.gform_wrapper .input-group > input[type="datetime"] + .form-control,
.gform_wrapper .input-group > input[type="datetime-local"] + .form-control,
.gform_wrapper .input-group > input[type="month"] + .form-control,
.gform_wrapper .input-group > input[type="number"] + .form-control,
.gform_wrapper .input-group > input[type="password"] + .form-control,
.gform_wrapper .input-group > input[type="search"] + .form-control,
.gform_wrapper .input-group > input[type="tel"] + .form-control,
.gform_wrapper .input-group > input[type="text"] + .form-control,
.gform_wrapper .input-group > input[type="time"] + .form-control,
.gform_wrapper .input-group > input[type="week"] + .form-control,
.gform_wrapper .input-group > input[type="url"] + .form-control,
.gform_wrapper .input-group > select + .form-control,
.gform_wrapper .input-group > textarea + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.gform_wrapper .input-group > .form-control + input[type="email"],
.gform_wrapper .input-group > input[type="email"] + input[type="email"],
.gform_wrapper .input-group > input[type="date"] + input[type="email"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="email"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="email"],
.gform_wrapper .input-group > input[type="month"] + input[type="email"],
.gform_wrapper .input-group > input[type="number"] + input[type="email"],
.gform_wrapper .input-group > input[type="password"] + input[type="email"],
.gform_wrapper .input-group > input[type="search"] + input[type="email"],
.gform_wrapper .input-group > input[type="tel"] + input[type="email"],
.gform_wrapper .input-group > input[type="text"] + input[type="email"],
.gform_wrapper .input-group > input[type="time"] + input[type="email"],
.gform_wrapper .input-group > input[type="week"] + input[type="email"],
.gform_wrapper .input-group > input[type="url"] + input[type="email"],
.gform_wrapper .input-group > select + input[type="email"],
.gform_wrapper .input-group > textarea + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .gform_wrapper .input-group > textarea + input[type="email"],
.gform_wrapper .comment-form .input-group > textarea + input[type="email"],
.search-form .gform_wrapper .input-group > .search-field + input[type="email"],
.gform_wrapper .search-form .input-group > .search-field + input[type="email"],
.gform_wrapper .input-group > .form-control + input[type="date"],
.gform_wrapper .input-group > input[type="email"] + input[type="date"],
.gform_wrapper .input-group > input[type="date"] + input[type="date"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="date"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="date"],
.gform_wrapper .input-group > input[type="month"] + input[type="date"],
.gform_wrapper .input-group > input[type="number"] + input[type="date"],
.gform_wrapper .input-group > input[type="password"] + input[type="date"],
.gform_wrapper .input-group > input[type="search"] + input[type="date"],
.gform_wrapper .input-group > input[type="tel"] + input[type="date"],
.gform_wrapper .input-group > input[type="text"] + input[type="date"],
.gform_wrapper .input-group > input[type="time"] + input[type="date"],
.gform_wrapper .input-group > input[type="week"] + input[type="date"],
.gform_wrapper .input-group > input[type="url"] + input[type="date"],
.gform_wrapper .input-group > select + input[type="date"],
.gform_wrapper .input-group > textarea + input[type="date"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="date"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="date"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="date"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="date"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="date"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="date"],
.comment-form .gform_wrapper .input-group > textarea + input[type="date"],
.gform_wrapper .comment-form .input-group > textarea + input[type="date"],
.search-form .gform_wrapper .input-group > .search-field + input[type="date"],
.gform_wrapper .search-form .input-group > .search-field + input[type="date"],
.gform_wrapper .input-group > .form-control + input[type="datetime"],
.gform_wrapper .input-group > input[type="email"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="date"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="month"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="number"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="password"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="search"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="tel"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="text"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="time"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="week"] + input[type="datetime"],
.gform_wrapper .input-group > input[type="url"] + input[type="datetime"],
.gform_wrapper .input-group > select + input[type="datetime"],
.gform_wrapper .input-group > textarea + input[type="datetime"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="datetime"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="datetime"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="datetime"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="datetime"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="datetime"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="datetime"],
.comment-form .gform_wrapper .input-group > textarea + input[type="datetime"],
.gform_wrapper .comment-form .input-group > textarea + input[type="datetime"],
.search-form .gform_wrapper .input-group > .search-field + input[type="datetime"],
.gform_wrapper .search-form .input-group > .search-field + input[type="datetime"],
.gform_wrapper .input-group > .form-control + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="email"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="date"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="month"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="number"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="password"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="search"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="tel"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="text"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="time"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="week"] + input[type="datetime-local"],
.gform_wrapper .input-group > input[type="url"] + input[type="datetime-local"],
.gform_wrapper .input-group > select + input[type="datetime-local"],
.gform_wrapper .input-group > textarea + input[type="datetime-local"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="datetime-local"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="datetime-local"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="datetime-local"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="datetime-local"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="datetime-local"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="datetime-local"],
.comment-form .gform_wrapper .input-group > textarea + input[type="datetime-local"],
.gform_wrapper .comment-form .input-group > textarea + input[type="datetime-local"],
.search-form .gform_wrapper .input-group > .search-field + input[type="datetime-local"],
.gform_wrapper .search-form .input-group > .search-field + input[type="datetime-local"],
.gform_wrapper .input-group > .form-control + input[type="month"],
.gform_wrapper .input-group > input[type="email"] + input[type="month"],
.gform_wrapper .input-group > input[type="date"] + input[type="month"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="month"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="month"],
.gform_wrapper .input-group > input[type="month"] + input[type="month"],
.gform_wrapper .input-group > input[type="number"] + input[type="month"],
.gform_wrapper .input-group > input[type="password"] + input[type="month"],
.gform_wrapper .input-group > input[type="search"] + input[type="month"],
.gform_wrapper .input-group > input[type="tel"] + input[type="month"],
.gform_wrapper .input-group > input[type="text"] + input[type="month"],
.gform_wrapper .input-group > input[type="time"] + input[type="month"],
.gform_wrapper .input-group > input[type="week"] + input[type="month"],
.gform_wrapper .input-group > input[type="url"] + input[type="month"],
.gform_wrapper .input-group > select + input[type="month"],
.gform_wrapper .input-group > textarea + input[type="month"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="month"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="month"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="month"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="month"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="month"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="month"],
.comment-form .gform_wrapper .input-group > textarea + input[type="month"],
.gform_wrapper .comment-form .input-group > textarea + input[type="month"],
.search-form .gform_wrapper .input-group > .search-field + input[type="month"],
.gform_wrapper .search-form .input-group > .search-field + input[type="month"],
.gform_wrapper .input-group > .form-control + input[type="number"],
.gform_wrapper .input-group > input[type="email"] + input[type="number"],
.gform_wrapper .input-group > input[type="date"] + input[type="number"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="number"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="number"],
.gform_wrapper .input-group > input[type="month"] + input[type="number"],
.gform_wrapper .input-group > input[type="number"] + input[type="number"],
.gform_wrapper .input-group > input[type="password"] + input[type="number"],
.gform_wrapper .input-group > input[type="search"] + input[type="number"],
.gform_wrapper .input-group > input[type="tel"] + input[type="number"],
.gform_wrapper .input-group > input[type="text"] + input[type="number"],
.gform_wrapper .input-group > input[type="time"] + input[type="number"],
.gform_wrapper .input-group > input[type="week"] + input[type="number"],
.gform_wrapper .input-group > input[type="url"] + input[type="number"],
.gform_wrapper .input-group > select + input[type="number"],
.gform_wrapper .input-group > textarea + input[type="number"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="number"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="number"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="number"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="number"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="number"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="number"],
.comment-form .gform_wrapper .input-group > textarea + input[type="number"],
.gform_wrapper .comment-form .input-group > textarea + input[type="number"],
.search-form .gform_wrapper .input-group > .search-field + input[type="number"],
.gform_wrapper .search-form .input-group > .search-field + input[type="number"],
.gform_wrapper .input-group > .form-control + input[type="password"],
.gform_wrapper .input-group > input[type="email"] + input[type="password"],
.gform_wrapper .input-group > input[type="date"] + input[type="password"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="password"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="password"],
.gform_wrapper .input-group > input[type="month"] + input[type="password"],
.gform_wrapper .input-group > input[type="number"] + input[type="password"],
.gform_wrapper .input-group > input[type="password"] + input[type="password"],
.gform_wrapper .input-group > input[type="search"] + input[type="password"],
.gform_wrapper .input-group > input[type="tel"] + input[type="password"],
.gform_wrapper .input-group > input[type="text"] + input[type="password"],
.gform_wrapper .input-group > input[type="time"] + input[type="password"],
.gform_wrapper .input-group > input[type="week"] + input[type="password"],
.gform_wrapper .input-group > input[type="url"] + input[type="password"],
.gform_wrapper .input-group > select + input[type="password"],
.gform_wrapper .input-group > textarea + input[type="password"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="password"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="password"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="password"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="password"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="password"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="password"],
.comment-form .gform_wrapper .input-group > textarea + input[type="password"],
.gform_wrapper .comment-form .input-group > textarea + input[type="password"],
.search-form .gform_wrapper .input-group > .search-field + input[type="password"],
.gform_wrapper .search-form .input-group > .search-field + input[type="password"],
.gform_wrapper .input-group > .form-control + input[type="search"],
.gform_wrapper .input-group > input[type="email"] + input[type="search"],
.gform_wrapper .input-group > input[type="date"] + input[type="search"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="search"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="search"],
.gform_wrapper .input-group > input[type="month"] + input[type="search"],
.gform_wrapper .input-group > input[type="number"] + input[type="search"],
.gform_wrapper .input-group > input[type="password"] + input[type="search"],
.gform_wrapper .input-group > input[type="search"] + input[type="search"],
.gform_wrapper .input-group > input[type="tel"] + input[type="search"],
.gform_wrapper .input-group > input[type="text"] + input[type="search"],
.gform_wrapper .input-group > input[type="time"] + input[type="search"],
.gform_wrapper .input-group > input[type="week"] + input[type="search"],
.gform_wrapper .input-group > input[type="url"] + input[type="search"],
.gform_wrapper .input-group > select + input[type="search"],
.gform_wrapper .input-group > textarea + input[type="search"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="search"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="search"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="search"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="search"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="search"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="search"],
.comment-form .gform_wrapper .input-group > textarea + input[type="search"],
.gform_wrapper .comment-form .input-group > textarea + input[type="search"],
.search-form .gform_wrapper .input-group > .search-field + input[type="search"],
.gform_wrapper .search-form .input-group > .search-field + input[type="search"],
.gform_wrapper .input-group > .form-control + input[type="tel"],
.gform_wrapper .input-group > input[type="email"] + input[type="tel"],
.gform_wrapper .input-group > input[type="date"] + input[type="tel"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="tel"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="tel"],
.gform_wrapper .input-group > input[type="month"] + input[type="tel"],
.gform_wrapper .input-group > input[type="number"] + input[type="tel"],
.gform_wrapper .input-group > input[type="password"] + input[type="tel"],
.gform_wrapper .input-group > input[type="search"] + input[type="tel"],
.gform_wrapper .input-group > input[type="tel"] + input[type="tel"],
.gform_wrapper .input-group > input[type="text"] + input[type="tel"],
.gform_wrapper .input-group > input[type="time"] + input[type="tel"],
.gform_wrapper .input-group > input[type="week"] + input[type="tel"],
.gform_wrapper .input-group > input[type="url"] + input[type="tel"],
.gform_wrapper .input-group > select + input[type="tel"],
.gform_wrapper .input-group > textarea + input[type="tel"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="tel"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="tel"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="tel"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="tel"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="tel"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="tel"],
.comment-form .gform_wrapper .input-group > textarea + input[type="tel"],
.gform_wrapper .comment-form .input-group > textarea + input[type="tel"],
.search-form .gform_wrapper .input-group > .search-field + input[type="tel"],
.gform_wrapper .search-form .input-group > .search-field + input[type="tel"],
.gform_wrapper .input-group > .form-control + input[type="text"],
.gform_wrapper .input-group > input[type="email"] + input[type="text"],
.gform_wrapper .input-group > input[type="date"] + input[type="text"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="text"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="text"],
.gform_wrapper .input-group > input[type="month"] + input[type="text"],
.gform_wrapper .input-group > input[type="number"] + input[type="text"],
.gform_wrapper .input-group > input[type="password"] + input[type="text"],
.gform_wrapper .input-group > input[type="search"] + input[type="text"],
.gform_wrapper .input-group > input[type="tel"] + input[type="text"],
.gform_wrapper .input-group > input[type="text"] + input[type="text"],
.gform_wrapper .input-group > input[type="time"] + input[type="text"],
.gform_wrapper .input-group > input[type="week"] + input[type="text"],
.gform_wrapper .input-group > input[type="url"] + input[type="text"],
.gform_wrapper .input-group > select + input[type="text"],
.gform_wrapper .input-group > textarea + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .gform_wrapper .input-group > textarea + input[type="text"],
.gform_wrapper .comment-form .input-group > textarea + input[type="text"],
.search-form .gform_wrapper .input-group > .search-field + input[type="text"],
.gform_wrapper .search-form .input-group > .search-field + input[type="text"],
.gform_wrapper .input-group > .form-control + input[type="time"],
.gform_wrapper .input-group > input[type="email"] + input[type="time"],
.gform_wrapper .input-group > input[type="date"] + input[type="time"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="time"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="time"],
.gform_wrapper .input-group > input[type="month"] + input[type="time"],
.gform_wrapper .input-group > input[type="number"] + input[type="time"],
.gform_wrapper .input-group > input[type="password"] + input[type="time"],
.gform_wrapper .input-group > input[type="search"] + input[type="time"],
.gform_wrapper .input-group > input[type="tel"] + input[type="time"],
.gform_wrapper .input-group > input[type="text"] + input[type="time"],
.gform_wrapper .input-group > input[type="time"] + input[type="time"],
.gform_wrapper .input-group > input[type="week"] + input[type="time"],
.gform_wrapper .input-group > input[type="url"] + input[type="time"],
.gform_wrapper .input-group > select + input[type="time"],
.gform_wrapper .input-group > textarea + input[type="time"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="time"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="time"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="time"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="time"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="time"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="time"],
.comment-form .gform_wrapper .input-group > textarea + input[type="time"],
.gform_wrapper .comment-form .input-group > textarea + input[type="time"],
.search-form .gform_wrapper .input-group > .search-field + input[type="time"],
.gform_wrapper .search-form .input-group > .search-field + input[type="time"],
.gform_wrapper .input-group > .form-control + input[type="week"],
.gform_wrapper .input-group > input[type="email"] + input[type="week"],
.gform_wrapper .input-group > input[type="date"] + input[type="week"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="week"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="week"],
.gform_wrapper .input-group > input[type="month"] + input[type="week"],
.gform_wrapper .input-group > input[type="number"] + input[type="week"],
.gform_wrapper .input-group > input[type="password"] + input[type="week"],
.gform_wrapper .input-group > input[type="search"] + input[type="week"],
.gform_wrapper .input-group > input[type="tel"] + input[type="week"],
.gform_wrapper .input-group > input[type="text"] + input[type="week"],
.gform_wrapper .input-group > input[type="time"] + input[type="week"],
.gform_wrapper .input-group > input[type="week"] + input[type="week"],
.gform_wrapper .input-group > input[type="url"] + input[type="week"],
.gform_wrapper .input-group > select + input[type="week"],
.gform_wrapper .input-group > textarea + input[type="week"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="week"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="week"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="week"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="week"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="week"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="week"],
.comment-form .gform_wrapper .input-group > textarea + input[type="week"],
.gform_wrapper .comment-form .input-group > textarea + input[type="week"],
.search-form .gform_wrapper .input-group > .search-field + input[type="week"],
.gform_wrapper .search-form .input-group > .search-field + input[type="week"],
.gform_wrapper .input-group > .form-control + input[type="url"],
.gform_wrapper .input-group > input[type="email"] + input[type="url"],
.gform_wrapper .input-group > input[type="date"] + input[type="url"],
.gform_wrapper .input-group > input[type="datetime"] + input[type="url"],
.gform_wrapper .input-group > input[type="datetime-local"] + input[type="url"],
.gform_wrapper .input-group > input[type="month"] + input[type="url"],
.gform_wrapper .input-group > input[type="number"] + input[type="url"],
.gform_wrapper .input-group > input[type="password"] + input[type="url"],
.gform_wrapper .input-group > input[type="search"] + input[type="url"],
.gform_wrapper .input-group > input[type="tel"] + input[type="url"],
.gform_wrapper .input-group > input[type="text"] + input[type="url"],
.gform_wrapper .input-group > input[type="time"] + input[type="url"],
.gform_wrapper .input-group > input[type="week"] + input[type="url"],
.gform_wrapper .input-group > input[type="url"] + input[type="url"],
.gform_wrapper .input-group > select + input[type="url"],
.gform_wrapper .input-group > textarea + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .gform_wrapper .input-group > textarea + input[type="url"],
.gform_wrapper .comment-form .input-group > textarea + input[type="url"],
.search-form .gform_wrapper .input-group > .search-field + input[type="url"],
.gform_wrapper .search-form .input-group > .search-field + input[type="url"],
.gform_wrapper .input-group > .form-control + select,
.gform_wrapper .input-group > input[type="email"] + select,
.gform_wrapper .input-group > input[type="date"] + select,
.gform_wrapper .input-group > input[type="datetime"] + select,
.gform_wrapper .input-group > input[type="datetime-local"] + select,
.gform_wrapper .input-group > input[type="month"] + select,
.gform_wrapper .input-group > input[type="number"] + select,
.gform_wrapper .input-group > input[type="password"] + select,
.gform_wrapper .input-group > input[type="search"] + select,
.gform_wrapper .input-group > input[type="tel"] + select,
.gform_wrapper .input-group > input[type="text"] + select,
.gform_wrapper .input-group > input[type="time"] + select,
.gform_wrapper .input-group > input[type="week"] + select,
.gform_wrapper .input-group > input[type="url"] + select,
.gform_wrapper .input-group > select + select,
.gform_wrapper .input-group > textarea + select,
.comment-form .gform_wrapper .input-group > input[type="text"] + select,
.gform_wrapper .comment-form .input-group > input[type="text"] + select,
.comment-form .gform_wrapper .input-group > input[type="email"] + select,
.gform_wrapper .comment-form .input-group > input[type="email"] + select,
.comment-form .gform_wrapper .input-group > input[type="url"] + select,
.gform_wrapper .comment-form .input-group > input[type="url"] + select,
.comment-form .gform_wrapper .input-group > textarea + select,
.gform_wrapper .comment-form .input-group > textarea + select,
.search-form .gform_wrapper .input-group > .search-field + select,
.gform_wrapper .search-form .input-group > .search-field + select,
.gform_wrapper .input-group > .form-control + textarea,
.gform_wrapper .input-group > input[type="email"] + textarea,
.gform_wrapper .input-group > input[type="date"] + textarea,
.gform_wrapper .input-group > input[type="datetime"] + textarea,
.gform_wrapper .input-group > input[type="datetime-local"] + textarea,
.gform_wrapper .input-group > input[type="month"] + textarea,
.gform_wrapper .input-group > input[type="number"] + textarea,
.gform_wrapper .input-group > input[type="password"] + textarea,
.gform_wrapper .input-group > input[type="search"] + textarea,
.gform_wrapper .input-group > input[type="tel"] + textarea,
.gform_wrapper .input-group > input[type="text"] + textarea,
.gform_wrapper .input-group > input[type="time"] + textarea,
.gform_wrapper .input-group > input[type="week"] + textarea,
.gform_wrapper .input-group > input[type="url"] + textarea,
.gform_wrapper .input-group > select + textarea,
.gform_wrapper .input-group > textarea + textarea,
.comment-form .gform_wrapper .input-group > input[type="text"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="text"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="email"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="email"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="url"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="url"] + textarea,
.comment-form .gform_wrapper .input-group > textarea + textarea,
.gform_wrapper .comment-form .input-group > textarea + textarea,
.search-form .gform_wrapper .input-group > .search-field + textarea,
.gform_wrapper .search-form .input-group > .search-field + textarea,
.comment-form .input-group > .form-control + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="date"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="date"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="datetime"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="datetime"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="datetime-local"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="datetime-local"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="month"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="month"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="number"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="number"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="password"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="password"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="search"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="search"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="tel"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="tel"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="time"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="time"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="week"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="week"] + input[type="text"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="text"],
.gform_wrapper .comment-form .input-group > select + input[type="text"],
.comment-form .gform_wrapper .input-group > select + input[type="text"],
.gform_wrapper .comment-form .input-group > textarea + input[type="text"],
.comment-form .gform_wrapper .input-group > textarea + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="date"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="date"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="datetime"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="datetime"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="datetime-local"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="datetime-local"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="month"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="month"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="number"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="number"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="password"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="password"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="search"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="search"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="tel"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="tel"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="time"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="time"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="week"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="week"] + input[type="email"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="email"],
.gform_wrapper .comment-form .input-group > select + input[type="email"],
.comment-form .gform_wrapper .input-group > select + input[type="email"],
.gform_wrapper .comment-form .input-group > textarea + input[type="email"],
.comment-form .gform_wrapper .input-group > textarea + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="email"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="date"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="date"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="datetime"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="datetime"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="datetime-local"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="datetime-local"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="month"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="month"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="number"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="number"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="password"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="password"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="search"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="search"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="tel"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="tel"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="text"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="time"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="time"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="week"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="week"] + input[type="url"],
.gform_wrapper .comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .gform_wrapper .input-group > input[type="url"] + input[type="url"],
.gform_wrapper .comment-form .input-group > select + input[type="url"],
.comment-form .gform_wrapper .input-group > select + input[type="url"],
.gform_wrapper .comment-form .input-group > textarea + input[type="url"],
.comment-form .gform_wrapper .input-group > textarea + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.gform_wrapper .comment-form .input-group > input[type="email"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="email"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="date"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="date"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="datetime"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="datetime"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="datetime-local"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="datetime-local"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="month"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="month"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="number"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="number"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="password"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="password"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="search"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="search"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="tel"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="tel"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="text"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="text"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="time"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="time"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="week"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="week"] + textarea,
.gform_wrapper .comment-form .input-group > input[type="url"] + textarea,
.comment-form .gform_wrapper .input-group > input[type="url"] + textarea,
.gform_wrapper .comment-form .input-group > select + textarea,
.comment-form .gform_wrapper .input-group > select + textarea,
.gform_wrapper .comment-form .input-group > textarea + textarea,
.comment-form .gform_wrapper .input-group > textarea + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.gform_wrapper .search-form .input-group > input[type="email"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="email"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="date"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="date"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="datetime"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="datetime"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="datetime-local"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="datetime-local"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="month"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="month"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="number"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="number"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="password"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="password"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="search"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="search"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="tel"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="tel"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="text"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="text"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="time"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="time"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="week"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="week"] + .search-field,
.gform_wrapper .search-form .input-group > input[type="url"] + .search-field,
.search-form .gform_wrapper .input-group > input[type="url"] + .search-field,
.gform_wrapper .search-form .input-group > select + .search-field,
.search-form .gform_wrapper .input-group > select + .search-field,
.gform_wrapper .search-form .input-group > textarea + .search-field,
.search-form .gform_wrapper .input-group > textarea + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.gform_wrapper .input-group > input[type="email"] + .custom-select,
.gform_wrapper .input-group > input[type="date"] + .custom-select,
.gform_wrapper .input-group > input[type="datetime"] + .custom-select,
.gform_wrapper .input-group > input[type="datetime-local"] + .custom-select,
.gform_wrapper .input-group > input[type="month"] + .custom-select,
.gform_wrapper .input-group > input[type="number"] + .custom-select,
.gform_wrapper .input-group > input[type="password"] + .custom-select,
.gform_wrapper .input-group > input[type="search"] + .custom-select,
.gform_wrapper .input-group > input[type="tel"] + .custom-select,
.gform_wrapper .input-group > input[type="text"] + .custom-select,
.gform_wrapper .input-group > input[type="time"] + .custom-select,
.gform_wrapper .input-group > input[type="week"] + .custom-select,
.gform_wrapper .input-group > input[type="url"] + .custom-select,
.gform_wrapper .input-group > select + .custom-select,
.gform_wrapper .input-group > textarea + .custom-select,
.comment-form .input-group > input[type="text"] + .custom-select,
.comment-form .input-group > input[type="email"] + .custom-select,
.comment-form .input-group > input[type="url"] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.gform_wrapper .input-group > input[type="email"] + .custom-file,
.gform_wrapper .input-group > input[type="date"] + .custom-file,
.gform_wrapper .input-group > input[type="datetime"] + .custom-file,
.gform_wrapper .input-group > input[type="datetime-local"] + .custom-file,
.gform_wrapper .input-group > input[type="month"] + .custom-file,
.gform_wrapper .input-group > input[type="number"] + .custom-file,
.gform_wrapper .input-group > input[type="password"] + .custom-file,
.gform_wrapper .input-group > input[type="search"] + .custom-file,
.gform_wrapper .input-group > input[type="tel"] + .custom-file,
.gform_wrapper .input-group > input[type="text"] + .custom-file,
.gform_wrapper .input-group > input[type="time"] + .custom-file,
.gform_wrapper .input-group > input[type="week"] + .custom-file,
.gform_wrapper .input-group > input[type="url"] + .custom-file,
.gform_wrapper .input-group > select + .custom-file,
.gform_wrapper .input-group > textarea + .custom-file,
.comment-form .input-group > input[type="text"] + .custom-file,
.comment-form .input-group > input[type="email"] + .custom-file,
.comment-form .input-group > input[type="url"] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.gform_wrapper .input-group > .form-control-plaintext + input[type="email"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="date"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="datetime"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="datetime-local"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="month"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="number"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="password"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="search"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="tel"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="text"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="time"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="week"],
.gform_wrapper .input-group > .form-control-plaintext + input[type="url"],
.gform_wrapper .input-group > .form-control-plaintext + select,
.gform_wrapper .input-group > .form-control-plaintext + textarea,
.comment-form .input-group > .form-control-plaintext + input[type="text"],
.comment-form .input-group > .form-control-plaintext + input[type="email"],
.comment-form .input-group > .form-control-plaintext + input[type="url"],
.comment-form .input-group > .form-control-plaintext + textarea,
.search-form .input-group > .form-control-plaintext + .search-field,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.gform_wrapper .input-group > .custom-select + input[type="email"],
.gform_wrapper .input-group > .custom-select + input[type="date"],
.gform_wrapper .input-group > .custom-select + input[type="datetime"],
.gform_wrapper .input-group > .custom-select + input[type="datetime-local"],
.gform_wrapper .input-group > .custom-select + input[type="month"],
.gform_wrapper .input-group > .custom-select + input[type="number"],
.gform_wrapper .input-group > .custom-select + input[type="password"],
.gform_wrapper .input-group > .custom-select + input[type="search"],
.gform_wrapper .input-group > .custom-select + input[type="tel"],
.gform_wrapper .input-group > .custom-select + input[type="text"],
.gform_wrapper .input-group > .custom-select + input[type="time"],
.gform_wrapper .input-group > .custom-select + input[type="week"],
.gform_wrapper .input-group > .custom-select + input[type="url"],
.gform_wrapper .input-group > .custom-select + select,
.gform_wrapper .input-group > .custom-select + textarea,
.comment-form .input-group > .custom-select + input[type="text"],
.comment-form .input-group > .custom-select + input[type="email"],
.comment-form .input-group > .custom-select + input[type="url"],
.comment-form .input-group > .custom-select + textarea,
.search-form .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.gform_wrapper .input-group > .custom-file + input[type="email"],
.gform_wrapper .input-group > .custom-file + input[type="date"],
.gform_wrapper .input-group > .custom-file + input[type="datetime"],
.gform_wrapper .input-group > .custom-file + input[type="datetime-local"],
.gform_wrapper .input-group > .custom-file + input[type="month"],
.gform_wrapper .input-group > .custom-file + input[type="number"],
.gform_wrapper .input-group > .custom-file + input[type="password"],
.gform_wrapper .input-group > .custom-file + input[type="search"],
.gform_wrapper .input-group > .custom-file + input[type="tel"],
.gform_wrapper .input-group > .custom-file + input[type="text"],
.gform_wrapper .input-group > .custom-file + input[type="time"],
.gform_wrapper .input-group > .custom-file + input[type="week"],
.gform_wrapper .input-group > .custom-file + input[type="url"],
.gform_wrapper .input-group > .custom-file + select,
.gform_wrapper .input-group > .custom-file + textarea,
.comment-form .input-group > .custom-file + input[type="text"],
.comment-form .input-group > .custom-file + input[type="email"],
.comment-form .input-group > .custom-file + input[type="url"],
.comment-form .input-group > .custom-file + textarea,
.search-form .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -2px;
}

/* line 32, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:focus,
.gform_wrapper .input-group > input:focus[type="email"],
.gform_wrapper .input-group > input:focus[type="date"],
.gform_wrapper .input-group > input:focus[type="datetime"],
.gform_wrapper .input-group > input:focus[type="datetime-local"],
.gform_wrapper .input-group > input:focus[type="month"],
.gform_wrapper .input-group > input:focus[type="number"],
.gform_wrapper .input-group > input:focus[type="password"],
.gform_wrapper .input-group > input:focus[type="search"],
.gform_wrapper .input-group > input:focus[type="tel"],
.gform_wrapper .input-group > input:focus[type="text"],
.gform_wrapper .input-group > input:focus[type="time"],
.gform_wrapper .input-group > input:focus[type="week"],
.gform_wrapper .input-group > input:focus[type="url"],
.gform_wrapper .input-group > select:focus,
.gform_wrapper .input-group > textarea:focus,
.comment-form .input-group > input:focus[type="text"],
.comment-form .input-group > input:focus[type="email"],
.comment-form .input-group > input:focus[type="url"],
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

/* line 39, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

/* line 45, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .form-control:not(:first-child),
.gform_wrapper .input-group > input:not(:first-child)[type="email"],
.gform_wrapper .input-group > input:not(:first-child)[type="date"],
.gform_wrapper .input-group > input:not(:first-child)[type="datetime"],
.gform_wrapper .input-group > input:not(:first-child)[type="datetime-local"],
.gform_wrapper .input-group > input:not(:first-child)[type="month"],
.gform_wrapper .input-group > input:not(:first-child)[type="number"],
.gform_wrapper .input-group > input:not(:first-child)[type="password"],
.gform_wrapper .input-group > input:not(:first-child)[type="search"],
.gform_wrapper .input-group > input:not(:first-child)[type="tel"],
.gform_wrapper .input-group > input:not(:first-child)[type="text"],
.gform_wrapper .input-group > input:not(:first-child)[type="time"],
.gform_wrapper .input-group > input:not(:first-child)[type="week"],
.gform_wrapper .input-group > input:not(:first-child)[type="url"],
.gform_wrapper .input-group > select:not(:first-child),
.gform_wrapper .input-group > textarea:not(:first-child),
.comment-form .input-group > input:not(:first-child)[type="text"],
.comment-form .input-group > input:not(:first-child)[type="email"],
.comment-form .input-group > input:not(:first-child)[type="url"],
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 50, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file {
  display: flex;
  align-items: center;
}

/* line 54, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 56, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 60, node_modules/bootstrap/scss/_input-group.scss */

.input-group:not(.has-validation) > .form-control:not(:last-child),
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="email"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="date"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="datetime"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="datetime-local"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="month"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="number"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="password"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="search"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="tel"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="text"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="time"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="week"],
.gform_wrapper .input-group:not(.has-validation) > input:not(:last-child)[type="url"],
.gform_wrapper .input-group:not(.has-validation) > select:not(:last-child),
.gform_wrapper .input-group:not(.has-validation) > textarea:not(:last-child),
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="text"],
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="email"],
.comment-form .input-group:not(.has-validation) > input:not(:last-child)[type="url"],
.comment-form .input-group:not(.has-validation) > textarea:not(:last-child),
.search-form .input-group:not(.has-validation) > .search-field:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 69, node_modules/bootstrap/scss/_input-group.scss */

.input-group.has-validation > .form-control:nth-last-child(n + 3),
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="email"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="date"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="datetime"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="datetime-local"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="month"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="number"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="password"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="search"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="tel"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="text"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="time"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="week"],
.gform_wrapper .input-group.has-validation > input:nth-last-child(n + 3)[type="url"],
.gform_wrapper .input-group.has-validation > select:nth-last-child(n + 3),
.gform_wrapper .input-group.has-validation > textarea:nth-last-child(n + 3),
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="text"],
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="email"],
.comment-form .input-group.has-validation > input:nth-last-child(n + 3)[type="url"],
.comment-form .input-group.has-validation > textarea:nth-last-child(n + 3),
.search-form .input-group.has-validation > .search-field:nth-last-child(n + 3),
.input-group.has-validation > .custom-select:nth-last-child(n + 3),
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n + 3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 85, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend,
.input-group-append {
  display: flex;
}

/* line 92, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn,
.input-group-prepend .gform_wrapper .button,
.gform_wrapper .input-group-prepend .button,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .gform_wrapper .button,
.gform_wrapper .input-group-append .button,
.input-group-append .comment-form input[type="submit"],
.comment-form .input-group-append input[type="submit"],
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

/* line 96, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn:focus,
.input-group-prepend .gform_wrapper .button:focus,
.gform_wrapper .input-group-prepend .button:focus,
.input-group-prepend .comment-form input:focus[type="submit"],
.comment-form .input-group-prepend input:focus[type="submit"],
.input-group-prepend .search-form .search-submit:focus,
.search-form .input-group-prepend .search-submit:focus,
.input-group-append .btn:focus,
.input-group-append .gform_wrapper .button:focus,
.gform_wrapper .input-group-append .button:focus,
.input-group-append .comment-form input:focus[type="submit"],
.comment-form .input-group-append input:focus[type="submit"],
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus {
  z-index: 3;
}

/* line 101, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend .btn + .btn,
.input-group-prepend .gform_wrapper .button + .btn,
.gform_wrapper .input-group-prepend .button + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .gform_wrapper .btn + .button,
.gform_wrapper .input-group-prepend .btn + .button,
.input-group-prepend .gform_wrapper .button + .button,
.gform_wrapper .input-group-prepend .button + .button,
.input-group-prepend .comment-form .gform_wrapper input[type="submit"] + .button,
.gform_wrapper .input-group-prepend .comment-form input[type="submit"] + .button,
.comment-form .input-group-prepend .gform_wrapper input[type="submit"] + .button,
.gform_wrapper .comment-form .input-group-prepend input[type="submit"] + .button,
.input-group-prepend .search-form .gform_wrapper .search-submit + .button,
.gform_wrapper .input-group-prepend .search-form .search-submit + .button,
.search-form .input-group-prepend .gform_wrapper .search-submit + .button,
.gform_wrapper .search-form .input-group-prepend .search-submit + .button,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .gform_wrapper .comment-form .button + input[type="submit"],
.comment-form .input-group-prepend .gform_wrapper .button + input[type="submit"],
.gform_wrapper .input-group-prepend .comment-form .button + input[type="submit"],
.comment-form .gform_wrapper .input-group-prepend .button + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .gform_wrapper .search-form .button + .search-submit,
.search-form .input-group-prepend .gform_wrapper .button + .search-submit,
.gform_wrapper .input-group-prepend .search-form .button + .search-submit,
.search-form .gform_wrapper .input-group-prepend .button + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .gform_wrapper .button + .input-group-text,
.gform_wrapper .input-group-prepend .button + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .gform_wrapper .input-group-text + .button,
.gform_wrapper .input-group-prepend .input-group-text + .button,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .gform_wrapper .button + .btn,
.gform_wrapper .input-group-append .button + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form .input-group-append input[type="submit"] + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form .input-group-append .search-submit + .btn,
.input-group-append .gform_wrapper .btn + .button,
.gform_wrapper .input-group-append .btn + .button,
.input-group-append .gform_wrapper .button + .button,
.gform_wrapper .input-group-append .button + .button,
.input-group-append .comment-form .gform_wrapper input[type="submit"] + .button,
.gform_wrapper .input-group-append .comment-form input[type="submit"] + .button,
.comment-form .input-group-append .gform_wrapper input[type="submit"] + .button,
.gform_wrapper .comment-form .input-group-append input[type="submit"] + .button,
.input-group-append .search-form .gform_wrapper .search-submit + .button,
.gform_wrapper .input-group-append .search-form .search-submit + .button,
.search-form .input-group-append .gform_wrapper .search-submit + .button,
.gform_wrapper .search-form .input-group-append .search-submit + .button,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form .input-group-append .btn + input[type="submit"],
.input-group-append .gform_wrapper .comment-form .button + input[type="submit"],
.comment-form .input-group-append .gform_wrapper .button + input[type="submit"],
.gform_wrapper .input-group-append .comment-form .button + input[type="submit"],
.comment-form .gform_wrapper .input-group-append .button + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-append .search-form .search-submit + input[type="submit"],
.search-form .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-append .search-submit + input[type="submit"],
.input-group-append .search-form .btn + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.input-group-append .gform_wrapper .search-form .button + .search-submit,
.search-form .input-group-append .gform_wrapper .button + .search-submit,
.gform_wrapper .input-group-append .search-form .button + .search-submit,
.search-form .gform_wrapper .input-group-append .button + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-append input[type="submit"] + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .gform_wrapper .button + .input-group-text,
.gform_wrapper .input-group-append .button + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .gform_wrapper .input-group-text + .button,
.gform_wrapper .input-group-append .input-group-text + .button,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form .input-group-append .input-group-text + input[type="submit"],
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit {
  margin-left: -2px;
}

/* line 109, node_modules/bootstrap/scss/_input-group.scss */

.input-group-prepend {
  margin-right: -2px;
}

/* line 110, node_modules/bootstrap/scss/_input-group.scss */

.input-group-append {
  margin-left: -2px;
}

/* line 118, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 134, node_modules/bootstrap/scss/_input-group.scss */

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

/* line 146, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control:not(textarea),
.gform_wrapper .input-group-lg > input:not(textarea)[type="email"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="date"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="datetime"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="datetime-local"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="month"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="number"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="password"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="search"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="tel"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="text"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="time"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="week"],
.gform_wrapper .input-group-lg > input:not(textarea)[type="url"],
.gform_wrapper .input-group-lg > select:not(textarea),
.gform_wrapper .input-group-lg > textarea:not(textarea),
.comment-form .input-group-lg > input:not(textarea)[type="text"],
.comment-form .input-group-lg > input:not(textarea)[type="email"],
.comment-form .input-group-lg > input:not(textarea)[type="url"],
.comment-form .input-group-lg > textarea:not(textarea),
.search-form .input-group-lg > .search-field:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 4px);
}

/* line 151, node_modules/bootstrap/scss/_input-group.scss */

.input-group-lg > .form-control,
.gform_wrapper .input-group-lg > input[type="email"],
.gform_wrapper .input-group-lg > input[type="date"],
.gform_wrapper .input-group-lg > input[type="datetime"],
.gform_wrapper .input-group-lg > input[type="datetime-local"],
.gform_wrapper .input-group-lg > input[type="month"],
.gform_wrapper .input-group-lg > input[type="number"],
.gform_wrapper .input-group-lg > input[type="password"],
.gform_wrapper .input-group-lg > input[type="search"],
.gform_wrapper .input-group-lg > input[type="tel"],
.gform_wrapper .input-group-lg > input[type="text"],
.gform_wrapper .input-group-lg > input[type="time"],
.gform_wrapper .input-group-lg > input[type="week"],
.gform_wrapper .input-group-lg > input[type="url"],
.gform_wrapper .input-group-lg > select,
.gform_wrapper .input-group-lg > textarea,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.gform_wrapper .input-group-lg > .input-group-prepend > .button,
.comment-form .input-group-lg > .input-group-prepend > input[type="submit"],
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.gform_wrapper .input-group-lg > .input-group-append > .button,
.comment-form .input-group-lg > .input-group-append > input[type="submit"],
.search-form .input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

/* line 163, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control:not(textarea),
.gform_wrapper .input-group-sm > input:not(textarea)[type="email"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="date"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="datetime"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="datetime-local"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="month"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="number"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="password"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="search"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="tel"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="text"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="time"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="week"],
.gform_wrapper .input-group-sm > input:not(textarea)[type="url"],
.gform_wrapper .input-group-sm > select:not(textarea),
.gform_wrapper .input-group-sm > textarea:not(textarea),
.comment-form .input-group-sm > input:not(textarea)[type="text"],
.comment-form .input-group-sm > input:not(textarea)[type="email"],
.comment-form .input-group-sm > input:not(textarea)[type="url"],
.comment-form .input-group-sm > textarea:not(textarea),
.search-form .input-group-sm > .search-field:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 4px);
}

/* line 168, node_modules/bootstrap/scss/_input-group.scss */

.input-group-sm > .form-control,
.gform_wrapper .input-group-sm > input[type="email"],
.gform_wrapper .input-group-sm > input[type="date"],
.gform_wrapper .input-group-sm > input[type="datetime"],
.gform_wrapper .input-group-sm > input[type="datetime-local"],
.gform_wrapper .input-group-sm > input[type="month"],
.gform_wrapper .input-group-sm > input[type="number"],
.gform_wrapper .input-group-sm > input[type="password"],
.gform_wrapper .input-group-sm > input[type="search"],
.gform_wrapper .input-group-sm > input[type="tel"],
.gform_wrapper .input-group-sm > input[type="text"],
.gform_wrapper .input-group-sm > input[type="time"],
.gform_wrapper .input-group-sm > input[type="week"],
.gform_wrapper .input-group-sm > input[type="url"],
.gform_wrapper .input-group-sm > select,
.gform_wrapper .input-group-sm > textarea,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.gform_wrapper .input-group-sm > .input-group-prepend > .button,
.comment-form .input-group-sm > .input-group-prepend > input[type="submit"],
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.gform_wrapper .input-group-sm > .input-group-append > .button,
.comment-form .input-group-sm > .input-group-append > input[type="submit"],
.search-form .input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

/* line 180, node_modules/bootstrap/scss/_input-group.scss */

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

/* line 193, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-prepend > .btn,
.gform_wrapper .input-group > .input-group-prepend > .button,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.gform_wrapper .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .button,
.comment-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > input[type="submit"],
.search-form .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .search-submit,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .btn,
.gform_wrapper .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .button,
.comment-form .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > input[type="submit"],
.search-form .input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .search-submit,
.input-group.has-validation > .input-group-append:nth-last-child(n + 3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.gform_wrapper .input-group > .input-group-append:last-child > .button:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 204, node_modules/bootstrap/scss/_input-group.scss */

.input-group > .input-group-append > .btn,
.gform_wrapper .input-group > .input-group-append > .button,
.comment-form .input-group > .input-group-append > input[type="submit"],
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.gform_wrapper .input-group > .input-group-prepend:not(:first-child) > .button,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.gform_wrapper .input-group > .input-group-prepend:first-child > .button:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input:not(:first-child)[type="submit"],
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 10, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

/* line 19, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

/* line 24, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

/* line 32, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c1436;
  background-color: #0c1436;
}

/* line 39, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 48, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #233b9e;
}

/* line 52, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #2c4ac8;
  border-color: #2c4ac8;
}

/* line 62, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

/* line 65, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-input[disabled] ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

/* line 76, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

/* line 84, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 2px solid #adb5bd;
}

/* line 99, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

/* line 117, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-label::before {
  border-radius: 0.4rem;
}

/* line 122, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

/* line 128, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0c1436;
  background-color: #0c1436;
}

/* line 133, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

/* line 139, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 20, 54, 0.5);
}

/* line 142, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(12, 20, 54, 0.5);
}

/* line 153, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

/* line 159, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

/* line 165, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 20, 54, 0.5);
}

/* line 176, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch {
  padding-left: 2.25rem;
}

/* line 180, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

/* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 4px);
  left: calc(-2.25rem + 4px);
  width: calc(1rem - 8px);
  height: calc(1rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 188, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

/* line 201, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}

/* line 208, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 20, 54, 0.5);
}

/* line 221, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 2px solid #ced4da;
  border-radius: 0.4rem;
  appearance: none;
}

/* line 238, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus {
  border-color: #233b9e;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 248, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

/* line 259, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

/* line 266, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

/* line 272, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select::-ms-expand {
  display: none;
}

/* line 277, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

/* line 283, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 4px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

/* line 291, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-select-lg {
  height: calc(1.5em + 1rem + 4px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

/* line 304, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin-bottom: 0;
}

/* line 312, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 4px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

/* line 321, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:focus ~ .custom-file-label {
  border-color: #233b9e;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 327, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

/* line 333, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

/* line 338, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

/* line 343, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 4px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 2px solid #ced4da;
  border-radius: 0.4rem;
}

/* line 361, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.4rem 0.4rem 0;
}

/* line 385, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}

/* line 392, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus {
  outline: 0;
}

/* line 397, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 398, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 399, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 402, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-focus-outer {
  border: 0;
}

/* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0c1436;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 406, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}

/* line 417, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-thumb:active {
  background-color: #2c4ac8;
}

/* line 422, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0c1436;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 433, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-moz-range-thumb {
    transition: none;
  }
}

/* line 443, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-thumb:active {
  background-color: #2c4ac8;
}

/* line 448, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

/* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0c1436;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  /* line 459, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-range::-ms-thumb {
    transition: none;
  }
}

/* line 472, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-thumb:active {
  background-color: #2c4ac8;
}

/* line 477, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

/* line 488, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 493, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

/* line 500, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

/* line 504, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

/* line 508, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

/* line 512, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

/* line 516, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

/* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 522, node_modules/bootstrap/scss/_custom-forms.scss */

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

/* line 6, node_modules/bootstrap/scss/_nav.scss */

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

/* line 14, node_modules/bootstrap/scss/_nav.scss */

.nav-link,
.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-link:hover,
.banner .nav a:hover,
.nav-link:focus,
.banner .nav a:focus {
  text-decoration: none;
}

/* line 24, node_modules/bootstrap/scss/_nav.scss */

.nav-link.disabled,
.banner .nav a.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

/* line 35, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs {
  border-bottom: 2px solid #dee2e6;
}

/* line 38, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link,
.nav-tabs .banner .nav a,
.banner .nav .nav-tabs a {
  margin-bottom: -2px;
  background-color: transparent;
  border: 2px solid transparent;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.nav-tabs .nav-link:hover,
.nav-tabs .banner .nav a:hover,
.banner .nav .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .banner .nav a:focus,
.banner .nav .nav-tabs a:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}

/* line 50, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.disabled,
.nav-tabs .banner .nav a.disabled,
.banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

/* line 57, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .nav-link.active,
.nav-tabs .banner .nav a.active,
.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .banner .nav li.show .nav-link,
.banner .nav .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show .banner .nav a,
.banner .nav .nav-tabs .nav-item.show a,
.nav-tabs .banner .nav li.show a,
.banner .nav .nav-tabs li.show a {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

/* line 64, node_modules/bootstrap/scss/_nav.scss */

.nav-tabs .dropdown-menu {
  margin-top: -2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 78, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link,
.nav-pills .banner .nav a,
.banner .nav .nav-pills a {
  background: none;
  border: 0;
  border-radius: 0.4rem;
}

/* line 84, node_modules/bootstrap/scss/_nav.scss */

.nav-pills .nav-link.active,
.nav-pills .banner .nav a.active,
.banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills .banner .nav .show > a,
.banner .nav .nav-pills .show > a {
  color: #fff;
  background-color: #0c1436;
}

/* line 97, node_modules/bootstrap/scss/_nav.scss */

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

/* line 105, node_modules/bootstrap/scss/_nav.scss */

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

/* line 119, node_modules/bootstrap/scss/_nav.scss */

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

/* line 122, node_modules/bootstrap/scss/_nav.scss */

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

/* line 18, node_modules/bootstrap/scss/_navbar.scss */

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

/* line 28, node_modules/bootstrap/scss/_navbar.scss */

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl,
.navbar .container-xxl,
.navbar .container-xxxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

/* line 52, node_modules/bootstrap/scss/_navbar.scss */

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

/* line 71, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 78, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .nav-link,
.navbar-nav .banner .nav a,
.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left: 0;
}

/* line 83, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

/* line 94, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 109, node_modules/bootstrap/scss/_navbar.scss */

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

/* line 118, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

/* line 133, node_modules/bootstrap/scss/_navbar.scss */

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50% / 100% 100% no-repeat;
}

/* line 142, node_modules/bootstrap/scss/_navbar.scss */

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl,
  .navbar-expand-sm > .container-xxl,
  .navbar-expand-sm > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl,
  .navbar-expand-md > .container-xxl,
  .navbar-expand-md > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl,
  .navbar-expand-lg > .container-xxl,
  .navbar-expand-lg > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl,
  .navbar-expand-xl > .container-xxl,
  .navbar-expand-xl > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1499.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1500px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav .nav-link,
  .navbar-expand-xxl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xxl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl,
  .navbar-expand-xxl > .container-xxl,
  .navbar-expand-xxl > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1920.98px) {
  /* line 156, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1921px) {
  /* line 154, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  /* line 177, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-nav {
    flex-direction: row;
  }

  /* line 180, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  /* line 184, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-nav .nav-link,
  .navbar-expand-xxxl .navbar-nav .banner .nav a,
  .banner .nav .navbar-expand-xxxl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  /* line 191, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl > .container,
  .navbar-expand-xxxl > .container-fluid,
  .navbar-expand-xxxl > .container-sm,
  .navbar-expand-xxxl > .container-md,
  .navbar-expand-xxxl > .container-lg,
  .navbar-expand-xxxl > .container-xl,
  .navbar-expand-xxxl > .container-xxl,
  .navbar-expand-xxxl > .container-xxxl {
    flex-wrap: nowrap;
  }

  /* line 206, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-nav-scroll {
    overflow: visible;
  }

  /* line 210, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  /* line 217, node_modules/bootstrap/scss/_navbar.scss */

  .navbar-expand-xxxl .navbar-toggler {
    display: none;
  }
}

/* line 154, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

/* line 156, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  padding-right: 0;
  padding-left: 0;
}

/* line 177, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav {
  flex-direction: row;
}

/* line 180, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

/* line 184, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .banner .nav a,
.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

/* line 191, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl,
.navbar-expand > .container-xxl,
.navbar-expand > .container-xxxl {
  flex-wrap: nowrap;
}

/* line 206, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

/* line 210, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}

/* line 217, node_modules/bootstrap/scss/_navbar.scss */

.navbar-expand .navbar-toggler {
  display: none;
}

/* line 232, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-brand {
  color: rgba(38, 38, 38, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(38, 38, 38, 0.9);
}

/* line 241, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .banner .nav a,
.banner .nav .navbar-light .navbar-nav a {
  color: #262626;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(38, 38, 38, 0.7);
}

/* line 248, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(38, 38, 38, 0.3);
}

/* line 253, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .banner .nav a.show,
.banner .nav .navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .banner .nav a.active,
.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(38, 38, 38, 0.9);
}

/* line 261, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler {
  color: #262626;
  border-color: transparent;
}

/* line 266, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%23262626' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 270, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text {
  color: #262626;
}

/* line 272, node_modules/bootstrap/scss/_navbar.scss */

.navbar-light .navbar-text a {
  color: rgba(38, 38, 38, 0.9);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(38, 38, 38, 0.9);
}

/* line 284, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-brand {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

/* line 293, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .banner .nav a,
.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .banner .nav a:hover,
.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .banner .nav a:focus,
.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

/* line 300, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .banner .nav a.disabled,
.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

/* line 305, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .banner .nav .show > a,
.banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .banner .nav .active > a,
.banner .nav .navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .banner .nav a.show,
.banner .nav .navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .banner .nav a.active,
.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}

/* line 313, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

/* line 318, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* line 322, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

/* line 324, node_modules/bootstrap/scss/_navbar.scss */

.navbar-dark .navbar-text a {
  color: #fff;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

/* line 5, node_modules/bootstrap/scss/_card.scss */

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 2px solid rgba(38, 38, 38, 0.125);
  border-radius: 0.4rem;
}

/* line 17, node_modules/bootstrap/scss/_card.scss */

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

/* line 22, node_modules/bootstrap/scss/_card.scss */

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

/* line 26, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.4rem - 2px);
  border-top-right-radius: calc(0.4rem - 2px);
}

/* line 31, node_modules/bootstrap/scss/_card.scss */

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.4rem - 2px);
  border-bottom-left-radius: calc(0.4rem - 2px);
}

/* line 39, node_modules/bootstrap/scss/_card.scss */

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

/* line 45, node_modules/bootstrap/scss/_card.scss */

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 56, node_modules/bootstrap/scss/_card.scss */

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

/* line 60, node_modules/bootstrap/scss/_card.scss */

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

/* line 65, node_modules/bootstrap/scss/_card.scss */

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

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.card-link:hover {
  text-decoration: none;
}

/* line 74, node_modules/bootstrap/scss/_card.scss */

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

/* line 83, node_modules/bootstrap/scss/_card.scss */

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(38, 38, 38, 0.03);
  border-bottom: 2px solid rgba(38, 38, 38, 0.125);
}

/* line 90, node_modules/bootstrap/scss/_card.scss */

.card-header:first-child {
  border-radius: calc(0.4rem - 2px) calc(0.4rem - 2px) 0 0;
}

/* line 95, node_modules/bootstrap/scss/_card.scss */

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(38, 38, 38, 0.03);
  border-top: 2px solid rgba(38, 38, 38, 0.125);
}

/* line 101, node_modules/bootstrap/scss/_card.scss */

.card-footer:last-child {
  border-radius: 0 0 calc(0.4rem - 2px) calc(0.4rem - 2px);
}

/* line 111, node_modules/bootstrap/scss/_card.scss */

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

/* line 118, node_modules/bootstrap/scss/_card.scss */

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

/* line 124, node_modules/bootstrap/scss/_card.scss */

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

/* line 134, node_modules/bootstrap/scss/_card.scss */

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

/* line 141, node_modules/bootstrap/scss/_card.scss */

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

/* line 146, node_modules/bootstrap/scss/_card.scss */

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

/* line 155, node_modules/bootstrap/scss/_card.scss */

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 154, node_modules/bootstrap/scss/_card.scss */

  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  /* line 165, node_modules/bootstrap/scss/_card.scss */

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

/* line 183, node_modules/bootstrap/scss/_card.scss */

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  /* line 180, node_modules/bootstrap/scss/_card.scss */

  .card-group {
    display: flex;
    flex-flow: row wrap;
  }

  /* line 192, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  /* line 197, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 204, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  /* line 207, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  /* line 212, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  /* line 219, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  /* line 222, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  /* line 227, node_modules/bootstrap/scss/_card.scss */

  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

/* line 244, node_modules/bootstrap/scss/_card.scss */

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  /* line 243, node_modules/bootstrap/scss/_card.scss */

  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  /* line 254, node_modules/bootstrap/scss/_card.scss */

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 266, node_modules/bootstrap/scss/_card.scss */

.accordion {
  overflow-anchor: none;
}

/* line 269, node_modules/bootstrap/scss/_card.scss */

.accordion > .card {
  overflow: hidden;
}

/* line 272, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 277, node_modules/bootstrap/scss/_card.scss */

.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 281, node_modules/bootstrap/scss/_card.scss */

.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -2px;
}

/* line 1, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

/* line 14, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

/* line 17, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

/* line 31, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

/* line 35, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

/* line 39, node_modules/bootstrap/scss/_breadcrumb.scss */

.breadcrumb-item.active {
  color: #6c757d;
}

/* line 1, node_modules/bootstrap/scss/_pagination.scss */

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.4rem;
}

/* line 7, node_modules/bootstrap/scss/_pagination.scss */

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -2px;
  line-height: 1.25;
  color: #0c1436;
  background-color: #fff;
  border: 2px solid #dee2e6;
}

/* line 18, node_modules/bootstrap/scss/_pagination.scss */

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 26, node_modules/bootstrap/scss/_pagination.scss */

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.25);
}

/* line 35, node_modules/bootstrap/scss/_pagination.scss */

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}

/* line 41, node_modules/bootstrap/scss/_pagination.scss */

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

/* line 46, node_modules/bootstrap/scss/_pagination.scss */

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 53, node_modules/bootstrap/scss/_pagination.scss */

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/* line 4, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

/* line 12, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

/* line 17, node_modules/bootstrap/scss/mixins/_pagination.scss */

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

/* line 6, node_modules/bootstrap/scss/_badge.scss */

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.4rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 6, node_modules/bootstrap/scss/_badge.scss */

  .badge {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

/* line 25, node_modules/bootstrap/scss/_badge.scss */

.badge:empty {
  display: none;
}

/* line 31, node_modules/bootstrap/scss/_badge.scss */

.btn .badge,
.gform_wrapper .button .badge,
.comment-form input[type="submit"] .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

/* line 40, node_modules/bootstrap/scss/_badge.scss */

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-primary {
  color: #fff;
  background-color: #0c1436;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
  background-color: #03050c;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 20, 54, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-secondary {
  color: #212529;
  background-color: #cba159;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #212529;
  background-color: #b88939;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(203, 161, 89, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-success {
  color: #fff;
  background-color: #28a745;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

/* line 51, node_modules/bootstrap/scss/_badge.scss */

.badge-dark {
  color: #fff;
  background-color: #262626;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
  background-color: #0d0d0d;
}

/* line 11, node_modules/bootstrap/scss/mixins/_badge.scss */

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

/* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  /* line 1, node_modules/bootstrap/scss/_jumbotron.scss */

  .jumbotron {
    padding: 4rem 2rem;
  }
}

/* line 13, node_modules/bootstrap/scss/_jumbotron.scss */

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

/* line 5, node_modules/bootstrap/scss/_alert.scss */

.alert,
.validation_error {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 2px solid transparent;
  border-radius: 0.4rem;
}

/* line 14, node_modules/bootstrap/scss/_alert.scss */

.alert-heading {
  color: inherit;
}

/* line 20, node_modules/bootstrap/scss/_alert.scss */

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

/* line 29, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible {
  padding-right: 4rem;
}

/* line 33, node_modules/bootstrap/scss/_alert.scss */

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-primary {
  color: #181d2e;
  background-color: #ced0d7;
  border-color: #bbbdc7;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary hr {
  border-top-color: #adafbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-primary .alert-link {
  color: #07080c;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-secondary {
  color: #7c6641;
  background-color: #f5ecde;
  border-color: #f0e5d1;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary hr {
  border-top-color: #eadabe;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-secondary .alert-link {
  color: #5b4a2f;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-success {
  color: #276936;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success hr {
  border-top-color: #b1dfbb;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-success .alert-link {
  color: #194423;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-info {
  color: #1e6672;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info hr {
  border-top-color: #abdde5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-info .alert-link {
  color: #13424a;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-warning {
  color: #977716;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning hr {
  border-top-color: #ffe8a1;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-warning .alert-link {
  color: #6a5410;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-danger,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gfield_error input,
.gform_wrapper .gfield_error select,
.gform_wrapper .gfield_error textarea,
.validation_error {
  color: #852e36;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger hr,
.gform_wrapper .gfield_error .gfield_label hr,
.gform_wrapper .gfield_error input hr,
.gform_wrapper .gfield_error select hr,
.gform_wrapper .gfield_error textarea hr,
.validation_error hr {
  border-top-color: #f1b0b7;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-danger .alert-link,
.gform_wrapper .gfield_error .gfield_label .alert-link,
.gform_wrapper .gfield_error input .alert-link,
.gform_wrapper .gfield_error select .alert-link,
.gform_wrapper .gfield_error textarea .alert-link,
.validation_error .alert-link {
  color: #5f2127;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-light {
  color: #939494;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light hr {
  border-top-color: #ececf6;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-light .alert-link {
  color: #797b7b;
}

/* line 49, node_modules/bootstrap/scss/_alert.scss */

.alert-dark {
  color: #262626;
  background-color: #d4d4d4;
  border-color: #c2c2c2;
}

/* line 6, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark hr {
  border-top-color: #b5b5b5;
}

/* line 10, node_modules/bootstrap/scss/mixins/_alert.scss */

.alert-dark .alert-link {
  color: #0d0d0d;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

/* line 9, node_modules/bootstrap/scss/_progress.scss */

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.4rem;
}

/* line 20, node_modules/bootstrap/scss/_progress.scss */

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0c1436;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 20, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar {
    transition: none;
  }
}

/* line 32, node_modules/bootstrap/scss/_progress.scss */

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

/* line 38, node_modules/bootstrap/scss/_progress.scss */

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
  /* line 38, node_modules/bootstrap/scss/_progress.scss */

  .progress-bar-animated {
    animation: none;
  }
}

/* line 1, node_modules/bootstrap/scss/_media.scss */

.media {
  display: flex;
  align-items: flex-start;
}

/* line 6, node_modules/bootstrap/scss/_media.scss */

.media-body {
  flex: 1;
}

/* line 5, node_modules/bootstrap/scss/_list-group.scss */

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

/* line 21, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

/* line 34, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

/* line 45, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 2px solid rgba(38, 38, 38, 0.125);
}

/* line 54, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

/* line 58, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 62, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

/* line 70, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0c1436;
  border-color: #0c1436;
}

/* line 77, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item {
  border-top-width: 0;
}

/* line 80, node_modules/bootstrap/scss/_list-group.scss */

.list-group-item + .list-group-item.active {
  margin-top: -2px;
  border-top-width: 2px;
}

/* line 96, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal {
  flex-direction: row;
}

/* line 100, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.4rem;
  border-top-right-radius: 0;
}

/* line 105, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-left-radius: 0;
}

/* line 110, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

/* line 114, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 2px;
  border-left-width: 0;
}

/* line 118, node_modules/bootstrap/scss/_list-group.scss */

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -2px;
  border-left-width: 2px;
}

@media (min-width: 576px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 768px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 992px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1200px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1500px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

@media (min-width: 1921px) {
  /* line 96, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl {
    flex-direction: row;
  }

  /* line 100, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.4rem;
    border-top-right-radius: 0;
  }

  /* line 105, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl > .list-group-item:last-child {
    border-top-right-radius: 0.4rem;
    border-bottom-left-radius: 0;
  }

  /* line 110, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl > .list-group-item.active {
    margin-top: 0;
  }

  /* line 114, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item {
    border-top-width: 2px;
    border-left-width: 0;
  }

  /* line 118, node_modules/bootstrap/scss/_list-group.scss */

  .list-group-horizontal-xxxl > .list-group-item + .list-group-item.active {
    margin-left: -2px;
    border-left-width: 2px;
  }
}

/* line 134, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush {
  border-radius: 0;
}

/* line 137, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item {
  border-width: 0 0 2px;
}

/* line 140, node_modules/bootstrap/scss/_list-group.scss */

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary {
  color: #181d2e;
  background-color: #bbbdc7;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #181d2e;
  background-color: #adafbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #181d2e;
  border-color: #181d2e;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary {
  color: #7c6641;
  background-color: #f0e5d1;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #7c6641;
  background-color: #eadabe;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #7c6641;
  border-color: #7c6641;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success {
  color: #276936;
  background-color: #c3e6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #276936;
  background-color: #b1dfbb;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #276936;
  border-color: #276936;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info {
  color: #1e6672;
  background-color: #bee5eb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #1e6672;
  background-color: #abdde5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #1e6672;
  border-color: #1e6672;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning {
  color: #977716;
  background-color: #ffeeba;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #977716;
  background-color: #ffe8a1;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #977716;
  border-color: #977716;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger {
  color: #852e36;
  background-color: #f5c6cb;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #852e36;
  background-color: #f1b0b7;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852e36;
  border-color: #852e36;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light {
  color: #939494;
  background-color: #fdfdfe;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #939494;
  background-color: #ececf6;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #939494;
  border-color: #939494;
}

/* line 4, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark {
  color: #262626;
  background-color: #c2c2c2;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #262626;
  background-color: #b5b5b5;
}

/* line 14, node_modules/bootstrap/scss/mixins/_list-group.scss */

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

/* line 1, node_modules/bootstrap/scss/_close.scss */

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #262626;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* line 13, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:hover {
  color: #262626;
  text-decoration: none;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

/* line 29, node_modules/bootstrap/scss/_close.scss */

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

/* line 38, node_modules/bootstrap/scss/_close.scss */

a.close.disabled {
  pointer-events: none;
}

/* line 1, node_modules/bootstrap/scss/_toasts.scss */

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(38, 38, 38, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}

/* line 15, node_modules/bootstrap/scss/_toasts.scss */

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

/* line 19, node_modules/bootstrap/scss/_toasts.scss */

.toast.showing {
  opacity: 1;
}

/* line 23, node_modules/bootstrap/scss/_toasts.scss */

.toast.show {
  display: block;
  opacity: 1;
}

/* line 28, node_modules/bootstrap/scss/_toasts.scss */

.toast.hide {
  display: none;
}

/* line 33, node_modules/bootstrap/scss/_toasts.scss */

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

/* line 44, node_modules/bootstrap/scss/_toasts.scss */

.toast-body {
  padding: 0.75rem;
}

/* line 7, node_modules/bootstrap/scss/_modal.scss */

.modal-open {
  overflow: hidden;
}

/* line 11, node_modules/bootstrap/scss/_modal.scss */

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 18, node_modules/bootstrap/scss/_modal.scss */

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

/* line 36, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

/* line 44, node_modules/bootstrap/scss/_modal.scss */

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  /* line 44, node_modules/bootstrap/scss/_modal.scss */

  .modal.fade .modal-dialog {
    transition: none;
  }
}

/* line 48, node_modules/bootstrap/scss/_modal.scss */

.modal.show .modal-dialog {
  transform: none;
}

/* line 53, node_modules/bootstrap/scss/_modal.scss */

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

/* line 58, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

/* line 62, node_modules/bootstrap/scss/_modal.scss */

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

/* line 67, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

/* line 72, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

/* line 77, node_modules/bootstrap/scss/_modal.scss */

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

/* line 83, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}

/* line 91, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

/* line 96, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

/* line 100, node_modules/bootstrap/scss/_modal.scss */

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

/* line 107, node_modules/bootstrap/scss/_modal.scss */

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

/* line 125, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #262626;
}

/* line 135, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.fade {
  opacity: 0;
}

/* line 136, node_modules/bootstrap/scss/_modal.scss */

.modal-backdrop.show {
  opacity: 0.5;
}

/* line 141, node_modules/bootstrap/scss/_modal.scss */

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 2px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}

/* line 149, node_modules/bootstrap/scss/_modal.scss */

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

/* line 157, node_modules/bootstrap/scss/_modal.scss */

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

/* line 164, node_modules/bootstrap/scss/_modal.scss */

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

/* line 173, node_modules/bootstrap/scss/_modal.scss */

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

/* line 185, node_modules/bootstrap/scss/_modal.scss */

.modal-footer > * {
  margin: 0.25rem;
}

/* line 191, node_modules/bootstrap/scss/_modal.scss */

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  /* line 202, node_modules/bootstrap/scss/_modal.scss */

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  /* line 207, node_modules/bootstrap/scss/_modal.scss */

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

  /* line 210, node_modules/bootstrap/scss/_modal.scss */

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

  /* line 215, node_modules/bootstrap/scss/_modal.scss */

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

  /* line 218, node_modules/bootstrap/scss/_modal.scss */

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

  /* line 228, node_modules/bootstrap/scss/_modal.scss */

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 232, node_modules/bootstrap/scss/_modal.scss */

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  /* line 239, node_modules/bootstrap/scss/_modal.scss */

  .modal-xl {
    max-width: 1140px;
  }
}

/* line 2, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

/* line 15, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip.show {
  opacity: 0.9;
}

/* line 17, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 23, node_modules/bootstrap/scss/_tooltip.scss */

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 32, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 35, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

/* line 38, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #262626;
}

/* line 46, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 49, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 54, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #262626;
}

/* line 62, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 65, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

/* line 68, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #262626;
}

/* line 76, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 79, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 84, node_modules/bootstrap/scss/_tooltip.scss */

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #262626;
}

/* line 108, node_modules/bootstrap/scss/_tooltip.scss */

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

/* line 1, node_modules/bootstrap/scss/_popover.scss */

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgba(38, 38, 38, 0.2);
  border-radius: 0.3rem;
}

/* line 20, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

/* line 27, node_modules/bootstrap/scss/_popover.scss */

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 38, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

/* line 41, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 2px);
}

/* line 44, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(38, 38, 38, 0.25);
}

/* line 50, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 2px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

/* line 58, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

/* line 61, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 67, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(38, 38, 38, 0.25);
}

/* line 73, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 2px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

/* line 81, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

/* line 84, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 2px);
}

/* line 87, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(38, 38, 38, 0.25);
}

/* line 93, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 2px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

/* line 101, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 2px solid #f7f7f7;
}

/* line 113, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

/* line 116, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 2px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

/* line 122, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(38, 38, 38, 0.25);
}

/* line 128, node_modules/bootstrap/scss/_popover.scss */

.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 2px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

/* line 153, node_modules/bootstrap/scss/_popover.scss */

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 2px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 2px);
  border-top-right-radius: calc(0.3rem - 2px);
}

/* line 162, node_modules/bootstrap/scss/_popover.scss */

.popover-header:empty {
  display: none;
}

/* line 167, node_modules/bootstrap/scss/_popover.scss */

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

/* line 14, node_modules/bootstrap/scss/_carousel.scss */

.carousel {
  position: relative;
}

/* line 18, node_modules/bootstrap/scss/_carousel.scss */

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

/* line 22, node_modules/bootstrap/scss/_carousel.scss */

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

/* line 29, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  /* line 29, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-item {
    transition: none;
  }
}

/* line 39, node_modules/bootstrap/scss/_carousel.scss */

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

/* line 45, node_modules/bootstrap/scss/_carousel.scss */

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

/* line 50, node_modules/bootstrap/scss/_carousel.scss */

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

/* line 61, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}

/* line 67, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

/* line 74, node_modules/bootstrap/scss/_carousel.scss */

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  /* line 74, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

/* line 87, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 87, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

/* line 114, node_modules/bootstrap/scss/_carousel.scss */

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

/* line 120, node_modules/bootstrap/scss/_carousel.scss */

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

/* line 128, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50% / 100% 100% no-repeat;
}

/* line 135, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

/* line 138, node_modules/bootstrap/scss/_carousel.scss */

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

/* line 148, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

/* line 162, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  /* line 162, node_modules/bootstrap/scss/_carousel.scss */

  .carousel-indicators li {
    transition: none;
  }
}

/* line 180, node_modules/bootstrap/scss/_carousel.scss */

.carousel-indicators .active {
  opacity: 1;
}

/* line 190, node_modules/bootstrap/scss/_carousel.scss */

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

/* line 9, node_modules/bootstrap/scss/_spinners.scss */

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: .75s linear infinite spinner-border;
}

/* line 21, node_modules/bootstrap/scss/_spinners.scss */

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

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
    transform: none;
  }
}

/* line 41, node_modules/bootstrap/scss/_spinners.scss */

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: .75s linear infinite spinner-grow;
}

/* line 53, node_modules/bootstrap/scss/_spinners.scss */

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

@media (prefers-reduced-motion: reduce) {
  /* line 60, node_modules/bootstrap/scss/_spinners.scss */

  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}

/* line 3, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 6, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_align.scss */

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

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-primary {
  background-color: #0c1436 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #03050c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-secondary {
  background-color: #cba159 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #b88939 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-success {
  background-color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-info {
  background-color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

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

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_background-variant.scss */

.bg-dark {
  background-color: #262626 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0d0d0d !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_background.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 9, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 15, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

.border-info {
  border-color: #17a2b8 !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 25, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-sm {
  border-radius: 0.2rem !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded {
  border-radius: 0.4rem !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 46, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-right {
  border-top-right-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-left {
  border-top-left-radius: 0.4rem !important;
  border-bottom-left-radius: 0.4rem !important;
}

/* line 61, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-lg {
  border-radius: 0.3rem !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 69, node_modules/bootstrap/scss/utilities/_borders.scss */

.rounded-pill {
  border-radius: 50rem !important;
}

/* line 73, node_modules/bootstrap/scss/utilities/_borders.scss */

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

/* line 2, node_modules/bootstrap/scss/mixins/_clearfix.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 576px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 768px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 992px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1200px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1500px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media (min-width: 1921px) {
  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_display.scss */

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

@media print {
  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_display.scss */

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

/* line 3, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/* line 10, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive::before {
  display: block;
  content: "";
}

/* line 15, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-4by3::before {
  padding-top: 75%;
}

/* line 35, node_modules/bootstrap/scss/utilities/_embed.scss */

.embed-responsive-1by1::before {
  padding-top: 100%;
}

/* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1500px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

@media (min-width: 1921px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 13, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 14, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 17, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 18, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 19, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 20, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 21, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 22, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 23, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 25, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 26, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 27, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 28, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 29, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 31, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 32, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 33, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 34, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 37, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 38, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 39, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 40, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 41, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 42, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 44, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 45, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 46, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 47, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 48, node_modules/bootstrap/scss/utilities/_flex.scss */

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

  /* line 49, node_modules/bootstrap/scss/utilities/_flex.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 576px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 768px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 992px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 1200px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 1500px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

@media (min-width: 1921px) {
  /* line 7, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 8, node_modules/bootstrap/scss/utilities/_float.scss */

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

  /* line 9, node_modules/bootstrap/scss/utilities/_float.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_interactions.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_overflow.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 10, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 18, node_modules/bootstrap/scss/utilities/_position.scss */

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

@supports (position: sticky) {
  /* line 26, node_modules/bootstrap/scss/utilities/_position.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_screenreaders.scss */

.sr-only,
.visually-hidden,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* line 25, node_modules/bootstrap/scss/mixins/_screen-reader.scss */

.sr-only-focusable:active,
.visually-hidden-focusable:active,
.screen-reader-text:active,
.sr-only-focusable:focus,
.visually-hidden-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

/* line 3, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 4, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 5, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 6, node_modules/bootstrap/scss/utilities/_shadows.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 7, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 17, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 19, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_sizing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-1,
.my-1 {
  margin-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-1,
.mx-1 {
  margin-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-1,
.my-1 {
  margin-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-1,
.mx-1 {
  margin-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-2,
.my-2 {
  margin-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-2,
.mx-2 {
  margin-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-2,
.my-2 {
  margin-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-2,
.mx-2 {
  margin-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-3,
.my-3 {
  margin-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-3,
.mx-3 {
  margin-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-3,
.my-3 {
  margin-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-3,
.mx-3 {
  margin-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-4,
.my-4 {
  margin-top: 2rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-4,
.mx-4 {
  margin-right: 2rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-4,
.my-4 {
  margin-bottom: 2rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-4,
.mx-4 {
  margin-left: 2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-5,
.my-5 {
  margin-top: 2.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-5,
.mx-5 {
  margin-right: 2.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-5,
.my-5 {
  margin-bottom: 2.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-5,
.mx-5 {
  margin-left: 2.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-6,
.my-6 {
  margin-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-6,
.mx-6 {
  margin-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-6,
.my-6 {
  margin-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-6,
.mx-6 {
  margin-left: 3rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-1,
.py-1 {
  padding-top: 0.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-1,
.px-1 {
  padding-right: 0.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-1,
.py-1 {
  padding-bottom: 0.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-1,
.px-1 {
  padding-left: 0.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-2,
.py-2 {
  padding-top: 1rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-2,
.px-2 {
  padding-right: 1rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-2,
.py-2 {
  padding-bottom: 1rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-2,
.px-2 {
  padding-left: 1rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-3,
.py-3 {
  padding-top: 1.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-3,
.px-3 {
  padding-right: 1.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-3,
.py-3 {
  padding-bottom: 1.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-3,
.px-3 {
  padding-left: 1.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-4,
.py-4 {
  padding-top: 2rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-4,
.px-4 {
  padding-right: 2rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-4,
.py-4 {
  padding-bottom: 2rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-4,
.px-4 {
  padding-left: 2rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-5,
.py-5 {
  padding-top: 2.5rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-5,
.px-5 {
  padding-right: 2.5rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-5,
.py-5 {
  padding-bottom: 2.5rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-5,
.px-5 {
  padding-left: 2.5rem !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pt-6,
.py-6 {
  padding-top: 3rem !important;
}

/* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pr-6,
.px-6 {
  padding-right: 3rem !important;
}

/* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pb-6,
.py-6 {
  padding-bottom: 3rem !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

.pl-6,
.px-6 {
  padding-left: 3rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n1,
.my-n1 {
  margin-top: -0.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n1,
.mx-n1 {
  margin-right: -0.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n1,
.my-n1 {
  margin-bottom: -0.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n1,
.mx-n1 {
  margin-left: -0.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n2,
.my-n2 {
  margin-top: -1rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n2,
.mx-n2 {
  margin-right: -1rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n2,
.my-n2 {
  margin-bottom: -1rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n2,
.mx-n2 {
  margin-left: -1rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n3,
.my-n3 {
  margin-top: -1.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n3,
.mx-n3 {
  margin-right: -1.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n3,
.my-n3 {
  margin-bottom: -1.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n3,
.mx-n3 {
  margin-left: -1.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n4,
.my-n4 {
  margin-top: -2rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n4,
.mx-n4 {
  margin-right: -2rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n4,
.my-n4 {
  margin-bottom: -2rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n4,
.mx-n4 {
  margin-left: -2rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n5,
.my-n5 {
  margin-top: -2.5rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n5,
.mx-n5 {
  margin-right: -2.5rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n5,
.my-n5 {
  margin-bottom: -2.5rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n5,
.mx-n5 {
  margin-left: -2.5rem !important;
}

/* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mt-n6,
.my-n6 {
  margin-top: -3rem !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mr-n6,
.mx-n6 {
  margin-right: -3rem !important;
}

/* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

.mb-n6,
.my-n6 {
  margin-bottom: -3rem !important;
}

/* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

.ml-n6,
.mx-n6 {
  margin-left: -3rem !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

/* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

@media (min-width: 576px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-6,
  .my-sm-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-sm-6,
  .py-sm-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-sm-6,
  .px-sm-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-sm-6,
  .px-sm-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-3,
  .my-md-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-4,
  .my-md-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-4,
  .mx-md-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-4,
  .mx-md-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-5,
  .my-md-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-5,
  .mx-md-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-5,
  .mx-md-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-6,
  .my-md-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-6,
  .mx-md-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-6,
  .my-md-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-6,
  .mx-md-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-3,
  .py-md-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-3,
  .px-md-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-3,
  .px-md-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-4,
  .py-md-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-4,
  .px-md-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-4,
  .px-md-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-5,
  .py-md-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-5,
  .px-md-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-5,
  .px-md-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-md-6,
  .py-md-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-md-6,
  .px-md-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-md-6,
  .py-md-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-md-6,
  .px-md-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-md-n6,
  .my-md-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-6,
  .my-lg-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-lg-6,
  .py-lg-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-lg-6,
  .px-lg-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-lg-6,
  .px-lg-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-6,
  .my-xl-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xl-6,
  .py-xl-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xl-6,
  .px-xl-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xl-6,
  .px-xl-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1500px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

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

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n1 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n2 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n3 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n4 {
    margin: -2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n5 {
    margin: -2.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-n6 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1921px) {
  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-0 {
    margin: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-0,
  .my-xxxl-0 {
    margin-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-0,
  .mx-xxxl-0 {
    margin-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-0,
  .my-xxxl-0 {
    margin-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-0,
  .mx-xxxl-0 {
    margin-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-1 {
    margin: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-1,
  .my-xxxl-1 {
    margin-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-1,
  .mx-xxxl-1 {
    margin-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-1,
  .my-xxxl-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-1,
  .mx-xxxl-1 {
    margin-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-2 {
    margin: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-2,
  .my-xxxl-2 {
    margin-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-2,
  .mx-xxxl-2 {
    margin-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-2,
  .my-xxxl-2 {
    margin-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-2,
  .mx-xxxl-2 {
    margin-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-3 {
    margin: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-3,
  .my-xxxl-3 {
    margin-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-3,
  .mx-xxxl-3 {
    margin-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-3,
  .my-xxxl-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-3,
  .mx-xxxl-3 {
    margin-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-4 {
    margin: 2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-4,
  .my-xxxl-4 {
    margin-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-4,
  .mx-xxxl-4 {
    margin-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-4,
  .my-xxxl-4 {
    margin-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-4,
  .mx-xxxl-4 {
    margin-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-5 {
    margin: 2.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-5,
  .my-xxxl-5 {
    margin-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-5,
  .mx-xxxl-5 {
    margin-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-5,
  .my-xxxl-5 {
    margin-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-5,
  .mx-xxxl-5 {
    margin-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-6 {
    margin: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-6,
  .my-xxxl-6 {
    margin-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-6,
  .mx-xxxl-6 {
    margin-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-6,
  .my-xxxl-6 {
    margin-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-6,
  .mx-xxxl-6 {
    margin-left: 3rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-0 {
    padding: 0 !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-0,
  .py-xxxl-0 {
    padding-top: 0 !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-0,
  .px-xxxl-0 {
    padding-right: 0 !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-0,
  .py-xxxl-0 {
    padding-bottom: 0 !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-0,
  .px-xxxl-0 {
    padding-left: 0 !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-1 {
    padding: 0.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-1,
  .py-xxxl-1 {
    padding-top: 0.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-1,
  .px-xxxl-1 {
    padding-right: 0.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-1,
  .py-xxxl-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-1,
  .px-xxxl-1 {
    padding-left: 0.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-2 {
    padding: 1rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-2,
  .py-xxxl-2 {
    padding-top: 1rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-2,
  .px-xxxl-2 {
    padding-right: 1rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-2,
  .py-xxxl-2 {
    padding-bottom: 1rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-2,
  .px-xxxl-2 {
    padding-left: 1rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-3 {
    padding: 1.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-3,
  .py-xxxl-3 {
    padding-top: 1.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-3,
  .px-xxxl-3 {
    padding-right: 1.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-3,
  .py-xxxl-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-3,
  .px-xxxl-3 {
    padding-left: 1.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-4 {
    padding: 2rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-4,
  .py-xxxl-4 {
    padding-top: 2rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-4,
  .px-xxxl-4 {
    padding-right: 2rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-4,
  .py-xxxl-4 {
    padding-bottom: 2rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-4,
  .px-xxxl-4 {
    padding-left: 2rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-5 {
    padding: 2.5rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-5,
  .py-xxxl-5 {
    padding-top: 2.5rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-5,
  .px-xxxl-5 {
    padding-right: 2.5rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-5,
  .py-xxxl-5 {
    padding-bottom: 2.5rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-5,
  .px-xxxl-5 {
    padding-left: 2.5rem !important;
  }

  /* line 11, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .p-xxxl-6 {
    padding: 3rem !important;
  }

  /* line 12, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pt-xxxl-6,
  .py-xxxl-6 {
    padding-top: 3rem !important;
  }

  /* line 16, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pr-xxxl-6,
  .px-xxxl-6 {
    padding-right: 3rem !important;
  }

  /* line 20, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pb-xxxl-6,
  .py-xxxl-6 {
    padding-bottom: 3rem !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .pl-xxxl-6,
  .px-xxxl-6 {
    padding-left: 3rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n1 {
    margin: -0.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n1,
  .my-xxxl-n1 {
    margin-top: -0.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n1,
  .mx-xxxl-n1 {
    margin-right: -0.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n1,
  .my-xxxl-n1 {
    margin-bottom: -0.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n1,
  .mx-xxxl-n1 {
    margin-left: -0.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n2 {
    margin: -1rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n2,
  .my-xxxl-n2 {
    margin-top: -1rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n2,
  .mx-xxxl-n2 {
    margin-right: -1rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n2,
  .my-xxxl-n2 {
    margin-bottom: -1rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n2,
  .mx-xxxl-n2 {
    margin-left: -1rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n3 {
    margin: -1.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n3,
  .my-xxxl-n3 {
    margin-top: -1.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n3,
  .mx-xxxl-n3 {
    margin-right: -1.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n3,
  .my-xxxl-n3 {
    margin-bottom: -1.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n3,
  .mx-xxxl-n3 {
    margin-left: -1.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n4 {
    margin: -2rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n4,
  .my-xxxl-n4 {
    margin-top: -2rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n4,
  .mx-xxxl-n4 {
    margin-right: -2rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n4,
  .my-xxxl-n4 {
    margin-bottom: -2rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n4,
  .mx-xxxl-n4 {
    margin-left: -2rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n5 {
    margin: -2.5rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n5,
  .my-xxxl-n5 {
    margin-top: -2.5rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n5,
  .mx-xxxl-n5 {
    margin-right: -2.5rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n5,
  .my-xxxl-n5 {
    margin-bottom: -2.5rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n5,
  .mx-xxxl-n5 {
    margin-left: -2.5rem !important;
  }

  /* line 34, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-n6 {
    margin: -3rem !important;
  }

  /* line 35, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-n6,
  .my-xxxl-n6 {
    margin-top: -3rem !important;
  }

  /* line 39, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-n6,
  .mx-xxxl-n6 {
    margin-right: -3rem !important;
  }

  /* line 43, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-n6,
  .my-xxxl-n6 {
    margin-bottom: -3rem !important;
  }

  /* line 47, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-n6,
  .mx-xxxl-n6 {
    margin-left: -3rem !important;
  }

  /* line 55, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .m-xxxl-auto {
    margin: auto !important;
  }

  /* line 56, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mt-xxxl-auto,
  .my-xxxl-auto {
    margin-top: auto !important;
  }

  /* line 60, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mr-xxxl-auto,
  .mx-xxxl-auto {
    margin-right: auto !important;
  }

  /* line 64, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .mb-xxxl-auto,
  .my-xxxl-auto {
    margin-bottom: auto !important;
  }

  /* line 68, node_modules/bootstrap/scss/utilities/_spacing.scss */

  .ml-xxxl-auto,
  .mx-xxxl-auto {
    margin-left: auto !important;
  }
}

/* line 6, node_modules/bootstrap/scss/utilities/_stretched-link.scss */

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

/* line 7, node_modules/bootstrap/scss/utilities/_text.scss */

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_text.scss */

.text-justify {
  text-align: justify !important;
}

/* line 12, node_modules/bootstrap/scss/utilities/_text.scss */

.text-wrap {
  white-space: normal !important;
}

/* line 13, node_modules/bootstrap/scss/utilities/_text.scss */

.text-nowrap {
  white-space: nowrap !important;
}

/* line 14, node_modules/bootstrap/scss/utilities/_text.scss */

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

.text-left {
  text-align: left !important;
}

/* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

.text-right {
  text-align: right !important;
}

/* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1500px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1921px) {
  /* line 22, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxxl-left {
    text-align: left !important;
  }

  /* line 23, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxxl-right {
    text-align: right !important;
  }

  /* line 24, node_modules/bootstrap/scss/utilities/_text.scss */

  .text-xxxl-center {
    text-align: center !important;
  }
}

/* line 30, node_modules/bootstrap/scss/utilities/_text.scss */

.text-lowercase {
  text-transform: lowercase !important;
}

/* line 31, node_modules/bootstrap/scss/utilities/_text.scss */

.text-uppercase {
  text-transform: uppercase !important;
}

/* line 32, node_modules/bootstrap/scss/utilities/_text.scss */

.text-capitalize {
  text-transform: capitalize !important;
}

/* line 36, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-light {
  font-weight: 300 !important;
}

/* line 37, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-lighter {
  font-weight: lighter !important;
}

/* line 38, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-normal {
  font-weight: 400 !important;
}

/* line 39, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bold {
  font-weight: 700 !important;
}

/* line 40, node_modules/bootstrap/scss/utilities/_text.scss */

.font-weight-bolder {
  font-weight: bolder !important;
}

/* line 41, node_modules/bootstrap/scss/utilities/_text.scss */

.font-italic {
  font-style: italic !important;
}

/* line 45, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white {
  color: #fff !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-primary {
  color: #0c1436 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-primary:hover,
a.text-primary:focus {
  color: black !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-secondary {
  color: #cba159 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-secondary:hover,
a.text-secondary:focus {
  color: #a47b33 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-success {
  color: #28a745 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-info {
  color: #17a2b8 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-warning {
  color: #ffc107 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-danger {
  color: #dc3545 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-light {
  color: #f8f9fa !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

/* line 6, node_modules/bootstrap/scss/mixins/_text-emphasis.scss */

.text-dark {
  color: #262626 !important;
}

/* line 17, node_modules/bootstrap/scss/mixins/_hover.scss */

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

/* line 51, node_modules/bootstrap/scss/utilities/_text.scss */

.text-body {
  color: #212529 !important;
}

/* line 52, node_modules/bootstrap/scss/utilities/_text.scss */

.text-muted {
  color: #6c757d !important;
}

/* line 54, node_modules/bootstrap/scss/utilities/_text.scss */

.text-black-50 {
  color: rgba(38, 38, 38, 0.5) !important;
}

/* line 55, node_modules/bootstrap/scss/utilities/_text.scss */

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 59, node_modules/bootstrap/scss/utilities/_text.scss */

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 63, node_modules/bootstrap/scss/utilities/_text.scss */

.text-decoration-none {
  text-decoration: none !important;
}

/* line 65, node_modules/bootstrap/scss/utilities/_text.scss */

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

/* line 72, node_modules/bootstrap/scss/utilities/_text.scss */

.text-reset {
  color: inherit !important;
}

/* line 7, node_modules/bootstrap/scss/utilities/_visibility.scss */

.visible {
  visibility: visible !important;
}

/* line 11, node_modules/bootstrap/scss/utilities/_visibility.scss */

.invisible {
  visibility: hidden !important;
}

@media print {
  /* line 13, node_modules/bootstrap/scss/_print.scss */

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* line 24, node_modules/bootstrap/scss/_print.scss */

  a:not(.btn) {
    text-decoration: underline;
  }

  /* line 34, node_modules/bootstrap/scss/_print.scss */

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  /* line 49, node_modules/bootstrap/scss/_print.scss */

  pre {
    white-space: pre-wrap !important;
  }

  /* line 52, node_modules/bootstrap/scss/_print.scss */

  pre,
  blockquote {
    border: 2px solid #adb5bd;
    page-break-inside: avoid;
  }

  /* line 58, node_modules/bootstrap/scss/_print.scss */

  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 63, node_modules/bootstrap/scss/_print.scss */

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 70, node_modules/bootstrap/scss/_print.scss */

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  /* line 83, node_modules/bootstrap/scss/_print.scss */

  body {
    min-width: 992px !important;
  }

  /* line 86, node_modules/bootstrap/scss/_print.scss */

  .container {
    min-width: 992px !important;
  }

  /* line 91, node_modules/bootstrap/scss/_print.scss */

  .navbar {
    display: none;
  }

  /* line 94, node_modules/bootstrap/scss/_print.scss */

  .badge {
    border: 2px solid #262626;
  }

  /* line 98, node_modules/bootstrap/scss/_print.scss */

  .table {
    border-collapse: collapse !important;
  }

  /* line 101, node_modules/bootstrap/scss/_print.scss */

  .table td,
  .table th {
    background-color: #fff !important;
  }

  /* line 108, node_modules/bootstrap/scss/_print.scss */

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  /* line 114, node_modules/bootstrap/scss/_print.scss */

  .table-dark {
    color: inherit;
  }

  /* line 117, node_modules/bootstrap/scss/_print.scss */

  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  /* line 125, node_modules/bootstrap/scss/_print.scss */

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

/* line 3, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger {
  padding: 0.6rem 0.6rem;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger:hover {
  opacity: 0.7;
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger.is-active:hover {
  opacity: 1;
}

/* line 40, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: white;
}

/* line 48, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-box {
  width: 1.75rem;
  height: 1.16rem;
  display: inline-block;
  position: relative;
}

/* line 55, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.09rem;
}

/* line 60, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 1.75rem;
  height: 0.18rem;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

/* line 73, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

/* line 79, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::before {
  top: -0.49rem;
}

/* line 83, node_modules/hamburgers/_sass/hamburgers/_base.scss */

.hamburger-inner::after {
  bottom: -0.49rem;
}

/*
   * 3DX
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dx.scss */

.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * 3DX Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dx-r.scss */

.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * 3DY
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dy.scss */

.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * 3DY Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dy-r.scss */

.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * 3DXY
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dxy.scss */

.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * 3DXY Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-box {
  perspective: 3.5rem;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 14, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}

/* line 25, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_3dxy-r.scss */

.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
}

/*
   * Arrow
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrow.scss */

.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-0.35rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_arrow.scss */

.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-0.35rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Arrow Right
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrow-r.scss */

.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(0.35rem, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_arrow-r.scss */

.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(0.35rem, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Alt
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-0.35rem, -0.4375rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt.scss */

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-0.35rem, 0.4375rem, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Alt Right
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 12, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* line 20, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0.35rem, -0.4375rem, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_arrowalt-r.scss */

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(0.35rem, 0.4375rem, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
   * Arrow Turn
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn.scss */

.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
   * Arrow Turn Right
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_arrowturn-r.scss */

.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
   * Boring
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_boring.scss */

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
   * Collapse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner::after {
  top: -0.98rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_collapse.scss */

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Collapse Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner::after {
  top: -0.98rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.49rem, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_collapse-r.scss */

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Elastic
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner {
  top: 0.09rem;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner::before {
  top: 0.49rem;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic .hamburger-inner::after {
  top: 0.98rem;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 0.49rem, 0) rotate(135deg);
  transition-delay: 0.075s;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_elastic.scss */

.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.98rem, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
   * Elastic Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner {
  top: 0.09rem;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner::before {
  top: 0.49rem;
  transition: opacity 0.125s 0.275s ease;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r .hamburger-inner::after {
  top: 0.98rem;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* line 23, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.49rem, 0) rotate(-135deg);
  transition-delay: 0.075s;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_elastic-r.scss */

.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.98rem, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
   * Emphatic
   */

/* line 5, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic {
  overflow: hidden;
}

/* line 8, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic .hamburger-inner::after {
  top: 0.49rem;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

/* line 33, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -3.5rem;
  top: -3.5rem;
  transform: translate3d(3.5rem, 3.5rem, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, node_modules/hamburgers/_sass/hamburgers/types/_emphatic.scss */

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -3.5rem;
  top: -3.5rem;
  transform: translate3d(-3.5rem, 3.5rem, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Emphatic Reverse
   */

/* line 5, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r {
  overflow: hidden;
}

/* line 8, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}

/* line 11, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}

/* line 18, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r .hamburger-inner::after {
  top: 0.49rem;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}

/* line 33, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -3.5rem;
  top: 3.5rem;
  transform: translate3d(3.5rem, -3.5rem, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/* line 42, node_modules/hamburgers/_sass/hamburgers/types/_emphatic-r.scss */

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -3.5rem;
  top: 3.5rem;
  transform: translate3d(-3.5rem, -3.5rem, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
   * Minus
   */

/* line 7, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}

/* line 24, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_minus.scss */

.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
   * Slider
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner {
  top: 0.09rem;
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner::before {
  top: 0.49rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider .hamburger-inner::after {
  top: 0.98rem;
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-0.25rem, -0.31rem, 0);
  opacity: 0;
}

/* line 32, node_modules/hamburgers/_sass/hamburgers/types/_slider.scss */

.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.98rem, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner {
  top: 0.09rem;
}

/* line 9, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner::before {
  top: 0.49rem;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r .hamburger-inner::after {
  top: 0.98rem;
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 0.49rem, 0) rotate(-45deg);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(0.25rem, -0.31rem, 0);
  opacity: 0;
}

/* line 32, node_modules/hamburgers/_sass/hamburgers/types/_slider-r.scss */

.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -0.98rem, 0) rotate(90deg);
}

/*
   * Spin
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_spin.scss */

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spin Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_spin-r.scss */

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Spring
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner {
  top: 0.09rem;
  transition: background-color 0s 0.13s linear;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner::before {
  top: 0.49rem;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 16, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring .hamburger-inner::after {
  top: 0.98rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 24, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}

/* line 28, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.49rem, 0) rotate(45deg);
}

/* line 35, node_modules/hamburgers/_sass/hamburgers/types/_spring.scss */

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 0.49rem, 0) rotate(-45deg);
}

/*
   * Spring Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 13, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner::after {
  top: -0.98rem;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}

/* line 19, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 26, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -0.49rem, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}

/* line 38, node_modules/hamburgers/_sass/hamburgers/types/_spring-r.scss */

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_stand.scss */

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Stand Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}

/* line 29, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_stand-r.scss */

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Squeeze
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

/* line 15, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

/* line 34, node_modules/hamburgers/_sass/hamburgers/types/_squeeze.scss */

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
   * Vortex
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, node_modules/hamburgers/_sass/hamburgers/types/_vortex.scss */

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
   * Vortex Reverse
   */

/* line 6, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 10, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}

/* line 17, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}

/* line 21, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}

/* line 27, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 31, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}

/* line 36, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

/* line 41, node_modules/hamburgers/_sass/hamburgers/types/_vortex-r.scss */

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/**
 * Swiper 9.4.1
 * 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: June 13, 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, node_modules/swiper/swiper.min.css */

:root {
  --swiper-theme-color: #007aff;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper,
swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

/* line 13, node_modules/swiper/swiper.min.css */

.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, node_modules/swiper/swiper.min.css */

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-horizontal {
  touch-action: pan-y;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-vertical {
  touch-action: pan-x;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-slide,
swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d {
  perspective: 1200px;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.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 {
  transform-style: preserve-3d;
}

/* line 13, node_modules/swiper/swiper.min.css */

.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, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* line 13, node_modules/swiper/swiper.min.css */

.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, node_modules/swiper/swiper.min.css */

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

/* line 13, node_modules/swiper/swiper.min.css */

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullet:only-child {
  display: none !important;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

/* line 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.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 1, node_modules/swiper/modules/pagination/pagination.min.css */

.swiper-pagination-lock {
  display: none;
}

/*@import "~swiper/modules/navigation/navigation.min";*/

/** Import theme styles */

@font-face {
  font-family: "Fieldwork Geo";
  src: url(/wp-content/themes/mormax/dist/fonts/5752524/93b4aa27-15b4-45a5-8166-b14e34bf2449.woff2) format("woff2"), url(/wp-content/themes/mormax/dist/fonts/5752524/d6143c4d-b007-46ad-9a41-28317e4e3f10.woff) format("woff");
  font-weight: normal;
}

@font-face {
  font-family: "Fieldwork Geo";
  src: url(/wp-content/themes/mormax/dist/fonts/5752542/42c6b66b-1f80-415f-9000-d013b19c38ae.woff2) format("woff2"), url(/wp-content/themes/mormax/dist/fonts/5752542/1a9ae6d7-d00d-4a3e-b7ae-f76a98fb457c.woff) format("woff");
  font-weight: 300;
}

@font-face {
  font-family: "Fieldwork Geo";
  src: url(/wp-content/themes/mormax/dist/fonts/5752560/c5e1c81a-8f78-45d1-bb98-2566836c0d46.woff2) format("woff2"), url(/wp-content/themes/mormax/dist/fonts/5752560/0d1b971b-3025-4dd2-a4a9-d51768162540.woff) format("woff");
  font-weight: 100;
}

@font-face {
  font-family: "Fieldwork Geo";
  src: url(/wp-content/themes/mormax/dist/fonts/5752670/f0794357-8fd8-4918-b565-e5e04da21649.woff2) format("woff2"), url(/wp-content/themes/mormax/dist/fonts/5752670/7841a4f4-4280-44c0-95ab-d315df212615.woff) format("woff");
  font-weight: bold;
}

@font-face {
  font-family: "Fieldwork Geo";
  src: url(/wp-content/themes/mormax/dist/fonts/5752688/4341ba7e-aa8b-4c34-b8d0-7518db8f4e74.woff2) format("woff2"), url(/wp-content/themes/mormax/dist/fonts/5752688/e72b61ff-0f52-4696-8899-3ffdea44c5b9.woff) format("woff");
  font-weight: 600;
}

/* line 27, resources/assets/styles/common/_global.scss */

.font-1,
body {
  font-family: 'Fieldwork Geo', verdana, sans-serif;
}

/* line 31, resources/assets/styles/common/_global.scss */

.font-2 {
  font-family: "Orbitron", sans-serif;
  /*font-optical-sizing: auto;*/
  font-weight: 900;
  /*font-style: normal;*/
}

/* line 38, resources/assets/styles/common/_global.scss */

html {
  font-size: 1rem;
  /*max-width: 100vw;*/
}

/* line 43, resources/assets/styles/common/_global.scss */

html,
body {
  height: 100%;
  /*overflow-x: hidden;*/
}

/* line 48, resources/assets/styles/common/_global.scss */

body {
  font-size: 1.1rem;
  font-weight: 300;
  color: #262626;
  position: relative;
  /*touch-action: pan-y;*/
}

/*h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}*/

/* line 59, resources/assets/styles/common/_global.scss */

h1,
h2,
h3,
h4 {
  font-weight: 600;
}

/* line 62, resources/assets/styles/common/_global.scss */

h5,
h6 {
  font-weight: 400;
}

/*h1 {font-size: 1.5rem;}
h2 {font-size: 1.4rem;}
h3 {font-size: 1.25rem;}
h4 {font-size: 1.1rem;}
h5 {font-size: 1rem;}
h6 {font-size: 0.9rem;}*/

/* line 72, resources/assets/styles/common/_global.scss */

figure {
  margin: 0;
}

/* line 76, resources/assets/styles/common/_global.scss */

button.navbar-toggler:focus {
  outline: none;
}

/* line 80, resources/assets/styles/common/_global.scss */

.btn,
.gform_wrapper .button,
.comment-form input[type="submit"],
.search-form .search-submit {
  /*font-size: 1.1rem;*/
  padding: 0.3em 1em;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  /*    &.btn-primary {
        border-color: $gold;
    }*/
}

/* line 87, resources/assets/styles/common/_global.scss */

.btn.btn-secondary,
.gform_wrapper .btn-secondary.button,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: white;
}

/* line 90, resources/assets/styles/common/_global.scss */

.btn.btn-outline-secondary,
.gform_wrapper .btn-outline-secondary.button,
.comment-form input.btn-outline-secondary[type="submit"],
.search-form .btn-outline-secondary.search-submit {
  color: #0c1436;
  border-width: 3px;
}

/* line 93, resources/assets/styles/common/_global.scss */

.btn.btn-outline-secondary.dropdown-toggle,
.gform_wrapper .btn-outline-secondary.dropdown-toggle.button,
.comment-form input.btn-outline-secondary.dropdown-toggle[type="submit"],
.search-form .btn-outline-secondary.dropdown-toggle.search-submit {
  color: #0c1436;
  background-color: transparent;
}

/* line 97, resources/assets/styles/common/_global.scss */

.btn.btn-outline-secondary:not(:disabled):hover,
.gform_wrapper .btn-outline-secondary.button:not(:disabled):hover,
.comment-form input.btn-outline-secondary:not(:disabled):hover[type="submit"],
.search-form .btn-outline-secondary.search-submit:not(:disabled):hover,
.btn.btn-outline-secondary:not(:disabled):active,
.gform_wrapper .btn-outline-secondary.button:not(:disabled):active,
.comment-form input.btn-outline-secondary:not(:disabled):active[type="submit"],
.search-form .btn-outline-secondary.search-submit:not(:disabled):active {
  color: #0c1436;
  background-color: transparent;
  border-color: #0c1436;
}

/* line 105, resources/assets/styles/common/_global.scss */

.text-deprecated {
  text-decoration: line-through;
  color: #0000FF;
}

/* line 109, resources/assets/styles/common/_global.scss */

.text-brightblue {
  color: #0000FF;
}

/* line 112, resources/assets/styles/common/_global.scss */

.text-h-blue {
  color: #243ca3;
}

/* line 115, resources/assets/styles/common/_global.scss */

.text-grey {
  color: #767676;
}

/* line 118, resources/assets/styles/common/_global.scss */

.text-shadow,
.page-header .page-header-content,
body.home .atf-nav-wrap ul,
.category-card h4 {
  text-shadow: 0px 0.125em 0.125em black;
}

/* line 121, resources/assets/styles/common/_global.scss */

.bg-lightgrey {
  background-color: #C8C8C8;
}

/* line 124, resources/assets/styles/common/_global.scss */

.bg-gold {
  background-color: #cba159;
}

/* line 127, resources/assets/styles/common/_global.scss */

.border-darkblue {
  border: 2px solid #0c1436;
}

/* line 136, resources/assets/styles/common/_global.scss */

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 141, resources/assets/styles/common/_global.scss */

.position-top-left {
  top: 0;
  left: 0;
}

/* line 145, resources/assets/styles/common/_global.scss */

.ml-10 {
  margin-left: 5rem !important;
}

/* line 149, resources/assets/styles/common/_global.scss */

.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  filter: invert(1) grayscale(100);
  width: auto;
}

/* line 153, resources/assets/styles/common/_global.scss */

.carousel .carousel-indicators {
  margin-bottom: 0;
}

/* line 155, resources/assets/styles/common/_global.scss */

.carousel .carousel-indicators li {
  background-color: #262626;
}

/* line 161, resources/assets/styles/common/_global.scss */

.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}

/* line 165, resources/assets/styles/common/_global.scss */

.dropdown-menu-dark {
  background-color: #E4E4E4;
}

/* line 170, resources/assets/styles/common/_global.scss */

.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}

/* line 173, resources/assets/styles/common/_global.scss */

.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* line 181, resources/assets/styles/common/_global.scss */

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 0.75rem 0;
  z-index: 2;
}

/* line 188, resources/assets/styles/common/_global.scss */

header .header {
  display: flex;
  align-items: center;
}

/* line 191, resources/assets/styles/common/_global.scss */

header .header .navbar-toggler {
  position: relative;
  z-index: 10;
  padding: 0.25rem;
}

/* line 195, resources/assets/styles/common/_global.scss */

header .header .navbar-toggler .icon {
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s ease-in-out;
}

/* line 200, resources/assets/styles/common/_global.scss */

header .header .navbar-toggler .label {
  color: white;
  margin-left: 0.5rem;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 0;
}

/* line 207, resources/assets/styles/common/_global.scss */

header .header .navbar-toggler.is-active .icon {
  transform: rotate(180deg);
}

/* line 211, resources/assets/styles/common/_global.scss */

header .header .search {
  /*            display: none;
            position: absolute;
            left: 4rem;*/
  width: 2rem;
  transition: width 0.3s ease-in-out;
}

/* line 217, resources/assets/styles/common/_global.scss */

header .header .search .input-group {
  color: white;
  border: 2px solid transparent;
  border-radius: 4px;
  max-width: 100%;
  overflow: hidden;
  flex-wrap: nowrap;
  transition: border-color 0.3s ease-in-out;
}

/* line 225, resources/assets/styles/common/_global.scss */

header .header .search .input-group i,
header .header .search .input-group svg {
  color: white;
}

/* line 228, resources/assets/styles/common/_global.scss */

header .header .search .input-group input {
  border: none;
  color: white;
  font-size: 0.8rem;
}

/* line 232, resources/assets/styles/common/_global.scss */

header .header .search .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 236, resources/assets/styles/common/_global.scss */

header .header .search .input-group input:focus,
header .header .search .input-group button:focus {
  box-shadow: none;
}

/* line 240, resources/assets/styles/common/_global.scss */

header .header .search.active {
  width: 10rem;
}

/* line 242, resources/assets/styles/common/_global.scss */

header .header .search.active .input-group {
  border-color: white;
}

/* line 246, resources/assets/styles/common/_global.scss */

header .header .search [type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512"><path fill="white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  background-size: 0.6rem 0.8rem;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 0.8rem;
}

/* line 256, resources/assets/styles/common/_global.scss */

header .header .logo-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: left 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* line 261, resources/assets/styles/common/_global.scss */

header .header .logo-wrap img {
  height: 3rem;
}

/* line 265, resources/assets/styles/common/_global.scss */

header .header .social-media-icons {
  display: flex;
  font-size: 1.75rem;
  line-height: 0;
}

/* line 269, resources/assets/styles/common/_global.scss */

header .header .social-media-icons a:not(:first-child) {
  margin-left: 0.25em;
}

/* line 272, resources/assets/styles/common/_global.scss */

header .header .social-media-icons svg {
  color: white;
}

/* line 274, resources/assets/styles/common/_global.scss */

header .header .social-media-icons svg:hover {
  color: #cba159;
}

/* line 279, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  /*background-color: transparentize($darkblue, 0.1);*/
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
  padding: 4rem 1rem 1rem;
  /*            .nav {
                flex-direction: column;
            }*/
}

/* line 290, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile.show {
  opacity: 1;
  pointer-events: auto;
}

/* line 297, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: rgba(6, 10, 27, 0.8605);*/
  background: rgba(12, 20, 54, 0.9);
}

/* line 306, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav {
  color: white;
  /*font-size: 1.1em;*/
}

/* line 309, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav .logo-wrap {
  border-bottom: 2px solid #cba159;
  text-align: center;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

/* line 314, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav .logo-wrap img {
  width: 14.5rem;
}

/* line 318, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul {
  padding-left: 0;
  list-style-type: none;
}

/* line 322, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li.title {
  /*font-size: 1.3em;*/
  text-transform: uppercase;
  color: #cba159;
}

/* line 327, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li a {
  /*font-size: 0.8em;*/
  color: white;
  /*padding: 0.75rem 1rem;*/
}

/* line 331, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li a:hover {
  text-decoration: underline;
}

/* line 335, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li .collapse-toggle::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="%23FFFFFF" d="M246.6 278.6c12.5-12.5 12.5-32.8 0-45.3l-128-128c-9.2-9.2-22.9-11.9-34.9-6.9s-19.8 16.6-19.8 29.6l0 256c0 12.9 7.8 24.6 19.8 29.6s25.7 2.2 34.9-6.9l128-128z"/></svg>');
  /*content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23FFFFFF" d="M137.4 374.6c12.5 12.5 32.8 12.5 45.3 0l128-128c9.2-9.2 11.9-22.9 6.9-34.9s-16.6-19.8-29.6-19.8L32 192c-12.9 0-24.6 7.8-29.6 19.8s-2.2 25.7 6.9 34.9l128 128z"/></svg>');*/
  display: inline-block;
  margin-left: 0.35em;
  width: 0.35em;
  transition: transform 0.3s ease-in-out;
  transform: rotate(90deg);
}

/* line 344, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li .collapse-toggle.collapsed::after {
  transform: rotate(0deg);
}

/* line 347, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li ul.subnav {
  margin-left: 1.5em;
  font-size: 0.8em;
}

/* line 351, resources/assets/styles/common/_global.scss */

header .header .nav-primary-mobile .mobile-nav ul li.disabled > a {
  opacity: 0.6;
}

/* line 365, resources/assets/styles/common/_global.scss */

body.single-product header,
body.template-minimal-header header,
body.template-led-virtual-showroom header,
body[class*="configurator"] header,
body[class*="-details"]:not(.headboard-reading-light-details) header {
  background-color: #0c1436;
}

/* line 369, resources/assets/styles/common/_global.scss */

body.help-center header {
  padding-bottom: 1.5rem;
  background: linear-gradient(rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 55%, rgba(0, 0, 0, 0) 100%);
}

/* line 374, resources/assets/styles/common/_global.scss */

body:not(.home) {
  /*    .page-header + * {
        padding-top: 2rem;
    }*/
}

/* line 378, resources/assets/styles/common/_global.scss */

body:not(.home) .main-content > :first-child {
  padding-top: 3rem;
}

/* line 381, resources/assets/styles/common/_global.scss */

body:not(.home) .main-content > :nth-last-child(1 of :not(.modal)) {
  padding-bottom: 2rem;
}

/* line 386, resources/assets/styles/common/_global.scss */

.page-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 30rem;
  padding-bottom: 4rem;
  position: relative;
}

/* line 397, resources/assets/styles/common/_global.scss */

.page-header .page-header-content {
  position: relative;
}

/* line 400, resources/assets/styles/common/_global.scss */

.page-header .page-header-content h1 {
  color: white;
  /*font-size: 3rem;*/
  font-weight: 400;
  /*text-transform: uppercase;*/
  /*max-width: 35rem;*/
  margin-bottom: 0;
}

/* line 407, resources/assets/styles/common/_global.scss */

.page-header .page-header-content h1 span {
  color: #cba159;
  /*font-size: 2.5rem;*/
  max-width: 700px;
  letter-spacing: .05em;
  padding-bottom: 20px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0;
  text-transform: none;
}

/* line 419, resources/assets/styles/common/_global.scss */

.page-header .page-header-content h2 {
  color: #cba159;
  font-weight: 400;
}

/* line 424, resources/assets/styles/common/_global.scss */

.page-header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  /*background-color: rgba(12, 20, 54, 0.31);*/
  background: linear-gradient(rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%);
}

/* line 435, resources/assets/styles/common/_global.scss */

.page-header-minimal {
  background-color: #0c1436;
  height: 4rem;
}

/* line 442, resources/assets/styles/common/_global.scss */

.main-content .text-block h3 {
  font-size: 1.5rem;
  margin-top: 1.5rem;
}

/* line 446, resources/assets/styles/common/_global.scss */

.main-content a:not(.btn) {
  text-decoration: underline;
}

/* line 451, resources/assets/styles/common/_global.scss */

body  .main-content ul {
  margin-left: 1rem;
}

/* line 456, resources/assets/styles/common/_global.scss */

footer {
  padding: 3rem 0 1.5rem;
  background-color: #0c1436;
  color: white;
  font-size: 0.75em;
}

/* line 461, resources/assets/styles/common/_global.scss */

footer a,
footer a:hover {
  color: white;
}

/* line 464, resources/assets/styles/common/_global.scss */

footer a:hover {
  text-decoration: underline;
}

/* line 467, resources/assets/styles/common/_global.scss */

footer .content {
  border-bottom: 1px solid #cba159;
  display: flex;
  justify-content: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

/* line 473, resources/assets/styles/common/_global.scss */

footer .content .logo {
  margin-bottom: 0.5rem;
  width: 14.5rem;
}

/* line 477, resources/assets/styles/common/_global.scss */

footer .content ul {
  padding-left: 0;
  list-style-type: none;
}

/* line 481, resources/assets/styles/common/_global.scss */

footer .content ul li.title {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

/* line 486, resources/assets/styles/common/_global.scss */

footer .content ul li:not(:first-child) {
  margin-top: 0.4rem;
}

/* line 489, resources/assets/styles/common/_global.scss */

footer .content ul li a {
  color: white;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 492, resources/assets/styles/common/_global.scss */

footer .content ul li a:hover {
  color: #cba159;
  text-decoration: underline;
}

/* line 500, resources/assets/styles/common/_global.scss */

footer .copyright {
  display: flex;
  justify-content: space-around;
}

/* line 507, resources/assets/styles/common/_global.scss */

.modal.video .modal-header,
.modal.video .modal-footer {
  padding: 0;
  border: none;
}

/* line 511, resources/assets/styles/common/_global.scss */

.modal.video .modal-content {
  background-color: transparent;
  margin-right: 1.25rem;
}

/* line 514, resources/assets/styles/common/_global.scss */

.modal.video .modal-content .modal-body {
  padding: 0;
}

/* line 517, resources/assets/styles/common/_global.scss */

.modal.video .modal-content button.close {
  position: absolute;
  right: -1.25rem;
  top: -1.5rem;
  color: white;
  font-weight: 100;
  opacity: 0.75;
}

/* line 524, resources/assets/styles/common/_global.scss */

.modal.video .modal-content button.close:hover {
  opacity: 1;
}

/* line 533, resources/assets/styles/common/_global.scss */

.search-wrap .search-form .input-group {
  border: 2px solid #262626;
  border-radius: 0.5em;
  align-items: center;
}

/* line 537, resources/assets/styles/common/_global.scss */

.search-wrap .search-form .input-group input {
  border: none;
  width: 20rem;
  max-width: 100%;
}

/* line 542, resources/assets/styles/common/_global.scss */

.search-wrap .search-form .input-group button {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none;
  border-left: 1px solid #262626;
}

/* line 548, resources/assets/styles/common/_global.scss */

.search-wrap .search-form .input-group input:focus,
.search-wrap .search-form .input-group button:focus {
  box-shadow: none;
}

/* line 552, resources/assets/styles/common/_global.scss */

.search-wrap .search-form [type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  background-color: #262626;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512"><path fill="white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
  background-size: 0.6rem 0.8rem;
  background-repeat: no-repeat;
  width: 0.6rem;
  height: 0.8rem;
}

/* line 564, resources/assets/styles/common/_global.scss */

.search-wrap.white .search-form .input-group {
  border-color: white;
}

/* line 566, resources/assets/styles/common/_global.scss */

.search-wrap.white .search-form .input-group input {
  color: white;
}

/* line 568, resources/assets/styles/common/_global.scss */

.search-wrap.white .search-form .input-group input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/* line 572, resources/assets/styles/common/_global.scss */

.search-wrap.white .search-form .input-group button {
  color: white;
  border-color: white;
}

/* line 577, resources/assets/styles/common/_global.scss */

.search-wrap.white .search-form [type="search"]::-webkit-search-cancel-button {
  background-color: white;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512"><path fill="white" d="M342.6 150.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L192 210.7 86.6 105.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3L146.7 256 41.4 361.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L192 301.3 297.4 406.6c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L237.3 256 342.6 150.6z"/></svg>');
}

/* line 585, resources/assets/styles/common/_global.scss */

.search-result {
  display: flex;
  padding: 1rem 0;
}

/* line 588, resources/assets/styles/common/_global.scss */

.search-result:not(:last-of-type) {
  border-bottom: 2px solid black;
}

/* line 591, resources/assets/styles/common/_global.scss */

.search-result .thumbnail {
  width: 14rem;
  height: 7rem;
  flex-shrink: 0;
}

/* line 595, resources/assets/styles/common/_global.scss */

.search-result .thumbnail img {
  width: 11rem;
  height: 7rem;
  object-fit: cover;
}

/* line 601, resources/assets/styles/common/_global.scss */

.search-result .content {
  display: flex;
  flex-direction: column;
}

/* line 605, resources/assets/styles/common/_global.scss */

.search-result .content .title h3 {
  font-size: 1.3rem;
}

/* line 613, resources/assets/styles/common/_global.scss */

ul.page-numbers {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 1rem;
}

/* line 618, resources/assets/styles/common/_global.scss */

ul.page-numbers li {
  margin: 0 0.25em;
}

/* line 620, resources/assets/styles/common/_global.scss */

ul.page-numbers li a {
  padding: 0.25em;
}

/* line 627, resources/assets/styles/common/_global.scss */

.swiper .swiper-slide {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 4rem;
  display: flex;
  align-items: center;
}

/* line 634, resources/assets/styles/common/_global.scss */

.swiper .swiper-slide .swiper-slide-content {
  text-align: center;
  max-width: 25rem;
  font-weight: normal;
}

/* line 638, resources/assets/styles/common/_global.scss */

.swiper .swiper-slide .swiper-slide-content h3 {
  /*font-weight: bold;*/
}

/* line 642, resources/assets/styles/common/_global.scss */

.swiper .swiper-slide .carousel-header {
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 5%;
  text-align: center;
  text-decoration: none;
  font-size: 1.5rem;
  text-shadow: 2px 4px 3px #262626;
}

/* line 654, resources/assets/styles/common/_global.scss */

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  position: absolute;
  top: calc(50% - 1rem);
  z-index: 1;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cba159;
  font-size: 1.75rem;
  cursor: pointer;
}

/* line 667, resources/assets/styles/common/_global.scss */

.swiper .swiper-button-prev {
  left: 1rem;
}

/* line 670, resources/assets/styles/common/_global.scss */

.swiper .swiper-button-next {
  right: 1rem;
}

/* line 673, resources/assets/styles/common/_global.scss */

.swiper .swiper-button-prev.swiper-button-disabled,
.swiper .swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
}

/* line 676, resources/assets/styles/common/_global.scss */

.swiper .swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  height: 0.5rem;
  width: 0.5rem;
  margin: 0 0.35rem;
}

/* line 682, resources/assets/styles/common/_global.scss */

.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cba159;
}

/*.swiper-thumbs {
    height: 20%;
    box-sizing: border-box;
    .swiper-slide {
        opacity: 0.4;
        padding: 0;
        width: auto;
        img {
            width: 6rem;
            height: auto;
        }
    }
    .swiper-slide-thumb-active {
        opacity: 1;
    }
}*/

/* line 707, resources/assets/styles/common/_global.scss */

body.help-center .swiper .swiper-slide {
  height: 35rem;
  background-position: left;
}

/* line 716, resources/assets/styles/common/_global.scss */

body.home {
  /*.carousel-background {
        height: 90vh;
        min-height: 30rem;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }*/
}

/* line 718, resources/assets/styles/common/_global.scss */

body.home .atf.carousel .carousel-item {
  height: 90vh;
  min-height: 30rem;
}

/* line 721, resources/assets/styles/common/_global.scss */

body.home .atf.carousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 735, resources/assets/styles/common/_global.scss */

body.home .home-heading h2,
body.home .home-heading h3 {
  color: white;
}

/* line 738, resources/assets/styles/common/_global.scss */

body.home .typed-products {
  margin-left: auto;
  margin-right: auto;
}

/* line 741, resources/assets/styles/common/_global.scss */

body.home .typed-products h3 {
  display: inline;
  font-size: 2rem;
  font-weight: 600;
}

/* line 747, resources/assets/styles/common/_global.scss */

body.home .typed-cursor {
  color: #cba159;
  font-size: 2rem;
  font-weight: 300;
}

/* line 753, resources/assets/styles/common/_global.scss */

body.home .atf-nav-wrap {
  position: absolute;
  z-index: 1;
  bottom: 2rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
}

/* line 760, resources/assets/styles/common/_global.scss */

body.home .atf-nav-wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style-type: none;
  font-size: 1.1rem;
  font-weight: 600;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}

/* line 772, resources/assets/styles/common/_global.scss */

body.home .atf-nav-wrap ul li {
  /*                &:not(:first-child) {
                    margin-top: 0.3em;
                }*/
}

/* line 776, resources/assets/styles/common/_global.scss */

body.home .atf-nav-wrap ul li a {
  display: block;
  color: white;
  padding: 0.25em 0.5em;
}

/* line 780, resources/assets/styles/common/_global.scss */

body.home .atf-nav-wrap ul li a:hover {
  text-decoration: none;
}

/* line 788, resources/assets/styles/common/_global.scss */

body.home .announcements {
  padding: 2rem;
  color: white;
  text-align: center;
}

/* line 792, resources/assets/styles/common/_global.scss */

body.home .announcements .announcement {
  padding: 3rem 0;
  opacity: 0.35;
  transition: opacity 300ms ease-in-out;
}

/* line 796, resources/assets/styles/common/_global.scss */

body.home .announcements .announcement.active {
  opacity: 1;
}

/* line 799, resources/assets/styles/common/_global.scss */

body.home .announcements .announcement img {
  width: 80%;
  height: auto;
  margin-bottom: 2rem;
}

/* line 806, resources/assets/styles/common/_global.scss */

body.home .announcement-images {
  display: none;
  padding: 4rem;
}

/* line 809, resources/assets/styles/common/_global.scss */

body.home .announcement-images .announcement-images-inner {
  position: sticky;
  top: 20vh;
  padding-bottom: 100%;
}

/* line 813, resources/assets/styles/common/_global.scss */

body.home .announcement-images .announcement-images-inner img {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 300ms ease-in-out;
}

/* line 820, resources/assets/styles/common/_global.scss */

body.home .announcement-images .announcement-images-inner img.active {
  opacity: 1;
}

/* line 827, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-slide {
  padding: 3rem;
  height: 52rem;
  justify-content: end;
}

/* line 831, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-slide .swiper-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 839, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-slide .swiper-slide-content {
  position: relative;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 1rem;
  max-width: 35rem;
}

/* line 844, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-slide .swiper-slide-content h4 {
  font-size: 1.75rem;
}

/* line 849, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-button-prev,
body.home .swiper .swiper-button-next {
  width: 2rem;
  height: 2rem;
  border-radius: 5rem;
  background-color: rgba(83, 83, 83, 0.8);
  color: white;
  font-size: 1.25rem;
}

/* line 856, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-button-prev::after,
body.home .swiper .swiper-button-next::after {
  content: none;
}

/* line 860, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-button-prev {
  left: 0.5rem;
}

/* line 863, resources/assets/styles/common/_global.scss */

body.home .swiper .swiper-button-next {
  right: 0.5rem;
}

/* line 867, resources/assets/styles/common/_global.scss */

body.home .logo-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem;
}

/* line 872, resources/assets/styles/common/_global.scss */

body.home .logo-cloud img {
  height: 7rem;
  padding: 1rem;
}

/* line 878, resources/assets/styles/common/_global.scss */

.team-member-card {
  background-color: #cba159;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}

/* line 883, resources/assets/styles/common/_global.scss */

.team-member-card img {
  max-height: 25rem;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 1200px) {
  /* line 883, resources/assets/styles/common/_global.scss */

  .team-member-card img {
    max-height: 18rem;
  }
}

/* line 893, resources/assets/styles/common/_global.scss */

.team-member-card .team-member-content {
  background: #0c1436;
  padding: 1.25rem;
  display: block;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  min-height: 160px;
}

/* line 899, resources/assets/styles/common/_global.scss */

.team-member-card .team-member-content h3 {
  color: #cba159;
  font-weight: 200;
  font-size: 1.25rem;
  margin-bottom: 0;
}

/* line 905, resources/assets/styles/common/_global.scss */

.team-member-card .team-member-content p {
  color: white;
  font-weight: 200;
  font-size: .9rem;
}

/* line 912, resources/assets/styles/common/_global.scss */

.team-member-card:hover img {
  transform: scale(1.05);
}

/* line 915, resources/assets/styles/common/_global.scss */

.team-member-card:hover .team-member-content {
  transform: translateY(-15px);
}

/* line 922, resources/assets/styles/common/_global.scss */

.single-team-member .team-member-photo {
  width: 90%;
  max-height: 30rem;
  object-fit: cover;
  object-position: top;
  border-radius: 4px;
}

/* line 929, resources/assets/styles/common/_global.scss */

.single-team-member .team-member-name {
  margin-top: 1rem;
  font-size: 2rem;
}

/* line 933, resources/assets/styles/common/_global.scss */

.single-team-member .team-member-title {
  font-size: 1.5rem;
}

/* line 939, resources/assets/styles/common/_global.scss */

.single-product .product-photo {
  width: 90%;
  max-height: 18rem;
  object-fit: contain;
  object-position: top;
  padding-top: 1rem;
}

/* line 946, resources/assets/styles/common/_global.scss */

.single-product .title-wrap {
  /*padding-top: 5.5rem;*/
  text-align: center;
}

/* line 949, resources/assets/styles/common/_global.scss */

.single-product .title-wrap h2 {
  margin-bottom: 1rem;
}

/* line 953, resources/assets/styles/common/_global.scss */

.single-product header {
  background-color: #0c1436;
  padding-bottom: 0.5rem;
}

/* line 958, resources/assets/styles/common/_global.scss */

.single-product p .btn:not(:first-child),
.single-product p .gform_wrapper .button:not(:first-child),
.gform_wrapper .single-product p .button:not(:first-child),
.single-product p .comment-form input:not(:first-child)[type="submit"],
.comment-form .single-product p input:not(:first-child)[type="submit"],
.single-product p .search-form .search-submit:not(:first-child),
.search-form .single-product p .search-submit:not(:first-child) {
  margin-left: 1rem;
}

/* line 963, resources/assets/styles/common/_global.scss */

.single-product .row.top-border {
  border-top: 2px solid #C8C8C8;
}

/* line 967, resources/assets/styles/common/_global.scss */

.single-product h2.gform_title {
  text-align: center;
}

/* line 970, resources/assets/styles/common/_global.scss */

.single-product .gform_footer {
  justify-content: center;
}

/* line 974, resources/assets/styles/common/_global.scss */

.single-product #product-info-tab ul {
  padding-inline-start: 21px;
}

/* line 978, resources/assets/styles/common/_global.scss */

.single-product .product-photo-new {
  width: 95%;
  max-height: 20rem;
  object-fit: contain;
  object-position: top;
}

/* line 984, resources/assets/styles/common/_global.scss */

.single-product .nav.tabs {
  flex-wrap: nowrap;
  border-bottom: 2px solid #262626;
}

/* line 987, resources/assets/styles/common/_global.scss */

.single-product .nav.tabs .nav-link,
.single-product .banner .nav.tabs a,
.banner .single-product .nav.tabs a {
  border-radius: 0;
  border: none;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.5rem 2rem;
}

/* line 993, resources/assets/styles/common/_global.scss */

.single-product .nav.tabs .nav-link.grey-tab,
.single-product .banner .nav.tabs a.grey-tab,
.banner .single-product .nav.tabs a.grey-tab {
  color: #0c1436;
  background-color: #C8C8C8;
}

/* line 997, resources/assets/styles/common/_global.scss */

.single-product .nav.tabs .nav-link.secondary-tab,
.single-product .banner .nav.tabs a.secondary-tab,
.banner .single-product .nav.tabs a.secondary-tab {
  color: #0c1436;
  background-color: #cba159;
}

/* line 1004, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper {
  max-width: 1440px;
}

/* line 1006, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-slide {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1009, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-slide img {
  width: 100%;
  border: 1px solid #C8C8C8;
}

/* line 1014, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-pagination {
  /*        .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
                background-color: $lightgrey;
            }*/
  position: static;
  padding: 1.25rem 4rem 0;
}

/* line 1020, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0 0 1.25rem !important;
  width: calc(25% - 1.25rem);
  max-width: 10rem;
  height: auto;
  border-radius: unset;
}

/* line 1027, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/* line 1030, resources/assets/styles/common/_global.scss */

.single-product .swiper.single-product-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}

/* line 1037, resources/assets/styles/common/_global.scss */

.category-card h4 {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  right: 0;
  padding: 0 1rem;
  text-align: center;
  margin-bottom: 0;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1051, resources/assets/styles/common/_global.scss */

.category-card img {
  width: 100%;
  height: 12rem !important;
  object-fit: cover;
}

/* line 1057, resources/assets/styles/common/_global.scss */

.category-card:hover h4 {
  transform: scale(1.05);
}

/* line 1061, resources/assets/styles/common/_global.scss */

.category-card figure.wp-block-image {
  margin-bottom: 1rem;
}

/* line 1065, resources/assets/styles/common/_global.scss */

.product-card {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(0, 0, 0, 0.125);
  align-items: center;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  text-decoration: none !important;
}

/* line 1073, resources/assets/styles/common/_global.scss */

.product-card:not(.no-padding) {
  padding: 1rem;
}

/* line 1076, resources/assets/styles/common/_global.scss */

.product-card img {
  height: 13rem;
  width: 100%;
  object-fit: contain;
}

/* line 1081, resources/assets/styles/common/_global.scss */

.product-card h3 {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
}

/* line 1086, resources/assets/styles/common/_global.scss */

.product-card:hover:not(.no-link) {
  border: 2px solid #0c1436;
  text-decoration: none;
}

/* line 1091, resources/assets/styles/common/_global.scss */

.product-card.large-card figure {
  width: 100%;
  padding-bottom: 65%;
}

/* line 1095, resources/assets/styles/common/_global.scss */

.product-card.large-card img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

/* line 1103, resources/assets/styles/common/_global.scss */

.product-card .info-overlay {
  visibility: collapse;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  padding: 1rem;
}

/* line 1118, resources/assets/styles/common/_global.scss */

.product-card .info-overlay ul {
  margin-bottom: 0;
  margin-left: 1rem;
  padding-left: 0;
}

/* line 1124, resources/assets/styles/common/_global.scss */

.product-card.has-info-overlay {
  position: relative;
}

/* line 1127, resources/assets/styles/common/_global.scss */

.product-card.has-info-overlay:hover .info-overlay {
  visibility: visible;
  opacity: 1;
}

/* line 1134, resources/assets/styles/common/_global.scss */

.product-card.has-info-overlay.show-overlay .info-overlay {
  visibility: visible;
  opacity: 1;
}

/* line 1140, resources/assets/styles/common/_global.scss */

.product-card.has-info-overlay.hide-overlay .info-overlay {
  opacity: 0;
}

/* line 1145, resources/assets/styles/common/_global.scss */

.mlp-wireless-card {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  align-items: center;
  height: 100%;
}

/* line 1152, resources/assets/styles/common/_global.scss */

.mlp-wireless-card img {
  height: 18rem !important;
  width: 100%;
  object-fit: contain;
}

/* line 1157, resources/assets/styles/common/_global.scss */

.mlp-wireless-card h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

/* line 1165, resources/assets/styles/common/_global.scss */

.flexible-led-lighting,
.led-driver-controller-wrap {
  font-size: 0.7rem;
}

/* line 1168, resources/assets/styles/common/_global.scss */

.flexible-led-lighting .product-card h3,
.led-driver-controller-wrap .product-card h3 {
  font-size: 0.85rem;
}

/* line 1171, resources/assets/styles/common/_global.scss */

.flexible-led-lighting .product-card .btn,
.flexible-led-lighting .product-card .gform_wrapper .button,
.gform_wrapper .flexible-led-lighting .product-card .button,
.flexible-led-lighting .product-card .comment-form input[type="submit"],
.comment-form .flexible-led-lighting .product-card input[type="submit"],
.flexible-led-lighting .product-card .search-form .search-submit,
.search-form .flexible-led-lighting .product-card .search-submit,
.led-driver-controller-wrap .product-card .btn,
.led-driver-controller-wrap .product-card .gform_wrapper .button,
.gform_wrapper .led-driver-controller-wrap .product-card .button,
.led-driver-controller-wrap .product-card .comment-form input[type="submit"],
.comment-form .led-driver-controller-wrap .product-card input[type="submit"],
.led-driver-controller-wrap .product-card .search-form .search-submit,
.search-form .led-driver-controller-wrap .product-card .search-submit {
  font-size: 0.7rem;
}

/* line 1176, resources/assets/styles/common/_global.scss */

.flexible-led-lighting .product-card {
  padding: 2rem 1rem;
}

/* line 1179, resources/assets/styles/common/_global.scss */

.led-driver-controller-wrap .product-card {
  justify-content: center;
}

/* line 1182, resources/assets/styles/common/_global.scss */

.led-fixtures-wrap {
  font-size: 0.85rem;
}

/* line 1184, resources/assets/styles/common/_global.scss */

.led-fixtures-wrap .product-card ul {
  margin: 0 !important;
  text-align: center;
}

/* line 1189, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper,
.swiper.led-drivers-swiper,
.swiper.led-flexible-linear-swiper {
  max-width: 1440px;
}

/* line 1191, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-slide,
.swiper.led-drivers-swiper .swiper-slide,
.swiper.led-flexible-linear-swiper .swiper-slide {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 1194, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-slide img,
.swiper.led-drivers-swiper .swiper-slide img,
.swiper.led-flexible-linear-swiper .swiper-slide img {
  width: 100%;
  border: 1px solid #C8C8C8;
}

/* line 1199, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-pagination,
.swiper.led-drivers-swiper .swiper-pagination,
.swiper.led-flexible-linear-swiper .swiper-pagination {
  /*        .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
            background-color: $lightgrey;
        }*/
  position: static;
  padding: 0.75rem 4rem 0;
}

/* line 1205, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-pagination .swiper-pagination-bullet,
.swiper.led-drivers-swiper .swiper-pagination .swiper-pagination-bullet,
.swiper.led-flexible-linear-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 0.5rem 0 0 1rem !important;
  width: calc(14.3% - 1rem);
  min-width: 5rem;
  max-width: 8rem;
  height: auto;
  border-radius: unset;
}

/* line 1213, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-pagination .swiper-pagination-bullet:first-child,
.swiper.led-drivers-swiper .swiper-pagination .swiper-pagination-bullet:first-child,
.swiper.led-flexible-linear-swiper .swiper-pagination .swiper-pagination-bullet:first-child {
  margin: 0.5rem 0 0 0 !important;
}

/* line 1216, resources/assets/styles/common/_global.scss */

.swiper.led-fixtures-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.swiper.led-drivers-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active),
.swiper.led-flexible-linear-swiper .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 0.5;
}

/* .article-card is not nested in the wrap because the 
 * block editor version places the anchor in a different 
 * location.
*/

/* line 1226, resources/assets/styles/common/_global.scss */

a.article-card-wrap:hover {
  text-decoration: none;
}

/* line 1229, resources/assets/styles/common/_global.scss */

.article-card {
  border: 2px solid rgba(0, 0, 0, 0.125);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 100%;
  overflow: hidden;
}

/* line 1234, resources/assets/styles/common/_global.scss */

.article-card img {
  height: 15rem !important;
  width: 100%;
  object-fit: cover;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

/* line 1240, resources/assets/styles/common/_global.scss */

.article-card .article-card-content {
  position: relative;
  border-top: 0.5rem solid #cba159;
  padding: 1.25rem;
  transition: transform 0.9s cubic-bezier(0.19, 1, 0.22, 1);
  /*text-align: center;*/
  /*        @include media-breakpoint-up(lg) {
            text-align: left;
        }*/
}

/* line 1246, resources/assets/styles/common/_global.scss */

.article-card .article-card-content h3 {
  margin-bottom: 0;
  font-size: 1.25rem;
}

/* line 1250, resources/assets/styles/common/_global.scss */

.article-card .article-card-content p {
  margin-bottom: 0;
  font-weight: 400;
  font-size: .9rem;
}

/* line 1259, resources/assets/styles/common/_global.scss */

.article-card.video-card {
  cursor: pointer;
}

/* line 1263, resources/assets/styles/common/_global.scss */

.article-card:hover {
  border: 2px solid #0c1436;
  text-decoration: none;
}

/* line 1266, resources/assets/styles/common/_global.scss */

.article-card:hover img {
  transform: scale(1.05);
}

/* line 1273, resources/assets/styles/common/_global.scss */

article.post h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

/* line 1276, resources/assets/styles/common/_global.scss */

article.post h3 a {
  text-decoration: none !important;
}

/* line 1280, resources/assets/styles/common/_global.scss */

article.post p {
  font-size: 1rem;
}

/* line 1283, resources/assets/styles/common/_global.scss */

article.post:not(:last-child) .row {
  margin-bottom: 2rem;
}

/* line 1286, resources/assets/styles/common/_global.scss */

article.post .blog-index-img {
  width: inherit;
  height: 100%;
  object-fit: cover;
}

/* line 1291, resources/assets/styles/common/_global.scss */

article.post .blog-index-date {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding-left: 1.5rem;
  color: white;
  text-shadow: 2px 2px 2px black;
  font-size: 1.5rem;
  font-weight: 500;
}

/* line 1303, resources/assets/styles/common/_global.scss */

article.post .blog-index-date .month {
  text-transform: uppercase;
}

/* line 1306, resources/assets/styles/common/_global.scss */

article.post .blog-index-date .day {
  font-size: 2.75rem;
  line-height: 2.5rem;
}

/* line 1312, resources/assets/styles/common/_global.scss */

.video-play-card {
  border: 2px solid rgba(0, 0, 0, 0.125);
  padding: 1rem;
  transition: border-color 0.15s ease-in-out;
  height: 100%;
  cursor: pointer;
}

/* line 1319, resources/assets/styles/common/_global.scss */

.video-play-card figure::before,
.video-play-card figure::after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 6rem;
  width: 6rem;
  transform: translate(-50%, -50%);
  content: '';
  transition: opacity 0.15s ease-in-out;
}

/* line 1329, resources/assets/styles/common/_global.scss */

.video-play-card figure::before {
  background-color: #262626;
  border-radius: 3rem;
  opacity: 0.3;
}

/* line 1334, resources/assets/styles/common/_global.scss */

.video-play-card figure::after {
  background: url("/wp-content/uploads/play-button.png");
  background-size: cover;
  content: '';
  opacity: 0.65;
}

/* line 1341, resources/assets/styles/common/_global.scss */

.video-play-card img {
  height: 17rem;
  width: 100%;
  object-fit: contain;
}

/* line 1346, resources/assets/styles/common/_global.scss */

.video-play-card h3 {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
}

/* line 1351, resources/assets/styles/common/_global.scss */

.video-play-card:hover {
  border-color: #0c1436;
  text-decoration: none;
}

/* line 1354, resources/assets/styles/common/_global.scss */

.video-play-card:hover figure::before {
  opacity: 0.6;
}

/* line 1357, resources/assets/styles/common/_global.scss */

.video-play-card:hover figure::after {
  opacity: 0.9;
}

/* line 1363, resources/assets/styles/common/_global.scss */

.loc-gallery figure {
  height: 100%;
}

/* line 1365, resources/assets/styles/common/_global.scss */

.loc-gallery figure.tall-img img {
  object-fit: cover;
}

/* line 1369, resources/assets/styles/common/_global.scss */

.loc-gallery img {
  height: 100% !important;
  object-fit: none;
}

/* line 1375, resources/assets/styles/common/_global.scss */

.request-quote .col:last-child::after {
  content: "";
  position: absolute;
  top: 2rem;
  left: 0;
  bottom: 1rem;
  border-left: 1px solid #0c1436;
}

@media (max-width: 991.98px) {
  /* line 1384, resources/assets/styles/common/_global.scss */

  .request-quote .col:last-child::after {
    border-left: none;
  }
}

/* line 1389, resources/assets/styles/common/_global.scss */

.download-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1393, resources/assets/styles/common/_global.scss */

.download-buttons .btn,
.download-buttons .gform_wrapper .button,
.gform_wrapper .download-buttons .button,
.download-buttons .comment-form input[type="submit"],
.comment-form .download-buttons input[type="submit"],
.download-buttons .search-form .search-submit,
.search-form .download-buttons .search-submit {
  width: 20em;
}

/* line 1396, resources/assets/styles/common/_global.scss */

.download-buttons .btn:not(:first-of-type),
.download-buttons .gform_wrapper .button:not(:first-of-type),
.gform_wrapper .download-buttons .button:not(:first-of-type),
.download-buttons .comment-form input:not(:first-of-type)[type="submit"],
.comment-form .download-buttons input:not(:first-of-type)[type="submit"],
.download-buttons .search-form .search-submit:not(:first-of-type),
.search-form .download-buttons .search-submit:not(:first-of-type) {
  margin-top: 0.5rem;
}

/* line 1401, resources/assets/styles/common/_global.scss */

.whats-new .announcements {
  justify-content: center;
}

/* line 1403, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement {
  margin-bottom: 4rem;
}

/* line 1405, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement img {
  width: 100%;
  height: 21rem;
  object-fit: cover;
  margin-bottom: 1.5rem;
}

/* line 1411, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .brand-badge {
  position: relative;
}

/* line 1413, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .brand-badge::after {
  position: absolute;
  top: 1rem;
  left: 1rem;
  content: "";
  height: 2rem;
  width: 20rem;
  background-repeat: no-repeat;
  background-size: contain;
}

/* line 1424, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .brand-badge.bcp::after {
  background-image: url(/wp-content/themes/mormax/dist/images/bcp-products-logo-horizontal.png);
  width: 12rem;
}

/* line 1430, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .brand-badge.mlp::after {
  background-image: url(/wp-content/themes/mormax/dist/images/metro-light-and-power-logo-horizontal.png);
}

/* line 1435, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .brand-badge.mlp-white::after {
  background-image: url(/wp-content/themes/mormax/dist/images/metro-light-and-power-logo-horizontal-white.png);
}

/* line 1440, resources/assets/styles/common/_global.scss */

.whats-new .announcements .announcement .preview {
  padding: 1rem 0;
}

@media (min-width: 768px) {
  /* line 1440, resources/assets/styles/common/_global.scss */

  .whats-new .announcements .announcement .preview {
    padding: 1rem 3rem;
  }
}

/* line 1449, resources/assets/styles/common/_global.scss */

q {
  position: relative;
  padding: 1rem 2rem 1.5rem;
  display: block;
}

/* line 1453, resources/assets/styles/common/_global.scss */

q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5rem;
  height: 4rem;
  background-image: url(/wp-content/themes/mormax/dist/images/quote-open.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
}

/* line 1465, resources/assets/styles/common/_global.scss */

q::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 5rem;
  height: 4rem;
  background-image: url(/wp-content/themes/mormax/dist/images/quote-close.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.75;
}

@keyframes q {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -10000px 3000px;
  }
}

/* line 1486, resources/assets/styles/common/_global.scss */

.animated-logo-bg {
  background: #eef0fb url(/wp-content/uploads/m-logo-repeated-bg.webp) repeat center top;
  animation: q 500s linear infinite;
}

/* line 1492, resources/assets/styles/common/_global.scss */

.copy-to-clipboard {
  display: inline;
  position: relative;
}

/* line 1495, resources/assets/styles/common/_global.scss */

.copy-to-clipboard::after {
  content: "Copy URL to clipboard";
  visibility: collapse;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 98;
  border-radius: .5em;
  padding: .3em 1em;
  background: #0c1436;
  color: white;
  font-size: 0.8rem;
  white-space: nowrap;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

/* line 1512, resources/assets/styles/common/_global.scss */

.copy-to-clipboard::before {
  content: "";
  visibility: collapse;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  border: solid;
  border-color: #0c1436 transparent;
  border-width: .3em .3em 0 .3em;
  transition: opacity 0.1s ease-in-out, visibility 0.1s ease-in-out;
}

/* line 1526, resources/assets/styles/common/_global.scss */

.copy-to-clipboard:hover {
  text-decoration: none;
  cursor: pointer;
}

/* line 1529, resources/assets/styles/common/_global.scss */

.copy-to-clipboard:hover::before,
.copy-to-clipboard:hover::after {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

/* line 1536, resources/assets/styles/common/_global.scss */

.copy-to-clipboard.active::before,
.copy-to-clipboard.active::after {
  visibility: visible;
  opacity: 1;
}

/* line 1540, resources/assets/styles/common/_global.scss */

.copy-to-clipboard.active::after {
  content: "URL copied";
}

/* line 1545, resources/assets/styles/common/_global.scss */

.copy-to-clipboard.fadeout::before,
.copy-to-clipboard.fadeout::after {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* line 1552, resources/assets/styles/common/_global.scss */

.order-form-wrap {
  display: flex;
  flex-direction: column;
}

/* line 1555, resources/assets/styles/common/_global.scss */

.order-form-wrap .gform_wrapper.gravity-theme {
  max-width: 16rem;
}

/* line 1557, resources/assets/styles/common/_global.scss */

.order-form-wrap .gform_wrapper.gravity-theme .gfield {
  position: relative;
  margin-top: 1.2rem;
}

/* line 1560, resources/assets/styles/common/_global.scss */

.order-form-wrap .gform_wrapper.gravity-theme .gfield label {
  position: absolute;
  left: 1.5rem;
  top: 0.3rem;
  transition: top 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 0.7em;
  color: #767676;
}

/* line 1568, resources/assets/styles/common/_global.scss */

.order-form-wrap .gform_wrapper.gravity-theme .gfield textarea.small {
  height: 4em;
}

/* line 1571, resources/assets/styles/common/_global.scss */

.order-form-wrap .gform_wrapper.gravity-theme .gfield.active label {
  top: -1.25rem;
}

/* line 1578, resources/assets/styles/common/_global.scss */

.accordion button {
  display: flex;
}

/* line 1580, resources/assets/styles/common/_global.scss */

.accordion button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/* line 1591, resources/assets/styles/common/_global.scss */

.accordion button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

/* line 1599, resources/assets/styles/common/_global.scss */

.faq .accordion .card h4 {
  padding: 0;
}

/* line 1602, resources/assets/styles/common/_global.scss */

.faq .accordion .card button.btn,
.faq .accordion .card .gform_wrapper button.button,
.gform_wrapper .faq .accordion .card button.button,
.faq .accordion .card .search-form button.search-submit,
.search-form .faq .accordion .card button.search-submit {
  padding: 1rem;
}

/* line 1604, resources/assets/styles/common/_global.scss */

.faq .accordion .card button.btn:focus,
.faq .accordion .card .gform_wrapper button.button:focus,
.gform_wrapper .faq .accordion .card button.button:focus,
.faq .accordion .card .search-form button.search-submit:focus,
.search-form .faq .accordion .card button.search-submit:focus {
  box-shadow: none;
  text-decoration: none;
}

/* line 1607, resources/assets/styles/common/_global.scss */

.faq .accordion .card button.btn:focus:hover,
.faq .accordion .card .gform_wrapper button.button:focus:hover,
.gform_wrapper .faq .accordion .card button.button:focus:hover,
.faq .accordion .card .search-form button.search-submit:focus:hover,
.search-form .faq .accordion .card button.search-submit:focus:hover {
  text-decoration: underline;
}

/*.bg-plant-img {
    background-image: url("/wp-content/uploads/sprouting-plants-in-mound-of-soil.jpg");
    background-position-y: 45%;
    background-size: cover;
    
    &::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(rgba(20,20,20, .5), rgba(20,20,20, .5));;
    }
    
    .eco-friendly .row {
        .col:not(:first-child):not(:last-child) {
            &::after {
                content: "";
                position: absolute;
                left: 9rem;
                right: 9rem;
                top: -0.5rem;
                bottom: 0.5rem;
                border: 2px white;
                border-style: solid none solid none;
            }
        }
        @media (min-width: 768px) {
            .col:not(:first-child):not(:last-child) {
                &::after {
                    left: 0rem;
                    right: 0rem;
                    top: 0.8rem;
                    bottom: 0.8rem;
                    border-style: none none none solid;
                }
            }
        }
        @media (min-width: 992px) {
            .col:not(:first-child):not(:last-child) {
                &::after {
                    border-style: none solid none solid;
                }
            }
        }
    }
}*/

/* line 1666, resources/assets/styles/common/_global.scss */

.eco-friendly .row .col p {
  margin-bottom: 0;
}

/* line 1669, resources/assets/styles/common/_global.scss */

.eco-friendly .row .col:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  /*bottom: 1.5rem;*/
  height: 50%;
  border-left: 2px solid white;
}

@media (max-width: 991.98px) {
  /* line 1679, resources/assets/styles/common/_global.scss */

  .eco-friendly .row .col:last-child::after {
    border-left: none;
  }
}

@media (max-width: 767.98px) {
  /* line 1684, resources/assets/styles/common/_global.scss */

  .eco-friendly .row .col:not(:first-child)::after {
    top: 0;
    left: 9rem;
    right: 9rem;
    border-left: none;
    border-top: 2px solid white;
  }
}

/* line 1694, resources/assets/styles/common/_global.scss */

.spec-sheets-nav a {
  padding: 0.75rem;
  background-color: #fcfcfc;
  border-bottom: 2px solid rgba(0, 0, 0, 0.125);
}

/* line 1698, resources/assets/styles/common/_global.scss */

.spec-sheets-nav a:last-child {
  border-bottom: 0px;
}

/* line 1701, resources/assets/styles/common/_global.scss */

.spec-sheets-nav a:hover {
  background-color: #f3f3f3;
}

/* line 1706, resources/assets/styles/common/_global.scss */

.spec-sheets ul.list,
.spec-sheets ul.pagination {
  margin-left: 0 !important;
  padding-left: 0;
  list-style-type: none;
  font-size: 0.75rem;
  font-weight: 100;
}

/* line 1713, resources/assets/styles/common/_global.scss */

.spec-sheets ul.list li {
  background-color: #f3f3f3;
  margin-bottom: 8px;
  width: 100%;
}

/* line 1717, resources/assets/styles/common/_global.scss */

.spec-sheets ul.list li a {
  display: block;
  padding: 0.25rem 1rem;
}

/* line 1721, resources/assets/styles/common/_global.scss */

.spec-sheets ul.list li#no-items-found {
  padding: 0.25rem 1rem;
}

/* line 1725, resources/assets/styles/common/_global.scss */

.spec-sheets ul.pagination {
  background-color: #f3f3f3;
  justify-content: center;
  font-size: 0.9rem;
}

/* line 1729, resources/assets/styles/common/_global.scss */

.spec-sheets ul.pagination li {
  margin: 0 0.25rem;
}

/* line 1731, resources/assets/styles/common/_global.scss */

.spec-sheets ul.pagination li a {
  padding: 0.25rem 0.4rem;
}

/* line 1734, resources/assets/styles/common/_global.scss */

.spec-sheets ul.pagination li.active {
  font-weight: bold;
}

/* line 1738, resources/assets/styles/common/_global.scss */

.spec-sheets ul.pagination li.active a:hover,
.spec-sheets ul.pagination li.disabled a:hover {
  cursor: default;
  text-decoration: none;
}

/* line 1745, resources/assets/styles/common/_global.scss */

.spec-sheets .search-form .input-group {
  width: 100%;
}

/* line 1750, resources/assets/styles/common/_global.scss */

.item-code {
  font-weight: bold;
  font-size: 1.2em;
}

/* line 1755, resources/assets/styles/common/_global.scss */

.mlp-design-outlet h3 {
  font-size: 1.5rem;
}

/* line 1758, resources/assets/styles/common/_global.scss */

.mlp-design-outlet .outlet-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* line 1762, resources/assets/styles/common/_global.scss */

.mlp-design-outlet .outlet-wrap .outlet {
  transform: rotate(315deg);
}

/* line 1765, resources/assets/styles/common/_global.scss */

.mlp-design-outlet .outlet-wrap.bezel img {
  height: 4.5rem;
  width: auto;
}

/* line 1769, resources/assets/styles/common/_global.scss */

.mlp-design-outlet .outlet-wrap.trimplate img {
  height: 5.6rem;
  width: auto;
}

/* line 1774, resources/assets/styles/common/_global.scss */

.mlp-design-outlet .trimplates {
  margin-top: 3.1rem;
}

/* line 1780, resources/assets/styles/common/_global.scss */

.mlp-configurator .img-usb {
  max-height: 3rem;
}

/* line 1783, resources/assets/styles/common/_global.scss */

.mlp-configurator .product-image-wrap {
  text-align: center;
  margin: 1rem -15px 0;
}

/* line 1786, resources/assets/styles/common/_global.scss */

.mlp-configurator .product-image-wrap .product-image:not(.round.onet) {
  position: relative;
  display: inline-block;
}

/* line 1789, resources/assets/styles/common/_global.scss */

.mlp-configurator .product-image-wrap .product-image:not(.round.onet) .trim {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* line 1794, resources/assets/styles/common/_global.scss */

.mlp-configurator .product-image-wrap .product-image:not(.round.onet) .module {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* line 1802, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch {
  margin-bottom: 1rem;
}

/* line 1806, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch .swatch-img-wrap img {
  width: 2.75rem;
  height: auto;
  border-radius: 50%;
  padding: 1px;
  border: solid 0.15rem transparent;
  transition: border-color .15s ease-in-out;
}

/* line 1815, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch:not(.disabled) .swatch-img-wrap img {
  cursor: pointer;
}

/* line 1818, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch:not(.disabled):not(.selected) .swatch-img-wrap img:hover {
  border-color: #CACACA;
}

/* line 1821, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch:not(.disabled).selected .swatch-img-wrap img {
  border-color: #0c1436;
}

/* line 1824, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch.disabled .swatch-img-wrap {
  position: relative;
}

/* line 1826, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch.disabled .swatch-img-wrap img {
  opacity: 0.5;
}

/* line 1829, resources/assets/styles/common/_global.scss */

.mlp-configurator .swatches .swatch.disabled .swatch-img-wrap::after {
  position: absolute;
  top: calc(1px + 0.15rem);
  bottom: calc(1px + 0.15rem);
  left: calc(1px + 0.15rem);
  right: calc(1px + 0.15rem);
  opacity: 0.5;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle stroke='%23c31818' stroke-width='2' fill='none' cx='15' cy='15' r='14'/%3e%3cpath stroke='%23c31818' stroke-width='2' stroke-miterlimit='10' d='M5.1 5.1l19.8 19.8'/%3e%3c/svg%3e");
}

/* line 1842, resources/assets/styles/common/_global.scss */

.mlp-configurator .thumbnails {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem -15px 2rem;
  font-size: 0.75rem;
}

/* line 1848, resources/assets/styles/common/_global.scss */

.mlp-configurator .thumbnails .thumbnail {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  margin: 0.5rem 1rem;
}

/* line 1853, resources/assets/styles/common/_global.scss */

.mlp-configurator .thumbnails .thumbnail:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1857, resources/assets/styles/common/_global.scss */

.mlp-configurator .thumbnails .thumbnail img {
  height: 2.5rem;
  width: auto;
}

/* line 1865, resources/assets/styles/common/_global.scss */

.mlp-configurator.mlp-outlet-details .product-image-wrap {
  position: static !important;
}

/* line 1872, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
}

/* line 1876, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet img {
  width: 100%;
  padding: 0 0.5rem;
}

/* line 1880, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1885, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .scale-5-6 {
  transform: scale(0.8333);
}

/* line 1888, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet-size-img-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 1892, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet-size-img-wrap img {
  max-width: 11rem;
}

/* line 1895, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator .grommet-size-img-wrap:hover {
  cursor: pointer;
  text-decoration: underline;
}

/* line 1900, resources/assets/styles/common/_global.scss */

.bcp-grommet-configurator #grommet-size-title {
  text-transform: capitalize;
  text-align: center;
  font-weight: bold;
}

/* line 1908, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator h1,
.bcp-grommet-configurator h1 {
  font-size: 1.4rem;
  margin-bottom: 0;
}

/* line 1912, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap,
.bcp-grommet-configurator .product-image-wrap {
  margin: 1rem 0 0;
}

/* line 1914, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.round img,
.bcp-grommet-configurator .product-image-wrap .product-image.round img {
  width: 10rem;
  height: auto;
}

/* line 1919, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate {
  max-width: 38rem;
  width: 100%;
}

/* line 1922, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate .module,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate .module {
  width: 23%;
}

/* line 1926, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.threett .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.threett .module.module1 {
  left: 14.3%;
}

/* line 1927, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.threett .module.module2,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.threett .module.module2 {
  left: 38.5%;
}

/* line 1928, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.threett .module.module3,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.threett .module.module3 {
  left: 62.7%;
}

/* line 1931, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.twott .trim,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.twott .trim {
  padding: 0 12.5%;
}

/* line 1932, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.twott .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.twott .module.module1 {
  left: 26.5%;
}

/* line 1933, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.twott .module.module2,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.twott .module.module2 {
  left: 50.6%;
}

/* line 1936, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.onett .trim,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.onett .trim {
  padding: 0 24.3%;
}

/* line 1937, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.trimplate.onett .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.trimplate.onett .module.module1 {
  left: 38.5%;
}

/* line 1940, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel {
  max-width: 28rem;
  width: 100%;
}

/* line 1943, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel .module,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel .module {
  width: 31.1%;
}

/* line 1947, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.threett .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.threett .module.module1 {
  left: 1.8%;
}

/* line 1948, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.threett .module.module2,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.threett .module.module2 {
  left: 34.5%;
}

/* line 1949, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.threett .module.module3,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.threett .module.module3 {
  left: 67.1%;
}

/* line 1952, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.twott .trim,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.twott .trim {
  padding: 0 16.5%;
}

/* line 1953, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.twott .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.twott .module.module1 {
  left: 18.2%;
}

/* line 1954, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.twott .module.module2,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.twott .module.module2 {
  left: 50.7%;
}

/* line 1957, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.onett .trim,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.onett .trim {
  padding: 0 32.5%;
}

/* line 1958, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .product-image-wrap .product-image.bezel.onett .module.module1,
.bcp-grommet-configurator .product-image-wrap .product-image.bezel.onett .module.module1 {
  left: 34.4%;
}

/* line 1963, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .continue-button-wrap,
.bcp-grommet-configurator .continue-button-wrap {
  position: sticky;
  bottom: 0.75rem;
  text-align: right;
  pointer-events: none;
}

/* line 1968, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .continue-button-wrap .continue-button,
.bcp-grommet-configurator .continue-button-wrap .continue-button {
  pointer-events: auto;
}

/* line 1973, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .configurator-nav .btn,
.mlp-outlet-configurator .configurator-nav .gform_wrapper .button,
.gform_wrapper .mlp-outlet-configurator .configurator-nav .button,
.mlp-outlet-configurator .configurator-nav .comment-form input[type="submit"],
.comment-form .mlp-outlet-configurator .configurator-nav input[type="submit"],
.mlp-outlet-configurator .configurator-nav .search-form .search-submit,
.search-form .mlp-outlet-configurator .configurator-nav .search-submit,
.bcp-grommet-configurator .configurator-nav .btn,
.bcp-grommet-configurator .configurator-nav .gform_wrapper .button,
.gform_wrapper .bcp-grommet-configurator .configurator-nav .button,
.bcp-grommet-configurator .configurator-nav .comment-form input[type="submit"],
.comment-form .bcp-grommet-configurator .configurator-nav input[type="submit"],
.bcp-grommet-configurator .configurator-nav .search-form .search-submit,
.search-form .bcp-grommet-configurator .configurator-nav .search-submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.8rem;
}

/* line 1982, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface,
.bcp-grommet-configurator .surface {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0.5rem;
}

/* line 1987, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface.py-small,
.bcp-grommet-configurator .surface.py-small {
  padding: 3.5rem 0.5rem;
}

/* line 1989, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface.py-small .grommet-image,
.bcp-grommet-configurator .surface.py-small .grommet-image {
  max-width: 14rem;
  transition: transform .25s ease-in-out;
}

/* line 1995, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-instructions,
.bcp-grommet-configurator .surface-instructions {
  background-color: #0F142F;
  color: white;
  text-align: center;
}

/* line 2000, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-instructions .clear-surface-wrap .clear-surface,
.bcp-grommet-configurator .surface-instructions .clear-surface-wrap .clear-surface {
  text-decoration: underline;
}

/* line 2002, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-instructions .clear-surface-wrap .clear-surface:hover,
.bcp-grommet-configurator .surface-instructions .clear-surface-wrap .clear-surface:hover {
  cursor: pointer;
}

/* line 2008, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-swatch,
.bcp-grommet-configurator .surface-swatch {
  flex: 1 1 auto;
  height: 4rem;
  min-width: 0;
  width: 25%;
  /* set to 25% for zs to md */
  object-fit: cover;
}

/* line 2014, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-swatch:hover,
.bcp-grommet-configurator .surface-swatch:hover {
  cursor: pointer;
}

/* line 2017, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .surface-swatch.white,
.bcp-grommet-configurator .surface-swatch.white {
  background-color: white;
  border-left: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
}

/* line 2024, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs,
.bcp-grommet-configurator .nav.tabs {
  flex-wrap: nowrap;
}

/* line 2026, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link,
.mlp-outlet-configurator .banner .nav.tabs a,
.banner .mlp-outlet-configurator .nav.tabs a,
.bcp-grommet-configurator .nav.tabs .nav-link,
.bcp-grommet-configurator .banner .nav.tabs a,
.banner .bcp-grommet-configurator .nav.tabs a {
  flex: 1 1 33.33%;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  box-shadow: inset 0px -10px 8px -4px rgba(0, 0, 0, 0.6);
}

/* line 2032, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.white-tab,
.mlp-outlet-configurator .banner .nav.tabs a.white-tab,
.banner .mlp-outlet-configurator .nav.tabs a.white-tab,
.bcp-grommet-configurator .nav.tabs .nav-link.white-tab,
.bcp-grommet-configurator .banner .nav.tabs a.white-tab,
.banner .bcp-grommet-configurator .nav.tabs a.white-tab {
  background-color: white;
  border: 3px solid #C4C4C4;
  border-bottom: none;
}

/* line 2036, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.white-tab.active,
.mlp-outlet-configurator .banner .nav.tabs a.white-tab.active,
.banner .mlp-outlet-configurator .nav.tabs a.white-tab.active,
.bcp-grommet-configurator .nav.tabs .nav-link.white-tab.active,
.bcp-grommet-configurator .banner .nav.tabs a.white-tab.active,
.banner .bcp-grommet-configurator .nav.tabs a.white-tab.active {
  box-shadow: 0px 10px 0px -3px white;
}

/* line 2040, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.gold-tab,
.mlp-outlet-configurator .banner .nav.tabs a.gold-tab,
.banner .mlp-outlet-configurator .nav.tabs a.gold-tab,
.bcp-grommet-configurator .nav.tabs .nav-link.gold-tab,
.bcp-grommet-configurator .banner .nav.tabs a.gold-tab,
.banner .bcp-grommet-configurator .nav.tabs a.gold-tab {
  color: white;
  background-color: #C3984F;
}

/* line 2044, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.blue-tab,
.mlp-outlet-configurator .banner .nav.tabs a.blue-tab,
.banner .mlp-outlet-configurator .nav.tabs a.blue-tab,
.bcp-grommet-configurator .nav.tabs .nav-link.blue-tab,
.bcp-grommet-configurator .banner .nav.tabs a.blue-tab,
.banner .bcp-grommet-configurator .nav.tabs a.blue-tab {
  color: white;
  background-color: #0F142F;
}

/* line 2048, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.grey-tab,
.mlp-outlet-configurator .banner .nav.tabs a.grey-tab,
.banner .mlp-outlet-configurator .nav.tabs a.grey-tab,
.bcp-grommet-configurator .nav.tabs .nav-link.grey-tab,
.bcp-grommet-configurator .banner .nav.tabs a.grey-tab,
.banner .bcp-grommet-configurator .nav.tabs a.grey-tab {
  color: #0c1436;
  background-color: #767676;
}

/* line 2052, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link.active,
.mlp-outlet-configurator .banner .nav.tabs a.active,
.banner .mlp-outlet-configurator .nav.tabs a.active,
.bcp-grommet-configurator .nav.tabs .nav-link.active,
.bcp-grommet-configurator .banner .nav.tabs a.active,
.banner .bcp-grommet-configurator .nav.tabs a.active {
  box-shadow: none;
}

/* line 2055, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .nav.tabs .nav-link:not(:first-child),
.mlp-outlet-configurator .banner .nav.tabs a:not(:first-child),
.banner .mlp-outlet-configurator .nav.tabs a:not(:first-child),
.bcp-grommet-configurator .nav.tabs .nav-link:not(:first-child),
.bcp-grommet-configurator .banner .nav.tabs a:not(:first-child),
.banner .bcp-grommet-configurator .nav.tabs a:not(:first-child) {
  margin-left: 0.5rem;
}

/* line 2060, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator #nav-outlet-configuration.active,
.bcp-grommet-configurator #nav-outlet-configuration.active {
  border: 3px solid #C4C4C4;
}

/* line 2063, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator #nav-module-color.active,
.mlp-outlet-configurator #nav-grommet-color.active,
.bcp-grommet-configurator #nav-module-color.active,
.bcp-grommet-configurator #nav-grommet-color.active {
  border: 3px solid #C3984F;
}

/* line 2066, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator #nav-trim-color.active,
.mlp-outlet-configurator #nav-grommet-size.active,
.bcp-grommet-configurator #nav-trim-color.active,
.bcp-grommet-configurator #nav-grommet-size.active {
  border: 3px solid #0F142F;
}

/* line 2070, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .plug-type-wrap,
.bcp-grommet-configurator .plug-type-wrap {
  background-color: #0F142F;
  color: white;
  width: fit-content;
  display: flex;
  align-items: center;
  padding: 0.15rem;
  font-weight: bold;
  font-size: 0.9rem;
}

/* line 2079, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .plug-type-wrap .btn,
.mlp-outlet-configurator .plug-type-wrap .gform_wrapper .button,
.gform_wrapper .mlp-outlet-configurator .plug-type-wrap .button,
.mlp-outlet-configurator .plug-type-wrap .comment-form input[type="submit"],
.comment-form .mlp-outlet-configurator .plug-type-wrap input[type="submit"],
.mlp-outlet-configurator .plug-type-wrap .search-form .search-submit,
.search-form .mlp-outlet-configurator .plug-type-wrap .search-submit,
.bcp-grommet-configurator .plug-type-wrap .btn,
.bcp-grommet-configurator .plug-type-wrap .gform_wrapper .button,
.gform_wrapper .bcp-grommet-configurator .plug-type-wrap .button,
.bcp-grommet-configurator .plug-type-wrap .comment-form input[type="submit"],
.comment-form .bcp-grommet-configurator .plug-type-wrap input[type="submit"],
.bcp-grommet-configurator .plug-type-wrap .search-form .search-submit,
.search-form .bcp-grommet-configurator .plug-type-wrap .search-submit {
  padding: 0 0.5rem;
  border-radius: 0;
  color: white;
  font-weight: bold;
}

/* line 2084, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .plug-type-wrap .btn.active,
.mlp-outlet-configurator .plug-type-wrap .gform_wrapper .active.button,
.gform_wrapper .mlp-outlet-configurator .plug-type-wrap .active.button,
.mlp-outlet-configurator .plug-type-wrap .comment-form input.active[type="submit"],
.comment-form .mlp-outlet-configurator .plug-type-wrap input.active[type="submit"],
.mlp-outlet-configurator .plug-type-wrap .search-form .active.search-submit,
.search-form .mlp-outlet-configurator .plug-type-wrap .active.search-submit,
.bcp-grommet-configurator .plug-type-wrap .btn.active,
.bcp-grommet-configurator .plug-type-wrap .gform_wrapper .active.button,
.gform_wrapper .bcp-grommet-configurator .plug-type-wrap .active.button,
.bcp-grommet-configurator .plug-type-wrap .comment-form input.active[type="submit"],
.comment-form .bcp-grommet-configurator .plug-type-wrap input.active[type="submit"],
.bcp-grommet-configurator .plug-type-wrap .search-form .active.search-submit,
.search-form .bcp-grommet-configurator .plug-type-wrap .active.search-submit {
  background-color: #cba159;
  z-index: 0;
}

/* line 2088, resources/assets/styles/common/_global.scss */

.mlp-outlet-configurator .plug-type-wrap .btn.focus,
.mlp-outlet-configurator .plug-type-wrap .gform_wrapper .focus.button,
.gform_wrapper .mlp-outlet-configurator .plug-type-wrap .focus.button,
.mlp-outlet-configurator .plug-type-wrap .comment-form input.focus[type="submit"],
.comment-form .mlp-outlet-configurator .plug-type-wrap input.focus[type="submit"],
.mlp-outlet-configurator .plug-type-wrap .search-form .focus.search-submit,
.search-form .mlp-outlet-configurator .plug-type-wrap .focus.search-submit,
.bcp-grommet-configurator .plug-type-wrap .btn.focus,
.bcp-grommet-configurator .plug-type-wrap .gform_wrapper .focus.button,
.gform_wrapper .bcp-grommet-configurator .plug-type-wrap .focus.button,
.bcp-grommet-configurator .plug-type-wrap .comment-form input.focus[type="submit"],
.comment-form .bcp-grommet-configurator .plug-type-wrap input.focus[type="submit"],
.bcp-grommet-configurator .plug-type-wrap .search-form .focus.search-submit,
.search-form .bcp-grommet-configurator .plug-type-wrap .focus.search-submit {
  box-shadow: none;
}

/* line 2097, resources/assets/styles/common/_global.scss */

.mlp-configurator.mlp-outlet-configurator .product-image-wrap,
.bcp-grommet-configurator .product-image-wrap {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: white;
}

/* line 2104, resources/assets/styles/common/_global.scss */

.mlp-configurator.mlp-outlet-details .product-image-wrap {
  padding-bottom: 2rem;
}

/* line 2109, resources/assets/styles/common/_global.scss */

.reading-light-configurator .product-image {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
}

/* line 2114, resources/assets/styles/common/_global.scss */

.reading-light-configurator .item-code {
  margin-top: 2rem;
  text-align: center;
}

/* line 2118, resources/assets/styles/common/_global.scss */

.reading-light-configurator .style-switcher {
  margin: 2rem 0;
}

/* line 2120, resources/assets/styles/common/_global.scss */

.reading-light-configurator .style-switcher .style {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 2124, resources/assets/styles/common/_global.scss */

.reading-light-configurator .style-switcher .style img {
  width: 10rem;
  cursor: pointer;
}

/* line 2130, resources/assets/styles/common/_global.scss */

.reading-light-configurator .thumbnails {
  margin: -0.5rem 0;
}

/* line 2132, resources/assets/styles/common/_global.scss */

.reading-light-configurator .thumbnails .thumbnail {
  align-items: center;
  padding: 0.5rem 0;
}

/* line 2135, resources/assets/styles/common/_global.scss */

.reading-light-configurator .thumbnails .thumbnail img {
  max-width: 100%;
  cursor: pointer;
  border: solid 0.15rem transparent;
  transition: border-color .15s ease-in-out;
}

/* line 2141, resources/assets/styles/common/_global.scss */

.reading-light-configurator .thumbnails .thumbnail:not(.selected) img:hover {
  border-color: #CACACA;
}

/* line 2144, resources/assets/styles/common/_global.scss */

.reading-light-configurator .thumbnails .thumbnail.selected img {
  border-color: #0c1436;
}

/* line 2149, resources/assets/styles/common/_global.scss */

.reading-light-configurator .continue-button {
  margin-top: 1.5rem;
  font-size: 1em;
  padding: 0.25em 2.5em;
}

/* line 2156, resources/assets/styles/common/_global.scss */

.download-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 2160, resources/assets/styles/common/_global.scss */

.download-buttons .btn,
.download-buttons .gform_wrapper .button,
.gform_wrapper .download-buttons .button,
.download-buttons .comment-form input[type="submit"],
.comment-form .download-buttons input[type="submit"],
.download-buttons .search-form .search-submit,
.search-form .download-buttons .search-submit {
  width: 20em;
}

/* line 2163, resources/assets/styles/common/_global.scss */

.download-buttons .btn:not(:first-of-type),
.download-buttons .gform_wrapper .button:not(:first-of-type),
.gform_wrapper .download-buttons .button:not(:first-of-type),
.download-buttons .comment-form input:not(:first-of-type)[type="submit"],
.comment-form .download-buttons input:not(:first-of-type)[type="submit"],
.download-buttons .search-form .search-submit:not(:first-of-type),
.search-form .download-buttons .search-submit:not(:first-of-type) {
  margin-top: 0.5rem;
}

/* line 2168, resources/assets/styles/common/_global.scss */

#gform_12 .gform_footer,
#gform_18 .gform_footer {
  justify-content: center;
}

/* Chrome, Safari, Edge, Opera */

/* line 2172, resources/assets/styles/common/_global.scss */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

/* line 2178, resources/assets/styles/common/_global.scss */

input[type=number] {
  -moz-appearance: textfield;
}

/** Gravity Forms */

/* line 2183, resources/assets/styles/common/_global.scss */

.gform_wrapper form {
  margin-bottom: 0;
}

/* line 2185, resources/assets/styles/common/_global.scss */

.gform_wrapper form .gfield .gfield_label {
  position: relative;
  bottom: -40px;
  left: 20px;
  width: auto;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

/* line 2192, resources/assets/styles/common/_global.scss */

.gform_wrapper form .gfield.active .gfield_label {
  bottom: 0px;
}

/* line 2195, resources/assets/styles/common/_global.scss */

.gform_wrapper form .gfield input::placeholder {
  color: white;
  opacity: 0;
}

/* line 2199, resources/assets/styles/common/_global.scss */

.gform_wrapper form .gfield input.datepicker {
  width: 100%;
}

/* line 2212, resources/assets/styles/common/_global.scss */

.gform_wrapper .gfield_required {
  padding-left: 1px;
  color: #dc3545;
}

/*.gform_wrapper .gfield .gfield_label {
    font-weight: bold;
    font-size: 0.9em;
}*/

/* line 2222, resources/assets/styles/common/_global.scss */

.gform_wrapper .gfield.hidden_label .gfield_label {
  display: none;
}

/* line 2225, resources/assets/styles/common/_global.scss */

.gform_wrapper .gfield.gfield_visibility_hidden {
  display: none;
}

/* line 2267, resources/assets/styles/common/_global.scss */

body.single-product .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 0;
}

/*.validation_message {
    display: none;
}*/

@media (min-width: 576px) {
  /* line 2277, resources/assets/styles/common/_global.scss */

  html {
    font-size: 1.1rem;
  }

  /*    header {
        .header {
            .search {
                display: block;
            }
        }
    }*/

  /*    .mlp-outlet-configurator .thumbnails {
        max-height: 20rem;
    }*/
}

@media (min-width: 768px) {
  /* line 2292, resources/assets/styles/common/_global.scss */

  html {
    font-size: 1.2rem;
  }

  /* line 2295, resources/assets/styles/common/_global.scss */

  .container.narrow {
    max-width: 540px;
  }

  /* line 2298, resources/assets/styles/common/_global.scss */

  .container.wide {
    max-width: 960px;
  }

  /* line 2304, resources/assets/styles/common/_global.scss */

  header .header .logo-wrap img {
    height: 2.25rem;
  }

  /* line 2311, resources/assets/styles/common/_global.scss */

  body  .main-content ul {
    margin-left: 2rem;
  }

  /* line 2316, resources/assets/styles/common/_global.scss */

  body.home .atf-nav-wrap {
    background-color: rgba(12, 20, 54, 0.8);
  }

  /* line 2318, resources/assets/styles/common/_global.scss */

  body.home .atf-nav-wrap ul {
    flex-direction: row;
    font-size: 1.2rem;
  }

  /* line 2321, resources/assets/styles/common/_global.scss */

  body.home .atf-nav-wrap ul li {
    /*                    &:not(:first-child) {
                        margin-top: 0;
                    }*/
  }

  /* line 2325, resources/assets/styles/common/_global.scss */

  body.home .atf-nav-wrap ul li a {
    padding: 0.5em 0.5em;
    /*                        opacity: 0.8;
                        transition: opacity 300ms ease-in-out;
                        background-color: rgba(0, 0, 0, 0.7);*/
    /*                        &:hover {
                            opacity: 1;
                        }*/
  }

  /* line 2338, resources/assets/styles/common/_global.scss */

  body.home .swiper .swiper-slide {
    height: 40rem;
  }

  /* line 2340, resources/assets/styles/common/_global.scss */

  body.home .swiper .swiper-slide .swiper-slide-content {
    padding: 2rem;
    margin: 0 1rem;
  }

  /* line 2345, resources/assets/styles/common/_global.scss */

  body.home .swiper .swiper-button-prev {
    left: 1rem;
  }

  /* line 2348, resources/assets/styles/common/_global.scss */

  body.home .swiper .swiper-button-next {
    right: 1rem;
  }

  /* line 2355, resources/assets/styles/common/_global.scss */

  body.help-center .swiper .swiper-slide {
    height: 30rem;
  }

  /* line 2360, resources/assets/styles/common/_global.scss */

  .download-buttons {
    border-right: solid 1px grey;
  }

  /* line 2363, resources/assets/styles/common/_global.scss */

  .after-product-image {
    margin-top: 0px !important;
  }

  /*    .mlp-outlet-configurator .thumbnails {
        height: auto;
        overflow-y: auto;
    }*/

  /* line 2372, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .surface-instructions .clear-surface-wrap,
  .bcp-grommet-configurator .surface-instructions .clear-surface-wrap {
    display: none;
  }

  /* line 2376, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .swatches,
  .bcp-grommet-configurator .swatches {
    margin-bottom: 1rem;
  }

  /* line 2379, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .configurator-nav:not(.classic) .btn,
  .mlp-outlet-configurator .configurator-nav:not(.classic) .gform_wrapper .button,
  .gform_wrapper .mlp-outlet-configurator .configurator-nav:not(.classic) .button,
  .mlp-outlet-configurator .configurator-nav:not(.classic) .comment-form input[type="submit"],
  .comment-form .mlp-outlet-configurator .configurator-nav:not(.classic) input[type="submit"],
  .mlp-outlet-configurator .configurator-nav:not(.classic) .search-form .search-submit,
  .search-form .mlp-outlet-configurator .configurator-nav:not(.classic) .search-submit,
  .bcp-grommet-configurator .configurator-nav:not(.classic) .btn,
  .bcp-grommet-configurator .configurator-nav:not(.classic) .gform_wrapper .button,
  .gform_wrapper .bcp-grommet-configurator .configurator-nav:not(.classic) .button,
  .bcp-grommet-configurator .configurator-nav:not(.classic) .comment-form input[type="submit"],
  .comment-form .bcp-grommet-configurator .configurator-nav:not(.classic) input[type="submit"],
  .bcp-grommet-configurator .configurator-nav:not(.classic) .search-form .search-submit,
  .search-form .bcp-grommet-configurator .configurator-nav:not(.classic) .search-submit {
    font-size: 1rem;
  }

  /* line 2382, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .surface-swatch,
  .bcp-grommet-configurator .surface-swatch {
    width: 11.111111%;
  }

  /* line 2386, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .nav.tabs .nav-link,
  .mlp-outlet-configurator .banner .nav.tabs a,
  .banner .mlp-outlet-configurator .nav.tabs a,
  .bcp-grommet-configurator .nav.tabs .nav-link,
  .bcp-grommet-configurator .banner .nav.tabs a,
  .banner .bcp-grommet-configurator .nav.tabs a {
    font-size: 1.2rem;
  }

  /* line 2388, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .nav.tabs .nav-link:not(:first-child),
  .mlp-outlet-configurator .banner .nav.tabs a:not(:first-child),
  .banner .mlp-outlet-configurator .nav.tabs a:not(:first-child),
  .bcp-grommet-configurator .nav.tabs .nav-link:not(:first-child),
  .bcp-grommet-configurator .banner .nav.tabs a:not(:first-child),
  .banner .bcp-grommet-configurator .nav.tabs a:not(:first-child) {
    margin-left: 1rem;
  }

  /*    .swiper-thumbs {
        .swiper-slide {
            img {
                width: 8rem;
            }
        }
    }*/
}

@media (min-width: 992px) {
  /* line 2403, resources/assets/styles/common/_global.scss */

  html {
    font-size: 1.3rem;
  }

  /* line 2406, resources/assets/styles/common/_global.scss */

  .container.narrow,
  .container.narrow-lg {
    max-width: 720px;
  }

  /* line 2409, resources/assets/styles/common/_global.scss */

  .container.wide {
    max-width: 1140px;
  }

  /* line 2414, resources/assets/styles/common/_global.scss */

  header .header .search {
    position: absolute;
    left: 4rem;
  }

  /* line 2419, resources/assets/styles/common/_global.scss */

  header .header .logo-wrap img {
    height: 2.5rem;
  }

  /* line 2427, resources/assets/styles/common/_global.scss */

  footer .content .social-media-icons {
    justify-content: flex-start;
  }

  /* line 2432, resources/assets/styles/common/_global.scss */

  footer .content ul li ul.subnav {
    margin-left: 1.5em;
  }

  /* line 2440, resources/assets/styles/common/_global.scss */

  body.home .announcements {
    padding: 4rem;
  }

  /* line 2442, resources/assets/styles/common/_global.scss */

  body.home .announcements .announcement {
    padding: 6rem 0;
  }

  /* line 2444, resources/assets/styles/common/_global.scss */

  body.home .announcements .announcement img {
    display: none;
  }

  /* line 2449, resources/assets/styles/common/_global.scss */

  body.home .announcement-images {
    display: block;
  }

  /* line 2454, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .configurator-nav.classic .btn,
  .mlp-outlet-configurator .configurator-nav.classic .gform_wrapper .button,
  .gform_wrapper .mlp-outlet-configurator .configurator-nav.classic .button,
  .mlp-outlet-configurator .configurator-nav.classic .comment-form input[type="submit"],
  .comment-form .mlp-outlet-configurator .configurator-nav.classic input[type="submit"],
  .mlp-outlet-configurator .configurator-nav.classic .search-form .search-submit,
  .search-form .mlp-outlet-configurator .configurator-nav.classic .search-submit,
  .bcp-grommet-configurator .configurator-nav.classic .btn,
  .bcp-grommet-configurator .configurator-nav.classic .gform_wrapper .button,
  .gform_wrapper .bcp-grommet-configurator .configurator-nav.classic .button,
  .bcp-grommet-configurator .configurator-nav.classic .comment-form input[type="submit"],
  .comment-form .bcp-grommet-configurator .configurator-nav.classic input[type="submit"],
  .bcp-grommet-configurator .configurator-nav.classic .search-form .search-submit,
  .search-form .bcp-grommet-configurator .configurator-nav.classic .search-submit {
    font-size: 0.85rem;
  }

  /* line 2459, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .thumbnails .thumbnail img,
  .bcp-grommet-configurator .thumbnails .thumbnail img {
    height: 3rem;
  }

  /* line 2465, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .thumbnails.round.onet .thumbnail img,
  .bcp-grommet-configurator .thumbnails.round.onet .thumbnail img {
    height: 2.75rem;
  }

  /* line 2472, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .thumbnails.round.twot .thumbnail img,
  .bcp-grommet-configurator .thumbnails.round.twot .thumbnail img {
    height: 3.25rem;
  }

  /* line 2479, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .thumbnails.round.threet .thumbnail img,
  .bcp-grommet-configurator .thumbnails.round.threet .thumbnail img {
    height: 4.75rem;
  }

  /* line 2487, resources/assets/styles/common/_global.scss */

  .bcp-outlet-configurator .design-another-outlet {
    position: absolute;
  }

  /*    .swiper-thumbs {
        .swiper-slide {
            img {
                width: 10rem;
            }
        }
    }*/

  /* line 2498, resources/assets/styles/common/_global.scss */

  #gform_12 .gform_footer {
    justify-content: flex-start;
  }
}

@media (min-width: 1200px) {
  /* line 2505, resources/assets/styles/common/_global.scss */

  header .header .search {
    left: 15%;
  }

  /* line 2510, resources/assets/styles/common/_global.scss */

  .container.narrow,
  .container.narrow-lg,
  .container.narrow-xl {
    max-width: 960px;
  }

  /* line 2513, resources/assets/styles/common/_global.scss */

  .container.wide {
    max-width: 1440px;
  }

  /* line 2517, resources/assets/styles/common/_global.scss */

  body  .main-content ul {
    margin-left: 3rem;
  }
}

@media (min-width: 1500px) {
  /* line 2524, resources/assets/styles/common/_global.scss */

  header .header {
    /*            .nav-primary {
                .menu-item {
                    width: 9.25rem;
                }
            }*/
  }

  /* line 2526, resources/assets/styles/common/_global.scss */

  header .header .logo-wrap img {
    height: 2.75rem;
  }
}

@media (max-width: 991.98px) {
  /* line 2551, resources/assets/styles/common/_global.scss */

  .swiper.led-fixtures-swiper .swiper-slide,
  .swiper.led-drivers-swiper .swiper-slide,
  .swiper.led-flexible-linear-swiper .swiper-slide {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
  }

  /* line 2556, resources/assets/styles/common/_global.scss */

  .swiper.led-fixtures-swiper .swiper-pagination,
  .swiper.led-drivers-swiper .swiper-pagination,
  .swiper.led-flexible-linear-swiper .swiper-pagination {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* line 2560, resources/assets/styles/common/_global.scss */

  .swiper.led-fixtures-swiper .swiper-button-prev,
  .swiper.led-drivers-swiper .swiper-button-prev,
  .swiper.led-flexible-linear-swiper .swiper-button-prev {
    left: 0rem;
  }

  /* line 2563, resources/assets/styles/common/_global.scss */

  .swiper.led-fixtures-swiper .swiper-button-next,
  .swiper.led-drivers-swiper .swiper-button-next,
  .swiper.led-flexible-linear-swiper .swiper-button-next {
    right: 0rem;
  }

  /* line 2567, resources/assets/styles/common/_global.scss */

  footer {
    text-align: center;
  }

  /* line 2571, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .nav.tabs .nav-link,
  .mlp-outlet-configurator .banner .nav.tabs a,
  .banner .mlp-outlet-configurator .nav.tabs a,
  .bcp-grommet-configurator .nav.tabs .nav-link,
  .bcp-grommet-configurator .banner .nav.tabs a,
  .banner .bcp-grommet-configurator .nav.tabs a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  /* line 2576, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .step-number,
  .bcp-grommet-configurator .step-number {
    font-size: 1.75em;
  }

  /* line 2579, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .grommet-size-img-wrap img,
  .bcp-grommet-configurator .grommet-size-img-wrap img {
    max-width: 8rem;
  }
}

@media (max-width: 767.98px) {
  /* line 2585, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .product-image-wrap,
  .mlp-flip-up-configurator .product-image-wrap,
  .bcp-grommet-configurator .product-image-wrap {
    /*        position: sticky;
        top: 0;
        background-color: white;*/
  }

  /* line 2591, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .product-image-wrap.fixed,
  .mlp-flip-up-configurator .product-image-wrap.fixed,
  .bcp-grommet-configurator .product-image-wrap.fixed {
    position: fixed;
    top: -1rem;
    width: 100%;
  }

  /* line 2599, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .swatches .swatch,
  .bcp-grommet-configurator .swatches .swatch {
    padding: 0 8px !important;
  }

  /* line 2604, resources/assets/styles/common/_global.scss */

  .order-form-wrap {
    align-items: center;
  }
}

@media (max-width: 575.98px) {
  /* line 2610, resources/assets/styles/common/_global.scss */

  .header .search.active ~ .logo-wrap {
    left: 25%;
    opacity: 0;
    z-index: -1;
  }

  /* line 2618, resources/assets/styles/common/_global.scss */

  .mlp-outlet-configurator .nav.tabs .nav-link,
  .mlp-outlet-configurator .banner .nav.tabs a,
  .banner .mlp-outlet-configurator .nav.tabs a,
  .bcp-grommet-configurator .nav.tabs .nav-link,
  .bcp-grommet-configurator .banner .nav.tabs a,
  .banner .bcp-grommet-configurator .nav.tabs a {
    padding: 0.5rem;
  }

  /*    #field_13_1, #field_13_3, #field_13_9, #field_13_5 {
        order: 6;
    }
    #gform_wrapper_13 .gfield--type-submit {
        order: 7;
    }*/
}

@media (max-width: 640px) {
  /* line 2633, resources/assets/styles/common/_global.scss */

  #gform_13 #field_13_1,
  #gform_13 #field_13_3,
  #gform_13 #field_13_17,
  #gform_13 #field_13_5 {
    order: 6;
  }

  /* line 2636, resources/assets/styles/common/_global.scss */

  #gform_13 #field_submit {
    justify-content: center;
  }

  /* line 2641, resources/assets/styles/common/_global.scss */

  #gform_14 #field_14_1,
  #gform_14 #field_14_3,
  #gform_14 #field_14_28,
  #gform_14 #field_14_19,
  #gform_14 #field_14_24,
  #gform_14 #field_14_25 {
    order: 6;
  }

  /* line 2644, resources/assets/styles/common/_global.scss */

  #gform_14 #field_submit {
    justify-content: center;
    order: 7;
  }

  /* line 2650, resources/assets/styles/common/_global.scss */

  #gform_16 #field_16_1,
  #gform_16 #field_16_20,
  #gform_16 #field_16_3,
  #gform_16 #field_16_5 {
    order: 6;
  }

  /* line 2653, resources/assets/styles/common/_global.scss */

  #gform_16 #field_submit {
    justify-content: center;
  }
}

@media (min-width: 641px) {
  /* line 2660, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields {
    grid-row-gap: 0;
    grid-column-gap: 0;
  }

  /* line 2663, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields #field_13_11,
  #gform_13 .gform_fields #field_13_12,
  #gform_13 .gform_fields #field_13_8,
  #gform_13 .gform_fields #field_13_13,
  #gform_13 .gform_fields #field_13_9 {
    padding-right: 2rem;
    border-right: 1px solid #0c1436;
  }

  /* line 2667, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields #field_13_1,
  #gform_13 .gform_fields #field_13_3,
  #gform_13 .gform_fields #field_13_17,
  #gform_13 .gform_fields #field_13_5,
  #gform_13 .gform_fields #field_submit {
    padding-left: 2rem;
  }

  /* line 2670, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields #field_13_9 {
    margin-top: -2.75rem;
  }

  /* line 2673, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields #field_submit {
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }

  /* line 2677, resources/assets/styles/common/_global.scss */

  #gform_13 .gform_fields .gfield.gfield--width-quarter {
    grid-column: span 5;
  }

  /* line 2683, resources/assets/styles/common/_global.scss */

  #gform_14 .gform_fields {
    grid-row-gap: 0;
    grid-column-gap: 0;
  }

  /* line 2686, resources/assets/styles/common/_global.scss */

  #gform_14 .gform_fields #field_14_11,
  #gform_14 .gform_fields #field_14_12,
  #gform_14 .gform_fields #field_14_8,
  #gform_14 .gform_fields #field_14_13,
  #gform_14 .gform_fields #field_14_5 {
    padding-right: 2rem;
  }

  /* line 2689, resources/assets/styles/common/_global.scss */

  #gform_14 .gform_fields #field_14_1,
  #gform_14 .gform_fields #field_14_3,
  #gform_14 .gform_fields #field_14_28,
  #gform_14 .gform_fields #field_14_19,
  #gform_14 .gform_fields #field_14_25,
  #gform_14 .gform_fields #field_submit {
    padding-left: 2rem;
    border-left: 1px solid #0c1436;
  }

  /* line 2693, resources/assets/styles/common/_global.scss */

  #gform_14 .gform_fields #field_14_24 {
    padding-left: 1rem;
  }

  /* line 2696, resources/assets/styles/common/_global.scss */

  #gform_14 .gform_fields #field_submit {
    margin-top: -0.5rem;
    padding-bottom: 0.75rem;
    grid-column: span 5;
  }

  /* line 2704, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields {
    grid-row-gap: 0;
    grid-column-gap: 0;
  }

  /* line 2707, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields #field_16_11,
  #gform_16 .gform_fields #field_16_12,
  #gform_16 .gform_fields #field_16_8,
  #gform_16 .gform_fields #field_16_13,
  #gform_16 .gform_fields #field_16_9 {
    padding-right: 2rem;
    border-right: 1px solid #0c1436;
  }

  /* line 2711, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields #field_16_1,
  #gform_16 .gform_fields #field_16_20,
  #gform_16 .gform_fields #field_16_3,
  #gform_16 .gform_fields #field_16_5,
  #gform_16 .gform_fields #field_submit {
    padding-left: 2rem;
  }

  /* line 2714, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields #field_16_9 {
    margin-top: -2.75rem;
  }

  /* line 2717, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields #field_submit {
    margin-top: 2rem;
    padding-bottom: 0.75rem;
  }

  /* line 2721, resources/assets/styles/common/_global.scss */

  #gform_16 .gform_fields .gfield.gfield--width-quarter {
    grid-column: span 5;
  }
}

/* line 5, resources/assets/styles/components/_comments.scss */

.comment-list ol {
  list-style: none;
}

/** Search form */

/* line 6, resources/assets/styles/components/_forms.scss */

.search-form label {
  font-weight: normal;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

/* line 7, resources/assets/styles/components/_wp-classes.scss */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

/* line 14, resources/assets/styles/components/_wp-classes.scss */

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

/* line 20, resources/assets/styles/components/_wp-classes.scss */

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  /* line 27, resources/assets/styles/components/_wp-classes.scss */

  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  /* line 32, resources/assets/styles/components/_wp-classes.scss */

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

/* line 1, resources/assets/styles/layouts/_tinymce.scss */

body#tinymce {
  margin: 12px !important;
}


/*# sourceMappingURL=main.css.map*/