@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap);
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-brown-100: #EAE6DF;
  --bs-brown-200: #E0DBCF;
  --bs-brown-300: #E5DCC9;
  --bs-brown-400: #CCC4B0;
  --bs-green-100: #999983;
  --bs-green-200: #525126;
  --bs-green-300: #3C3C22;
  --bs-alternate-green-100: #95BF7E;
  --bs-alternate-green-200: #6F8E5F;
  --bs-yellow: #FFC94E;
  --bs-error: #D06B3F;
  --bs-white: #fff;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-brown-100: #EAE6DF;
  --bs-brown-200: #E0DBCF;
  --bs-brown-300: #E5DCC9;
  --bs-brown-400: #CCC4B0;
  --bs-green-100: #999983;
  --bs-green-200: #525126;
  --bs-green-300: #3C3C22;
  --bs-alternate-green-100: #95BF7E;
  --bs-alternate-green-200: #6F8E5F;
  --bs-yellow: #FFC94E;
  --bs-error: #D06B3F;
  --bs-white: #fff;
  --bs-light: #EAE6DF;
  --bs-dark: #3C3C22;
  --bs-brown-100-rgb: 234, 230, 223;
  --bs-brown-200-rgb: 224, 219, 207;
  --bs-brown-300-rgb: 229, 220, 201;
  --bs-brown-400-rgb: 204, 196, 176;
  --bs-green-100-rgb: 153, 153, 131;
  --bs-green-200-rgb: 82, 81, 38;
  --bs-green-300-rgb: 60, 60, 34;
  --bs-alternate-green-100-rgb: 149, 191, 126;
  --bs-alternate-green-200-rgb: 111, 142, 95;
  --bs-yellow-rgb: 255, 201, 78;
  --bs-error-rgb: 208, 107, 63;
  --bs-white-rgb: 255, 255, 255;
  --bs-light-rgb: 234, 230, 223;
  --bs-dark-rgb: 60, 60, 34;
  --bs-primary-text-emphasis: rgb(5.2, 44, 101.2);
  --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
  --bs-success-text-emphasis: rgb(10, 54, 33.6);
  --bs-info-text-emphasis: rgb(5.2, 80.8, 96);
  --bs-warning-text-emphasis: rgb(102, 80.4, 31.2);
  --bs-danger-text-emphasis: rgb(88, 21.2, 27.6);
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: rgb(206.6, 226, 254.6);
  --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
  --bs-success-bg-subtle: rgb(209, 231, 220.8);
  --bs-info-bg-subtle: rgb(206.6, 244.4, 252);
  --bs-warning-bg-subtle: rgb(255, 244.2, 219.6);
  --bs-danger-bg-subtle: rgb(248, 214.6, 217.8);
  --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: rgb(158.2, 197, 254.2);
  --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
  --bs-success-border-subtle: rgb(163, 207, 186.6);
  --bs-info-border-subtle: rgb(158.2, 233.8, 249);
  --bs-warning-border-subtle: rgb(255, 233.4, 184.2);
  --bs-danger-border-subtle: rgb(241, 174.2, 180.6);
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Nunito Sans", serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.375;
  --bs-body-color: #525126;
  --bs-body-color-rgb: 82, 81, 38;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(82, 81, 38, 0.75);
  --bs-secondary-color-rgb: 82, 81, 38;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(82, 81, 38, 0.5);
  --bs-tertiary-color-rgb: 82, 81, 38;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #525126;
  --bs-link-color-rgb: 82, 81, 38;
  --bs-link-decoration: underline;
  --bs-link-hover-color: rgb(65.6, 64.8, 30.4);
  --bs-link-hover-color-rgb: 66, 65, 30;
  --bs-code-color: #d63384;
  --bs-highlight-color: #525126;
  --bs-highlight-bg: rgb(255, 244.2, 219.6);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(255, 201, 78, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: rgb(42.5, 47.5, 52.5);
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: rgb(109.8, 168, 253.8);
  --bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);
  --bs-success-text-emphasis: rgb(117, 183, 152.4);
  --bs-info-text-emphasis: rgb(109.8, 223.2, 246);
  --bs-warning-text-emphasis: rgb(255, 222.6, 148.8);
  --bs-danger-text-emphasis: rgb(234, 133.8, 143.4);
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: rgb(2.6, 22, 50.6);
  --bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);
  --bs-success-bg-subtle: rgb(5, 27, 16.8);
  --bs-info-bg-subtle: rgb(2.6, 40.4, 48);
  --bs-warning-bg-subtle: rgb(51, 40.2, 15.6);
  --bs-danger-bg-subtle: rgb(44, 10.6, 13.8);
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: rgb(7.8, 66, 151.8);
  --bs-secondary-border-subtle: rgb(64.8, 70.2, 75);
  --bs-success-border-subtle: rgb(15, 81, 50.4);
  --bs-info-border-subtle: rgb(7.8, 121.2, 144);
  --bs-warning-border-subtle: rgb(153, 120.6, 46.8);
  --bs-danger-border-subtle: rgb(132, 31.8, 41.4);
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: rgb(109.8, 168, 253.8);
  --bs-link-hover-color: rgb(138.84, 185.4, 254.04);
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: rgb(230.4, 132.6, 181.2);
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: rgb(102, 80.4, 31.2);
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #3C3C22;
  --bs-form-valid-border-color: #3C3C22;
  --bs-form-invalid-color: rgb(234, 133.8, 143.4);
  --bs-form-invalid-border-color: rgb(234, 133.8, 143.4);
}

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

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

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

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

h6, .h6, h5, .h5, h4, .h4, .woocommerce-cart .cart-collaterals .cross-sells .products .product h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-thankyou-order-received, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs ul.tabs li a, h3, .h3, h2, .h2, .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs ul.tabs li a, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-family: "PT Serif", serif;
  font-weight: 500;
  line-height: 1.3;
  color: var(--bs-heading-color);
}

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

h2, .h2, .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs ul.tabs li a {
  font-size: calc(1.2938rem + 0.5256vw);
}
@media (min-width: 1200px) {
  h2, .h2, .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs ul.tabs li a {
    font-size: 1.688rem;
  }
}

h3, .h3 {
  font-size: calc(1.2688rem + 0.2256vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.438rem;
  }
}

h4, .h4, .woocommerce-cart .cart-collaterals .cross-sells .products .product h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-thankyou-order-received, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs ul.tabs li a, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
  font-size: 1.188rem;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small, .small, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .comment-notes {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.5rem + 3vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.75rem;
  }
}

.display-2 {
  font-size: calc(1.4125rem + 1.95vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.875rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-family: "PT Serif", serif;
  font-weight: 300;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .wysiwyg img, .swiper img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.625rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

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

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-10,
.gx-10 {
  --bs-gutter-x: 0.625rem;
}

.g-10,
.gy-10 {
  --bs-gutter-y: 0.625rem;
}

.g-15,
.gx-15 {
  --bs-gutter-x: 0.9375rem;
}

.g-15,
.gy-15 {
  --bs-gutter-y: 0.9375rem;
}

.g-20,
.gx-20 {
  --bs-gutter-x: 1.25rem;
}

.g-20,
.gy-20 {
  --bs-gutter-y: 1.25rem;
}

.g-25,
.gx-25 {
  --bs-gutter-x: 1.5625rem;
}

.g-25,
.gy-25 {
  --bs-gutter-y: 1.5625rem;
}

.g-30,
.gx-30 {
  --bs-gutter-x: 1.875rem;
}

.g-30,
.gy-30 {
  --bs-gutter-y: 1.875rem;
}

.g-40,
.gx-40 {
  --bs-gutter-x: 2.5rem;
}

.g-40,
.gy-40 {
  --bs-gutter-y: 2.5rem;
}

.g-50,
.gx-50 {
  --bs-gutter-x: 3.125rem;
}

.g-50,
.gy-50 {
  --bs-gutter-y: 3.125rem;
}

.g-60,
.gx-60 {
  --bs-gutter-x: 3.75rem;
}

.g-60,
.gy-60 {
  --bs-gutter-y: 3.75rem;
}

.g-70,
.gx-70 {
  --bs-gutter-x: 4.375rem;
}

.g-70,
.gy-70 {
  --bs-gutter-y: 4.375rem;
}

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

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

.g-90,
.gx-90 {
  --bs-gutter-x: 5.625rem;
}

.g-90,
.gy-90 {
  --bs-gutter-y: 5.625rem;
}

.g-100,
.gx-100 {
  --bs-gutter-x: 6.25rem;
}

.g-100,
.gy-100 {
  --bs-gutter-y: 6.25rem;
}

.g-110,
.gx-110 {
  --bs-gutter-x: 6.875rem;
}

.g-110,
.gy-110 {
  --bs-gutter-y: 6.875rem;
}

.g-120,
.gx-120 {
  --bs-gutter-x: 7.5rem;
}

.g-120,
.gy-120 {
  --bs-gutter-y: 7.5rem;
}

.g-125,
.gx-125 {
  --bs-gutter-x: 7.8125rem;
}

.g-125,
.gy-125 {
  --bs-gutter-y: 7.8125rem;
}

.g-130,
.gx-130 {
  --bs-gutter-x: 8.125rem;
}

.g-130,
.gy-130 {
  --bs-gutter-y: 8.125rem;
}

.g-140,
.gx-140 {
  --bs-gutter-x: 8.75rem;
}

.g-140,
.gy-140 {
  --bs-gutter-y: 8.75rem;
}

.g-150,
.gx-150 {
  --bs-gutter-x: 9.375rem;
}

.g-150,
.gy-150 {
  --bs-gutter-y: 9.375rem;
}

.g-160,
.gx-160 {
  --bs-gutter-x: 10rem;
}

.g-160,
.gy-160 {
  --bs-gutter-y: 10rem;
}

.g-170,
.gx-170 {
  --bs-gutter-x: 10.625rem;
}

.g-170,
.gy-170 {
  --bs-gutter-y: 10.625rem;
}

.g-180,
.gx-180 {
  --bs-gutter-x: 11.25rem;
}

.g-180,
.gy-180 {
  --bs-gutter-y: 11.25rem;
}

.g-190,
.gx-190 {
  --bs-gutter-x: 11.875rem;
}

.g-190,
.gy-190 {
  --bs-gutter-y: 11.875rem;
}

.g-200,
.gx-200 {
  --bs-gutter-x: 12.5rem;
}

.g-200,
.gy-200 {
  --bs-gutter-y: 12.5rem;
}

.g-240,
.gx-240 {
  --bs-gutter-x: 15rem;
}

.g-240,
.gy-240 {
  --bs-gutter-y: 15rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-25,
  .gx-sm-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-sm-25,
  .gy-sm-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-sm-30,
  .gx-sm-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-30,
  .gy-sm-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-40,
  .gx-sm-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-40,
  .gy-sm-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-50,
  .gx-sm-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-50,
  .gy-sm-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-60,
  .gx-sm-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-60,
  .gy-sm-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-70,
  .gx-sm-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-70,
  .gy-sm-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-80,
  .gx-sm-80 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-80,
  .gy-sm-80 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-90,
  .gx-sm-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-90,
  .gy-sm-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-100,
  .gx-sm-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-100,
  .gy-sm-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-110,
  .gx-sm-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-sm-110,
  .gy-sm-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-sm-120,
  .gx-sm-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-120,
  .gy-sm-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-125,
  .gx-sm-125 {
    --bs-gutter-x: 7.8125rem;
  }
  .g-sm-125,
  .gy-sm-125 {
    --bs-gutter-y: 7.8125rem;
  }
  .g-sm-130,
  .gx-sm-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-sm-130,
  .gy-sm-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-sm-140,
  .gx-sm-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-sm-140,
  .gy-sm-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-sm-150,
  .gx-sm-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-sm-150,
  .gy-sm-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-sm-160,
  .gx-sm-160 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-160,
  .gy-sm-160 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-170,
  .gx-sm-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-sm-170,
  .gy-sm-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-sm-180,
  .gx-sm-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-sm-180,
  .gy-sm-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-sm-190,
  .gx-sm-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-sm-190,
  .gy-sm-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-sm-200,
  .gx-sm-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-200,
  .gy-sm-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-sm-240,
  .gx-sm-240 {
    --bs-gutter-x: 15rem;
  }
  .g-sm-240,
  .gy-sm-240 {
    --bs-gutter-y: 15rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-25,
  .gx-md-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-md-25,
  .gy-md-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-md-30,
  .gx-md-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-30,
  .gy-md-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-40,
  .gx-md-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-40,
  .gy-md-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-50,
  .gx-md-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-50,
  .gy-md-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-60,
  .gx-md-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-60,
  .gy-md-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-70,
  .gx-md-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-70,
  .gy-md-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-80,
  .gx-md-80 {
    --bs-gutter-x: 5rem;
  }
  .g-md-80,
  .gy-md-80 {
    --bs-gutter-y: 5rem;
  }
  .g-md-90,
  .gx-md-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-90,
  .gy-md-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-100,
  .gx-md-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-100,
  .gy-md-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-110,
  .gx-md-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-md-110,
  .gy-md-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-md-120,
  .gx-md-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-120,
  .gy-md-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-125,
  .gx-md-125 {
    --bs-gutter-x: 7.8125rem;
  }
  .g-md-125,
  .gy-md-125 {
    --bs-gutter-y: 7.8125rem;
  }
  .g-md-130,
  .gx-md-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-md-130,
  .gy-md-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-md-140,
  .gx-md-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-md-140,
  .gy-md-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-md-150,
  .gx-md-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-md-150,
  .gy-md-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-md-160,
  .gx-md-160 {
    --bs-gutter-x: 10rem;
  }
  .g-md-160,
  .gy-md-160 {
    --bs-gutter-y: 10rem;
  }
  .g-md-170,
  .gx-md-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-md-170,
  .gy-md-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-md-180,
  .gx-md-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-md-180,
  .gy-md-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-md-190,
  .gx-md-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-md-190,
  .gy-md-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-md-200,
  .gx-md-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-200,
  .gy-md-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-md-240,
  .gx-md-240 {
    --bs-gutter-x: 15rem;
  }
  .g-md-240,
  .gy-md-240 {
    --bs-gutter-y: 15rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-25,
  .gx-lg-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-lg-25,
  .gy-lg-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-lg-30,
  .gx-lg-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-30,
  .gy-lg-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-40,
  .gx-lg-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-40,
  .gy-lg-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-50,
  .gx-lg-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-50,
  .gy-lg-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-60,
  .gx-lg-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-60,
  .gy-lg-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-70,
  .gx-lg-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-70,
  .gy-lg-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-80,
  .gx-lg-80 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-80,
  .gy-lg-80 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-90,
  .gx-lg-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-90,
  .gy-lg-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-100,
  .gx-lg-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-100,
  .gy-lg-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-110,
  .gx-lg-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-lg-110,
  .gy-lg-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-lg-120,
  .gx-lg-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-120,
  .gy-lg-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-125,
  .gx-lg-125 {
    --bs-gutter-x: 7.8125rem;
  }
  .g-lg-125,
  .gy-lg-125 {
    --bs-gutter-y: 7.8125rem;
  }
  .g-lg-130,
  .gx-lg-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-lg-130,
  .gy-lg-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-lg-140,
  .gx-lg-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-lg-140,
  .gy-lg-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-lg-150,
  .gx-lg-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-lg-150,
  .gy-lg-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-lg-160,
  .gx-lg-160 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-160,
  .gy-lg-160 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-170,
  .gx-lg-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-lg-170,
  .gy-lg-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-lg-180,
  .gx-lg-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-lg-180,
  .gy-lg-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-lg-190,
  .gx-lg-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-lg-190,
  .gy-lg-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-lg-200,
  .gx-lg-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-200,
  .gy-lg-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-lg-240,
  .gx-lg-240 {
    --bs-gutter-x: 15rem;
  }
  .g-lg-240,
  .gy-lg-240 {
    --bs-gutter-y: 15rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-25,
  .gx-xl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-xl-25,
  .gy-xl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-xl-30,
  .gx-xl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-30,
  .gy-xl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-40,
  .gx-xl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-40,
  .gy-xl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-50,
  .gx-xl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-50,
  .gy-xl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-60,
  .gx-xl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-60,
  .gy-xl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-70,
  .gx-xl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-70,
  .gy-xl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xl-80,
  .gx-xl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-80,
  .gy-xl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-90,
  .gx-xl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-90,
  .gy-xl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-100,
  .gx-xl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-100,
  .gy-xl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-110,
  .gx-xl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xl-110,
  .gy-xl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xl-120,
  .gx-xl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-120,
  .gy-xl-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-125,
  .gx-xl-125 {
    --bs-gutter-x: 7.8125rem;
  }
  .g-xl-125,
  .gy-xl-125 {
    --bs-gutter-y: 7.8125rem;
  }
  .g-xl-130,
  .gx-xl-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-xl-130,
  .gy-xl-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-xl-140,
  .gx-xl-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-xl-140,
  .gy-xl-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-xl-150,
  .gx-xl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xl-150,
  .gy-xl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xl-160,
  .gx-xl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-160,
  .gy-xl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-170,
  .gx-xl-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-xl-170,
  .gy-xl-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-xl-180,
  .gx-xl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xl-180,
  .gy-xl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xl-190,
  .gx-xl-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-xl-190,
  .gy-xl-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-xl-200,
  .gx-xl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-200,
  .gy-xl-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xl-240,
  .gx-xl-240 {
    --bs-gutter-x: 15rem;
  }
  .g-xl-240,
  .gy-xl-240 {
    --bs-gutter-y: 15rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xxl-10,
  .gx-xxl-10 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xxl-10,
  .gy-xxl-10 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xxl-15,
  .gx-xxl-15 {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xxl-15,
  .gy-xxl-15 {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xxl-20,
  .gx-xxl-20 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xxl-20,
  .gy-xxl-20 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xxl-25,
  .gx-xxl-25 {
    --bs-gutter-x: 1.5625rem;
  }
  .g-xxl-25,
  .gy-xxl-25 {
    --bs-gutter-y: 1.5625rem;
  }
  .g-xxl-30,
  .gx-xxl-30 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xxl-30,
  .gy-xxl-30 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xxl-40,
  .gx-xxl-40 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xxl-40,
  .gy-xxl-40 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xxl-50,
  .gx-xxl-50 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xxl-50,
  .gy-xxl-50 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xxl-60,
  .gx-xxl-60 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xxl-60,
  .gy-xxl-60 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xxl-70,
  .gx-xxl-70 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xxl-70,
  .gy-xxl-70 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xxl-80,
  .gx-xxl-80 {
    --bs-gutter-x: 5rem;
  }
  .g-xxl-80,
  .gy-xxl-80 {
    --bs-gutter-y: 5rem;
  }
  .g-xxl-90,
  .gx-xxl-90 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xxl-90,
  .gy-xxl-90 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xxl-100,
  .gx-xxl-100 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xxl-100,
  .gy-xxl-100 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xxl-110,
  .gx-xxl-110 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xxl-110,
  .gy-xxl-110 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xxl-120,
  .gx-xxl-120 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xxl-120,
  .gy-xxl-120 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xxl-125,
  .gx-xxl-125 {
    --bs-gutter-x: 7.8125rem;
  }
  .g-xxl-125,
  .gy-xxl-125 {
    --bs-gutter-y: 7.8125rem;
  }
  .g-xxl-130,
  .gx-xxl-130 {
    --bs-gutter-x: 8.125rem;
  }
  .g-xxl-130,
  .gy-xxl-130 {
    --bs-gutter-y: 8.125rem;
  }
  .g-xxl-140,
  .gx-xxl-140 {
    --bs-gutter-x: 8.75rem;
  }
  .g-xxl-140,
  .gy-xxl-140 {
    --bs-gutter-y: 8.75rem;
  }
  .g-xxl-150,
  .gx-xxl-150 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xxl-150,
  .gy-xxl-150 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xxl-160,
  .gx-xxl-160 {
    --bs-gutter-x: 10rem;
  }
  .g-xxl-160,
  .gy-xxl-160 {
    --bs-gutter-y: 10rem;
  }
  .g-xxl-170,
  .gx-xxl-170 {
    --bs-gutter-x: 10.625rem;
  }
  .g-xxl-170,
  .gy-xxl-170 {
    --bs-gutter-y: 10.625rem;
  }
  .g-xxl-180,
  .gx-xxl-180 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xxl-180,
  .gy-xxl-180 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xxl-190,
  .gx-xxl-190 {
    --bs-gutter-x: 11.875rem;
  }
  .g-xxl-190,
  .gy-xxl-190 {
    --bs-gutter-y: 11.875rem;
  }
  .g-xxl-200,
  .gx-xxl-200 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xxl-200,
  .gy-xxl-200 {
    --bs-gutter-y: 12.5rem;
  }
  .g-xxl-240,
  .gx-xxl-240 {
    --bs-gutter-x: 15rem;
  }
  .g-xxl-240,
  .gy-xxl-240 {
    --bs-gutter-y: 15rem;
  }
}
.table, .wysiwyg table, .woocommerce div.product div.summary .custom-variation-table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: #CCC4B0;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1.25rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > *, .wysiwyg table > :not(caption) > * > *, .woocommerce div.product div.summary .custom-variation-table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody, .wysiwyg table > tbody, .woocommerce div.product div.summary .custom-variation-table > tbody {
  vertical-align: inherit;
}
.table > thead, .wysiwyg table > thead, .woocommerce div.product div.summary .custom-variation-table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .wysiwyg table > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > *, .wysiwyg table > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(206.6, 226, 254.6);
  --bs-table-border-color: rgb(181.68, 197, 211.28);
  --bs-table-striped-bg: rgb(200.37, 218.75, 243.77);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(194.14, 211.5, 232.94);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(197.255, 215.125, 238.355);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(225.6, 227.4, 229);
  --bs-table-border-color: rgb(196.88, 198.12, 190.8);
  --bs-table-striped-bg: rgb(218.42, 220.08, 219.45);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(211.24, 212.76, 209.9);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(214.83, 216.42, 214.675);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(209, 231, 220.8);
  --bs-table-border-color: rgb(183.6, 201, 184.24);
  --bs-table-striped-bg: rgb(202.65, 223.5, 211.66);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(196.3, 216, 202.52);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(199.475, 219.75, 207.09);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(206.6, 244.4, 252);
  --bs-table-border-color: rgb(181.68, 211.72, 209.2);
  --bs-table-striped-bg: rgb(200.37, 236.23, 241.3);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(194.14, 228.06, 230.6);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(197.255, 232.145, 235.95);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(255, 244.2, 219.6);
  --bs-table-border-color: rgb(220.4, 211.56, 183.28);
  --bs-table-striped-bg: rgb(246.35, 236.04, 210.52);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(237.7, 227.88, 201.44);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(242.025, 231.96, 205.98);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #525126;
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-border-color: rgb(214.8, 187.88, 181.84);
  --bs-table-striped-bg: rgb(239.7, 207.92, 208.81);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(231.4, 201.24, 199.82);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(235.55, 204.58, 204.315);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #525126;
  --bs-table-bg: #EAE6DF;
  --bs-table-border-color: rgb(203.6, 200.2, 186);
  --bs-table-striped-bg: rgb(226.4, 222.55, 213.75);
  --bs-table-striped-color: #525126;
  --bs-table-active-bg: rgb(218.8, 215.1, 204.5);
  --bs-table-active-color: #525126;
  --bs-table-hover-bg: rgb(222.6, 218.825, 209.125);
  --bs-table-hover-color: #525126;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #3C3C22;
  --bs-table-border-color: rgb(99, 99, 78.2);
  --bs-table-striped-bg: rgb(69.75, 69.75, 45.05);
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: rgb(79.5, 79.5, 56.1);
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: rgb(74.625, 74.625, 50.575);
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

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

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
  margin-bottom: 0.5rem;
  font-weight: 400;
  color: #999983;
}

.col-form-label {
  padding-top: calc(0.75rem + var(--bs-border-width));
  padding-bottom: calc(0.75rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 1.375;
  color: #999983;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text, .woocommerce div.product div.summary form.cart .quantity input {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #999983;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text, .woocommerce div.product div.summary form.cart .quantity input {
    transition: none;
  }
}
.form-control[type=file], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea[type=file], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon [type=file].input-text, .woocommerce div.product div.summary form.cart .quantity input[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea[type=file]:not(:disabled):not([readonly]), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=text]:not(:disabled):not([readonly]), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=email]:not(:disabled):not([readonly]), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=file][type=tel]:not(:disabled):not([readonly]), .woocommerce-cart .woocommerce .shop_table .actions .coupon [type=file].input-text:not(:disabled):not([readonly]), .woocommerce div.product div.summary form.cart .quantity input[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:focus, .woocommerce div.product div.summary form.cart .quantity input:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: rgba(255, 201, 78, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.form-control::-webkit-date-and-time-value, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::-webkit-date-and-time-value, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::-webkit-date-and-time-value, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::-webkit-date-and-time-value, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::-webkit-date-and-time-value, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::-webkit-date-and-time-value, .woocommerce div.product div.summary form.cart .quantity input::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.375em;
  margin: 0;
}
.form-control::-webkit-datetime-edit, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::-webkit-datetime-edit, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::-webkit-datetime-edit, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::-webkit-datetime-edit, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::-webkit-datetime-edit, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::-webkit-datetime-edit, .woocommerce div.product div.summary form.cart .quantity input::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::-moz-placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::-moz-placeholder, .woocommerce div.product div.summary form.cart .quantity input::-moz-placeholder {
  color: #999983;
  opacity: 1;
}
.form-control::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::placeholder, .woocommerce div.product div.summary form.cart .quantity input::placeholder {
  color: #999983;
  opacity: 1;
}
.form-control:disabled, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:disabled, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:disabled, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:disabled, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:disabled, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:disabled, .woocommerce div.product div.summary form.cart .quantity input:disabled {
  background-color: trasparent;
  opacity: 1;
}
.form-control::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::file-selector-button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::file-selector-button, .woocommerce div.product div.summary form.cart .quantity input::file-selector-button {
  padding: 0.75rem 1rem;
  margin: -0.75rem -1rem;
  margin-inline-end: 1rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::file-selector-button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::file-selector-button, .woocommerce div.product div.summary form.cart .quantity input::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:hover:not(:disabled):not([readonly])::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:hover:not(:disabled):not([readonly])::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:hover:not(:disabled):not([readonly])::file-selector-button, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce div.product div.summary form.cart .quantity input:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.375;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.375em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.375em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea, .woocommerce-cart .woocommerce .shop_table .actions .coupon textarea.input-text {
  min-height: calc(1.375em + 1.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.375em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.375em + 1rem + calc(var(--bs-border-width) * 2));
}

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

.form-select, .woocommerce div.product div.summary form.variations_form .variations select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.75rem 3rem 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: var(--bs-body-color);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #999983;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select, .woocommerce div.product div.summary form.variations_form .variations select {
    transition: none;
  }
}
.form-select:focus, .woocommerce div.product div.summary form.variations_form .variations select:focus {
  border-color: rgba(255, 201, 78, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.form-select[multiple], .woocommerce div.product div.summary form.variations_form .variations select[multiple], .form-select[size]:not([size="1"]), .woocommerce div.product div.summary form.variations_form .variations select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled, .woocommerce div.product div.summary form.variations_form .variations select:disabled {
  background-color: trasparent;
}
.form-select:-moz-focusring, .woocommerce div.product div.summary form.variations_form .variations select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

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

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select, [data-bs-theme=dark] .woocommerce div.product div.summary form.variations_form .variations select, .woocommerce div.product div.summary form.variations_form .variations [data-bs-theme=dark] select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.375rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input, .form-check body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-check input[type=checkbox], .form-check .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table th .form-check input[type=radio], .form-check .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.summary .custom-variation-table td .form-check input[type=radio], .form-check .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-check input[type=checkbox] {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input, .form-check-reverse body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-check-reverse input[type=checkbox], .form-check-reverse .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table th .form-check-reverse input[type=radio], .form-check-reverse .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.summary .custom-variation-table td .form-check-reverse input[type=radio], .form-check-reverse .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-check-reverse input[type=checkbox] {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox] {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.1875em;
  vertical-align: top;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
.form-check-input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input[type=checkbox][type=radio], .woocommerce div.product div.summary .custom-variation-table td input[type=checkbox][type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=radio][type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=radio][type=checkbox] {
  border-radius: 50%;
}
.form-check-input:active, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:active, .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:active, .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:active, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:active {
  filter: brightness(90%);
}
.form-check-input:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:focus, .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:focus, .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:focus {
  border-color: rgba(255, 201, 78, 0.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.form-check-input:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:checked, .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:checked, .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:checked {
  background-color: #525126;
  border-color: #525126;
}
.form-check-input:checked[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input:checked[type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:checked[type=checkbox], .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:checked[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:checked[type=radio], .woocommerce div.product div.summary .custom-variation-table th input:checked[type=radio], .woocommerce div.product div.summary .custom-variation-table td input:checked[type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23525126'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:indeterminate, .woocommerce div.product div.summary .custom-variation-table th input[type=checkbox][type=radio]:indeterminate, .woocommerce div.product div.summary .custom-variation-table td input[type=checkbox][type=radio]:indeterminate, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:disabled, .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:disabled, .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:disabled, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[disabled][type=checkbox] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th input[disabled][type=radio] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td input[disabled][type=radio] ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[disabled][type=checkbox] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:disabled ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:disabled ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:disabled ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input, .form-switch body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-switch input[type=checkbox], .form-switch .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table th .form-switch input[type=radio], .form-switch .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.summary .custom-variation-table td .form-switch input[type=radio], .form-switch .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-switch input[type=checkbox] {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input, .form-switch body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-switch input[type=checkbox], .form-switch .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table th .form-switch input[type=radio], .form-switch .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.summary .custom-variation-table td .form-switch input[type=radio], .form-switch .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-switch input[type=checkbox] {
    transition: none;
  }
}
.form-switch .form-check-input:focus, .form-switch body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-switch input[type=checkbox]:focus, .form-switch .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:focus, .woocommerce div.product div.summary .custom-variation-table th .form-switch input[type=radio]:focus, .form-switch .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:focus, .woocommerce div.product div.summary .custom-variation-table td .form-switch input[type=radio]:focus, .form-switch .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-switch input[type=checkbox]:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 201, 78, 0.5%29'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked, .form-switch body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-switch input[type=checkbox]:checked, .form-switch .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:checked, .woocommerce div.product div.summary .custom-variation-table th .form-switch input[type=radio]:checked, .form-switch .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:checked, .woocommerce div.product div.summary .custom-variation-table td .form-switch input[type=radio]:checked, .form-switch .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-switch input[type=checkbox]:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input, .form-switch.form-check-reverse body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-switch.form-check-reverse input[type=checkbox], .form-switch.form-check-reverse .woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table th .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse .woocommerce div.product div.summary .custom-variation-table td input[type=radio], .woocommerce div.product div.summary .custom-variation-table td .form-switch.form-check-reverse input[type=radio], .form-switch.form-check-reverse .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-switch.form-check-reverse input[type=checkbox] {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.9375rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check[disabled] + .gform_button, .search-filter-field--control-type-load_more .btn-check[disabled] + .search-filter-input-button, .woocommerce-checkout .btn-check[disabled] + button.button, .woocommerce-cart .woocommerce .btn-check[disabled] + .button.alt, .woocommerce-cart .woocommerce .btn-check[disabled] + .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-check[disabled] + .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check[disabled] + .submit, .woocommerce .woocommerce-error .btn-check[disabled] + .button, .woocommerce .woocommerce-info .btn-check[disabled] + .button, .woocommerce .woocommerce-message .btn-check[disabled] + .button, .btn-check:disabled + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:disabled + .gform_button, .search-filter-field--control-type-load_more .btn-check:disabled + .search-filter-input-button, .woocommerce-checkout .btn-check:disabled + button.button, .woocommerce-cart .woocommerce .btn-check:disabled + .button.alt, .woocommerce-cart .woocommerce .btn-check:disabled + .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-check:disabled + .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check:disabled + .submit, .woocommerce .woocommerce-error .btn-check:disabled + .button, .woocommerce .woocommerce-info .btn-check:disabled + .button, .woocommerce .woocommerce-message .btn-check:disabled + .button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:not(:checked):not(:focus), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:not(:checked):not(:focus), .woocommerce div.product div.summary .custom-variation-table th [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:not(:checked):not(:focus), .woocommerce div.product div.summary .custom-variation-table td [data-bs-theme=dark] .form-switch input[type=radio]:not(:checked):not(:focus), [data-bs-theme=dark] .form-switch .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:not(:checked):not(:focus), .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form [data-bs-theme=dark] .form-switch input[type=checkbox]:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
       appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: rgb(182.4, 211.5, 254.4);
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text, .woocommerce div.product div.summary form.cart .quantity .form-floating > input,
.form-floating > .form-control-plaintext,
.form-floating > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .form-floating > select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 1rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text, .woocommerce div.product div.summary form.cart .quantity .form-floating > input,
.form-floating > .form-control-plaintext {
  padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]::-moz-placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text::-moz-placeholder, .woocommerce div.product div.summary form.cart .quantity .form-floating > input::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]::placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text::placeholder, .woocommerce div.product div.summary form.cart .quantity .form-floating > input::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:-moz-placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:-moz-placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:-moz-placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:-moz-placeholder-shown), .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:-moz-placeholder-shown), .woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:focus, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:focus, .form-floating > .form-control:not(:placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:placeholder-shown), body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:placeholder-shown), .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:placeholder-shown), .woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:-webkit-autofill, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:-webkit-autofill, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:-webkit-autofill, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:-webkit-autofill, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:-webkit-autofill, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select, .woocommerce div.product div.summary form.variations_form .variations .form-floating > select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:-moz-placeholder-shown) ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:-moz-placeholder-shown) ~ label, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:focus ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:focus ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:focus ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:focus ~ label, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:focus ~ label, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:placeholder-shown) ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:placeholder-shown) ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:placeholder-shown) ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:placeholder-shown) ~ label,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:placeholder-shown) ~ label,
.woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label,
.woocommerce div.product div.summary form.variations_form .variations .form-floating > select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:-moz-placeholder-shown) ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:-moz-placeholder-shown) ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:-moz-placeholder-shown) ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:-moz-placeholder-shown) ~ label::after, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:-moz-placeholder-shown) ~ label::after, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:focus ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:focus ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:focus ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:focus ~ label::after, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:focus ~ label::after, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:focus ~ label::after, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:not(:placeholder-shown) ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:not(:placeholder-shown) ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:not(:placeholder-shown) ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:not(:placeholder-shown) ~ label::after,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:not(:placeholder-shown) ~ label::after,
.woocommerce div.product div.summary form.cart .quantity .form-floating > input:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after,
.woocommerce div.product div.summary form.variations_form .variations .form-floating > select ~ label::after {
  position: absolute;
  inset: 1rem 0.5rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: 0;
}
.form-floating > .form-control:-webkit-autofill ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:-webkit-autofill ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:-webkit-autofill ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:-webkit-autofill ~ label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:-webkit-autofill ~ label, .woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:-webkit-autofill ~ label, .woocommerce div.product div.summary form.cart .quantity .form-floating > input:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:disabled ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:disabled ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:disabled ~ label,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:disabled ~ label,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:disabled ~ label,
.woocommerce div.product div.summary form.cart .quantity .form-floating > input:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > textarea:disabled ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=text]:disabled ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=email]:disabled ~ label::after,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-floating > input[type=tel]:disabled ~ label::after,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .form-floating > .input-text:disabled ~ label::after,
.woocommerce div.product div.summary form.cart .quantity .form-floating > input:disabled ~ label::after {
  background-color: trasparent;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text, .woocommerce div.product div.summary form.cart .quantity .input-group > input,
.input-group > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group > select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel]:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text:focus, .woocommerce div.product div.summary form.cart .quantity .input-group > input:focus,
.input-group > .form-select:focus,
.woocommerce div.product div.summary form.variations_form .variations .input-group > select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn, .input-group body .gform_wrapper.gravity-theme .gform_footer .gform_button, body .gform_wrapper.gravity-theme .gform_footer .input-group .gform_button, .input-group .search-filter-field--control-type-load_more .search-filter-input-button, .search-filter-field--control-type-load_more .input-group .search-filter-input-button, .input-group .woocommerce-checkout button.button, .woocommerce-checkout .input-group button.button, .input-group .woocommerce-cart .woocommerce .button.alt, .woocommerce-cart .woocommerce .input-group .button.alt, .input-group .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce .input-group .button, .input-group .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group .button, .input-group .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .input-group .submit, .input-group .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error .input-group .button, .input-group .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info .input-group .button, .input-group .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message .input-group .button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group body .gform_wrapper.gravity-theme .gform_footer .gform_button:focus, body .gform_wrapper.gravity-theme .gform_footer .input-group .gform_button:focus, .input-group .search-filter-field--control-type-load_more .search-filter-input-button:focus, .search-filter-field--control-type-load_more .input-group .search-filter-input-button:focus, .input-group .woocommerce-checkout button.button:focus, .woocommerce-checkout .input-group button.button:focus, .input-group .woocommerce-cart .woocommerce .button.alt:focus, .woocommerce-cart .woocommerce .input-group .button.alt:focus, .input-group .woocommerce-cart .woocommerce .button:focus, .woocommerce-cart .woocommerce .input-group .button:focus, .input-group .woocommerce-cart .woocommerce .shop_table .actions .coupon .button:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group .button:focus, .input-group .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .input-group .submit:focus, .input-group .woocommerce .woocommerce-error .button:focus, .woocommerce .woocommerce-error .input-group .button:focus, .input-group .woocommerce .woocommerce-info .button:focus, .woocommerce .woocommerce-info .input-group .button:focus, .input-group .woocommerce .woocommerce-message .button:focus, .woocommerce .woocommerce-message .input-group .button:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid #999983;
  border-radius: 0;
}

.input-group-lg > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-lg > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-lg > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-lg > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-lg > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group-lg > .input-text, .woocommerce div.product div.summary form.cart .quantity .input-group-lg > input,
.input-group-lg > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group-lg > select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
body .gform_wrapper.gravity-theme .gform_footer .input-group-lg > .gform_button,
.search-filter-field--control-type-load_more .input-group-lg > .search-filter-input-button,
.woocommerce-checkout .input-group-lg > button.button,
.woocommerce-cart .woocommerce .input-group-lg > .button.alt,
.woocommerce-cart .woocommerce .input-group-lg > .button,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group-lg > .button,
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .input-group-lg > .submit,
.woocommerce .woocommerce-error .input-group-lg > .button,
.woocommerce .woocommerce-info .input-group-lg > .button,
.woocommerce .woocommerce-message .input-group-lg > .button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-sm > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-sm > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-sm > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group-sm > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group-sm > .input-text, .woocommerce div.product div.summary form.cart .quantity .input-group-sm > input,
.input-group-sm > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group-sm > select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
body .gform_wrapper.gravity-theme .gform_footer .input-group-sm > .gform_button,
.search-filter-field--control-type-load_more .input-group-sm > .search-filter-input-button,
.woocommerce-checkout .input-group-sm > button.button,
.woocommerce-cart .woocommerce .input-group-sm > .button.alt,
.woocommerce-cart .woocommerce .input-group-sm > .button,
.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group-sm > .button,
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .input-group-sm > .submit,
.woocommerce .woocommerce-error .input-group-sm > .button,
.woocommerce .woocommerce-info .input-group-sm > .button,
.woocommerce .woocommerce-message .input-group-sm > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select, .woocommerce div.product div.summary form.variations_form .variations .input-group-lg > select,
.input-group-sm > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group-sm > select {
  padding-right: 4rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group:not(.has-validation) > .form-floating:not(:last-child) > textarea,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=text],
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=email],
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group:not(.has-validation) > .form-floating:not(:last-child) > input[type=tel],
.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group:not(.has-validation) > .form-floating:not(:last-child) > .input-text,
.woocommerce div.product div.summary form.cart .quantity .input-group:not(.has-validation) > .form-floating:not(:last-child) > input,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group:not(.has-validation) > .form-floating:not(:last-child) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group.has-validation > .form-floating:nth-last-child(n+3) > textarea,
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=text],
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=email],
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group.has-validation > .form-floating:nth-last-child(n+3) > input[type=tel],
.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group.has-validation > .form-floating:nth-last-child(n+3) > .input-text,
.woocommerce div.product div.summary form.cart .quantity .input-group.has-validation > .form-floating:nth-last-child(n+3) > input,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group.has-validation > .form-floating:nth-last-child(n+3) > select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > .form-floating:not(:first-child) > textarea, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > .form-floating:not(:first-child) > input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > .form-floating:not(:first-child) > input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > .form-floating:not(:first-child) > input[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .form-floating:not(:first-child) > .input-text, .woocommerce div.product div.summary form.cart .quantity .input-group > .form-floating:not(:first-child) > input,
.input-group > .form-floating:not(:first-child) > .form-select,
.woocommerce div.product div.summary form.variations_form .variations .input-group > .form-floating:not(:first-child) > select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=text]:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=email]:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=tel]:valid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:valid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-text:valid, .was-validated .woocommerce div.product div.summary form.cart .quantity input:valid, .woocommerce div.product div.summary form.cart .quantity .was-validated input:valid, .form-control.is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .is-valid.input-text, .woocommerce div.product div.summary form.cart .quantity input.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.375em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.34375em + 0.375rem) center;
  background-size: calc(0.6875em + 0.75rem) calc(0.6875em + 0.75rem);
}
.was-validated .form-control:valid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:valid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=text]:valid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=email]:valid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=tel]:valid:focus, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:valid:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-text:valid:focus, .was-validated .woocommerce div.product div.summary form.cart .quantity input:valid:focus, .woocommerce div.product div.summary form.cart .quantity .was-validated input:valid:focus, .form-control.is-valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=text]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=email]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=tel]:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .is-valid.input-text:focus, .woocommerce div.product div.summary form.cart .quantity input.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:valid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon textarea.input-text:valid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated textarea.input-text:valid, textarea.form-control.is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-valid, .woocommerce-cart .woocommerce .shop_table .actions .coupon textarea.is-valid.input-text {
  padding-right: calc(1.375em + 1.5rem);
  background-position: top calc(0.34375em + 0.375rem) right calc(0.34375em + 0.375rem);
}

.was-validated .form-select:valid, .was-validated .woocommerce div.product div.summary form.variations_form .variations select:valid, .woocommerce div.product div.summary form.variations_form .variations .was-validated select:valid, .form-select.is-valid, .woocommerce div.product div.summary form.variations_form .variations select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .woocommerce div.product div.summary form.variations_form .variations select:valid:not([multiple]):not([size]), .woocommerce div.product div.summary form.variations_form .variations .was-validated select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .was-validated .woocommerce div.product div.summary form.variations_form .variations select:valid:not([multiple])[size="1"], .woocommerce div.product div.summary form.variations_form .variations .was-validated select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .woocommerce div.product div.summary form.variations_form .variations select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .woocommerce div.product div.summary form.variations_form .variations select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.6875em + 0.75rem) calc(0.6875em + 0.75rem);
}
.was-validated .form-select:valid:focus, .was-validated .woocommerce div.product div.summary form.variations_form .variations select:valid:focus, .woocommerce div.product div.summary form.variations_form .variations .was-validated select:valid:focus, .form-select.is-valid:focus, .woocommerce div.product div.summary form.variations_form .variations select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.375em + 1.5rem));
}

.was-validated .form-check-input:valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:valid, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:valid, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:valid, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:valid, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:valid, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:valid, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:valid, .form-check-input.is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input.is-valid[type=radio], .woocommerce div.product div.summary .custom-variation-table td input.is-valid[type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-valid[type=checkbox] {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:valid:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:valid:checked, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:valid:checked, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:valid:checked, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:valid:checked, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:valid:checked, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:valid:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:valid:checked, .form-check-input.is-valid:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=checkbox]:checked, .woocommerce div.product div.summary .custom-variation-table th input.is-valid[type=radio]:checked, .woocommerce div.product div.summary .custom-variation-table td input.is-valid[type=radio]:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-valid[type=checkbox]:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:valid:focus, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:valid:focus, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:valid:focus, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:valid:focus, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:valid:focus, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:valid:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:valid:focus, .form-check-input.is-valid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=checkbox]:focus, .woocommerce div.product div.summary .custom-variation-table th input.is-valid[type=radio]:focus, .woocommerce div.product div.summary .custom-variation-table td input.is-valid[type=radio]:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-valid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:valid ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:valid ~ .form-check-label, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:valid ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:valid ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:valid ~ .form-check-label, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:valid ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-valid[type=checkbox] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th input.is-valid[type=radio] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td input.is-valid[type=radio] ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-valid[type=checkbox] ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback, .form-check-inline body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox] ~ .valid-feedback, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-check-inline input[type=checkbox] ~ .valid-feedback, .form-check-inline .woocommerce div.product div.summary .custom-variation-table th input[type=radio] ~ .valid-feedback, .woocommerce div.product div.summary .custom-variation-table th .form-check-inline input[type=radio] ~ .valid-feedback, .form-check-inline .woocommerce div.product div.summary .custom-variation-table td input[type=radio] ~ .valid-feedback, .woocommerce div.product div.summary .custom-variation-table td .form-check-inline input[type=radio] ~ .valid-feedback, .form-check-inline .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox] ~ .valid-feedback, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-check-inline input[type=checkbox] ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea:not(:focus):valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > textarea:not(:focus):valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text]:not(:focus):valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=text]:not(:focus):valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email]:not(:focus):valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=email]:not(:focus):valid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel]:not(:focus):valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=tel]:not(:focus):valid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text:not(:focus):valid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-group > .input-text:not(:focus):valid, .was-validated .woocommerce div.product div.summary form.cart .quantity .input-group > input:not(:focus):valid, .woocommerce div.product div.summary form.cart .quantity .was-validated .input-group > input:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea:not(:focus).is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text]:not(:focus).is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email]:not(:focus).is-valid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel]:not(:focus).is-valid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text:not(:focus).is-valid, .woocommerce div.product div.summary form.cart .quantity .input-group > input:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.was-validated .woocommerce div.product div.summary form.variations_form .variations .input-group > select:not(:focus):valid,
.woocommerce div.product div.summary form.variations_form .variations .was-validated .input-group > select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.woocommerce div.product div.summary form.variations_form .variations .input-group > select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.3125rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=text]:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=email]:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=tel]:invalid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:invalid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-text:invalid, .was-validated .woocommerce div.product div.summary form.cart .quantity input:invalid, .woocommerce div.product div.summary form.cart .quantity .was-validated input:invalid, .form-control.is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=tel], .woocommerce-cart .woocommerce .shop_table .actions .coupon .is-invalid.input-text, .woocommerce div.product div.summary form.cart .quantity input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.375em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.34375em + 0.375rem) center;
  background-size: calc(0.6875em + 0.75rem) calc(0.6875em + 0.75rem);
}
.was-validated .form-control:invalid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:invalid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]:invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=text]:invalid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]:invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=email]:invalid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]:invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=tel]:invalid:focus, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text:invalid:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-text:invalid:focus, .was-validated .woocommerce div.product div.summary form.cart .quantity input:invalid:focus, .woocommerce div.product div.summary form.cart .quantity .was-validated input:invalid:focus, .form-control.is-invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=text]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=email]:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=tel]:focus, .woocommerce-cart .woocommerce .shop_table .actions .coupon .is-invalid.input-text:focus, .woocommerce div.product div.summary form.cart .quantity input.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated textarea:invalid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon textarea.input-text:invalid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated textarea.input-text:invalid, textarea.form-control.is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea.is-invalid, .woocommerce-cart .woocommerce .shop_table .actions .coupon textarea.is-invalid.input-text {
  padding-right: calc(1.375em + 1.5rem);
  background-position: top calc(0.34375em + 0.375rem) right calc(0.34375em + 0.375rem);
}

.was-validated .form-select:invalid, .was-validated .woocommerce div.product div.summary form.variations_form .variations select:invalid, .woocommerce div.product div.summary form.variations_form .variations .was-validated select:invalid, .form-select.is-invalid, .woocommerce div.product div.summary form.variations_form .variations select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .woocommerce div.product div.summary form.variations_form .variations select:invalid:not([multiple]):not([size]), .woocommerce div.product div.summary form.variations_form .variations .was-validated select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .was-validated .woocommerce div.product div.summary form.variations_form .variations select:invalid:not([multiple])[size="1"], .woocommerce div.product div.summary form.variations_form .variations .was-validated select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .woocommerce div.product div.summary form.variations_form .variations select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .woocommerce div.product div.summary form.variations_form .variations select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 5.5rem;
  background-position: right 1rem center, center right 3rem;
  background-size: 16px 12px, calc(0.6875em + 0.75rem) calc(0.6875em + 0.75rem);
}
.was-validated .form-select:invalid:focus, .was-validated .woocommerce div.product div.summary form.variations_form .variations select:invalid:focus, .woocommerce div.product div.summary form.variations_form .variations .was-validated select:invalid:focus, .form-select.is-invalid:focus, .woocommerce div.product div.summary form.variations_form .variations select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.375em + 1.5rem));
}

.was-validated .form-check-input:invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:invalid, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:invalid, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:invalid, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:invalid, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:invalid, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:invalid, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:invalid, .form-check-input.is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=checkbox], .woocommerce div.product div.summary .custom-variation-table th input.is-invalid[type=radio], .woocommerce div.product div.summary .custom-variation-table td input.is-invalid[type=radio], .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-invalid[type=checkbox] {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:invalid:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:invalid:checked, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:invalid:checked, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:invalid:checked, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:invalid:checked, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:invalid:checked, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:invalid:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:invalid:checked, .form-check-input.is-invalid:checked, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=checkbox]:checked, .woocommerce div.product div.summary .custom-variation-table th input.is-invalid[type=radio]:checked, .woocommerce div.product div.summary .custom-variation-table td input.is-invalid[type=radio]:checked, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-invalid[type=checkbox]:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:invalid:focus, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:invalid:focus, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:invalid:focus, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:invalid:focus, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:invalid:focus, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:invalid:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:invalid:focus, .form-check-input.is-invalid:focus, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=checkbox]:focus, .woocommerce div.product div.summary .custom-variation-table th input.is-invalid[type=radio]:focus, .woocommerce div.product div.summary .custom-variation-table td input.is-invalid[type=radio]:focus, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-invalid[type=checkbox]:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox]:invalid ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated input[type=checkbox]:invalid ~ .form-check-label, .was-validated .woocommerce div.product div.summary .custom-variation-table th input[type=radio]:invalid ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated .woocommerce div.product div.summary .custom-variation-table td input[type=radio]:invalid ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td .was-validated input[type=radio]:invalid ~ .form-check-label, .was-validated .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox]:invalid ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .was-validated input[type=checkbox]:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input.is-invalid[type=checkbox] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table th input.is-invalid[type=radio] ~ .form-check-label, .woocommerce div.product div.summary .custom-variation-table td input.is-invalid[type=radio] ~ .form-check-label, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input.is-invalid[type=checkbox] ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback, .form-check-inline body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox] ~ .invalid-feedback, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .form-check-inline input[type=checkbox] ~ .invalid-feedback, .form-check-inline .woocommerce div.product div.summary .custom-variation-table th input[type=radio] ~ .invalid-feedback, .woocommerce div.product div.summary .custom-variation-table th .form-check-inline input[type=radio] ~ .invalid-feedback, .form-check-inline .woocommerce div.product div.summary .custom-variation-table td input[type=radio] ~ .invalid-feedback, .woocommerce div.product div.summary .custom-variation-table td .form-check-inline input[type=radio] ~ .invalid-feedback, .form-check-inline .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox] ~ .invalid-feedback, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .form-check-inline input[type=checkbox] ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea:not(:focus):invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > textarea:not(:focus):invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text]:not(:focus):invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=text]:not(:focus):invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email]:not(:focus):invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=email]:not(:focus):invalid, .was-validated body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel]:not(:focus):invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .was-validated .input-group > input[type=tel]:not(:focus):invalid, .was-validated .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text:not(:focus):invalid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .was-validated .input-group > .input-text:not(:focus):invalid, .was-validated .woocommerce div.product div.summary form.cart .quantity .input-group > input:not(:focus):invalid, .woocommerce div.product div.summary form.cart .quantity .was-validated .input-group > input:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > textarea:not(:focus).is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=text]:not(:focus).is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=email]:not(:focus).is-invalid, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .input-group > input[type=tel]:not(:focus).is-invalid, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-group > .input-text:not(:focus).is-invalid, .woocommerce div.product div.summary form.cart .quantity .input-group > input:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.was-validated .woocommerce div.product div.summary form.variations_form .variations .input-group > select:not(:focus):invalid,
.woocommerce div.product div.summary form.variations_form .variations .was-validated .input-group > select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.woocommerce div.product div.summary form.variations_form .variations .input-group > select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .search-filter-field--control-type-load_more .search-filter-input-button, .woocommerce-checkout button.button.alt, .woocommerce-checkout button.button, .woocommerce-cart .woocommerce .button.alt, .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
  --bs-btn-padding-x: 1.625rem;
  --bs-btn-padding-y: 0.75rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.375;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 1.5rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  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) {
  .btn, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .search-filter-field--control-type-load_more .search-filter-input-button, .woocommerce-checkout button.button.alt, .woocommerce-checkout button.button, .woocommerce-cart .woocommerce .button.alt, .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
    transition: none;
  }
}
.btn:hover, body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .search-filter-field--control-type-load_more .search-filter-input-button:hover, .woocommerce-checkout button.button:hover, .woocommerce-cart .woocommerce .button.alt:hover, .woocommerce-cart .woocommerce .button:hover, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button:hover, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:hover, .woocommerce .woocommerce-error .button:hover, .woocommerce .woocommerce-info .button:hover, .woocommerce .woocommerce-message .button:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover, body .gform_wrapper.gravity-theme .gform_footer .btn-check + .gform_button:hover, .search-filter-field--control-type-load_more .btn-check + .search-filter-input-button:hover, .woocommerce-checkout .btn-check + button.button:hover, .woocommerce-cart .woocommerce .btn-check + .button.alt:hover, .woocommerce-cart .woocommerce .btn-check + .button:hover, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-check + .button:hover, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check + .submit:hover, .woocommerce .woocommerce-error .btn-check + .button:hover, .woocommerce .woocommerce-info .btn-check + .button:hover, .woocommerce .woocommerce-message .btn-check + .button:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible, body .gform_wrapper.gravity-theme .gform_footer .gform_button:focus-visible, .search-filter-field--control-type-load_more .search-filter-input-button:focus-visible, .woocommerce-checkout button.button:focus-visible, .woocommerce-cart .woocommerce .button.alt:focus-visible, .woocommerce-cart .woocommerce .button:focus-visible, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:focus-visible, .woocommerce .woocommerce-error .button:focus-visible, .woocommerce .woocommerce-info .button:focus-visible, .woocommerce .woocommerce-message .button:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:focus-visible + .gform_button, .search-filter-field--control-type-load_more .btn-check:focus-visible + .search-filter-input-button, .woocommerce-checkout .btn-check:focus-visible + button.button, .woocommerce-cart .woocommerce .btn-check:focus-visible + .button.alt, .woocommerce-cart .woocommerce .btn-check:focus-visible + .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-check:focus-visible + .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check:focus-visible + .submit, .woocommerce .woocommerce-error .btn-check:focus-visible + .button, .woocommerce .woocommerce-info .btn-check:focus-visible + .button, .woocommerce .woocommerce-message .btn-check:focus-visible + .button {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + .gform_button, .search-filter-field--control-type-load_more .btn-check:checked + .search-filter-input-button, .woocommerce-checkout .btn-check:checked + button.button, .woocommerce-cart .woocommerce .btn-check:checked + .button.alt, .woocommerce-cart .woocommerce .btn-check:checked + .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-check:checked + .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check:checked + .submit, .woocommerce .woocommerce-error .btn-check:checked + .button, .woocommerce .woocommerce-info .btn-check:checked + .button, .woocommerce .woocommerce-message .btn-check:checked + .button, :not(.btn-check) + .btn:active, body .gform_wrapper.gravity-theme .gform_footer :not(.btn-check) + .gform_button:active, .search-filter-field--control-type-load_more :not(.btn-check) + .search-filter-input-button:active, .woocommerce-checkout :not(.btn-check) + button.button:active, .woocommerce-cart .woocommerce :not(.btn-check) + .button.alt:active, .woocommerce-cart .woocommerce :not(.btn-check) + .button:active, .woocommerce-cart .woocommerce .shop_table .actions .coupon :not(.btn-check) + .button:active, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form :not(.btn-check) + .submit:active, .woocommerce .woocommerce-error :not(.btn-check) + .button:active, .woocommerce .woocommerce-info :not(.btn-check) + .button:active, .woocommerce .woocommerce-message :not(.btn-check) + .button:active, .btn:first-child:active, body .gform_wrapper.gravity-theme .gform_footer .gform_button:first-child:active, .search-filter-field--control-type-load_more .search-filter-input-button:first-child:active, .woocommerce-checkout button.button:first-child:active, .woocommerce-cart .woocommerce .button.alt:first-child:active, .woocommerce-cart .woocommerce .button:first-child:active, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button:first-child:active, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:first-child:active, .woocommerce .woocommerce-error .button:first-child:active, .woocommerce .woocommerce-info .button:first-child:active, .woocommerce .woocommerce-message .button:first-child:active, .btn.active, body .gform_wrapper.gravity-theme .gform_footer .active.gform_button, .search-filter-field--control-type-load_more .active.search-filter-input-button, .woocommerce-checkout button.active.button, .woocommerce-cart .woocommerce .active.button.alt, .woocommerce-cart .woocommerce .active.button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .active.button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .active.submit, .woocommerce .woocommerce-error .active.button, .woocommerce .woocommerce-info .active.button, .woocommerce .woocommerce-message .active.button, .btn.show, body .gform_wrapper.gravity-theme .gform_footer .show.gform_button, .search-filter-field--control-type-load_more .show.search-filter-input-button, .woocommerce-checkout button.show.button, .woocommerce-cart .woocommerce .show.button.alt, .woocommerce-cart .woocommerce .show.button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .show.button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .show.submit, .woocommerce .woocommerce-error .show.button, .woocommerce .woocommerce-info .show.button, .woocommerce .woocommerce-message .show.button {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, body .gform_wrapper.gravity-theme .gform_footer .btn-check:checked + .gform_button:focus-visible, .search-filter-field--control-type-load_more .btn-check:checked + .search-filter-input-button:focus-visible, .woocommerce-checkout .btn-check:checked + button.button:focus-visible, .woocommerce-cart .woocommerce .btn-check:checked + .button:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check:checked + .submit:focus-visible, .woocommerce .woocommerce-error .btn-check:checked + .button:focus-visible, .woocommerce .woocommerce-info .btn-check:checked + .button:focus-visible, .woocommerce .woocommerce-message .btn-check:checked + .button:focus-visible, :not(.btn-check) + .btn:active:focus-visible, body .gform_wrapper.gravity-theme .gform_footer :not(.btn-check) + .gform_button:active:focus-visible, .search-filter-field--control-type-load_more :not(.btn-check) + .search-filter-input-button:active:focus-visible, .woocommerce-checkout :not(.btn-check) + button.button:active:focus-visible, .woocommerce-cart .woocommerce :not(.btn-check) + .button:active:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form :not(.btn-check) + .submit:active:focus-visible, .woocommerce .woocommerce-error :not(.btn-check) + .button:active:focus-visible, .woocommerce .woocommerce-info :not(.btn-check) + .button:active:focus-visible, .woocommerce .woocommerce-message :not(.btn-check) + .button:active:focus-visible, .btn:first-child:active:focus-visible, body .gform_wrapper.gravity-theme .gform_footer .gform_button:first-child:active:focus-visible, .search-filter-field--control-type-load_more .search-filter-input-button:first-child:active:focus-visible, .woocommerce-checkout button.button:first-child:active:focus-visible, .woocommerce-cart .woocommerce .button:first-child:active:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:first-child:active:focus-visible, .woocommerce .woocommerce-error .button:first-child:active:focus-visible, .woocommerce .woocommerce-info .button:first-child:active:focus-visible, .woocommerce .woocommerce-message .button:first-child:active:focus-visible, .btn.active:focus-visible, body .gform_wrapper.gravity-theme .gform_footer .active.gform_button:focus-visible, .search-filter-field--control-type-load_more .active.search-filter-input-button:focus-visible, .woocommerce-checkout button.active.button:focus-visible, .woocommerce-cart .woocommerce .active.button.alt:focus-visible, .woocommerce-cart .woocommerce .active.button:focus-visible, .woocommerce-cart .woocommerce .shop_table .actions .coupon .active.button:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .active.submit:focus-visible, .woocommerce .woocommerce-error .active.button:focus-visible, .woocommerce .woocommerce-info .active.button:focus-visible, .woocommerce .woocommerce-message .active.button:focus-visible, .btn.show:focus-visible, body .gform_wrapper.gravity-theme .gform_footer .show.gform_button:focus-visible, .search-filter-field--control-type-load_more .show.search-filter-input-button:focus-visible, .woocommerce-checkout button.show.button:focus-visible, .woocommerce-cart .woocommerce .show.button.alt:focus-visible, .woocommerce-cart .woocommerce .show.button:focus-visible, .woocommerce-cart .woocommerce .shop_table .actions .coupon .show.button:focus-visible, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .show.submit:focus-visible, .woocommerce .woocommerce-error .show.button:focus-visible, .woocommerce .woocommerce-info .show.button:focus-visible, .woocommerce .woocommerce-message .show.button:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn, body .gform_wrapper.gravity-theme .gform_footer .btn-check:checked:focus-visible + .gform_button, .search-filter-field--control-type-load_more .btn-check:checked:focus-visible + .search-filter-input-button, .woocommerce-checkout .btn-check:checked:focus-visible + button.button, .woocommerce-cart .woocommerce .btn-check:checked:focus-visible + .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-check:checked:focus-visible + .submit, .woocommerce .woocommerce-error .btn-check:checked:focus-visible + .button, .woocommerce .woocommerce-info .btn-check:checked:focus-visible + .button, .woocommerce .woocommerce-message .btn-check:checked:focus-visible + .button {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, body .gform_wrapper.gravity-theme .gform_footer .gform_button:disabled, .search-filter-field--control-type-load_more .search-filter-input-button:disabled, .woocommerce-checkout button.button:disabled, .woocommerce-cart .woocommerce .button.alt:disabled, .woocommerce-cart .woocommerce .button:disabled, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button:disabled, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:disabled, .woocommerce .woocommerce-error .button:disabled, .woocommerce .woocommerce-info .button:disabled, .woocommerce .woocommerce-message .button:disabled, .btn.disabled, body .gform_wrapper.gravity-theme .gform_footer .disabled.gform_button, .search-filter-field--control-type-load_more .disabled.search-filter-input-button, .woocommerce-checkout button.disabled.button, .woocommerce-cart .woocommerce .disabled.button.alt, .woocommerce-cart .woocommerce .disabled.button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .disabled.button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .disabled.submit, .woocommerce .woocommerce-error .disabled.button, .woocommerce .woocommerce-info .disabled.button, .woocommerce .woocommerce-message .disabled.button, fieldset:disabled .btn, fieldset:disabled body .gform_wrapper.gravity-theme .gform_footer .gform_button, body .gform_wrapper.gravity-theme .gform_footer fieldset:disabled .gform_button, fieldset:disabled .search-filter-field--control-type-load_more .search-filter-input-button, .search-filter-field--control-type-load_more fieldset:disabled .search-filter-input-button, fieldset:disabled .woocommerce-checkout button.button, .woocommerce-checkout fieldset:disabled button.button, fieldset:disabled .woocommerce-cart .woocommerce .button.alt, .woocommerce-cart .woocommerce fieldset:disabled .button.alt, fieldset:disabled .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce fieldset:disabled .button, fieldset:disabled .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon fieldset:disabled .button, fieldset:disabled .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form fieldset:disabled .submit, fieldset:disabled .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-error fieldset:disabled .button, fieldset:disabled .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-info fieldset:disabled .button, fieldset:disabled .woocommerce .woocommerce-message .button, .woocommerce .woocommerce-message fieldset:disabled .button {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-brown-100 {
  --bs-btn-color: #525126;
  --bs-btn-bg: #EAE6DF;
  --bs-btn-border-color: #EAE6DF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(237.15, 233.75, 227.8);
  --bs-btn-hover-border-color: rgb(236.1, 232.5, 226.2);
  --bs-btn-focus-shadow-rgb: 211, 208, 195;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(238.2, 235, 229.4);
  --bs-btn-active-border-color: rgb(236.1, 232.5, 226.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #EAE6DF;
  --bs-btn-disabled-border-color: #EAE6DF;
}

.btn-brown-200 {
  --bs-btn-color: #525126;
  --bs-btn-bg: #E0DBCF;
  --bs-btn-border-color: #E0DBCF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(228.65, 224.4, 214.2);
  --bs-btn-hover-border-color: rgb(227.1, 222.6, 211.8);
  --bs-btn-focus-shadow-rgb: 203, 198, 182;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(230.2, 226.2, 216.6);
  --bs-btn-active-border-color: rgb(227.1, 222.6, 211.8);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #E0DBCF;
  --bs-btn-disabled-border-color: #E0DBCF;
}

.btn-brown-300 {
  --bs-btn-color: #525126;
  --bs-btn-bg: #E5DCC9;
  --bs-btn-border-color: #E5DCC9;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(232.9, 225.25, 209.1);
  --bs-btn-hover-border-color: rgb(231.6, 223.5, 206.4);
  --bs-btn-focus-shadow-rgb: 207, 199, 177;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(234.2, 227, 211.8);
  --bs-btn-active-border-color: rgb(231.6, 223.5, 206.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #E5DCC9;
  --bs-btn-disabled-border-color: #E5DCC9;
}

.btn-brown-400 {
  --bs-btn-color: #525126;
  --bs-btn-bg: #CCC4B0;
  --bs-btn-border-color: #CCC4B0;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(211.65, 204.85, 187.85);
  --bs-btn-hover-border-color: rgb(209.1, 201.9, 183.9);
  --bs-btn-focus-shadow-rgb: 186, 179, 155;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(214.2, 207.8, 191.8);
  --bs-btn-active-border-color: rgb(209.1, 201.9, 183.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #CCC4B0;
  --bs-btn-disabled-border-color: #CCC4B0;
}

.btn-green-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #999983;
  --bs-btn-border-color: #999983;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(168.3, 168.3, 149.6);
  --bs-btn-hover-border-color: rgb(163.2, 163.2, 143.4);
  --bs-btn-focus-shadow-rgb: 130, 130, 111;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(173.4, 173.4, 155.8);
  --bs-btn-active-border-color: rgb(163.2, 163.2, 143.4);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #999983;
  --bs-btn-disabled-border-color: #999983;
}

.btn-green-200 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #525126;
  --bs-btn-border-color: #525126;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(69.7, 68.85, 32.3);
  --bs-btn-hover-border-color: rgb(65.6, 64.8, 30.4);
  --bs-btn-focus-shadow-rgb: 108, 107, 71;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(65.6, 64.8, 30.4);
  --bs-btn-active-border-color: rgb(61.5, 60.75, 28.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #525126;
  --bs-btn-disabled-border-color: #525126;
}

.btn-green-300 {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3C3C22;
  --bs-btn-border-color: #3C3C22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(51, 51, 28.9);
  --bs-btn-hover-border-color: rgb(48, 48, 27.2);
  --bs-btn-focus-shadow-rgb: 89, 89, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(48, 48, 27.2);
  --bs-btn-active-border-color: rgb(45, 45, 25.5);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3C3C22;
  --bs-btn-disabled-border-color: #3C3C22;
}

.btn-alternate-green-100 {
  --bs-btn-color: #000;
  --bs-btn-bg: #95BF7E;
  --bs-btn-border-color: #95BF7E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(164.9, 200.6, 145.35);
  --bs-btn-hover-border-color: rgb(159.6, 197.4, 138.9);
  --bs-btn-focus-shadow-rgb: 127, 162, 107;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(170.2, 203.8, 151.8);
  --bs-btn-active-border-color: rgb(159.6, 197.4, 138.9);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #95BF7E;
  --bs-btn-disabled-border-color: #95BF7E;
}

.btn-alternate-green-200 {
  --bs-btn-color: #000;
  --bs-btn-bg: #6F8E5F;
  --bs-btn-border-color: #6F8E5F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(132.6, 158.95, 119);
  --bs-btn-hover-border-color: rgb(125.4, 153.3, 111);
  --bs-btn-focus-shadow-rgb: 94, 121, 81;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(139.8, 164.6, 127);
  --bs-btn-active-border-color: rgb(125.4, 153.3, 111);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #6F8E5F;
  --bs-btn-disabled-border-color: #6F8E5F;
}

.btn-yellow, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .woocommerce-checkout button.button.alt, .woocommerce-cart .woocommerce .button.alt, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit {
  --bs-btn-color: #525126;
  --bs-btn-bg: #FFC94E;
  --bs-btn-border-color: #FFC94E;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(255, 209.1, 104.55);
  --bs-btn-hover-border-color: rgb(255, 206.4, 95.7);
  --bs-btn-focus-shadow-rgb: 229, 183, 72;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: rgb(255, 211.8, 113.4);
  --bs-btn-active-border-color: rgb(255, 206.4, 95.7);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #FFC94E;
  --bs-btn-disabled-border-color: #FFC94E;
}

.btn-error {
  --bs-btn-color: #000;
  --bs-btn-bg: #D06B3F;
  --bs-btn-border-color: #D06B3F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: rgb(215.05, 129.2, 91.8);
  --bs-btn-hover-border-color: rgb(212.7, 121.8, 82.2);
  --bs-btn-focus-shadow-rgb: 177, 91, 54;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(217.4, 136.6, 101.4);
  --bs-btn-active-border-color: rgb(212.7, 121.8, 82.2);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #D06B3F;
  --bs-btn-disabled-border-color: #D06B3F;
}

.btn-white {
  --bs-btn-color: #525126;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: white;
  --bs-btn-hover-border-color: white;
  --bs-btn-focus-shadow-rgb: 229, 229, 222;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: white;
  --bs-btn-active-border-color: white;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #fff;
  --bs-btn-disabled-border-color: #fff;
}

.btn-light {
  --bs-btn-color: #525126;
  --bs-btn-bg: #EAE6DF;
  --bs-btn-border-color: #EAE6DF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: rgb(198.9, 195.5, 189.55);
  --bs-btn-hover-border-color: rgb(187.2, 184, 178.4);
  --bs-btn-focus-shadow-rgb: 211, 208, 195;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: rgb(187.2, 184, 178.4);
  --bs-btn-active-border-color: rgb(175.5, 172.5, 167.25);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: #EAE6DF;
  --bs-btn-disabled-border-color: #EAE6DF;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #3C3C22;
  --bs-btn-border-color: #3C3C22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(89.25, 89.25, 67.15);
  --bs-btn-hover-border-color: rgb(79.5, 79.5, 56.1);
  --bs-btn-focus-shadow-rgb: 89, 89, 67;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(99, 99, 78.2);
  --bs-btn-active-border-color: rgb(79.5, 79.5, 56.1);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #3C3C22;
  --bs-btn-disabled-border-color: #3C3C22;
}

.btn-outline-brown-100 {
  --bs-btn-color: #EAE6DF;
  --bs-btn-border-color: #EAE6DF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #EAE6DF;
  --bs-btn-hover-border-color: #EAE6DF;
  --bs-btn-focus-shadow-rgb: 234, 230, 223;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #EAE6DF;
  --bs-btn-active-border-color: #EAE6DF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EAE6DF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EAE6DF;
  --bs-gradient: none;
}

.btn-outline-brown-200 {
  --bs-btn-color: #E0DBCF;
  --bs-btn-border-color: #E0DBCF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #E0DBCF;
  --bs-btn-hover-border-color: #E0DBCF;
  --bs-btn-focus-shadow-rgb: 224, 219, 207;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #E0DBCF;
  --bs-btn-active-border-color: #E0DBCF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E0DBCF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E0DBCF;
  --bs-gradient: none;
}

.btn-outline-brown-300 {
  --bs-btn-color: #E5DCC9;
  --bs-btn-border-color: #E5DCC9;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #E5DCC9;
  --bs-btn-hover-border-color: #E5DCC9;
  --bs-btn-focus-shadow-rgb: 229, 220, 201;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #E5DCC9;
  --bs-btn-active-border-color: #E5DCC9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #E5DCC9;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #E5DCC9;
  --bs-gradient: none;
}

.btn-outline-brown-400 {
  --bs-btn-color: #CCC4B0;
  --bs-btn-border-color: #CCC4B0;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #CCC4B0;
  --bs-btn-hover-border-color: #CCC4B0;
  --bs-btn-focus-shadow-rgb: 204, 196, 176;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #CCC4B0;
  --bs-btn-active-border-color: #CCC4B0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #CCC4B0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #CCC4B0;
  --bs-gradient: none;
}

.btn-outline-green-100 {
  --bs-btn-color: #999983;
  --bs-btn-border-color: #999983;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #999983;
  --bs-btn-hover-border-color: #999983;
  --bs-btn-focus-shadow-rgb: 153, 153, 131;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #999983;
  --bs-btn-active-border-color: #999983;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #999983;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #999983;
  --bs-gradient: none;
}

.btn-outline-green-200 {
  --bs-btn-color: #525126;
  --bs-btn-border-color: #525126;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #525126;
  --bs-btn-hover-border-color: #525126;
  --bs-btn-focus-shadow-rgb: 82, 81, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #525126;
  --bs-btn-active-border-color: #525126;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #525126;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #525126;
  --bs-gradient: none;
}

.btn-outline-green-300 {
  --bs-btn-color: #3C3C22;
  --bs-btn-border-color: #3C3C22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3C3C22;
  --bs-btn-hover-border-color: #3C3C22;
  --bs-btn-focus-shadow-rgb: 60, 60, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3C3C22;
  --bs-btn-active-border-color: #3C3C22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3C3C22;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3C3C22;
  --bs-gradient: none;
}

.btn-outline-alternate-green-100 {
  --bs-btn-color: #95BF7E;
  --bs-btn-border-color: #95BF7E;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #95BF7E;
  --bs-btn-hover-border-color: #95BF7E;
  --bs-btn-focus-shadow-rgb: 149, 191, 126;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #95BF7E;
  --bs-btn-active-border-color: #95BF7E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #95BF7E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #95BF7E;
  --bs-gradient: none;
}

.btn-outline-alternate-green-200 {
  --bs-btn-color: #6F8E5F;
  --bs-btn-border-color: #6F8E5F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #6F8E5F;
  --bs-btn-hover-border-color: #6F8E5F;
  --bs-btn-focus-shadow-rgb: 111, 142, 95;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #6F8E5F;
  --bs-btn-active-border-color: #6F8E5F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6F8E5F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6F8E5F;
  --bs-gradient: none;
}

.btn-outline-yellow {
  --bs-btn-color: #FFC94E;
  --bs-btn-border-color: #FFC94E;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #FFC94E;
  --bs-btn-hover-border-color: #FFC94E;
  --bs-btn-focus-shadow-rgb: 255, 201, 78;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #FFC94E;
  --bs-btn-active-border-color: #FFC94E;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #FFC94E;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #FFC94E;
  --bs-gradient: none;
}

.btn-outline-error {
  --bs-btn-color: #D06B3F;
  --bs-btn-border-color: #D06B3F;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #D06B3F;
  --bs-btn-hover-border-color: #D06B3F;
  --bs-btn-focus-shadow-rgb: 208, 107, 63;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #D06B3F;
  --bs-btn-active-border-color: #D06B3F;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #D06B3F;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #D06B3F;
  --bs-gradient: none;
}

.btn-outline-white {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  --bs-btn-focus-shadow-rgb: 255, 255, 255;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #fff;
  --bs-btn-active-border-color: #fff;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fff;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #EAE6DF;
  --bs-btn-border-color: #EAE6DF;
  --bs-btn-hover-color: #525126;
  --bs-btn-hover-bg: #EAE6DF;
  --bs-btn-hover-border-color: #EAE6DF;
  --bs-btn-focus-shadow-rgb: 234, 230, 223;
  --bs-btn-active-color: #525126;
  --bs-btn-active-bg: #EAE6DF;
  --bs-btn-active-border-color: #EAE6DF;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #EAE6DF;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #EAE6DF;
  --bs-gradient: none;
}

.btn-outline-dark, .search-filter-field--control-type-load_more .search-filter-input-button, .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
  --bs-btn-color: #3C3C22;
  --bs-btn-border-color: #3C3C22;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3C3C22;
  --bs-btn-hover-border-color: #3C3C22;
  --bs-btn-focus-shadow-rgb: 60, 60, 34;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3C3C22;
  --bs-btn-active-border-color: #3C3C22;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #3C3C22;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #3C3C22;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 108, 107, 71;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.625rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #525126;
  --bs-nav-link-hover-color: #525126;
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
  --bs-navbar-color: #525126;
  --bs-navbar-hover-color: #525126;
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: #525126;
  --bs-navbar-brand-padding-y: 0;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: #525126;
  --bs-navbar-brand-hover-color: #525126;
  --bs-navbar-nav-link-padding-x: 1.25rem;
  --bs-navbar-toggler-padding-y: 0.344rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23525126' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: 0;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container, .woocommerce .navbar > .woocommerce-breadcrumb,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.625rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn-close {
  --bs-btn-close-color: #525126;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23525126'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(255, 201, 78, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1.25rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1.25rem;
  --bs-modal-header-padding-y: 1.25rem;
  --bs-modal-header-padding: 1.25rem 1.25rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.375;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-brown-100 {
  color: #525126 !important;
  background-color: RGBA(var(--bs-brown-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-brown-200 {
  color: #525126 !important;
  background-color: RGBA(var(--bs-brown-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-brown-300 {
  color: #525126 !important;
  background-color: RGBA(var(--bs-brown-300-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-brown-400 {
  color: #525126 !important;
  background-color: RGBA(var(--bs-brown-400-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-green-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

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

.text-bg-alternate-green-100 {
  color: #000 !important;
  background-color: RGBA(var(--bs-alternate-green-100-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-alternate-green-200 {
  color: #000 !important;
  background-color: RGBA(var(--bs-alternate-green-200-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-yellow {
  color: #525126 !important;
  background-color: RGBA(var(--bs-yellow-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-error {
  color: #000 !important;
  background-color: RGBA(var(--bs-error-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.text-bg-light {
  color: #525126 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

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

.link-brown-100 {
  color: RGBA(var(--bs-brown-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-brown-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-brown-100:hover, .link-brown-100:focus {
  color: RGBA(238, 235, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 235, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-brown-200 {
  color: RGBA(var(--bs-brown-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-brown-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-brown-200:hover, .link-brown-200:focus {
  color: RGBA(230, 226, 217, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(230, 226, 217, var(--bs-link-underline-opacity, 1)) !important;
}

.link-brown-300 {
  color: RGBA(var(--bs-brown-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-brown-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-brown-300:hover, .link-brown-300:focus {
  color: RGBA(234, 227, 212, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(234, 227, 212, var(--bs-link-underline-opacity, 1)) !important;
}

.link-brown-400 {
  color: RGBA(var(--bs-brown-400-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-brown-400-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-brown-400:hover, .link-brown-400:focus {
  color: RGBA(214, 208, 192, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(214, 208, 192, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-100 {
  color: RGBA(var(--bs-green-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-100:hover, .link-green-100:focus {
  color: RGBA(173, 173, 156, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(173, 173, 156, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-200 {
  color: RGBA(var(--bs-green-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-200:hover, .link-green-200:focus {
  color: RGBA(66, 65, 30, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(66, 65, 30, var(--bs-link-underline-opacity, 1)) !important;
}

.link-green-300 {
  color: RGBA(var(--bs-green-300-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-green-300-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-green-300:hover, .link-green-300:focus {
  color: RGBA(48, 48, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(48, 48, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-alternate-green-100 {
  color: RGBA(var(--bs-alternate-green-100-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-alternate-green-100-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-alternate-green-100:hover, .link-alternate-green-100:focus {
  color: RGBA(170, 204, 152, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(170, 204, 152, var(--bs-link-underline-opacity, 1)) !important;
}

.link-alternate-green-200 {
  color: RGBA(var(--bs-alternate-green-200-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-alternate-green-200-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-alternate-green-200:hover, .link-alternate-green-200:focus {
  color: RGBA(140, 165, 127, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(140, 165, 127, var(--bs-link-underline-opacity, 1)) !important;
}

.link-yellow {
  color: RGBA(var(--bs-yellow-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-yellow-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-yellow:hover, .link-yellow:focus {
  color: RGBA(255, 212, 113, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 212, 113, var(--bs-link-underline-opacity, 1)) !important;
}

.link-error {
  color: RGBA(var(--bs-error-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-error-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-error:hover, .link-error:focus {
  color: RGBA(217, 137, 101, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(217, 137, 101, var(--bs-link-underline-opacity, 1)) !important;
}

.link-white {
  color: RGBA(var(--bs-white-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-white-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-white:hover, .link-white:focus {
  color: RGBA(255, 255, 255, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 255, 255, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(238, 235, 229, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(238, 235, 229, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(48, 48, 27, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(48, 48, 27, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-10 {
  margin: 0.625rem !important;
}

.m-15 {
  margin: 0.9375rem !important;
}

.m-20 {
  margin: 1.25rem !important;
}

.m-25 {
  margin: 1.5625rem !important;
}

.m-30 {
  margin: 1.875rem !important;
}

.m-40 {
  margin: 2.5rem !important;
}

.m-50 {
  margin: 3.125rem !important;
}

.m-60 {
  margin: 3.75rem !important;
}

.m-70 {
  margin: 4.375rem !important;
}

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

.m-90 {
  margin: 5.625rem !important;
}

.m-100 {
  margin: 6.25rem !important;
}

.m-110 {
  margin: 6.875rem !important;
}

.m-120 {
  margin: 7.5rem !important;
}

.m-125 {
  margin: 7.8125rem !important;
}

.m-130 {
  margin: 8.125rem !important;
}

.m-140 {
  margin: 8.75rem !important;
}

.m-150 {
  margin: 9.375rem !important;
}

.m-160 {
  margin: 10rem !important;
}

.m-170 {
  margin: 10.625rem !important;
}

.m-180 {
  margin: 11.25rem !important;
}

.m-190 {
  margin: 11.875rem !important;
}

.m-200 {
  margin: 12.5rem !important;
}

.m-240 {
  margin: 15rem !important;
}

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

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

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

.mx-10 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}

.mx-15 {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}

.mx-20 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.mx-25 {
  margin-right: 1.5625rem !important;
  margin-left: 1.5625rem !important;
}

.mx-30 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}

.mx-40 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.mx-50 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}

.mx-60 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.mx-70 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}

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

.mx-90 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}

.mx-100 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.mx-110 {
  margin-right: 6.875rem !important;
  margin-left: 6.875rem !important;
}

.mx-120 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.mx-125 {
  margin-right: 7.8125rem !important;
  margin-left: 7.8125rem !important;
}

.mx-130 {
  margin-right: 8.125rem !important;
  margin-left: 8.125rem !important;
}

.mx-140 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.mx-150 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}

.mx-160 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-170 {
  margin-right: 10.625rem !important;
  margin-left: 10.625rem !important;
}

.mx-180 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.mx-190 {
  margin-right: 11.875rem !important;
  margin-left: 11.875rem !important;
}

.mx-200 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.mx-240 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

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

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

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

.my-10 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}

.my-15 {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}

.my-20 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.my-25 {
  margin-top: 1.5625rem !important;
  margin-bottom: 1.5625rem !important;
}

.my-30 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}

.my-40 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.my-50 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}

.my-60 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.my-70 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}

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

.my-90 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}

.my-100 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.my-110 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}

.my-120 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.my-125 {
  margin-top: 7.8125rem !important;
  margin-bottom: 7.8125rem !important;
}

.my-130 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}

.my-140 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.my-150 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}

.my-160 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-170 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}

.my-180 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.my-190 {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important;
}

.my-200 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.my-240 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

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

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

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

.mt-10 {
  margin-top: 0.625rem !important;
}

.mt-15 {
  margin-top: 0.9375rem !important;
}

.mt-20 {
  margin-top: 1.25rem !important;
}

.mt-25 {
  margin-top: 1.5625rem !important;
}

.mt-30 {
  margin-top: 1.875rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-70 {
  margin-top: 4.375rem !important;
}

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

.mt-90 {
  margin-top: 5.625rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.mt-110 {
  margin-top: 6.875rem !important;
}

.mt-120 {
  margin-top: 7.5rem !important;
}

.mt-125 {
  margin-top: 7.8125rem !important;
}

.mt-130 {
  margin-top: 8.125rem !important;
}

.mt-140 {
  margin-top: 8.75rem !important;
}

.mt-150 {
  margin-top: 9.375rem !important;
}

.mt-160 {
  margin-top: 10rem !important;
}

.mt-170 {
  margin-top: 10.625rem !important;
}

.mt-180 {
  margin-top: 11.25rem !important;
}

.mt-190 {
  margin-top: 11.875rem !important;
}

.mt-200 {
  margin-top: 12.5rem !important;
}

.mt-240 {
  margin-top: 15rem !important;
}

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

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

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

.me-10 {
  margin-right: 0.625rem !important;
}

.me-15 {
  margin-right: 0.9375rem !important;
}

.me-20 {
  margin-right: 1.25rem !important;
}

.me-25 {
  margin-right: 1.5625rem !important;
}

.me-30 {
  margin-right: 1.875rem !important;
}

.me-40 {
  margin-right: 2.5rem !important;
}

.me-50 {
  margin-right: 3.125rem !important;
}

.me-60 {
  margin-right: 3.75rem !important;
}

.me-70 {
  margin-right: 4.375rem !important;
}

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

.me-90 {
  margin-right: 5.625rem !important;
}

.me-100 {
  margin-right: 6.25rem !important;
}

.me-110 {
  margin-right: 6.875rem !important;
}

.me-120 {
  margin-right: 7.5rem !important;
}

.me-125 {
  margin-right: 7.8125rem !important;
}

.me-130 {
  margin-right: 8.125rem !important;
}

.me-140 {
  margin-right: 8.75rem !important;
}

.me-150 {
  margin-right: 9.375rem !important;
}

.me-160 {
  margin-right: 10rem !important;
}

.me-170 {
  margin-right: 10.625rem !important;
}

.me-180 {
  margin-right: 11.25rem !important;
}

.me-190 {
  margin-right: 11.875rem !important;
}

.me-200 {
  margin-right: 12.5rem !important;
}

.me-240 {
  margin-right: 15rem !important;
}

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

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

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

.mb-10 {
  margin-bottom: 0.625rem !important;
}

.mb-15 {
  margin-bottom: 0.9375rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-25 {
  margin-bottom: 1.5625rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-70 {
  margin-bottom: 4.375rem !important;
}

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

.mb-90 {
  margin-bottom: 5.625rem !important;
}

.mb-100 {
  margin-bottom: 6.25rem !important;
}

.mb-110 {
  margin-bottom: 6.875rem !important;
}

.mb-120 {
  margin-bottom: 7.5rem !important;
}

.mb-125 {
  margin-bottom: 7.8125rem !important;
}

.mb-130 {
  margin-bottom: 8.125rem !important;
}

.mb-140 {
  margin-bottom: 8.75rem !important;
}

.mb-150 {
  margin-bottom: 9.375rem !important;
}

.mb-160 {
  margin-bottom: 10rem !important;
}

.mb-170 {
  margin-bottom: 10.625rem !important;
}

.mb-180 {
  margin-bottom: 11.25rem !important;
}

.mb-190 {
  margin-bottom: 11.875rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.mb-240 {
  margin-bottom: 15rem !important;
}

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

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

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

.ms-10 {
  margin-left: 0.625rem !important;
}

.ms-15 {
  margin-left: 0.9375rem !important;
}

.ms-20 {
  margin-left: 1.25rem !important;
}

.ms-25 {
  margin-left: 1.5625rem !important;
}

.ms-30 {
  margin-left: 1.875rem !important;
}

.ms-40 {
  margin-left: 2.5rem !important;
}

.ms-50 {
  margin-left: 3.125rem !important;
}

.ms-60 {
  margin-left: 3.75rem !important;
}

.ms-70 {
  margin-left: 4.375rem !important;
}

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

.ms-90 {
  margin-left: 5.625rem !important;
}

.ms-100 {
  margin-left: 6.25rem !important;
}

.ms-110 {
  margin-left: 6.875rem !important;
}

.ms-120 {
  margin-left: 7.5rem !important;
}

.ms-125 {
  margin-left: 7.8125rem !important;
}

.ms-130 {
  margin-left: 8.125rem !important;
}

.ms-140 {
  margin-left: 8.75rem !important;
}

.ms-150 {
  margin-left: 9.375rem !important;
}

.ms-160 {
  margin-left: 10rem !important;
}

.ms-170 {
  margin-left: 10.625rem !important;
}

.ms-180 {
  margin-left: 11.25rem !important;
}

.ms-190 {
  margin-left: 11.875rem !important;
}

.ms-200 {
  margin-left: 12.5rem !important;
}

.ms-240 {
  margin-left: 15rem !important;
}

.ms-auto, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button {
  margin-left: auto !important;
}

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

.m-n10 {
  margin: -0.625rem !important;
}

.m-n15 {
  margin: -0.9375rem !important;
}

.m-n20 {
  margin: -1.25rem !important;
}

.m-n25 {
  margin: -1.5625rem !important;
}

.m-n30 {
  margin: -1.875rem !important;
}

.m-n40 {
  margin: -2.5rem !important;
}

.m-n50 {
  margin: -3.125rem !important;
}

.m-n60 {
  margin: -3.75rem !important;
}

.m-n70 {
  margin: -4.375rem !important;
}

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

.m-n90 {
  margin: -5.625rem !important;
}

.m-n100 {
  margin: -6.25rem !important;
}

.m-n110 {
  margin: -6.875rem !important;
}

.m-n120 {
  margin: -7.5rem !important;
}

.m-n125 {
  margin: -7.8125rem !important;
}

.m-n130 {
  margin: -8.125rem !important;
}

.m-n140 {
  margin: -8.75rem !important;
}

.m-n150 {
  margin: -9.375rem !important;
}

.m-n160 {
  margin: -10rem !important;
}

.m-n170 {
  margin: -10.625rem !important;
}

.m-n180 {
  margin: -11.25rem !important;
}

.m-n190 {
  margin: -11.875rem !important;
}

.m-n200 {
  margin: -12.5rem !important;
}

.m-n240 {
  margin: -15rem !important;
}

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

.mx-n10 {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}

.mx-n15 {
  margin-right: -0.9375rem !important;
  margin-left: -0.9375rem !important;
}

.mx-n20 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}

.mx-n25 {
  margin-right: -1.5625rem !important;
  margin-left: -1.5625rem !important;
}

.mx-n30 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}

.mx-n40 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}

.mx-n50 {
  margin-right: -3.125rem !important;
  margin-left: -3.125rem !important;
}

.mx-n60 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}

.mx-n70 {
  margin-right: -4.375rem !important;
  margin-left: -4.375rem !important;
}

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

.mx-n90 {
  margin-right: -5.625rem !important;
  margin-left: -5.625rem !important;
}

.mx-n100 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}

.mx-n110 {
  margin-right: -6.875rem !important;
  margin-left: -6.875rem !important;
}

.mx-n120 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}

.mx-n125 {
  margin-right: -7.8125rem !important;
  margin-left: -7.8125rem !important;
}

.mx-n130 {
  margin-right: -8.125rem !important;
  margin-left: -8.125rem !important;
}

.mx-n140 {
  margin-right: -8.75rem !important;
  margin-left: -8.75rem !important;
}

.mx-n150 {
  margin-right: -9.375rem !important;
  margin-left: -9.375rem !important;
}

.mx-n160 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}

.mx-n170 {
  margin-right: -10.625rem !important;
  margin-left: -10.625rem !important;
}

.mx-n180 {
  margin-right: -11.25rem !important;
  margin-left: -11.25rem !important;
}

.mx-n190 {
  margin-right: -11.875rem !important;
  margin-left: -11.875rem !important;
}

.mx-n200 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}

.mx-n240 {
  margin-right: -15rem !important;
  margin-left: -15rem !important;
}

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

.my-n10 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}

.my-n15 {
  margin-top: -0.9375rem !important;
  margin-bottom: -0.9375rem !important;
}

.my-n20 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}

.my-n25 {
  margin-top: -1.5625rem !important;
  margin-bottom: -1.5625rem !important;
}

.my-n30 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}

.my-n40 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}

.my-n50 {
  margin-top: -3.125rem !important;
  margin-bottom: -3.125rem !important;
}

.my-n60 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}

.my-n70 {
  margin-top: -4.375rem !important;
  margin-bottom: -4.375rem !important;
}

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

.my-n90 {
  margin-top: -5.625rem !important;
  margin-bottom: -5.625rem !important;
}

.my-n100 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}

.my-n110 {
  margin-top: -6.875rem !important;
  margin-bottom: -6.875rem !important;
}

.my-n120 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}

.my-n125 {
  margin-top: -7.8125rem !important;
  margin-bottom: -7.8125rem !important;
}

.my-n130 {
  margin-top: -8.125rem !important;
  margin-bottom: -8.125rem !important;
}

.my-n140 {
  margin-top: -8.75rem !important;
  margin-bottom: -8.75rem !important;
}

.my-n150 {
  margin-top: -9.375rem !important;
  margin-bottom: -9.375rem !important;
}

.my-n160 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}

.my-n170 {
  margin-top: -10.625rem !important;
  margin-bottom: -10.625rem !important;
}

.my-n180 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important;
}

.my-n190 {
  margin-top: -11.875rem !important;
  margin-bottom: -11.875rem !important;
}

.my-n200 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}

.my-n240 {
  margin-top: -15rem !important;
  margin-bottom: -15rem !important;
}

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

.mt-n10 {
  margin-top: -0.625rem !important;
}

.mt-n15 {
  margin-top: -0.9375rem !important;
}

.mt-n20 {
  margin-top: -1.25rem !important;
}

.mt-n25 {
  margin-top: -1.5625rem !important;
}

.mt-n30 {
  margin-top: -1.875rem !important;
}

.mt-n40 {
  margin-top: -2.5rem !important;
}

.mt-n50 {
  margin-top: -3.125rem !important;
}

.mt-n60 {
  margin-top: -3.75rem !important;
}

.mt-n70 {
  margin-top: -4.375rem !important;
}

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

.mt-n90 {
  margin-top: -5.625rem !important;
}

.mt-n100 {
  margin-top: -6.25rem !important;
}

.mt-n110 {
  margin-top: -6.875rem !important;
}

.mt-n120 {
  margin-top: -7.5rem !important;
}

.mt-n125 {
  margin-top: -7.8125rem !important;
}

.mt-n130 {
  margin-top: -8.125rem !important;
}

.mt-n140 {
  margin-top: -8.75rem !important;
}

.mt-n150 {
  margin-top: -9.375rem !important;
}

.mt-n160 {
  margin-top: -10rem !important;
}

.mt-n170 {
  margin-top: -10.625rem !important;
}

.mt-n180 {
  margin-top: -11.25rem !important;
}

.mt-n190 {
  margin-top: -11.875rem !important;
}

.mt-n200 {
  margin-top: -12.5rem !important;
}

.mt-n240 {
  margin-top: -15rem !important;
}

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

.me-n10 {
  margin-right: -0.625rem !important;
}

.me-n15 {
  margin-right: -0.9375rem !important;
}

.me-n20 {
  margin-right: -1.25rem !important;
}

.me-n25 {
  margin-right: -1.5625rem !important;
}

.me-n30 {
  margin-right: -1.875rem !important;
}

.me-n40 {
  margin-right: -2.5rem !important;
}

.me-n50 {
  margin-right: -3.125rem !important;
}

.me-n60 {
  margin-right: -3.75rem !important;
}

.me-n70 {
  margin-right: -4.375rem !important;
}

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

.me-n90 {
  margin-right: -5.625rem !important;
}

.me-n100 {
  margin-right: -6.25rem !important;
}

.me-n110 {
  margin-right: -6.875rem !important;
}

.me-n120 {
  margin-right: -7.5rem !important;
}

.me-n125 {
  margin-right: -7.8125rem !important;
}

.me-n130 {
  margin-right: -8.125rem !important;
}

.me-n140 {
  margin-right: -8.75rem !important;
}

.me-n150 {
  margin-right: -9.375rem !important;
}

.me-n160 {
  margin-right: -10rem !important;
}

.me-n170 {
  margin-right: -10.625rem !important;
}

.me-n180 {
  margin-right: -11.25rem !important;
}

.me-n190 {
  margin-right: -11.875rem !important;
}

.me-n200 {
  margin-right: -12.5rem !important;
}

.me-n240 {
  margin-right: -15rem !important;
}

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

.mb-n10 {
  margin-bottom: -0.625rem !important;
}

.mb-n15 {
  margin-bottom: -0.9375rem !important;
}

.mb-n20 {
  margin-bottom: -1.25rem !important;
}

.mb-n25 {
  margin-bottom: -1.5625rem !important;
}

.mb-n30 {
  margin-bottom: -1.875rem !important;
}

.mb-n40 {
  margin-bottom: -2.5rem !important;
}

.mb-n50 {
  margin-bottom: -3.125rem !important;
}

.mb-n60 {
  margin-bottom: -3.75rem !important;
}

.mb-n70 {
  margin-bottom: -4.375rem !important;
}

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

.mb-n90 {
  margin-bottom: -5.625rem !important;
}

.mb-n100 {
  margin-bottom: -6.25rem !important;
}

.mb-n110 {
  margin-bottom: -6.875rem !important;
}

.mb-n120 {
  margin-bottom: -7.5rem !important;
}

.mb-n125 {
  margin-bottom: -7.8125rem !important;
}

.mb-n130 {
  margin-bottom: -8.125rem !important;
}

.mb-n140 {
  margin-bottom: -8.75rem !important;
}

.mb-n150 {
  margin-bottom: -9.375rem !important;
}

.mb-n160 {
  margin-bottom: -10rem !important;
}

.mb-n170 {
  margin-bottom: -10.625rem !important;
}

.mb-n180 {
  margin-bottom: -11.25rem !important;
}

.mb-n190 {
  margin-bottom: -11.875rem !important;
}

.mb-n200 {
  margin-bottom: -12.5rem !important;
}

.mb-n240 {
  margin-bottom: -15rem !important;
}

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

.ms-n10 {
  margin-left: -0.625rem !important;
}

.ms-n15 {
  margin-left: -0.9375rem !important;
}

.ms-n20 {
  margin-left: -1.25rem !important;
}

.ms-n25 {
  margin-left: -1.5625rem !important;
}

.ms-n30 {
  margin-left: -1.875rem !important;
}

.ms-n40 {
  margin-left: -2.5rem !important;
}

.ms-n50 {
  margin-left: -3.125rem !important;
}

.ms-n60 {
  margin-left: -3.75rem !important;
}

.ms-n70 {
  margin-left: -4.375rem !important;
}

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

.ms-n90 {
  margin-left: -5.625rem !important;
}

.ms-n100 {
  margin-left: -6.25rem !important;
}

.ms-n110 {
  margin-left: -6.875rem !important;
}

.ms-n120 {
  margin-left: -7.5rem !important;
}

.ms-n125 {
  margin-left: -7.8125rem !important;
}

.ms-n130 {
  margin-left: -8.125rem !important;
}

.ms-n140 {
  margin-left: -8.75rem !important;
}

.ms-n150 {
  margin-left: -9.375rem !important;
}

.ms-n160 {
  margin-left: -10rem !important;
}

.ms-n170 {
  margin-left: -10.625rem !important;
}

.ms-n180 {
  margin-left: -11.25rem !important;
}

.ms-n190 {
  margin-left: -11.875rem !important;
}

.ms-n200 {
  margin-left: -12.5rem !important;
}

.ms-n240 {
  margin-left: -15rem !important;
}

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

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

.p-10 {
  padding: 0.625rem !important;
}

.p-15 {
  padding: 0.9375rem !important;
}

.p-20 {
  padding: 1.25rem !important;
}

.p-25 {
  padding: 1.5625rem !important;
}

.p-30 {
  padding: 1.875rem !important;
}

.p-40 {
  padding: 2.5rem !important;
}

.p-50 {
  padding: 3.125rem !important;
}

.p-60 {
  padding: 3.75rem !important;
}

.p-70 {
  padding: 4.375rem !important;
}

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

.p-90 {
  padding: 5.625rem !important;
}

.p-100 {
  padding: 6.25rem !important;
}

.p-110 {
  padding: 6.875rem !important;
}

.p-120 {
  padding: 7.5rem !important;
}

.p-125 {
  padding: 7.8125rem !important;
}

.p-130 {
  padding: 8.125rem !important;
}

.p-140 {
  padding: 8.75rem !important;
}

.p-150 {
  padding: 9.375rem !important;
}

.p-160 {
  padding: 10rem !important;
}

.p-170 {
  padding: 10.625rem !important;
}

.p-180 {
  padding: 11.25rem !important;
}

.p-190 {
  padding: 11.875rem !important;
}

.p-200 {
  padding: 12.5rem !important;
}

.p-240 {
  padding: 15rem !important;
}

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

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

.px-10 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}

.px-15 {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}

.px-20 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.px-25 {
  padding-right: 1.5625rem !important;
  padding-left: 1.5625rem !important;
}

.px-30 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}

.px-40 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.px-50 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}

.px-60 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.px-70 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}

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

.px-90 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}

.px-100 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.px-110 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}

.px-120 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.px-125 {
  padding-right: 7.8125rem !important;
  padding-left: 7.8125rem !important;
}

.px-130 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}

.px-140 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.px-150 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}

.px-160 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.px-170 {
  padding-right: 10.625rem !important;
  padding-left: 10.625rem !important;
}

.px-180 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.px-190 {
  padding-right: 11.875rem !important;
  padding-left: 11.875rem !important;
}

.px-200 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.px-240 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

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

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

.py-10 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.py-15 {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}

.py-20 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.py-25 {
  padding-top: 1.5625rem !important;
  padding-bottom: 1.5625rem !important;
}

.py-30 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}

.py-40 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.py-50 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}

.py-60 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

.py-70 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}

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

.py-90 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}

.py-100 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

.py-110 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}

.py-120 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.py-125 {
  padding-top: 7.8125rem !important;
  padding-bottom: 7.8125rem !important;
}

.py-130 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}

.py-140 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

.py-150 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}

.py-160 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.py-170 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}

.py-180 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

.py-190 {
  padding-top: 11.875rem !important;
  padding-bottom: 11.875rem !important;
}

.py-200 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.py-240 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

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

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

.pt-10 {
  padding-top: 0.625rem !important;
}

.pt-15 {
  padding-top: 0.9375rem !important;
}

.pt-20 {
  padding-top: 1.25rem !important;
}

.pt-25 {
  padding-top: 1.5625rem !important;
}

.pt-30 {
  padding-top: 1.875rem !important;
}

.pt-40 {
  padding-top: 2.5rem !important;
}

.pt-50 {
  padding-top: 3.125rem !important;
}

.pt-60 {
  padding-top: 3.75rem !important;
}

.pt-70 {
  padding-top: 4.375rem !important;
}

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

.pt-90 {
  padding-top: 5.625rem !important;
}

.pt-100 {
  padding-top: 6.25rem !important;
}

.pt-110 {
  padding-top: 6.875rem !important;
}

.pt-120 {
  padding-top: 7.5rem !important;
}

.pt-125 {
  padding-top: 7.8125rem !important;
}

.pt-130 {
  padding-top: 8.125rem !important;
}

.pt-140 {
  padding-top: 8.75rem !important;
}

.pt-150 {
  padding-top: 9.375rem !important;
}

.pt-160 {
  padding-top: 10rem !important;
}

.pt-170 {
  padding-top: 10.625rem !important;
}

.pt-180 {
  padding-top: 11.25rem !important;
}

.pt-190 {
  padding-top: 11.875rem !important;
}

.pt-200 {
  padding-top: 12.5rem !important;
}

.pt-240 {
  padding-top: 15rem !important;
}

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

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

.pe-10 {
  padding-right: 0.625rem !important;
}

.pe-15 {
  padding-right: 0.9375rem !important;
}

.pe-20 {
  padding-right: 1.25rem !important;
}

.pe-25 {
  padding-right: 1.5625rem !important;
}

.pe-30 {
  padding-right: 1.875rem !important;
}

.pe-40 {
  padding-right: 2.5rem !important;
}

.pe-50 {
  padding-right: 3.125rem !important;
}

.pe-60 {
  padding-right: 3.75rem !important;
}

.pe-70 {
  padding-right: 4.375rem !important;
}

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

.pe-90 {
  padding-right: 5.625rem !important;
}

.pe-100 {
  padding-right: 6.25rem !important;
}

.pe-110 {
  padding-right: 6.875rem !important;
}

.pe-120 {
  padding-right: 7.5rem !important;
}

.pe-125 {
  padding-right: 7.8125rem !important;
}

.pe-130 {
  padding-right: 8.125rem !important;
}

.pe-140 {
  padding-right: 8.75rem !important;
}

.pe-150 {
  padding-right: 9.375rem !important;
}

.pe-160 {
  padding-right: 10rem !important;
}

.pe-170 {
  padding-right: 10.625rem !important;
}

.pe-180 {
  padding-right: 11.25rem !important;
}

.pe-190 {
  padding-right: 11.875rem !important;
}

.pe-200 {
  padding-right: 12.5rem !important;
}

.pe-240 {
  padding-right: 15rem !important;
}

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

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

.pb-10 {
  padding-bottom: 0.625rem !important;
}

.pb-15 {
  padding-bottom: 0.9375rem !important;
}

.pb-20 {
  padding-bottom: 1.25rem !important;
}

.pb-25 {
  padding-bottom: 1.5625rem !important;
}

.pb-30 {
  padding-bottom: 1.875rem !important;
}

.pb-40 {
  padding-bottom: 2.5rem !important;
}

.pb-50 {
  padding-bottom: 3.125rem !important;
}

.pb-60 {
  padding-bottom: 3.75rem !important;
}

.pb-70 {
  padding-bottom: 4.375rem !important;
}

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

.pb-90 {
  padding-bottom: 5.625rem !important;
}

.pb-100 {
  padding-bottom: 6.25rem !important;
}

.pb-110 {
  padding-bottom: 6.875rem !important;
}

.pb-120 {
  padding-bottom: 7.5rem !important;
}

.pb-125 {
  padding-bottom: 7.8125rem !important;
}

.pb-130 {
  padding-bottom: 8.125rem !important;
}

.pb-140 {
  padding-bottom: 8.75rem !important;
}

.pb-150 {
  padding-bottom: 9.375rem !important;
}

.pb-160 {
  padding-bottom: 10rem !important;
}

.pb-170 {
  padding-bottom: 10.625rem !important;
}

.pb-180 {
  padding-bottom: 11.25rem !important;
}

.pb-190 {
  padding-bottom: 11.875rem !important;
}

.pb-200 {
  padding-bottom: 12.5rem !important;
}

.pb-240 {
  padding-bottom: 15rem !important;
}

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

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

.ps-10 {
  padding-left: 0.625rem !important;
}

.ps-15 {
  padding-left: 0.9375rem !important;
}

.ps-20 {
  padding-left: 1.25rem !important;
}

.ps-25 {
  padding-left: 1.5625rem !important;
}

.ps-30 {
  padding-left: 1.875rem !important;
}

.ps-40 {
  padding-left: 2.5rem !important;
}

.ps-50 {
  padding-left: 3.125rem !important;
}

.ps-60 {
  padding-left: 3.75rem !important;
}

.ps-70 {
  padding-left: 4.375rem !important;
}

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

.ps-90 {
  padding-left: 5.625rem !important;
}

.ps-100 {
  padding-left: 6.25rem !important;
}

.ps-110 {
  padding-left: 6.875rem !important;
}

.ps-120 {
  padding-left: 7.5rem !important;
}

.ps-125 {
  padding-left: 7.8125rem !important;
}

.ps-130 {
  padding-left: 8.125rem !important;
}

.ps-140 {
  padding-left: 8.75rem !important;
}

.ps-150 {
  padding-left: 9.375rem !important;
}

.ps-160 {
  padding-left: 10rem !important;
}

.ps-170 {
  padding-left: 10.625rem !important;
}

.ps-180 {
  padding-left: 11.25rem !important;
}

.ps-190 {
  padding-left: 11.875rem !important;
}

.ps-200 {
  padding-left: 12.5rem !important;
}

.ps-240 {
  padding-left: 15rem !important;
}

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

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

.gap-10 {
  gap: 0.625rem !important;
}

.gap-15 {
  gap: 0.9375rem !important;
}

.gap-20 {
  gap: 1.25rem !important;
}

.gap-25 {
  gap: 1.5625rem !important;
}

.gap-30 {
  gap: 1.875rem !important;
}

.gap-40 {
  gap: 2.5rem !important;
}

.gap-50 {
  gap: 3.125rem !important;
}

.gap-60 {
  gap: 3.75rem !important;
}

.gap-70 {
  gap: 4.375rem !important;
}

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

.gap-90 {
  gap: 5.625rem !important;
}

.gap-100 {
  gap: 6.25rem !important;
}

.gap-110 {
  gap: 6.875rem !important;
}

.gap-120 {
  gap: 7.5rem !important;
}

.gap-125 {
  gap: 7.8125rem !important;
}

.gap-130 {
  gap: 8.125rem !important;
}

.gap-140 {
  gap: 8.75rem !important;
}

.gap-150 {
  gap: 9.375rem !important;
}

.gap-160 {
  gap: 10rem !important;
}

.gap-170 {
  gap: 10.625rem !important;
}

.gap-180 {
  gap: 11.25rem !important;
}

.gap-190 {
  gap: 11.875rem !important;
}

.gap-200 {
  gap: 12.5rem !important;
}

.gap-240 {
  gap: 15rem !important;
}

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

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

.row-gap-10 {
  row-gap: 0.625rem !important;
}

.row-gap-15 {
  row-gap: 0.9375rem !important;
}

.row-gap-20 {
  row-gap: 1.25rem !important;
}

.row-gap-25 {
  row-gap: 1.5625rem !important;
}

.row-gap-30 {
  row-gap: 1.875rem !important;
}

.row-gap-40 {
  row-gap: 2.5rem !important;
}

.row-gap-50 {
  row-gap: 3.125rem !important;
}

.row-gap-60 {
  row-gap: 3.75rem !important;
}

.row-gap-70 {
  row-gap: 4.375rem !important;
}

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

.row-gap-90 {
  row-gap: 5.625rem !important;
}

.row-gap-100 {
  row-gap: 6.25rem !important;
}

.row-gap-110 {
  row-gap: 6.875rem !important;
}

.row-gap-120 {
  row-gap: 7.5rem !important;
}

.row-gap-125 {
  row-gap: 7.8125rem !important;
}

.row-gap-130 {
  row-gap: 8.125rem !important;
}

.row-gap-140 {
  row-gap: 8.75rem !important;
}

.row-gap-150 {
  row-gap: 9.375rem !important;
}

.row-gap-160 {
  row-gap: 10rem !important;
}

.row-gap-170 {
  row-gap: 10.625rem !important;
}

.row-gap-180 {
  row-gap: 11.25rem !important;
}

.row-gap-190 {
  row-gap: 11.875rem !important;
}

.row-gap-200 {
  row-gap: 12.5rem !important;
}

.row-gap-240 {
  row-gap: 15rem !important;
}

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

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

.column-gap-10 {
  -moz-column-gap: 0.625rem !important;
       column-gap: 0.625rem !important;
}

.column-gap-15 {
  -moz-column-gap: 0.9375rem !important;
       column-gap: 0.9375rem !important;
}

.column-gap-20 {
  -moz-column-gap: 1.25rem !important;
       column-gap: 1.25rem !important;
}

.column-gap-25 {
  -moz-column-gap: 1.5625rem !important;
       column-gap: 1.5625rem !important;
}

.column-gap-30 {
  -moz-column-gap: 1.875rem !important;
       column-gap: 1.875rem !important;
}

.column-gap-40 {
  -moz-column-gap: 2.5rem !important;
       column-gap: 2.5rem !important;
}

.column-gap-50 {
  -moz-column-gap: 3.125rem !important;
       column-gap: 3.125rem !important;
}

.column-gap-60 {
  -moz-column-gap: 3.75rem !important;
       column-gap: 3.75rem !important;
}

.column-gap-70 {
  -moz-column-gap: 4.375rem !important;
       column-gap: 4.375rem !important;
}

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

.column-gap-90 {
  -moz-column-gap: 5.625rem !important;
       column-gap: 5.625rem !important;
}

.column-gap-100 {
  -moz-column-gap: 6.25rem !important;
       column-gap: 6.25rem !important;
}

.column-gap-110 {
  -moz-column-gap: 6.875rem !important;
       column-gap: 6.875rem !important;
}

.column-gap-120 {
  -moz-column-gap: 7.5rem !important;
       column-gap: 7.5rem !important;
}

.column-gap-125 {
  -moz-column-gap: 7.8125rem !important;
       column-gap: 7.8125rem !important;
}

.column-gap-130 {
  -moz-column-gap: 8.125rem !important;
       column-gap: 8.125rem !important;
}

.column-gap-140 {
  -moz-column-gap: 8.75rem !important;
       column-gap: 8.75rem !important;
}

.column-gap-150 {
  -moz-column-gap: 9.375rem !important;
       column-gap: 9.375rem !important;
}

.column-gap-160 {
  -moz-column-gap: 10rem !important;
       column-gap: 10rem !important;
}

.column-gap-170 {
  -moz-column-gap: 10.625rem !important;
       column-gap: 10.625rem !important;
}

.column-gap-180 {
  -moz-column-gap: 11.25rem !important;
       column-gap: 11.25rem !important;
}

.column-gap-190 {
  -moz-column-gap: 11.875rem !important;
       column-gap: 11.875rem !important;
}

.column-gap-200 {
  -moz-column-gap: 12.5rem !important;
       column-gap: 12.5rem !important;
}

.column-gap-240 {
  -moz-column-gap: 15rem !important;
       column-gap: 15rem !important;
}

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

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

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

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

.fs-4 {
  font-size: 1.188rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.375 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-brown-100 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-brown-100-rgb), var(--bs-text-opacity)) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-5 {
    margin: 0.3125rem !important;
  }
  .m-sm-10 {
    margin: 0.625rem !important;
  }
  .m-sm-15 {
    margin: 0.9375rem !important;
  }
  .m-sm-20 {
    margin: 1.25rem !important;
  }
  .m-sm-25 {
    margin: 1.5625rem !important;
  }
  .m-sm-30 {
    margin: 1.875rem !important;
  }
  .m-sm-40 {
    margin: 2.5rem !important;
  }
  .m-sm-50 {
    margin: 3.125rem !important;
  }
  .m-sm-60 {
    margin: 3.75rem !important;
  }
  .m-sm-70 {
    margin: 4.375rem !important;
  }
  .m-sm-80 {
    margin: 5rem !important;
  }
  .m-sm-90 {
    margin: 5.625rem !important;
  }
  .m-sm-100 {
    margin: 6.25rem !important;
  }
  .m-sm-110 {
    margin: 6.875rem !important;
  }
  .m-sm-120 {
    margin: 7.5rem !important;
  }
  .m-sm-125 {
    margin: 7.8125rem !important;
  }
  .m-sm-130 {
    margin: 8.125rem !important;
  }
  .m-sm-140 {
    margin: 8.75rem !important;
  }
  .m-sm-150 {
    margin: 9.375rem !important;
  }
  .m-sm-160 {
    margin: 10rem !important;
  }
  .m-sm-170 {
    margin: 10.625rem !important;
  }
  .m-sm-180 {
    margin: 11.25rem !important;
  }
  .m-sm-190 {
    margin: 11.875rem !important;
  }
  .m-sm-200 {
    margin: 12.5rem !important;
  }
  .m-sm-240 {
    margin: 15rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sm-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-sm-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-sm-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sm-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-sm-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-sm-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-sm-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-sm-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sm-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-sm-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-sm-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-10 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-sm-20 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-25 {
    margin-top: 1.5625rem !important;
  }
  .mt-sm-30 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-40 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-50 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-60 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-70 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-80 {
    margin-top: 5rem !important;
  }
  .mt-sm-90 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-100 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-110 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-120 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-sm-130 {
    margin-top: 8.125rem !important;
  }
  .mt-sm-140 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-150 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-160 {
    margin-top: 10rem !important;
  }
  .mt-sm-170 {
    margin-top: 10.625rem !important;
  }
  .mt-sm-180 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-190 {
    margin-top: 11.875rem !important;
  }
  .mt-sm-200 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-240 {
    margin-top: 15rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-5 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-10 {
    margin-right: 0.625rem !important;
  }
  .me-sm-15 {
    margin-right: 0.9375rem !important;
  }
  .me-sm-20 {
    margin-right: 1.25rem !important;
  }
  .me-sm-25 {
    margin-right: 1.5625rem !important;
  }
  .me-sm-30 {
    margin-right: 1.875rem !important;
  }
  .me-sm-40 {
    margin-right: 2.5rem !important;
  }
  .me-sm-50 {
    margin-right: 3.125rem !important;
  }
  .me-sm-60 {
    margin-right: 3.75rem !important;
  }
  .me-sm-70 {
    margin-right: 4.375rem !important;
  }
  .me-sm-80 {
    margin-right: 5rem !important;
  }
  .me-sm-90 {
    margin-right: 5.625rem !important;
  }
  .me-sm-100 {
    margin-right: 6.25rem !important;
  }
  .me-sm-110 {
    margin-right: 6.875rem !important;
  }
  .me-sm-120 {
    margin-right: 7.5rem !important;
  }
  .me-sm-125 {
    margin-right: 7.8125rem !important;
  }
  .me-sm-130 {
    margin-right: 8.125rem !important;
  }
  .me-sm-140 {
    margin-right: 8.75rem !important;
  }
  .me-sm-150 {
    margin-right: 9.375rem !important;
  }
  .me-sm-160 {
    margin-right: 10rem !important;
  }
  .me-sm-170 {
    margin-right: 10.625rem !important;
  }
  .me-sm-180 {
    margin-right: 11.25rem !important;
  }
  .me-sm-190 {
    margin-right: 11.875rem !important;
  }
  .me-sm-200 {
    margin-right: 12.5rem !important;
  }
  .me-sm-240 {
    margin-right: 15rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-sm-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-80 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-sm-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sm-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-160 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-sm-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-sm-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-240 {
    margin-bottom: 15rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-10 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-sm-20 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-25 {
    margin-left: 1.5625rem !important;
  }
  .ms-sm-30 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-40 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-50 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-60 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-70 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-80 {
    margin-left: 5rem !important;
  }
  .ms-sm-90 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-100 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-110 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-120 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-sm-130 {
    margin-left: 8.125rem !important;
  }
  .ms-sm-140 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-150 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-160 {
    margin-left: 10rem !important;
  }
  .ms-sm-170 {
    margin-left: 10.625rem !important;
  }
  .ms-sm-180 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-190 {
    margin-left: 11.875rem !important;
  }
  .ms-sm-200 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-240 {
    margin-left: 15rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n5 {
    margin: -0.3125rem !important;
  }
  .m-sm-n10 {
    margin: -0.625rem !important;
  }
  .m-sm-n15 {
    margin: -0.9375rem !important;
  }
  .m-sm-n20 {
    margin: -1.25rem !important;
  }
  .m-sm-n25 {
    margin: -1.5625rem !important;
  }
  .m-sm-n30 {
    margin: -1.875rem !important;
  }
  .m-sm-n40 {
    margin: -2.5rem !important;
  }
  .m-sm-n50 {
    margin: -3.125rem !important;
  }
  .m-sm-n60 {
    margin: -3.75rem !important;
  }
  .m-sm-n70 {
    margin: -4.375rem !important;
  }
  .m-sm-n80 {
    margin: -5rem !important;
  }
  .m-sm-n90 {
    margin: -5.625rem !important;
  }
  .m-sm-n100 {
    margin: -6.25rem !important;
  }
  .m-sm-n110 {
    margin: -6.875rem !important;
  }
  .m-sm-n120 {
    margin: -7.5rem !important;
  }
  .m-sm-n125 {
    margin: -7.8125rem !important;
  }
  .m-sm-n130 {
    margin: -8.125rem !important;
  }
  .m-sm-n140 {
    margin: -8.75rem !important;
  }
  .m-sm-n150 {
    margin: -9.375rem !important;
  }
  .m-sm-n160 {
    margin: -10rem !important;
  }
  .m-sm-n170 {
    margin: -10.625rem !important;
  }
  .m-sm-n180 {
    margin: -11.25rem !important;
  }
  .m-sm-n190 {
    margin: -11.875rem !important;
  }
  .m-sm-n200 {
    margin: -12.5rem !important;
  }
  .m-sm-n240 {
    margin: -15rem !important;
  }
  .mx-sm-n5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-sm-n10 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-sm-n15 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-sm-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n25 {
    margin-right: -1.5625rem !important;
    margin-left: -1.5625rem !important;
  }
  .mx-sm-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-sm-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-sm-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n70 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-sm-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n90 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-sm-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n110 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-sm-n120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n125 {
    margin-right: -7.8125rem !important;
    margin-left: -7.8125rem !important;
  }
  .mx-sm-n130 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-sm-n140 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-sm-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-sm-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n170 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-sm-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-sm-n190 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-sm-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-sm-n240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-sm-n5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-sm-n10 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-sm-n15 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-sm-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n25 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }
  .my-sm-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-sm-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-sm-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n70 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-sm-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n90 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-sm-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n110 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-sm-n120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n125 {
    margin-top: -7.8125rem !important;
    margin-bottom: -7.8125rem !important;
  }
  .my-sm-n130 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-sm-n140 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-sm-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-sm-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n170 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-sm-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-sm-n190 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-sm-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-sm-n240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-sm-n5 {
    margin-top: -0.3125rem !important;
  }
  .mt-sm-n10 {
    margin-top: -0.625rem !important;
  }
  .mt-sm-n15 {
    margin-top: -0.9375rem !important;
  }
  .mt-sm-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n25 {
    margin-top: -1.5625rem !important;
  }
  .mt-sm-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-sm-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-sm-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n70 {
    margin-top: -4.375rem !important;
  }
  .mt-sm-n80 {
    margin-top: -5rem !important;
  }
  .mt-sm-n90 {
    margin-top: -5.625rem !important;
  }
  .mt-sm-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n110 {
    margin-top: -6.875rem !important;
  }
  .mt-sm-n120 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n125 {
    margin-top: -7.8125rem !important;
  }
  .mt-sm-n130 {
    margin-top: -8.125rem !important;
  }
  .mt-sm-n140 {
    margin-top: -8.75rem !important;
  }
  .mt-sm-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-sm-n160 {
    margin-top: -10rem !important;
  }
  .mt-sm-n170 {
    margin-top: -10.625rem !important;
  }
  .mt-sm-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-sm-n190 {
    margin-top: -11.875rem !important;
  }
  .mt-sm-n200 {
    margin-top: -12.5rem !important;
  }
  .mt-sm-n240 {
    margin-top: -15rem !important;
  }
  .me-sm-n5 {
    margin-right: -0.3125rem !important;
  }
  .me-sm-n10 {
    margin-right: -0.625rem !important;
  }
  .me-sm-n15 {
    margin-right: -0.9375rem !important;
  }
  .me-sm-n20 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n25 {
    margin-right: -1.5625rem !important;
  }
  .me-sm-n30 {
    margin-right: -1.875rem !important;
  }
  .me-sm-n40 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n50 {
    margin-right: -3.125rem !important;
  }
  .me-sm-n60 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n70 {
    margin-right: -4.375rem !important;
  }
  .me-sm-n80 {
    margin-right: -5rem !important;
  }
  .me-sm-n90 {
    margin-right: -5.625rem !important;
  }
  .me-sm-n100 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n110 {
    margin-right: -6.875rem !important;
  }
  .me-sm-n120 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n125 {
    margin-right: -7.8125rem !important;
  }
  .me-sm-n130 {
    margin-right: -8.125rem !important;
  }
  .me-sm-n140 {
    margin-right: -8.75rem !important;
  }
  .me-sm-n150 {
    margin-right: -9.375rem !important;
  }
  .me-sm-n160 {
    margin-right: -10rem !important;
  }
  .me-sm-n170 {
    margin-right: -10.625rem !important;
  }
  .me-sm-n180 {
    margin-right: -11.25rem !important;
  }
  .me-sm-n190 {
    margin-right: -11.875rem !important;
  }
  .me-sm-n200 {
    margin-right: -12.5rem !important;
  }
  .me-sm-n240 {
    margin-right: -15rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -0.625rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -0.9375rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n25 {
    margin-bottom: -1.5625rem !important;
  }
  .mb-sm-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-sm-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-sm-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n70 {
    margin-bottom: -4.375rem !important;
  }
  .mb-sm-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n90 {
    margin-bottom: -5.625rem !important;
  }
  .mb-sm-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n110 {
    margin-bottom: -6.875rem !important;
  }
  .mb-sm-n120 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n125 {
    margin-bottom: -7.8125rem !important;
  }
  .mb-sm-n130 {
    margin-bottom: -8.125rem !important;
  }
  .mb-sm-n140 {
    margin-bottom: -8.75rem !important;
  }
  .mb-sm-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-sm-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n170 {
    margin-bottom: -10.625rem !important;
  }
  .mb-sm-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-sm-n190 {
    margin-bottom: -11.875rem !important;
  }
  .mb-sm-n200 {
    margin-bottom: -12.5rem !important;
  }
  .mb-sm-n240 {
    margin-bottom: -15rem !important;
  }
  .ms-sm-n5 {
    margin-left: -0.3125rem !important;
  }
  .ms-sm-n10 {
    margin-left: -0.625rem !important;
  }
  .ms-sm-n15 {
    margin-left: -0.9375rem !important;
  }
  .ms-sm-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n25 {
    margin-left: -1.5625rem !important;
  }
  .ms-sm-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-sm-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-sm-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n70 {
    margin-left: -4.375rem !important;
  }
  .ms-sm-n80 {
    margin-left: -5rem !important;
  }
  .ms-sm-n90 {
    margin-left: -5.625rem !important;
  }
  .ms-sm-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n110 {
    margin-left: -6.875rem !important;
  }
  .ms-sm-n120 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n125 {
    margin-left: -7.8125rem !important;
  }
  .ms-sm-n130 {
    margin-left: -8.125rem !important;
  }
  .ms-sm-n140 {
    margin-left: -8.75rem !important;
  }
  .ms-sm-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-sm-n160 {
    margin-left: -10rem !important;
  }
  .ms-sm-n170 {
    margin-left: -10.625rem !important;
  }
  .ms-sm-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-sm-n190 {
    margin-left: -11.875rem !important;
  }
  .ms-sm-n200 {
    margin-left: -12.5rem !important;
  }
  .ms-sm-n240 {
    margin-left: -15rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-5 {
    padding: 0.3125rem !important;
  }
  .p-sm-10 {
    padding: 0.625rem !important;
  }
  .p-sm-15 {
    padding: 0.9375rem !important;
  }
  .p-sm-20 {
    padding: 1.25rem !important;
  }
  .p-sm-25 {
    padding: 1.5625rem !important;
  }
  .p-sm-30 {
    padding: 1.875rem !important;
  }
  .p-sm-40 {
    padding: 2.5rem !important;
  }
  .p-sm-50 {
    padding: 3.125rem !important;
  }
  .p-sm-60 {
    padding: 3.75rem !important;
  }
  .p-sm-70 {
    padding: 4.375rem !important;
  }
  .p-sm-80 {
    padding: 5rem !important;
  }
  .p-sm-90 {
    padding: 5.625rem !important;
  }
  .p-sm-100 {
    padding: 6.25rem !important;
  }
  .p-sm-110 {
    padding: 6.875rem !important;
  }
  .p-sm-120 {
    padding: 7.5rem !important;
  }
  .p-sm-125 {
    padding: 7.8125rem !important;
  }
  .p-sm-130 {
    padding: 8.125rem !important;
  }
  .p-sm-140 {
    padding: 8.75rem !important;
  }
  .p-sm-150 {
    padding: 9.375rem !important;
  }
  .p-sm-160 {
    padding: 10rem !important;
  }
  .p-sm-170 {
    padding: 10.625rem !important;
  }
  .p-sm-180 {
    padding: 11.25rem !important;
  }
  .p-sm-190 {
    padding: 11.875rem !important;
  }
  .p-sm-200 {
    padding: 12.5rem !important;
  }
  .p-sm-240 {
    padding: 15rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sm-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-sm-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-sm-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sm-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-sm-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-sm-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-sm-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-sm-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-sm-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sm-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-sm-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-sm-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-sm-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-10 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-sm-20 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-25 {
    padding-top: 1.5625rem !important;
  }
  .pt-sm-30 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-40 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-50 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-60 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-70 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-80 {
    padding-top: 5rem !important;
  }
  .pt-sm-90 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-100 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-110 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-120 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-sm-130 {
    padding-top: 8.125rem !important;
  }
  .pt-sm-140 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-150 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-160 {
    padding-top: 10rem !important;
  }
  .pt-sm-170 {
    padding-top: 10.625rem !important;
  }
  .pt-sm-180 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-190 {
    padding-top: 11.875rem !important;
  }
  .pt-sm-200 {
    padding-top: 12.5rem !important;
  }
  .pt-sm-240 {
    padding-top: 15rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-10 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-sm-20 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-25 {
    padding-right: 1.5625rem !important;
  }
  .pe-sm-30 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-40 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-50 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-60 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-70 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-80 {
    padding-right: 5rem !important;
  }
  .pe-sm-90 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-100 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-110 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-120 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-sm-130 {
    padding-right: 8.125rem !important;
  }
  .pe-sm-140 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-150 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-160 {
    padding-right: 10rem !important;
  }
  .pe-sm-170 {
    padding-right: 10.625rem !important;
  }
  .pe-sm-180 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-190 {
    padding-right: 11.875rem !important;
  }
  .pe-sm-200 {
    padding-right: 12.5rem !important;
  }
  .pe-sm-240 {
    padding-right: 15rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-sm-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-80 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-sm-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sm-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-160 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-sm-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-sm-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-sm-240 {
    padding-bottom: 15rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-10 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-sm-20 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-25 {
    padding-left: 1.5625rem !important;
  }
  .ps-sm-30 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-40 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-50 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-60 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-70 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-80 {
    padding-left: 5rem !important;
  }
  .ps-sm-90 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-100 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-110 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-120 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-sm-130 {
    padding-left: 8.125rem !important;
  }
  .ps-sm-140 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-150 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-160 {
    padding-left: 10rem !important;
  }
  .ps-sm-170 {
    padding-left: 10.625rem !important;
  }
  .ps-sm-180 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-190 {
    padding-left: 11.875rem !important;
  }
  .ps-sm-200 {
    padding-left: 12.5rem !important;
  }
  .ps-sm-240 {
    padding-left: 15rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-5 {
    gap: 0.3125rem !important;
  }
  .gap-sm-10 {
    gap: 0.625rem !important;
  }
  .gap-sm-15 {
    gap: 0.9375rem !important;
  }
  .gap-sm-20 {
    gap: 1.25rem !important;
  }
  .gap-sm-25 {
    gap: 1.5625rem !important;
  }
  .gap-sm-30 {
    gap: 1.875rem !important;
  }
  .gap-sm-40 {
    gap: 2.5rem !important;
  }
  .gap-sm-50 {
    gap: 3.125rem !important;
  }
  .gap-sm-60 {
    gap: 3.75rem !important;
  }
  .gap-sm-70 {
    gap: 4.375rem !important;
  }
  .gap-sm-80 {
    gap: 5rem !important;
  }
  .gap-sm-90 {
    gap: 5.625rem !important;
  }
  .gap-sm-100 {
    gap: 6.25rem !important;
  }
  .gap-sm-110 {
    gap: 6.875rem !important;
  }
  .gap-sm-120 {
    gap: 7.5rem !important;
  }
  .gap-sm-125 {
    gap: 7.8125rem !important;
  }
  .gap-sm-130 {
    gap: 8.125rem !important;
  }
  .gap-sm-140 {
    gap: 8.75rem !important;
  }
  .gap-sm-150 {
    gap: 9.375rem !important;
  }
  .gap-sm-160 {
    gap: 10rem !important;
  }
  .gap-sm-170 {
    gap: 10.625rem !important;
  }
  .gap-sm-180 {
    gap: 11.25rem !important;
  }
  .gap-sm-190 {
    gap: 11.875rem !important;
  }
  .gap-sm-200 {
    gap: 12.5rem !important;
  }
  .gap-sm-240 {
    gap: 15rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-sm-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-sm-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-sm-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-sm-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-sm-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-sm-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-sm-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-sm-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-sm-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-sm-80 {
    row-gap: 5rem !important;
  }
  .row-gap-sm-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-sm-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-sm-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-sm-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-sm-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-sm-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-sm-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-sm-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-sm-160 {
    row-gap: 10rem !important;
  }
  .row-gap-sm-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-sm-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-sm-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-sm-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-sm-240 {
    row-gap: 15rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-sm-10 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-sm-15 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-sm-20 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-sm-25 {
    -moz-column-gap: 1.5625rem !important;
         column-gap: 1.5625rem !important;
  }
  .column-gap-sm-30 {
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }
  .column-gap-sm-40 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-sm-50 {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }
  .column-gap-sm-60 {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }
  .column-gap-sm-70 {
    -moz-column-gap: 4.375rem !important;
         column-gap: 4.375rem !important;
  }
  .column-gap-sm-80 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-sm-90 {
    -moz-column-gap: 5.625rem !important;
         column-gap: 5.625rem !important;
  }
  .column-gap-sm-100 {
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }
  .column-gap-sm-110 {
    -moz-column-gap: 6.875rem !important;
         column-gap: 6.875rem !important;
  }
  .column-gap-sm-120 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .column-gap-sm-125 {
    -moz-column-gap: 7.8125rem !important;
         column-gap: 7.8125rem !important;
  }
  .column-gap-sm-130 {
    -moz-column-gap: 8.125rem !important;
         column-gap: 8.125rem !important;
  }
  .column-gap-sm-140 {
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }
  .column-gap-sm-150 {
    -moz-column-gap: 9.375rem !important;
         column-gap: 9.375rem !important;
  }
  .column-gap-sm-160 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-sm-170 {
    -moz-column-gap: 10.625rem !important;
         column-gap: 10.625rem !important;
  }
  .column-gap-sm-180 {
    -moz-column-gap: 11.25rem !important;
         column-gap: 11.25rem !important;
  }
  .column-gap-sm-190 {
    -moz-column-gap: 11.875rem !important;
         column-gap: 11.875rem !important;
  }
  .column-gap-sm-200 {
    -moz-column-gap: 12.5rem !important;
         column-gap: 12.5rem !important;
  }
  .column-gap-sm-240 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-5 {
    margin: 0.3125rem !important;
  }
  .m-md-10 {
    margin: 0.625rem !important;
  }
  .m-md-15 {
    margin: 0.9375rem !important;
  }
  .m-md-20 {
    margin: 1.25rem !important;
  }
  .m-md-25 {
    margin: 1.5625rem !important;
  }
  .m-md-30 {
    margin: 1.875rem !important;
  }
  .m-md-40 {
    margin: 2.5rem !important;
  }
  .m-md-50 {
    margin: 3.125rem !important;
  }
  .m-md-60 {
    margin: 3.75rem !important;
  }
  .m-md-70 {
    margin: 4.375rem !important;
  }
  .m-md-80 {
    margin: 5rem !important;
  }
  .m-md-90 {
    margin: 5.625rem !important;
  }
  .m-md-100 {
    margin: 6.25rem !important;
  }
  .m-md-110 {
    margin: 6.875rem !important;
  }
  .m-md-120 {
    margin: 7.5rem !important;
  }
  .m-md-125 {
    margin: 7.8125rem !important;
  }
  .m-md-130 {
    margin: 8.125rem !important;
  }
  .m-md-140 {
    margin: 8.75rem !important;
  }
  .m-md-150 {
    margin: 9.375rem !important;
  }
  .m-md-160 {
    margin: 10rem !important;
  }
  .m-md-170 {
    margin: 10.625rem !important;
  }
  .m-md-180 {
    margin: 11.25rem !important;
  }
  .m-md-190 {
    margin: 11.875rem !important;
  }
  .m-md-200 {
    margin: 12.5rem !important;
  }
  .m-md-240 {
    margin: 15rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-md-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-md-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-md-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-md-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-md-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-md-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-md-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-md-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-md-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-md-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-md-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-md-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-10 {
    margin-top: 0.625rem !important;
  }
  .mt-md-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-md-20 {
    margin-top: 1.25rem !important;
  }
  .mt-md-25 {
    margin-top: 1.5625rem !important;
  }
  .mt-md-30 {
    margin-top: 1.875rem !important;
  }
  .mt-md-40 {
    margin-top: 2.5rem !important;
  }
  .mt-md-50 {
    margin-top: 3.125rem !important;
  }
  .mt-md-60 {
    margin-top: 3.75rem !important;
  }
  .mt-md-70 {
    margin-top: 4.375rem !important;
  }
  .mt-md-80 {
    margin-top: 5rem !important;
  }
  .mt-md-90 {
    margin-top: 5.625rem !important;
  }
  .mt-md-100 {
    margin-top: 6.25rem !important;
  }
  .mt-md-110 {
    margin-top: 6.875rem !important;
  }
  .mt-md-120 {
    margin-top: 7.5rem !important;
  }
  .mt-md-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-md-130 {
    margin-top: 8.125rem !important;
  }
  .mt-md-140 {
    margin-top: 8.75rem !important;
  }
  .mt-md-150 {
    margin-top: 9.375rem !important;
  }
  .mt-md-160 {
    margin-top: 10rem !important;
  }
  .mt-md-170 {
    margin-top: 10.625rem !important;
  }
  .mt-md-180 {
    margin-top: 11.25rem !important;
  }
  .mt-md-190 {
    margin-top: 11.875rem !important;
  }
  .mt-md-200 {
    margin-top: 12.5rem !important;
  }
  .mt-md-240 {
    margin-top: 15rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-5 {
    margin-right: 0.3125rem !important;
  }
  .me-md-10 {
    margin-right: 0.625rem !important;
  }
  .me-md-15 {
    margin-right: 0.9375rem !important;
  }
  .me-md-20 {
    margin-right: 1.25rem !important;
  }
  .me-md-25 {
    margin-right: 1.5625rem !important;
  }
  .me-md-30 {
    margin-right: 1.875rem !important;
  }
  .me-md-40 {
    margin-right: 2.5rem !important;
  }
  .me-md-50 {
    margin-right: 3.125rem !important;
  }
  .me-md-60 {
    margin-right: 3.75rem !important;
  }
  .me-md-70 {
    margin-right: 4.375rem !important;
  }
  .me-md-80 {
    margin-right: 5rem !important;
  }
  .me-md-90 {
    margin-right: 5.625rem !important;
  }
  .me-md-100 {
    margin-right: 6.25rem !important;
  }
  .me-md-110 {
    margin-right: 6.875rem !important;
  }
  .me-md-120 {
    margin-right: 7.5rem !important;
  }
  .me-md-125 {
    margin-right: 7.8125rem !important;
  }
  .me-md-130 {
    margin-right: 8.125rem !important;
  }
  .me-md-140 {
    margin-right: 8.75rem !important;
  }
  .me-md-150 {
    margin-right: 9.375rem !important;
  }
  .me-md-160 {
    margin-right: 10rem !important;
  }
  .me-md-170 {
    margin-right: 10.625rem !important;
  }
  .me-md-180 {
    margin-right: 11.25rem !important;
  }
  .me-md-190 {
    margin-right: 11.875rem !important;
  }
  .me-md-200 {
    margin-right: 12.5rem !important;
  }
  .me-md-240 {
    margin-right: 15rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-md-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-md-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-80 {
    margin-bottom: 5rem !important;
  }
  .mb-md-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-md-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-md-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-160 {
    margin-bottom: 10rem !important;
  }
  .mb-md-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-md-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-md-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-240 {
    margin-bottom: 15rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-10 {
    margin-left: 0.625rem !important;
  }
  .ms-md-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-md-20 {
    margin-left: 1.25rem !important;
  }
  .ms-md-25 {
    margin-left: 1.5625rem !important;
  }
  .ms-md-30 {
    margin-left: 1.875rem !important;
  }
  .ms-md-40 {
    margin-left: 2.5rem !important;
  }
  .ms-md-50 {
    margin-left: 3.125rem !important;
  }
  .ms-md-60 {
    margin-left: 3.75rem !important;
  }
  .ms-md-70 {
    margin-left: 4.375rem !important;
  }
  .ms-md-80 {
    margin-left: 5rem !important;
  }
  .ms-md-90 {
    margin-left: 5.625rem !important;
  }
  .ms-md-100 {
    margin-left: 6.25rem !important;
  }
  .ms-md-110 {
    margin-left: 6.875rem !important;
  }
  .ms-md-120 {
    margin-left: 7.5rem !important;
  }
  .ms-md-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-md-130 {
    margin-left: 8.125rem !important;
  }
  .ms-md-140 {
    margin-left: 8.75rem !important;
  }
  .ms-md-150 {
    margin-left: 9.375rem !important;
  }
  .ms-md-160 {
    margin-left: 10rem !important;
  }
  .ms-md-170 {
    margin-left: 10.625rem !important;
  }
  .ms-md-180 {
    margin-left: 11.25rem !important;
  }
  .ms-md-190 {
    margin-left: 11.875rem !important;
  }
  .ms-md-200 {
    margin-left: 12.5rem !important;
  }
  .ms-md-240 {
    margin-left: 15rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n5 {
    margin: -0.3125rem !important;
  }
  .m-md-n10 {
    margin: -0.625rem !important;
  }
  .m-md-n15 {
    margin: -0.9375rem !important;
  }
  .m-md-n20 {
    margin: -1.25rem !important;
  }
  .m-md-n25 {
    margin: -1.5625rem !important;
  }
  .m-md-n30 {
    margin: -1.875rem !important;
  }
  .m-md-n40 {
    margin: -2.5rem !important;
  }
  .m-md-n50 {
    margin: -3.125rem !important;
  }
  .m-md-n60 {
    margin: -3.75rem !important;
  }
  .m-md-n70 {
    margin: -4.375rem !important;
  }
  .m-md-n80 {
    margin: -5rem !important;
  }
  .m-md-n90 {
    margin: -5.625rem !important;
  }
  .m-md-n100 {
    margin: -6.25rem !important;
  }
  .m-md-n110 {
    margin: -6.875rem !important;
  }
  .m-md-n120 {
    margin: -7.5rem !important;
  }
  .m-md-n125 {
    margin: -7.8125rem !important;
  }
  .m-md-n130 {
    margin: -8.125rem !important;
  }
  .m-md-n140 {
    margin: -8.75rem !important;
  }
  .m-md-n150 {
    margin: -9.375rem !important;
  }
  .m-md-n160 {
    margin: -10rem !important;
  }
  .m-md-n170 {
    margin: -10.625rem !important;
  }
  .m-md-n180 {
    margin: -11.25rem !important;
  }
  .m-md-n190 {
    margin: -11.875rem !important;
  }
  .m-md-n200 {
    margin: -12.5rem !important;
  }
  .m-md-n240 {
    margin: -15rem !important;
  }
  .mx-md-n5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-md-n10 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-md-n15 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-md-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n25 {
    margin-right: -1.5625rem !important;
    margin-left: -1.5625rem !important;
  }
  .mx-md-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-md-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-md-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n70 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-md-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n90 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-md-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n110 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-md-n120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n125 {
    margin-right: -7.8125rem !important;
    margin-left: -7.8125rem !important;
  }
  .mx-md-n130 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-md-n140 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-md-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-md-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n170 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-md-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-md-n190 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-md-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-md-n240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-md-n5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-md-n10 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-md-n15 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-md-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n25 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }
  .my-md-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-md-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-md-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n70 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-md-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n90 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-md-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n110 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-md-n120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n125 {
    margin-top: -7.8125rem !important;
    margin-bottom: -7.8125rem !important;
  }
  .my-md-n130 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-md-n140 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-md-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-md-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n170 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-md-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-md-n190 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-md-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-md-n240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-md-n5 {
    margin-top: -0.3125rem !important;
  }
  .mt-md-n10 {
    margin-top: -0.625rem !important;
  }
  .mt-md-n15 {
    margin-top: -0.9375rem !important;
  }
  .mt-md-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n25 {
    margin-top: -1.5625rem !important;
  }
  .mt-md-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-md-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-md-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n70 {
    margin-top: -4.375rem !important;
  }
  .mt-md-n80 {
    margin-top: -5rem !important;
  }
  .mt-md-n90 {
    margin-top: -5.625rem !important;
  }
  .mt-md-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n110 {
    margin-top: -6.875rem !important;
  }
  .mt-md-n120 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n125 {
    margin-top: -7.8125rem !important;
  }
  .mt-md-n130 {
    margin-top: -8.125rem !important;
  }
  .mt-md-n140 {
    margin-top: -8.75rem !important;
  }
  .mt-md-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-md-n160 {
    margin-top: -10rem !important;
  }
  .mt-md-n170 {
    margin-top: -10.625rem !important;
  }
  .mt-md-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-md-n190 {
    margin-top: -11.875rem !important;
  }
  .mt-md-n200 {
    margin-top: -12.5rem !important;
  }
  .mt-md-n240 {
    margin-top: -15rem !important;
  }
  .me-md-n5 {
    margin-right: -0.3125rem !important;
  }
  .me-md-n10 {
    margin-right: -0.625rem !important;
  }
  .me-md-n15 {
    margin-right: -0.9375rem !important;
  }
  .me-md-n20 {
    margin-right: -1.25rem !important;
  }
  .me-md-n25 {
    margin-right: -1.5625rem !important;
  }
  .me-md-n30 {
    margin-right: -1.875rem !important;
  }
  .me-md-n40 {
    margin-right: -2.5rem !important;
  }
  .me-md-n50 {
    margin-right: -3.125rem !important;
  }
  .me-md-n60 {
    margin-right: -3.75rem !important;
  }
  .me-md-n70 {
    margin-right: -4.375rem !important;
  }
  .me-md-n80 {
    margin-right: -5rem !important;
  }
  .me-md-n90 {
    margin-right: -5.625rem !important;
  }
  .me-md-n100 {
    margin-right: -6.25rem !important;
  }
  .me-md-n110 {
    margin-right: -6.875rem !important;
  }
  .me-md-n120 {
    margin-right: -7.5rem !important;
  }
  .me-md-n125 {
    margin-right: -7.8125rem !important;
  }
  .me-md-n130 {
    margin-right: -8.125rem !important;
  }
  .me-md-n140 {
    margin-right: -8.75rem !important;
  }
  .me-md-n150 {
    margin-right: -9.375rem !important;
  }
  .me-md-n160 {
    margin-right: -10rem !important;
  }
  .me-md-n170 {
    margin-right: -10.625rem !important;
  }
  .me-md-n180 {
    margin-right: -11.25rem !important;
  }
  .me-md-n190 {
    margin-right: -11.875rem !important;
  }
  .me-md-n200 {
    margin-right: -12.5rem !important;
  }
  .me-md-n240 {
    margin-right: -15rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -0.625rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -0.9375rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n25 {
    margin-bottom: -1.5625rem !important;
  }
  .mb-md-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-md-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-md-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n70 {
    margin-bottom: -4.375rem !important;
  }
  .mb-md-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n90 {
    margin-bottom: -5.625rem !important;
  }
  .mb-md-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n110 {
    margin-bottom: -6.875rem !important;
  }
  .mb-md-n120 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n125 {
    margin-bottom: -7.8125rem !important;
  }
  .mb-md-n130 {
    margin-bottom: -8.125rem !important;
  }
  .mb-md-n140 {
    margin-bottom: -8.75rem !important;
  }
  .mb-md-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-md-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n170 {
    margin-bottom: -10.625rem !important;
  }
  .mb-md-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-md-n190 {
    margin-bottom: -11.875rem !important;
  }
  .mb-md-n200 {
    margin-bottom: -12.5rem !important;
  }
  .mb-md-n240 {
    margin-bottom: -15rem !important;
  }
  .ms-md-n5 {
    margin-left: -0.3125rem !important;
  }
  .ms-md-n10 {
    margin-left: -0.625rem !important;
  }
  .ms-md-n15 {
    margin-left: -0.9375rem !important;
  }
  .ms-md-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n25 {
    margin-left: -1.5625rem !important;
  }
  .ms-md-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-md-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-md-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n70 {
    margin-left: -4.375rem !important;
  }
  .ms-md-n80 {
    margin-left: -5rem !important;
  }
  .ms-md-n90 {
    margin-left: -5.625rem !important;
  }
  .ms-md-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n110 {
    margin-left: -6.875rem !important;
  }
  .ms-md-n120 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n125 {
    margin-left: -7.8125rem !important;
  }
  .ms-md-n130 {
    margin-left: -8.125rem !important;
  }
  .ms-md-n140 {
    margin-left: -8.75rem !important;
  }
  .ms-md-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-md-n160 {
    margin-left: -10rem !important;
  }
  .ms-md-n170 {
    margin-left: -10.625rem !important;
  }
  .ms-md-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-md-n190 {
    margin-left: -11.875rem !important;
  }
  .ms-md-n200 {
    margin-left: -12.5rem !important;
  }
  .ms-md-n240 {
    margin-left: -15rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-5 {
    padding: 0.3125rem !important;
  }
  .p-md-10 {
    padding: 0.625rem !important;
  }
  .p-md-15 {
    padding: 0.9375rem !important;
  }
  .p-md-20 {
    padding: 1.25rem !important;
  }
  .p-md-25 {
    padding: 1.5625rem !important;
  }
  .p-md-30 {
    padding: 1.875rem !important;
  }
  .p-md-40 {
    padding: 2.5rem !important;
  }
  .p-md-50 {
    padding: 3.125rem !important;
  }
  .p-md-60 {
    padding: 3.75rem !important;
  }
  .p-md-70 {
    padding: 4.375rem !important;
  }
  .p-md-80 {
    padding: 5rem !important;
  }
  .p-md-90 {
    padding: 5.625rem !important;
  }
  .p-md-100 {
    padding: 6.25rem !important;
  }
  .p-md-110 {
    padding: 6.875rem !important;
  }
  .p-md-120 {
    padding: 7.5rem !important;
  }
  .p-md-125 {
    padding: 7.8125rem !important;
  }
  .p-md-130 {
    padding: 8.125rem !important;
  }
  .p-md-140 {
    padding: 8.75rem !important;
  }
  .p-md-150 {
    padding: 9.375rem !important;
  }
  .p-md-160 {
    padding: 10rem !important;
  }
  .p-md-170 {
    padding: 10.625rem !important;
  }
  .p-md-180 {
    padding: 11.25rem !important;
  }
  .p-md-190 {
    padding: 11.875rem !important;
  }
  .p-md-200 {
    padding: 12.5rem !important;
  }
  .p-md-240 {
    padding: 15rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-md-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-md-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-md-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-md-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-md-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-md-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-md-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-md-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-md-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-md-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-md-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-md-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-md-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-md-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-10 {
    padding-top: 0.625rem !important;
  }
  .pt-md-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-md-20 {
    padding-top: 1.25rem !important;
  }
  .pt-md-25 {
    padding-top: 1.5625rem !important;
  }
  .pt-md-30 {
    padding-top: 1.875rem !important;
  }
  .pt-md-40 {
    padding-top: 2.5rem !important;
  }
  .pt-md-50 {
    padding-top: 3.125rem !important;
  }
  .pt-md-60 {
    padding-top: 3.75rem !important;
  }
  .pt-md-70 {
    padding-top: 4.375rem !important;
  }
  .pt-md-80 {
    padding-top: 5rem !important;
  }
  .pt-md-90 {
    padding-top: 5.625rem !important;
  }
  .pt-md-100 {
    padding-top: 6.25rem !important;
  }
  .pt-md-110 {
    padding-top: 6.875rem !important;
  }
  .pt-md-120 {
    padding-top: 7.5rem !important;
  }
  .pt-md-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-md-130 {
    padding-top: 8.125rem !important;
  }
  .pt-md-140 {
    padding-top: 8.75rem !important;
  }
  .pt-md-150 {
    padding-top: 9.375rem !important;
  }
  .pt-md-160 {
    padding-top: 10rem !important;
  }
  .pt-md-170 {
    padding-top: 10.625rem !important;
  }
  .pt-md-180 {
    padding-top: 11.25rem !important;
  }
  .pt-md-190 {
    padding-top: 11.875rem !important;
  }
  .pt-md-200 {
    padding-top: 12.5rem !important;
  }
  .pt-md-240 {
    padding-top: 15rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-10 {
    padding-right: 0.625rem !important;
  }
  .pe-md-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-md-20 {
    padding-right: 1.25rem !important;
  }
  .pe-md-25 {
    padding-right: 1.5625rem !important;
  }
  .pe-md-30 {
    padding-right: 1.875rem !important;
  }
  .pe-md-40 {
    padding-right: 2.5rem !important;
  }
  .pe-md-50 {
    padding-right: 3.125rem !important;
  }
  .pe-md-60 {
    padding-right: 3.75rem !important;
  }
  .pe-md-70 {
    padding-right: 4.375rem !important;
  }
  .pe-md-80 {
    padding-right: 5rem !important;
  }
  .pe-md-90 {
    padding-right: 5.625rem !important;
  }
  .pe-md-100 {
    padding-right: 6.25rem !important;
  }
  .pe-md-110 {
    padding-right: 6.875rem !important;
  }
  .pe-md-120 {
    padding-right: 7.5rem !important;
  }
  .pe-md-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-md-130 {
    padding-right: 8.125rem !important;
  }
  .pe-md-140 {
    padding-right: 8.75rem !important;
  }
  .pe-md-150 {
    padding-right: 9.375rem !important;
  }
  .pe-md-160 {
    padding-right: 10rem !important;
  }
  .pe-md-170 {
    padding-right: 10.625rem !important;
  }
  .pe-md-180 {
    padding-right: 11.25rem !important;
  }
  .pe-md-190 {
    padding-right: 11.875rem !important;
  }
  .pe-md-200 {
    padding-right: 12.5rem !important;
  }
  .pe-md-240 {
    padding-right: 15rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-md-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-md-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-80 {
    padding-bottom: 5rem !important;
  }
  .pb-md-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-md-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-md-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-160 {
    padding-bottom: 10rem !important;
  }
  .pb-md-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-md-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-md-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-md-240 {
    padding-bottom: 15rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-10 {
    padding-left: 0.625rem !important;
  }
  .ps-md-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-md-20 {
    padding-left: 1.25rem !important;
  }
  .ps-md-25 {
    padding-left: 1.5625rem !important;
  }
  .ps-md-30 {
    padding-left: 1.875rem !important;
  }
  .ps-md-40 {
    padding-left: 2.5rem !important;
  }
  .ps-md-50 {
    padding-left: 3.125rem !important;
  }
  .ps-md-60 {
    padding-left: 3.75rem !important;
  }
  .ps-md-70 {
    padding-left: 4.375rem !important;
  }
  .ps-md-80 {
    padding-left: 5rem !important;
  }
  .ps-md-90 {
    padding-left: 5.625rem !important;
  }
  .ps-md-100 {
    padding-left: 6.25rem !important;
  }
  .ps-md-110 {
    padding-left: 6.875rem !important;
  }
  .ps-md-120 {
    padding-left: 7.5rem !important;
  }
  .ps-md-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-md-130 {
    padding-left: 8.125rem !important;
  }
  .ps-md-140 {
    padding-left: 8.75rem !important;
  }
  .ps-md-150 {
    padding-left: 9.375rem !important;
  }
  .ps-md-160 {
    padding-left: 10rem !important;
  }
  .ps-md-170 {
    padding-left: 10.625rem !important;
  }
  .ps-md-180 {
    padding-left: 11.25rem !important;
  }
  .ps-md-190 {
    padding-left: 11.875rem !important;
  }
  .ps-md-200 {
    padding-left: 12.5rem !important;
  }
  .ps-md-240 {
    padding-left: 15rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-5 {
    gap: 0.3125rem !important;
  }
  .gap-md-10 {
    gap: 0.625rem !important;
  }
  .gap-md-15 {
    gap: 0.9375rem !important;
  }
  .gap-md-20 {
    gap: 1.25rem !important;
  }
  .gap-md-25 {
    gap: 1.5625rem !important;
  }
  .gap-md-30 {
    gap: 1.875rem !important;
  }
  .gap-md-40 {
    gap: 2.5rem !important;
  }
  .gap-md-50 {
    gap: 3.125rem !important;
  }
  .gap-md-60 {
    gap: 3.75rem !important;
  }
  .gap-md-70 {
    gap: 4.375rem !important;
  }
  .gap-md-80 {
    gap: 5rem !important;
  }
  .gap-md-90 {
    gap: 5.625rem !important;
  }
  .gap-md-100 {
    gap: 6.25rem !important;
  }
  .gap-md-110 {
    gap: 6.875rem !important;
  }
  .gap-md-120 {
    gap: 7.5rem !important;
  }
  .gap-md-125 {
    gap: 7.8125rem !important;
  }
  .gap-md-130 {
    gap: 8.125rem !important;
  }
  .gap-md-140 {
    gap: 8.75rem !important;
  }
  .gap-md-150 {
    gap: 9.375rem !important;
  }
  .gap-md-160 {
    gap: 10rem !important;
  }
  .gap-md-170 {
    gap: 10.625rem !important;
  }
  .gap-md-180 {
    gap: 11.25rem !important;
  }
  .gap-md-190 {
    gap: 11.875rem !important;
  }
  .gap-md-200 {
    gap: 12.5rem !important;
  }
  .gap-md-240 {
    gap: 15rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-md-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-md-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-md-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-md-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-md-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-md-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-md-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-md-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-md-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-md-80 {
    row-gap: 5rem !important;
  }
  .row-gap-md-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-md-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-md-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-md-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-md-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-md-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-md-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-md-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-md-160 {
    row-gap: 10rem !important;
  }
  .row-gap-md-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-md-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-md-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-md-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-md-240 {
    row-gap: 15rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-md-10 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-md-15 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-md-20 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-md-25 {
    -moz-column-gap: 1.5625rem !important;
         column-gap: 1.5625rem !important;
  }
  .column-gap-md-30 {
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }
  .column-gap-md-40 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-md-50 {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }
  .column-gap-md-60 {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }
  .column-gap-md-70 {
    -moz-column-gap: 4.375rem !important;
         column-gap: 4.375rem !important;
  }
  .column-gap-md-80 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-md-90 {
    -moz-column-gap: 5.625rem !important;
         column-gap: 5.625rem !important;
  }
  .column-gap-md-100 {
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }
  .column-gap-md-110 {
    -moz-column-gap: 6.875rem !important;
         column-gap: 6.875rem !important;
  }
  .column-gap-md-120 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .column-gap-md-125 {
    -moz-column-gap: 7.8125rem !important;
         column-gap: 7.8125rem !important;
  }
  .column-gap-md-130 {
    -moz-column-gap: 8.125rem !important;
         column-gap: 8.125rem !important;
  }
  .column-gap-md-140 {
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }
  .column-gap-md-150 {
    -moz-column-gap: 9.375rem !important;
         column-gap: 9.375rem !important;
  }
  .column-gap-md-160 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-md-170 {
    -moz-column-gap: 10.625rem !important;
         column-gap: 10.625rem !important;
  }
  .column-gap-md-180 {
    -moz-column-gap: 11.25rem !important;
         column-gap: 11.25rem !important;
  }
  .column-gap-md-190 {
    -moz-column-gap: 11.875rem !important;
         column-gap: 11.875rem !important;
  }
  .column-gap-md-200 {
    -moz-column-gap: 12.5rem !important;
         column-gap: 12.5rem !important;
  }
  .column-gap-md-240 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-5 {
    margin: 0.3125rem !important;
  }
  .m-lg-10 {
    margin: 0.625rem !important;
  }
  .m-lg-15 {
    margin: 0.9375rem !important;
  }
  .m-lg-20 {
    margin: 1.25rem !important;
  }
  .m-lg-25 {
    margin: 1.5625rem !important;
  }
  .m-lg-30 {
    margin: 1.875rem !important;
  }
  .m-lg-40 {
    margin: 2.5rem !important;
  }
  .m-lg-50 {
    margin: 3.125rem !important;
  }
  .m-lg-60 {
    margin: 3.75rem !important;
  }
  .m-lg-70 {
    margin: 4.375rem !important;
  }
  .m-lg-80 {
    margin: 5rem !important;
  }
  .m-lg-90 {
    margin: 5.625rem !important;
  }
  .m-lg-100 {
    margin: 6.25rem !important;
  }
  .m-lg-110 {
    margin: 6.875rem !important;
  }
  .m-lg-120 {
    margin: 7.5rem !important;
  }
  .m-lg-125 {
    margin: 7.8125rem !important;
  }
  .m-lg-130 {
    margin: 8.125rem !important;
  }
  .m-lg-140 {
    margin: 8.75rem !important;
  }
  .m-lg-150 {
    margin: 9.375rem !important;
  }
  .m-lg-160 {
    margin: 10rem !important;
  }
  .m-lg-170 {
    margin: 10.625rem !important;
  }
  .m-lg-180 {
    margin: 11.25rem !important;
  }
  .m-lg-190 {
    margin: 11.875rem !important;
  }
  .m-lg-200 {
    margin: 12.5rem !important;
  }
  .m-lg-240 {
    margin: 15rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-lg-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-lg-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-lg-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lg-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-lg-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-lg-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-lg-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-lg-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lg-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-lg-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-lg-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-10 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-lg-20 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-25 {
    margin-top: 1.5625rem !important;
  }
  .mt-lg-30 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-40 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-50 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-60 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-70 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-80 {
    margin-top: 5rem !important;
  }
  .mt-lg-90 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-100 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-110 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-120 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-lg-130 {
    margin-top: 8.125rem !important;
  }
  .mt-lg-140 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-150 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-160 {
    margin-top: 10rem !important;
  }
  .mt-lg-170 {
    margin-top: 10.625rem !important;
  }
  .mt-lg-180 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-190 {
    margin-top: 11.875rem !important;
  }
  .mt-lg-200 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-240 {
    margin-top: 15rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-5 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-10 {
    margin-right: 0.625rem !important;
  }
  .me-lg-15 {
    margin-right: 0.9375rem !important;
  }
  .me-lg-20 {
    margin-right: 1.25rem !important;
  }
  .me-lg-25 {
    margin-right: 1.5625rem !important;
  }
  .me-lg-30 {
    margin-right: 1.875rem !important;
  }
  .me-lg-40 {
    margin-right: 2.5rem !important;
  }
  .me-lg-50 {
    margin-right: 3.125rem !important;
  }
  .me-lg-60 {
    margin-right: 3.75rem !important;
  }
  .me-lg-70 {
    margin-right: 4.375rem !important;
  }
  .me-lg-80 {
    margin-right: 5rem !important;
  }
  .me-lg-90 {
    margin-right: 5.625rem !important;
  }
  .me-lg-100 {
    margin-right: 6.25rem !important;
  }
  .me-lg-110 {
    margin-right: 6.875rem !important;
  }
  .me-lg-120 {
    margin-right: 7.5rem !important;
  }
  .me-lg-125 {
    margin-right: 7.8125rem !important;
  }
  .me-lg-130 {
    margin-right: 8.125rem !important;
  }
  .me-lg-140 {
    margin-right: 8.75rem !important;
  }
  .me-lg-150 {
    margin-right: 9.375rem !important;
  }
  .me-lg-160 {
    margin-right: 10rem !important;
  }
  .me-lg-170 {
    margin-right: 10.625rem !important;
  }
  .me-lg-180 {
    margin-right: 11.25rem !important;
  }
  .me-lg-190 {
    margin-right: 11.875rem !important;
  }
  .me-lg-200 {
    margin-right: 12.5rem !important;
  }
  .me-lg-240 {
    margin-right: 15rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-lg-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-80 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-lg-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-160 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-lg-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-lg-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-240 {
    margin-bottom: 15rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-10 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-lg-20 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-25 {
    margin-left: 1.5625rem !important;
  }
  .ms-lg-30 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-40 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-50 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-60 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-70 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-80 {
    margin-left: 5rem !important;
  }
  .ms-lg-90 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-100 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-110 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-120 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-lg-130 {
    margin-left: 8.125rem !important;
  }
  .ms-lg-140 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-150 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-160 {
    margin-left: 10rem !important;
  }
  .ms-lg-170 {
    margin-left: 10.625rem !important;
  }
  .ms-lg-180 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-190 {
    margin-left: 11.875rem !important;
  }
  .ms-lg-200 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-240 {
    margin-left: 15rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n5 {
    margin: -0.3125rem !important;
  }
  .m-lg-n10 {
    margin: -0.625rem !important;
  }
  .m-lg-n15 {
    margin: -0.9375rem !important;
  }
  .m-lg-n20 {
    margin: -1.25rem !important;
  }
  .m-lg-n25 {
    margin: -1.5625rem !important;
  }
  .m-lg-n30 {
    margin: -1.875rem !important;
  }
  .m-lg-n40 {
    margin: -2.5rem !important;
  }
  .m-lg-n50 {
    margin: -3.125rem !important;
  }
  .m-lg-n60 {
    margin: -3.75rem !important;
  }
  .m-lg-n70 {
    margin: -4.375rem !important;
  }
  .m-lg-n80 {
    margin: -5rem !important;
  }
  .m-lg-n90 {
    margin: -5.625rem !important;
  }
  .m-lg-n100 {
    margin: -6.25rem !important;
  }
  .m-lg-n110 {
    margin: -6.875rem !important;
  }
  .m-lg-n120 {
    margin: -7.5rem !important;
  }
  .m-lg-n125 {
    margin: -7.8125rem !important;
  }
  .m-lg-n130 {
    margin: -8.125rem !important;
  }
  .m-lg-n140 {
    margin: -8.75rem !important;
  }
  .m-lg-n150 {
    margin: -9.375rem !important;
  }
  .m-lg-n160 {
    margin: -10rem !important;
  }
  .m-lg-n170 {
    margin: -10.625rem !important;
  }
  .m-lg-n180 {
    margin: -11.25rem !important;
  }
  .m-lg-n190 {
    margin: -11.875rem !important;
  }
  .m-lg-n200 {
    margin: -12.5rem !important;
  }
  .m-lg-n240 {
    margin: -15rem !important;
  }
  .mx-lg-n5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-lg-n10 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-lg-n15 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-lg-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n25 {
    margin-right: -1.5625rem !important;
    margin-left: -1.5625rem !important;
  }
  .mx-lg-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-lg-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-lg-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n70 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-lg-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n90 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-lg-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n110 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-lg-n120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n125 {
    margin-right: -7.8125rem !important;
    margin-left: -7.8125rem !important;
  }
  .mx-lg-n130 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-lg-n140 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-lg-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-lg-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n170 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-lg-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-lg-n190 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-lg-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-lg-n240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-lg-n5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-lg-n10 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-lg-n15 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-lg-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n25 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }
  .my-lg-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-lg-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-lg-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n70 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-lg-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n90 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-lg-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n110 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-lg-n120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n125 {
    margin-top: -7.8125rem !important;
    margin-bottom: -7.8125rem !important;
  }
  .my-lg-n130 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-lg-n140 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-lg-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-lg-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n170 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-lg-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-lg-n190 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-lg-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-lg-n240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-lg-n5 {
    margin-top: -0.3125rem !important;
  }
  .mt-lg-n10 {
    margin-top: -0.625rem !important;
  }
  .mt-lg-n15 {
    margin-top: -0.9375rem !important;
  }
  .mt-lg-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n25 {
    margin-top: -1.5625rem !important;
  }
  .mt-lg-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-lg-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-lg-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n70 {
    margin-top: -4.375rem !important;
  }
  .mt-lg-n80 {
    margin-top: -5rem !important;
  }
  .mt-lg-n90 {
    margin-top: -5.625rem !important;
  }
  .mt-lg-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n110 {
    margin-top: -6.875rem !important;
  }
  .mt-lg-n120 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n125 {
    margin-top: -7.8125rem !important;
  }
  .mt-lg-n130 {
    margin-top: -8.125rem !important;
  }
  .mt-lg-n140 {
    margin-top: -8.75rem !important;
  }
  .mt-lg-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-lg-n160 {
    margin-top: -10rem !important;
  }
  .mt-lg-n170 {
    margin-top: -10.625rem !important;
  }
  .mt-lg-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-lg-n190 {
    margin-top: -11.875rem !important;
  }
  .mt-lg-n200 {
    margin-top: -12.5rem !important;
  }
  .mt-lg-n240 {
    margin-top: -15rem !important;
  }
  .me-lg-n5 {
    margin-right: -0.3125rem !important;
  }
  .me-lg-n10 {
    margin-right: -0.625rem !important;
  }
  .me-lg-n15 {
    margin-right: -0.9375rem !important;
  }
  .me-lg-n20 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n25 {
    margin-right: -1.5625rem !important;
  }
  .me-lg-n30 {
    margin-right: -1.875rem !important;
  }
  .me-lg-n40 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n50 {
    margin-right: -3.125rem !important;
  }
  .me-lg-n60 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n70 {
    margin-right: -4.375rem !important;
  }
  .me-lg-n80 {
    margin-right: -5rem !important;
  }
  .me-lg-n90 {
    margin-right: -5.625rem !important;
  }
  .me-lg-n100 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n110 {
    margin-right: -6.875rem !important;
  }
  .me-lg-n120 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n125 {
    margin-right: -7.8125rem !important;
  }
  .me-lg-n130 {
    margin-right: -8.125rem !important;
  }
  .me-lg-n140 {
    margin-right: -8.75rem !important;
  }
  .me-lg-n150 {
    margin-right: -9.375rem !important;
  }
  .me-lg-n160 {
    margin-right: -10rem !important;
  }
  .me-lg-n170 {
    margin-right: -10.625rem !important;
  }
  .me-lg-n180 {
    margin-right: -11.25rem !important;
  }
  .me-lg-n190 {
    margin-right: -11.875rem !important;
  }
  .me-lg-n200 {
    margin-right: -12.5rem !important;
  }
  .me-lg-n240 {
    margin-right: -15rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -0.625rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -0.9375rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n25 {
    margin-bottom: -1.5625rem !important;
  }
  .mb-lg-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-lg-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-lg-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n70 {
    margin-bottom: -4.375rem !important;
  }
  .mb-lg-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n90 {
    margin-bottom: -5.625rem !important;
  }
  .mb-lg-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n110 {
    margin-bottom: -6.875rem !important;
  }
  .mb-lg-n120 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n125 {
    margin-bottom: -7.8125rem !important;
  }
  .mb-lg-n130 {
    margin-bottom: -8.125rem !important;
  }
  .mb-lg-n140 {
    margin-bottom: -8.75rem !important;
  }
  .mb-lg-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-lg-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n170 {
    margin-bottom: -10.625rem !important;
  }
  .mb-lg-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-lg-n190 {
    margin-bottom: -11.875rem !important;
  }
  .mb-lg-n200 {
    margin-bottom: -12.5rem !important;
  }
  .mb-lg-n240 {
    margin-bottom: -15rem !important;
  }
  .ms-lg-n5 {
    margin-left: -0.3125rem !important;
  }
  .ms-lg-n10 {
    margin-left: -0.625rem !important;
  }
  .ms-lg-n15 {
    margin-left: -0.9375rem !important;
  }
  .ms-lg-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n25 {
    margin-left: -1.5625rem !important;
  }
  .ms-lg-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-lg-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-lg-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n70 {
    margin-left: -4.375rem !important;
  }
  .ms-lg-n80 {
    margin-left: -5rem !important;
  }
  .ms-lg-n90 {
    margin-left: -5.625rem !important;
  }
  .ms-lg-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n110 {
    margin-left: -6.875rem !important;
  }
  .ms-lg-n120 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n125 {
    margin-left: -7.8125rem !important;
  }
  .ms-lg-n130 {
    margin-left: -8.125rem !important;
  }
  .ms-lg-n140 {
    margin-left: -8.75rem !important;
  }
  .ms-lg-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-lg-n160 {
    margin-left: -10rem !important;
  }
  .ms-lg-n170 {
    margin-left: -10.625rem !important;
  }
  .ms-lg-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-lg-n190 {
    margin-left: -11.875rem !important;
  }
  .ms-lg-n200 {
    margin-left: -12.5rem !important;
  }
  .ms-lg-n240 {
    margin-left: -15rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-5 {
    padding: 0.3125rem !important;
  }
  .p-lg-10 {
    padding: 0.625rem !important;
  }
  .p-lg-15 {
    padding: 0.9375rem !important;
  }
  .p-lg-20 {
    padding: 1.25rem !important;
  }
  .p-lg-25 {
    padding: 1.5625rem !important;
  }
  .p-lg-30 {
    padding: 1.875rem !important;
  }
  .p-lg-40 {
    padding: 2.5rem !important;
  }
  .p-lg-50 {
    padding: 3.125rem !important;
  }
  .p-lg-60 {
    padding: 3.75rem !important;
  }
  .p-lg-70 {
    padding: 4.375rem !important;
  }
  .p-lg-80 {
    padding: 5rem !important;
  }
  .p-lg-90 {
    padding: 5.625rem !important;
  }
  .p-lg-100 {
    padding: 6.25rem !important;
  }
  .p-lg-110 {
    padding: 6.875rem !important;
  }
  .p-lg-120 {
    padding: 7.5rem !important;
  }
  .p-lg-125 {
    padding: 7.8125rem !important;
  }
  .p-lg-130 {
    padding: 8.125rem !important;
  }
  .p-lg-140 {
    padding: 8.75rem !important;
  }
  .p-lg-150 {
    padding: 9.375rem !important;
  }
  .p-lg-160 {
    padding: 10rem !important;
  }
  .p-lg-170 {
    padding: 10.625rem !important;
  }
  .p-lg-180 {
    padding: 11.25rem !important;
  }
  .p-lg-190 {
    padding: 11.875rem !important;
  }
  .p-lg-200 {
    padding: 12.5rem !important;
  }
  .p-lg-240 {
    padding: 15rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-lg-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-lg-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-lg-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lg-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-lg-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-lg-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-lg-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-lg-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-lg-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lg-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-lg-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-lg-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-lg-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-10 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-lg-20 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-25 {
    padding-top: 1.5625rem !important;
  }
  .pt-lg-30 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-40 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-50 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-60 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-70 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-80 {
    padding-top: 5rem !important;
  }
  .pt-lg-90 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-100 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-110 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-120 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-lg-130 {
    padding-top: 8.125rem !important;
  }
  .pt-lg-140 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-150 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-160 {
    padding-top: 10rem !important;
  }
  .pt-lg-170 {
    padding-top: 10.625rem !important;
  }
  .pt-lg-180 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-190 {
    padding-top: 11.875rem !important;
  }
  .pt-lg-200 {
    padding-top: 12.5rem !important;
  }
  .pt-lg-240 {
    padding-top: 15rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-10 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-lg-20 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-25 {
    padding-right: 1.5625rem !important;
  }
  .pe-lg-30 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-40 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-50 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-60 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-70 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-80 {
    padding-right: 5rem !important;
  }
  .pe-lg-90 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-100 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-110 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-120 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-lg-130 {
    padding-right: 8.125rem !important;
  }
  .pe-lg-140 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-150 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-160 {
    padding-right: 10rem !important;
  }
  .pe-lg-170 {
    padding-right: 10.625rem !important;
  }
  .pe-lg-180 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-190 {
    padding-right: 11.875rem !important;
  }
  .pe-lg-200 {
    padding-right: 12.5rem !important;
  }
  .pe-lg-240 {
    padding-right: 15rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-lg-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-80 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-lg-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lg-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-160 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-lg-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-lg-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-lg-240 {
    padding-bottom: 15rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-10 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-lg-20 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-25 {
    padding-left: 1.5625rem !important;
  }
  .ps-lg-30 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-40 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-50 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-60 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-70 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-80 {
    padding-left: 5rem !important;
  }
  .ps-lg-90 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-100 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-110 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-120 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-lg-130 {
    padding-left: 8.125rem !important;
  }
  .ps-lg-140 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-150 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-160 {
    padding-left: 10rem !important;
  }
  .ps-lg-170 {
    padding-left: 10.625rem !important;
  }
  .ps-lg-180 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-190 {
    padding-left: 11.875rem !important;
  }
  .ps-lg-200 {
    padding-left: 12.5rem !important;
  }
  .ps-lg-240 {
    padding-left: 15rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-5 {
    gap: 0.3125rem !important;
  }
  .gap-lg-10 {
    gap: 0.625rem !important;
  }
  .gap-lg-15 {
    gap: 0.9375rem !important;
  }
  .gap-lg-20 {
    gap: 1.25rem !important;
  }
  .gap-lg-25 {
    gap: 1.5625rem !important;
  }
  .gap-lg-30 {
    gap: 1.875rem !important;
  }
  .gap-lg-40 {
    gap: 2.5rem !important;
  }
  .gap-lg-50 {
    gap: 3.125rem !important;
  }
  .gap-lg-60 {
    gap: 3.75rem !important;
  }
  .gap-lg-70 {
    gap: 4.375rem !important;
  }
  .gap-lg-80 {
    gap: 5rem !important;
  }
  .gap-lg-90 {
    gap: 5.625rem !important;
  }
  .gap-lg-100 {
    gap: 6.25rem !important;
  }
  .gap-lg-110 {
    gap: 6.875rem !important;
  }
  .gap-lg-120 {
    gap: 7.5rem !important;
  }
  .gap-lg-125 {
    gap: 7.8125rem !important;
  }
  .gap-lg-130 {
    gap: 8.125rem !important;
  }
  .gap-lg-140 {
    gap: 8.75rem !important;
  }
  .gap-lg-150 {
    gap: 9.375rem !important;
  }
  .gap-lg-160 {
    gap: 10rem !important;
  }
  .gap-lg-170 {
    gap: 10.625rem !important;
  }
  .gap-lg-180 {
    gap: 11.25rem !important;
  }
  .gap-lg-190 {
    gap: 11.875rem !important;
  }
  .gap-lg-200 {
    gap: 12.5rem !important;
  }
  .gap-lg-240 {
    gap: 15rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-lg-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-lg-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-lg-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-lg-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-lg-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-lg-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-lg-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-lg-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-lg-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-lg-80 {
    row-gap: 5rem !important;
  }
  .row-gap-lg-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-lg-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-lg-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-lg-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-lg-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-lg-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-lg-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-lg-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-lg-160 {
    row-gap: 10rem !important;
  }
  .row-gap-lg-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-lg-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-lg-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-lg-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-lg-240 {
    row-gap: 15rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-lg-10 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-lg-15 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-lg-20 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-lg-25 {
    -moz-column-gap: 1.5625rem !important;
         column-gap: 1.5625rem !important;
  }
  .column-gap-lg-30 {
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }
  .column-gap-lg-40 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-lg-50 {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }
  .column-gap-lg-60 {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }
  .column-gap-lg-70 {
    -moz-column-gap: 4.375rem !important;
         column-gap: 4.375rem !important;
  }
  .column-gap-lg-80 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-lg-90 {
    -moz-column-gap: 5.625rem !important;
         column-gap: 5.625rem !important;
  }
  .column-gap-lg-100 {
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }
  .column-gap-lg-110 {
    -moz-column-gap: 6.875rem !important;
         column-gap: 6.875rem !important;
  }
  .column-gap-lg-120 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .column-gap-lg-125 {
    -moz-column-gap: 7.8125rem !important;
         column-gap: 7.8125rem !important;
  }
  .column-gap-lg-130 {
    -moz-column-gap: 8.125rem !important;
         column-gap: 8.125rem !important;
  }
  .column-gap-lg-140 {
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }
  .column-gap-lg-150 {
    -moz-column-gap: 9.375rem !important;
         column-gap: 9.375rem !important;
  }
  .column-gap-lg-160 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-lg-170 {
    -moz-column-gap: 10.625rem !important;
         column-gap: 10.625rem !important;
  }
  .column-gap-lg-180 {
    -moz-column-gap: 11.25rem !important;
         column-gap: 11.25rem !important;
  }
  .column-gap-lg-190 {
    -moz-column-gap: 11.875rem !important;
         column-gap: 11.875rem !important;
  }
  .column-gap-lg-200 {
    -moz-column-gap: 12.5rem !important;
         column-gap: 12.5rem !important;
  }
  .column-gap-lg-240 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-5 {
    margin: 0.3125rem !important;
  }
  .m-xl-10 {
    margin: 0.625rem !important;
  }
  .m-xl-15 {
    margin: 0.9375rem !important;
  }
  .m-xl-20 {
    margin: 1.25rem !important;
  }
  .m-xl-25 {
    margin: 1.5625rem !important;
  }
  .m-xl-30 {
    margin: 1.875rem !important;
  }
  .m-xl-40 {
    margin: 2.5rem !important;
  }
  .m-xl-50 {
    margin: 3.125rem !important;
  }
  .m-xl-60 {
    margin: 3.75rem !important;
  }
  .m-xl-70 {
    margin: 4.375rem !important;
  }
  .m-xl-80 {
    margin: 5rem !important;
  }
  .m-xl-90 {
    margin: 5.625rem !important;
  }
  .m-xl-100 {
    margin: 6.25rem !important;
  }
  .m-xl-110 {
    margin: 6.875rem !important;
  }
  .m-xl-120 {
    margin: 7.5rem !important;
  }
  .m-xl-125 {
    margin: 7.8125rem !important;
  }
  .m-xl-130 {
    margin: 8.125rem !important;
  }
  .m-xl-140 {
    margin: 8.75rem !important;
  }
  .m-xl-150 {
    margin: 9.375rem !important;
  }
  .m-xl-160 {
    margin: 10rem !important;
  }
  .m-xl-170 {
    margin: 10.625rem !important;
  }
  .m-xl-180 {
    margin: 11.25rem !important;
  }
  .m-xl-190 {
    margin: 11.875rem !important;
  }
  .m-xl-200 {
    margin: 12.5rem !important;
  }
  .m-xl-240 {
    margin: 15rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-xl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-xl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xl-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-xl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-xl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-xl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xl-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-xl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-xl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-25 {
    margin-top: 1.5625rem !important;
  }
  .mt-xl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-80 {
    margin-top: 5rem !important;
  }
  .mt-xl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-160 {
    margin-top: 10rem !important;
  }
  .mt-xl-170 {
    margin-top: 10.625rem !important;
  }
  .mt-xl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xl-190 {
    margin-top: 11.875rem !important;
  }
  .mt-xl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-240 {
    margin-top: 15rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-5 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xl-15 {
    margin-right: 0.9375rem !important;
  }
  .me-xl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xl-25 {
    margin-right: 1.5625rem !important;
  }
  .me-xl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xl-80 {
    margin-right: 5rem !important;
  }
  .me-xl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xl-160 {
    margin-right: 10rem !important;
  }
  .me-xl-170 {
    margin-right: 10.625rem !important;
  }
  .me-xl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xl-190 {
    margin-right: 11.875rem !important;
  }
  .me-xl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xl-240 {
    margin-right: 15rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-xl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-xl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xl-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-xl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-240 {
    margin-bottom: 15rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-xl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-25 {
    margin-left: 1.5625rem !important;
  }
  .ms-xl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-80 {
    margin-left: 5rem !important;
  }
  .ms-xl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-160 {
    margin-left: 10rem !important;
  }
  .ms-xl-170 {
    margin-left: 10.625rem !important;
  }
  .ms-xl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xl-190 {
    margin-left: 11.875rem !important;
  }
  .ms-xl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-240 {
    margin-left: 15rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n5 {
    margin: -0.3125rem !important;
  }
  .m-xl-n10 {
    margin: -0.625rem !important;
  }
  .m-xl-n15 {
    margin: -0.9375rem !important;
  }
  .m-xl-n20 {
    margin: -1.25rem !important;
  }
  .m-xl-n25 {
    margin: -1.5625rem !important;
  }
  .m-xl-n30 {
    margin: -1.875rem !important;
  }
  .m-xl-n40 {
    margin: -2.5rem !important;
  }
  .m-xl-n50 {
    margin: -3.125rem !important;
  }
  .m-xl-n60 {
    margin: -3.75rem !important;
  }
  .m-xl-n70 {
    margin: -4.375rem !important;
  }
  .m-xl-n80 {
    margin: -5rem !important;
  }
  .m-xl-n90 {
    margin: -5.625rem !important;
  }
  .m-xl-n100 {
    margin: -6.25rem !important;
  }
  .m-xl-n110 {
    margin: -6.875rem !important;
  }
  .m-xl-n120 {
    margin: -7.5rem !important;
  }
  .m-xl-n125 {
    margin: -7.8125rem !important;
  }
  .m-xl-n130 {
    margin: -8.125rem !important;
  }
  .m-xl-n140 {
    margin: -8.75rem !important;
  }
  .m-xl-n150 {
    margin: -9.375rem !important;
  }
  .m-xl-n160 {
    margin: -10rem !important;
  }
  .m-xl-n170 {
    margin: -10.625rem !important;
  }
  .m-xl-n180 {
    margin: -11.25rem !important;
  }
  .m-xl-n190 {
    margin: -11.875rem !important;
  }
  .m-xl-n200 {
    margin: -12.5rem !important;
  }
  .m-xl-n240 {
    margin: -15rem !important;
  }
  .mx-xl-n5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xl-n10 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xl-n15 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-xl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n25 {
    margin-right: -1.5625rem !important;
    margin-left: -1.5625rem !important;
  }
  .mx-xl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n70 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-xl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n90 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-xl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n110 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-xl-n120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n125 {
    margin-right: -7.8125rem !important;
    margin-left: -7.8125rem !important;
  }
  .mx-xl-n130 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-xl-n140 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-xl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n170 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-xl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xl-n190 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-xl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xl-n240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-xl-n5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xl-n10 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xl-n15 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-xl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n25 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }
  .my-xl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n70 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-xl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n90 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-xl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n110 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-xl-n120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n125 {
    margin-top: -7.8125rem !important;
    margin-bottom: -7.8125rem !important;
  }
  .my-xl-n130 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-xl-n140 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-xl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n170 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-xl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xl-n190 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-xl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xl-n240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-xl-n5 {
    margin-top: -0.3125rem !important;
  }
  .mt-xl-n10 {
    margin-top: -0.625rem !important;
  }
  .mt-xl-n15 {
    margin-top: -0.9375rem !important;
  }
  .mt-xl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n25 {
    margin-top: -1.5625rem !important;
  }
  .mt-xl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n70 {
    margin-top: -4.375rem !important;
  }
  .mt-xl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xl-n90 {
    margin-top: -5.625rem !important;
  }
  .mt-xl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n110 {
    margin-top: -6.875rem !important;
  }
  .mt-xl-n120 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n125 {
    margin-top: -7.8125rem !important;
  }
  .mt-xl-n130 {
    margin-top: -8.125rem !important;
  }
  .mt-xl-n140 {
    margin-top: -8.75rem !important;
  }
  .mt-xl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xl-n170 {
    margin-top: -10.625rem !important;
  }
  .mt-xl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xl-n190 {
    margin-top: -11.875rem !important;
  }
  .mt-xl-n200 {
    margin-top: -12.5rem !important;
  }
  .mt-xl-n240 {
    margin-top: -15rem !important;
  }
  .me-xl-n5 {
    margin-right: -0.3125rem !important;
  }
  .me-xl-n10 {
    margin-right: -0.625rem !important;
  }
  .me-xl-n15 {
    margin-right: -0.9375rem !important;
  }
  .me-xl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n25 {
    margin-right: -1.5625rem !important;
  }
  .me-xl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n70 {
    margin-right: -4.375rem !important;
  }
  .me-xl-n80 {
    margin-right: -5rem !important;
  }
  .me-xl-n90 {
    margin-right: -5.625rem !important;
  }
  .me-xl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n110 {
    margin-right: -6.875rem !important;
  }
  .me-xl-n120 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n125 {
    margin-right: -7.8125rem !important;
  }
  .me-xl-n130 {
    margin-right: -8.125rem !important;
  }
  .me-xl-n140 {
    margin-right: -8.75rem !important;
  }
  .me-xl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xl-n160 {
    margin-right: -10rem !important;
  }
  .me-xl-n170 {
    margin-right: -10.625rem !important;
  }
  .me-xl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xl-n190 {
    margin-right: -11.875rem !important;
  }
  .me-xl-n200 {
    margin-right: -12.5rem !important;
  }
  .me-xl-n240 {
    margin-right: -15rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -0.9375rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n25 {
    margin-bottom: -1.5625rem !important;
  }
  .mb-xl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n70 {
    margin-bottom: -4.375rem !important;
  }
  .mb-xl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n90 {
    margin-bottom: -5.625rem !important;
  }
  .mb-xl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n110 {
    margin-bottom: -6.875rem !important;
  }
  .mb-xl-n120 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n125 {
    margin-bottom: -7.8125rem !important;
  }
  .mb-xl-n130 {
    margin-bottom: -8.125rem !important;
  }
  .mb-xl-n140 {
    margin-bottom: -8.75rem !important;
  }
  .mb-xl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n170 {
    margin-bottom: -10.625rem !important;
  }
  .mb-xl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xl-n190 {
    margin-bottom: -11.875rem !important;
  }
  .mb-xl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xl-n240 {
    margin-bottom: -15rem !important;
  }
  .ms-xl-n5 {
    margin-left: -0.3125rem !important;
  }
  .ms-xl-n10 {
    margin-left: -0.625rem !important;
  }
  .ms-xl-n15 {
    margin-left: -0.9375rem !important;
  }
  .ms-xl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n25 {
    margin-left: -1.5625rem !important;
  }
  .ms-xl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n70 {
    margin-left: -4.375rem !important;
  }
  .ms-xl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xl-n90 {
    margin-left: -5.625rem !important;
  }
  .ms-xl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n110 {
    margin-left: -6.875rem !important;
  }
  .ms-xl-n120 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n125 {
    margin-left: -7.8125rem !important;
  }
  .ms-xl-n130 {
    margin-left: -8.125rem !important;
  }
  .ms-xl-n140 {
    margin-left: -8.75rem !important;
  }
  .ms-xl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xl-n170 {
    margin-left: -10.625rem !important;
  }
  .ms-xl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xl-n190 {
    margin-left: -11.875rem !important;
  }
  .ms-xl-n200 {
    margin-left: -12.5rem !important;
  }
  .ms-xl-n240 {
    margin-left: -15rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-5 {
    padding: 0.3125rem !important;
  }
  .p-xl-10 {
    padding: 0.625rem !important;
  }
  .p-xl-15 {
    padding: 0.9375rem !important;
  }
  .p-xl-20 {
    padding: 1.25rem !important;
  }
  .p-xl-25 {
    padding: 1.5625rem !important;
  }
  .p-xl-30 {
    padding: 1.875rem !important;
  }
  .p-xl-40 {
    padding: 2.5rem !important;
  }
  .p-xl-50 {
    padding: 3.125rem !important;
  }
  .p-xl-60 {
    padding: 3.75rem !important;
  }
  .p-xl-70 {
    padding: 4.375rem !important;
  }
  .p-xl-80 {
    padding: 5rem !important;
  }
  .p-xl-90 {
    padding: 5.625rem !important;
  }
  .p-xl-100 {
    padding: 6.25rem !important;
  }
  .p-xl-110 {
    padding: 6.875rem !important;
  }
  .p-xl-120 {
    padding: 7.5rem !important;
  }
  .p-xl-125 {
    padding: 7.8125rem !important;
  }
  .p-xl-130 {
    padding: 8.125rem !important;
  }
  .p-xl-140 {
    padding: 8.75rem !important;
  }
  .p-xl-150 {
    padding: 9.375rem !important;
  }
  .p-xl-160 {
    padding: 10rem !important;
  }
  .p-xl-170 {
    padding: 10.625rem !important;
  }
  .p-xl-180 {
    padding: 11.25rem !important;
  }
  .p-xl-190 {
    padding: 11.875rem !important;
  }
  .p-xl-200 {
    padding: 12.5rem !important;
  }
  .p-xl-240 {
    padding: 15rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-xl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-xl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xl-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-xl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xl-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-xl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-xl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xl-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-xl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xl-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-xl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-25 {
    padding-top: 1.5625rem !important;
  }
  .pt-xl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-80 {
    padding-top: 5rem !important;
  }
  .pt-xl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-160 {
    padding-top: 10rem !important;
  }
  .pt-xl-170 {
    padding-top: 10.625rem !important;
  }
  .pt-xl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xl-190 {
    padding-top: 11.875rem !important;
  }
  .pt-xl-200 {
    padding-top: 12.5rem !important;
  }
  .pt-xl-240 {
    padding-top: 15rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-xl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-25 {
    padding-right: 1.5625rem !important;
  }
  .pe-xl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-80 {
    padding-right: 5rem !important;
  }
  .pe-xl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-160 {
    padding-right: 10rem !important;
  }
  .pe-xl-170 {
    padding-right: 10.625rem !important;
  }
  .pe-xl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xl-190 {
    padding-right: 11.875rem !important;
  }
  .pe-xl-200 {
    padding-right: 12.5rem !important;
  }
  .pe-xl-240 {
    padding-right: 15rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-xl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-xl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xl-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-xl-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xl-240 {
    padding-bottom: 15rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-xl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-25 {
    padding-left: 1.5625rem !important;
  }
  .ps-xl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-80 {
    padding-left: 5rem !important;
  }
  .ps-xl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-160 {
    padding-left: 10rem !important;
  }
  .ps-xl-170 {
    padding-left: 10.625rem !important;
  }
  .ps-xl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xl-190 {
    padding-left: 11.875rem !important;
  }
  .ps-xl-200 {
    padding-left: 12.5rem !important;
  }
  .ps-xl-240 {
    padding-left: 15rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-5 {
    gap: 0.3125rem !important;
  }
  .gap-xl-10 {
    gap: 0.625rem !important;
  }
  .gap-xl-15 {
    gap: 0.9375rem !important;
  }
  .gap-xl-20 {
    gap: 1.25rem !important;
  }
  .gap-xl-25 {
    gap: 1.5625rem !important;
  }
  .gap-xl-30 {
    gap: 1.875rem !important;
  }
  .gap-xl-40 {
    gap: 2.5rem !important;
  }
  .gap-xl-50 {
    gap: 3.125rem !important;
  }
  .gap-xl-60 {
    gap: 3.75rem !important;
  }
  .gap-xl-70 {
    gap: 4.375rem !important;
  }
  .gap-xl-80 {
    gap: 5rem !important;
  }
  .gap-xl-90 {
    gap: 5.625rem !important;
  }
  .gap-xl-100 {
    gap: 6.25rem !important;
  }
  .gap-xl-110 {
    gap: 6.875rem !important;
  }
  .gap-xl-120 {
    gap: 7.5rem !important;
  }
  .gap-xl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xl-130 {
    gap: 8.125rem !important;
  }
  .gap-xl-140 {
    gap: 8.75rem !important;
  }
  .gap-xl-150 {
    gap: 9.375rem !important;
  }
  .gap-xl-160 {
    gap: 10rem !important;
  }
  .gap-xl-170 {
    gap: 10.625rem !important;
  }
  .gap-xl-180 {
    gap: 11.25rem !important;
  }
  .gap-xl-190 {
    gap: 11.875rem !important;
  }
  .gap-xl-200 {
    gap: 12.5rem !important;
  }
  .gap-xl-240 {
    gap: 15rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-xl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-xl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-xl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xl-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-xl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-xl-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-xl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xl-240 {
    row-gap: 15rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-xl-10 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-xl-15 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-xl-20 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-xl-25 {
    -moz-column-gap: 1.5625rem !important;
         column-gap: 1.5625rem !important;
  }
  .column-gap-xl-30 {
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }
  .column-gap-xl-40 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xl-50 {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }
  .column-gap-xl-60 {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }
  .column-gap-xl-70 {
    -moz-column-gap: 4.375rem !important;
         column-gap: 4.375rem !important;
  }
  .column-gap-xl-80 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xl-90 {
    -moz-column-gap: 5.625rem !important;
         column-gap: 5.625rem !important;
  }
  .column-gap-xl-100 {
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }
  .column-gap-xl-110 {
    -moz-column-gap: 6.875rem !important;
         column-gap: 6.875rem !important;
  }
  .column-gap-xl-120 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .column-gap-xl-125 {
    -moz-column-gap: 7.8125rem !important;
         column-gap: 7.8125rem !important;
  }
  .column-gap-xl-130 {
    -moz-column-gap: 8.125rem !important;
         column-gap: 8.125rem !important;
  }
  .column-gap-xl-140 {
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }
  .column-gap-xl-150 {
    -moz-column-gap: 9.375rem !important;
         column-gap: 9.375rem !important;
  }
  .column-gap-xl-160 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xl-170 {
    -moz-column-gap: 10.625rem !important;
         column-gap: 10.625rem !important;
  }
  .column-gap-xl-180 {
    -moz-column-gap: 11.25rem !important;
         column-gap: 11.25rem !important;
  }
  .column-gap-xl-190 {
    -moz-column-gap: 11.875rem !important;
         column-gap: 11.875rem !important;
  }
  .column-gap-xl-200 {
    -moz-column-gap: 12.5rem !important;
         column-gap: 12.5rem !important;
  }
  .column-gap-xl-240 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
       object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
       object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
       object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-5 {
    margin: 0.3125rem !important;
  }
  .m-xxl-10 {
    margin: 0.625rem !important;
  }
  .m-xxl-15 {
    margin: 0.9375rem !important;
  }
  .m-xxl-20 {
    margin: 1.25rem !important;
  }
  .m-xxl-25 {
    margin: 1.5625rem !important;
  }
  .m-xxl-30 {
    margin: 1.875rem !important;
  }
  .m-xxl-40 {
    margin: 2.5rem !important;
  }
  .m-xxl-50 {
    margin: 3.125rem !important;
  }
  .m-xxl-60 {
    margin: 3.75rem !important;
  }
  .m-xxl-70 {
    margin: 4.375rem !important;
  }
  .m-xxl-80 {
    margin: 5rem !important;
  }
  .m-xxl-90 {
    margin: 5.625rem !important;
  }
  .m-xxl-100 {
    margin: 6.25rem !important;
  }
  .m-xxl-110 {
    margin: 6.875rem !important;
  }
  .m-xxl-120 {
    margin: 7.5rem !important;
  }
  .m-xxl-125 {
    margin: 7.8125rem !important;
  }
  .m-xxl-130 {
    margin: 8.125rem !important;
  }
  .m-xxl-140 {
    margin: 8.75rem !important;
  }
  .m-xxl-150 {
    margin: 9.375rem !important;
  }
  .m-xxl-160 {
    margin: 10rem !important;
  }
  .m-xxl-170 {
    margin: 10.625rem !important;
  }
  .m-xxl-180 {
    margin: 11.25rem !important;
  }
  .m-xxl-190 {
    margin: 11.875rem !important;
  }
  .m-xxl-200 {
    margin: 12.5rem !important;
  }
  .m-xxl-240 {
    margin: 15rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xxl-10 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xxl-15 {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xxl-20 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xxl-25 {
    margin-right: 1.5625rem !important;
    margin-left: 1.5625rem !important;
  }
  .mx-xxl-30 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xxl-40 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xxl-50 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xxl-60 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xxl-70 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xxl-80 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-90 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xxl-100 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xxl-110 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xxl-120 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xxl-125 {
    margin-right: 7.8125rem !important;
    margin-left: 7.8125rem !important;
  }
  .mx-xxl-130 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xxl-140 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xxl-150 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xxl-160 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-170 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-xxl-180 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xxl-190 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-xxl-200 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xxl-240 {
    margin-right: 15rem !important;
    margin-left: 15rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xxl-10 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xxl-15 {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xxl-20 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xxl-25 {
    margin-top: 1.5625rem !important;
    margin-bottom: 1.5625rem !important;
  }
  .my-xxl-30 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xxl-40 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xxl-50 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xxl-60 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xxl-70 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xxl-80 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-90 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xxl-100 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xxl-110 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xxl-120 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xxl-125 {
    margin-top: 7.8125rem !important;
    margin-bottom: 7.8125rem !important;
  }
  .my-xxl-130 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xxl-140 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xxl-150 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xxl-160 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-170 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-xxl-180 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xxl-190 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-xxl-200 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xxl-240 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-5 {
    margin-top: 0.3125rem !important;
  }
  .mt-xxl-10 {
    margin-top: 0.625rem !important;
  }
  .mt-xxl-15 {
    margin-top: 0.9375rem !important;
  }
  .mt-xxl-20 {
    margin-top: 1.25rem !important;
  }
  .mt-xxl-25 {
    margin-top: 1.5625rem !important;
  }
  .mt-xxl-30 {
    margin-top: 1.875rem !important;
  }
  .mt-xxl-40 {
    margin-top: 2.5rem !important;
  }
  .mt-xxl-50 {
    margin-top: 3.125rem !important;
  }
  .mt-xxl-60 {
    margin-top: 3.75rem !important;
  }
  .mt-xxl-70 {
    margin-top: 4.375rem !important;
  }
  .mt-xxl-80 {
    margin-top: 5rem !important;
  }
  .mt-xxl-90 {
    margin-top: 5.625rem !important;
  }
  .mt-xxl-100 {
    margin-top: 6.25rem !important;
  }
  .mt-xxl-110 {
    margin-top: 6.875rem !important;
  }
  .mt-xxl-120 {
    margin-top: 7.5rem !important;
  }
  .mt-xxl-125 {
    margin-top: 7.8125rem !important;
  }
  .mt-xxl-130 {
    margin-top: 8.125rem !important;
  }
  .mt-xxl-140 {
    margin-top: 8.75rem !important;
  }
  .mt-xxl-150 {
    margin-top: 9.375rem !important;
  }
  .mt-xxl-160 {
    margin-top: 10rem !important;
  }
  .mt-xxl-170 {
    margin-top: 10.625rem !important;
  }
  .mt-xxl-180 {
    margin-top: 11.25rem !important;
  }
  .mt-xxl-190 {
    margin-top: 11.875rem !important;
  }
  .mt-xxl-200 {
    margin-top: 12.5rem !important;
  }
  .mt-xxl-240 {
    margin-top: 15rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-5 {
    margin-right: 0.3125rem !important;
  }
  .me-xxl-10 {
    margin-right: 0.625rem !important;
  }
  .me-xxl-15 {
    margin-right: 0.9375rem !important;
  }
  .me-xxl-20 {
    margin-right: 1.25rem !important;
  }
  .me-xxl-25 {
    margin-right: 1.5625rem !important;
  }
  .me-xxl-30 {
    margin-right: 1.875rem !important;
  }
  .me-xxl-40 {
    margin-right: 2.5rem !important;
  }
  .me-xxl-50 {
    margin-right: 3.125rem !important;
  }
  .me-xxl-60 {
    margin-right: 3.75rem !important;
  }
  .me-xxl-70 {
    margin-right: 4.375rem !important;
  }
  .me-xxl-80 {
    margin-right: 5rem !important;
  }
  .me-xxl-90 {
    margin-right: 5.625rem !important;
  }
  .me-xxl-100 {
    margin-right: 6.25rem !important;
  }
  .me-xxl-110 {
    margin-right: 6.875rem !important;
  }
  .me-xxl-120 {
    margin-right: 7.5rem !important;
  }
  .me-xxl-125 {
    margin-right: 7.8125rem !important;
  }
  .me-xxl-130 {
    margin-right: 8.125rem !important;
  }
  .me-xxl-140 {
    margin-right: 8.75rem !important;
  }
  .me-xxl-150 {
    margin-right: 9.375rem !important;
  }
  .me-xxl-160 {
    margin-right: 10rem !important;
  }
  .me-xxl-170 {
    margin-right: 10.625rem !important;
  }
  .me-xxl-180 {
    margin-right: 11.25rem !important;
  }
  .me-xxl-190 {
    margin-right: 11.875rem !important;
  }
  .me-xxl-200 {
    margin-right: 12.5rem !important;
  }
  .me-xxl-240 {
    margin-right: 15rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xxl-15 {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xxl-20 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xxl-25 {
    margin-bottom: 1.5625rem !important;
  }
  .mb-xxl-30 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xxl-40 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xxl-50 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xxl-60 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xxl-70 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xxl-80 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-90 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xxl-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xxl-110 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xxl-120 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xxl-125 {
    margin-bottom: 7.8125rem !important;
  }
  .mb-xxl-130 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xxl-140 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xxl-150 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xxl-160 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-170 {
    margin-bottom: 10.625rem !important;
  }
  .mb-xxl-180 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xxl-190 {
    margin-bottom: 11.875rem !important;
  }
  .mb-xxl-200 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xxl-240 {
    margin-bottom: 15rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-5 {
    margin-left: 0.3125rem !important;
  }
  .ms-xxl-10 {
    margin-left: 0.625rem !important;
  }
  .ms-xxl-15 {
    margin-left: 0.9375rem !important;
  }
  .ms-xxl-20 {
    margin-left: 1.25rem !important;
  }
  .ms-xxl-25 {
    margin-left: 1.5625rem !important;
  }
  .ms-xxl-30 {
    margin-left: 1.875rem !important;
  }
  .ms-xxl-40 {
    margin-left: 2.5rem !important;
  }
  .ms-xxl-50 {
    margin-left: 3.125rem !important;
  }
  .ms-xxl-60 {
    margin-left: 3.75rem !important;
  }
  .ms-xxl-70 {
    margin-left: 4.375rem !important;
  }
  .ms-xxl-80 {
    margin-left: 5rem !important;
  }
  .ms-xxl-90 {
    margin-left: 5.625rem !important;
  }
  .ms-xxl-100 {
    margin-left: 6.25rem !important;
  }
  .ms-xxl-110 {
    margin-left: 6.875rem !important;
  }
  .ms-xxl-120 {
    margin-left: 7.5rem !important;
  }
  .ms-xxl-125 {
    margin-left: 7.8125rem !important;
  }
  .ms-xxl-130 {
    margin-left: 8.125rem !important;
  }
  .ms-xxl-140 {
    margin-left: 8.75rem !important;
  }
  .ms-xxl-150 {
    margin-left: 9.375rem !important;
  }
  .ms-xxl-160 {
    margin-left: 10rem !important;
  }
  .ms-xxl-170 {
    margin-left: 10.625rem !important;
  }
  .ms-xxl-180 {
    margin-left: 11.25rem !important;
  }
  .ms-xxl-190 {
    margin-left: 11.875rem !important;
  }
  .ms-xxl-200 {
    margin-left: 12.5rem !important;
  }
  .ms-xxl-240 {
    margin-left: 15rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n5 {
    margin: -0.3125rem !important;
  }
  .m-xxl-n10 {
    margin: -0.625rem !important;
  }
  .m-xxl-n15 {
    margin: -0.9375rem !important;
  }
  .m-xxl-n20 {
    margin: -1.25rem !important;
  }
  .m-xxl-n25 {
    margin: -1.5625rem !important;
  }
  .m-xxl-n30 {
    margin: -1.875rem !important;
  }
  .m-xxl-n40 {
    margin: -2.5rem !important;
  }
  .m-xxl-n50 {
    margin: -3.125rem !important;
  }
  .m-xxl-n60 {
    margin: -3.75rem !important;
  }
  .m-xxl-n70 {
    margin: -4.375rem !important;
  }
  .m-xxl-n80 {
    margin: -5rem !important;
  }
  .m-xxl-n90 {
    margin: -5.625rem !important;
  }
  .m-xxl-n100 {
    margin: -6.25rem !important;
  }
  .m-xxl-n110 {
    margin: -6.875rem !important;
  }
  .m-xxl-n120 {
    margin: -7.5rem !important;
  }
  .m-xxl-n125 {
    margin: -7.8125rem !important;
  }
  .m-xxl-n130 {
    margin: -8.125rem !important;
  }
  .m-xxl-n140 {
    margin: -8.75rem !important;
  }
  .m-xxl-n150 {
    margin: -9.375rem !important;
  }
  .m-xxl-n160 {
    margin: -10rem !important;
  }
  .m-xxl-n170 {
    margin: -10.625rem !important;
  }
  .m-xxl-n180 {
    margin: -11.25rem !important;
  }
  .m-xxl-n190 {
    margin: -11.875rem !important;
  }
  .m-xxl-n200 {
    margin: -12.5rem !important;
  }
  .m-xxl-n240 {
    margin: -15rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xxl-n10 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xxl-n15 {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-xxl-n20 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xxl-n25 {
    margin-right: -1.5625rem !important;
    margin-left: -1.5625rem !important;
  }
  .mx-xxl-n30 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xxl-n40 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xxl-n50 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xxl-n60 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xxl-n70 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-xxl-n80 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xxl-n90 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-xxl-n100 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xxl-n110 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-xxl-n120 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xxl-n125 {
    margin-right: -7.8125rem !important;
    margin-left: -7.8125rem !important;
  }
  .mx-xxl-n130 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-xxl-n140 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-xxl-n150 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xxl-n160 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xxl-n170 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-xxl-n180 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xxl-n190 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-xxl-n200 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .mx-xxl-n240 {
    margin-right: -15rem !important;
    margin-left: -15rem !important;
  }
  .my-xxl-n5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xxl-n10 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xxl-n15 {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-xxl-n20 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xxl-n25 {
    margin-top: -1.5625rem !important;
    margin-bottom: -1.5625rem !important;
  }
  .my-xxl-n30 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xxl-n40 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xxl-n50 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xxl-n60 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xxl-n70 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-xxl-n80 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xxl-n90 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-xxl-n100 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xxl-n110 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-xxl-n120 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xxl-n125 {
    margin-top: -7.8125rem !important;
    margin-bottom: -7.8125rem !important;
  }
  .my-xxl-n130 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-xxl-n140 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-xxl-n150 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xxl-n160 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xxl-n170 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-xxl-n180 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xxl-n190 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-xxl-n200 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .my-xxl-n240 {
    margin-top: -15rem !important;
    margin-bottom: -15rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -0.3125rem !important;
  }
  .mt-xxl-n10 {
    margin-top: -0.625rem !important;
  }
  .mt-xxl-n15 {
    margin-top: -0.9375rem !important;
  }
  .mt-xxl-n20 {
    margin-top: -1.25rem !important;
  }
  .mt-xxl-n25 {
    margin-top: -1.5625rem !important;
  }
  .mt-xxl-n30 {
    margin-top: -1.875rem !important;
  }
  .mt-xxl-n40 {
    margin-top: -2.5rem !important;
  }
  .mt-xxl-n50 {
    margin-top: -3.125rem !important;
  }
  .mt-xxl-n60 {
    margin-top: -3.75rem !important;
  }
  .mt-xxl-n70 {
    margin-top: -4.375rem !important;
  }
  .mt-xxl-n80 {
    margin-top: -5rem !important;
  }
  .mt-xxl-n90 {
    margin-top: -5.625rem !important;
  }
  .mt-xxl-n100 {
    margin-top: -6.25rem !important;
  }
  .mt-xxl-n110 {
    margin-top: -6.875rem !important;
  }
  .mt-xxl-n120 {
    margin-top: -7.5rem !important;
  }
  .mt-xxl-n125 {
    margin-top: -7.8125rem !important;
  }
  .mt-xxl-n130 {
    margin-top: -8.125rem !important;
  }
  .mt-xxl-n140 {
    margin-top: -8.75rem !important;
  }
  .mt-xxl-n150 {
    margin-top: -9.375rem !important;
  }
  .mt-xxl-n160 {
    margin-top: -10rem !important;
  }
  .mt-xxl-n170 {
    margin-top: -10.625rem !important;
  }
  .mt-xxl-n180 {
    margin-top: -11.25rem !important;
  }
  .mt-xxl-n190 {
    margin-top: -11.875rem !important;
  }
  .mt-xxl-n200 {
    margin-top: -12.5rem !important;
  }
  .mt-xxl-n240 {
    margin-top: -15rem !important;
  }
  .me-xxl-n5 {
    margin-right: -0.3125rem !important;
  }
  .me-xxl-n10 {
    margin-right: -0.625rem !important;
  }
  .me-xxl-n15 {
    margin-right: -0.9375rem !important;
  }
  .me-xxl-n20 {
    margin-right: -1.25rem !important;
  }
  .me-xxl-n25 {
    margin-right: -1.5625rem !important;
  }
  .me-xxl-n30 {
    margin-right: -1.875rem !important;
  }
  .me-xxl-n40 {
    margin-right: -2.5rem !important;
  }
  .me-xxl-n50 {
    margin-right: -3.125rem !important;
  }
  .me-xxl-n60 {
    margin-right: -3.75rem !important;
  }
  .me-xxl-n70 {
    margin-right: -4.375rem !important;
  }
  .me-xxl-n80 {
    margin-right: -5rem !important;
  }
  .me-xxl-n90 {
    margin-right: -5.625rem !important;
  }
  .me-xxl-n100 {
    margin-right: -6.25rem !important;
  }
  .me-xxl-n110 {
    margin-right: -6.875rem !important;
  }
  .me-xxl-n120 {
    margin-right: -7.5rem !important;
  }
  .me-xxl-n125 {
    margin-right: -7.8125rem !important;
  }
  .me-xxl-n130 {
    margin-right: -8.125rem !important;
  }
  .me-xxl-n140 {
    margin-right: -8.75rem !important;
  }
  .me-xxl-n150 {
    margin-right: -9.375rem !important;
  }
  .me-xxl-n160 {
    margin-right: -10rem !important;
  }
  .me-xxl-n170 {
    margin-right: -10.625rem !important;
  }
  .me-xxl-n180 {
    margin-right: -11.25rem !important;
  }
  .me-xxl-n190 {
    margin-right: -11.875rem !important;
  }
  .me-xxl-n200 {
    margin-right: -12.5rem !important;
  }
  .me-xxl-n240 {
    margin-right: -15rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xxl-n10 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xxl-n15 {
    margin-bottom: -0.9375rem !important;
  }
  .mb-xxl-n20 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xxl-n25 {
    margin-bottom: -1.5625rem !important;
  }
  .mb-xxl-n30 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xxl-n40 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xxl-n50 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xxl-n60 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xxl-n70 {
    margin-bottom: -4.375rem !important;
  }
  .mb-xxl-n80 {
    margin-bottom: -5rem !important;
  }
  .mb-xxl-n90 {
    margin-bottom: -5.625rem !important;
  }
  .mb-xxl-n100 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xxl-n110 {
    margin-bottom: -6.875rem !important;
  }
  .mb-xxl-n120 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xxl-n125 {
    margin-bottom: -7.8125rem !important;
  }
  .mb-xxl-n130 {
    margin-bottom: -8.125rem !important;
  }
  .mb-xxl-n140 {
    margin-bottom: -8.75rem !important;
  }
  .mb-xxl-n150 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xxl-n160 {
    margin-bottom: -10rem !important;
  }
  .mb-xxl-n170 {
    margin-bottom: -10.625rem !important;
  }
  .mb-xxl-n180 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xxl-n190 {
    margin-bottom: -11.875rem !important;
  }
  .mb-xxl-n200 {
    margin-bottom: -12.5rem !important;
  }
  .mb-xxl-n240 {
    margin-bottom: -15rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -0.3125rem !important;
  }
  .ms-xxl-n10 {
    margin-left: -0.625rem !important;
  }
  .ms-xxl-n15 {
    margin-left: -0.9375rem !important;
  }
  .ms-xxl-n20 {
    margin-left: -1.25rem !important;
  }
  .ms-xxl-n25 {
    margin-left: -1.5625rem !important;
  }
  .ms-xxl-n30 {
    margin-left: -1.875rem !important;
  }
  .ms-xxl-n40 {
    margin-left: -2.5rem !important;
  }
  .ms-xxl-n50 {
    margin-left: -3.125rem !important;
  }
  .ms-xxl-n60 {
    margin-left: -3.75rem !important;
  }
  .ms-xxl-n70 {
    margin-left: -4.375rem !important;
  }
  .ms-xxl-n80 {
    margin-left: -5rem !important;
  }
  .ms-xxl-n90 {
    margin-left: -5.625rem !important;
  }
  .ms-xxl-n100 {
    margin-left: -6.25rem !important;
  }
  .ms-xxl-n110 {
    margin-left: -6.875rem !important;
  }
  .ms-xxl-n120 {
    margin-left: -7.5rem !important;
  }
  .ms-xxl-n125 {
    margin-left: -7.8125rem !important;
  }
  .ms-xxl-n130 {
    margin-left: -8.125rem !important;
  }
  .ms-xxl-n140 {
    margin-left: -8.75rem !important;
  }
  .ms-xxl-n150 {
    margin-left: -9.375rem !important;
  }
  .ms-xxl-n160 {
    margin-left: -10rem !important;
  }
  .ms-xxl-n170 {
    margin-left: -10.625rem !important;
  }
  .ms-xxl-n180 {
    margin-left: -11.25rem !important;
  }
  .ms-xxl-n190 {
    margin-left: -11.875rem !important;
  }
  .ms-xxl-n200 {
    margin-left: -12.5rem !important;
  }
  .ms-xxl-n240 {
    margin-left: -15rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-5 {
    padding: 0.3125rem !important;
  }
  .p-xxl-10 {
    padding: 0.625rem !important;
  }
  .p-xxl-15 {
    padding: 0.9375rem !important;
  }
  .p-xxl-20 {
    padding: 1.25rem !important;
  }
  .p-xxl-25 {
    padding: 1.5625rem !important;
  }
  .p-xxl-30 {
    padding: 1.875rem !important;
  }
  .p-xxl-40 {
    padding: 2.5rem !important;
  }
  .p-xxl-50 {
    padding: 3.125rem !important;
  }
  .p-xxl-60 {
    padding: 3.75rem !important;
  }
  .p-xxl-70 {
    padding: 4.375rem !important;
  }
  .p-xxl-80 {
    padding: 5rem !important;
  }
  .p-xxl-90 {
    padding: 5.625rem !important;
  }
  .p-xxl-100 {
    padding: 6.25rem !important;
  }
  .p-xxl-110 {
    padding: 6.875rem !important;
  }
  .p-xxl-120 {
    padding: 7.5rem !important;
  }
  .p-xxl-125 {
    padding: 7.8125rem !important;
  }
  .p-xxl-130 {
    padding: 8.125rem !important;
  }
  .p-xxl-140 {
    padding: 8.75rem !important;
  }
  .p-xxl-150 {
    padding: 9.375rem !important;
  }
  .p-xxl-160 {
    padding: 10rem !important;
  }
  .p-xxl-170 {
    padding: 10.625rem !important;
  }
  .p-xxl-180 {
    padding: 11.25rem !important;
  }
  .p-xxl-190 {
    padding: 11.875rem !important;
  }
  .p-xxl-200 {
    padding: 12.5rem !important;
  }
  .p-xxl-240 {
    padding: 15rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xxl-10 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xxl-15 {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xxl-20 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xxl-25 {
    padding-right: 1.5625rem !important;
    padding-left: 1.5625rem !important;
  }
  .px-xxl-30 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xxl-40 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xxl-50 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xxl-60 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xxl-70 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xxl-80 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-90 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xxl-100 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xxl-110 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xxl-120 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xxl-125 {
    padding-right: 7.8125rem !important;
    padding-left: 7.8125rem !important;
  }
  .px-xxl-130 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xxl-140 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xxl-150 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xxl-160 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xxl-170 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-xxl-180 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xxl-190 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-xxl-200 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .px-xxl-240 {
    padding-right: 15rem !important;
    padding-left: 15rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xxl-10 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xxl-15 {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xxl-20 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xxl-25 {
    padding-top: 1.5625rem !important;
    padding-bottom: 1.5625rem !important;
  }
  .py-xxl-30 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xxl-40 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xxl-50 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xxl-60 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xxl-70 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xxl-80 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-90 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xxl-100 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xxl-110 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xxl-120 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xxl-125 {
    padding-top: 7.8125rem !important;
    padding-bottom: 7.8125rem !important;
  }
  .py-xxl-130 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xxl-140 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xxl-150 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xxl-160 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xxl-170 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-xxl-180 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xxl-190 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-xxl-200 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .py-xxl-240 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-5 {
    padding-top: 0.3125rem !important;
  }
  .pt-xxl-10 {
    padding-top: 0.625rem !important;
  }
  .pt-xxl-15 {
    padding-top: 0.9375rem !important;
  }
  .pt-xxl-20 {
    padding-top: 1.25rem !important;
  }
  .pt-xxl-25 {
    padding-top: 1.5625rem !important;
  }
  .pt-xxl-30 {
    padding-top: 1.875rem !important;
  }
  .pt-xxl-40 {
    padding-top: 2.5rem !important;
  }
  .pt-xxl-50 {
    padding-top: 3.125rem !important;
  }
  .pt-xxl-60 {
    padding-top: 3.75rem !important;
  }
  .pt-xxl-70 {
    padding-top: 4.375rem !important;
  }
  .pt-xxl-80 {
    padding-top: 5rem !important;
  }
  .pt-xxl-90 {
    padding-top: 5.625rem !important;
  }
  .pt-xxl-100 {
    padding-top: 6.25rem !important;
  }
  .pt-xxl-110 {
    padding-top: 6.875rem !important;
  }
  .pt-xxl-120 {
    padding-top: 7.5rem !important;
  }
  .pt-xxl-125 {
    padding-top: 7.8125rem !important;
  }
  .pt-xxl-130 {
    padding-top: 8.125rem !important;
  }
  .pt-xxl-140 {
    padding-top: 8.75rem !important;
  }
  .pt-xxl-150 {
    padding-top: 9.375rem !important;
  }
  .pt-xxl-160 {
    padding-top: 10rem !important;
  }
  .pt-xxl-170 {
    padding-top: 10.625rem !important;
  }
  .pt-xxl-180 {
    padding-top: 11.25rem !important;
  }
  .pt-xxl-190 {
    padding-top: 11.875rem !important;
  }
  .pt-xxl-200 {
    padding-top: 12.5rem !important;
  }
  .pt-xxl-240 {
    padding-top: 15rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-5 {
    padding-right: 0.3125rem !important;
  }
  .pe-xxl-10 {
    padding-right: 0.625rem !important;
  }
  .pe-xxl-15 {
    padding-right: 0.9375rem !important;
  }
  .pe-xxl-20 {
    padding-right: 1.25rem !important;
  }
  .pe-xxl-25 {
    padding-right: 1.5625rem !important;
  }
  .pe-xxl-30 {
    padding-right: 1.875rem !important;
  }
  .pe-xxl-40 {
    padding-right: 2.5rem !important;
  }
  .pe-xxl-50 {
    padding-right: 3.125rem !important;
  }
  .pe-xxl-60 {
    padding-right: 3.75rem !important;
  }
  .pe-xxl-70 {
    padding-right: 4.375rem !important;
  }
  .pe-xxl-80 {
    padding-right: 5rem !important;
  }
  .pe-xxl-90 {
    padding-right: 5.625rem !important;
  }
  .pe-xxl-100 {
    padding-right: 6.25rem !important;
  }
  .pe-xxl-110 {
    padding-right: 6.875rem !important;
  }
  .pe-xxl-120 {
    padding-right: 7.5rem !important;
  }
  .pe-xxl-125 {
    padding-right: 7.8125rem !important;
  }
  .pe-xxl-130 {
    padding-right: 8.125rem !important;
  }
  .pe-xxl-140 {
    padding-right: 8.75rem !important;
  }
  .pe-xxl-150 {
    padding-right: 9.375rem !important;
  }
  .pe-xxl-160 {
    padding-right: 10rem !important;
  }
  .pe-xxl-170 {
    padding-right: 10.625rem !important;
  }
  .pe-xxl-180 {
    padding-right: 11.25rem !important;
  }
  .pe-xxl-190 {
    padding-right: 11.875rem !important;
  }
  .pe-xxl-200 {
    padding-right: 12.5rem !important;
  }
  .pe-xxl-240 {
    padding-right: 15rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xxl-15 {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xxl-20 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xxl-25 {
    padding-bottom: 1.5625rem !important;
  }
  .pb-xxl-30 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xxl-40 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xxl-50 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xxl-60 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xxl-70 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xxl-80 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-90 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xxl-100 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xxl-110 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xxl-120 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xxl-125 {
    padding-bottom: 7.8125rem !important;
  }
  .pb-xxl-130 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xxl-140 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xxl-150 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xxl-160 {
    padding-bottom: 10rem !important;
  }
  .pb-xxl-170 {
    padding-bottom: 10.625rem !important;
  }
  .pb-xxl-180 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xxl-190 {
    padding-bottom: 11.875rem !important;
  }
  .pb-xxl-200 {
    padding-bottom: 12.5rem !important;
  }
  .pb-xxl-240 {
    padding-bottom: 15rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-5 {
    padding-left: 0.3125rem !important;
  }
  .ps-xxl-10 {
    padding-left: 0.625rem !important;
  }
  .ps-xxl-15 {
    padding-left: 0.9375rem !important;
  }
  .ps-xxl-20 {
    padding-left: 1.25rem !important;
  }
  .ps-xxl-25 {
    padding-left: 1.5625rem !important;
  }
  .ps-xxl-30 {
    padding-left: 1.875rem !important;
  }
  .ps-xxl-40 {
    padding-left: 2.5rem !important;
  }
  .ps-xxl-50 {
    padding-left: 3.125rem !important;
  }
  .ps-xxl-60 {
    padding-left: 3.75rem !important;
  }
  .ps-xxl-70 {
    padding-left: 4.375rem !important;
  }
  .ps-xxl-80 {
    padding-left: 5rem !important;
  }
  .ps-xxl-90 {
    padding-left: 5.625rem !important;
  }
  .ps-xxl-100 {
    padding-left: 6.25rem !important;
  }
  .ps-xxl-110 {
    padding-left: 6.875rem !important;
  }
  .ps-xxl-120 {
    padding-left: 7.5rem !important;
  }
  .ps-xxl-125 {
    padding-left: 7.8125rem !important;
  }
  .ps-xxl-130 {
    padding-left: 8.125rem !important;
  }
  .ps-xxl-140 {
    padding-left: 8.75rem !important;
  }
  .ps-xxl-150 {
    padding-left: 9.375rem !important;
  }
  .ps-xxl-160 {
    padding-left: 10rem !important;
  }
  .ps-xxl-170 {
    padding-left: 10.625rem !important;
  }
  .ps-xxl-180 {
    padding-left: 11.25rem !important;
  }
  .ps-xxl-190 {
    padding-left: 11.875rem !important;
  }
  .ps-xxl-200 {
    padding-left: 12.5rem !important;
  }
  .ps-xxl-240 {
    padding-left: 15rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-5 {
    gap: 0.3125rem !important;
  }
  .gap-xxl-10 {
    gap: 0.625rem !important;
  }
  .gap-xxl-15 {
    gap: 0.9375rem !important;
  }
  .gap-xxl-20 {
    gap: 1.25rem !important;
  }
  .gap-xxl-25 {
    gap: 1.5625rem !important;
  }
  .gap-xxl-30 {
    gap: 1.875rem !important;
  }
  .gap-xxl-40 {
    gap: 2.5rem !important;
  }
  .gap-xxl-50 {
    gap: 3.125rem !important;
  }
  .gap-xxl-60 {
    gap: 3.75rem !important;
  }
  .gap-xxl-70 {
    gap: 4.375rem !important;
  }
  .gap-xxl-80 {
    gap: 5rem !important;
  }
  .gap-xxl-90 {
    gap: 5.625rem !important;
  }
  .gap-xxl-100 {
    gap: 6.25rem !important;
  }
  .gap-xxl-110 {
    gap: 6.875rem !important;
  }
  .gap-xxl-120 {
    gap: 7.5rem !important;
  }
  .gap-xxl-125 {
    gap: 7.8125rem !important;
  }
  .gap-xxl-130 {
    gap: 8.125rem !important;
  }
  .gap-xxl-140 {
    gap: 8.75rem !important;
  }
  .gap-xxl-150 {
    gap: 9.375rem !important;
  }
  .gap-xxl-160 {
    gap: 10rem !important;
  }
  .gap-xxl-170 {
    gap: 10.625rem !important;
  }
  .gap-xxl-180 {
    gap: 11.25rem !important;
  }
  .gap-xxl-190 {
    gap: 11.875rem !important;
  }
  .gap-xxl-200 {
    gap: 12.5rem !important;
  }
  .gap-xxl-240 {
    gap: 15rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-5 {
    row-gap: 0.3125rem !important;
  }
  .row-gap-xxl-10 {
    row-gap: 0.625rem !important;
  }
  .row-gap-xxl-15 {
    row-gap: 0.9375rem !important;
  }
  .row-gap-xxl-20 {
    row-gap: 1.25rem !important;
  }
  .row-gap-xxl-25 {
    row-gap: 1.5625rem !important;
  }
  .row-gap-xxl-30 {
    row-gap: 1.875rem !important;
  }
  .row-gap-xxl-40 {
    row-gap: 2.5rem !important;
  }
  .row-gap-xxl-50 {
    row-gap: 3.125rem !important;
  }
  .row-gap-xxl-60 {
    row-gap: 3.75rem !important;
  }
  .row-gap-xxl-70 {
    row-gap: 4.375rem !important;
  }
  .row-gap-xxl-80 {
    row-gap: 5rem !important;
  }
  .row-gap-xxl-90 {
    row-gap: 5.625rem !important;
  }
  .row-gap-xxl-100 {
    row-gap: 6.25rem !important;
  }
  .row-gap-xxl-110 {
    row-gap: 6.875rem !important;
  }
  .row-gap-xxl-120 {
    row-gap: 7.5rem !important;
  }
  .row-gap-xxl-125 {
    row-gap: 7.8125rem !important;
  }
  .row-gap-xxl-130 {
    row-gap: 8.125rem !important;
  }
  .row-gap-xxl-140 {
    row-gap: 8.75rem !important;
  }
  .row-gap-xxl-150 {
    row-gap: 9.375rem !important;
  }
  .row-gap-xxl-160 {
    row-gap: 10rem !important;
  }
  .row-gap-xxl-170 {
    row-gap: 10.625rem !important;
  }
  .row-gap-xxl-180 {
    row-gap: 11.25rem !important;
  }
  .row-gap-xxl-190 {
    row-gap: 11.875rem !important;
  }
  .row-gap-xxl-200 {
    row-gap: 12.5rem !important;
  }
  .row-gap-xxl-240 {
    row-gap: 15rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
         column-gap: 0 !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 0.3125rem !important;
         column-gap: 0.3125rem !important;
  }
  .column-gap-xxl-10 {
    -moz-column-gap: 0.625rem !important;
         column-gap: 0.625rem !important;
  }
  .column-gap-xxl-15 {
    -moz-column-gap: 0.9375rem !important;
         column-gap: 0.9375rem !important;
  }
  .column-gap-xxl-20 {
    -moz-column-gap: 1.25rem !important;
         column-gap: 1.25rem !important;
  }
  .column-gap-xxl-25 {
    -moz-column-gap: 1.5625rem !important;
         column-gap: 1.5625rem !important;
  }
  .column-gap-xxl-30 {
    -moz-column-gap: 1.875rem !important;
         column-gap: 1.875rem !important;
  }
  .column-gap-xxl-40 {
    -moz-column-gap: 2.5rem !important;
         column-gap: 2.5rem !important;
  }
  .column-gap-xxl-50 {
    -moz-column-gap: 3.125rem !important;
         column-gap: 3.125rem !important;
  }
  .column-gap-xxl-60 {
    -moz-column-gap: 3.75rem !important;
         column-gap: 3.75rem !important;
  }
  .column-gap-xxl-70 {
    -moz-column-gap: 4.375rem !important;
         column-gap: 4.375rem !important;
  }
  .column-gap-xxl-80 {
    -moz-column-gap: 5rem !important;
         column-gap: 5rem !important;
  }
  .column-gap-xxl-90 {
    -moz-column-gap: 5.625rem !important;
         column-gap: 5.625rem !important;
  }
  .column-gap-xxl-100 {
    -moz-column-gap: 6.25rem !important;
         column-gap: 6.25rem !important;
  }
  .column-gap-xxl-110 {
    -moz-column-gap: 6.875rem !important;
         column-gap: 6.875rem !important;
  }
  .column-gap-xxl-120 {
    -moz-column-gap: 7.5rem !important;
         column-gap: 7.5rem !important;
  }
  .column-gap-xxl-125 {
    -moz-column-gap: 7.8125rem !important;
         column-gap: 7.8125rem !important;
  }
  .column-gap-xxl-130 {
    -moz-column-gap: 8.125rem !important;
         column-gap: 8.125rem !important;
  }
  .column-gap-xxl-140 {
    -moz-column-gap: 8.75rem !important;
         column-gap: 8.75rem !important;
  }
  .column-gap-xxl-150 {
    -moz-column-gap: 9.375rem !important;
         column-gap: 9.375rem !important;
  }
  .column-gap-xxl-160 {
    -moz-column-gap: 10rem !important;
         column-gap: 10rem !important;
  }
  .column-gap-xxl-170 {
    -moz-column-gap: 10.625rem !important;
         column-gap: 10.625rem !important;
  }
  .column-gap-xxl-180 {
    -moz-column-gap: 11.25rem !important;
         column-gap: 11.25rem !important;
  }
  .column-gap-xxl-190 {
    -moz-column-gap: 11.875rem !important;
         column-gap: 11.875rem !important;
  }
  .column-gap-xxl-200 {
    -moz-column-gap: 12.5rem !important;
         column-gap: 12.5rem !important;
  }
  .column-gap-xxl-240 {
    -moz-column-gap: 15rem !important;
         column-gap: 15rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 1.688rem !important;
  }
  .fs-3 {
    font-size: 1.438rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  /** Width for the drawer. */
  --mm-ocd-width: 80%;
  /** Min-width for the drawer. */
  --mm-ocd-min-width: 200px;
  /** Max-width for the drawer. */
  --mm-ocd-max-width: 440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  transition-property: bottom, background-color;
  transition-duration: 0s, 0.3s;
  transition-timing-function: ease;
  transition-delay: 0.45s, 0.15s;
}
.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
.mm-ocd--left .mm-ocd__content {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.mm-ocd--right .mm-ocd__content {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.mm-ocd--open .mm-ocd__content {
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}
.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}
.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

/** Animation duration. */
/** Arrow size. */
/** Arrow weight. */
/** Border opacity. */
/** Navbar opacity. */
/** Arrow opacity. */
.mm-spn a,
.mm-spn span, .mm-spn li, .mm-spn ul, .mm-spn {
  display: block;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  /** Height for menu items. */
  --mm-spn-item-height: 50px;
  /** Indent for menu items. */
  --mm-spn-item-indent: 20px;
  /** Line height for menu items. */
  --mm-spn-line-height: 24px;
  /** Panel offset. */
  --mm-spn-panel-offset: 30%;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  clip-path: inset(0 0 0 0);
  transform: translateX(0px);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset));
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  transition: left 0.3s ease 0s;
  cursor: default;
}
.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}
.mm-spn > ul {
  left: 0;
}
.mm-spn ul.mm-spn--open {
  left: 0;
}
.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}
.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}
.mm-spn li:after {
  content: "";
  display: block;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a,
.mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}
.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}
.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}
.mm-spn span {
  background: transparent;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}
.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}
.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}
.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}
.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}
.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}
.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}
.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}
.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}
.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}
.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}
.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  transform: rotate(135deg) translate(-50%, 0);
}
.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

#mobileMenu ul {
  display: none;
}

.mm-ocd.mm-ocd--open #mobileMenu ul {
  display: block;
}
.mm-ocd .mm-spn.mm-spn--light {
  color: #E5DCC9;
  background-color: #3C3C22;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.mm-ocd .mm-spn.mm-spn--navbar::after {
  font-weight: 700;
}

/**
 * Swiper 11.2.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 10, 2025
 */
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

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

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

.swiper-button-lock {
  display: none;
}

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

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

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

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

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.controls .swiper-prev, .controls .swiper-next {
  display: inline-flex;
  cursor: pointer;
}
.controls .swiper-prev.swiper-button-disabled, .controls .swiper-next.swiper-button-disabled {
  opacity: 0.5;
}
.controls .swiper-prev {
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .controls .swiper-prev {
    margin-right: 4px;
  }
}
.controls .swiper-next {
  margin-left: 10px;
}
@media (max-width: 767.98px) {
  .controls .swiper-next {
    margin-left: 4px;
  }
}
.controls .swiper-button-lock {
  display: none;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
  font-weight: 600;
  font-size: 1.188rem;
  background-color: rgba(60, 60, 34, 0.05);
  color: #3C3C22;
  border: 1px solid #3C3C22;
  border-radius: 0.25rem;
  padding-top: 20px;
  padding-bottom: 20px;
}
.woocommerce .woocommerce-error::before, .woocommerce .woocommerce-info::before, .woocommerce .woocommerce-message::before {
  top: auto;
}
.woocommerce .woocommerce-message {
  background-color: rgb(240.6, 243.7, 239);
  border-color: #6F8E5F !important;
}
.woocommerce .woocommerce-message::before {
  color: #6F8E5F !important;
}
.woocommerce .woocommerce-info {
  background-color: rgb(245.25, 245.25, 243.95);
  border-color: #3C3C22 !important;
}
.woocommerce .woocommerce-info::before {
  color: #3C3C22 !important;
}
.woocommerce .woocommerce-error {
  background-color: rgb(250.3, 240.2, 235.8);
  border-color: #D06B3F !important;
}
.woocommerce .woocommerce-error::before {
  color: #D06B3F !important;
}
.woocommerce .content-area .site-main {
  padding-top: 1.875rem;
}
.woocommerce .woocommerce-breadcrumb {
  color: rgba(82, 81, 38, 0.5);
  font-size: 0.875rem;
  margin-bottom: 2.5rem;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #525126;
  text-decoration: none;
}
.woocommerce .woocommerce-breadcrumb a:hover {
  color: #3C3C22;
}
.woocommerce .woocommerce-breadcrumb span {
  color: #525126;
}
.woocommerce ul.products li.product {
  margin: 0 2.33% 3.75rem 0;
  margin-left: 0;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .woocommerce ul.products li.product {
    margin-bottom: 2.5rem;
  }
}
.woocommerce ul.products li.product .price {
  font-size: 1.1875rem;
  font-weight: 700;
  color: currentColor;
}
.woocommerce ul.products li.product .price .from {
  font-size: inherit;
  color: currentColor;
  text-transform: none;
}
.woocommerce ul.products li.product .price .delivery-info {
  font-size: 1rem;
  font-weight: 400;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover .attachment-woocommerce_thumbnail {
  transform: scale(1.025);
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover .h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover .woocommerce-thankyou-order-received, .woocommerce ul.products li.product .woocommerce-LoopProduct-link:hover div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond ul.products li.product .woocommerce-LoopProduct-link:hover .comment-reply-title, .woocommerce ul.products div.product div.woocommerce-tabs ul.tabs li.product .woocommerce-LoopProduct-link:hover a, .woocommerce div.product div.woocommerce-tabs ul.tabs ul.products li.product .woocommerce-LoopProduct-link:hover a {
  border-bottom-color: #FFC94E;
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link .h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-thankyou-order-received, .woocommerce ul.products li.product .woocommerce-LoopProduct-link div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond ul.products li.product .woocommerce-LoopProduct-link .comment-reply-title, .woocommerce ul.products div.product div.woocommerce-tabs ul.tabs li.product .woocommerce-LoopProduct-link a, .woocommerce div.product div.woocommerce-tabs ul.tabs ul.products li.product .woocommerce-LoopProduct-link a {
  border-bottom: 4px solid transparent;
  padding-bottom: 4px;
}
@media (max-width: 767.98px) {
  .woocommerce ul.products li.product .woocommerce-LoopProduct-link h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link .h2, .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce ul.products li.product .woocommerce-LoopProduct-link .woocommerce-thankyou-order-received, .woocommerce ul.products li.product .woocommerce-LoopProduct-link div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond ul.products li.product .woocommerce-LoopProduct-link .comment-reply-title, .woocommerce ul.products div.product div.woocommerce-tabs ul.tabs li.product .woocommerce-LoopProduct-link a, .woocommerce div.product div.woocommerce-tabs ul.tabs ul.products li.product .woocommerce-LoopProduct-link a {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
}
.woocommerce ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product div.images {
  width: round(48%, 1px);
}
@media (max-width: 991.98px) {
  .woocommerce div.product div.images {
    width: 100%;
  }
}
.woocommerce div.product div.images .product-gallery-caption {
  font-size: 0.875rem;
  margin-top: 0.625rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 {
  margin-bottom: 3.75rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-viewport {
  margin-bottom: 1.25rem;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs {
  margin: 0 -5px;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
  padding: 5px;
  width: 33.333%;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
  clear: left;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__trigger {
  transition: all 0.2s ease-in-out;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__trigger::before {
  border-color: #525126;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__trigger::after {
  background: #525126;
}
.woocommerce div.product div.images.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__trigger:hover {
  transform: scale(1.2);
}
.woocommerce div.product div.woocommerce-tabs ul.tabs {
  padding: 0;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs::before {
  border-bottom-color: #CCC4B0;
  bottom: 2px;
}
@media (max-width: 767.98px) {
  .woocommerce div.product div.woocommerce-tabs ul.tabs::before {
    display: none;
  }
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li {
  border: none;
  color: #525126;
  background-color: transparent;
  border-radius: 0;
  margin: 0 20px;
  padding: 0 5px;
}
@media (max-width: 767.98px) {
  .woocommerce div.product div.woocommerce-tabs ul.tabs li {
    margin: 0 0 15px 0;
    padding: 0;
  }
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:first-of-type {
  margin-left: 0;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li:last-of-type {
  margin-right: 0;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active {
  background-color: transparent;
  border-bottom-color: #FFC94E;
  border-bottom-width: 5px;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li.active::after {
  box-shadow: none;
  background-color: #FFC94E;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li::before {
  display: none;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 5px;
  background-color: #CCC4B0;
  box-shadow: none;
  border: none;
  border-radius: 5px;
}
.woocommerce div.product div.woocommerce-tabs ul.tabs li a {
  font-family: "PT Serif", serif;
}
@media (max-width: 767.98px) {
  .woocommerce div.product div.woocommerce-tabs ul.tabs li a {
    margin-bottom: 10px;
  }
}
.woocommerce div.product div.woocommerce-tabs #reviews #comments ol.commentlist {
  padding: 0;
}
.woocommerce div.product div.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text {
  border-color: transparent;
  background-color: rgba(255, 255, 255, 0.35);
  margin: 0;
}
.woocommerce div.product div.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating {
  width: 6em;
  margin-bottom: 0.5rem;
  color: #FFC94E;
}
.woocommerce div.product div.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating::before {
  letter-spacing: 0.125rem;
  color: currentColor;
}
.woocommerce div.product div.woocommerce-tabs #reviews #comments ol.commentlist li .comment-text .star-rating span::before {
  letter-spacing: 0.125rem;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper {
  padding: 1.25rem;
  background: #fff;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
  display: block;
  margin-bottom: 10px;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .comment-notes {
  margin-bottom: 1.25rem;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form label {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form input[type=checkbox] {
  border-color: rgb(118, 118, 118) !important;
  margin-right: 4px;
}
.woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .form-submit {
  text-align: right;
}
.woocommerce div.product div.summary .product_title, .woocommerce div.product div.summary h1, .woocommerce div.product div.summary .h1 {
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.woocommerce div.product div.summary .woocommerce-product-rating {
  margin-bottom: 1.25rem;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating {
  width: 6em;
  margin-bottom: 0.5rem;
  color: #FFC94E;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating::before {
  letter-spacing: 0.125rem;
  color: currentColor;
}
.woocommerce div.product div.summary .woocommerce-product-rating .star-rating span::before {
  letter-spacing: 0.125rem;
}
.woocommerce div.product div.summary .price {
  color: #525126;
  font-size: inherit;
  margin-bottom: 5px;
}
.woocommerce div.product div.summary .price .woocommerce-Price-amount, .woocommerce div.product div.summary .price .from {
  font-family: "PT Serif", serif;
  font-size: 1.688rem;
  font-weight: 700;
  margin-bottom: 0;
}
.woocommerce div.product div.summary .price del {
  font-size: 1.688rem;
  font-weight: 400;
  color: #525126;
  opacity: 0.35;
}
.woocommerce div.product div.summary .price ins {
  font-size: 1.688rem;
  font-weight: 700;
  text-decoration: none;
}
.woocommerce div.product div.summary .price .postcode-required {
  display: none;
}
.woocommerce div.product div.summary .delivery-info {
  font-size: 1.1875rem;
}
.woocommerce div.product div.summary .woocommerce-product-details__short-description {
  font-size: 1.25rem;
}
.woocommerce div.product div.summary .scrollable-table-wrapper {
  max-height: 660px;
  overflow-y: auto;
}
.woocommerce div.product div.summary .custom-variation-table {
  border-color: #E5DCC9;
}
.woocommerce div.product div.summary .custom-variation-table th {
  position: sticky;
  top: 0;
}
.woocommerce div.product div.summary .custom-variation-table th, .woocommerce div.product div.summary .custom-variation-table td {
  color: #525126;
  padding: 1.125rem 0.9375rem;
  font-size: 1.1875rem;
}
.woocommerce div.product div.summary .custom-variation-table th input[type=radio], .woocommerce div.product div.summary .custom-variation-table td input[type=radio] {
  width: 1rem;
  height: 1rem;
  border: 2px solid #525126;
}
.woocommerce div.product div.summary .custom-variation-table th del, .woocommerce div.product div.summary .custom-variation-table td del {
  color: #525126;
  opacity: 0.35;
}
.woocommerce div.product div.summary .custom-variation-table th ins, .woocommerce div.product div.summary .custom-variation-table td ins {
  text-decoration: none;
}
.woocommerce div.product div.summary .custom-variation-table thead th {
  font-size: 1.25rem;
  font-weight: 400;
  color: #E5DCC9;
  background-color: #525126;
  border: none;
}
.woocommerce div.product div.summary .custom-variation-footer input:disabled {
  opacity: 0.45;
}
.woocommerce div.product div.summary .stock.in-stock {
  display: flex;
  align-items: center;
  color: #198754;
  font-size: 1rem;
}
.woocommerce div.product div.summary .stock.in-stock::before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 8px 5px 0;
}
.woocommerce div.product div.summary .stock.out-of-stock {
  color: #D06B3F;
}
.woocommerce div.product div.summary form.cart {
  display: flex;
}
.woocommerce div.product div.summary form.cart .quantity {
  margin: 0 10px 0 0;
}
.woocommerce div.product div.summary form.cart .quantity input {
  width: 5rem;
  height: 100%;
}
@media (max-width: 767.98px) {
  .woocommerce div.product div.summary form.cart .quantity input {
    margin-left: auto;
  }
}
.woocommerce div.product div.summary form.variations_form {
  display: block;
}
.woocommerce div.product div.summary form.variations_form .woocommerce-variation-add-to-cart {
  display: flex;
}
.woocommerce div.product div.summary form.variations_form .variations {
  margin-bottom: 1.25rem;
}
.woocommerce div.product div.summary form.variations_form .variations tr th, .woocommerce div.product div.summary form.variations_form .variations tr td {
  vertical-align: middle;
  padding-bottom: 0.625rem;
}
.woocommerce div.product div.summary form.variations_form .variations label {
  font-size: 0.9375rem;
  font-weight: 500;
}
.woocommerce div.product div.summary form.variations_form .variations select {
  display: inline-block;
  width: auto;
  min-width: 0;
}
.woocommerce div.product .related-products .swiper-slide img {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .woocommerce-cart .woocommerce .shop_table .actions .coupon {
    display: flex;
  }
}
.woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text {
  width: auto;
  margin: 0 10px 0 0 !important;
}
@media (max-width: 991.98px) {
  .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
}
.woocommerce-cart .woocommerce .shop_table .actions .coupon .button {
  display: block !important;
}
@media (max-width: 991.98px) {
  .woocommerce-cart .woocommerce .shop_table .actions .coupon .button {
    width: 100%;
  }
}
.woocommerce-cart .woocommerce .button:disabled {
  padding: 0.75rem 1.625rem !important;
}
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
  text-align: right;
}
.woocommerce-cart .cart-collaterals .cross-sells .products .product {
  margin-bottom: 30px;
}
.woocommerce-cart .cart-collaterals .cross-sells .products .product h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-thankyou-order-received, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs ul.tabs li a, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title {
  margin-bottom: 10px;
}
.woocommerce-cart .cart-collaterals .cross-sells .products .product .price {
  margin-bottom: 0;
}

.woocommerce-checkout .checkout-notice :last-child {
  margin-bottom: 0;
}
.woocommerce-checkout button.button:disabled {
  padding: 0.75rem 1.625rem !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  background-color: rgba(60, 60, 34, 0.05);
  color: #3C3C22;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_box {
  background-color: rgb(231.6, 231.6, 228.48);
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment .payment_box::before {
  border-bottom-color: rgb(231.6, 231.6, 228.48);
}
.woocommerce-checkout .woocommerce-thankyou-order-received {
  margin-bottom: 30px;
}
.woocommerce-checkout .woocommerce-thankyou-order-details {
  padding-left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 1.25rem;
}
.woocommerce-checkout .woocommerce .checkout_coupon .coupon-error-notice {
  font-size: 1rem;
  font-weight: 700;
  color: #D06B3F;
}

body {
  -webkit-font-smoothing: antialiased;
}

/**
 * Basic typography styles
 */
h1, .h1, h2, .h2, .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce-checkout .woocommerce-thankyou-order-received, h3, .h3, h4, .h4, .woocommerce-cart .cart-collaterals .cross-sells .products .product h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .h2, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs ul.tabs li a, .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-thankyou-order-received, h5, .h5 {
  padding: 0;
}

h1:not(.h1, .display-2, .product_title), .h1:not(.h1, .display-2, .product_title) {
  display: inline-flex;
  justify-content: center;
  align-items: start;
  font-weight: 700;
  margin-bottom: 1.875rem;
}
h1:not(.h1, .display-2, .product_title)::before, .h1:not(.h1, .display-2, .product_title)::before, h1:not(.h1, .display-2, .product_title)::after, .h1:not(.h1, .display-2, .product_title)::after {
  content: url("/wp-content/themes/fieldcompost/dist/assets/icon-butterfly-brown-400.svg");
}
h1:not(.h1, .display-2, .product_title)::before, .h1:not(.h1, .display-2, .product_title)::before {
  margin-right: 1.875rem;
}
h1:not(.h1, .display-2, .product_title)::after, .h1:not(.h1, .display-2, .product_title)::after {
  margin-left: 1.875rem;
}
@media (max-width: 767.98px) {
  h1:not(.h1, .display-2, .product_title), .h1:not(.h1, .display-2, .product_title) {
    flex-direction: column;
    align-items: center;
  }
  h1:not(.h1, .display-2, .product_title)::before, .h1:not(.h1, .display-2, .product_title)::before, h1:not(.h1, .display-2, .product_title)::after, .h1:not(.h1, .display-2, .product_title)::after {
    margin: 0;
  }
  h1:not(.h1, .display-2, .product_title)::before, .h1:not(.h1, .display-2, .product_title)::before {
    margin-bottom: 0.625rem;
  }
  h1:not(.h1, .display-2, .product_title)::after, .h1:not(.h1, .display-2, .product_title)::after {
    display: none;
  }
}

h3, .h3, h4, .h4, .woocommerce-cart .cart-collaterals .cross-sells .products .product h2, .woocommerce-cart .cart-collaterals .cross-sells .products .product .h2, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs ul.tabs li a, .woocommerce-cart .cart-collaterals .cross-sells .products .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce .woocommerce-cart .cart-collaterals .cross-sells .products div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .woocommerce-cart .cart-collaterals .cross-sells .products .product .woocommerce-thankyou-order-received, .h4, .woocommerce-cart .cart-collaterals .cross-sells .products .product h2 {
  font-family: var(--bs-font-sans-serif);
}

.wysiwyg :last-child {
  margin-bottom: 0;
}
.wysiwyg ul, .wysiwyg ol {
  padding-left: 1rem;
}
.wysiwyg ul li, .wysiwyg ol li {
  margin-bottom: 0.9375rem;
}
.wysiwyg .wp-caption {
  max-width: 100%;
}
.wysiwyg .wp-caption .wp-caption-text {
  margin-top: 0.625rem;
}
.wysiwyg a:not(.btn) {
  color: currentColor;
}
.navbar .navbar-brand {
  position: absolute;
  top: 12px;
}
@media (max-width: 991.98px) {
  .navbar .navbar-brand {
    width: 110px;
  }
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
@media (max-width: 1399.98px) {
  .navbar .navbar-nav .nav-item .nav-link {
    padding-right: calc(var(--bs-navbar-nav-link-padding-x) * 0.6);
    padding-left: calc(var(--bs-navbar-nav-link-padding-x) * 0.6);
  }
}
.navbar .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  margin: 0 auto;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-nav .nav-item .nav-link[aria-expanded=true]::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) * 2);
  background-color: #FFC94E;
}
@media (max-width: 1399.98px) {
  .navbar .navbar-nav .nav-item .nav-link[aria-expanded=true]::after, .navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: calc(100% - var(--bs-navbar-nav-link-padding-x) * 0.6 * 2);
  }
}
.navbar .navbar-nav .nav-item.current_page_item .nav-link::after, .navbar .navbar-nav .nav-item.current_page_parent .nav-link::after, .navbar .navbar-nav .nav-item.active .nav-link::after, .navbar .navbar-nav .nav-item.current_page_ancestor .nav-link::after {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x));
  background-color: #FFC94E;
}
@media (max-width: 1399.98px) {
  .navbar .navbar-nav .nav-item.current_page_item .nav-link::after, .navbar .navbar-nav .nav-item.current_page_parent .nav-link::after, .navbar .navbar-nav .nav-item.active .nav-link::after, .navbar .navbar-nav .nav-item.current_page_ancestor .nav-link::after {
    width: calc(100% - var(--bs-navbar-nav-link-padding-x) * 0.6 * 2);
  }
}

.nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.nav-footer .nav-item .nav-link {
  color: #FFC94E;
  font-weight: 400;
  text-transform: none;
  padding: 0;
  letter-spacing: 0em;
}

.mega-menu-nav {
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.mega-menu-nav .menu-item {
  width: 220px;
  margin-top: var(--bs-gutter-y);
  transition: all 0.2s ease-in-out;
}
.mega-menu-nav .menu-item:hover {
  transform: scale(1.025);
}
.mega-menu-nav .menu-item:hover img {
  box-shadow: 0 0 0 4px #FFC94E;
}
.mega-menu-nav .menu-item a {
  color: #525126;
  letter-spacing: 0.02em;
}
.mega-menu-nav .menu-item img {
  transition: all 0.2s ease-in-out;
}

.product-help-and-advice-menu .nav-item .nav-link {
  position: relative;
  margin: 0 40px;
}
.product-help-and-advice-menu .nav-item .nav-link::after {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  display: block;
  width: 0;
  height: 4px;
  margin: 0 auto;
  border-radius: 1rem;
  transition: all 0.2s ease-in-out;
}
.product-help-and-advice-menu .nav-item .nav-link:hover::after {
  width: calc(100% - var(--bs-nav-link-padding-x) * 2);
  background-color: #FFC94E;
}

.breadcrumbs {
  color: #525126;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 2.5rem;
}
.breadcrumbs a {
  color: #525126;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #3C3C22;
}
.breadcrumbs span.breadcrumb_last {
  color: rgba(82, 81, 38, 0.5);
}

header {
  z-index: 1045;
}
header .top-strip {
  min-height: 70px;
}
header .top-strip .message {
  font-size: 1.1875rem;
}
@media (max-width: 991.98px) {
  header .top-strip .message {
    font-size: 1rem;
  }
}
header .top-strip .message p:last-of-type {
  margin-bottom: 0;
}
header .top-strip .basket-button {
  padding: 8px 20px 8px 15px;
  border-radius: 1.25rem;
  text-decoration: none;
}
header .phone {
  font-size: 1.125rem;
}

.customer-reviews::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 51vw;
  height: 30px;
  margin: 0 auto;
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/grass.svg");
  background-position: center bottom;
  background-repeat: repeat-x;
}
.customer-reviews::before {
  position: relative;
  content: "";
  display: flex;
  width: 100%;
  padding-bottom: 2.7380952381%;
  padding-bottom: round(nearest, 2.7380952381%, 1px);
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/curve-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
  transform: scale(-1, -1);
}
.customer-reviews img {
  width: 25vw;
}

@media (min-width: 768px) {
  .compost-club-signup input {
    width: 330px;
    max-width: 50vw;
  }
}

footer::before {
  content: "";
  display: block;
  height: 20px;
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/soil-edge.svg");
  background-position: center;
  background-repeat: repeat-x;
  transform: translateY(-100%);
}
footer a {
  color: #FFC94E;
  text-decoration: none;
}

.btn, body .gform_wrapper.gravity-theme .gform_footer .gform_button, .search-filter-field--control-type-load_more .search-filter-input-button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button, .woocommerce-cart .woocommerce .button, .woocommerce-cart .woocommerce .button.alt, .woocommerce-checkout button.button, .woocommerce-checkout button.button.alt {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
.btn svg, body .gform_wrapper.gravity-theme .gform_footer .gform_button svg, .search-filter-field--control-type-load_more .search-filter-input-button svg, .woocommerce .woocommerce-error .button svg, .woocommerce .woocommerce-info .button svg, .woocommerce .woocommerce-message .button svg, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit svg, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button svg, .woocommerce-cart .woocommerce .button svg, .woocommerce-cart .woocommerce .button.alt svg, .woocommerce-checkout button.button svg, .woocommerce-checkout button.button.alt svg {
  margin-left: 0.625rem;
}
.btn.btn-yellow:hover, body .gform_wrapper.gravity-theme .gform_footer .btn.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .btn-yellow.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, .search-filter-field--control-type-load_more .btn-yellow.search-filter-input-button:hover, .search-filter-field--control-type-load_more body .gform_wrapper.gravity-theme .gform_footer .search-filter-input-button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .search-filter-field--control-type-load_more .search-filter-input-button.gform_button:hover, .woocommerce .woocommerce-error .btn-yellow.button:hover, .woocommerce .woocommerce-error body .gform_wrapper.gravity-theme .gform_footer .button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .woocommerce .woocommerce-error .button.gform_button:hover, .woocommerce .woocommerce-info .btn-yellow.button:hover, .woocommerce .woocommerce-info body .gform_wrapper.gravity-theme .gform_footer .button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .woocommerce .woocommerce-info .button.gform_button:hover, .woocommerce .woocommerce-message .btn-yellow.button:hover, .woocommerce .woocommerce-message body .gform_wrapper.gravity-theme .gform_footer .button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .woocommerce .woocommerce-message .button.gform_button:hover, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-yellow.button:hover, .woocommerce-cart .woocommerce .btn-yellow.button:hover, .woocommerce-cart .woocommerce body .gform_wrapper.gravity-theme .gform_footer .button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .woocommerce-cart .woocommerce .button.gform_button:hover, .woocommerce-cart .woocommerce .btn-yellow.button.alt:hover, .woocommerce-checkout button.btn-yellow.button:hover, .woocommerce-checkout body .gform_wrapper.gravity-theme .gform_footer button.button.gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .woocommerce-checkout button.button.gform_button:hover, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:hover, .woocommerce-cart .woocommerce .btn.button.alt:hover, .woocommerce-cart .woocommerce .search-filter-field--control-type-load_more .button.alt.search-filter-input-button:hover, .search-filter-field--control-type-load_more .woocommerce-cart .woocommerce .button.alt.search-filter-input-button:hover, .woocommerce-cart .woocommerce .woocommerce-error .button.alt:hover, .woocommerce-cart .woocommerce .woocommerce-info .button.alt:hover, .woocommerce-cart .woocommerce .woocommerce-message .button.alt:hover, .woocommerce-cart .woocommerce .shop_table .actions .coupon .button.alt:hover, .woocommerce-cart .woocommerce .button.alt:hover, .woocommerce-cart .woocommerce .button.alt:hover, .woocommerce-checkout .woocommerce-cart .woocommerce button.button.alt:hover, .woocommerce-cart .woocommerce .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout button.button.alt:hover {
  color: #E5DCC9;
  background-color: #525126;
  border-color: #525126;
}
.bg-green-200 .btn.btn-yellow:hover, .bg-green-200 body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover, body .gform_wrapper.gravity-theme .gform_footer .bg-green-200 .gform_button:hover, .bg-green-200 .search-filter-field--control-type-load_more .btn-yellow.search-filter-input-button:hover, .search-filter-field--control-type-load_more .bg-green-200 .btn-yellow.search-filter-input-button:hover, .bg-green-200 .woocommerce .woocommerce-error .btn-yellow.button:hover, .woocommerce .woocommerce-error .bg-green-200 .btn-yellow.button:hover, .bg-green-200 .woocommerce .woocommerce-info .btn-yellow.button:hover, .woocommerce .woocommerce-info .bg-green-200 .btn-yellow.button:hover, .bg-green-200 .woocommerce .woocommerce-message .btn-yellow.button:hover, .woocommerce .woocommerce-message .bg-green-200 .btn-yellow.button:hover, .bg-green-200 .woocommerce-cart .woocommerce .btn-yellow.button:hover, .woocommerce-cart .woocommerce .bg-green-200 .btn-yellow.button:hover, .bg-green-200 .woocommerce-checkout button.btn-yellow.button:hover, .woocommerce-checkout .bg-green-200 button.btn-yellow.button:hover, .bg-green-200 .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .submit:hover, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .bg-green-200 .submit:hover, .bg-green-200 .woocommerce-cart .woocommerce .button.alt:hover, .woocommerce-cart .woocommerce .bg-green-200 .button.alt:hover, .bg-green-200 .woocommerce-checkout button.button.alt:hover, .woocommerce-checkout .bg-green-200 button.button.alt:hover {
  color: #525126;
  border-color: #EAE6DF;
  background-color: #EAE6DF;
}
.btn.btn-dark, body .gform_wrapper.gravity-theme .gform_footer .btn-dark.gform_button, .search-filter-field--control-type-load_more .btn-dark.search-filter-input-button, .woocommerce .woocommerce-error .btn-dark.button, .woocommerce .woocommerce-info .btn-dark.button, .woocommerce .woocommerce-message .btn-dark.button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-dark.submit, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-dark.button, .woocommerce-cart .woocommerce .btn-dark.button, .woocommerce-cart .woocommerce .btn-dark.button.alt, .woocommerce-checkout button.btn-dark.button {
  color: #E5DCC9;
}
.btn.btn-dark:hover, body .gform_wrapper.gravity-theme .gform_footer .btn-dark.gform_button:hover, .search-filter-field--control-type-load_more .btn-dark.search-filter-input-button:hover, .woocommerce .woocommerce-error .btn-dark.button:hover, .woocommerce .woocommerce-info .btn-dark.button:hover, .woocommerce .woocommerce-message .btn-dark.button:hover, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-dark.submit:hover, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-dark.button:hover, .woocommerce-cart .woocommerce .btn-dark.button:hover, .woocommerce-cart .woocommerce .btn-dark.button.alt:hover, .woocommerce-checkout button.btn-dark.button:hover {
  color: #525126;
  background-color: #EAE6DF;
  border-color: #EAE6DF;
}
.btn.btn-arrow::after, body .gform_wrapper.gravity-theme .gform_footer .btn-arrow.gform_button::after, .search-filter-field--control-type-load_more .btn-arrow.search-filter-input-button::after, .woocommerce .woocommerce-error .btn-arrow.button::after, .woocommerce .woocommerce-info .btn-arrow.button::after, .woocommerce .woocommerce-message .btn-arrow.button::after, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-arrow.submit::after, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-arrow.button::after, .woocommerce-cart .woocommerce .btn-arrow.button::after, .woocommerce-cart .woocommerce .btn-arrow.button.alt::after, .woocommerce .woocommerce-error .woocommerce-checkout button.button::after, .woocommerce-checkout .woocommerce .woocommerce-error button.button::after, .woocommerce .woocommerce-info .woocommerce-checkout button.button::after, .woocommerce-checkout .woocommerce .woocommerce-info button.button::after, .woocommerce .woocommerce-message .woocommerce-checkout button.button::after, .woocommerce-checkout .woocommerce .woocommerce-message button.button::after, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .woocommerce-checkout button.submit.button::after, .woocommerce-checkout .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form button.submit.button::after, .woocommerce-cart .woocommerce .shop_table .actions .coupon .woocommerce-checkout button.button::after, .woocommerce-checkout .woocommerce-cart .woocommerce .shop_table .actions .coupon button.button::after, .woocommerce-cart .woocommerce .woocommerce-checkout button.button::after, .woocommerce-checkout .woocommerce-cart .woocommerce button.button::after, .woocommerce-cart .woocommerce .woocommerce-checkout button.button.alt::after, .woocommerce-checkout .woocommerce-cart .woocommerce button.button.alt::after, .woocommerce-checkout button.button::after, .woocommerce-checkout button.button.alt::after {
  content: "";
  display: inline-block;
  width: 10.5px;
  height: 9px;
  background-color: currentColor;
  -webkit-mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10.499" height="9.004"%3E%3Cpath d="M10.28 5.032a.751.751 0 0 0 0-1.062L6.53.22a.751.751 0 0 0-1.062 0 .751.751 0 0 0 0 1.062l2.473 2.47H.75a.749.749 0 0 0-.75.75.749.749 0 0 0 .75.75h7.188L5.47 7.722a.751.751 0 0 0 0 1.062.751.751 0 0 0 1.062 0l3.75-3.75Z" fill="%23fff"/%3E%3C/svg%3E') no-repeat center;
          mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="10.499" height="9.004"%3E%3Cpath d="M10.28 5.032a.751.751 0 0 0 0-1.062L6.53.22a.751.751 0 0 0-1.062 0 .751.751 0 0 0 0 1.062l2.473 2.47H.75a.749.749 0 0 0-.75.75.749.749 0 0 0 .75.75h7.188L5.47 7.722a.751.751 0 0 0 0 1.062.751.751 0 0 0 1.062 0l3.75-3.75Z" fill="%23fff"/%3E%3C/svg%3E') no-repeat center;
  margin-left: 0.625rem;
}
.btn.btn-search, body .gform_wrapper.gravity-theme .gform_footer .btn-search.gform_button, .search-filter-field--control-type-load_more .btn-search.search-filter-input-button, .woocommerce .woocommerce-error .btn-search.button, .woocommerce .woocommerce-info .btn-search.button, .woocommerce .woocommerce-message .btn-search.button, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-search.submit, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-search.button, .woocommerce-cart .woocommerce .btn-search.button, .woocommerce-cart .woocommerce .btn-search.button.alt, .woocommerce-checkout button.btn-search.button {
  border: none;
}
.btn.btn-search svg, body .gform_wrapper.gravity-theme .gform_footer .btn-search.gform_button svg, .search-filter-field--control-type-load_more .btn-search.search-filter-input-button svg, .woocommerce .woocommerce-error .btn-search.button svg, .woocommerce .woocommerce-info .btn-search.button svg, .woocommerce .woocommerce-message .btn-search.button svg, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond form .btn-search.submit svg, .woocommerce-cart .woocommerce .shop_table .actions .coupon .btn-search.button svg, .woocommerce-cart .woocommerce .btn-search.button svg, .woocommerce-cart .woocommerce .btn-search.button.alt svg, .woocommerce-checkout button.btn-search.button svg {
  margin: 0;
}

.stretched-link-container:hover .btn-icon path, .woocommerce-LoopProduct-link:hover .btn-icon path {
  fill: #E5DCC9;
}
.stretched-link-container:hover .btn-icon circle, .woocommerce-LoopProduct-link:hover .btn-icon circle {
  fill: #525126;
}

.component {
  padding: 2.5rem 0;
}
.component.bg-white + .component.bg-white, .component.bg-brown-100 + .component.bg-brown-100 {
  padding-top: 0;
}
.component.bg-green-200, .component.bg-alternate-green-200, .component.bg-error {
  color: #E5DCC9;
}
.component.component-text-and-image, .component.component-pullout, .component.component-pros-and-cons {
  padding: 3.75rem 0;
}
@media (max-width: 767.98px) {
  .component.component-text-and-image, .component.component-pullout, .component.component-pros-and-cons {
    padding: 2.5rem 0;
  }
}

main.bg-brown-100 + .component.bg-brown-100 {
  padding-top: 0;
}

.filters .search-filter-label {
  font-weight: 700;
  margin-bottom: 0.9375rem;
}
.filters .search-filter-style--choice-select .search-filter-component-combobox {
  border-radius: 0;
  border-color: #FFC94E;
}
.filters .search-filter-style--choice-select .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle {
  background-color: #FFC94E;
}
.filters .search-filter-style--choice-select .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle::before {
  display: none;
}
.filters .search-filter-style--choice-select .search-filter-component-combobox .search-filter-component-combobox__listbox-toggle svg {
  fill: #525126;
}

.search-filter-field--control-type-load_more {
  justify-content: center;
}
.search-filter-field--control-type-load_more .search-filter-input-button:hover {
  color: #525126;
  border-color: #EAE6DF;
  background-color: #EAE6DF;
}
.search-filter-field--control-type-load_more .search-filter-input-button.search-filter-input-button--hidden {
  display: none;
}

.compost-club-signup input[type=email], .compost-club-signup input[type=text] {
  border-radius: 0 0.625rem 0 0.625rem;
}

.form-control::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::-moz-placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::-moz-placeholder, .woocommerce div.product div.summary form.cart .quantity input::-moz-placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::-moz-placeholder {
  text-transform: uppercase;
}

.form-control::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email]::placeholder, body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel]::placeholder, .woocommerce div.product div.summary form.cart .quantity input::placeholder, .woocommerce-cart .woocommerce .shop_table .actions .coupon .input-text::placeholder {
  text-transform: uppercase;
}

#postcode-entry input.error {
  color: #D06B3F;
  border: 2px solid #D06B3F;
}

body .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields {
  grid-row-gap: 1.875rem;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label {
  text-transform: uppercase;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  font-size: 1rem;
  color: currentColor;
  padding-left: 2px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=text], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=email], body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=tel] {
  border-radius: 0 0.625rem 0 0.625rem;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield textarea {
  border-radius: 0 0.625rem 0 0.625rem;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield input[type=checkbox] {
  margin-right: 6px;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error .gfield_label {
  color: #D06B3F;
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error input {
  border: 2px solid #D06B3F;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gfield_error .validation_message {
  font-size: 1rem;
  color: #D06B3F;
  padding: 0rem;
  margin-top: 6px;
  border-color: #D06B3F;
  background-color: transparent;
  border: none;
}
body .gform_wrapper.gravity-theme .gform_body .gform_fields .field_description_above .gfield_description {
  padding-top: 0;
  font-size: 0.875rem;
  font-style: italic;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  padding: 1.25rem 1.25rem 1.25rem 3.125rem;
  border: 1px solid #D06B3F;
  outline: none;
  margin-bottom: 1.25rem;
  box-shadow: none;
  background-color: #D06B3F;
  border-radius: 0 0.625rem 0 0.625rem;
}
body .gform_wrapper.gravity-theme .gform_validation_errors h2, body .gform_wrapper.gravity-theme .gform_validation_errors .h2, body .gform_wrapper.gravity-theme .gform_validation_errors .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce div.product div.woocommerce-tabs ul.tabs li body .gform_wrapper.gravity-theme .gform_validation_errors a, body .gform_wrapper.gravity-theme .gform_validation_errors .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond body .gform_wrapper.gravity-theme .gform_validation_errors .comment-reply-title, body .gform_wrapper.gravity-theme .gform_validation_errors .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout body .gform_wrapper.gravity-theme .gform_validation_errors .woocommerce-thankyou-order-received {
  font-family: var(--bs-font-sans-serif);
  font-size: 1.125rem;
  line-height: 1.3;
  color: #E5DCC9;
  text-transform: uppercase;
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_validation_errors:focus {
  outline: none;
}

:root {
  --swiper-pagination-color: white;
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 0px;
  --swiper-pagination-bottom: 0px;
  --swiper-pagination-top: auto;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-width: 10px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-color: transparent;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 7px;
}

.hero-slider::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: flex;
  width: 100%;
  padding-bottom: 2.7380952381%;
  padding-bottom: round(nearest, 2.7380952381%, 1px);
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/curve-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}
.hero-slider .slide {
  height: auto;
  background-size: cover;
}
.hero-slider .swiper-pagination {
  bottom: 70px;
}
@media (max-width: 991.98px) {
  .hero-slider .swiper-pagination {
    bottom: 30px;
  }
}
.hero-slider .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}

.featured-categories .featured-category {
  border-radius: 0 1.25rem 0;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}
.featured-categories .featured-category a {
  transition: all 0.2s ease-in-out;
}
.featured-categories .featured-category:hover {
  transform: scale(1.025);
}
.featured-categories .featured-category:hover a {
  color: #FFC94E !important;
}

.additional-text-panel aside {
  border-radius: 0 1.25rem 0 1.25rem;
}

.featured-products::after {
  position: relative;
  content: "";
  display: flex;
  width: 100%;
  padding-bottom: 2.7380952381%;
  margin-top: 20px;
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/curve-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

.optional-panel img {
  border-radius: 0 0 0 1.25rem;
}
@media (max-width: 991.98px) {
  .optional-panel img {
    border-radius: 0 1.25rem 0 0;
  }
}
.optional-panel aside {
  border-radius: 0 1.25rem 0 0;
}
@media (max-width: 991.98px) {
  .optional-panel aside {
    border-radius: 0 0 0 1.25rem;
  }
}
.optional-panel aside a:not(.btn) {
  color: currentColor;
}

.guides-and-advice .author {
  font-size: 0.8125rem;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rounded-corners-lg, .woocommerce ul.products li.product .woocommerce-LoopProduct-link img, .woocommerce div.product div.images img, .woocommerce div.product .related-products .swiper-slide img, .wysiwyg img {
  border-radius: 0 1.25rem 0 1.25rem;
}

.rounded-corner-top-right-lg {
  border-top-right-radius: 1.25rem;
}

.rounded-corner-bottom-left-lg {
  border-bottom-left-radius: 1.25rem;
}

.rounded-corner-top-right-sm {
  border-top-right-radius: 0.625rem;
}

.rounded-corner-bottom-left-sm {
  border-bottom-left-radius: 0.625rem;
}

.rounded-corners-sm {
  border-radius: 0 0.625rem 0 0.625rem;
}

.mega-menu-backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.mega-menu-backdrop.show {
  display: block;
  opacity: 0.6;
  z-index: 1040;
}

.curve-top::before {
  position: relative;
  content: "";
  display: flex;
  width: 100%;
  padding-bottom: 2.7380952381%;
  padding-bottom: round(nearest, 2.7380952381%, 1px);
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/curve-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 99;
  transform: scale(-1, -1);
}

.curve-bottom::after {
  position: relative;
  content: "";
  display: flex;
  width: 100%;
  padding-bottom: 2.7380952381%;
  padding-bottom: round(nearest, 2.7380952381%, 1px);
  background-image: url("/wp-content/themes/fieldcompost/dist/assets/curve-white.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 2;
}

@media (min-width: 768px) {
  .position-md-absolute {
    position: absolute;
  }
}

.acf-map {
  width: 100%;
  padding-top: 56%;
}

.single-post main h2, .single-post main .h2, .single-post main .woocommerce div.product div.woocommerce-tabs ul.tabs li a, .woocommerce div.product div.woocommerce-tabs ul.tabs li .single-post main a, .single-post main .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .comment-reply-title, .woocommerce div.product div.woocommerce-tabs #reviews #review_form_wrapper #review_form #respond .single-post main .comment-reply-title, .single-post main .woocommerce-checkout .woocommerce-thankyou-order-received, .woocommerce-checkout .single-post main .woocommerce-thankyou-order-received {
  font-weight: 700;
}
.single-post .bg-brown-100 + .bg-brown-100 {
  padding-top: 0;
}

.custom-product-flag {
  position: absolute;
  top: 0;
  left: 0;
  margin: -40px 0 0 -10px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .custom-product-flag {
    margin: -50px 0 0 -20px;
    transform: scale(0.75);
  }
}

/*# sourceMappingURL=app.css.map*/