@charset "UTF-8";
.btn-block {
  font-family: Mulish;
  font-weight: 600 !important;
  font-size: 12px !important;
  padding: 12px 0 !important;
  letter-spacing: 2.5px;
  border-radius: 8px !important;
}

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

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #4488ee;
  --indigo: #6610f2;
  --purple: #a633b0;
  --pink: #e83e8c;
  --red: #ff4136;
  --orange: #e67e22;
  --yellow: #ffc65a;
  --green: #339e72;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #339E72;
  --secondary: #6c757d;
  --success: #339e72;
  --info: #ffc65a;
  --warning: #e67e22;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Mulish", "Helvetica", "sans-serif";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Mulish", "Helvetica", "sans-serif";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0e0000;
  text-align: left;
  background-color: #f4f4f4;
}

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

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

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

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

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

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

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: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #339E72;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(32.3325358852, 100.1674641148, 72.2727272727);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

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,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Mulish", "Helvetica", "sans-serif";
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 90%;
  text-transform: uppercase;
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212529;
  border-radius: 2px;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.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%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #0e0000;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #0e0000;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(197.88, 227.84, 215.52);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(148.92, 204.56, 181.68);
}

.table-hover .table-primary:hover {
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(197.88, 227.84, 215.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(148.92, 204.56, 181.68);
}

.table-hover .table-success:hover {
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(255, 239.04, 208.8);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(255, 225.36, 169.2);
}

.table-hover .table-info:hover {
  background-color: rgb(255, 230.2309090909, 183.3);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(255, 230.2309090909, 183.3);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(248, 218.88, 193.12);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(242, 187.92, 140.08);
}

.table-hover .table-warning:hover {
  background-color: rgb(245.4085365854, 205.5080487805, 170.2114634146);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(245.4085365854, 205.5080487805, 170.2114634146);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(255, 201.8, 198.72);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(255, 156.2, 150.48);
}

.table-hover .table-danger:hover {
  background-color: rgb(255, 177.6955223881, 173.22);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(255, 177.6955223881, 173.22);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #ffffff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #ffffff;
  border-color: rgb(123.8373205742, 212.6626794258, 176.1363636364);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #0e0000;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #339e72;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(51, 158, 114, 0.9);
  border-radius: 2px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.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, .form-control.is-valid {
  border-color: #339e72;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23339e72' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #339e72;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #339e72;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23339e72' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #339e72;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #339e72;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #339e72;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #339e72;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(66.004784689, 193.995215311, 141.3636363636);
  background-color: rgb(66.004784689, 193.995215311, 141.3636363636);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #339e72;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #339e72;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #339e72;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #ff4136;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(255, 65, 54, 0.9);
  border-radius: 2px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.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, .form-control.is-invalid {
  border-color: #ff4136;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff4136;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ff4136;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4136;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 113.2089552239, 105);
  background-color: rgb(255, 113.2089552239, 105);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4136;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #0e0000;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 2px;
  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 {
    transition: none;
  }
}
.btn:hover {
  color: #0e0000;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: rgb(41.6662679426, 129.0837320574, 93.1363636364);
  border-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: rgb(41.6662679426, 129.0837320574, 93.1363636364);
  border-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
  box-shadow: 0 0 0 0.2rem rgba(81.6, 172.55, 135.15, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
  border-color: rgb(35.4437799043, 109.8062200957, 79.2272727273);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 172.55, 135.15, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #ffffff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #339e72;
  border-color: #339e72;
}
.btn-success:hover {
  color: #ffffff;
  background-color: rgb(41.6662679426, 129.0837320574, 93.1363636364);
  border-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: rgb(41.6662679426, 129.0837320574, 93.1363636364);
  border-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
  box-shadow: 0 0 0 0.2rem rgba(81.6, 172.55, 135.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #339e72;
  border-color: #339e72;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
  border-color: rgb(35.4437799043, 109.8062200957, 79.2272727273);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(81.6, 172.55, 135.15, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #ffc65a;
  border-color: #ffc65a;
}
.btn-info:hover {
  color: #212529;
  background-color: rgb(255, 184.7863636364, 51.75);
  border-color: rgb(255, 180.3818181818, 39);
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: rgb(255, 184.7863636364, 51.75);
  border-color: rgb(255, 180.3818181818, 39);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 173.85, 82.65, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #ffc65a;
  border-color: #ffc65a;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 180.3818181818, 39);
  border-color: rgb(255, 175.9772727273, 26.25);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(221.7, 173.85, 82.65, 0.5);
}

.btn-warning {
  color: #ffffff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: rgb(202.8079268293, 107.368902439, 22.9420731707);
  border-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: rgb(202.8079268293, 107.368902439, 22.9420731707);
  border-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
  box-shadow: 0 0 0 0.2rem rgba(233.75, 145.35, 67.15, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #ffffff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
  border-color: rgb(179.8993902439, 95.2408536585, 20.3506097561);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(233.75, 145.35, 67.15, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(255, 28.8432835821, 15.75);
  border-color: rgb(255, 16.7910447761, 3);
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: rgb(255, 28.8432835821, 15.75);
  border-color: rgb(255, 16.7910447761, 3);
  box-shadow: 0 0 0 0.2rem rgba(255, 93.5, 84.15, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(255, 16.7910447761, 3);
  border-color: rgb(245.25, 13.421641791, 0);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 93.5, 84.15, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #ffffff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #339E72;
  border-color: #339E72;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #339E72;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #339e72;
  border-color: #339e72;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #339e72;
  border-color: #339e72;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #339e72;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #339e72;
  border-color: #339e72;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}

.btn-outline-info {
  color: #ffc65a;
  border-color: #ffc65a;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #ffc65a;
  border-color: #ffc65a;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 90, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #ffc65a;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #ffc65a;
  border-color: #ffc65a;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 90, 0.5);
}

.btn-outline-warning {
  color: #e67e22;
  border-color: #e67e22;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e67e22;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #e67e22;
  border-color: #e67e22;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
}

.btn-outline-danger {
  color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #ff4136;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #ff4136;
  border-color: #ff4136;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #339E72;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(32.3325358852, 100.1674641148, 72.2727272727);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.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 {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #0e0000;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #339E72;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 2px;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #ffffff;
  border-color: #339E72;
  background-color: #339E72;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(123.8373205742, 212.6626794258, 176.1363636364);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: rgb(162.3923444976, 225.1076555024, 199.3181818182);
  border-color: rgb(162.3923444976, 225.1076555024, 199.3181818182);
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #ffffff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #339E72;
  background-color: #339E72;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23ffffff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 158, 114, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(51, 158, 114, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 158, 114, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #ffffff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(51, 158, 114, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #ffffff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 2px;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(123.8373205742, 212.6626794258, 176.1363636364);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #ffffff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(123.8373205742, 212.6626794258, 176.1363636364);
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #ffffff;
  border: 1px solid #ced4da;
  border-radius: 2px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 2px 2px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f4f4f4, 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #339E72;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(162.3923444976, 225.1076555024, 199.3181818182);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #339E72;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(162.3923444976, 225.1076555024, 199.3181818182);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #339E72;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(162.3923444976, 225.1076555024, 199.3181818182);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f4f4f4;
  border-color: #dee2e6 #dee2e6 #f4f4f4;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 2px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #339E72;
}

.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;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .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;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row 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: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 2px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 1px 1px 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 1px 1px;
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: 1px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 2px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 2px;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #339E72;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(32.3325358852, 100.1674641148, 72.2727272727);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
  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) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #ffffff;
  background-color: #339E72;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #339e72;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(51, 158, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #ffc65a;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: rgb(255, 180.3818181818, 39);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 198, 90, 0.5);
}

.badge-warning {
  color: #ffffff;
  background-color: #e67e22;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #ffffff;
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(230, 126, 34, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #ff4136;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: rgb(255, 16.7910447761, 3);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 2px;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 2px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(214.2, 235.6, 226.8);
  border-color: rgb(197.88, 227.84, 215.52);
}
.alert-primary hr {
  border-top-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.alert-primary .alert-link {
  color: rgb(14.0750239234, 43.6049760766, 31.4618181818);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(214.2, 235.6, 226.8);
  border-color: rgb(197.88, 227.84, 215.52);
}
.alert-success hr {
  border-top-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.alert-success .alert-link {
  color: rgb(14.0750239234, 43.6049760766, 31.4618181818);
}

.alert-info {
  color: rgb(132.6, 102.96, 46.8);
  background-color: rgb(255, 243.6, 222);
  border-color: rgb(255, 239.04, 208.8);
}
.alert-info hr {
  border-top-color: rgb(255, 230.2309090909, 183.3);
}
.alert-info .alert-link {
  color: rgb(94.9043478261, 73.6904347826, 33.4956521739);
}

.alert-warning {
  color: rgb(119.6, 65.52, 17.68);
  background-color: rgb(250, 229.2, 210.8);
  border-color: rgb(248, 218.88, 193.12);
}
.alert-warning hr {
  border-top-color: rgb(245.4085365854, 205.5080487805, 170.2114634146);
}
.alert-warning .alert-link {
  color: rgb(75.1681818182, 41.1790909091, 11.1118181818);
}

.alert-danger {
  color: rgb(132.6, 33.8, 28.08);
  background-color: rgb(255, 217, 214.8);
  border-color: rgb(255, 201.8, 198.72);
}
.alert-danger hr {
  border-top-color: rgb(255, 177.6955223881, 173.22);
}
.alert-danger .alert-link {
  color: rgb(90.5126213592, 23.0718446602, 19.1673786408);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 2px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #339E72;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 2px;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #0e0000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #339E72;
  border-color: #339E72;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 2px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 2px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(197.88, 227.84, 215.52);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(26.52, 82.16, 59.28);
  border-color: rgb(26.52, 82.16, 59.28);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(197.88, 227.84, 215.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(26.52, 82.16, 59.28);
  background-color: rgb(180.5976079734, 219.6223920266, 203.5748172757);
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(26.52, 82.16, 59.28);
  border-color: rgb(26.52, 82.16, 59.28);
}

.list-group-item-info {
  color: rgb(132.6, 102.96, 46.8);
  background-color: rgb(255, 239.04, 208.8);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(132.6, 102.96, 46.8);
  background-color: rgb(255, 230.2309090909, 183.3);
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 102.96, 46.8);
  border-color: rgb(132.6, 102.96, 46.8);
}

.list-group-item-warning {
  color: rgb(119.6, 65.52, 17.68);
  background-color: rgb(248, 218.88, 193.12);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(119.6, 65.52, 17.68);
  background-color: rgb(245.4085365854, 205.5080487805, 170.2114634146);
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(119.6, 65.52, 17.68);
  border-color: rgb(119.6, 65.52, 17.68);
}

.list-group-item-danger {
  color: rgb(132.6, 33.8, 28.08);
  background-color: rgb(255, 201.8, 198.72);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(132.6, 33.8, 28.08);
  background-color: rgb(255, 177.6955223881, 173.22);
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(132.6, 33.8, 28.08);
  border-color: rgb(132.6, 33.8, 28.08);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  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 {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Mulish", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 2px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Mulish", "Helvetica", "sans-serif";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 2px;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 2px 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #0e0000;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentcolor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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;
}

.bg-primary {
  background-color: #339E72 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818) !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #339e72 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(38.5550239234, 119.4449760766, 86.1818181818) !important;
}

.bg-info {
  background-color: #ffc65a !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(255, 180.3818181818, 39) !important;
}

.bg-warning {
  background-color: #e67e22 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(191.3536585366, 101.3048780488, 21.6463414634) !important;
}

.bg-danger {
  background-color: #ff4136 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(255, 16.7910447761, 3) !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: #ffffff !important;
}

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

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

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

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

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

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

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

.border-primary {
  border-color: #339E72 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #339e72 !important;
}

.border-info {
  border-color: #ffc65a !important;
}

.border-warning {
  border-color: #e67e22 !important;
}

.border-danger {
  border-color: #ff4136 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #ffffff !important;
}

.rounded-sm {
  border-radius: 2px !important;
}

.rounded {
  border-radius: 2px !important;
}

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

.rounded-right {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}

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

.rounded-left {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.rounded-lg {
  border-radius: 2px !important;
}

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

.rounded-pill {
  border-radius: 50rem !important;
}

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

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

.d-block {
  display: block !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;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

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

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

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

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

.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;
}

.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;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

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

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

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

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

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

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

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

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

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

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

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

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

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

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #339E72 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(32.3325358852, 100.1674641148, 72.2727272727) !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #339e72 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(32.3325358852, 100.1674641148, 72.2727272727) !important;
}

.text-info {
  color: #ffc65a !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(255, 171.5727272727, 13.5) !important;
}

.text-warning {
  color: #e67e22 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: rgb(168.4451219512, 89.1768292683, 19.0548780488) !important;
}

.text-danger {
  color: #ff4136 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: rgb(232.5, 12.723880597, 0) !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

.text-body {
  color: #0e0000 !important;
}

.text-muted {
  color: #6c757d !important;
}

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fas,
.far,
.fab,
.fa-solid,
.fa-regular,
.fa-brands,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas::before,
.far::before,
.fab::before,
.fa-solid::before,
.fa-regular::before,
.fa-brands::before,
.fa::before {
  content: var(--fa);
}

.fa-classic,
.fas,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
  --fa: "\30 ";
}

.fa-1 {
  --fa: "\31 ";
}

.fa-2 {
  --fa: "\32 ";
}

.fa-3 {
  --fa: "\33 ";
}

.fa-4 {
  --fa: "\34 ";
}

.fa-5 {
  --fa: "\35 ";
}

.fa-6 {
  --fa: "\36 ";
}

.fa-7 {
  --fa: "\37 ";
}

.fa-8 {
  --fa: "\38 ";
}

.fa-9 {
  --fa: "\39 ";
}

.fa-fill-drip {
  --fa: "\f576";
}

.fa-arrows-to-circle {
  --fa: "\e4bd";
}

.fa-circle-chevron-right {
  --fa: "\f138";
}

.fa-chevron-circle-right {
  --fa: "\f138";
}

.fa-at {
  --fa: "\@";
}

.fa-trash-can {
  --fa: "\f2ed";
}

.fa-trash-alt {
  --fa: "\f2ed";
}

.fa-text-height {
  --fa: "\f034";
}

.fa-user-xmark {
  --fa: "\f235";
}

.fa-user-times {
  --fa: "\f235";
}

.fa-stethoscope {
  --fa: "\f0f1";
}

.fa-message {
  --fa: "\f27a";
}

.fa-comment-alt {
  --fa: "\f27a";
}

.fa-info {
  --fa: "\f129";
}

.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}

.fa-compress-alt {
  --fa: "\f422";
}

.fa-explosion {
  --fa: "\e4e9";
}

.fa-file-lines {
  --fa: "\f15c";
}

.fa-file-alt {
  --fa: "\f15c";
}

.fa-file-text {
  --fa: "\f15c";
}

.fa-wave-square {
  --fa: "\f83e";
}

.fa-ring {
  --fa: "\f70b";
}

.fa-building-un {
  --fa: "\e4d9";
}

.fa-dice-three {
  --fa: "\f527";
}

.fa-calendar-days {
  --fa: "\f073";
}

.fa-calendar-alt {
  --fa: "\f073";
}

.fa-anchor-circle-check {
  --fa: "\e4aa";
}

.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}

.fa-volleyball {
  --fa: "\f45f";
}

.fa-volleyball-ball {
  --fa: "\f45f";
}

.fa-arrows-up-to-line {
  --fa: "\e4c2";
}

.fa-sort-down {
  --fa: "\f0dd";
}

.fa-sort-desc {
  --fa: "\f0dd";
}

.fa-circle-minus {
  --fa: "\f056";
}

.fa-minus-circle {
  --fa: "\f056";
}

.fa-door-open {
  --fa: "\f52b";
}

.fa-right-from-bracket {
  --fa: "\f2f5";
}

.fa-sign-out-alt {
  --fa: "\f2f5";
}

.fa-atom {
  --fa: "\f5d2";
}

.fa-soap {
  --fa: "\e06e";
}

.fa-icons {
  --fa: "\f86d";
}

.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}

.fa-microphone-lines-slash {
  --fa: "\f539";
}

.fa-microphone-alt-slash {
  --fa: "\f539";
}

.fa-bridge-circle-check {
  --fa: "\e4c9";
}

.fa-pump-medical {
  --fa: "\e06a";
}

.fa-fingerprint {
  --fa: "\f577";
}

.fa-hand-point-right {
  --fa: "\f0a4";
}

.fa-magnifying-glass-location {
  --fa: "\f689";
}

.fa-search-location {
  --fa: "\f689";
}

.fa-forward-step {
  --fa: "\f051";
}

.fa-step-forward {
  --fa: "\f051";
}

.fa-face-smile-beam {
  --fa: "\f5b8";
}

.fa-smile-beam {
  --fa: "\f5b8";
}

.fa-flag-checkered {
  --fa: "\f11e";
}

.fa-football {
  --fa: "\f44e";
}

.fa-football-ball {
  --fa: "\f44e";
}

.fa-school-circle-exclamation {
  --fa: "\e56c";
}

.fa-crop {
  --fa: "\f125";
}

.fa-angles-down {
  --fa: "\f103";
}

.fa-angle-double-down {
  --fa: "\f103";
}

.fa-users-rectangle {
  --fa: "\e594";
}

.fa-people-roof {
  --fa: "\e537";
}

.fa-people-line {
  --fa: "\e534";
}

.fa-beer-mug-empty {
  --fa: "\f0fc";
}

.fa-beer {
  --fa: "\f0fc";
}

.fa-diagram-predecessor {
  --fa: "\e477";
}

.fa-arrow-up-long {
  --fa: "\f176";
}

.fa-long-arrow-up {
  --fa: "\f176";
}

.fa-fire-flame-simple {
  --fa: "\f46a";
}

.fa-burn {
  --fa: "\f46a";
}

.fa-person {
  --fa: "\f183";
}

.fa-male {
  --fa: "\f183";
}

.fa-laptop {
  --fa: "\f109";
}

.fa-file-csv {
  --fa: "\f6dd";
}

.fa-menorah {
  --fa: "\f676";
}

.fa-truck-plane {
  --fa: "\e58f";
}

.fa-record-vinyl {
  --fa: "\f8d9";
}

.fa-face-grin-stars {
  --fa: "\f587";
}

.fa-grin-stars {
  --fa: "\f587";
}

.fa-bong {
  --fa: "\f55c";
}

.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}

.fa-pastafarianism {
  --fa: "\f67b";
}

.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}

.fa-spoon {
  --fa: "\f2e5";
}

.fa-utensil-spoon {
  --fa: "\f2e5";
}

.fa-jar-wheat {
  --fa: "\e517";
}

.fa-envelopes-bulk {
  --fa: "\f674";
}

.fa-mail-bulk {
  --fa: "\f674";
}

.fa-file-circle-exclamation {
  --fa: "\e4eb";
}

.fa-circle-h {
  --fa: "\f47e";
}

.fa-hospital-symbol {
  --fa: "\f47e";
}

.fa-pager {
  --fa: "\f815";
}

.fa-address-book {
  --fa: "\f2b9";
}

.fa-contact-book {
  --fa: "\f2b9";
}

.fa-strikethrough {
  --fa: "\f0cc";
}

.fa-k {
  --fa: "K";
}

.fa-landmark-flag {
  --fa: "\e51c";
}

.fa-pencil {
  --fa: "\f303";
}

.fa-pencil-alt {
  --fa: "\f303";
}

.fa-backward {
  --fa: "\f04a";
}

.fa-caret-right {
  --fa: "\f0da";
}

.fa-comments {
  --fa: "\f086";
}

.fa-paste {
  --fa: "\f0ea";
}

.fa-file-clipboard {
  --fa: "\f0ea";
}

.fa-code-pull-request {
  --fa: "\e13c";
}

.fa-clipboard-list {
  --fa: "\f46d";
}

.fa-truck-ramp-box {
  --fa: "\f4de";
}

.fa-truck-loading {
  --fa: "\f4de";
}

.fa-user-check {
  --fa: "\f4fc";
}

.fa-vial-virus {
  --fa: "\e597";
}

.fa-sheet-plastic {
  --fa: "\e571";
}

.fa-blog {
  --fa: "\f781";
}

.fa-user-ninja {
  --fa: "\f504";
}

.fa-person-arrow-up-from-line {
  --fa: "\e539";
}

.fa-scroll-torah {
  --fa: "\f6a0";
}

.fa-torah {
  --fa: "\f6a0";
}

.fa-broom-ball {
  --fa: "\f458";
}

.fa-quidditch {
  --fa: "\f458";
}

.fa-quidditch-broom-ball {
  --fa: "\f458";
}

.fa-toggle-off {
  --fa: "\f204";
}

.fa-box-archive {
  --fa: "\f187";
}

.fa-archive {
  --fa: "\f187";
}

.fa-person-drowning {
  --fa: "\e545";
}

.fa-arrow-down-9-1 {
  --fa: "\f886";
}

.fa-sort-numeric-desc {
  --fa: "\f886";
}

.fa-sort-numeric-down-alt {
  --fa: "\f886";
}

.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-grin-tongue-squint {
  --fa: "\f58a";
}

.fa-spray-can {
  --fa: "\f5bd";
}

.fa-truck-monster {
  --fa: "\f63b";
}

.fa-w {
  --fa: "W";
}

.fa-earth-africa {
  --fa: "\f57c";
}

.fa-globe-africa {
  --fa: "\f57c";
}

.fa-rainbow {
  --fa: "\f75b";
}

.fa-circle-notch {
  --fa: "\f1ce";
}

.fa-tablet-screen-button {
  --fa: "\f3fa";
}

.fa-tablet-alt {
  --fa: "\f3fa";
}

.fa-paw {
  --fa: "\f1b0";
}

.fa-cloud {
  --fa: "\f0c2";
}

.fa-trowel-bricks {
  --fa: "\e58a";
}

.fa-face-flushed {
  --fa: "\f579";
}

.fa-flushed {
  --fa: "\f579";
}

.fa-hospital-user {
  --fa: "\f80d";
}

.fa-tent-arrow-left-right {
  --fa: "\e57f";
}

.fa-gavel {
  --fa: "\f0e3";
}

.fa-legal {
  --fa: "\f0e3";
}

.fa-binoculars {
  --fa: "\f1e5";
}

.fa-microphone-slash {
  --fa: "\f131";
}

.fa-box-tissue {
  --fa: "\e05b";
}

.fa-motorcycle {
  --fa: "\f21c";
}

.fa-bell-concierge {
  --fa: "\f562";
}

.fa-concierge-bell {
  --fa: "\f562";
}

.fa-pen-ruler {
  --fa: "\f5ae";
}

.fa-pencil-ruler {
  --fa: "\f5ae";
}

.fa-people-arrows {
  --fa: "\e068";
}

.fa-people-arrows-left-right {
  --fa: "\e068";
}

.fa-mars-and-venus-burst {
  --fa: "\e523";
}

.fa-square-caret-right {
  --fa: "\f152";
}

.fa-caret-square-right {
  --fa: "\f152";
}

.fa-scissors {
  --fa: "\f0c4";
}

.fa-cut {
  --fa: "\f0c4";
}

.fa-sun-plant-wilt {
  --fa: "\e57a";
}

.fa-toilets-portable {
  --fa: "\e584";
}

.fa-hockey-puck {
  --fa: "\f453";
}

.fa-table {
  --fa: "\f0ce";
}

.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}

.fa-tachograph-digital {
  --fa: "\f566";
}

.fa-digital-tachograph {
  --fa: "\f566";
}

.fa-users-slash {
  --fa: "\e073";
}

.fa-clover {
  --fa: "\e139";
}

.fa-reply {
  --fa: "\f3e5";
}

.fa-mail-reply {
  --fa: "\f3e5";
}

.fa-star-and-crescent {
  --fa: "\f699";
}

.fa-house-fire {
  --fa: "\e50c";
}

.fa-square-minus {
  --fa: "\f146";
}

.fa-minus-square {
  --fa: "\f146";
}

.fa-helicopter {
  --fa: "\f533";
}

.fa-compass {
  --fa: "\f14e";
}

.fa-square-caret-down {
  --fa: "\f150";
}

.fa-caret-square-down {
  --fa: "\f150";
}

.fa-file-circle-question {
  --fa: "\e4ef";
}

.fa-laptop-code {
  --fa: "\f5fc";
}

.fa-swatchbook {
  --fa: "\f5c3";
}

.fa-prescription-bottle {
  --fa: "\f485";
}

.fa-bars {
  --fa: "\f0c9";
}

.fa-navicon {
  --fa: "\f0c9";
}

.fa-people-group {
  --fa: "\e533";
}

.fa-hourglass-end {
  --fa: "\f253";
}

.fa-hourglass-3 {
  --fa: "\f253";
}

.fa-heart-crack {
  --fa: "\f7a9";
}

.fa-heart-broken {
  --fa: "\f7a9";
}

.fa-square-up-right {
  --fa: "\f360";
}

.fa-external-link-square-alt {
  --fa: "\f360";
}

.fa-face-kiss-beam {
  --fa: "\f597";
}

.fa-kiss-beam {
  --fa: "\f597";
}

.fa-film {
  --fa: "\f008";
}

.fa-ruler-horizontal {
  --fa: "\f547";
}

.fa-people-robbery {
  --fa: "\e536";
}

.fa-lightbulb {
  --fa: "\f0eb";
}

.fa-caret-left {
  --fa: "\f0d9";
}

.fa-circle-exclamation {
  --fa: "\f06a";
}

.fa-exclamation-circle {
  --fa: "\f06a";
}

.fa-school-circle-xmark {
  --fa: "\e56d";
}

.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}

.fa-sign-out {
  --fa: "\f08b";
}

.fa-circle-chevron-down {
  --fa: "\f13a";
}

.fa-chevron-circle-down {
  --fa: "\f13a";
}

.fa-unlock-keyhole {
  --fa: "\f13e";
}

.fa-unlock-alt {
  --fa: "\f13e";
}

.fa-cloud-showers-heavy {
  --fa: "\f740";
}

.fa-headphones-simple {
  --fa: "\f58f";
}

.fa-headphones-alt {
  --fa: "\f58f";
}

.fa-sitemap {
  --fa: "\f0e8";
}

.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}

.fa-donate {
  --fa: "\f4b9";
}

.fa-memory {
  --fa: "\f538";
}

.fa-road-spikes {
  --fa: "\e568";
}

.fa-fire-burner {
  --fa: "\e4f1";
}

.fa-flag {
  --fa: "\f024";
}

.fa-hanukiah {
  --fa: "\f6e6";
}

.fa-feather {
  --fa: "\f52d";
}

.fa-volume-low {
  --fa: "\f027";
}

.fa-volume-down {
  --fa: "\f027";
}

.fa-comment-slash {
  --fa: "\f4b3";
}

.fa-cloud-sun-rain {
  --fa: "\f743";
}

.fa-compress {
  --fa: "\f066";
}

.fa-wheat-awn {
  --fa: "\e2cd";
}

.fa-wheat-alt {
  --fa: "\e2cd";
}

.fa-ankh {
  --fa: "\f644";
}

.fa-hands-holding-child {
  --fa: "\e4fa";
}

.fa-asterisk {
  --fa: "\*";
}

.fa-square-check {
  --fa: "\f14a";
}

.fa-check-square {
  --fa: "\f14a";
}

.fa-peseta-sign {
  --fa: "\e221";
}

.fa-heading {
  --fa: "\f1dc";
}

.fa-header {
  --fa: "\f1dc";
}

.fa-ghost {
  --fa: "\f6e2";
}

.fa-list {
  --fa: "\f03a";
}

.fa-list-squares {
  --fa: "\f03a";
}

.fa-square-phone-flip {
  --fa: "\f87b";
}

.fa-phone-square-alt {
  --fa: "\f87b";
}

.fa-cart-plus {
  --fa: "\f217";
}

.fa-gamepad {
  --fa: "\f11b";
}

.fa-circle-dot {
  --fa: "\f192";
}

.fa-dot-circle {
  --fa: "\f192";
}

.fa-face-dizzy {
  --fa: "\f567";
}

.fa-dizzy {
  --fa: "\f567";
}

.fa-egg {
  --fa: "\f7fb";
}

.fa-house-medical-circle-xmark {
  --fa: "\e513";
}

.fa-campground {
  --fa: "\f6bb";
}

.fa-folder-plus {
  --fa: "\f65e";
}

.fa-futbol {
  --fa: "\f1e3";
}

.fa-futbol-ball {
  --fa: "\f1e3";
}

.fa-soccer-ball {
  --fa: "\f1e3";
}

.fa-paintbrush {
  --fa: "\f1fc";
}

.fa-paint-brush {
  --fa: "\f1fc";
}

.fa-lock {
  --fa: "\f023";
}

.fa-gas-pump {
  --fa: "\f52f";
}

.fa-hot-tub-person {
  --fa: "\f593";
}

.fa-hot-tub {
  --fa: "\f593";
}

.fa-map-location {
  --fa: "\f59f";
}

.fa-map-marked {
  --fa: "\f59f";
}

.fa-house-flood-water {
  --fa: "\e50e";
}

.fa-tree {
  --fa: "\f1bb";
}

.fa-bridge-lock {
  --fa: "\e4cc";
}

.fa-sack-dollar {
  --fa: "\f81d";
}

.fa-pen-to-square {
  --fa: "\f044";
}

.fa-edit {
  --fa: "\f044";
}

.fa-car-side {
  --fa: "\f5e4";
}

.fa-share-nodes {
  --fa: "\f1e0";
}

.fa-share-alt {
  --fa: "\f1e0";
}

.fa-heart-circle-minus {
  --fa: "\e4ff";
}

.fa-hourglass-half {
  --fa: "\f252";
}

.fa-hourglass-2 {
  --fa: "\f252";
}

.fa-microscope {
  --fa: "\f610";
}

.fa-sink {
  --fa: "\e06d";
}

.fa-bag-shopping {
  --fa: "\f290";
}

.fa-shopping-bag {
  --fa: "\f290";
}

.fa-arrow-down-z-a {
  --fa: "\f881";
}

.fa-sort-alpha-desc {
  --fa: "\f881";
}

.fa-sort-alpha-down-alt {
  --fa: "\f881";
}

.fa-mitten {
  --fa: "\f7b5";
}

.fa-person-rays {
  --fa: "\e54d";
}

.fa-users {
  --fa: "\f0c0";
}

.fa-eye-slash {
  --fa: "\f070";
}

.fa-flask-vial {
  --fa: "\e4f3";
}

.fa-hand {
  --fa: "\f256";
}

.fa-hand-paper {
  --fa: "\f256";
}

.fa-om {
  --fa: "\f679";
}

.fa-worm {
  --fa: "\e599";
}

.fa-house-circle-xmark {
  --fa: "\e50b";
}

.fa-plug {
  --fa: "\f1e6";
}

.fa-chevron-up {
  --fa: "\f077";
}

.fa-hand-spock {
  --fa: "\f259";
}

.fa-stopwatch {
  --fa: "\f2f2";
}

.fa-face-kiss {
  --fa: "\f596";
}

.fa-kiss {
  --fa: "\f596";
}

.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}

.fa-face-grin-tongue {
  --fa: "\f589";
}

.fa-grin-tongue {
  --fa: "\f589";
}

.fa-chess-bishop {
  --fa: "\f43a";
}

.fa-face-grin-wink {
  --fa: "\f58c";
}

.fa-grin-wink {
  --fa: "\f58c";
}

.fa-ear-deaf {
  --fa: "\f2a4";
}

.fa-deaf {
  --fa: "\f2a4";
}

.fa-deafness {
  --fa: "\f2a4";
}

.fa-hard-of-hearing {
  --fa: "\f2a4";
}

.fa-road-circle-check {
  --fa: "\e564";
}

.fa-dice-five {
  --fa: "\f523";
}

.fa-square-rss {
  --fa: "\f143";
}

.fa-rss-square {
  --fa: "\f143";
}

.fa-land-mine-on {
  --fa: "\e51b";
}

.fa-i-cursor {
  --fa: "\f246";
}

.fa-stamp {
  --fa: "\f5bf";
}

.fa-stairs {
  --fa: "\e289";
}

.fa-i {
  --fa: "I";
}

.fa-hryvnia-sign {
  --fa: "\f6f2";
}

.fa-hryvnia {
  --fa: "\f6f2";
}

.fa-pills {
  --fa: "\f484";
}

.fa-face-grin-wide {
  --fa: "\f581";
}

.fa-grin-alt {
  --fa: "\f581";
}

.fa-tooth {
  --fa: "\f5c9";
}

.fa-v {
  --fa: "V";
}

.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}

.fa-bicycle {
  --fa: "\f206";
}

.fa-staff-snake {
  --fa: "\e579";
}

.fa-rod-asclepius {
  --fa: "\e579";
}

.fa-rod-snake {
  --fa: "\e579";
}

.fa-staff-aesculapius {
  --fa: "\e579";
}

.fa-head-side-cough-slash {
  --fa: "\e062";
}

.fa-truck-medical {
  --fa: "\f0f9";
}

.fa-ambulance {
  --fa: "\f0f9";
}

.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}

.fa-snowman {
  --fa: "\f7d0";
}

.fa-mortar-pestle {
  --fa: "\f5a7";
}

.fa-road-barrier {
  --fa: "\e562";
}

.fa-school {
  --fa: "\f549";
}

.fa-igloo {
  --fa: "\f7ae";
}

.fa-joint {
  --fa: "\f595";
}

.fa-angle-right {
  --fa: "\f105";
}

.fa-horse {
  --fa: "\f6f0";
}

.fa-q {
  --fa: "Q";
}

.fa-g {
  --fa: "G";
}

.fa-notes-medical {
  --fa: "\f481";
}

.fa-temperature-half {
  --fa: "\f2c9";
}

.fa-temperature-2 {
  --fa: "\f2c9";
}

.fa-thermometer-2 {
  --fa: "\f2c9";
}

.fa-thermometer-half {
  --fa: "\f2c9";
}

.fa-dong-sign {
  --fa: "\e169";
}

.fa-capsules {
  --fa: "\f46b";
}

.fa-poo-storm {
  --fa: "\f75a";
}

.fa-poo-bolt {
  --fa: "\f75a";
}

.fa-face-frown-open {
  --fa: "\f57a";
}

.fa-frown-open {
  --fa: "\f57a";
}

.fa-hand-point-up {
  --fa: "\f0a6";
}

.fa-money-bill {
  --fa: "\f0d6";
}

.fa-bookmark {
  --fa: "\f02e";
}

.fa-align-justify {
  --fa: "\f039";
}

.fa-umbrella-beach {
  --fa: "\f5ca";
}

.fa-helmet-un {
  --fa: "\e503";
}

.fa-bullseye {
  --fa: "\f140";
}

.fa-bacon {
  --fa: "\f7e5";
}

.fa-hand-point-down {
  --fa: "\f0a7";
}

.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}

.fa-folder {
  --fa: "\f07b";
}

.fa-folder-blank {
  --fa: "\f07b";
}

.fa-file-waveform {
  --fa: "\f478";
}

.fa-file-medical-alt {
  --fa: "\f478";
}

.fa-radiation {
  --fa: "\f7b9";
}

.fa-chart-simple {
  --fa: "\e473";
}

.fa-mars-stroke {
  --fa: "\f229";
}

.fa-vial {
  --fa: "\f492";
}

.fa-gauge {
  --fa: "\f624";
}

.fa-dashboard {
  --fa: "\f624";
}

.fa-gauge-med {
  --fa: "\f624";
}

.fa-tachometer-alt-average {
  --fa: "\f624";
}

.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}

.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}

.fa-e {
  --fa: "E";
}

.fa-pen-clip {
  --fa: "\f305";
}

.fa-pen-alt {
  --fa: "\f305";
}

.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}

.fa-user {
  --fa: "\f007";
}

.fa-school-circle-check {
  --fa: "\e56b";
}

.fa-dumpster {
  --fa: "\f793";
}

.fa-van-shuttle {
  --fa: "\f5b6";
}

.fa-shuttle-van {
  --fa: "\f5b6";
}

.fa-building-user {
  --fa: "\e4da";
}

.fa-square-caret-left {
  --fa: "\f191";
}

.fa-caret-square-left {
  --fa: "\f191";
}

.fa-highlighter {
  --fa: "\f591";
}

.fa-key {
  --fa: "\f084";
}

.fa-bullhorn {
  --fa: "\f0a1";
}

.fa-globe {
  --fa: "\f0ac";
}

.fa-synagogue {
  --fa: "\f69b";
}

.fa-person-half-dress {
  --fa: "\e548";
}

.fa-road-bridge {
  --fa: "\e563";
}

.fa-location-arrow {
  --fa: "\f124";
}

.fa-c {
  --fa: "C";
}

.fa-tablet-button {
  --fa: "\f10a";
}

.fa-building-lock {
  --fa: "\e4d6";
}

.fa-pizza-slice {
  --fa: "\f818";
}

.fa-money-bill-wave {
  --fa: "\f53a";
}

.fa-chart-area {
  --fa: "\f1fe";
}

.fa-area-chart {
  --fa: "\f1fe";
}

.fa-house-flag {
  --fa: "\e50d";
}

.fa-person-circle-minus {
  --fa: "\e540";
}

.fa-ban {
  --fa: "\f05e";
}

.fa-cancel {
  --fa: "\f05e";
}

.fa-camera-rotate {
  --fa: "\e0d8";
}

.fa-spray-can-sparkles {
  --fa: "\f5d0";
}

.fa-air-freshener {
  --fa: "\f5d0";
}

.fa-star {
  --fa: "\f005";
}

.fa-repeat {
  --fa: "\f363";
}

.fa-cross {
  --fa: "\f654";
}

.fa-box {
  --fa: "\f466";
}

.fa-venus-mars {
  --fa: "\f228";
}

.fa-arrow-pointer {
  --fa: "\f245";
}

.fa-mouse-pointer {
  --fa: "\f245";
}

.fa-maximize {
  --fa: "\f31e";
}

.fa-expand-arrows-alt {
  --fa: "\f31e";
}

.fa-charging-station {
  --fa: "\f5e7";
}

.fa-shapes {
  --fa: "\f61f";
}

.fa-triangle-circle-square {
  --fa: "\f61f";
}

.fa-shuffle {
  --fa: "\f074";
}

.fa-random {
  --fa: "\f074";
}

.fa-person-running {
  --fa: "\f70c";
}

.fa-running {
  --fa: "\f70c";
}

.fa-mobile-retro {
  --fa: "\e527";
}

.fa-grip-lines-vertical {
  --fa: "\f7a5";
}

.fa-spider {
  --fa: "\f717";
}

.fa-hands-bound {
  --fa: "\e4f9";
}

.fa-file-invoice-dollar {
  --fa: "\f571";
}

.fa-plane-circle-exclamation {
  --fa: "\e556";
}

.fa-x-ray {
  --fa: "\f497";
}

.fa-spell-check {
  --fa: "\f891";
}

.fa-slash {
  --fa: "\f715";
}

.fa-computer-mouse {
  --fa: "\f8cc";
}

.fa-mouse {
  --fa: "\f8cc";
}

.fa-arrow-right-to-bracket {
  --fa: "\f090";
}

.fa-sign-in {
  --fa: "\f090";
}

.fa-shop-slash {
  --fa: "\e070";
}

.fa-store-alt-slash {
  --fa: "\e070";
}

.fa-server {
  --fa: "\f233";
}

.fa-virus-covid-slash {
  --fa: "\e4a9";
}

.fa-shop-lock {
  --fa: "\e4a5";
}

.fa-hourglass-start {
  --fa: "\f251";
}

.fa-hourglass-1 {
  --fa: "\f251";
}

.fa-blender-phone {
  --fa: "\f6b6";
}

.fa-building-wheat {
  --fa: "\e4db";
}

.fa-person-breastfeeding {
  --fa: "\e53a";
}

.fa-right-to-bracket {
  --fa: "\f2f6";
}

.fa-sign-in-alt {
  --fa: "\f2f6";
}

.fa-venus {
  --fa: "\f221";
}

.fa-passport {
  --fa: "\f5ab";
}

.fa-thumbtack-slash {
  --fa: "\e68f";
}

.fa-thumb-tack-slash {
  --fa: "\e68f";
}

.fa-heart-pulse {
  --fa: "\f21e";
}

.fa-heartbeat {
  --fa: "\f21e";
}

.fa-people-carry-box {
  --fa: "\f4ce";
}

.fa-people-carry {
  --fa: "\f4ce";
}

.fa-temperature-high {
  --fa: "\f769";
}

.fa-microchip {
  --fa: "\f2db";
}

.fa-crown {
  --fa: "\f521";
}

.fa-weight-hanging {
  --fa: "\f5cd";
}

.fa-xmarks-lines {
  --fa: "\e59a";
}

.fa-file-prescription {
  --fa: "\f572";
}

.fa-weight-scale {
  --fa: "\f496";
}

.fa-weight {
  --fa: "\f496";
}

.fa-user-group {
  --fa: "\f500";
}

.fa-user-friends {
  --fa: "\f500";
}

.fa-arrow-up-a-z {
  --fa: "\f15e";
}

.fa-sort-alpha-up {
  --fa: "\f15e";
}

.fa-chess-knight {
  --fa: "\f441";
}

.fa-face-laugh-squint {
  --fa: "\f59b";
}

.fa-laugh-squint {
  --fa: "\f59b";
}

.fa-wheelchair {
  --fa: "\f193";
}

.fa-circle-arrow-up {
  --fa: "\f0aa";
}

.fa-arrow-circle-up {
  --fa: "\f0aa";
}

.fa-toggle-on {
  --fa: "\f205";
}

.fa-person-walking {
  --fa: "\f554";
}

.fa-walking {
  --fa: "\f554";
}

.fa-l {
  --fa: "L";
}

.fa-fire {
  --fa: "\f06d";
}

.fa-bed-pulse {
  --fa: "\f487";
}

.fa-procedures {
  --fa: "\f487";
}

.fa-shuttle-space {
  --fa: "\f197";
}

.fa-space-shuttle {
  --fa: "\f197";
}

.fa-face-laugh {
  --fa: "\f599";
}

.fa-laugh {
  --fa: "\f599";
}

.fa-folder-open {
  --fa: "\f07c";
}

.fa-heart-circle-plus {
  --fa: "\e500";
}

.fa-code-fork {
  --fa: "\e13b";
}

.fa-city {
  --fa: "\f64f";
}

.fa-microphone-lines {
  --fa: "\f3c9";
}

.fa-microphone-alt {
  --fa: "\f3c9";
}

.fa-pepper-hot {
  --fa: "\f816";
}

.fa-unlock {
  --fa: "\f09c";
}

.fa-colon-sign {
  --fa: "\e140";
}

.fa-headset {
  --fa: "\f590";
}

.fa-store-slash {
  --fa: "\e071";
}

.fa-road-circle-xmark {
  --fa: "\e566";
}

.fa-user-minus {
  --fa: "\f503";
}

.fa-mars-stroke-up {
  --fa: "\f22a";
}

.fa-mars-stroke-v {
  --fa: "\f22a";
}

.fa-champagne-glasses {
  --fa: "\f79f";
}

.fa-glass-cheers {
  --fa: "\f79f";
}

.fa-clipboard {
  --fa: "\f328";
}

.fa-house-circle-exclamation {
  --fa: "\e50a";
}

.fa-file-arrow-up {
  --fa: "\f574";
}

.fa-file-upload {
  --fa: "\f574";
}

.fa-wifi {
  --fa: "\f1eb";
}

.fa-wifi-3 {
  --fa: "\f1eb";
}

.fa-wifi-strong {
  --fa: "\f1eb";
}

.fa-bath {
  --fa: "\f2cd";
}

.fa-bathtub {
  --fa: "\f2cd";
}

.fa-underline {
  --fa: "\f0cd";
}

.fa-user-pen {
  --fa: "\f4ff";
}

.fa-user-edit {
  --fa: "\f4ff";
}

.fa-signature {
  --fa: "\f5b7";
}

.fa-stroopwafel {
  --fa: "\f551";
}

.fa-bold {
  --fa: "\f032";
}

.fa-anchor-lock {
  --fa: "\e4ad";
}

.fa-building-ngo {
  --fa: "\e4d7";
}

.fa-manat-sign {
  --fa: "\e1d5";
}

.fa-not-equal {
  --fa: "\f53e";
}

.fa-border-top-left {
  --fa: "\f853";
}

.fa-border-style {
  --fa: "\f853";
}

.fa-map-location-dot {
  --fa: "\f5a0";
}

.fa-map-marked-alt {
  --fa: "\f5a0";
}

.fa-jedi {
  --fa: "\f669";
}

.fa-square-poll-vertical {
  --fa: "\f681";
}

.fa-poll {
  --fa: "\f681";
}

.fa-mug-hot {
  --fa: "\f7b6";
}

.fa-car-battery {
  --fa: "\f5df";
}

.fa-battery-car {
  --fa: "\f5df";
}

.fa-gift {
  --fa: "\f06b";
}

.fa-dice-two {
  --fa: "\f528";
}

.fa-chess-queen {
  --fa: "\f445";
}

.fa-glasses {
  --fa: "\f530";
}

.fa-chess-board {
  --fa: "\f43c";
}

.fa-building-circle-check {
  --fa: "\e4d2";
}

.fa-person-chalkboard {
  --fa: "\e53d";
}

.fa-mars-stroke-right {
  --fa: "\f22b";
}

.fa-mars-stroke-h {
  --fa: "\f22b";
}

.fa-hand-back-fist {
  --fa: "\f255";
}

.fa-hand-rock {
  --fa: "\f255";
}

.fa-square-caret-up {
  --fa: "\f151";
}

.fa-caret-square-up {
  --fa: "\f151";
}

.fa-cloud-showers-water {
  --fa: "\e4e4";
}

.fa-chart-bar {
  --fa: "\f080";
}

.fa-bar-chart {
  --fa: "\f080";
}

.fa-hands-bubbles {
  --fa: "\e05e";
}

.fa-hands-wash {
  --fa: "\e05e";
}

.fa-less-than-equal {
  --fa: "\f537";
}

.fa-train {
  --fa: "\f238";
}

.fa-eye-low-vision {
  --fa: "\f2a8";
}

.fa-low-vision {
  --fa: "\f2a8";
}

.fa-crow {
  --fa: "\f520";
}

.fa-sailboat {
  --fa: "\e445";
}

.fa-window-restore {
  --fa: "\f2d2";
}

.fa-square-plus {
  --fa: "\f0fe";
}

.fa-plus-square {
  --fa: "\f0fe";
}

.fa-torii-gate {
  --fa: "\f6a1";
}

.fa-frog {
  --fa: "\f52e";
}

.fa-bucket {
  --fa: "\e4cf";
}

.fa-image {
  --fa: "\f03e";
}

.fa-microphone {
  --fa: "\f130";
}

.fa-cow {
  --fa: "\f6c8";
}

.fa-caret-up {
  --fa: "\f0d8";
}

.fa-screwdriver {
  --fa: "\f54a";
}

.fa-folder-closed {
  --fa: "\e185";
}

.fa-house-tsunami {
  --fa: "\e515";
}

.fa-square-nfi {
  --fa: "\e576";
}

.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}

.fa-martini-glass {
  --fa: "\f57b";
}

.fa-glass-martini-alt {
  --fa: "\f57b";
}

.fa-square-binary {
  --fa: "\e69b";
}

.fa-rotate-left {
  --fa: "\f2ea";
}

.fa-rotate-back {
  --fa: "\f2ea";
}

.fa-rotate-backward {
  --fa: "\f2ea";
}

.fa-undo-alt {
  --fa: "\f2ea";
}

.fa-table-columns {
  --fa: "\f0db";
}

.fa-columns {
  --fa: "\f0db";
}

.fa-lemon {
  --fa: "\f094";
}

.fa-head-side-mask {
  --fa: "\e063";
}

.fa-handshake {
  --fa: "\f2b5";
}

.fa-gem {
  --fa: "\f3a5";
}

.fa-dolly {
  --fa: "\f472";
}

.fa-dolly-box {
  --fa: "\f472";
}

.fa-smoking {
  --fa: "\f48d";
}

.fa-minimize {
  --fa: "\f78c";
}

.fa-compress-arrows-alt {
  --fa: "\f78c";
}

.fa-monument {
  --fa: "\f5a6";
}

.fa-snowplow {
  --fa: "\f7d2";
}

.fa-angles-right {
  --fa: "\f101";
}

.fa-angle-double-right {
  --fa: "\f101";
}

.fa-cannabis {
  --fa: "\f55f";
}

.fa-circle-play {
  --fa: "\f144";
}

.fa-play-circle {
  --fa: "\f144";
}

.fa-tablets {
  --fa: "\f490";
}

.fa-ethernet {
  --fa: "\f796";
}

.fa-euro-sign {
  --fa: "\f153";
}

.fa-eur {
  --fa: "\f153";
}

.fa-euro {
  --fa: "\f153";
}

.fa-chair {
  --fa: "\f6c0";
}

.fa-circle-check {
  --fa: "\f058";
}

.fa-check-circle {
  --fa: "\f058";
}

.fa-circle-stop {
  --fa: "\f28d";
}

.fa-stop-circle {
  --fa: "\f28d";
}

.fa-compass-drafting {
  --fa: "\f568";
}

.fa-drafting-compass {
  --fa: "\f568";
}

.fa-plate-wheat {
  --fa: "\e55a";
}

.fa-icicles {
  --fa: "\f7ad";
}

.fa-person-shelter {
  --fa: "\e54f";
}

.fa-neuter {
  --fa: "\f22c";
}

.fa-id-badge {
  --fa: "\f2c1";
}

.fa-marker {
  --fa: "\f5a1";
}

.fa-face-laugh-beam {
  --fa: "\f59a";
}

.fa-laugh-beam {
  --fa: "\f59a";
}

.fa-helicopter-symbol {
  --fa: "\e502";
}

.fa-universal-access {
  --fa: "\f29a";
}

.fa-circle-chevron-up {
  --fa: "\f139";
}

.fa-chevron-circle-up {
  --fa: "\f139";
}

.fa-lari-sign {
  --fa: "\e1c8";
}

.fa-volcano {
  --fa: "\f770";
}

.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}

.fa-sterling-sign {
  --fa: "\f154";
}

.fa-gbp {
  --fa: "\f154";
}

.fa-pound-sign {
  --fa: "\f154";
}

.fa-viruses {
  --fa: "\e076";
}

.fa-square-person-confined {
  --fa: "\e577";
}

.fa-user-tie {
  --fa: "\f508";
}

.fa-arrow-down-long {
  --fa: "\f175";
}

.fa-long-arrow-down {
  --fa: "\f175";
}

.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}

.fa-certificate {
  --fa: "\f0a3";
}

.fa-reply-all {
  --fa: "\f122";
}

.fa-mail-reply-all {
  --fa: "\f122";
}

.fa-suitcase {
  --fa: "\f0f2";
}

.fa-person-skating {
  --fa: "\f7c5";
}

.fa-skating {
  --fa: "\f7c5";
}

.fa-filter-circle-dollar {
  --fa: "\f662";
}

.fa-funnel-dollar {
  --fa: "\f662";
}

.fa-camera-retro {
  --fa: "\f083";
}

.fa-circle-arrow-down {
  --fa: "\f0ab";
}

.fa-arrow-circle-down {
  --fa: "\f0ab";
}

.fa-file-import {
  --fa: "\f56f";
}

.fa-arrow-right-to-file {
  --fa: "\f56f";
}

.fa-square-arrow-up-right {
  --fa: "\f14c";
}

.fa-external-link-square {
  --fa: "\f14c";
}

.fa-box-open {
  --fa: "\f49e";
}

.fa-scroll {
  --fa: "\f70e";
}

.fa-spa {
  --fa: "\f5bb";
}

.fa-location-pin-lock {
  --fa: "\e51f";
}

.fa-pause {
  --fa: "\f04c";
}

.fa-hill-avalanche {
  --fa: "\e507";
}

.fa-temperature-empty {
  --fa: "\f2cb";
}

.fa-temperature-0 {
  --fa: "\f2cb";
}

.fa-thermometer-0 {
  --fa: "\f2cb";
}

.fa-thermometer-empty {
  --fa: "\f2cb";
}

.fa-bomb {
  --fa: "\f1e2";
}

.fa-registered {
  --fa: "\f25d";
}

.fa-address-card {
  --fa: "\f2bb";
}

.fa-contact-card {
  --fa: "\f2bb";
}

.fa-vcard {
  --fa: "\f2bb";
}

.fa-scale-unbalanced-flip {
  --fa: "\f516";
}

.fa-balance-scale-right {
  --fa: "\f516";
}

.fa-subscript {
  --fa: "\f12c";
}

.fa-diamond-turn-right {
  --fa: "\f5eb";
}

.fa-directions {
  --fa: "\f5eb";
}

.fa-burst {
  --fa: "\e4dc";
}

.fa-house-laptop {
  --fa: "\e066";
}

.fa-laptop-house {
  --fa: "\e066";
}

.fa-face-tired {
  --fa: "\f5c8";
}

.fa-tired {
  --fa: "\f5c8";
}

.fa-money-bills {
  --fa: "\e1f3";
}

.fa-smog {
  --fa: "\f75f";
}

.fa-crutch {
  --fa: "\f7f7";
}

.fa-cloud-arrow-up {
  --fa: "\f0ee";
}

.fa-cloud-upload {
  --fa: "\f0ee";
}

.fa-cloud-upload-alt {
  --fa: "\f0ee";
}

.fa-palette {
  --fa: "\f53f";
}

.fa-arrows-turn-right {
  --fa: "\e4c0";
}

.fa-vest {
  --fa: "\e085";
}

.fa-ferry {
  --fa: "\e4ea";
}

.fa-arrows-down-to-people {
  --fa: "\e4b9";
}

.fa-seedling {
  --fa: "\f4d8";
}

.fa-sprout {
  --fa: "\f4d8";
}

.fa-left-right {
  --fa: "\f337";
}

.fa-arrows-alt-h {
  --fa: "\f337";
}

.fa-boxes-packing {
  --fa: "\e4c7";
}

.fa-circle-arrow-left {
  --fa: "\f0a8";
}

.fa-arrow-circle-left {
  --fa: "\f0a8";
}

.fa-group-arrows-rotate {
  --fa: "\e4f6";
}

.fa-bowl-food {
  --fa: "\e4c6";
}

.fa-candy-cane {
  --fa: "\f786";
}

.fa-arrow-down-wide-short {
  --fa: "\f160";
}

.fa-sort-amount-asc {
  --fa: "\f160";
}

.fa-sort-amount-down {
  --fa: "\f160";
}

.fa-cloud-bolt {
  --fa: "\f76c";
}

.fa-thunderstorm {
  --fa: "\f76c";
}

.fa-text-slash {
  --fa: "\f87d";
}

.fa-remove-format {
  --fa: "\f87d";
}

.fa-face-smile-wink {
  --fa: "\f4da";
}

.fa-smile-wink {
  --fa: "\f4da";
}

.fa-file-word {
  --fa: "\f1c2";
}

.fa-file-powerpoint {
  --fa: "\f1c4";
}

.fa-arrows-left-right {
  --fa: "\f07e";
}

.fa-arrows-h {
  --fa: "\f07e";
}

.fa-house-lock {
  --fa: "\e510";
}

.fa-cloud-arrow-down {
  --fa: "\f0ed";
}

.fa-cloud-download {
  --fa: "\f0ed";
}

.fa-cloud-download-alt {
  --fa: "\f0ed";
}

.fa-children {
  --fa: "\e4e1";
}

.fa-chalkboard {
  --fa: "\f51b";
}

.fa-blackboard {
  --fa: "\f51b";
}

.fa-user-large-slash {
  --fa: "\f4fa";
}

.fa-user-alt-slash {
  --fa: "\f4fa";
}

.fa-envelope-open {
  --fa: "\f2b6";
}

.fa-handshake-simple-slash {
  --fa: "\e05f";
}

.fa-handshake-alt-slash {
  --fa: "\e05f";
}

.fa-mattress-pillow {
  --fa: "\e525";
}

.fa-guarani-sign {
  --fa: "\e19a";
}

.fa-arrows-rotate {
  --fa: "\f021";
}

.fa-refresh {
  --fa: "\f021";
}

.fa-sync {
  --fa: "\f021";
}

.fa-fire-extinguisher {
  --fa: "\f134";
}

.fa-cruzeiro-sign {
  --fa: "\e152";
}

.fa-greater-than-equal {
  --fa: "\f532";
}

.fa-shield-halved {
  --fa: "\f3ed";
}

.fa-shield-alt {
  --fa: "\f3ed";
}

.fa-book-atlas {
  --fa: "\f558";
}

.fa-atlas {
  --fa: "\f558";
}

.fa-virus {
  --fa: "\e074";
}

.fa-envelope-circle-check {
  --fa: "\e4e8";
}

.fa-layer-group {
  --fa: "\f5fd";
}

.fa-arrows-to-dot {
  --fa: "\e4be";
}

.fa-archway {
  --fa: "\f557";
}

.fa-heart-circle-check {
  --fa: "\e4fd";
}

.fa-house-chimney-crack {
  --fa: "\f6f1";
}

.fa-house-damage {
  --fa: "\f6f1";
}

.fa-file-zipper {
  --fa: "\f1c6";
}

.fa-file-archive {
  --fa: "\f1c6";
}

.fa-square {
  --fa: "\f0c8";
}

.fa-martini-glass-empty {
  --fa: "\f000";
}

.fa-glass-martini {
  --fa: "\f000";
}

.fa-couch {
  --fa: "\f4b8";
}

.fa-cedi-sign {
  --fa: "\e0df";
}

.fa-italic {
  --fa: "\f033";
}

.fa-table-cells-column-lock {
  --fa: "\e678";
}

.fa-church {
  --fa: "\f51d";
}

.fa-comments-dollar {
  --fa: "\f653";
}

.fa-democrat {
  --fa: "\f747";
}

.fa-z {
  --fa: "Z";
}

.fa-person-skiing {
  --fa: "\f7c9";
}

.fa-skiing {
  --fa: "\f7c9";
}

.fa-road-lock {
  --fa: "\e567";
}

.fa-a {
  --fa: "A";
}

.fa-temperature-arrow-down {
  --fa: "\e03f";
}

.fa-temperature-down {
  --fa: "\e03f";
}

.fa-feather-pointed {
  --fa: "\f56b";
}

.fa-feather-alt {
  --fa: "\f56b";
}

.fa-p {
  --fa: "P";
}

.fa-snowflake {
  --fa: "\f2dc";
}

.fa-newspaper {
  --fa: "\f1ea";
}

.fa-rectangle-ad {
  --fa: "\f641";
}

.fa-ad {
  --fa: "\f641";
}

.fa-circle-arrow-right {
  --fa: "\f0a9";
}

.fa-arrow-circle-right {
  --fa: "\f0a9";
}

.fa-filter-circle-xmark {
  --fa: "\e17b";
}

.fa-locust {
  --fa: "\e520";
}

.fa-sort {
  --fa: "\f0dc";
}

.fa-unsorted {
  --fa: "\f0dc";
}

.fa-list-ol {
  --fa: "\f0cb";
}

.fa-list-1-2 {
  --fa: "\f0cb";
}

.fa-list-numeric {
  --fa: "\f0cb";
}

.fa-person-dress-burst {
  --fa: "\e544";
}

.fa-money-check-dollar {
  --fa: "\f53d";
}

.fa-money-check-alt {
  --fa: "\f53d";
}

.fa-vector-square {
  --fa: "\f5cb";
}

.fa-bread-slice {
  --fa: "\f7ec";
}

.fa-language {
  --fa: "\f1ab";
}

.fa-face-kiss-wink-heart {
  --fa: "\f598";
}

.fa-kiss-wink-heart {
  --fa: "\f598";
}

.fa-filter {
  --fa: "\f0b0";
}

.fa-question {
  --fa: "\?";
}

.fa-file-signature {
  --fa: "\f573";
}

.fa-up-down-left-right {
  --fa: "\f0b2";
}

.fa-arrows-alt {
  --fa: "\f0b2";
}

.fa-house-chimney-user {
  --fa: "\e065";
}

.fa-hand-holding-heart {
  --fa: "\f4be";
}

.fa-puzzle-piece {
  --fa: "\f12e";
}

.fa-money-check {
  --fa: "\f53c";
}

.fa-star-half-stroke {
  --fa: "\f5c0";
}

.fa-star-half-alt {
  --fa: "\f5c0";
}

.fa-code {
  --fa: "\f121";
}

.fa-whiskey-glass {
  --fa: "\f7a0";
}

.fa-glass-whiskey {
  --fa: "\f7a0";
}

.fa-building-circle-exclamation {
  --fa: "\e4d3";
}

.fa-magnifying-glass-chart {
  --fa: "\e522";
}

.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}

.fa-external-link {
  --fa: "\f08e";
}

.fa-cubes-stacked {
  --fa: "\e4e6";
}

.fa-won-sign {
  --fa: "\f159";
}

.fa-krw {
  --fa: "\f159";
}

.fa-won {
  --fa: "\f159";
}

.fa-virus-covid {
  --fa: "\e4a8";
}

.fa-austral-sign {
  --fa: "\e0a9";
}

.fa-f {
  --fa: "F";
}

.fa-leaf {
  --fa: "\f06c";
}

.fa-road {
  --fa: "\f018";
}

.fa-taxi {
  --fa: "\f1ba";
}

.fa-cab {
  --fa: "\f1ba";
}

.fa-person-circle-plus {
  --fa: "\e541";
}

.fa-chart-pie {
  --fa: "\f200";
}

.fa-pie-chart {
  --fa: "\f200";
}

.fa-bolt-lightning {
  --fa: "\e0b7";
}

.fa-sack-xmark {
  --fa: "\e56a";
}

.fa-file-excel {
  --fa: "\f1c3";
}

.fa-file-contract {
  --fa: "\f56c";
}

.fa-fish-fins {
  --fa: "\e4f2";
}

.fa-building-flag {
  --fa: "\e4d5";
}

.fa-face-grin-beam {
  --fa: "\f582";
}

.fa-grin-beam {
  --fa: "\f582";
}

.fa-object-ungroup {
  --fa: "\f248";
}

.fa-poop {
  --fa: "\f619";
}

.fa-location-pin {
  --fa: "\f041";
}

.fa-map-marker {
  --fa: "\f041";
}

.fa-kaaba {
  --fa: "\f66b";
}

.fa-toilet-paper {
  --fa: "\f71e";
}

.fa-helmet-safety {
  --fa: "\f807";
}

.fa-hard-hat {
  --fa: "\f807";
}

.fa-hat-hard {
  --fa: "\f807";
}

.fa-eject {
  --fa: "\f052";
}

.fa-circle-right {
  --fa: "\f35a";
}

.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}

.fa-plane-circle-check {
  --fa: "\e555";
}

.fa-face-rolling-eyes {
  --fa: "\f5a5";
}

.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}

.fa-object-group {
  --fa: "\f247";
}

.fa-chart-line {
  --fa: "\f201";
}

.fa-line-chart {
  --fa: "\f201";
}

.fa-mask-ventilator {
  --fa: "\e524";
}

.fa-arrow-right {
  --fa: "\f061";
}

.fa-signs-post {
  --fa: "\f277";
}

.fa-map-signs {
  --fa: "\f277";
}

.fa-cash-register {
  --fa: "\f788";
}

.fa-person-circle-question {
  --fa: "\e542";
}

.fa-h {
  --fa: "H";
}

.fa-tarp {
  --fa: "\e57b";
}

.fa-screwdriver-wrench {
  --fa: "\f7d9";
}

.fa-tools {
  --fa: "\f7d9";
}

.fa-arrows-to-eye {
  --fa: "\e4bf";
}

.fa-plug-circle-bolt {
  --fa: "\e55b";
}

.fa-heart {
  --fa: "\f004";
}

.fa-mars-and-venus {
  --fa: "\f224";
}

.fa-house-user {
  --fa: "\e1b0";
}

.fa-home-user {
  --fa: "\e1b0";
}

.fa-dumpster-fire {
  --fa: "\f794";
}

.fa-house-crack {
  --fa: "\e3b1";
}

.fa-martini-glass-citrus {
  --fa: "\f561";
}

.fa-cocktail {
  --fa: "\f561";
}

.fa-face-surprise {
  --fa: "\f5c2";
}

.fa-surprise {
  --fa: "\f5c2";
}

.fa-bottle-water {
  --fa: "\e4c5";
}

.fa-circle-pause {
  --fa: "\f28b";
}

.fa-pause-circle {
  --fa: "\f28b";
}

.fa-toilet-paper-slash {
  --fa: "\e072";
}

.fa-apple-whole {
  --fa: "\f5d1";
}

.fa-apple-alt {
  --fa: "\f5d1";
}

.fa-kitchen-set {
  --fa: "\e51a";
}

.fa-r {
  --fa: "R";
}

.fa-temperature-quarter {
  --fa: "\f2ca";
}

.fa-temperature-1 {
  --fa: "\f2ca";
}

.fa-thermometer-1 {
  --fa: "\f2ca";
}

.fa-thermometer-quarter {
  --fa: "\f2ca";
}

.fa-cube {
  --fa: "\f1b2";
}

.fa-bitcoin-sign {
  --fa: "\e0b4";
}

.fa-shield-dog {
  --fa: "\e573";
}

.fa-solar-panel {
  --fa: "\f5ba";
}

.fa-lock-open {
  --fa: "\f3c1";
}

.fa-elevator {
  --fa: "\e16d";
}

.fa-money-bill-transfer {
  --fa: "\e528";
}

.fa-money-bill-trend-up {
  --fa: "\e529";
}

.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}

.fa-square-poll-horizontal {
  --fa: "\f682";
}

.fa-poll-h {
  --fa: "\f682";
}

.fa-circle {
  --fa: "\f111";
}

.fa-backward-fast {
  --fa: "\f049";
}

.fa-fast-backward {
  --fa: "\f049";
}

.fa-recycle {
  --fa: "\f1b8";
}

.fa-user-astronaut {
  --fa: "\f4fb";
}

.fa-plane-slash {
  --fa: "\e069";
}

.fa-trademark {
  --fa: "\f25c";
}

.fa-basketball {
  --fa: "\f434";
}

.fa-basketball-ball {
  --fa: "\f434";
}

.fa-satellite-dish {
  --fa: "\f7c0";
}

.fa-circle-up {
  --fa: "\f35b";
}

.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}

.fa-mobile-screen-button {
  --fa: "\f3cd";
}

.fa-mobile-alt {
  --fa: "\f3cd";
}

.fa-volume-high {
  --fa: "\f028";
}

.fa-volume-up {
  --fa: "\f028";
}

.fa-users-rays {
  --fa: "\e593";
}

.fa-wallet {
  --fa: "\f555";
}

.fa-clipboard-check {
  --fa: "\f46c";
}

.fa-file-audio {
  --fa: "\f1c7";
}

.fa-burger {
  --fa: "\f805";
}

.fa-hamburger {
  --fa: "\f805";
}

.fa-wrench {
  --fa: "\f0ad";
}

.fa-bugs {
  --fa: "\e4d0";
}

.fa-rupee-sign {
  --fa: "\f156";
}

.fa-rupee {
  --fa: "\f156";
}

.fa-file-image {
  --fa: "\f1c5";
}

.fa-circle-question {
  --fa: "\f059";
}

.fa-question-circle {
  --fa: "\f059";
}

.fa-plane-departure {
  --fa: "\f5b0";
}

.fa-handshake-slash {
  --fa: "\e060";
}

.fa-book-bookmark {
  --fa: "\e0bb";
}

.fa-code-branch {
  --fa: "\f126";
}

.fa-hat-cowboy {
  --fa: "\f8c0";
}

.fa-bridge {
  --fa: "\e4c8";
}

.fa-phone-flip {
  --fa: "\f879";
}

.fa-phone-alt {
  --fa: "\f879";
}

.fa-truck-front {
  --fa: "\e2b7";
}

.fa-cat {
  --fa: "\f6be";
}

.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}

.fa-truck-field {
  --fa: "\e58d";
}

.fa-route {
  --fa: "\f4d7";
}

.fa-clipboard-question {
  --fa: "\e4e3";
}

.fa-panorama {
  --fa: "\e209";
}

.fa-comment-medical {
  --fa: "\f7f5";
}

.fa-teeth-open {
  --fa: "\f62f";
}

.fa-file-circle-minus {
  --fa: "\e4ed";
}

.fa-tags {
  --fa: "\f02c";
}

.fa-wine-glass {
  --fa: "\f4e3";
}

.fa-forward-fast {
  --fa: "\f050";
}

.fa-fast-forward {
  --fa: "\f050";
}

.fa-face-meh-blank {
  --fa: "\f5a4";
}

.fa-meh-blank {
  --fa: "\f5a4";
}

.fa-square-parking {
  --fa: "\f540";
}

.fa-parking {
  --fa: "\f540";
}

.fa-house-signal {
  --fa: "\e012";
}

.fa-bars-progress {
  --fa: "\f828";
}

.fa-tasks-alt {
  --fa: "\f828";
}

.fa-faucet-drip {
  --fa: "\e006";
}

.fa-cart-flatbed {
  --fa: "\f474";
}

.fa-dolly-flatbed {
  --fa: "\f474";
}

.fa-ban-smoking {
  --fa: "\f54d";
}

.fa-smoking-ban {
  --fa: "\f54d";
}

.fa-terminal {
  --fa: "\f120";
}

.fa-mobile-button {
  --fa: "\f10b";
}

.fa-house-medical-flag {
  --fa: "\e514";
}

.fa-basket-shopping {
  --fa: "\f291";
}

.fa-shopping-basket {
  --fa: "\f291";
}

.fa-tape {
  --fa: "\f4db";
}

.fa-bus-simple {
  --fa: "\f55e";
}

.fa-bus-alt {
  --fa: "\f55e";
}

.fa-eye {
  --fa: "\f06e";
}

.fa-face-sad-cry {
  --fa: "\f5b3";
}

.fa-sad-cry {
  --fa: "\f5b3";
}

.fa-audio-description {
  --fa: "\f29e";
}

.fa-person-military-to-person {
  --fa: "\e54c";
}

.fa-file-shield {
  --fa: "\e4f0";
}

.fa-user-slash {
  --fa: "\f506";
}

.fa-pen {
  --fa: "\f304";
}

.fa-tower-observation {
  --fa: "\e586";
}

.fa-file-code {
  --fa: "\f1c9";
}

.fa-signal {
  --fa: "\f012";
}

.fa-signal-5 {
  --fa: "\f012";
}

.fa-signal-perfect {
  --fa: "\f012";
}

.fa-bus {
  --fa: "\f207";
}

.fa-heart-circle-xmark {
  --fa: "\e501";
}

.fa-house-chimney {
  --fa: "\e3af";
}

.fa-home-lg {
  --fa: "\e3af";
}

.fa-window-maximize {
  --fa: "\f2d0";
}

.fa-face-frown {
  --fa: "\f119";
}

.fa-frown {
  --fa: "\f119";
}

.fa-prescription {
  --fa: "\f5b1";
}

.fa-shop {
  --fa: "\f54f";
}

.fa-store-alt {
  --fa: "\f54f";
}

.fa-floppy-disk {
  --fa: "\f0c7";
}

.fa-save {
  --fa: "\f0c7";
}

.fa-vihara {
  --fa: "\f6a7";
}

.fa-scale-unbalanced {
  --fa: "\f515";
}

.fa-balance-scale-left {
  --fa: "\f515";
}

.fa-sort-up {
  --fa: "\f0de";
}

.fa-sort-asc {
  --fa: "\f0de";
}

.fa-comment-dots {
  --fa: "\f4ad";
}

.fa-commenting {
  --fa: "\f4ad";
}

.fa-plant-wilt {
  --fa: "\e5aa";
}

.fa-diamond {
  --fa: "\f219";
}

.fa-face-grin-squint {
  --fa: "\f585";
}

.fa-grin-squint {
  --fa: "\f585";
}

.fa-hand-holding-dollar {
  --fa: "\f4c0";
}

.fa-hand-holding-usd {
  --fa: "\f4c0";
}

.fa-chart-diagram {
  --fa: "\e695";
}

.fa-bacterium {
  --fa: "\e05a";
}

.fa-hand-pointer {
  --fa: "\f25a";
}

.fa-drum-steelpan {
  --fa: "\f56a";
}

.fa-hand-scissors {
  --fa: "\f257";
}

.fa-hands-praying {
  --fa: "\f684";
}

.fa-praying-hands {
  --fa: "\f684";
}

.fa-arrow-rotate-right {
  --fa: "\f01e";
}

.fa-arrow-right-rotate {
  --fa: "\f01e";
}

.fa-arrow-rotate-forward {
  --fa: "\f01e";
}

.fa-redo {
  --fa: "\f01e";
}

.fa-biohazard {
  --fa: "\f780";
}

.fa-location-crosshairs {
  --fa: "\f601";
}

.fa-location {
  --fa: "\f601";
}

.fa-mars-double {
  --fa: "\f227";
}

.fa-child-dress {
  --fa: "\e59c";
}

.fa-users-between-lines {
  --fa: "\e591";
}

.fa-lungs-virus {
  --fa: "\e067";
}

.fa-face-grin-tears {
  --fa: "\f588";
}

.fa-grin-tears {
  --fa: "\f588";
}

.fa-phone {
  --fa: "\f095";
}

.fa-calendar-xmark {
  --fa: "\f273";
}

.fa-calendar-times {
  --fa: "\f273";
}

.fa-child-reaching {
  --fa: "\e59d";
}

.fa-head-side-virus {
  --fa: "\e064";
}

.fa-user-gear {
  --fa: "\f4fe";
}

.fa-user-cog {
  --fa: "\f4fe";
}

.fa-arrow-up-1-9 {
  --fa: "\f163";
}

.fa-sort-numeric-up {
  --fa: "\f163";
}

.fa-door-closed {
  --fa: "\f52a";
}

.fa-shield-virus {
  --fa: "\e06c";
}

.fa-dice-six {
  --fa: "\f526";
}

.fa-mosquito-net {
  --fa: "\e52c";
}

.fa-file-fragment {
  --fa: "\e697";
}

.fa-bridge-water {
  --fa: "\e4ce";
}

.fa-person-booth {
  --fa: "\f756";
}

.fa-text-width {
  --fa: "\f035";
}

.fa-hat-wizard {
  --fa: "\f6e8";
}

.fa-pen-fancy {
  --fa: "\f5ac";
}

.fa-person-digging {
  --fa: "\f85e";
}

.fa-digging {
  --fa: "\f85e";
}

.fa-trash {
  --fa: "\f1f8";
}

.fa-gauge-simple {
  --fa: "\f629";
}

.fa-gauge-simple-med {
  --fa: "\f629";
}

.fa-tachometer-average {
  --fa: "\f629";
}

.fa-book-medical {
  --fa: "\f7e6";
}

.fa-poo {
  --fa: "\f2fe";
}

.fa-quote-right {
  --fa: "\f10e";
}

.fa-quote-right-alt {
  --fa: "\f10e";
}

.fa-shirt {
  --fa: "\f553";
}

.fa-t-shirt {
  --fa: "\f553";
}

.fa-tshirt {
  --fa: "\f553";
}

.fa-cubes {
  --fa: "\f1b3";
}

.fa-divide {
  --fa: "\f529";
}

.fa-tenge-sign {
  --fa: "\f7d7";
}

.fa-tenge {
  --fa: "\f7d7";
}

.fa-headphones {
  --fa: "\f025";
}

.fa-hands-holding {
  --fa: "\f4c2";
}

.fa-hands-clapping {
  --fa: "\e1a8";
}

.fa-republican {
  --fa: "\f75e";
}

.fa-arrow-left {
  --fa: "\f060";
}

.fa-person-circle-xmark {
  --fa: "\e543";
}

.fa-ruler {
  --fa: "\f545";
}

.fa-align-left {
  --fa: "\f036";
}

.fa-dice-d6 {
  --fa: "\f6d1";
}

.fa-restroom {
  --fa: "\f7bd";
}

.fa-j {
  --fa: "J";
}

.fa-users-viewfinder {
  --fa: "\e595";
}

.fa-file-video {
  --fa: "\f1c8";
}

.fa-up-right-from-square {
  --fa: "\f35d";
}

.fa-external-link-alt {
  --fa: "\f35d";
}

.fa-table-cells {
  --fa: "\f00a";
}

.fa-th {
  --fa: "\f00a";
}

.fa-file-pdf {
  --fa: "\f1c1";
}

.fa-book-bible {
  --fa: "\f647";
}

.fa-bible {
  --fa: "\f647";
}

.fa-o {
  --fa: "O";
}

.fa-suitcase-medical {
  --fa: "\f0fa";
}

.fa-medkit {
  --fa: "\f0fa";
}

.fa-user-secret {
  --fa: "\f21b";
}

.fa-otter {
  --fa: "\f700";
}

.fa-person-dress {
  --fa: "\f182";
}

.fa-female {
  --fa: "\f182";
}

.fa-comment-dollar {
  --fa: "\f651";
}

.fa-business-time {
  --fa: "\f64a";
}

.fa-briefcase-clock {
  --fa: "\f64a";
}

.fa-table-cells-large {
  --fa: "\f009";
}

.fa-th-large {
  --fa: "\f009";
}

.fa-book-tanakh {
  --fa: "\f827";
}

.fa-tanakh {
  --fa: "\f827";
}

.fa-phone-volume {
  --fa: "\f2a0";
}

.fa-volume-control-phone {
  --fa: "\f2a0";
}

.fa-hat-cowboy-side {
  --fa: "\f8c1";
}

.fa-clipboard-user {
  --fa: "\f7f3";
}

.fa-child {
  --fa: "\f1ae";
}

.fa-lira-sign {
  --fa: "\f195";
}

.fa-satellite {
  --fa: "\f7bf";
}

.fa-plane-lock {
  --fa: "\e558";
}

.fa-tag {
  --fa: "\f02b";
}

.fa-comment {
  --fa: "\f075";
}

.fa-cake-candles {
  --fa: "\f1fd";
}

.fa-birthday-cake {
  --fa: "\f1fd";
}

.fa-cake {
  --fa: "\f1fd";
}

.fa-envelope {
  --fa: "\f0e0";
}

.fa-angles-up {
  --fa: "\f102";
}

.fa-angle-double-up {
  --fa: "\f102";
}

.fa-paperclip {
  --fa: "\f0c6";
}

.fa-arrow-right-to-city {
  --fa: "\e4b3";
}

.fa-ribbon {
  --fa: "\f4d6";
}

.fa-lungs {
  --fa: "\f604";
}

.fa-arrow-up-9-1 {
  --fa: "\f887";
}

.fa-sort-numeric-up-alt {
  --fa: "\f887";
}

.fa-litecoin-sign {
  --fa: "\e1d3";
}

.fa-border-none {
  --fa: "\f850";
}

.fa-circle-nodes {
  --fa: "\e4e2";
}

.fa-parachute-box {
  --fa: "\f4cd";
}

.fa-indent {
  --fa: "\f03c";
}

.fa-truck-field-un {
  --fa: "\e58e";
}

.fa-hourglass {
  --fa: "\f254";
}

.fa-hourglass-empty {
  --fa: "\f254";
}

.fa-mountain {
  --fa: "\f6fc";
}

.fa-user-doctor {
  --fa: "\f0f0";
}

.fa-user-md {
  --fa: "\f0f0";
}

.fa-circle-info {
  --fa: "\f05a";
}

.fa-info-circle {
  --fa: "\f05a";
}

.fa-cloud-meatball {
  --fa: "\f73b";
}

.fa-camera {
  --fa: "\f030";
}

.fa-camera-alt {
  --fa: "\f030";
}

.fa-square-virus {
  --fa: "\e578";
}

.fa-meteor {
  --fa: "\f753";
}

.fa-car-on {
  --fa: "\e4dd";
}

.fa-sleigh {
  --fa: "\f7cc";
}

.fa-arrow-down-1-9 {
  --fa: "\f162";
}

.fa-sort-numeric-asc {
  --fa: "\f162";
}

.fa-sort-numeric-down {
  --fa: "\f162";
}

.fa-hand-holding-droplet {
  --fa: "\f4c1";
}

.fa-hand-holding-water {
  --fa: "\f4c1";
}

.fa-water {
  --fa: "\f773";
}

.fa-calendar-check {
  --fa: "\f274";
}

.fa-braille {
  --fa: "\f2a1";
}

.fa-prescription-bottle-medical {
  --fa: "\f486";
}

.fa-prescription-bottle-alt {
  --fa: "\f486";
}

.fa-landmark {
  --fa: "\f66f";
}

.fa-truck {
  --fa: "\f0d1";
}

.fa-crosshairs {
  --fa: "\f05b";
}

.fa-person-cane {
  --fa: "\e53c";
}

.fa-tent {
  --fa: "\e57d";
}

.fa-vest-patches {
  --fa: "\e086";
}

.fa-check-double {
  --fa: "\f560";
}

.fa-arrow-down-a-z {
  --fa: "\f15d";
}

.fa-sort-alpha-asc {
  --fa: "\f15d";
}

.fa-sort-alpha-down {
  --fa: "\f15d";
}

.fa-money-bill-wheat {
  --fa: "\e52a";
}

.fa-cookie {
  --fa: "\f563";
}

.fa-arrow-rotate-left {
  --fa: "\f0e2";
}

.fa-arrow-left-rotate {
  --fa: "\f0e2";
}

.fa-arrow-rotate-back {
  --fa: "\f0e2";
}

.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}

.fa-undo {
  --fa: "\f0e2";
}

.fa-hard-drive {
  --fa: "\f0a0";
}

.fa-hdd {
  --fa: "\f0a0";
}

.fa-face-grin-squint-tears {
  --fa: "\f586";
}

.fa-grin-squint-tears {
  --fa: "\f586";
}

.fa-dumbbell {
  --fa: "\f44b";
}

.fa-rectangle-list {
  --fa: "\f022";
}

.fa-list-alt {
  --fa: "\f022";
}

.fa-tarp-droplet {
  --fa: "\e57c";
}

.fa-house-medical-circle-check {
  --fa: "\e511";
}

.fa-person-skiing-nordic {
  --fa: "\f7ca";
}

.fa-skiing-nordic {
  --fa: "\f7ca";
}

.fa-calendar-plus {
  --fa: "\f271";
}

.fa-plane-arrival {
  --fa: "\f5af";
}

.fa-circle-left {
  --fa: "\f359";
}

.fa-arrow-alt-circle-left {
  --fa: "\f359";
}

.fa-train-subway {
  --fa: "\f239";
}

.fa-subway {
  --fa: "\f239";
}

.fa-chart-gantt {
  --fa: "\e0e4";
}

.fa-indian-rupee-sign {
  --fa: "\e1bc";
}

.fa-indian-rupee {
  --fa: "\e1bc";
}

.fa-inr {
  --fa: "\e1bc";
}

.fa-crop-simple {
  --fa: "\f565";
}

.fa-crop-alt {
  --fa: "\f565";
}

.fa-money-bill-1 {
  --fa: "\f3d1";
}

.fa-money-bill-alt {
  --fa: "\f3d1";
}

.fa-left-long {
  --fa: "\f30a";
}

.fa-long-arrow-alt-left {
  --fa: "\f30a";
}

.fa-dna {
  --fa: "\f471";
}

.fa-virus-slash {
  --fa: "\e075";
}

.fa-minus {
  --fa: "\f068";
}

.fa-subtract {
  --fa: "\f068";
}

.fa-chess {
  --fa: "\f439";
}

.fa-arrow-left-long {
  --fa: "\f177";
}

.fa-long-arrow-left {
  --fa: "\f177";
}

.fa-plug-circle-check {
  --fa: "\e55c";
}

.fa-street-view {
  --fa: "\f21d";
}

.fa-franc-sign {
  --fa: "\e18f";
}

.fa-volume-off {
  --fa: "\f026";
}

.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}

.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-asl-interpreting {
  --fa: "\f2a3";
}

.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}

.fa-gear {
  --fa: "\f013";
}

.fa-cog {
  --fa: "\f013";
}

.fa-droplet-slash {
  --fa: "\f5c7";
}

.fa-tint-slash {
  --fa: "\f5c7";
}

.fa-mosque {
  --fa: "\f678";
}

.fa-mosquito {
  --fa: "\e52b";
}

.fa-star-of-david {
  --fa: "\f69a";
}

.fa-person-military-rifle {
  --fa: "\e54b";
}

.fa-cart-shopping {
  --fa: "\f07a";
}

.fa-shopping-cart {
  --fa: "\f07a";
}

.fa-vials {
  --fa: "\f493";
}

.fa-plug-circle-plus {
  --fa: "\e55f";
}

.fa-place-of-worship {
  --fa: "\f67f";
}

.fa-grip-vertical {
  --fa: "\f58e";
}

.fa-hexagon-nodes {
  --fa: "\e699";
}

.fa-arrow-turn-up {
  --fa: "\f148";
}

.fa-level-up {
  --fa: "\f148";
}

.fa-u {
  --fa: "U";
}

.fa-square-root-variable {
  --fa: "\f698";
}

.fa-square-root-alt {
  --fa: "\f698";
}

.fa-clock {
  --fa: "\f017";
}

.fa-clock-four {
  --fa: "\f017";
}

.fa-backward-step {
  --fa: "\f048";
}

.fa-step-backward {
  --fa: "\f048";
}

.fa-pallet {
  --fa: "\f482";
}

.fa-faucet {
  --fa: "\e005";
}

.fa-baseball-bat-ball {
  --fa: "\f432";
}

.fa-s {
  --fa: "S";
}

.fa-timeline {
  --fa: "\e29c";
}

.fa-keyboard {
  --fa: "\f11c";
}

.fa-caret-down {
  --fa: "\f0d7";
}

.fa-house-chimney-medical {
  --fa: "\f7f2";
}

.fa-clinic-medical {
  --fa: "\f7f2";
}

.fa-temperature-three-quarters {
  --fa: "\f2c8";
}

.fa-temperature-3 {
  --fa: "\f2c8";
}

.fa-thermometer-3 {
  --fa: "\f2c8";
}

.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}

.fa-mobile-screen {
  --fa: "\f3cf";
}

.fa-mobile-android-alt {
  --fa: "\f3cf";
}

.fa-plane-up {
  --fa: "\e22d";
}

.fa-piggy-bank {
  --fa: "\f4d3";
}

.fa-battery-half {
  --fa: "\f242";
}

.fa-battery-3 {
  --fa: "\f242";
}

.fa-mountain-city {
  --fa: "\e52e";
}

.fa-coins {
  --fa: "\f51e";
}

.fa-khanda {
  --fa: "\f66d";
}

.fa-sliders {
  --fa: "\f1de";
}

.fa-sliders-h {
  --fa: "\f1de";
}

.fa-folder-tree {
  --fa: "\f802";
}

.fa-network-wired {
  --fa: "\f6ff";
}

.fa-map-pin {
  --fa: "\f276";
}

.fa-hamsa {
  --fa: "\f665";
}

.fa-cent-sign {
  --fa: "\e3f5";
}

.fa-flask {
  --fa: "\f0c3";
}

.fa-person-pregnant {
  --fa: "\e31e";
}

.fa-wand-sparkles {
  --fa: "\f72b";
}

.fa-ellipsis-vertical {
  --fa: "\f142";
}

.fa-ellipsis-v {
  --fa: "\f142";
}

.fa-ticket {
  --fa: "\f145";
}

.fa-power-off {
  --fa: "\f011";
}

.fa-right-long {
  --fa: "\f30b";
}

.fa-long-arrow-alt-right {
  --fa: "\f30b";
}

.fa-flag-usa {
  --fa: "\f74d";
}

.fa-laptop-file {
  --fa: "\e51d";
}

.fa-tty {
  --fa: "\f1e4";
}

.fa-teletype {
  --fa: "\f1e4";
}

.fa-diagram-next {
  --fa: "\e476";
}

.fa-person-rifle {
  --fa: "\e54e";
}

.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}

.fa-closed-captioning {
  --fa: "\f20a";
}

.fa-person-hiking {
  --fa: "\f6ec";
}

.fa-hiking {
  --fa: "\f6ec";
}

.fa-venus-double {
  --fa: "\f226";
}

.fa-images {
  --fa: "\f302";
}

.fa-calculator {
  --fa: "\f1ec";
}

.fa-people-pulling {
  --fa: "\e535";
}

.fa-n {
  --fa: "N";
}

.fa-cable-car {
  --fa: "\f7da";
}

.fa-tram {
  --fa: "\f7da";
}

.fa-cloud-rain {
  --fa: "\f73d";
}

.fa-building-circle-xmark {
  --fa: "\e4d4";
}

.fa-ship {
  --fa: "\f21a";
}

.fa-arrows-down-to-line {
  --fa: "\e4b8";
}

.fa-download {
  --fa: "\f019";
}

.fa-face-grin {
  --fa: "\f580";
}

.fa-grin {
  --fa: "\f580";
}

.fa-delete-left {
  --fa: "\f55a";
}

.fa-backspace {
  --fa: "\f55a";
}

.fa-eye-dropper {
  --fa: "\f1fb";
}

.fa-eye-dropper-empty {
  --fa: "\f1fb";
}

.fa-eyedropper {
  --fa: "\f1fb";
}

.fa-file-circle-check {
  --fa: "\e5a0";
}

.fa-forward {
  --fa: "\f04e";
}

.fa-mobile {
  --fa: "\f3ce";
}

.fa-mobile-android {
  --fa: "\f3ce";
}

.fa-mobile-phone {
  --fa: "\f3ce";
}

.fa-face-meh {
  --fa: "\f11a";
}

.fa-meh {
  --fa: "\f11a";
}

.fa-align-center {
  --fa: "\f037";
}

.fa-book-skull {
  --fa: "\f6b7";
}

.fa-book-dead {
  --fa: "\f6b7";
}

.fa-id-card {
  --fa: "\f2c2";
}

.fa-drivers-license {
  --fa: "\f2c2";
}

.fa-outdent {
  --fa: "\f03b";
}

.fa-dedent {
  --fa: "\f03b";
}

.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}

.fa-house {
  --fa: "\f015";
}

.fa-home {
  --fa: "\f015";
}

.fa-home-alt {
  --fa: "\f015";
}

.fa-home-lg-alt {
  --fa: "\f015";
}

.fa-calendar-week {
  --fa: "\f784";
}

.fa-laptop-medical {
  --fa: "\f812";
}

.fa-b {
  --fa: "B";
}

.fa-file-medical {
  --fa: "\f477";
}

.fa-dice-one {
  --fa: "\f525";
}

.fa-kiwi-bird {
  --fa: "\f535";
}

.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}

.fa-exchange {
  --fa: "\f0ec";
}

.fa-rotate-right {
  --fa: "\f2f9";
}

.fa-redo-alt {
  --fa: "\f2f9";
}

.fa-rotate-forward {
  --fa: "\f2f9";
}

.fa-utensils {
  --fa: "\f2e7";
}

.fa-cutlery {
  --fa: "\f2e7";
}

.fa-arrow-up-wide-short {
  --fa: "\f161";
}

.fa-sort-amount-up {
  --fa: "\f161";
}

.fa-mill-sign {
  --fa: "\e1ed";
}

.fa-bowl-rice {
  --fa: "\e2eb";
}

.fa-skull {
  --fa: "\f54c";
}

.fa-tower-broadcast {
  --fa: "\f519";
}

.fa-broadcast-tower {
  --fa: "\f519";
}

.fa-truck-pickup {
  --fa: "\f63c";
}

.fa-up-long {
  --fa: "\f30c";
}

.fa-long-arrow-alt-up {
  --fa: "\f30c";
}

.fa-stop {
  --fa: "\f04d";
}

.fa-code-merge {
  --fa: "\f387";
}

.fa-upload {
  --fa: "\f093";
}

.fa-hurricane {
  --fa: "\f751";
}

.fa-mound {
  --fa: "\e52d";
}

.fa-toilet-portable {
  --fa: "\e583";
}

.fa-compact-disc {
  --fa: "\f51f";
}

.fa-file-arrow-down {
  --fa: "\f56d";
}

.fa-file-download {
  --fa: "\f56d";
}

.fa-caravan {
  --fa: "\f8ff";
}

.fa-shield-cat {
  --fa: "\e572";
}

.fa-bolt {
  --fa: "\f0e7";
}

.fa-zap {
  --fa: "\f0e7";
}

.fa-glass-water {
  --fa: "\e4f4";
}

.fa-oil-well {
  --fa: "\e532";
}

.fa-vault {
  --fa: "\e2c5";
}

.fa-mars {
  --fa: "\f222";
}

.fa-toilet {
  --fa: "\f7d8";
}

.fa-plane-circle-xmark {
  --fa: "\e557";
}

.fa-yen-sign {
  --fa: "\f157";
}

.fa-cny {
  --fa: "\f157";
}

.fa-jpy {
  --fa: "\f157";
}

.fa-rmb {
  --fa: "\f157";
}

.fa-yen {
  --fa: "\f157";
}

.fa-ruble-sign {
  --fa: "\f158";
}

.fa-rouble {
  --fa: "\f158";
}

.fa-rub {
  --fa: "\f158";
}

.fa-ruble {
  --fa: "\f158";
}

.fa-sun {
  --fa: "\f185";
}

.fa-guitar {
  --fa: "\f7a6";
}

.fa-face-laugh-wink {
  --fa: "\f59c";
}

.fa-laugh-wink {
  --fa: "\f59c";
}

.fa-horse-head {
  --fa: "\f7ab";
}

.fa-bore-hole {
  --fa: "\e4c3";
}

.fa-industry {
  --fa: "\f275";
}

.fa-circle-down {
  --fa: "\f358";
}

.fa-arrow-alt-circle-down {
  --fa: "\f358";
}

.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}

.fa-florin-sign {
  --fa: "\e184";
}

.fa-arrow-down-short-wide {
  --fa: "\f884";
}

.fa-sort-amount-desc {
  --fa: "\f884";
}

.fa-sort-amount-down-alt {
  --fa: "\f884";
}

.fa-less-than {
  --fa: "\<";
}

.fa-angle-down {
  --fa: "\f107";
}

.fa-car-tunnel {
  --fa: "\e4de";
}

.fa-head-side-cough {
  --fa: "\e061";
}

.fa-grip-lines {
  --fa: "\f7a4";
}

.fa-thumbs-down {
  --fa: "\f165";
}

.fa-user-lock {
  --fa: "\f502";
}

.fa-arrow-right-long {
  --fa: "\f178";
}

.fa-long-arrow-right {
  --fa: "\f178";
}

.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}

.fa-ellipsis {
  --fa: "\f141";
}

.fa-ellipsis-h {
  --fa: "\f141";
}

.fa-chess-pawn {
  --fa: "\f443";
}

.fa-kit-medical {
  --fa: "\f479";
}

.fa-first-aid {
  --fa: "\f479";
}

.fa-person-through-window {
  --fa: "\e5a9";
}

.fa-toolbox {
  --fa: "\f552";
}

.fa-hands-holding-circle {
  --fa: "\e4fb";
}

.fa-bug {
  --fa: "\f188";
}

.fa-credit-card {
  --fa: "\f09d";
}

.fa-credit-card-alt {
  --fa: "\f09d";
}

.fa-car {
  --fa: "\f1b9";
}

.fa-automobile {
  --fa: "\f1b9";
}

.fa-hand-holding-hand {
  --fa: "\e4f7";
}

.fa-book-open-reader {
  --fa: "\f5da";
}

.fa-book-reader {
  --fa: "\f5da";
}

.fa-mountain-sun {
  --fa: "\e52f";
}

.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}

.fa-dice-d20 {
  --fa: "\f6cf";
}

.fa-truck-droplet {
  --fa: "\e58c";
}

.fa-file-circle-xmark {
  --fa: "\e5a1";
}

.fa-temperature-arrow-up {
  --fa: "\e040";
}

.fa-temperature-up {
  --fa: "\e040";
}

.fa-medal {
  --fa: "\f5a2";
}

.fa-bed {
  --fa: "\f236";
}

.fa-square-h {
  --fa: "\f0fd";
}

.fa-h-square {
  --fa: "\f0fd";
}

.fa-podcast {
  --fa: "\f2ce";
}

.fa-temperature-full {
  --fa: "\f2c7";
}

.fa-temperature-4 {
  --fa: "\f2c7";
}

.fa-thermometer-4 {
  --fa: "\f2c7";
}

.fa-thermometer-full {
  --fa: "\f2c7";
}

.fa-bell {
  --fa: "\f0f3";
}

.fa-superscript {
  --fa: "\f12b";
}

.fa-plug-circle-xmark {
  --fa: "\e560";
}

.fa-star-of-life {
  --fa: "\f621";
}

.fa-phone-slash {
  --fa: "\f3dd";
}

.fa-paint-roller {
  --fa: "\f5aa";
}

.fa-handshake-angle {
  --fa: "\f4c4";
}

.fa-hands-helping {
  --fa: "\f4c4";
}

.fa-location-dot {
  --fa: "\f3c5";
}

.fa-map-marker-alt {
  --fa: "\f3c5";
}

.fa-file {
  --fa: "\f15b";
}

.fa-greater-than {
  --fa: "\>";
}

.fa-person-swimming {
  --fa: "\f5c4";
}

.fa-swimmer {
  --fa: "\f5c4";
}

.fa-arrow-down {
  --fa: "\f063";
}

.fa-droplet {
  --fa: "\f043";
}

.fa-tint {
  --fa: "\f043";
}

.fa-eraser {
  --fa: "\f12d";
}

.fa-earth-americas {
  --fa: "\f57d";
}

.fa-earth {
  --fa: "\f57d";
}

.fa-earth-america {
  --fa: "\f57d";
}

.fa-globe-americas {
  --fa: "\f57d";
}

.fa-person-burst {
  --fa: "\e53b";
}

.fa-dove {
  --fa: "\f4ba";
}

.fa-battery-empty {
  --fa: "\f244";
}

.fa-battery-0 {
  --fa: "\f244";
}

.fa-socks {
  --fa: "\f696";
}

.fa-inbox {
  --fa: "\f01c";
}

.fa-section {
  --fa: "\e447";
}

.fa-gauge-high {
  --fa: "\f625";
}

.fa-tachometer-alt {
  --fa: "\f625";
}

.fa-tachometer-alt-fast {
  --fa: "\f625";
}

.fa-envelope-open-text {
  --fa: "\f658";
}

.fa-hospital {
  --fa: "\f0f8";
}

.fa-hospital-alt {
  --fa: "\f0f8";
}

.fa-hospital-wide {
  --fa: "\f0f8";
}

.fa-wine-bottle {
  --fa: "\f72f";
}

.fa-chess-rook {
  --fa: "\f447";
}

.fa-bars-staggered {
  --fa: "\f550";
}

.fa-reorder {
  --fa: "\f550";
}

.fa-stream {
  --fa: "\f550";
}

.fa-dharmachakra {
  --fa: "\f655";
}

.fa-hotdog {
  --fa: "\f80f";
}

.fa-person-walking-with-cane {
  --fa: "\f29d";
}

.fa-blind {
  --fa: "\f29d";
}

.fa-drum {
  --fa: "\f569";
}

.fa-ice-cream {
  --fa: "\f810";
}

.fa-heart-circle-bolt {
  --fa: "\e4fc";
}

.fa-fax {
  --fa: "\f1ac";
}

.fa-paragraph {
  --fa: "\f1dd";
}

.fa-check-to-slot {
  --fa: "\f772";
}

.fa-vote-yea {
  --fa: "\f772";
}

.fa-star-half {
  --fa: "\f089";
}

.fa-boxes-stacked {
  --fa: "\f468";
}

.fa-boxes {
  --fa: "\f468";
}

.fa-boxes-alt {
  --fa: "\f468";
}

.fa-link {
  --fa: "\f0c1";
}

.fa-chain {
  --fa: "\f0c1";
}

.fa-ear-listen {
  --fa: "\f2a2";
}

.fa-assistive-listening-systems {
  --fa: "\f2a2";
}

.fa-tree-city {
  --fa: "\e587";
}

.fa-play {
  --fa: "\f04b";
}

.fa-font {
  --fa: "\f031";
}

.fa-table-cells-row-lock {
  --fa: "\e67a";
}

.fa-rupiah-sign {
  --fa: "\e23d";
}

.fa-magnifying-glass {
  --fa: "\f002";
}

.fa-search {
  --fa: "\f002";
}

.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}

.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}

.fa-table-tennis {
  --fa: "\f45d";
}

.fa-person-dots-from-line {
  --fa: "\f470";
}

.fa-diagnoses {
  --fa: "\f470";
}

.fa-trash-can-arrow-up {
  --fa: "\f82a";
}

.fa-trash-restore-alt {
  --fa: "\f82a";
}

.fa-naira-sign {
  --fa: "\e1f6";
}

.fa-cart-arrow-down {
  --fa: "\f218";
}

.fa-walkie-talkie {
  --fa: "\f8ef";
}

.fa-file-pen {
  --fa: "\f31c";
}

.fa-file-edit {
  --fa: "\f31c";
}

.fa-receipt {
  --fa: "\f543";
}

.fa-square-pen {
  --fa: "\f14b";
}

.fa-pen-square {
  --fa: "\f14b";
}

.fa-pencil-square {
  --fa: "\f14b";
}

.fa-suitcase-rolling {
  --fa: "\f5c1";
}

.fa-person-circle-exclamation {
  --fa: "\e53f";
}

.fa-chevron-down {
  --fa: "\f078";
}

.fa-battery-full {
  --fa: "\f240";
}

.fa-battery {
  --fa: "\f240";
}

.fa-battery-5 {
  --fa: "\f240";
}

.fa-skull-crossbones {
  --fa: "\f714";
}

.fa-code-compare {
  --fa: "\e13a";
}

.fa-list-ul {
  --fa: "\f0ca";
}

.fa-list-dots {
  --fa: "\f0ca";
}

.fa-school-lock {
  --fa: "\e56f";
}

.fa-tower-cell {
  --fa: "\e585";
}

.fa-down-long {
  --fa: "\f309";
}

.fa-long-arrow-alt-down {
  --fa: "\f309";
}

.fa-ranking-star {
  --fa: "\e561";
}

.fa-chess-king {
  --fa: "\f43f";
}

.fa-person-harassing {
  --fa: "\e549";
}

.fa-brazilian-real-sign {
  --fa: "\e46c";
}

.fa-landmark-dome {
  --fa: "\f752";
}

.fa-landmark-alt {
  --fa: "\f752";
}

.fa-arrow-up {
  --fa: "\f062";
}

.fa-tv {
  --fa: "\f26c";
}

.fa-television {
  --fa: "\f26c";
}

.fa-tv-alt {
  --fa: "\f26c";
}

.fa-shrimp {
  --fa: "\e448";
}

.fa-list-check {
  --fa: "\f0ae";
}

.fa-tasks {
  --fa: "\f0ae";
}

.fa-jug-detergent {
  --fa: "\e519";
}

.fa-circle-user {
  --fa: "\f2bd";
}

.fa-user-circle {
  --fa: "\f2bd";
}

.fa-user-shield {
  --fa: "\f505";
}

.fa-wind {
  --fa: "\f72e";
}

.fa-car-burst {
  --fa: "\f5e1";
}

.fa-car-crash {
  --fa: "\f5e1";
}

.fa-y {
  --fa: "Y";
}

.fa-person-snowboarding {
  --fa: "\f7ce";
}

.fa-snowboarding {
  --fa: "\f7ce";
}

.fa-truck-fast {
  --fa: "\f48b";
}

.fa-shipping-fast {
  --fa: "\f48b";
}

.fa-fish {
  --fa: "\f578";
}

.fa-user-graduate {
  --fa: "\f501";
}

.fa-circle-half-stroke {
  --fa: "\f042";
}

.fa-adjust {
  --fa: "\f042";
}

.fa-clapperboard {
  --fa: "\e131";
}

.fa-circle-radiation {
  --fa: "\f7ba";
}

.fa-radiation-alt {
  --fa: "\f7ba";
}

.fa-baseball {
  --fa: "\f433";
}

.fa-baseball-ball {
  --fa: "\f433";
}

.fa-jet-fighter-up {
  --fa: "\e518";
}

.fa-diagram-project {
  --fa: "\f542";
}

.fa-project-diagram {
  --fa: "\f542";
}

.fa-copy {
  --fa: "\f0c5";
}

.fa-volume-xmark {
  --fa: "\f6a9";
}

.fa-volume-mute {
  --fa: "\f6a9";
}

.fa-volume-times {
  --fa: "\f6a9";
}

.fa-hand-sparkles {
  --fa: "\e05d";
}

.fa-grip {
  --fa: "\f58d";
}

.fa-grip-horizontal {
  --fa: "\f58d";
}

.fa-share-from-square {
  --fa: "\f14d";
}

.fa-share-square {
  --fa: "\f14d";
}

.fa-child-combatant {
  --fa: "\e4e0";
}

.fa-child-rifle {
  --fa: "\e4e0";
}

.fa-gun {
  --fa: "\e19b";
}

.fa-square-phone {
  --fa: "\f098";
}

.fa-phone-square {
  --fa: "\f098";
}

.fa-plus {
  --fa: "\+";
}

.fa-add {
  --fa: "\+";
}

.fa-expand {
  --fa: "\f065";
}

.fa-computer {
  --fa: "\e4e5";
}

.fa-xmark {
  --fa: "\f00d";
}

.fa-close {
  --fa: "\f00d";
}

.fa-multiply {
  --fa: "\f00d";
}

.fa-remove {
  --fa: "\f00d";
}

.fa-times {
  --fa: "\f00d";
}

.fa-arrows-up-down-left-right {
  --fa: "\f047";
}

.fa-arrows {
  --fa: "\f047";
}

.fa-chalkboard-user {
  --fa: "\f51c";
}

.fa-chalkboard-teacher {
  --fa: "\f51c";
}

.fa-peso-sign {
  --fa: "\e222";
}

.fa-building-shield {
  --fa: "\e4d8";
}

.fa-baby {
  --fa: "\f77c";
}

.fa-users-line {
  --fa: "\e592";
}

.fa-quote-left {
  --fa: "\f10d";
}

.fa-quote-left-alt {
  --fa: "\f10d";
}

.fa-tractor {
  --fa: "\f722";
}

.fa-trash-arrow-up {
  --fa: "\f829";
}

.fa-trash-restore {
  --fa: "\f829";
}

.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}

.fa-lines-leaning {
  --fa: "\e51e";
}

.fa-ruler-combined {
  --fa: "\f546";
}

.fa-copyright {
  --fa: "\f1f9";
}

.fa-equals {
  --fa: "\=";
}

.fa-blender {
  --fa: "\f517";
}

.fa-teeth {
  --fa: "\f62e";
}

.fa-shekel-sign {
  --fa: "\f20b";
}

.fa-ils {
  --fa: "\f20b";
}

.fa-shekel {
  --fa: "\f20b";
}

.fa-sheqel {
  --fa: "\f20b";
}

.fa-sheqel-sign {
  --fa: "\f20b";
}

.fa-map {
  --fa: "\f279";
}

.fa-rocket {
  --fa: "\f135";
}

.fa-photo-film {
  --fa: "\f87c";
}

.fa-photo-video {
  --fa: "\f87c";
}

.fa-folder-minus {
  --fa: "\f65d";
}

.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}

.fa-store {
  --fa: "\f54e";
}

.fa-arrow-trend-up {
  --fa: "\e098";
}

.fa-plug-circle-minus {
  --fa: "\e55e";
}

.fa-sign-hanging {
  --fa: "\f4d9";
}

.fa-sign {
  --fa: "\f4d9";
}

.fa-bezier-curve {
  --fa: "\f55b";
}

.fa-bell-slash {
  --fa: "\f1f6";
}

.fa-tablet {
  --fa: "\f3fb";
}

.fa-tablet-android {
  --fa: "\f3fb";
}

.fa-school-flag {
  --fa: "\e56e";
}

.fa-fill {
  --fa: "\f575";
}

.fa-angle-up {
  --fa: "\f106";
}

.fa-drumstick-bite {
  --fa: "\f6d7";
}

.fa-holly-berry {
  --fa: "\f7aa";
}

.fa-chevron-left {
  --fa: "\f053";
}

.fa-bacteria {
  --fa: "\e059";
}

.fa-hand-lizard {
  --fa: "\f258";
}

.fa-notdef {
  --fa: "\e1fe";
}

.fa-disease {
  --fa: "\f7fa";
}

.fa-briefcase-medical {
  --fa: "\f469";
}

.fa-genderless {
  --fa: "\f22d";
}

.fa-chevron-right {
  --fa: "\f054";
}

.fa-retweet {
  --fa: "\f079";
}

.fa-car-rear {
  --fa: "\f5de";
}

.fa-car-alt {
  --fa: "\f5de";
}

.fa-pump-soap {
  --fa: "\e06b";
}

.fa-video-slash {
  --fa: "\f4e2";
}

.fa-battery-quarter {
  --fa: "\f243";
}

.fa-battery-2 {
  --fa: "\f243";
}

.fa-radio {
  --fa: "\f8d7";
}

.fa-baby-carriage {
  --fa: "\f77d";
}

.fa-carriage-baby {
  --fa: "\f77d";
}

.fa-traffic-light {
  --fa: "\f637";
}

.fa-thermometer {
  --fa: "\f491";
}

.fa-vr-cardboard {
  --fa: "\f729";
}

.fa-hand-middle-finger {
  --fa: "\f806";
}

.fa-percent {
  --fa: "\%";
}

.fa-percentage {
  --fa: "\%";
}

.fa-truck-moving {
  --fa: "\f4df";
}

.fa-glass-water-droplet {
  --fa: "\e4f5";
}

.fa-display {
  --fa: "\e163";
}

.fa-face-smile {
  --fa: "\f118";
}

.fa-smile {
  --fa: "\f118";
}

.fa-thumbtack {
  --fa: "\f08d";
}

.fa-thumb-tack {
  --fa: "\f08d";
}

.fa-trophy {
  --fa: "\f091";
}

.fa-person-praying {
  --fa: "\f683";
}

.fa-pray {
  --fa: "\f683";
}

.fa-hammer {
  --fa: "\f6e3";
}

.fa-hand-peace {
  --fa: "\f25b";
}

.fa-rotate {
  --fa: "\f2f1";
}

.fa-sync-alt {
  --fa: "\f2f1";
}

.fa-spinner {
  --fa: "\f110";
}

.fa-robot {
  --fa: "\f544";
}

.fa-peace {
  --fa: "\f67c";
}

.fa-gears {
  --fa: "\f085";
}

.fa-cogs {
  --fa: "\f085";
}

.fa-warehouse {
  --fa: "\f494";
}

.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}

.fa-splotch {
  --fa: "\f5bc";
}

.fa-face-grin-hearts {
  --fa: "\f584";
}

.fa-grin-hearts {
  --fa: "\f584";
}

.fa-dice-four {
  --fa: "\f524";
}

.fa-sim-card {
  --fa: "\f7c4";
}

.fa-transgender {
  --fa: "\f225";
}

.fa-transgender-alt {
  --fa: "\f225";
}

.fa-mercury {
  --fa: "\f223";
}

.fa-arrow-turn-down {
  --fa: "\f149";
}

.fa-level-down {
  --fa: "\f149";
}

.fa-person-falling-burst {
  --fa: "\e547";
}

.fa-award {
  --fa: "\f559";
}

.fa-ticket-simple {
  --fa: "\f3ff";
}

.fa-ticket-alt {
  --fa: "\f3ff";
}

.fa-building {
  --fa: "\f1ad";
}

.fa-angles-left {
  --fa: "\f100";
}

.fa-angle-double-left {
  --fa: "\f100";
}

.fa-qrcode {
  --fa: "\f029";
}

.fa-clock-rotate-left {
  --fa: "\f1da";
}

.fa-history {
  --fa: "\f1da";
}

.fa-face-grin-beam-sweat {
  --fa: "\f583";
}

.fa-grin-beam-sweat {
  --fa: "\f583";
}

.fa-file-export {
  --fa: "\f56e";
}

.fa-arrow-right-from-file {
  --fa: "\f56e";
}

.fa-shield {
  --fa: "\f132";
}

.fa-shield-blank {
  --fa: "\f132";
}

.fa-arrow-up-short-wide {
  --fa: "\f885";
}

.fa-sort-amount-up-alt {
  --fa: "\f885";
}

.fa-comment-nodes {
  --fa: "\e696";
}

.fa-house-medical {
  --fa: "\e3b2";
}

.fa-golf-ball-tee {
  --fa: "\f450";
}

.fa-golf-ball {
  --fa: "\f450";
}

.fa-circle-chevron-left {
  --fa: "\f137";
}

.fa-chevron-circle-left {
  --fa: "\f137";
}

.fa-house-chimney-window {
  --fa: "\e00d";
}

.fa-pen-nib {
  --fa: "\f5ad";
}

.fa-tent-arrow-turn-left {
  --fa: "\e580";
}

.fa-tents {
  --fa: "\e582";
}

.fa-wand-magic {
  --fa: "\f0d0";
}

.fa-magic {
  --fa: "\f0d0";
}

.fa-dog {
  --fa: "\f6d3";
}

.fa-carrot {
  --fa: "\f787";
}

.fa-moon {
  --fa: "\f186";
}

.fa-wine-glass-empty {
  --fa: "\f5ce";
}

.fa-wine-glass-alt {
  --fa: "\f5ce";
}

.fa-cheese {
  --fa: "\f7ef";
}

.fa-yin-yang {
  --fa: "\f6ad";
}

.fa-music {
  --fa: "\f001";
}

.fa-code-commit {
  --fa: "\f386";
}

.fa-temperature-low {
  --fa: "\f76b";
}

.fa-person-biking {
  --fa: "\f84a";
}

.fa-biking {
  --fa: "\f84a";
}

.fa-broom {
  --fa: "\f51a";
}

.fa-shield-heart {
  --fa: "\e574";
}

.fa-gopuram {
  --fa: "\f664";
}

.fa-earth-oceania {
  --fa: "\e47b";
}

.fa-globe-oceania {
  --fa: "\e47b";
}

.fa-square-xmark {
  --fa: "\f2d3";
}

.fa-times-square {
  --fa: "\f2d3";
}

.fa-xmark-square {
  --fa: "\f2d3";
}

.fa-hashtag {
  --fa: "\#";
}

.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}

.fa-expand-alt {
  --fa: "\f424";
}

.fa-oil-can {
  --fa: "\f613";
}

.fa-t {
  --fa: "T";
}

.fa-hippo {
  --fa: "\f6ed";
}

.fa-chart-column {
  --fa: "\e0e3";
}

.fa-infinity {
  --fa: "\f534";
}

.fa-vial-circle-check {
  --fa: "\e596";
}

.fa-person-arrow-down-to-line {
  --fa: "\e538";
}

.fa-voicemail {
  --fa: "\f897";
}

.fa-fan {
  --fa: "\f863";
}

.fa-person-walking-luggage {
  --fa: "\e554";
}

.fa-up-down {
  --fa: "\f338";
}

.fa-arrows-alt-v {
  --fa: "\f338";
}

.fa-cloud-moon-rain {
  --fa: "\f73c";
}

.fa-calendar {
  --fa: "\f133";
}

.fa-trailer {
  --fa: "\e041";
}

.fa-bahai {
  --fa: "\f666";
}

.fa-haykal {
  --fa: "\f666";
}

.fa-sd-card {
  --fa: "\f7c2";
}

.fa-dragon {
  --fa: "\f6d5";
}

.fa-shoe-prints {
  --fa: "\f54b";
}

.fa-circle-plus {
  --fa: "\f055";
}

.fa-plus-circle {
  --fa: "\f055";
}

.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-grin-tongue-wink {
  --fa: "\f58b";
}

.fa-hand-holding {
  --fa: "\f4bd";
}

.fa-plug-circle-exclamation {
  --fa: "\e55d";
}

.fa-link-slash {
  --fa: "\f127";
}

.fa-chain-broken {
  --fa: "\f127";
}

.fa-chain-slash {
  --fa: "\f127";
}

.fa-unlink {
  --fa: "\f127";
}

.fa-clone {
  --fa: "\f24d";
}

.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}

.fa-arrow-up-z-a {
  --fa: "\f882";
}

.fa-sort-alpha-up-alt {
  --fa: "\f882";
}

.fa-fire-flame-curved {
  --fa: "\f7e4";
}

.fa-fire-alt {
  --fa: "\f7e4";
}

.fa-tornado {
  --fa: "\f76f";
}

.fa-file-circle-plus {
  --fa: "\e494";
}

.fa-book-quran {
  --fa: "\f687";
}

.fa-quran {
  --fa: "\f687";
}

.fa-anchor {
  --fa: "\f13d";
}

.fa-border-all {
  --fa: "\f84c";
}

.fa-face-angry {
  --fa: "\f556";
}

.fa-angry {
  --fa: "\f556";
}

.fa-cookie-bite {
  --fa: "\f564";
}

.fa-arrow-trend-down {
  --fa: "\e097";
}

.fa-rss {
  --fa: "\f09e";
}

.fa-feed {
  --fa: "\f09e";
}

.fa-draw-polygon {
  --fa: "\f5ee";
}

.fa-scale-balanced {
  --fa: "\f24e";
}

.fa-balance-scale {
  --fa: "\f24e";
}

.fa-gauge-simple-high {
  --fa: "\f62a";
}

.fa-tachometer {
  --fa: "\f62a";
}

.fa-tachometer-fast {
  --fa: "\f62a";
}

.fa-shower {
  --fa: "\f2cc";
}

.fa-desktop {
  --fa: "\f390";
}

.fa-desktop-alt {
  --fa: "\f390";
}

.fa-m {
  --fa: "M";
}

.fa-table-list {
  --fa: "\f00b";
}

.fa-th-list {
  --fa: "\f00b";
}

.fa-comment-sms {
  --fa: "\f7cd";
}

.fa-sms {
  --fa: "\f7cd";
}

.fa-book {
  --fa: "\f02d";
}

.fa-user-plus {
  --fa: "\f234";
}

.fa-check {
  --fa: "\f00c";
}

.fa-battery-three-quarters {
  --fa: "\f241";
}

.fa-battery-4 {
  --fa: "\f241";
}

.fa-house-circle-check {
  --fa: "\e509";
}

.fa-angle-left {
  --fa: "\f104";
}

.fa-diagram-successor {
  --fa: "\e47a";
}

.fa-truck-arrow-right {
  --fa: "\e58b";
}

.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}

.fa-hand-fist {
  --fa: "\f6de";
}

.fa-fist-raised {
  --fa: "\f6de";
}

.fa-cloud-moon {
  --fa: "\f6c3";
}

.fa-briefcase {
  --fa: "\f0b1";
}

.fa-person-falling {
  --fa: "\e546";
}

.fa-image-portrait {
  --fa: "\f3e0";
}

.fa-portrait {
  --fa: "\f3e0";
}

.fa-user-tag {
  --fa: "\f507";
}

.fa-rug {
  --fa: "\e569";
}

.fa-earth-europe {
  --fa: "\f7a2";
}

.fa-globe-europe {
  --fa: "\f7a2";
}

.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}

.fa-luggage-cart {
  --fa: "\f59d";
}

.fa-rectangle-xmark {
  --fa: "\f410";
}

.fa-rectangle-times {
  --fa: "\f410";
}

.fa-times-rectangle {
  --fa: "\f410";
}

.fa-window-close {
  --fa: "\f410";
}

.fa-baht-sign {
  --fa: "\e0ac";
}

.fa-book-open {
  --fa: "\f518";
}

.fa-book-journal-whills {
  --fa: "\f66a";
}

.fa-journal-whills {
  --fa: "\f66a";
}

.fa-handcuffs {
  --fa: "\e4f8";
}

.fa-triangle-exclamation {
  --fa: "\f071";
}

.fa-exclamation-triangle {
  --fa: "\f071";
}

.fa-warning {
  --fa: "\f071";
}

.fa-database {
  --fa: "\f1c0";
}

.fa-share {
  --fa: "\f064";
}

.fa-mail-forward {
  --fa: "\f064";
}

.fa-bottle-droplet {
  --fa: "\e4c4";
}

.fa-mask-face {
  --fa: "\e1d7";
}

.fa-hill-rockslide {
  --fa: "\e508";
}

.fa-right-left {
  --fa: "\f362";
}

.fa-exchange-alt {
  --fa: "\f362";
}

.fa-paper-plane {
  --fa: "\f1d8";
}

.fa-road-circle-exclamation {
  --fa: "\e565";
}

.fa-dungeon {
  --fa: "\f6d9";
}

.fa-align-right {
  --fa: "\f038";
}

.fa-money-bill-1-wave {
  --fa: "\f53b";
}

.fa-money-bill-wave-alt {
  --fa: "\f53b";
}

.fa-life-ring {
  --fa: "\f1cd";
}

.fa-hands {
  --fa: "\f2a7";
}

.fa-sign-language {
  --fa: "\f2a7";
}

.fa-signing {
  --fa: "\f2a7";
}

.fa-calendar-day {
  --fa: "\f783";
}

.fa-water-ladder {
  --fa: "\f5c5";
}

.fa-ladder-water {
  --fa: "\f5c5";
}

.fa-swimming-pool {
  --fa: "\f5c5";
}

.fa-arrows-up-down {
  --fa: "\f07d";
}

.fa-arrows-v {
  --fa: "\f07d";
}

.fa-face-grimace {
  --fa: "\f57f";
}

.fa-grimace {
  --fa: "\f57f";
}

.fa-wheelchair-move {
  --fa: "\e2ce";
}

.fa-wheelchair-alt {
  --fa: "\e2ce";
}

.fa-turn-down {
  --fa: "\f3be";
}

.fa-level-down-alt {
  --fa: "\f3be";
}

.fa-person-walking-arrow-right {
  --fa: "\e552";
}

.fa-square-envelope {
  --fa: "\f199";
}

.fa-envelope-square {
  --fa: "\f199";
}

.fa-dice {
  --fa: "\f522";
}

.fa-bowling-ball {
  --fa: "\f436";
}

.fa-brain {
  --fa: "\f5dc";
}

.fa-bandage {
  --fa: "\f462";
}

.fa-band-aid {
  --fa: "\f462";
}

.fa-calendar-minus {
  --fa: "\f272";
}

.fa-circle-xmark {
  --fa: "\f057";
}

.fa-times-circle {
  --fa: "\f057";
}

.fa-xmark-circle {
  --fa: "\f057";
}

.fa-gifts {
  --fa: "\f79c";
}

.fa-hotel {
  --fa: "\f594";
}

.fa-earth-asia {
  --fa: "\f57e";
}

.fa-globe-asia {
  --fa: "\f57e";
}

.fa-id-card-clip {
  --fa: "\f47f";
}

.fa-id-card-alt {
  --fa: "\f47f";
}

.fa-magnifying-glass-plus {
  --fa: "\f00e";
}

.fa-search-plus {
  --fa: "\f00e";
}

.fa-thumbs-up {
  --fa: "\f164";
}

.fa-user-clock {
  --fa: "\f4fd";
}

.fa-hand-dots {
  --fa: "\f461";
}

.fa-allergies {
  --fa: "\f461";
}

.fa-file-invoice {
  --fa: "\f570";
}

.fa-window-minimize {
  --fa: "\f2d1";
}

.fa-mug-saucer {
  --fa: "\f0f4";
}

.fa-coffee {
  --fa: "\f0f4";
}

.fa-brush {
  --fa: "\f55d";
}

.fa-file-half-dashed {
  --fa: "\e698";
}

.fa-mask {
  --fa: "\f6fa";
}

.fa-magnifying-glass-minus {
  --fa: "\f010";
}

.fa-search-minus {
  --fa: "\f010";
}

.fa-ruler-vertical {
  --fa: "\f548";
}

.fa-user-large {
  --fa: "\f406";
}

.fa-user-alt {
  --fa: "\f406";
}

.fa-train-tram {
  --fa: "\e5b4";
}

.fa-user-nurse {
  --fa: "\f82f";
}

.fa-syringe {
  --fa: "\f48e";
}

.fa-cloud-sun {
  --fa: "\f6c4";
}

.fa-stopwatch-20 {
  --fa: "\e06f";
}

.fa-square-full {
  --fa: "\f45c";
}

.fa-magnet {
  --fa: "\f076";
}

.fa-jar {
  --fa: "\e516";
}

.fa-note-sticky {
  --fa: "\f249";
}

.fa-sticky-note {
  --fa: "\f249";
}

.fa-bug-slash {
  --fa: "\e490";
}

.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}

.fa-bone {
  --fa: "\f5d7";
}

.fa-table-cells-row-unlock {
  --fa: "\e691";
}

.fa-user-injured {
  --fa: "\f728";
}

.fa-face-sad-tear {
  --fa: "\f5b4";
}

.fa-sad-tear {
  --fa: "\f5b4";
}

.fa-plane {
  --fa: "\f072";
}

.fa-tent-arrows-down {
  --fa: "\e581";
}

.fa-exclamation {
  --fa: "\!";
}

.fa-arrows-spin {
  --fa: "\e4bb";
}

.fa-print {
  --fa: "\f02f";
}

.fa-turkish-lira-sign {
  --fa: "\e2bb";
}

.fa-try {
  --fa: "\e2bb";
}

.fa-turkish-lira {
  --fa: "\e2bb";
}

.fa-dollar-sign {
  --fa: "\$";
}

.fa-dollar {
  --fa: "\$";
}

.fa-usd {
  --fa: "\$";
}

.fa-x {
  --fa: "X";
}

.fa-magnifying-glass-dollar {
  --fa: "\f688";
}

.fa-search-dollar {
  --fa: "\f688";
}

.fa-users-gear {
  --fa: "\f509";
}

.fa-users-cog {
  --fa: "\f509";
}

.fa-person-military-pointing {
  --fa: "\e54a";
}

.fa-building-columns {
  --fa: "\f19c";
}

.fa-bank {
  --fa: "\f19c";
}

.fa-institution {
  --fa: "\f19c";
}

.fa-museum {
  --fa: "\f19c";
}

.fa-university {
  --fa: "\f19c";
}

.fa-umbrella {
  --fa: "\f0e9";
}

.fa-trowel {
  --fa: "\e589";
}

.fa-d {
  --fa: "D";
}

.fa-stapler {
  --fa: "\e5af";
}

.fa-masks-theater {
  --fa: "\f630";
}

.fa-theater-masks {
  --fa: "\f630";
}

.fa-kip-sign {
  --fa: "\e1c4";
}

.fa-hand-point-left {
  --fa: "\f0a5";
}

.fa-handshake-simple {
  --fa: "\f4c6";
}

.fa-handshake-alt {
  --fa: "\f4c6";
}

.fa-jet-fighter {
  --fa: "\f0fb";
}

.fa-fighter-jet {
  --fa: "\f0fb";
}

.fa-square-share-nodes {
  --fa: "\f1e1";
}

.fa-share-alt-square {
  --fa: "\f1e1";
}

.fa-barcode {
  --fa: "\f02a";
}

.fa-plus-minus {
  --fa: "\e43c";
}

.fa-video {
  --fa: "\f03d";
}

.fa-video-camera {
  --fa: "\f03d";
}

.fa-graduation-cap {
  --fa: "\f19d";
}

.fa-mortar-board {
  --fa: "\f19d";
}

.fa-hand-holding-medical {
  --fa: "\e05c";
}

.fa-person-circle-check {
  --fa: "\e53e";
}

.fa-turn-up {
  --fa: "\f3bf";
}

.fa-level-up-alt {
  --fa: "\f3bf";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-183c361b.woff2") format("woff2"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-solid-900-d4c88e5d.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-e163c492.woff2") format("woff2"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-brands-400-92739504.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

.fa-monero {
  --fa: "\f3d0";
}

.fa-hooli {
  --fa: "\f427";
}

.fa-yelp {
  --fa: "\f1e9";
}

.fa-cc-visa {
  --fa: "\f1f0";
}

.fa-lastfm {
  --fa: "\f202";
}

.fa-shopware {
  --fa: "\f5b5";
}

.fa-creative-commons-nc {
  --fa: "\f4e8";
}

.fa-aws {
  --fa: "\f375";
}

.fa-redhat {
  --fa: "\f7bc";
}

.fa-yoast {
  --fa: "\f2b1";
}

.fa-cloudflare {
  --fa: "\e07d";
}

.fa-ups {
  --fa: "\f7e0";
}

.fa-pixiv {
  --fa: "\e640";
}

.fa-wpexplorer {
  --fa: "\f2de";
}

.fa-dyalog {
  --fa: "\f399";
}

.fa-bity {
  --fa: "\f37a";
}

.fa-stackpath {
  --fa: "\f842";
}

.fa-buysellads {
  --fa: "\f20d";
}

.fa-first-order {
  --fa: "\f2b0";
}

.fa-modx {
  --fa: "\f285";
}

.fa-guilded {
  --fa: "\e07e";
}

.fa-vnv {
  --fa: "\f40b";
}

.fa-square-js {
  --fa: "\f3b9";
}

.fa-js-square {
  --fa: "\f3b9";
}

.fa-microsoft {
  --fa: "\f3ca";
}

.fa-qq {
  --fa: "\f1d6";
}

.fa-orcid {
  --fa: "\f8d2";
}

.fa-java {
  --fa: "\f4e4";
}

.fa-invision {
  --fa: "\f7b0";
}

.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}

.fa-centercode {
  --fa: "\f380";
}

.fa-glide-g {
  --fa: "\f2a6";
}

.fa-drupal {
  --fa: "\f1a9";
}

.fa-jxl {
  --fa: "\e67b";
}

.fa-dart-lang {
  --fa: "\e693";
}

.fa-hire-a-helper {
  --fa: "\f3b0";
}

.fa-creative-commons-by {
  --fa: "\f4e7";
}

.fa-unity {
  --fa: "\e049";
}

.fa-whmcs {
  --fa: "\f40d";
}

.fa-rocketchat {
  --fa: "\f3e8";
}

.fa-vk {
  --fa: "\f189";
}

.fa-untappd {
  --fa: "\f405";
}

.fa-mailchimp {
  --fa: "\f59e";
}

.fa-css3-alt {
  --fa: "\f38b";
}

.fa-square-reddit {
  --fa: "\f1a2";
}

.fa-reddit-square {
  --fa: "\f1a2";
}

.fa-vimeo-v {
  --fa: "\f27d";
}

.fa-contao {
  --fa: "\f26d";
}

.fa-square-font-awesome {
  --fa: "\e5ad";
}

.fa-deskpro {
  --fa: "\f38f";
}

.fa-brave {
  --fa: "\e63c";
}

.fa-sistrix {
  --fa: "\f3ee";
}

.fa-square-instagram {
  --fa: "\e055";
}

.fa-instagram-square {
  --fa: "\e055";
}

.fa-battle-net {
  --fa: "\f835";
}

.fa-the-red-yeti {
  --fa: "\f69d";
}

.fa-square-hacker-news {
  --fa: "\f3af";
}

.fa-hacker-news-square {
  --fa: "\f3af";
}

.fa-edge {
  --fa: "\f282";
}

.fa-threads {
  --fa: "\e618";
}

.fa-napster {
  --fa: "\f3d2";
}

.fa-square-snapchat {
  --fa: "\f2ad";
}

.fa-snapchat-square {
  --fa: "\f2ad";
}

.fa-google-plus-g {
  --fa: "\f0d5";
}

.fa-artstation {
  --fa: "\f77a";
}

.fa-markdown {
  --fa: "\f60f";
}

.fa-sourcetree {
  --fa: "\f7d3";
}

.fa-google-plus {
  --fa: "\f2b3";
}

.fa-diaspora {
  --fa: "\f791";
}

.fa-foursquare {
  --fa: "\f180";
}

.fa-stack-overflow {
  --fa: "\f16c";
}

.fa-github-alt {
  --fa: "\f113";
}

.fa-phoenix-squadron {
  --fa: "\f511";
}

.fa-pagelines {
  --fa: "\f18c";
}

.fa-algolia {
  --fa: "\f36c";
}

.fa-red-river {
  --fa: "\f3e3";
}

.fa-creative-commons-sa {
  --fa: "\f4ef";
}

.fa-safari {
  --fa: "\f267";
}

.fa-google {
  --fa: "\f1a0";
}

.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}

.fa-font-awesome-alt {
  --fa: "\f35c";
}

.fa-atlassian {
  --fa: "\f77b";
}

.fa-linkedin-in {
  --fa: "\f0e1";
}

.fa-digital-ocean {
  --fa: "\f391";
}

.fa-nimblr {
  --fa: "\f5a8";
}

.fa-chromecast {
  --fa: "\f838";
}

.fa-evernote {
  --fa: "\f839";
}

.fa-hacker-news {
  --fa: "\f1d4";
}

.fa-creative-commons-sampling {
  --fa: "\f4f0";
}

.fa-adversal {
  --fa: "\f36a";
}

.fa-creative-commons {
  --fa: "\f25e";
}

.fa-watchman-monitoring {
  --fa: "\e087";
}

.fa-fonticons {
  --fa: "\f280";
}

.fa-weixin {
  --fa: "\f1d7";
}

.fa-shirtsinbulk {
  --fa: "\f214";
}

.fa-codepen {
  --fa: "\f1cb";
}

.fa-git-alt {
  --fa: "\f841";
}

.fa-lyft {
  --fa: "\f3c3";
}

.fa-rev {
  --fa: "\f5b2";
}

.fa-windows {
  --fa: "\f17a";
}

.fa-wizards-of-the-coast {
  --fa: "\f730";
}

.fa-square-viadeo {
  --fa: "\f2aa";
}

.fa-viadeo-square {
  --fa: "\f2aa";
}

.fa-meetup {
  --fa: "\f2e0";
}

.fa-centos {
  --fa: "\f789";
}

.fa-adn {
  --fa: "\f170";
}

.fa-cloudsmith {
  --fa: "\f384";
}

.fa-opensuse {
  --fa: "\e62b";
}

.fa-pied-piper-alt {
  --fa: "\f1a8";
}

.fa-square-dribbble {
  --fa: "\f397";
}

.fa-dribbble-square {
  --fa: "\f397";
}

.fa-codiepie {
  --fa: "\f284";
}

.fa-node {
  --fa: "\f419";
}

.fa-mix {
  --fa: "\f3cb";
}

.fa-steam {
  --fa: "\f1b6";
}

.fa-cc-apple-pay {
  --fa: "\f416";
}

.fa-scribd {
  --fa: "\f28a";
}

.fa-debian {
  --fa: "\e60b";
}

.fa-openid {
  --fa: "\f19b";
}

.fa-instalod {
  --fa: "\e081";
}

.fa-files-pinwheel {
  --fa: "\e69f";
}

.fa-expeditedssl {
  --fa: "\f23e";
}

.fa-sellcast {
  --fa: "\f2da";
}

.fa-square-twitter {
  --fa: "\f081";
}

.fa-twitter-square {
  --fa: "\f081";
}

.fa-r-project {
  --fa: "\f4f7";
}

.fa-delicious {
  --fa: "\f1a5";
}

.fa-freebsd {
  --fa: "\f3a4";
}

.fa-vuejs {
  --fa: "\f41f";
}

.fa-accusoft {
  --fa: "\f369";
}

.fa-ioxhost {
  --fa: "\f208";
}

.fa-fonticons-fi {
  --fa: "\f3a2";
}

.fa-app-store {
  --fa: "\f36f";
}

.fa-cc-mastercard {
  --fa: "\f1f1";
}

.fa-itunes-note {
  --fa: "\f3b5";
}

.fa-golang {
  --fa: "\e40f";
}

.fa-kickstarter {
  --fa: "\f3bb";
}

.fa-square-kickstarter {
  --fa: "\f3bb";
}

.fa-grav {
  --fa: "\f2d6";
}

.fa-weibo {
  --fa: "\f18a";
}

.fa-uncharted {
  --fa: "\e084";
}

.fa-firstdraft {
  --fa: "\f3a1";
}

.fa-square-youtube {
  --fa: "\f431";
}

.fa-youtube-square {
  --fa: "\f431";
}

.fa-wikipedia-w {
  --fa: "\f266";
}

.fa-wpressr {
  --fa: "\f3e4";
}

.fa-rendact {
  --fa: "\f3e4";
}

.fa-angellist {
  --fa: "\f209";
}

.fa-galactic-republic {
  --fa: "\f50c";
}

.fa-nfc-directional {
  --fa: "\e530";
}

.fa-skype {
  --fa: "\f17e";
}

.fa-joget {
  --fa: "\f3b7";
}

.fa-fedora {
  --fa: "\f798";
}

.fa-stripe-s {
  --fa: "\f42a";
}

.fa-meta {
  --fa: "\e49b";
}

.fa-laravel {
  --fa: "\f3bd";
}

.fa-hotjar {
  --fa: "\f3b1";
}

.fa-bluetooth-b {
  --fa: "\f294";
}

.fa-square-letterboxd {
  --fa: "\e62e";
}

.fa-sticker-mule {
  --fa: "\f3f7";
}

.fa-creative-commons-zero {
  --fa: "\f4f3";
}

.fa-hips {
  --fa: "\f452";
}

.fa-css {
  --fa: "\e6a2";
}

.fa-behance {
  --fa: "\f1b4";
}

.fa-reddit {
  --fa: "\f1a1";
}

.fa-discord {
  --fa: "\f392";
}

.fa-chrome {
  --fa: "\f268";
}

.fa-app-store-ios {
  --fa: "\f370";
}

.fa-cc-discover {
  --fa: "\f1f2";
}

.fa-wpbeginner {
  --fa: "\f297";
}

.fa-confluence {
  --fa: "\f78d";
}

.fa-shoelace {
  --fa: "\e60c";
}

.fa-mdb {
  --fa: "\f8ca";
}

.fa-dochub {
  --fa: "\f394";
}

.fa-accessible-icon {
  --fa: "\f368";
}

.fa-ebay {
  --fa: "\f4f4";
}

.fa-amazon {
  --fa: "\f270";
}

.fa-unsplash {
  --fa: "\e07c";
}

.fa-yarn {
  --fa: "\f7e3";
}

.fa-square-steam {
  --fa: "\f1b7";
}

.fa-steam-square {
  --fa: "\f1b7";
}

.fa-500px {
  --fa: "\f26e";
}

.fa-square-vimeo {
  --fa: "\f194";
}

.fa-vimeo-square {
  --fa: "\f194";
}

.fa-asymmetrik {
  --fa: "\f372";
}

.fa-font-awesome {
  --fa: "\f2b4";
}

.fa-font-awesome-flag {
  --fa: "\f2b4";
}

.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}

.fa-gratipay {
  --fa: "\f184";
}

.fa-apple {
  --fa: "\f179";
}

.fa-hive {
  --fa: "\e07f";
}

.fa-gitkraken {
  --fa: "\f3a6";
}

.fa-keybase {
  --fa: "\f4f5";
}

.fa-apple-pay {
  --fa: "\f415";
}

.fa-padlet {
  --fa: "\e4a0";
}

.fa-amazon-pay {
  --fa: "\f42c";
}

.fa-square-github {
  --fa: "\f092";
}

.fa-github-square {
  --fa: "\f092";
}

.fa-stumbleupon {
  --fa: "\f1a4";
}

.fa-fedex {
  --fa: "\f797";
}

.fa-phoenix-framework {
  --fa: "\f3dc";
}

.fa-shopify {
  --fa: "\e057";
}

.fa-neos {
  --fa: "\f612";
}

.fa-square-threads {
  --fa: "\e619";
}

.fa-hackerrank {
  --fa: "\f5f7";
}

.fa-researchgate {
  --fa: "\f4f8";
}

.fa-swift {
  --fa: "\f8e1";
}

.fa-angular {
  --fa: "\f420";
}

.fa-speakap {
  --fa: "\f3f3";
}

.fa-angrycreative {
  --fa: "\f36e";
}

.fa-y-combinator {
  --fa: "\f23b";
}

.fa-empire {
  --fa: "\f1d1";
}

.fa-envira {
  --fa: "\f299";
}

.fa-google-scholar {
  --fa: "\e63b";
}

.fa-square-gitlab {
  --fa: "\e5ae";
}

.fa-gitlab-square {
  --fa: "\e5ae";
}

.fa-studiovinari {
  --fa: "\f3f8";
}

.fa-pied-piper {
  --fa: "\f2ae";
}

.fa-wordpress {
  --fa: "\f19a";
}

.fa-product-hunt {
  --fa: "\f288";
}

.fa-firefox {
  --fa: "\f269";
}

.fa-linode {
  --fa: "\f2b8";
}

.fa-goodreads {
  --fa: "\f3a8";
}

.fa-square-odnoklassniki {
  --fa: "\f264";
}

.fa-odnoklassniki-square {
  --fa: "\f264";
}

.fa-jsfiddle {
  --fa: "\f1cc";
}

.fa-sith {
  --fa: "\f512";
}

.fa-themeisle {
  --fa: "\f2b2";
}

.fa-page4 {
  --fa: "\f3d7";
}

.fa-hashnode {
  --fa: "\e499";
}

.fa-react {
  --fa: "\f41b";
}

.fa-cc-paypal {
  --fa: "\f1f4";
}

.fa-squarespace {
  --fa: "\f5be";
}

.fa-cc-stripe {
  --fa: "\f1f5";
}

.fa-creative-commons-share {
  --fa: "\f4f2";
}

.fa-bitcoin {
  --fa: "\f379";
}

.fa-keycdn {
  --fa: "\f3ba";
}

.fa-opera {
  --fa: "\f26a";
}

.fa-itch-io {
  --fa: "\f83a";
}

.fa-umbraco {
  --fa: "\f8e8";
}

.fa-galactic-senate {
  --fa: "\f50d";
}

.fa-ubuntu {
  --fa: "\f7df";
}

.fa-draft2digital {
  --fa: "\f396";
}

.fa-stripe {
  --fa: "\f429";
}

.fa-houzz {
  --fa: "\f27c";
}

.fa-gg {
  --fa: "\f260";
}

.fa-dhl {
  --fa: "\f790";
}

.fa-square-pinterest {
  --fa: "\f0d3";
}

.fa-pinterest-square {
  --fa: "\f0d3";
}

.fa-xing {
  --fa: "\f168";
}

.fa-blackberry {
  --fa: "\f37b";
}

.fa-creative-commons-pd {
  --fa: "\f4ec";
}

.fa-playstation {
  --fa: "\f3df";
}

.fa-quinscape {
  --fa: "\f459";
}

.fa-less {
  --fa: "\f41d";
}

.fa-blogger-b {
  --fa: "\f37d";
}

.fa-opencart {
  --fa: "\f23d";
}

.fa-vine {
  --fa: "\f1ca";
}

.fa-signal-messenger {
  --fa: "\e663";
}

.fa-paypal {
  --fa: "\f1ed";
}

.fa-gitlab {
  --fa: "\f296";
}

.fa-typo3 {
  --fa: "\f42b";
}

.fa-reddit-alien {
  --fa: "\f281";
}

.fa-yahoo {
  --fa: "\f19e";
}

.fa-dailymotion {
  --fa: "\e052";
}

.fa-affiliatetheme {
  --fa: "\f36b";
}

.fa-pied-piper-pp {
  --fa: "\f1a7";
}

.fa-bootstrap {
  --fa: "\f836";
}

.fa-odnoklassniki {
  --fa: "\f263";
}

.fa-nfc-symbol {
  --fa: "\e531";
}

.fa-mintbit {
  --fa: "\e62f";
}

.fa-ethereum {
  --fa: "\f42e";
}

.fa-speaker-deck {
  --fa: "\f83c";
}

.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}

.fa-patreon {
  --fa: "\f3d9";
}

.fa-avianex {
  --fa: "\f374";
}

.fa-ello {
  --fa: "\f5f1";
}

.fa-gofore {
  --fa: "\f3a7";
}

.fa-bimobject {
  --fa: "\f378";
}

.fa-brave-reverse {
  --fa: "\e63d";
}

.fa-facebook-f {
  --fa: "\f39e";
}

.fa-square-google-plus {
  --fa: "\f0d4";
}

.fa-google-plus-square {
  --fa: "\f0d4";
}

.fa-web-awesome {
  --fa: "\e682";
}

.fa-mandalorian {
  --fa: "\f50f";
}

.fa-first-order-alt {
  --fa: "\f50a";
}

.fa-osi {
  --fa: "\f41a";
}

.fa-google-wallet {
  --fa: "\f1ee";
}

.fa-d-and-d-beyond {
  --fa: "\f6ca";
}

.fa-periscope {
  --fa: "\f3da";
}

.fa-fulcrum {
  --fa: "\f50b";
}

.fa-cloudscale {
  --fa: "\f383";
}

.fa-forumbee {
  --fa: "\f211";
}

.fa-mizuni {
  --fa: "\f3cc";
}

.fa-schlix {
  --fa: "\f3ea";
}

.fa-square-xing {
  --fa: "\f169";
}

.fa-xing-square {
  --fa: "\f169";
}

.fa-bandcamp {
  --fa: "\f2d5";
}

.fa-wpforms {
  --fa: "\f298";
}

.fa-cloudversify {
  --fa: "\f385";
}

.fa-usps {
  --fa: "\f7e1";
}

.fa-megaport {
  --fa: "\f5a3";
}

.fa-magento {
  --fa: "\f3c4";
}

.fa-spotify {
  --fa: "\f1bc";
}

.fa-optin-monster {
  --fa: "\f23c";
}

.fa-fly {
  --fa: "\f417";
}

.fa-square-bluesky {
  --fa: "\e6a3";
}

.fa-aviato {
  --fa: "\f421";
}

.fa-itunes {
  --fa: "\f3b4";
}

.fa-cuttlefish {
  --fa: "\f38c";
}

.fa-blogger {
  --fa: "\f37c";
}

.fa-flickr {
  --fa: "\f16e";
}

.fa-viber {
  --fa: "\f409";
}

.fa-soundcloud {
  --fa: "\f1be";
}

.fa-digg {
  --fa: "\f1a6";
}

.fa-tencent-weibo {
  --fa: "\f1d5";
}

.fa-letterboxd {
  --fa: "\e62d";
}

.fa-symfony {
  --fa: "\f83d";
}

.fa-maxcdn {
  --fa: "\f136";
}

.fa-etsy {
  --fa: "\f2d7";
}

.fa-facebook-messenger {
  --fa: "\f39f";
}

.fa-audible {
  --fa: "\f373";
}

.fa-think-peaks {
  --fa: "\f731";
}

.fa-bilibili {
  --fa: "\e3d9";
}

.fa-erlang {
  --fa: "\f39d";
}

.fa-x-twitter {
  --fa: "\e61b";
}

.fa-cotton-bureau {
  --fa: "\f89e";
}

.fa-dashcube {
  --fa: "\f210";
}

.fa-42-group {
  --fa: "\e080";
}

.fa-innosoft {
  --fa: "\e080";
}

.fa-stack-exchange {
  --fa: "\f18d";
}

.fa-elementor {
  --fa: "\f430";
}

.fa-square-pied-piper {
  --fa: "\e01e";
}

.fa-pied-piper-square {
  --fa: "\e01e";
}

.fa-creative-commons-nd {
  --fa: "\f4eb";
}

.fa-palfed {
  --fa: "\f3d8";
}

.fa-superpowers {
  --fa: "\f2dd";
}

.fa-resolving {
  --fa: "\f3e7";
}

.fa-xbox {
  --fa: "\f412";
}

.fa-square-web-awesome-stroke {
  --fa: "\e684";
}

.fa-searchengin {
  --fa: "\f3eb";
}

.fa-tiktok {
  --fa: "\e07b";
}

.fa-square-facebook {
  --fa: "\f082";
}

.fa-facebook-square {
  --fa: "\f082";
}

.fa-renren {
  --fa: "\f18b";
}

.fa-linux {
  --fa: "\f17c";
}

.fa-glide {
  --fa: "\f2a5";
}

.fa-linkedin {
  --fa: "\f08c";
}

.fa-hubspot {
  --fa: "\f3b2";
}

.fa-deploydog {
  --fa: "\f38e";
}

.fa-twitch {
  --fa: "\f1e8";
}

.fa-flutter {
  --fa: "\e694";
}

.fa-ravelry {
  --fa: "\f2d9";
}

.fa-mixer {
  --fa: "\e056";
}

.fa-square-lastfm {
  --fa: "\f203";
}

.fa-lastfm-square {
  --fa: "\f203";
}

.fa-vimeo {
  --fa: "\f40a";
}

.fa-mendeley {
  --fa: "\f7b3";
}

.fa-uniregistry {
  --fa: "\f404";
}

.fa-figma {
  --fa: "\f799";
}

.fa-creative-commons-remix {
  --fa: "\f4ee";
}

.fa-cc-amazon-pay {
  --fa: "\f42d";
}

.fa-dropbox {
  --fa: "\f16b";
}

.fa-instagram {
  --fa: "\f16d";
}

.fa-cmplid {
  --fa: "\e360";
}

.fa-upwork {
  --fa: "\e641";
}

.fa-facebook {
  --fa: "\f09a";
}

.fa-gripfire {
  --fa: "\f3ac";
}

.fa-jedi-order {
  --fa: "\f50e";
}

.fa-uikit {
  --fa: "\f403";
}

.fa-fort-awesome-alt {
  --fa: "\f3a3";
}

.fa-phabricator {
  --fa: "\f3db";
}

.fa-ussunnah {
  --fa: "\f407";
}

.fa-earlybirds {
  --fa: "\f39a";
}

.fa-trade-federation {
  --fa: "\f513";
}

.fa-autoprefixer {
  --fa: "\f41c";
}

.fa-whatsapp {
  --fa: "\f232";
}

.fa-square-upwork {
  --fa: "\e67c";
}

.fa-slideshare {
  --fa: "\f1e7";
}

.fa-google-play {
  --fa: "\f3ab";
}

.fa-viadeo {
  --fa: "\f2a9";
}

.fa-line {
  --fa: "\f3c0";
}

.fa-google-drive {
  --fa: "\f3aa";
}

.fa-servicestack {
  --fa: "\f3ec";
}

.fa-simplybuilt {
  --fa: "\f215";
}

.fa-bitbucket {
  --fa: "\f171";
}

.fa-imdb {
  --fa: "\f2d8";
}

.fa-deezer {
  --fa: "\e077";
}

.fa-raspberry-pi {
  --fa: "\f7bb";
}

.fa-jira {
  --fa: "\f7b1";
}

.fa-docker {
  --fa: "\f395";
}

.fa-screenpal {
  --fa: "\e570";
}

.fa-bluetooth {
  --fa: "\f293";
}

.fa-gitter {
  --fa: "\f426";
}

.fa-d-and-d {
  --fa: "\f38d";
}

.fa-microblog {
  --fa: "\e01a";
}

.fa-cc-diners-club {
  --fa: "\f24c";
}

.fa-gg-circle {
  --fa: "\f261";
}

.fa-pied-piper-hat {
  --fa: "\f4e5";
}

.fa-kickstarter-k {
  --fa: "\f3bc";
}

.fa-yandex {
  --fa: "\f413";
}

.fa-readme {
  --fa: "\f4d5";
}

.fa-html5 {
  --fa: "\f13b";
}

.fa-sellsy {
  --fa: "\f213";
}

.fa-square-web-awesome {
  --fa: "\e683";
}

.fa-sass {
  --fa: "\f41e";
}

.fa-wirsindhandwerk {
  --fa: "\e2d0";
}

.fa-wsh {
  --fa: "\e2d0";
}

.fa-buromobelexperte {
  --fa: "\f37f";
}

.fa-salesforce {
  --fa: "\f83b";
}

.fa-octopus-deploy {
  --fa: "\e082";
}

.fa-medapps {
  --fa: "\f3c6";
}

.fa-ns8 {
  --fa: "\f3d5";
}

.fa-pinterest-p {
  --fa: "\f231";
}

.fa-apper {
  --fa: "\f371";
}

.fa-fort-awesome {
  --fa: "\f286";
}

.fa-waze {
  --fa: "\f83f";
}

.fa-bluesky {
  --fa: "\e671";
}

.fa-cc-jcb {
  --fa: "\f24b";
}

.fa-snapchat {
  --fa: "\f2ab";
}

.fa-snapchat-ghost {
  --fa: "\f2ab";
}

.fa-fantasy-flight-games {
  --fa: "\f6dc";
}

.fa-rust {
  --fa: "\e07a";
}

.fa-wix {
  --fa: "\f5cf";
}

.fa-square-behance {
  --fa: "\f1b5";
}

.fa-behance-square {
  --fa: "\f1b5";
}

.fa-supple {
  --fa: "\f3f9";
}

.fa-webflow {
  --fa: "\e65c";
}

.fa-rebel {
  --fa: "\f1d0";
}

.fa-css3 {
  --fa: "\f13c";
}

.fa-staylinked {
  --fa: "\f3f5";
}

.fa-kaggle {
  --fa: "\f5fa";
}

.fa-space-awesome {
  --fa: "\e5ac";
}

.fa-deviantart {
  --fa: "\f1bd";
}

.fa-cpanel {
  --fa: "\f388";
}

.fa-goodreads-g {
  --fa: "\f3a9";
}

.fa-square-git {
  --fa: "\f1d2";
}

.fa-git-square {
  --fa: "\f1d2";
}

.fa-square-tumblr {
  --fa: "\f174";
}

.fa-tumblr-square {
  --fa: "\f174";
}

.fa-trello {
  --fa: "\f181";
}

.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}

.fa-get-pocket {
  --fa: "\f265";
}

.fa-perbyte {
  --fa: "\e083";
}

.fa-grunt {
  --fa: "\f3ad";
}

.fa-weebly {
  --fa: "\f5cc";
}

.fa-connectdevelop {
  --fa: "\f20e";
}

.fa-leanpub {
  --fa: "\f212";
}

.fa-black-tie {
  --fa: "\f27e";
}

.fa-themeco {
  --fa: "\f5c6";
}

.fa-python {
  --fa: "\f3e2";
}

.fa-android {
  --fa: "\f17b";
}

.fa-bots {
  --fa: "\e340";
}

.fa-free-code-camp {
  --fa: "\f2c5";
}

.fa-hornbill {
  --fa: "\f592";
}

.fa-js {
  --fa: "\f3b8";
}

.fa-ideal {
  --fa: "\e013";
}

.fa-git {
  --fa: "\f1d3";
}

.fa-dev {
  --fa: "\f6cc";
}

.fa-sketch {
  --fa: "\f7c6";
}

.fa-yandex-international {
  --fa: "\f414";
}

.fa-cc-amex {
  --fa: "\f1f3";
}

.fa-uber {
  --fa: "\f402";
}

.fa-github {
  --fa: "\f09b";
}

.fa-php {
  --fa: "\f457";
}

.fa-alipay {
  --fa: "\f642";
}

.fa-youtube {
  --fa: "\f167";
}

.fa-skyatlas {
  --fa: "\f216";
}

.fa-firefox-browser {
  --fa: "\e007";
}

.fa-replyd {
  --fa: "\f3e6";
}

.fa-suse {
  --fa: "\f7d6";
}

.fa-jenkins {
  --fa: "\f3b6";
}

.fa-twitter {
  --fa: "\f099";
}

.fa-rockrms {
  --fa: "\f3e9";
}

.fa-pinterest {
  --fa: "\f0d2";
}

.fa-buffer {
  --fa: "\f837";
}

.fa-npm {
  --fa: "\f3d4";
}

.fa-yammer {
  --fa: "\f840";
}

.fa-btc {
  --fa: "\f15a";
}

.fa-dribbble {
  --fa: "\f17d";
}

.fa-stumbleupon-circle {
  --fa: "\f1a3";
}

.fa-internet-explorer {
  --fa: "\f26b";
}

.fa-stubber {
  --fa: "\e5c7";
}

.fa-telegram {
  --fa: "\f2c6";
}

.fa-telegram-plane {
  --fa: "\f2c6";
}

.fa-old-republic {
  --fa: "\f510";
}

.fa-odysee {
  --fa: "\e5c6";
}

.fa-square-whatsapp {
  --fa: "\f40c";
}

.fa-whatsapp-square {
  --fa: "\f40c";
}

.fa-node-js {
  --fa: "\f3d3";
}

.fa-edge-legacy {
  --fa: "\e078";
}

.fa-slack {
  --fa: "\f198";
}

.fa-slack-hash {
  --fa: "\f198";
}

.fa-medrt {
  --fa: "\f3c8";
}

.fa-usb {
  --fa: "\f287";
}

.fa-tumblr {
  --fa: "\f173";
}

.fa-vaadin {
  --fa: "\f408";
}

.fa-quora {
  --fa: "\f2c4";
}

.fa-square-x-twitter {
  --fa: "\e61a";
}

.fa-reacteurope {
  --fa: "\f75d";
}

.fa-medium {
  --fa: "\f23a";
}

.fa-medium-m {
  --fa: "\f23a";
}

.fa-amilia {
  --fa: "\f36d";
}

.fa-mixcloud {
  --fa: "\f289";
}

.fa-flipboard {
  --fa: "\f44d";
}

.fa-viacoin {
  --fa: "\f237";
}

.fa-critical-role {
  --fa: "\f6c9";
}

.fa-sitrox {
  --fa: "\e44a";
}

.fa-discourse {
  --fa: "\f393";
}

.fa-joomla {
  --fa: "\f1aa";
}

.fa-mastodon {
  --fa: "\f4f6";
}

.fa-airbnb {
  --fa: "\f834";
}

.fa-wolf-pack-battalion {
  --fa: "\f514";
}

.fa-buy-n-large {
  --fa: "\f8a6";
}

.fa-gulp {
  --fa: "\f3ae";
}

.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}

.fa-strava {
  --fa: "\f428";
}

.fa-ember {
  --fa: "\f423";
}

.fa-canadian-maple-leaf {
  --fa: "\f785";
}

.fa-teamspeak {
  --fa: "\f4f9";
}

.fa-pushed {
  --fa: "\f3e1";
}

.fa-wordpress-simple {
  --fa: "\f411";
}

.fa-nutritionix {
  --fa: "\f3d6";
}

.fa-wodu {
  --fa: "\e088";
}

.fa-google-pay {
  --fa: "\e079";
}

.fa-intercom {
  --fa: "\f7af";
}

.fa-zhihu {
  --fa: "\f63f";
}

.fa-korvue {
  --fa: "\f42f";
}

.fa-pix {
  --fa: "\e43a";
}

.fa-steam-symbol {
  --fa: "\f3f6";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-f6d99ecc.woff2") format("woff2"), url("/assets/@fortawesome/fontawesome-free/webfonts/fa-regular-400-10743a1b.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0 0 0/0);
}

.mapboxgl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom, .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-left, .mapboxgl-ctrl-right, .mapboxgl-ctrl-top, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  left: 0;
  top: 0;
}

.mapboxgl-ctrl-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-top-right {
  right: 0;
  top: 0;
}

.mapboxgl-ctrl-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}

.mapboxgl-ctrl-top .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl, .mapboxgl-ctrl-right .mapboxgl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}

.mapboxgl-ctrl-bottom .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl, .mapboxgl-ctrl-left .mapboxgl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}

.mapboxgl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1019607843);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  background-color: initial;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 29px;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: initial;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: initial;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: initial;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    background-color: rgba(255, 255, 255, 0.5019607843);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.0509803922);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.7490196078);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.7490196078);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}

.mapboxgl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  border: 10px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}

.mapboxgl-popup-close-button {
  background-color: initial;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1019607843);
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.mapboxgl-user-location-dot:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3490196078);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  height: 0;
  width: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #4aa1eb;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid rgba(0, 0, 0, 0);
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid rgba(0, 0, 0, 0);
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 0;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  align-items: center;
  background: rgba(0, 0, 0, 0.7019607843);
  color: #fff;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

/*
 ----------------------------
 Core
 ----------------------------
 */
.custombox-content,
.custombox-overlay {
  position: fixed;
  overflow: hidden;
  top: 0;
  width: 100%;
  height: 100%;
}

.custombox-overlay {
  z-index: 9997;
  opacity: 0;
  transition-delay: 0s;
  transition-timing-function: linear;
  transition-property: opacity;
}

.custombox-content {
  z-index: 9999;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: stretch;
}

.custombox-lock {
  overflow: hidden;
}

.custombox-reference {
  display: none;
}

.custombox-content {
  overflow-y: auto;
}
.custombox-content > * {
  max-width: 100%;
  max-height: 95%;
}

.custombox-fullscreen.custombox-content {
  justify-content: flex-start;
  align-items: stretch;
}
.custombox-fullscreen.custombox-content > * {
  width: 100%;
  max-height: 100%;
}

.custombox-y-top {
  align-items: baseline;
}

.custombox-x-left {
  align-items: flex-start;
}

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

.custombox-y-bottom {
  align-items: flex-end;
}

.custombox-x-center {
  justify-content: center;
}

.custombox-x-right {
  justify-content: flex-end;
}

.custombox-perspective,
.custombox-perspective body {
  perspective: 600px;
  height: 100%;
  overflow: hidden;
}

.custombox-perspective .custombox-container {
  overflow: hidden;
  height: 100%;
}

/*
 ----------------------------
 custombox-fadein
 ----------------------------
 */
@keyframes fadeIn {
  from {
    transform: scale(0.7);
    transition-property: all;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.7);
    transition-property: all;
  }
}
.custombox-fadein.custombox-content {
  opacity: 0;
}
.custombox-fadein.custombox-content.custombox-open {
  animation-name: fadeIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fadein.custombox-content.custombox-close {
  animation-name: fadeOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slide
 ----------------------------
 */
@keyframes slideInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slideInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes slideOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes slideOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-slide.custombox-content,
.custombox-letmein.custombox-content,
.custombox-makeway.custombox-content,
.custombox-slip.custombox-content,
.custombox-push.custombox-content,
.custombox-contentscale.custombox-content {
  transform: translateX(-100%);
}
.custombox-slide.custombox-content.custombox-open.custombox-top,
.custombox-letmein.custombox-content.custombox-open.custombox-top,
.custombox-makeway.custombox-content.custombox-open.custombox-top,
.custombox-slip.custombox-content.custombox-open.custombox-top,
.custombox-push.custombox-content.custombox-open.custombox-top,
.custombox-contentscale.custombox-content.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-bottom,
.custombox-letmein.custombox-content.custombox-open.custombox-bottom,
.custombox-makeway.custombox-content.custombox-open.custombox-bottom,
.custombox-slip.custombox-content.custombox-open.custombox-bottom,
.custombox-push.custombox-content.custombox-open.custombox-bottom,
.custombox-contentscale.custombox-content.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-left,
.custombox-letmein.custombox-content.custombox-open.custombox-left,
.custombox-makeway.custombox-content.custombox-open.custombox-left,
.custombox-slip.custombox-content.custombox-open.custombox-left,
.custombox-push.custombox-content.custombox-open.custombox-left,
.custombox-contentscale.custombox-content.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-open.custombox-right,
.custombox-letmein.custombox-content.custombox-open.custombox-right,
.custombox-makeway.custombox-content.custombox-open.custombox-right,
.custombox-slip.custombox-content.custombox-open.custombox-right,
.custombox-push.custombox-content.custombox-open.custombox-right,
.custombox-contentscale.custombox-content.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-top,
.custombox-letmein.custombox-content.custombox-close.custombox-top,
.custombox-makeway.custombox-content.custombox-close.custombox-top,
.custombox-slip.custombox-content.custombox-close.custombox-top,
.custombox-push.custombox-content.custombox-close.custombox-top,
.custombox-contentscale.custombox-content.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-bottom,
.custombox-letmein.custombox-content.custombox-close.custombox-bottom,
.custombox-makeway.custombox-content.custombox-close.custombox-bottom,
.custombox-slip.custombox-content.custombox-close.custombox-bottom,
.custombox-push.custombox-content.custombox-close.custombox-bottom,
.custombox-contentscale.custombox-content.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-left,
.custombox-letmein.custombox-content.custombox-close.custombox-left,
.custombox-makeway.custombox-content.custombox-close.custombox-left,
.custombox-slip.custombox-content.custombox-close.custombox-left,
.custombox-push.custombox-content.custombox-close.custombox-left,
.custombox-contentscale.custombox-content.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slide.custombox-content.custombox-close.custombox-right,
.custombox-letmein.custombox-content.custombox-close.custombox-right,
.custombox-makeway.custombox-content.custombox-close.custombox-right,
.custombox-slip.custombox-content.custombox-close.custombox-right,
.custombox-push.custombox-content.custombox-close.custombox-right,
.custombox-contentscale.custombox-content.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-newspaper
 ----------------------------
 */
@keyframes newspaperIn {
  from {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
  to {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes newspaperOut {
  from {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  to {
    transform: scale(0) rotate(720deg);
    opacity: 0;
  }
}
.custombox-newspaper.custombox-content {
  opacity: 0;
}
.custombox-newspaper.custombox-content.custombox-open {
  animation-name: newspaperIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-newspaper.custombox-content.custombox-close {
  animation-name: newspaperOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-fall
 ----------------------------
 */
@keyframes fallIn {
  from {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
  }
}
.custombox-fall.custombox-content {
  opacity: 0;
}
.custombox-fall.custombox-content.custombox-open {
  animation-name: fallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-fall.custombox-content.custombox-close {
  animation-name: fallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-sidefall
 ----------------------------
 */
@keyframes sidefallIn {
  from {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
  to {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
}
@keyframes sidefallOut {
  from {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
  }
}
.custombox-sidefall.custombox-content {
  opacity: 0;
}
.custombox-sidefall.custombox-content.custombox-open {
  animation-name: sidefallIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sidefall.custombox-content.custombox-close {
  animation-name: sidefallOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-blur
 ----------------------------
 */
@keyframes blurInTop {
  from {
    transform: translateY(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutTop {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(-5%);
    opacity: 0;
  }
}
@keyframes blurInBottom {
  from {
    transform: translateY(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutBottom {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateY(5%);
    opacity: 0;
  }
}
@keyframes blurInRight {
  from {
    transform: translateX(5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutRight {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(5%);
    opacity: 0;
  }
}
@keyframes blurInLeft {
  from {
    transform: translateX(-5%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blurOutLeft {
  from {
    transform: translateY(0);
    opacity: 1;
  }
  to {
    transform: translateX(-5%);
    opacity: 0;
  }
}
@keyframes blurInContainer {
  from {
    filter: blur(0px);
  }
  to {
    filter: blur(3px);
  }
}
@keyframes blurOutContainer {
  from {
    filter: blur(3px);
  }
  to {
    filter: blur(0px);
  }
}
.custombox-blur.custombox-content {
  opacity: 0;
}
.custombox-blur.custombox-content.custombox-open.custombox-top {
  animation-name: blurInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-bottom {
  animation-name: blurInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-left {
  animation-name: blurInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-open.custombox-right {
  animation-name: blurInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-top {
  animation-name: blurOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-bottom {
  animation-name: blurOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-right {
  animation-name: blurOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-content.custombox-close.custombox-left {
  animation-name: blurOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

.custombox-blur.custombox-container {
  animation-name: blurOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-blur.custombox-container.custombox-open {
  animation-name: blurInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-flip
 ----------------------------
 */
@keyframes flipInTop {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutTop {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
  }
}
@keyframes flipInBottom {
  from {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutBottom {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(70deg);
  }
}
@keyframes flipInRight {
  from {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutRight {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(70deg);
  }
}
@keyframes flipInLeft {
  from {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
  to {
    transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipOutLeft {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
  }
}
.custombox-flip.custombox-content {
  opacity: 0;
}
.custombox-flip.custombox-content.custombox-open.custombox-top {
  animation-name: flipInTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-bottom {
  animation-name: flipInBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-right {
  animation-name: flipInRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-open.custombox-left {
  animation-name: flipInLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-top {
  animation-name: flipOutTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-bottom {
  animation-name: flipOutBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-right {
  animation-name: flipOutRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flip.custombox-content.custombox-close.custombox-left {
  animation-name: flipOutLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-sign
 ----------------------------
 */
@keyframes signIn {
  from {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
  to {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes signOut {
  from {
    transform: rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    transition-property: all;
  }
}
.custombox-sign {
  perspective: 1300px;
}
.custombox-sign.custombox-content {
  opacity: 0;
}
.custombox-sign.custombox-content.custombox-open {
  animation-name: signIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-sign.custombox-content.custombox-close {
  animation-name: signOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-superscaled
 ----------------------------
 */
@keyframes superscaledIn {
  from {
    transform: scale(2);
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes superscaledOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(2);
  }
}
.custombox-superscaled.custombox-content {
  opacity: 0;
}
.custombox-superscaled.custombox-content.custombox-open {
  animation-name: superscaledIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-superscaled.custombox-content.custombox-close {
  animation-name: superscaledOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slit
 ----------------------------
 */
@keyframes slitIn {
  0% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes slitOut {
  0% {
    transform: translateZ(0) rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: translateZ(-250px) rotateY(89deg);
    opacity: 1;
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-3000px) rotateY(90deg);
  }
}
.custombox-slit.custombox-content {
  opacity: 0;
  transform-style: preserve-3d;
}
.custombox-slit.custombox-content.custombox-open {
  animation-name: slitIn;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slit.custombox-content.custombox-close {
  animation-name: slitOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-rotate
 ----------------------------
 */
@keyframes rotateIn {
  from {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
  to {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes rotateOut {
  from {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
  }
  to {
    transform-style: preserve-3d;
    transform: translateY(0%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
  }
}
.custombox-rotate {
  perspective: 2300px;
}
.custombox-rotate.custombox-content {
  transform: translateY(-100%);
}
.custombox-rotate.custombox-content.custombox-open {
  animation-name: rotateIn;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotate.custombox-content.custombox-close {
  animation-name: rotateOut;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-letmein
 ----------------------------
 */
@keyframes letmeinBottomOverlay {
  to {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutBottomOverlay {
  from {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinLeftOverlay {
  to {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutLeftOverlay {
  from {
    transform: rotateY(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinRightOverlay {
  to {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutRightOverlay {
  from {
    transform: rotateY(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
@keyframes letmeinTopOverlay {
  to {
    transform: rotateX(2deg);
    transform-origin: 0 50%;
    transform-style: preserve-3d;
  }
}
@keyframes letmeinOutTopOverlay {
  from {
    transform: rotateX(2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
  }
  to {
    opacity: 0;
  }
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-top {
  animation-name: letmeinTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: letmeinBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-left {
  animation-name: letmeinLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-open.custombox-right {
  animation-name: letmeinRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-top {
  animation-name: letmeinOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: letmeinOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-left {
  animation-name: letmeinOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-letmein.custombox-overlay.custombox-close.custombox-right {
  animation-name: letmeinOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-makeway
 ----------------------------
 */
@keyframes makewayInContainer {
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateZ(-200px);
  }
}
@keyframes makewayOutContainer {
  0% {
    transform: translateZ(-200px);
  }
  50% {
    transform: translateZ(-50px) rotateY(5deg);
    animation-timing-function: ease-out;
  }
  100% {
    opacity: 0;
  }
}
@keyframes makewayInTop {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutTop {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes makewayInBottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes makewayOutBottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes makewayInLeft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutLeft {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes makewayInRight {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes makewayOutRight {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
.custombox-makeway.custombox-overlay {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-overlay.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-overlay.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container {
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.custombox-makeway.custombox-container.custombox-open {
  animation-name: makewayInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-makeway.custombox-container.custombox-close {
  animation-name: makewayOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slip
 ----------------------------
 */
@keyframes slipTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutTopOverlay {
  50% {
    transform: rotateX(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutRightOverlay {
  50% {
    transform: rotateY(10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutBottomOverlay {
  50% {
    transform: rotateX(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
@keyframes slipOutLeftOverlay {
  50% {
    transform: rotateY(-10deg);
    transform-origin: 50% 100%;
    transform-style: preserve-3d;
  }
}
.custombox-slip.custombox-overlay.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-overlay.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-top {
  animation-name: slipTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-bottom {
  animation-name: slipBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-left {
  animation-name: slipLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-open.custombox-right {
  animation-name: slipRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-top {
  animation-name: slipOutTopOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-bottom {
  animation-name: slipOutBottomOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-left {
  animation-name: slipOutLeftOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slip.custombox-container.custombox-close.custombox-right {
  animation-name: slipOutRightOverlay;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-corner
 ----------------------------
 */
@keyframes cornerInOverlay {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
}
@keyframes cornerOutOverlay {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
@keyframes cornerInContent {
  from {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
  }
  to {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
}
@keyframes cornerOutContent {
  from {
    transform: translateY(0);
    transition-property: opacity, transform;
    opacity: 1;
  }
  to {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
    opacity: 0;
  }
}
.custombox-corner.custombox-overlay.custombox-open {
  animation-name: cornerInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-overlay.custombox-close {
  animation-name: cornerOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-open {
  animation-name: cornerInContent;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-corner.custombox-content.custombox-close {
  animation-name: cornerOutContent;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-slidetogether
 ----------------------------
 */
.custombox-slidetogether.custombox-content, .custombox-slidetogether.custombox-overlay {
  transform: translateX(-100%);
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-open.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-top, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-bottom, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-left, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-slidetogether.custombox-content.custombox-close.custombox-right, .custombox-slidetogether.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-scale
 ----------------------------
 */
@keyframes scaleInOverlay {
  from {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
  }
  to {
    transform: scale(1);
    transition: transform;
  }
}
@keyframes scaleOutOverlay {
  from {
    transform: scale(1);
    transition: transform;
  }
  to {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
    opacity: 0;
  }
}
.custombox-scale.custombox-overlay.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-overlay.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-open {
  animation-name: scaleInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-scale.custombox-content.custombox-close {
  animation-name: scaleOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-door
 ----------------------------
 */
@keyframes doorInOverlay {
  from {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
  to {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
}
@keyframes doorOutOverlay {
  from {
    width: 100%;
    left: 0;
    right: 0;
    transition-property: width;
  }
  to {
    position: fixed;
    bottom: 0;
    left: 50%;
    right: 50%;
    width: 0;
  }
}
.custombox-door.custombox-overlay.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-overlay.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-open {
  animation-name: doorInOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-door.custombox-content.custombox-close {
  animation-name: doorOutOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-push
 ----------------------------
 */
@keyframes pushInLeftOverlay {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutLeftOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushInRightOverlay {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutRightOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushInTopOverlay {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInBottomOverlay {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateX(0) translateY(0);
  }
}
@keyframes pushOutBottomOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopOverlay {
  from {
    transform: translateX(0) translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushInLeftContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes pushOutLeftContainer {
  from {
    transform: translateX(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInRightContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes pushOutRightContainer {
  from {
    transform: translateX(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInTopContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes pushOutTopContainer {
  from {
    transform: translateY(100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
@keyframes pushInBottomContainer {
  from {
    overflow-x: hidden;
    transition-property: transform;
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes pushOutBottomContainer {
  from {
    transform: translateY(-100%);
  }
  to {
    overflow-x: hidden;
    transition-property: transform;
  }
}
.custombox-push.custombox-overlay {
  transition-property: transform;
}
.custombox-push.custombox-overlay.custombox-open.custombox-top {
  animation-name: pushInTopOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: pushInBottomOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-left {
  animation-name: pushInLeftOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-open.custombox-right {
  animation-name: pushInRightOverlay;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-top {
  animation-name: pushOutTopOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: pushOutBottomOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-left {
  animation-name: pushOutLeftOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-overlay.custombox-close.custombox-right {
  animation-name: pushOutRightOverlay;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-top {
  animation-name: pushInTopContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-bottom {
  animation-name: pushInBottomContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-left {
  animation-name: pushInLeftContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-open.custombox-right {
  animation-name: pushInRightContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-top {
  animation-name: pushOutTopContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-bottom {
  animation-name: pushOutBottomContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-left {
  animation-name: pushOutLeftContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-push.custombox-container.custombox-close.custombox-right {
  animation-name: pushOutRightContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-contentscale
 ----------------------------
 */
@keyframes contentscaleInContainer {
  from {
    transition: transform;
  }
  to {
    transform: scale(0.8);
  }
}
@keyframes contentscaleOutContainer {
  from {
    transform: scale(0.8);
  }
  to {
    transition: transform;
  }
}
.custombox-contentscale.custombox-overlay {
  transform: translateX(-100%);
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-top {
  animation-name: slideInTop;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-bottom {
  animation-name: slideInBottom;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-left {
  animation-name: slideInLeft;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-open.custombox-right {
  animation-name: slideInRight;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-top {
  animation-name: slideOutTop;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-bottom {
  animation-name: slideOutBottom;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-left {
  animation-name: slideOutLeft;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-overlay.custombox-close.custombox-right {
  animation-name: slideOutRight;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-open {
  animation-name: contentscaleInContainer;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-contentscale.custombox-container.custombox-close {
  animation-name: contentscaleOutContainer;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-swell
 ----------------------------
 */
@keyframes swellOpen {
  0% {
    opacity: 0;
    transform: translate3d(calc(-100vw - 50%), 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(100px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes swellClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    transform: translate3d(-100px, 0, 0) scale3d(1.1, 1.1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(100vw + 50%), 0, 0);
  }
}
.custombox-swell.custombox-content {
  opacity: 0;
}
.custombox-swell.custombox-content.custombox-open {
  animation-name: swellOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-swell.custombox-content.custombox-close {
  animation-name: swellClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-rotatedown
 ----------------------------
 */
@keyframes rotatedownOpen {
  0% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, -45deg);
  }
  100% {
    opacity: 1;
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes rotatedownClose {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: rotate3d(0, 0, 1, 45deg);
  }
}
@keyframes rotatedownElem {
  0% {
    opacity: 0;
    transform: translate3d(0, -150px, 0) rotate3d(0, 0, 1, -20deg);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, 0deg);
  }
}
.custombox-rotatedown.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transform-origin: -150% 50%;
}
.custombox-rotatedown.custombox-content.custombox-open {
  animation-name: rotatedownOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-rotatedown.custombox-content.custombox-close {
  animation-name: rotatedownClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 custombox-flash
 ----------------------------
 */
@keyframes flashOpen {
  0% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}
@keyframes flashClose {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  20% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
  100% {
    opacity: 0;
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}
.custombox-flash.custombox-content {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.custombox-flash.custombox-content.custombox-open {
  animation-name: flashOpen;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}
.custombox-flash.custombox-content.custombox-close {
  animation-name: flashClose;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  backface-visibility: hidden;
}

/*
 ----------------------------
 Loader
 ----------------------------
 */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custombox-loader {
  display: none;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation-name: spin;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  z-index: 9998;
}

.noty_layout_mixin, #noty_layout__centerRight, #noty_layout__centerLeft, #noty_layout__center, #noty_layout__bottomRight, #noty_layout__bottomCenter, #noty_layout__bottomLeft, #noty_layout__bottom, #noty_layout__topRight, #noty_layout__topCenter, #noty_layout__topLeft, #noty_layout__top {
  position: fixed;
  margin: 0;
  padding: 0;
  z-index: 9999999;
  transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  filter: blur(0);
  -webkit-filter: blur(0);
  max-width: 90%;
}

#noty_layout__top {
  top: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__topLeft {
  top: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__topCenter {
  top: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__topRight {
  top: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__bottom {
  bottom: 0;
  left: 5%;
  width: 90%;
}

#noty_layout__bottomLeft {
  bottom: 20px;
  left: 20px;
  width: 325px;
}

#noty_layout__bottomCenter {
  bottom: 5%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__bottomRight {
  bottom: 20px;
  right: 20px;
  width: 325px;
}

#noty_layout__center {
  top: 50%;
  left: 50%;
  width: 325px;
  transform: translate(calc(-50% - 0.5px), calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerLeft {
  top: 50%;
  left: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

#noty_layout__centerRight {
  top: 50%;
  right: 20px;
  width: 325px;
  transform: translate(0, calc(-50% - 0.5px)) translateZ(0) scale(1, 1);
}

.noty_progressbar {
  display: none;
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #646464;
  opacity: 0.2;
  filter: alpha(opacity=10);
}

.noty_bar {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-font-smoothing: subpixel-antialiased;
  overflow: hidden;
}

.noty_effects_open {
  opacity: 0;
  transform: translate(50%);
  animation: noty_anim_in 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_effects_close {
  animation: noty_anim_out 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  animation-fill-mode: forwards;
}

.noty_fix_effects_height {
  animation: noty_anim_height 75ms ease-out;
}

.noty_close_with_click {
  cursor: pointer;
}

.noty_close_button {
  position: absolute;
  top: 2px;
  right: 2px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.2s ease-out;
}

.noty_close_button:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.noty_modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 10000;
  opacity: 0.3;
  left: 0;
  top: 0;
}

.noty_modal.noty_modal_open {
  opacity: 0;
  animation: noty_modal_in 0.3s ease-out;
}

.noty_modal.noty_modal_close {
  animation: noty_modal_out 0.3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes noty_modal_in {
  100% {
    opacity: 0.3;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_modal_out {
  100% {
    opacity: 0;
  }
}
@keyframes noty_anim_in {
  100% {
    transform: translate(0);
    opacity: 1;
  }
}
@keyframes noty_anim_out {
  100% {
    transform: translate(50%);
    opacity: 0;
  }
}
@keyframes noty_anim_height {
  100% {
    height: 0;
  }
}
.noty_theme__metroui.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.298039) 0 0 5px 0;
}

.noty_theme__metroui.noty_bar .noty_progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.noty_theme__metroui.noty_bar .noty_body {
  padding: 1.25em;
  font-size: 14px;
}

.noty_theme__metroui.noty_bar .noty_buttons {
  padding: 0 10px 0.5em 10px;
}

.noty_theme__metroui.noty_type__alert,
.noty_theme__metroui.noty_type__notification {
  background-color: #fff;
  color: #1d1d1d;
}

.noty_theme__metroui.noty_type__warning {
  background-color: #FA6800;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #CE352C;
  color: #FFF;
}

.noty_theme__metroui.noty_type__info,
.noty_theme__metroui.noty_type__information {
  background-color: #1BA1E2;
  color: #FFF;
}

.noty_theme__metroui.noty_type__success {
  background-color: #60A917;
  color: #fff;
}

.noty_theme__metroui.noty_type__error {
  background-color: #ff4136;
}

.noty_theme__metroui.noty_type__success {
  background-color: #339E72;
}

.alert {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 1060;
}

.avatar {
  width: 40px;
  border-radius: 50%;
}

.avatar-large {
  width: 56px;
  border-radius: 50%;
}

.avatar-bordered {
  width: 40px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

.avatar-square {
  width: 40px;
  border-radius: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: white 1px solid;
}

#mainNavbar {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100vw;
}

.bg-light-beige {
  background-color: #f9faf7 !important;
}

.navbar-wrapper {
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .hidden-on-mobile {
    display: none !important;
  }
}
.navbar-wrapper .logo {
  height: 28px;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .logo {
    height: 22px;
  }
}
.navbar-wrapper .mobile-dropdown-position {
  display: none;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .mobile-dropdown-position {
    display: block;
  }
}
.navbar-wrapper .navbar-link {
  color: #3C452B;
  font-family: "BioRhyme", serif;
}
.navbar-wrapper .navbar-link:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px;
  text-decoration-thickness: 1.5px !important;
}
.navbar-wrapper .dropdown-btn {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.navbar-wrapper .popover-wrapper {
  position: relative;
}
.navbar-wrapper .popover-menu {
  position: absolute;
  margin-top: 34px;
  right: -16px;
  background-color: #f9faf7;
  border-radius: 6px;
  box-shadow: 0 0 2px #b9b6b4;
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  padding-bottom: 8px;
}
.navbar-wrapper .popover-menu .navbar-link {
  padding: 8px 16px;
  text-wrap: nowrap;
}
.navbar-wrapper .popover-menu .arrow {
  position: absolute;
  top: -10px;
  right: 20px;
  background-color: transparent;
  display: block;
  width: 20px;
  height: 10px;
}
.navbar-wrapper .popover-menu .arrow::before, .navbar-wrapper .popover-menu .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0 10px 10px 10px;
}
.navbar-wrapper .popover-menu .arrow::before {
  border-bottom-color: rgba(185, 182, 180, 0.3);
}
.navbar-wrapper .popover-menu .arrow::after {
  top: 1px;
  border-bottom-color: #f9faf7;
}
.navbar-wrapper .rightside {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .navbar-wrapper .rightside {
    gap: 12px;
  }
}
.navbar-wrapper .profile-icon {
  height: 38px;
}
.navbar-wrapper .nav-basket {
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar-wrapper .basket-icon {
  height: 26px;
}
.navbar-wrapper .basket-icon.slightly-down {
  margin-top: 8px;
}
.navbar-wrapper .items-number {
  position: absolute;
  left: 10px;
  bottom: 30px;
  display: inline-block;
  border-radius: 13px;
  padding: 0px 6px;
  background: #ff4136;
  font-weight: bold;
  font-size: 11px;
  color: white;
}
.navbar-wrapper .price-text {
  font-family: "BioRhyme", serif;
  font-weight: bold;
  font-size: 21px;
  line-height: 21px;
  vertical-align: bottom;
  color: #2D3126;
}
.navbar-wrapper .price-currency {
  font-family: "Mulish", sans-serif;
  font-size: 10px;
  color: #2D3126;
}

@keyframes slide-in-from-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out-on-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-from-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out-on-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
body:has(.sidebar-left.slide-in-from-left) .navbar,
body:has(.sidebar-left.slide-in-from-left) .navbar-desktop,
body:has(.sidebar-left.slide-in-from-left) #content,
body:has(#basket.slide-in-from-right) .navbar,
body:has(#basket.slide-in-from-right) .navbar-desktop,
body:has(#basket.slide-in-from-right) #content {
  filter: blur(5px);
  pointer-events: none;
}

.sidebar-left {
  z-index: 1050 !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  height: 100dvh;
  overflow-y: scroll;
  min-width: 57%;
  background-color: white;
  padding: 12px 0;
  transform: translateX(-100%);
}
.sidebar-left.slide-in-from-left {
  animation: slide-in-from-left 0.5s forwards;
}
.sidebar-left.slide-out-on-left {
  animation: slide-out-on-left 0.5s forwards;
}
.sidebar-left a {
  color: #7c7977;
}
.sidebar-left p {
  margin-bottom: 0px;
  color: white;
  font-size: 14px;
}
.sidebar-left .text {
  font-weight: bold;
  margin: 0;
  color: white;
}
.sidebar-left .secondary-link {
  font-size: 11px;
}
.sidebar-left .zip-code-infos {
  background-color: #339E72 !important;
  opacity: 1;
}

.header-blue {
  background: #4488ee !important;
}
.header-blue a path {
  fill: white;
}

.header-xmas {
  background: #d30c00 !important;
}
.header-xmas .snow {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.3%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st1' cx='5' cy='8' r='1'/%3E%3Ccircle class='st1' cx='38' cy='3' r='1'/%3E%3Ccircle class='st1' cx='12' cy='4' r='1'/%3E%3Ccircle class='st1' cx='16' cy='16' r='1'/%3E%3Ccircle class='st1' cx='47' cy='46' r='1'/%3E%3Ccircle class='st1' cx='32' cy='10' r='1'/%3E%3Ccircle class='st1' cx='3' cy='46' r='1'/%3E%3Ccircle class='st1' cx='45' cy='13' r='1'/%3E%3Ccircle class='st1' cx='10' cy='28' r='1'/%3E%3Ccircle class='st1' cx='22' cy='35' r='1'/%3E%3Ccircle class='st1' cx='3' cy='21' r='1'/%3E%3Ccircle class='st1' cx='26' cy='20' r='1'/%3E%3Ccircle class='st1' cx='30' cy='45' r='1'/%3E%3Ccircle class='st1' cx='15' cy='45' r='1'/%3E%3Ccircle class='st1' cx='34' cy='36' r='1'/%3E%3Ccircle class='st1' cx='41' cy='32' r='1'/%3E%3C/svg%3E");
  background-position: 0px 0px;
  animation: animatedBackground 10s linear infinite;
}
.header-xmas .snow div {
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' style='enable-background:new 0 0 50 50%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st1%7Bopacity:0.7%3Bfill:%23FFFFFF%3B%7D.st3%7Bopacity:0.1%3Bfill:%23FFFFFF%3B%7D%3C/style%3E%3Ccircle class='st3' cx='4' cy='14' r='1'/%3E%3Ccircle class='st3' cx='43' cy='3' r='1'/%3E%3Ccircle class='st3' cx='31' cy='30' r='2'/%3E%3Ccircle class='st3' cx='19' cy='23' r='1'/%3E%3Ccircle class='st3' cx='37' cy='22' r='1'/%3E%3Ccircle class='st3' cx='43' cy='16' r='1'/%3E%3Ccircle class='st3' cx='8' cy='45' r='1'/%3E%3Ccircle class='st3' cx='29' cy='39' r='1'/%3E%3Ccircle class='st3' cx='13' cy='37' r='1'/%3E%3Ccircle class='st3' cx='47' cy='32' r='1'/%3E%3Ccircle class='st3' cx='15' cy='4' r='2'/%3E%3Ccircle class='st3' cx='9' cy='27' r='1'/%3E%3Ccircle class='st3' cx='30' cy='9' r='1'/%3E%3Ccircle class='st3' cx='25' cy='15' r='1'/%3E%3Ccircle class='st3' cx='21' cy='45' r='2'/%3E%3Ccircle class='st3' cx='42' cy='45' r='1'/%3E%3C/svg%3E");
  background-position: 0px 0px;
  animation: animatedBackground 15s linear infinite;
}
@keyframes animatedBackground {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0px 300px;
  }
}
.header-xmas a path {
  fill: white;
}

* {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-striked {
  text-decoration: line-through 1.5px !important;
}

.cards-container {
  margin: 50px 0;
}

.card-farm {
  max-width: 1031px;
  margin-top: 40px;
  background: #ffffff;
  border: 1px solid rgba(164, 166, 160, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
@media (max-width: 1200px) {
  .card-farm {
    max-width: 860px;
  }
}
@media (max-width: 650px) {
  .card-farm {
    width: 349px;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.card-farm-header {
  flex-direction: row;
}
@media (max-width: 650px) {
  .card-farm-header {
    flex-direction: column;
  }
}

.photo-farm {
  position: relative;
}
.photo-farm .photo {
  border-radius: 10px 0 0 10px;
  object-fit: cover;
  height: 222px;
  width: 200px;
}
@media (max-width: 650px) {
  .photo-farm .photo {
    border-radius: 10px 10px 0 0;
    width: 100%;
  }
}
.photo-farm .labels {
  position: absolute;
  margin: 10px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.photo-farm .label {
  background-color: #e1f5ea;
  border-radius: 2px;
  padding: 4px 6px;
  color: #339E72;
  font-size: 10px !important;
  letter-spacing: 2px;
  margin: 0;
}

.tns-outer {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

@media (min-width: 650px) {
  .card-farm-content {
    position: relative;
    padding: 16px 40px 16px 16px;
  }
}
@media (max-width: 650px) {
  .card-farm-content {
    padding: 12px;
  }
}
.card-farm-content .address {
  align-items: center;
  font-size: 11px;
  color: #3C452B;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.card-farm-content .address .marker {
  height: 13px;
  width: 11px;
}
.card-farm-content .address img {
  margin-right: 10px;
}
.card-farm-content .name {
  font-family: "BioRhyme";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 6px;
}
.card-farm-content .name a {
  color: black;
}
.card-farm-content .description {
  color: #3C452B;
  font-size: 14px !important;
  margin-top: 12px;
  line-height: 24px;
}
@media (max-width: 650px) {
  .card-farm-content .description {
    margin-top: 8px;
    margin-bottom: 4px;
  }
}
@media (min-width: 650px) {
  .card-farm-content .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.products-number {
  color: #25201d;
  opacity: 0.6;
  font-size: 12px;
}
@media (max-width: 650px) {
  .products-number {
    padding-top: 12px;
  }
}

.add-to-cart {
  justify-content: space-between;
  align-items: center;
  margin-top: 8px;
}
.add-to-cart .add-to-cart-button {
  justify-content: center;
  align-items: center;
}
.add-to-cart .cart-icon {
  justify-content: center;
  align-items: center;
  height: 48px;
  width: 48px;
  cursor: pointer;
}
.add-to-cart .cart-icon .add-product-to-basket {
  background-color: #339E72;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: relative;
  color: white;
  font-size: 13px;
}
.add-to-cart .counter {
  justify-content: flex-start;
}
.add-to-cart .counter .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  font-weight: 800;
  font-size: 18px;
  border: 1px solid #A4A6A0;
  background-color: #ffffff;
}
.add-to-cart .counter .cart-counter {
  font-size: 14px;
  border: 1px solid #d2d2d0;
  border-left: 0px;
  border-right: 0px;
}
.add-to-cart .counter .minus {
  border: 1px solid #d2d2d0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  cursor: pointer;
}
.add-to-cart .counter .plus {
  border: 1px solid #d2d2d0;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
}

.banner {
  background-color: #f9faf7;
  text-align: center;
}
.banner .btn-small-mobile {
  display: none;
}
.banner .text-banner {
  text-align: left !important;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 15vh;
  padding-top: 15dvh;
}
.banner .banner-content {
  z-index: 10;
  display: flex;
  margin-left: -150px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 70px;
}
.banner .ellipse-small {
  height: 100px;
}
.banner .ellipse-big {
  height: 200px;
  width: 200px;
  margin-left: -90px;
}
.banner h1 {
  margin: 0 auto;
  line-height: 53px;
  color: #25201d;
  font-size: 46px;
  font-family: "BioRhyme";
  font-style: normal;
  font-weight: 400;
}
.banner h1 .strikethrough {
  position: absolute;
  transform: translateX(-96%);
  width: 191px;
  top: 32px;
}
.banner h1 span {
  position: relative;
}
@media (max-width: 910px) {
  .banner h1 h1 {
    font-size: 32px;
  }
  .banner h1 .strikethrough {
    width: 139px;
    top: 24px;
  }
}
.banner p {
  padding-top: 24px;
  margin: 0 auto;
  font-size: 22px;
  color: #3C452B;
  line-height: 30px;
  font-family: "BioRhyme", serif;
  font-weight: 300;
}
.banner p strong {
  color: #339E72;
}
.banner .img-banner {
  height: 523px;
  margin-top: 40px;
}
.banner .search {
  padding-top: 34px;
}
.banner .search .btn-computer {
  background-color: #339E72 !important;
  color: white;
  width: 370px;
  height: 53px;
  border-radius: 0px 6px 6px 0px;
  letter-spacing: 2.5px;
  line-height: 24px;
  text-transform: uppercase;
}
.banner .search .btn-mobile {
  display: none;
}
.banner .search .form-control {
  padding-top: 0px;
  color: #7c7977 !important;
  text-align: center;
  height: 53px;
  border-radius: 6px 0px 0px 6px;
  border-color: #A4A6A0;
  background-color: white;
  width: 250px;
}

@media (min-width: 1140px) and (max-width: 1200px) {
  .search .btn-computer {
    width: 300px !important;
  }
  .search .form-control {
    width: 200px !important;
  }
}
@media (min-width: 910px) and (max-width: 1340px) {
  .banner .btn-computer {
    display: none;
  }
  .banner .img-banner {
    height: 323px;
  }
  .banner .btn-mobile {
    height: 40px;
    display: initial !important;
    background-color: #339E72 !important;
    color: white;
    font-weight: 600;
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    height: 53px;
    border-radius: 0px 6px 6px 0px;
    width: 200px;
    letter-spacing: 2.5px;
    line-height: 24px;
    text-transform: uppercase;
  }
  .banner .form-control {
    width: 130px;
  }
}
@media (max-width: 910px) {
  .banner .search {
    flex-direction: column;
  }
  .banner .search .form-control {
    border-radius: 6px;
    width: 75%;
  }
  .banner .img-banner {
    display: none;
    width: 0px;
  }
  .banner .btn-computer {
    display: none;
  }
  .banner .ellipse-small {
    display: none;
    width: 0px;
  }
  .banner .ellipse-big {
    display: none;
    width: 0px;
  }
  .banner .banner-content {
    margin-left: 0px;
  }
  .banner .btn-small-mobile {
    height: 53px;
    color: white;
    width: 75%;
    border-radius: 6px;
    margin-top: 10px;
    display: initial !important;
    background-color: #339E72 !important;
  }
  .banner .text-banner {
    padding-top: 0px;
    text-align: center !important;
    padding-left: 0px;
  }
  .banner .text-banner p {
    font-size: 18px;
  }
  .banner .btn-mobile {
    display: none;
  }
  .banner .banner-title {
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
  }
  .banner .banner-title h1 {
    font-size: 32px;
    line-height: 36px;
    color: #3C452B;
    margin-top: 1rem;
  }
  .banner p {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.footer {
  display: flex;
  width: 100%;
  min-height: 380px;
  background: #1E0F00;
  display: flex;
  margin-bottom: 0px;
  justify-content: space-around;
  padding: 0px 50px;
  font-weight: 300;
  font-size: 14px;
}
.footer p {
  color: #FAF0E1 !important;
}
.footer .all-informations {
  width: 100% !important;
}
.footer .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 6px;
  margin-bottom: 30px;
}
.footer .contact-title {
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.footer .image {
  margin-top: 65px;
}
.footer img {
  height: 218px;
  width: 176px;
  margin-top: 30px;
  margin-bottom: 50px;
  margin-left: -20%;
}
.footer a {
  color: #FAF0E1;
}
.footer a:hover {
  text-decoration: none;
}
.footer .link .footer-links {
  display: flex;
  align-items: center;
}
.footer .link .footer-links a {
  color: #FAF0E1;
  font-size: 24px;
  padding: 0px 10px;
}
.footer .information, .footer .community, .footer .producers, .footer .link {
  margin-top: 65px;
}

@media screen and (max-width: 700px) {
  .footer .all-informations {
    padding-bottom: 50px;
    flex-direction: column;
  }
  .footer .all-informations .image {
    margin: auto !important;
    width: 150px;
  }
  .footer .all-informations .information {
    margin: auto;
    width: 150px;
  }
  .footer .all-informations .community {
    margin: auto;
    width: 150px;
  }
  .footer .all-informations .producers {
    margin: auto;
    width: 150px;
  }
  .footer .all-informations .link {
    margin: auto;
    width: 150px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .all-informations {
    flex-wrap: wrap;
  }
}
.form-group.hidden {
  margin-bottom: 0;
}

.sign {
  width: 100%;
}
.sign .address {
  text-transform: initial;
  font-size: initial;
}
.sign .table td {
  padding: 0.5rem;
}
.sign .container {
  justify-content: center;
}
@media (max-width: 575.98px) {
  .sign .container {
    padding: 0;
  }
}
.sign .log-in {
  margin-bottom: 90px;
  width: 570px;
  background-color: white;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 2px 0 5px -2px gray, -2px 0 5px -2px gray, 0 5px 5px -2px gray;
}
@media (max-width: 575.98px) {
  .sign .log-in {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.sign .title-connexion {
  width: 100%;
  background-color: #f0ece8;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: "BioRhyme", serif;
  font-size: 24px;
  border-radius: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
  .sign .title-connexion {
    border-radius: 0;
  }
}
.sign .sign-in {
  margin-bottom: 90px;
  width: 570px;
  background-color: white;
  margin-top: 50px;
  border-radius: 10px;
  box-shadow: 2px 0 5px -2px gray, -2px 0 5px -2px gray, 0 5px 5px -2px gray;
  padding-bottom: 10px;
}
@media (max-width: 575.98px) {
  .sign .sign-in {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
  }
}
.sign .form-group {
  width: 100%;
}
.sign .form-group-invalid .invalid-feedback {
  display: block;
}
.sign .name {
  width: 100%;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}
.sign .name .form-group {
  margin-bottom: 0;
  width: initial;
  flex-grow: 1;
}
.sign .form-group.row.radio_buttons {
  margin: auto;
  margin-top: -6px;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: none !important;
}
.sign .form-group.row.radio_buttons .col-sm-9 {
  padding-left: 0px;
}
.sign .form-group.radio_buttons .form-check {
  margin-bottom: 6px;
}
.sign .form-group.optional [id=user_email] {
  margin: auto !important;
}
.sign .form-group.optional [id=user_password] {
  margin: auto !important;
  margin-bottom: 16px !important;
}
.sign img {
  width: 200px;
  height: 28px;
  margin: auto;
  display: block;
}
.sign p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
}
.sign .form-control {
  border-color: black;
  height: 52px;
  border-radius: 8px;
  padding-left: 20px;
}
.sign .form-control.is-invalid {
  border-color: #ff4136;
}
.sign textarea.form-control {
  height: initial;
  padding-left: 10px;
}
.sign #user_address_line_1 {
  margin-right: -95px;
}
.sign .form-inputs {
  flex-direction: column;
  font-size: 11px;
  text-transform: uppercase;
  margin: 24px;
}
.sign .form-inputs legend {
  font-size: 11px;
  text-transform: uppercase;
}
.sign .form-inputs .form-group.hidden {
  width: 0 !important;
  max-width: 0 !important;
}
.sign .margin-0 {
  margin: 0;
}
.sign .margin-24 {
  margin: 24px;
}
.sign .stick-left .form-check {
  padding-left: 0;
}
.sign fieldset {
  font-size: 14px;
  text-transform: none !important;
}
.sign fieldset input[type=checkbox].redbubble {
  visibility: hidden;
}
.sign fieldset input[type=checkbox].redbubble + label {
  display: flex;
  align-items: center;
}
.sign fieldset input[type=checkbox].redbubble + label:before {
  border: 1px solid #ff4136;
  border-radius: 50%;
  content: " ";
  display: inline-block;
  height: 16px;
  vertical-align: top;
  width: 16px;
  margin-right: 20px;
  flex-shrink: 0;
}
.sign fieldset input[type=checkbox].redbubble:checked + label:before {
  background: url("/assets/check_box_off-89d2baea.png");
  background-size: cover;
  background-position: center;
  color: #ff4136;
  content: " \1";
  text-align: center;
  margin-right: 20px;
  line-height: 21px;
}
.sign fieldset input[type=checkbox].redbubble:checked + label:after {
  font-weight: bold;
}
.sign .form-actions .btn-submit {
  margin: auto;
  display: block;
  background-color: #339E72;
  width: 350px;
  height: 53px;
  border-radius: 8px;
  color: white;
  font-size: 18px;
  margin-bottom: 30px;
}
.sign .form-actions .btn-subscription {
  border-radius: 8px;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 14px;
  line-height: 28px;
}
@media (max-width: 575.98px) {
  .sign .form-actions .btn-subscription {
    font-size: 11px;
    line-height: 22px;
    width: initial !important;
  }
}
.sign .form-actions .btn-navigation {
  color: #339E72;
  border: 1px solid #339E72;
}
.sign .form-actions .rounded-10 {
  border-radius: 10px;
}
.sign .new-account-btn {
  margin: auto;
  display: block;
  background-color: #ffffff;
  width: 350px;
  height: 53px;
  border-radius: 8px;
  color: #339E72;
  border: 1px solid #339E72;
  font-size: 18px;
  margin-bottom: 30px;
  text-align: center;
  padding-top: 10px;
}
.sign .sign-in-link {
  color: #25201d !important;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
.sign .log-in-link {
  color: #25201d;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 24px;
}
.sign .log-in-link a {
  color: #25201d;
}
.sign .already-account a {
  font-size: 20px;
  font-weight: 400;
  text-decoration: underline;
  color: black;
}
.sign.packages-form .form-inputs {
  width: 100% !important;
}

.inline-form .form-inputs.inline {
  display: flex;
  flex-direction: row;
  margin: 0;
}
.inline-form .form-inputs.inline .form-group {
  margin-bottom: 0;
}
.inline-form .form-inputs.inline .form-group.hidden {
  width: 0;
}
.inline-form .form-inputs.inline .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-right: none;
}
.inline-form .form-inputs.inline .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0.5rem 1.75rem;
  font-size: 14px;
  height: 52px;
}
@media screen and (max-width: 420px) {
  .inline-form .form-inputs.inline {
    flex-direction: column;
  }
  .inline-form .form-inputs.inline .form-control {
    border-right: 1px solid black;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom: none;
  }
  .inline-form .form-inputs.inline .btn {
    border-bottom-left-radius: 8px;
    border-top-right-radius: 0;
  }
}

@media (max-width: 575.98px) {
  .sign .title-connexion {
    font-size: 19px !important;
  }
  .sign .name {
    flex-direction: column;
    gap: 1rem !important;
  }
  .sign .form-actions input {
    width: 90% !important;
  }
  .sign .form-inputs {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
  .sign .new-account-btn {
    width: 90% !important;
  }
  .sign .form-group.row.radio_buttons {
    margin-left: 20px !important;
    width: 90% !important;
  }
}
.mapboxgl-popup {
  text-align: center;
  border-radius: 5px;
}
.mapboxgl-popup a:hover {
  text-decoration: none;
}
.mapboxgl-popup .photos {
  flex-direction: row-reverse;
  justify-content: center;
  margin-right: 15px;
}
.mapboxgl-popup .photos .category-photo {
  z-index: 1;
}
.mapboxgl-popup .photos .category-photo img {
  width: 46px;
  height: 46px;
  margin-right: -15px;
}
.mapboxgl-popup .photos .category-photo p {
  font-size: 12px;
  color: #339E72;
  margin-top: -33px;
  margin-left: 15px;
}
.mapboxgl-popup h2 {
  font-size: 14px;
  color: #25201d;
  margin-bottom: 0px;
}
.mapboxgl-popup .products-number {
  color: #7c7977;
  font-size: 12px;
  margin-bottom: 0px;
}
.mapboxgl-popup img {
  width: 24px;
  height: 24px;
  margin-left: 5px;
}

.mapboxgl-popup {
  opacity: 1;
}
.mapboxgl-popup.removed {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.mapboxgl-popup-content {
  text-align: center;
  border-radius: 7px;
}
.mapboxgl-popup-content a:focus-visible {
  outline: none;
}

#basket {
  display: flex;
  flex-direction: column;
  z-index: 1050 !important;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  transform: translateX(100%);
  width: 100%;
}
#basket .basket-wrapper {
  height: 100vh;
  height: 100dvh;
}
@media only screen and (min-width: 600px) {
  #basket {
    width: 570px;
  }
}
#basket.slide-in-from-right {
  display: flex;
  animation: slide-in-from-right 0.5s forwards;
}
#basket.slide-out-on-right {
  display: flex;
  animation: slide-out-on-right 0.5s forwards;
}
#basket #products {
  background-color: white;
  padding: 10px 8px 0 8px;
  height: calc(100% - 291px);
  overflow: scroll;
}
@media only screen and (min-width: 600px) {
  #basket #products {
    padding: 20px 40px;
  }
}
#basket #header {
  background-color: rgba(240, 236, 232, 0.4);
  height: 91px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  width: 100%;
}
#basket #title {
  font-family: "BioRhyme", serif;
  position: absolute;
  flex: 0 1 auto;
  left: 50%;
  transform: translateX(-50%);
  color: #6c5c5c;
}
@media only screen and (min-width: 600px) {
  #basket #title {
    font-size: 20px;
  }
}
#basket #cross {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
  margin-right: 32px;
  margin-left: auto;
}
#basket #cross img {
  height: 31px;
}
#basket .empty-basket {
  margin-top: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 150px;
}
#basket #footer {
  border-top: 1px solid #f0ece8;
  padding: 0px 32px 30px 32px;
  background-color: white;
  width: 100%;
  height: 200px;
}
#basket #footer .total {
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}
#basket #footer .price-total {
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #339E72;
  display: inline-block;
}
#basket #footer .price-currency {
  font-weight: 900;
  font-size: 10px;
  vertical-align: top;
  color: #339E72;
  display: inline-block;
}
#basket #footer .continue-button {
  font-size: 14px;
  font-family: "Mulish", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 14px;
  text-decoration: none;
}

.farm-order-title {
  color: #3C452B;
  font-size: 19px;
  font-family: "BioRhyme", serif;
  line-height: 25px;
}

.order-missing-price {
  font-family: Mulish;
  color: #ff4136;
  opacity: 0.8;
  font-size: 11px;
  width: 100%;
  flex-grow: 1;
}

.basket-item {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
}
.basket-item .photo-farm .labels {
  gap: 4px;
}
.basket-item .photo-farm .label {
  color: #ffffff;
  background-color: #339E72;
  text-transform: uppercase;
  font-size: 8px !important;
  padding: 1px 4px;
}
.basket-item .photo-farm img {
  object-fit: cover;
  width: 150px;
  height: 100%;
}
.basket-item .product-infos {
  flex: 1 1 0;
  padding: 9px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.basket-item .product-infos .prices {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.basket-item .product-infos .price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.basket-item .product-infos .price .amount {
  letter-spacing: 0px !important;
  font-weight: bold;
  color: #339E72;
  font-size: 18px;
}
.basket-item .product-infos .price .unit {
  font-weight: bold;
  color: #339E72;
  font-size: 12px;
}
.basket-item .product-infos .price-per-unit {
  font-size: 12px;
  color: #7c7977;
}
.basket-item .product-infos h4 {
  letter-spacing: 1px;
  font-weight: normal;
  color: #25201d;
  font-size: 18px;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  text-align: left;
}
.basket-item .product-infos p.light-grey {
  font-size: 13px;
  color: #A4A6A0;
  margin-bottom: 0;
}
.basket-item .product-infos .add-to-cart {
  margin-top: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.basket-item .product-infos .add-to-cart .counter {
  display: flex;
}
.basket-item .product-infos .add-to-cart .button,
.basket-item .product-infos .add-to-cart .counter {
  min-width: 42px;
}
.basket-item .product-infos .add-to-cart .button .btn {
  font-size: 18px;
  font-weight: 800;
  width: 100%;
  height: 100%;
}
.basket-item .product-infos .add-to-cart .button .btn:disabled {
  background-color: #f8f6f4;
  color: #b9b6b4;
  cursor: not-allowed;
}
.basket-item .product-infos .delete-wrapper .btn {
  color: #339E72;
}

.quadriptic {
  background-color: #faf7f3;
  text-align: center;
}
.quadriptic .all-reinsurances {
  justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 50px;
}
.quadriptic h6 {
  color: #25201d;
  font-weight: 600;
  margin-top: 12px;
  max-width: 225px;
}
.quadriptic p {
  line-height: 21px;
  max-width: 231px;
}
.quadriptic .payement {
  border-right: 1px solid rgba(108, 92, 92, 0.2);
  padding-right: 50px;
}
.quadriptic .payement img {
  margin-top: -15px;
  width: 67px;
  height: 60.2px;
}
.quadriptic .local {
  border-right: 1px solid rgba(108, 92, 92, 0.2);
  padding-right: 50px;
  padding-left: 50px;
}
.quadriptic .local img {
  margin-top: -15px;
  width: 48.26px;
  height: 62px;
}
.quadriptic .help {
  border-right: 1px solid rgba(108, 92, 92, 0.2);
  padding-right: 50px;
  padding-left: 50px;
}
.quadriptic .help img {
  margin-top: -15px;
  width: 69px;
  height: 60.12px;
}
.quadriptic .producers {
  padding-left: 50px;
}
.quadriptic .producers img {
  margin-top: -15px;
  width: 50px;
  height: 59.26px;
}

@media screen and (max-width: 770px) {
  .all-reinsurances {
    flex-direction: column !important;
    align-items: center !important;
    padding-top: 180px !important;
  }
  .all-reinsurances .payement {
    border-right: 1px solid #faf7f3 !important;
    padding-right: 0px !important;
    margin-top: 30px;
  }
  .all-reinsurances .local {
    border-right: 1px solid #faf7f3 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 30px;
  }
  .all-reinsurances .help {
    border-right: 1px solid #faf7f3 !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 30px;
  }
  .all-reinsurances .producers {
    padding-left: 0px !important;
    margin-top: 30px;
  }
}
.minimum_price_not_reached_modal {
  width: 370px;
  background-color: white;
  border-radius: 10px;
  text-align: center;
  position: relative;
  display: none;
}
.minimum_price_not_reached_modal #cross {
  position: absolute;
  right: 0;
  margin: 12px 10px 0 0;
  filter: brightness(50);
}
.minimum_price_not_reached_modal .texts {
  padding-left: 22px;
  padding-right: 22px;
}
.minimum_price_not_reached_modal .close-button {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #339E72;
  background: white;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  padding-left: 1.2px;
  cursor: pointer;
}
.minimum_price_not_reached_modal h1 {
  font-size: 20px;
  color: #25201d;
  margin-bottom: 8px;
  margin-top: 8px;
}
.minimum_price_not_reached_modal .cta-button {
  width: 100%;
  height: 53px;
  margin-top: 15px;
  border-radius: 0 0 10px 10px;
  color: white;
  font-family: Mulish;
  font-weight: 600;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.home .direct-sale {
  background-image: url("/assets/new-home/background-sale-83cc921c.png");
  background-size: cover;
  background-color: #e1f5ea;
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}
.home .direct-sale h2 {
  color: #3C452B;
  font-family: "BioRhyme", serif;
  font-size: 32px;
}
.home .direct-sale .grey-line {
  display: none;
}
.home .direct-sale .work-question {
  margin-top: 18px;
}
.home .direct-sale p {
  color: #3C452B;
  margin-bottom: 50px;
  font-size: 20px;
}
.home .direct-sale .path {
  background-image: url("/assets/new-home/path-007f7f53.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 760px;
  padding-top: 10px;
  margin: auto;
}
.home .direct-sale .path .path-picto {
  margin-top: -20px;
  width: 450px;
  margin-left: 8%;
}
.home .direct-sale .path .path-picto h3 {
  margin-top: -20px;
}
.home .direct-sale .path .path-picto .path-marker {
  margin-left: 50px;
}
.home .direct-sale .path .path-picto .img-marker {
  margin-top: -30px;
}
.home .direct-sale .path .path-hand {
  margin-left: 68%;
}
.home .direct-sale .path .path-farmer {
  margin-left: -25%;
  margin-top: 7%;
}
.home .direct-sale .path .path-farmer .img-farmer {
  margin-top: -80px;
}
.home .direct-sale .path .path-eat {
  margin-left: 48%;
  margin-top: 7%;
}
.home .direct-sale .path .path-eat h3 {
  margin-top: -20px;
}
.home .direct-sale .path .path-eat .img-eat {
  margin-top: -50px;
}
.home .direct-sale .path .path-return {
  margin-top: -8%;
  margin-left: -4%;
}
@media (max-width: 1000px) {
  .home .grey-line {
    display: initial !important;
    margin-top: 5px;
  }
  .home .direct-sale p {
    margin-bottom: 0px !important;
    font-size: 18px !important;
    line-height: 32px;
  }
  .home .direct-sale h3 {
    font-size: 20px !important;
  }
  .home .path {
    background-image: none !important;
    width: 100% !important;
  }
  .home .path-picto {
    width: 90% !important;
    margin-top: -70px !important;
    margin: auto !important;
  }
  .home .img-marker {
    margin-top: 20px !important;
  }
  .home .img-hand {
    margin-top: -25px !important;
  }
  .home .img-farmer {
    margin-top: -25px !important;
  }
  .home .img-eat {
    margin-top: -25px !important;
  }
  .home .img-return {
    margin-top: -25px !important;
  }
}
@media (min-width: 1000px) {
  .home .direct-sale {
    min-height: 1350px;
  }
  .home .path {
    height: 1000px !important;
  }
}
@media (min-width: 1650px) {
  .home .direct-sale {
    min-height: 1400px;
  }
  .home .direct-sale p {
    margin-top: 30px;
  }
  .home .path .path-farmer {
    margin-top: -5% !important;
  }
  .home .path .path-eat {
    margin-top: 0% !important;
  }
  .home .path .path-return {
    margin-top: -10% !important;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .home .direct-sale {
    min-height: 1325px;
  }
  .home .path {
    width: 700px !important;
    background-size: contain !important;
  }
  .home .path .path-hand {
    width: 350px !important;
    margin-left: 65% !important;
  }
  .home .path .path-farmer {
    margin-top: -13% !important;
  }
  .home .path .img-farmer {
    margin-left: -100px;
  }
  .home .path .path-eat {
    margin-top: -5% !important;
    margin-left: 43% !important;
  }
  .home .path .path-eat .img-eat {
    margin-top: -100px;
  }
  .home .path .path-return {
    margin-top: 8% !important;
    margin-left: -8% !important;
  }
}

.home .wealth-distribution {
  background-color: #f9faf7;
  padding-top: 70px;
  padding-bottom: 70px;
}
.home .wealth-distribution h2 {
  color: #3C452B;
  font-size: 32px;
  font-family: "BioRhyme", serif;
}
.home .wealth-distribution h3 {
  color: #3C452B;
  font-size: 32px;
  font-family: "BioRhyme", serif;
}
.home .wealth-distribution p {
  font-size: 20px;
  margin-bottom: 0px !important;
}
.home .wealth-distribution p strong {
  color: #3C452B !important;
}
.home .wealth-distribution .statistic-title {
  margin-bottom: 30px;
}
.home .wealth-distribution .statistic-description {
  display: flex;
  margin-top: 50px;
}
.home .wealth-distribution .statistic-description .statistic-text {
  margin-left: 40px;
}
.home .wealth-distribution .statistic-description .img-1980 {
  width: 151px;
  height: 109px;
}
.home .wealth-distribution .statistic-description .img-2020 {
  width: 150px;
  height: 112.5px;
}
.home .wealth-distribution .statistic-description .img-today {
  width: 160px;
  height: 123px;
}
.home .wealth-distribution .statistic-description span {
  color: #ff4136;
}
.home .wealth-distribution .statistic-description .stroke {
  width: 30px;
  height: 10px;
  margin-left: 52%;
  margin-top: -20px;
}
@media (min-width: 990px) and (max-width: 1200px) {
  .home .wealth-distribution .statistic-description .stroke {
    margin-left: 62% !important;
    margin-top: -80px !important;
  }
}
@media (min-width: 770px) and (max-width: 990px) {
  .home .wealth-distribution .statistic-description .stroke {
    margin-left: 0px !important;
  }
}
@media (min-width: 580px) and (max-width: 770px) {
  .home .wealth-distribution .statistic-description .stroke {
    margin-left: 48%;
    margin-top: -80px;
  }
}
@media (max-width: 580px) {
  .home .wealth-distribution {
    text-align: center;
  }
  .home .wealth-distribution h2 {
    font-size: 24px !important;
  }
  .home .wealth-distribution p {
    font-size: 18px !important;
  }
  .home .wealth-distribution .statistic-description {
    flex-direction: column;
    margin-top: 30px !important;
  }
  .home .wealth-distribution .statistic-description h3 {
    display: flex;
    flex-direction: column;
    line-height: 25px;
    font-size: 22px !important;
    margin-bottom: 10px;
  }
  .home .wealth-distribution .statistic-description h3 span {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .home .wealth-distribution .statistic-description .statistic-text {
    margin-left: 0px !important;
  }
  .home .wealth-distribution .statistic-description .img-1980 {
    margin: auto;
  }
  .home .wealth-distribution .statistic-description .img-2020 {
    margin: auto;
  }
  .home .wealth-distribution .statistic-description .img-today {
    margin: auto;
  }
  .home .wealth-distribution .statistic-description .stroke {
    display: none;
  }
}

.home .home-category {
  margin-bottom: 70px;
}
.home .home-category a {
  margin-left: 20px;
  box-shadow: 1px 1px 12px #f2f2f2;
  width: 50%;
}
.home .home-category .title-btn-category {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 20px;
}
.home .home-category .title-btn-category h2 {
  font-size: 32px;
  color: #3C452B;
  font-family: "BioRhyme", serif;
}
.home .home-category .title-btn-category .link-discover {
  margin-top: -10px;
}
.home .home-category .title-btn-category .btn-discover {
  width: 258px;
  color: white;
  background-color: #339E72;
  border-radius: 5px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.home .home-category .btn-discover-mobile {
  display: none;
}
.home .home-category .food {
  display: flex;
  justify-content: space-between;
}
.home .home-category img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.home .home-category .card-category {
  width: 100%;
}
.home .home-category .card-category p {
  color: #25201d;
  font-family: "BioRhyme", serif;
  margin-left: 5px;
  margin-top: 10px;
  font-size: 20px;
}
@media (max-width: 770px) {
  .home .home-category h2 {
    font-size: 18px;
  }
  .home .home-category .link-discover {
    display: flex;
    justify-content: center;
  }
  .home .home-category .btn-discover-mobile {
    display: initial !important;
    width: 100%;
    color: white;
    background-color: #339E72;
    border-radius: 5px;
    top: 50%;
    left: 50%;
    margin-left: 0px !important;
  }
  .home .home-category .card-category {
    width: 100%;
  }
  .home .home-category .card-category p {
    padding-bottom: 10px;
  }
  .home .home-category .card-category img {
    height: 248px !important;
    width: 270px !important;
  }
  .home .home-category .btn-discover {
    display: none;
  }
  .home .home-category .title-btn-category {
    justify-content: center;
  }
  .home .home-category .food {
    display: none;
  }
}
@media (max-width: 771px) {
  .home .home-category h2 {
    font-size: 24px !important;
    font-size: 24px;
    margin: 3px;
  }
}

.home .video {
  padding-top: 50px;
  padding-bottom: 30px;
  background-color: #faf7f3;
  text-align: center;
  margin-top: -4rem;
}
.home .video iframe {
  transform: rotate(-1deg);
  margin: auto;
  z-index: 2;
  margin-top: 30px;
  margin-left: -6%;
  box-shadow: 1px 1px 12px #A4A6A0;
}
.home .video h2 {
  font-family: "BioRhyme", serif;
  color: #3C452B;
  font-size: 32px;
}
.home .video p {
  font-size: 20px;
  color: #3C452B;
}
.home .video .img-100 {
  width: 200px;
  height: 200px;
  z-index: 10;
  margin-top: 30%;
  margin-left: -9%;
}
.home .video .img-question {
  width: 160px;
  height: 160px;
  margin-left: 6%;
}
@media (min-width: 1115px) {
  .home .video .img-question {
    margin-left: 15% !important;
  }
  .home .video .img-100 {
    margin-right: 10% !important;
  }
}
@media (min-width: 770px) and (max-width: 990px) {
  .home .video .img-question {
    width: 120px;
    height: 120px;
  }
  .home .video .img-100 {
    width: 160px;
    height: 160px;
  }
  .home .video iframe {
    margin-top: 0px;
  }
}
@media (max-width: 770px) {
  .home .video .img-question {
    display: none;
  }
  .home .video .img-100 {
    display: none;
  }
  .home .video iframe {
    transform: rotate(0deg);
    box-shadow: 1px 1px 12px #A4A6A0;
    margin-left: 0px;
  }
  .home .video p {
    display: none;
  }
  .home .video h2 {
    font-size: 24px;
  }
}

.home .citation {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 120px;
}
.home .citation .img-citations {
  display: flex;
  justify-content: space-between;
}
.home .citation .img-citations .img-24heures-grey {
  width: 150px;
  height: 22px;
  margin-top: 5px;
}
.home .citation .img-citations .img-color {
  height: 30px;
}
.home .citation .img-citations .img-courrier {
  width: 150px;
  margin-top: -10px;
}
.home .citation .img-citations .img-terre-nature {
  width: 102px;
  height: 22px;
  margin-top: 5px;
}
.home .citation h2 {
  color: #3C452B;
  font-family: "BioRhyme", serif;
  font-size: 32px;
}
.home .citation p {
  font-size: 20px;
}
.home .citation .carousel {
  height: 200px;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
}
.home .citation .carousel h3 {
  color: #a04c46 !important;
  font-size: 30px !important;
  font-weight: 300;
  margin-top: 40px;
  margin-bottom: 30px;
  height: 170px;
}
.home .citation #carouselExampleIndicators li {
  background-color: #ff4136;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: 10px;
}
.home .citation .citation-title {
  text-align: center;
}
.home .citation .citation-title .img-rancon {
  display: flex;
  justify-content: flex-end;
}
.home .citation .citation-title .img-rancon img {
  height: 65px;
  margin-top: -7%;
}
@media (min-width: 1200px) {
  .home .citation .img-rancon img {
    margin-top: -7%;
    margin-right: 12%;
  }
}
@media (min-width: 990px) and (max-width: 1200px) {
  .home .citation .img-rancon img {
    margin-right: 5%;
  }
}
@media (min-width: 770px) and (max-width: 993px) {
  .home .citation .img-rancon img {
    margin-right: -5%;
  }
  .home .citation .carousel {
    width: 100% !important;
  }
  .home .citation .img-24heures-grey {
    width: 130px;
  }
  .home .citation .img-24heures-color {
    width: 130px;
  }
  .home .citation .img-terre-nature {
    width: 70px;
  }
  .home .citation h3 {
    margin-right: 10%;
  }
}
@media (max-width: 770px) {
  .home .citation .img-rancon img {
    display: none;
  }
  .home .citation .carousel {
    height: 230px;
    width: 100%;
    margin-bottom: 20px;
  }
  .home .citation .carousel h2 {
    font-size: 24px;
    margin-top: 20px;
  }
  .home .citation .img-24heures-grey {
    display: none;
  }
  .home .citation .img-24heures-color {
    width: 150px;
  }
  .home .citation .img-terre-nature {
    display: none;
  }
  .home .citation .img-citations {
    justify-content: center;
  }
  .home .citation h3 {
    margin-right: 0px;
    font-size: 24px;
  }
}

.home .testimonials {
  text-align: center;
  background-color: #f9faf7;
  padding-bottom: 20px;
}
.home .testimonials .carousel {
  height: 320px;
}
.home .testimonials .carousel .carousel-control-prev-icon {
  width: 40px;
  background-image: asset-url("/assets/new-home/left-3bd52da2.png");
  margin-left: -150%;
}
.home .testimonials .carousel .carousel-control-next-icon {
  margin-right: -150%;
  width: 40px;
  background-image: asset-url("/assets/new-home/right-10ad62d7.png");
}
.home .testimonials #carouselTestimonials li {
  background-color: #A4A6A0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.home .testimonials .stars-img {
  width: 184px;
  margin-bottom: 15px;
}
.home .testimonials h2 {
  color: #3C452B !important;
  padding-top: 50px;
  margin-bottom: 30px;
}
.home .testimonials .testimony-text {
  color: #6c5c5c;
  margin-bottom: 20px;
  font-size: 20px;
}
.home .testimonials .profil-img {
  width: 100px;
  margin: auto;
}
.home .testimonials .name {
  color: #25201d;
  margin-bottom: 0px;
  font-family: "BioRhyme", serif;
  margin-top: 5px;
}
.home .testimonials .text {
  color: #7c7977;
  font-family: "BioRhyme", serif;
}
@media (max-width: 770px) {
  .home .testimonials .carousel-control-prev-icon {
    display: none;
  }
  .home .testimonials .carousel {
    height: 430px !important;
  }
  .home .testimonials .carousel-control-next-icon {
    display: none;
  }
  .home .testimonials h2 {
    font-size: 24px;
  }
  .home .testimonials p {
    font-size: 14px;
  }
}

.home .typeform {
  display: flex;
  justify-content: space-between;
  background-color: #f9faf7;
  background-image: url("/assets/new-home/background-typeform-54022923.png");
  background-size: cover;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}
.home .typeform #mc_embed_signup {
  background-color: #339E72;
  width: 100% !important;
  margin-left: 8%;
}
.home .typeform #mc_embed_signup #mce-success-response {
  color: #ffffff !important;
  font-family: "BioRhyme", serif;
  width: 100%;
}
.home .typeform #mc_embed_signup .button-mobile {
  display: none;
}
.home .typeform #mc_embed_signup .indicates-required {
  display: none;
}
.home .typeform #mc_embed_signup .mc-field-group input {
  color: #ffffff;
  height: 53px;
  background-color: #339E72;
  width: 100%;
  border-radius: 5px 0 0 5px !important;
}
.home .typeform #mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
  color: #ffffff;
}
.home .typeform #mc_embed_signup .mc-field-group input::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
.home .typeform #mc_embed_signup .mc-field-group input:focus {
  border: 1px solid #f9faf7 !important;
}
.home .typeform #mc_embed_signup .button {
  height: 52.9px !important;
  background-color: #f9faf7 !important;
  border-radius: 0 5px 5px 0 !important;
  color: #339E72;
  width: 209px;
  font-family: "Mulish", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  padding: 16px 24px 16px 55px !important;
}
.home .typeform #mc_embed_signup input {
  border: 1px solid #f9faf7;
}
.home .typeform #mc_embed_signup #mce-responses {
  margin-top: 30px !important;
  margin-left: -75% !important;
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}
.home .typeform #mc_embed_signup .input-mailchimp {
  margin-top: 30px;
  display: flex;
}
.home .typeform p {
  color: #f9faf7;
  font-size: 20px;
  margin-top: 20px;
  line-height: 170%;
}
.home .typeform h3 {
  color: #f9faf7;
  font-family: "BioRhyme", serif;
  font-size: 32px;
  line-height: 137%;
  margin-bottom: 0px !important;
}
.home .typeform img {
  height: 245px;
  margin-top: 8%;
}
.home .typeform .tf-v1-widget {
  margin-top: 10px;
  height: 430px;
}
@media (max-width: 770px) {
  .home .typeform {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin: auto;
    text-align: center;
    flex-direction: column;
    background-color: #339E72;
    background-image: none;
    height: 600px !important;
  }
  .home .typeform img {
    width: 166px;
    height: 196px;
    margin: auto;
    padding-top: 30px;
    z-index: 5;
    padding-top: 30px;
  }
  .home .typeform .tf-v1-widget {
    height: 450px !important;
    margin-top: -20px !important;
  }
}
@media (max-width: 875px) {
  .home .typeform {
    flex-direction: column;
  }
  .home .typeform #mc_embed_signup {
    margin-left: 0px !important;
    margin-top: 50px;
    padding: 16px;
  }
  .home .typeform #mc_embed_signup #mce-success-response {
    margin: 0px;
  }
  .home .typeform #mc_embed_signup form {
    padding: 0px !important;
  }
  .home .typeform #mc_embed_signup #mce-responses {
    margin-top: 0px !important;
    margin-left: 0px !important;
    padding: 0 0 0 4px;
  }
  .home .typeform #mc_embed_signup .button-desktop {
    display: none;
  }
  .home .typeform #mc_embed_signup .button {
    padding: 0px !important;
  }
  .home .typeform #mc_embed_signup h3 {
    text-align: center;
    font-size: 24px;
  }
  .home .typeform #mc_embed_signup p {
    text-align: center;
    font-size: 18px;
  }
  .home .typeform #mc_embed_signup .button-mobile {
    display: initial;
    width: 100%;
    border-radius: 5px !important;
  }
  .home .typeform #mc_embed_signup .input-mailchimp {
    flex-direction: column;
  }
  .home .typeform #mc_embed_signup .mc-field-group {
    width: 100% !important;
  }
  .home .typeform #mc_embed_signup .mc-field-group input {
    border-radius: 5px !important;
  }
  .home .typeform img {
    height: 200px;
    margin: auto;
    padding-top: 50px;
  }
}

.form-group.password .input-wrapper {
  position: relative;
}
.form-group.password input {
  padding-left: 2.2rem !important;
}

.toggle-icon {
  position: absolute;
  bottom: 1.125rem;
  left: 10px;
  font-size: 1rem;
  color: #339E72;
  cursor: pointer;
}

.producer-dashboard .dashboard-main-content.baskets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.producer-dashboard .dashboard-main-content.baskets h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 18px !important;
  font-weight: 300 !important;
  margin: 0 !important;
}
.producer-dashboard .dashboard-main-content.baskets .icon {
  width: 21px;
  height: 21px;
  display: inline-flex;
}
.producer-dashboard .dashboard-main-content.baskets .current-week,
.producer-dashboard .dashboard-main-content.baskets .prevision,
.producer-dashboard .dashboard-main-content.baskets .pending-calendar {
  margin-top: 15px;
}
.producer-dashboard .dashboard-main-content.baskets .statistics,
.producer-dashboard .dashboard-main-content.baskets .files {
  display: flex;
  column-gap: 8px;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 575.98px) {
  .producer-dashboard .dashboard-main-content.baskets .statistics,
  .producer-dashboard .dashboard-main-content.baskets .files {
    flex-direction: column;
  }
}
.producer-dashboard .dashboard-main-content.baskets .current-week p {
  margin-bottom: 0.5rem;
}
.producer-dashboard .dashboard-main-content.baskets .current-week a {
  color: #7c7977;
}
.producer-dashboard .dashboard-main-content.baskets .current-week a:hover {
  color: rgba(124, 121, 119, 0.8);
}
.producer-dashboard .dashboard-main-content.baskets .current-week .fa-regular,
.producer-dashboard .dashboard-main-content.baskets .current-week .fa-solid {
  width: 14px;
  line-height: 21px;
}
.producer-dashboard .dashboard-main-content.baskets .current-week .fa-file-pdf {
  color: #ff4136;
}
.producer-dashboard .dashboard-main-content.baskets .current-week .fa-file-excel {
  color: #339e72;
}
.producer-dashboard .dashboard-main-content.baskets .pending-calendar .warning {
  background-color: #ffc65a;
  padding: 15px;
  border-radius: 6px;
  color: #25201d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.producer-dashboard .dashboard-main-content.baskets .prevision {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.beast-sharing .beast-definition h2,
.beast-sharing .benefits h2,
.beast-sharing .packs h2 {
  color: #3C452B;
  max-width: 600px;
}
.beast-sharing .beast-definition h3,
.beast-sharing .benefits h3,
.beast-sharing .packs h3 {
  color: #6c5c5c;
}
.beast-sharing .beast-definition p.subtitle,
.beast-sharing .benefits p.subtitle,
.beast-sharing .packs p.subtitle,
.beast-sharing .header p.subtitle,
.beast-sharing .beast p.subtitle,
.beast-sharing .sale-progress p.subtitle,
.beast-sharing .sold-out p.subtitle {
  color: #A4A6A0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.beast-sharing .beast p.subtitle {
  position: relative;
}
.beast-sharing .beast .eye {
  position: absolute;
  bottom: 0;
  right: -40px;
}
@media (max-width: 575.98px) {
  .beast-sharing .beast .eye {
    right: unset;
  }
}
.beast-sharing .sold-out {
  background-color: #339E72;
  color: #ffffff;
}
.beast-sharing .sold-out p.subtitle,
.beast-sharing .sold-out h2,
.beast-sharing .sold-out p {
  color: #ffffff;
}
.beast-sharing .sold-out .description {
  max-width: 320px;
  text-align: center;
  font-size: 16px;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group {
  margin-bottom: 0;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group label {
  color: #ffffff;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group input {
  background-color: #ffffff;
  color: #25201d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group .invalid-feedback {
  color: #ffc65a;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: #339E72;
}
.beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .btn {
  margin-top: 1.52rem;
  background-color: #ffffff;
  color: #339E72;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 52px;
  border: 1px solid #339E72;
}
@media (max-width: 991.98px) {
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs {
    flex-wrap: wrap;
  }
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group {
    width: unset;
    flex-grow: 1;
  }
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group input {
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0;
  }
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .btn {
    width: 100%;
    margin-top: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
  }
}
@media (max-width: 575.98px) {
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs {
    flex-direction: column;
    align-items: center;
  }
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .form-group,
  .beast-sharing .sold-out .primary-bg-form-wrapper .form-inputs .btn {
    width: 100%;
  }
}
.beast-sharing .sale-progress {
  overflow: hidden;
}
.beast-sharing .sale-progress .bar-legend {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 18px;
  opacity: 0.9;
}
.beast-sharing .sale-progress .progress-bar {
  background-color: #f0ece8;
  border-radius: 6px;
  height: 24px;
  width: 100%;
  overflow: hidden;
}
.beast-sharing .sale-progress .progress-bar .filled {
  background-color: #339E72;
  height: 100%;
}
.beast-sharing .sale-progress .stamp {
  position: absolute;
  top: 0;
  left: calc(50% - 140px);
  transform: rotate(-15deg);
  background-color: #ffffff;
  color: #ff4136;
  border-radius: 16px;
  border: 9px double #ff4136;
  outline: 6px solid #ff4136;
  font-family: "BioRhyme", serif;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  padding: 6px;
}
.beast-sharing .sale-progress .stamp .top {
  font-size: 64px;
  line-height: 64px;
}
.beast-sharing .sale-progress .stamp .bottom {
  font-size: 24px;
  line-height: 24px;
}
.beast-sharing .sale-progress .sale-details img {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
}
.beast-sharing .sale-progress .sale-details p {
  color: #25201d;
  font-size: 16px;
}
.beast-sharing .sale-progress .illustration {
  position: absolute;
}
.beast-sharing .sale-progress .illustration.top-right {
  top: -110px;
  right: -77px;
}
@media (max-width: 767.98px) {
  .beast-sharing .sale-progress .illustration.top-right {
    right: -30px;
  }
}
@media (max-width: 575.98px) {
  .beast-sharing .sale-progress .illustration.top-right {
    right: 0px;
    top: -95px;
    height: 40px;
  }
}
@media screen and (max-width: 360px) {
  .beast-sharing .sale-progress .illustration.top-right {
    display: none;
  }
}
.beast-sharing .sale-progress .illustration.bottom-left {
  left: -60px;
  bottom: -25px;
}
@media (max-width: 767.98px) {
  .beast-sharing .sale-progress .illustration.bottom-left {
    left: 10px;
    bottom: 0;
    height: 60px;
  }
}
@media screen and (max-width: 360px) {
  .beast-sharing .sale-progress .illustration.bottom-left {
    display: none;
  }
}
.beast-sharing .packs h3 {
  color: #25201d;
  font-size: 18px;
}
.beast-sharing .packs .grid-packs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .beast-sharing .packs .grid-packs {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 360px) {
  .beast-sharing .packs .grid-packs {
    grid-template-columns: 1fr;
  }
}
.beast-sharing .packs .item {
  overflow: hidden;
  background-color: white;
  border-radius: 12px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.beast-sharing .packs .item.out-of-stock {
  filter: grayscale(1);
}
.beast-sharing .packs .item.out-of-stock .content {
  background-color: #f8f6f4;
}
.beast-sharing .packs .item.out-of-stock .content .price,
.beast-sharing .packs .item.out-of-stock .content .conditioning,
.beast-sharing .packs .item.out-of-stock .content .per-unit,
.beast-sharing .packs .item.out-of-stock .content h3,
.beast-sharing .packs .item.out-of-stock .content p {
  color: #b9b6b4 !important;
}
.beast-sharing .packs .item .img-wrapper {
  height: 250px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .beast-sharing .packs .item .img-wrapper {
    height: 180px;
  }
}
.beast-sharing .packs .item .img-wrapper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.beast-sharing .packs .item .content {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .beast-sharing .packs .item .content {
    gap: 6px;
  }
}
.beast-sharing .packs .item .content .title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .beast-sharing .packs .item .content .title-area {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
.beast-sharing .packs .item .content .conditioning-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
@media (max-width: 767.98px) {
  .beast-sharing .packs .item .content .conditioning-area {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.beast-sharing .packs .item .content .price {
  color: #339E72;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  text-wrap: nowrap;
}
.beast-sharing .packs .item .content .conditioning {
  color: #6c5c5c;
  font-size: 16px;
}
.beast-sharing .packs .item .content .per-unit {
  letter-spacing: 1px;
  color: #A4A6A0;
  font-size: 11px;
  font-weight: 600;
  text-wrap: nowrap;
}
.beast-sharing .packs .item .content .add-to-cart {
  flex-direction: row;
}
@media (max-width: 575.98px) {
  .beast-sharing .packs .item .content .add-to-cart {
    flex-direction: column;
    gap: 6px;
  }
}
@media (max-width: 575.98px) {
  .beast-sharing .packs .item .content .add-to-cart form {
    align-self: stretch;
  }
}
.beast-sharing .packs .item .content .add-to-cart .cart-icon {
  height: unset;
  width: unset;
}
.beast-sharing .packs .item .content .add-to-cart .add-product-to-basket {
  height: 48px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  .beast-sharing .packs .item .content .add-to-cart .add-product-to-basket {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 575.98px) {
  .beast-sharing .packs .item .content .add-to-cart .counter {
    width: 100%;
  }
}
.beast-sharing .packs .item .content .add-to-cart .counter .button {
  width: 48px;
}
@media (max-width: 1199.98px) {
  .beast-sharing .packs .item .content .add-to-cart .counter .button {
    width: 36px;
  }
}
@media (max-width: 991.98px) {
  .beast-sharing .packs .item .content .add-to-cart .counter .button {
    width: 32px;
  }
}
@media (max-width: 575.98px) {
  .beast-sharing .packs .item .content .add-to-cart .counter .button {
    width: unset;
    flex-grow: 1;
  }
}

.burrow h1,
.burrow h2,
.burrow h3,
.burrow h4 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: normal;
}
.burrow h1 {
  font-size: 36px;
  line-height: 115%;
  font-weight: bold;
}
.burrow h2 {
  font-size: 36px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .burrow h2 {
    font-size: 24px;
  }
}
.burrow h3 {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .burrow h3 {
    font-size: 18px;
  }
}
.burrow h4 {
  font-weight: normal;
  font-size: 14px;
}
.burrow p {
  margin-bottom: 0;
}
.burrow strong {
  font-weight: bold;
}
.burrow .intro,
.burrow p.intro {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  color: #25201d;
}
.burrow .intro .highlight,
.burrow p.intro .highlight {
  font-weight: 600;
}
.burrow .highlight {
  color: #ff4136;
}
.burrow .btn {
  border-radius: 10px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}
@media (max-width: 575.98px) {
  .burrow .inline-buttons .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.burrow img {
  overflow: hidden;
}
.burrow .bg-beige {
  background-color: #f9faf7;
}
.burrow .bg-medium-beige {
  background-color: #faf7f3;
}
.burrow .bg-beige-gradient {
  background: linear-gradient(#f9faf7, #ffffff);
}
.burrow .bg-top-wave {
  background: url("/assets/illustrations/wave-top-aaa201c2.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.burrow .padded {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .burrow .padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.burrow .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: min-content min-content auto;
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .burrow .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, min-content min-content auto);
  }
  .burrow .grid-4 img:nth-child(6n-2) {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .burrow .grid-4 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(12, min-content);
  }
  .burrow .grid-4 img {
    margin-top: 20px;
  }
  .burrow .grid-4 img:first-child {
    margin-top: 0;
  }
}
.burrow .header {
  padding-top: 130px;
  padding-bottom: 130px;
  background: url("/assets/illustrations/farm-background-01006a56.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .burrow .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.burrow .pending-opening p {
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #25201d;
}
.burrow .pending-opening .title-area h2 {
  color: #3C452B;
}
.burrow .pending-opening .title-area .subtitle {
  color: #7c7977;
  font-size: 24px;
  font-weight: 400;
}
.burrow .pending-opening .text-column {
  flex-grow: 1.5;
}
.burrow .pending-opening .countdown {
  border-radius: 12px;
  padding: 45px 20px;
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  max-width: 370px;
}
.burrow .pending-opening .countdown p.counter {
  color: #ff4136;
  font-family: "BioRhyme", serif;
  font-size: 48px;
  line-height: 115%;
  font-weight: bolder;
  position: absolute;
}
.burrow .pending-opening .countdown h3 {
  font-size: 24px;
  font-weight: bold;
  color: #6c5c5c;
}
.burrow .menu {
  padding-top: 15px;
  padding-bottom: 30px;
}
.burrow .menu .icon {
  width: 24px;
}
.burrow .menu .item {
  color: #3C452B;
  border-bottom: 1px solid #3C452B;
  padding: 12px 30px;
}
.burrow .menu .item h4 {
  color: #3C452B;
}
.burrow .menu .item.active {
  border-bottom: 4px solid #339E72;
}
.burrow .menu .item.active h4 {
  color: #25201d;
}
.burrow .menu .item.active .icon {
  color: #339E72;
}
.burrow .menu .item.short {
  padding-left: 15px;
  padding-right: 15px;
}
.burrow .menu .item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.burrow .card-item {
  padding: 24px;
  border-radius: 8px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
}
@media (max-width: 1199.98px) {
  .burrow .definition .col {
    flex: 50%;
  }
}
.burrow .baskets .img-wrapper {
  height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.burrow .baskets .info .icon {
  width: 25px;
  min-width: 25px;
  height: 25px;
  color: #25201d;
  display: inline-flex;
}
.burrow .baskets .info p.text {
  color: #25201d;
  font-size: 16px;
}
.burrow .baskets .price {
  color: #339E72;
  font-family: "BioRhyme", serif;
  font-weight: bold;
  font-size: 20px;
}
.burrow .baskets .price-description {
  color: #7c7977;
  font-size: 13px;
}
.burrow .baskets p.subtitle {
  color: #7c7977;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .burrow .baskets p.subtitle {
    font-size: 18px;
  }
}
.burrow .baskets .illustration-wrapper {
  height: 36px;
  width: 100%;
  display: inline-flex;
}
.burrow .composition {
  color: #25201d;
}
.burrow .composition .accordion {
  color: #6c5c5c;
}
.burrow .composition .accordion h3 {
  color: #6c5c5c;
}
.burrow .composition .accordion i.fa {
  line-height: 27px;
}
.burrow .composition h3 {
  font-size: 18px;
  line-height: 150%;
}
.burrow .composition h4 {
  font-size: 15px;
  line-height: 150%;
}
.burrow .composition hr {
  width: 100%;
}
.burrow .composition .replacement {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.burrow .composition .replacement .icon {
  width: 24px;
  color: #7c7977;
}
.burrow .composition .muted {
  color: #7c7977;
}
.burrow .why-us h3 {
  color: #6c5c5c;
}
.burrow .alliance p.subtitle {
  color: #A4A6A0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.burrow .alliance h2 {
  color: #3C452B;
  max-width: 540px;
}
.burrow .alliance .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.burrow .alliance .member img {
  border-radius: 50%;
  width: 200px;
}
.burrow .alliance .member .title {
  color: #25201d;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 137%;
  font-weight: 600;
  text-align: center;
  text-wrap: nowrap;
}
@media (max-width: 575.98px) {
  .burrow .alliance .member .title {
    text-wrap: wrap;
  }
}
.burrow .alliance .member .subtitle {
  color: #7c7977;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: initial;
  text-transform: initial;
  text-wrap: nowrap;
}
@media (max-width: 575.98px) {
  .burrow .alliance .member .subtitle {
    text-wrap: wrap;
  }
}
@media (max-width: 991.98px) {
  .burrow .alliance .member {
    gap: 8px;
  }
  .burrow .alliance .member img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .burrow .alliance .member {
    padding-left: 5px;
    padding-right: 5px;
    gap: 4px;
  }
  .burrow .alliance .member img {
    width: 100px;
  }
  .burrow .alliance .member .title {
    font-size: 18px;
  }
  .burrow .alliance .member .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .burrow .alliance .member {
    padding-left: 15px;
    padding-right: 15px;
    gap: 8px;
    min-width: 100%;
  }
  .burrow .alliance .member img {
    width: 200px;
  }
  .burrow .alliance .member .title {
    font-size: 24px;
  }
  .burrow .alliance .member .subtitle {
    font-size: 18px;
  }
}
.burrow .process {
  background: url("/assets/illustrations/bg-process-24b516ed.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: repeat-y;
}
.burrow .process .card-item {
  width: 85%;
  max-width: 570px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  position: relative;
}
.burrow .process .card-item .stage-number {
  position: absolute;
  top: -41px;
  left: 24px;
  color: #339E72;
  font-size: 72px;
  line-height: 72px;
  font-family: "BioRhyme", serif;
  font-weight: bold;
}
.burrow .process .card-item .info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.burrow .process .card-item .info p {
  color: #25201d;
}
.burrow .process .card-item img {
  min-width: 170px;
  width: 190px;
}
@media (max-width: 575.98px) {
  .burrow .process .card-item img {
    min-width: 90px;
  }
}
.burrow .process .card-item:nth-child(odd) {
  margin-right: 15%;
}
.burrow .process .card-item:nth-child(even) {
  margin-left: 15%;
  flex-direction: row-reverse;
}
.burrow .delivery-zone .region-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(108, 92, 92, 0.2);
}
.burrow .delivery-zone .region-wrapper:last-child {
  border-bottom: none;
}
.burrow .delivery-zone .region-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #25201d;
  cursor: pointer;
}
.burrow .delivery-zone .region-title p {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #25201d;
}
.burrow .delivery-zone .map-area {
  border-radius: 14px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  height: 100%;
}
@media (max-width: 991.98px) {
  .burrow .delivery-zone .map-area {
    height: 60vh;
    height: 60dvh;
  }
}
.burrow .questions .title-area {
  text-align: center;
}
.burrow .questions .title-area h2 {
  color: #3C452B;
}
.burrow .questions .title-area .subtitle {
  color: #7c7977;
  font-size: 24px;
}
.burrow .questions p {
  color: #3C452B;
}
.burrow .questions .faq-title {
  font-weight: bold;
  font-size: 18px;
}
.burrow .questions .part-1 {
  background: url("/assets/illustrations/bg-faq-1-a1467edc.svg");
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .burrow .questions .part-1 {
    padding-top: 40px;
  }
}
.burrow .questions .part-2 {
  background: url("/assets/illustrations/bg-faq-2-e636cfda.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.map-popup {
  margin: 15px;
  margin-bottom: 0;
}
.map-popup .avatar {
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
}
.map-popup h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 110%;
}
.map-popup .subtitle {
  color: #7c7977;
  margin-bottom: 0;
  margin-top: 8px;
  font-size: 15px;
  line-height: unset;
}

.clean-modal {
  border: none;
  border-radius: 8px;
}
.clean-modal.modal-content {
  max-height: calc(100vh - 3.5rem) !important;
  max-height: calc(100dvh - 3.5rem) !important;
}
.clean-modal h2,
.clean-modal h3,
.clean-modal h4 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  line-height: 115%;
  margin-bottom: 0;
}
.clean-modal h2 {
  font-size: 24px;
}
.clean-modal h3 {
  font-size: 18px;
}
.clean-modal p {
  margin-bottom: 0;
}

.not-found-modal .modal-body {
  padding: 50px 70px 20px 70px;
}
@media (max-width: 575.98px) {
  .not-found-modal .modal-body {
    padding: 25px 30px 10px 30px;
  }
}
.not-found-modal p.intro {
  font-size: 20px;
}
.not-found-modal .highlight {
  color: #ff4136;
}

.modal-dialog:has(.not-found-modal) {
  min-width: 650px;
}
@media (max-width: 991.98px) {
  .modal-dialog:has(.not-found-modal) {
    min-width: 95%;
  }
}

.storefront h1,
.storefront h2,
.storefront h3,
.storefront h4 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: normal;
}
.storefront h1 {
  font-size: 36px;
  line-height: 115%;
  font-weight: bold;
}
.storefront h2 {
  text-align: left;
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .storefront h2 {
    font-size: 24px;
  }
}
.storefront .intro,
.storefront p.intro {
  font-size: 20px;
  font-family: "Mulish", sans-serif;
  font-weight: 300;
  color: #25201d;
}
.storefront .btn {
  border-radius: 10px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}
.storefront .store-header {
  background: url("/assets/illustrations/eshop-background-ec31f3f9.svg");
  background-size: cover;
  background-position: center;
  padding-top: 60px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .storefront .store-header {
    padding-top: 30px;
    padding-bottom: 120px;
  }
}
.storefront .store-header h1 {
  color: #3C452B;
}
.storefront .store-header .boxed {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 8px;
  max-width: 630px;
}
.storefront .btn-gray {
  background-color: #A4A6A0;
  color: #ffffff;
}
.storefront .btn-gray.outline {
  background-color: #ffffff;
  color: #A4A6A0;
  border: 1px solid #A4A6A0;
}
.storefront .btn-gray.active {
  opacity: 0.65;
}
.storefront .mb-large {
  margin-bottom: 44px;
}
@media (max-width: 767.98px) {
  .storefront .mb-large {
    margin-bottom: 14px;
  }
}
.storefront .sticky {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #ffffff;
  padding: 16px 0;
}
@media (max-width: 575.98px) {
  .storefront .sticky {
    padding: 8px 0;
  }
}
.storefront .products {
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .storefront .products {
    padding-bottom: 40px;
  }
}
.storefront .products .add-product-to-basket {
  padding: initial;
}
.storefront .products .title-area {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  column-gap: 15px;
  row-gap: 8px;
}
.storefront .products .title-area .minor-info {
  color: #7c7977;
}
.storefront .filters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 575.98px) {
  .storefront .filters {
    gap: 8px;
  }
}
.storefront .filters .filter-btn-wrapper {
  position: relative;
}
@media (max-width: 991.98px) {
  .storefront .filters .filter-btn-wrapper {
    flex-grow: 1;
  }
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-btn-wrapper {
    width: 100%;
  }
}
.storefront .filters .filter-btn-wrapper .btn {
  display: flex;
  gap: 10px;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 991.98px) {
  .storefront .filters .filter-btn-wrapper .btn {
    padding: 1rem;
  }
}
@media (max-width: 575.98px) {
  .storefront .filters .filter-btn-wrapper .btn {
    padding: 0.5rem 1rem;
    font-size: 11px;
  }
}
@media (max-width: 575.98px) {
  .storefront .filters .filter-btn-wrapper .material-symbols-sharp {
    font-size: 16px;
  }
}
.storefront .filters .filter-btn-wrapper .btn,
.storefront .filters .filter-btn-wrapper .btn .material-symbols-sharp {
  line-height: 21px;
}
.storefront .filters .filter-btn-wrapper:nth-last-child(1 of [data-controller=popover]) .filter-selection {
  right: 0;
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-btn-wrapper:nth-last-child(1 of [data-controller=popover]) .filter-selection {
    right: unset;
  }
}
.storefront .filters .filter-btn-wrapper .filter-selection {
  position: absolute;
  z-index: 2;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #f0ece8;
  margin-top: 8px;
  padding: 6px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: calc(100vh - 90px - 70px);
  max-height: calc(100dvh - 90px - 70px);
  overflow-y: scroll;
}
@media (max-width: 575.98px) {
  .storefront .filters .filter-btn-wrapper .filter-selection {
    gap: 4px;
  }
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-btn-wrapper .filter-selection {
    width: 100%;
    max-height: calc(100vh - 155px - 70px);
    max-height: calc(100dvh - 155px - 70px);
  }
}
.storefront .filters .filter-btn-wrapper .filter-selection label {
  border: none;
  background-color: transparent;
  text-align: left;
  margin-bottom: 0;
}
.storefront .filters .filter-btn-wrapper .filter-selection .form-control {
  border: 0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  display: flex;
  gap: 1em;
  align-items: center;
  cursor: pointer;
  height: 100%;
  min-height: 2.5rem;
  width: 285px;
  border-radius: 10px;
  background: #ffffff;
  align-content: space-around;
  color: #6c5c5c;
}
@media (max-width: 575.98px) {
  .storefront .filters .filter-btn-wrapper .filter-selection .form-control {
    font-size: 14px;
  }
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-btn-wrapper .filter-selection .form-control {
    width: 100%;
  }
}
.storefront .filters .filter-btn-wrapper .filter-selection .form-control:hover {
  border-radius: 6px;
  background: #f9faf7;
  align-content: space-around;
}
.storefront .filters .filter-btn-wrapper .filter-selection .form-control:hover input[type=checkbox]:not(:checked) {
  border-color: #b9b6b4;
}
.storefront .filters .filter-btn-wrapper .filter-selection input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  width: 1.25em;
  height: 1.25em;
  display: grid;
  place-content: center;
  color: #f0ece8;
  border: 1px solid #f0ece8;
  border-radius: 6px;
  flex-shrink: 0;
}
.storefront .filters .filter-btn-wrapper .filter-selection input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #ffffff;
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
.storefront .filters .filter-btn-wrapper .filter-selection input[type=checkbox]:checked::before {
  transform: scale(1);
}
.storefront .filters .filter-btn-wrapper .filter-selection input[type=checkbox]:checked {
  background-color: #339E72;
  border-color: #339E72;
}
.storefront .filters .search-input-wrapper {
  flex: 1 1 0;
  margin-bottom: 0;
  position: relative;
  min-height: 52px;
  min-width: 240px;
}
@media (max-width: 575.98px) {
  .storefront .filters .search-input-wrapper {
    min-height: 39px;
    min-width: 236px;
  }
}
@media screen and (max-width: 440px) {
  .storefront .filters .search-input-wrapper {
    min-width: unset;
  }
}
.storefront .filters .search-input-wrapper .input-wrapper {
  display: flex;
  align-items: center;
}
.storefront .filters .search-input-wrapper .search-icon {
  position: absolute;
  left: 16px;
  color: #7c7977;
}
@media (max-width: 575.98px) {
  .storefront .filters .search-input-wrapper .search-icon {
    font-size: 13px;
  }
}
.storefront .filters .search-input-wrapper .clear-icon {
  position: absolute;
  right: 16px;
  color: #7c7977;
}
@media (max-width: 575.98px) {
  .storefront .filters .search-input-wrapper .clear-icon {
    font-size: 16px;
  }
}
.storefront .filters .search-input-wrapper .input-wrapper,
.storefront .filters .search-input-wrapper .form-control {
  height: 100%;
}
.storefront .filters .search-input-wrapper .form-control {
  border-radius: 10px;
  border: 1px solid #A4A6A0;
  color: #7c7977;
  background-color: #ffffff;
  padding-left: 40px;
  padding-right: 48px;
}
@media (max-width: 575.98px) {
  .storefront .filters .search-input-wrapper .form-control {
    font-size: 14px;
  }
}
.storefront .filters .active-filters-counter {
  position: absolute;
  top: -8px;
  right: -8px;
  font-weight: bold;
  font-size: 14px;
  background: #ff4136;
  color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.storefront .filters .filter-visibility-toggler {
  flex-grow: 0 !important;
}
.storefront .filters .filter-visibility-toggler .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  color: #25201d;
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-visibility-toggler .btn {
    width: unset;
  }
}
@media screen and (max-width: 440px) {
  .storefront .filters .filter-visibility-toggler {
    width: unset;
  }
}
.storefront .active-filters {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: baseline;
  flex-wrap: wrap;
  margin-top: 16px;
}
@media (max-width: 575.98px) {
  .storefront .active-filters {
    gap: 8px;
    margin-top: 8px;
  }
}
.storefront .active-filters .active-filter {
  background-color: #e1f5ea;
  color: #339E72;
  border-radius: 10px;
  padding: 16px 24px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-align: left;
}
@media (max-width: 991.98px) {
  .storefront .active-filters .active-filter {
    padding: 12px 16px;
  }
}
@media (max-width: 575.98px) {
  .storefront .active-filters .active-filter {
    padding: 8px 12px;
  }
}
.storefront .active-filters .active-filter .btn {
  padding: 0;
  color: #339E72;
  font-size: 24px;
}
@media (max-width: 575.98px) {
  .storefront .active-filters .active-filter .btn {
    font-size: 16px;
  }
}
.storefront .active-filters .clear-all {
  background-color: transparent;
  border: none;
  color: #A4A6A0;
  text-decoration: underline !important;
}
.storefront .products-wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 991.98px) {
  .storefront .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767.98px) {
  .storefront .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575.98px) {
  .storefront .products-wrapper {
    grid-template-columns: 1fr;
  }
}
.storefront .products-wrapper .card-product {
  width: unset;
}
@media (max-width: 1199.98px) {
  .storefront .products-wrapper .card-product {
    min-height: unset;
  }
}
@media (max-width: 575.98px) {
  .storefront .products-wrapper .card-product .informations .add-to-cart {
    gap: 8px;
  }
}
.storefront .products-wrapper .card-product .informations .add-to-cart form {
  min-width: 48px;
}
@media (max-width: 1199.98px) {
  .storefront .products-wrapper .card-product img {
    height: 200px;
  }
}
@media (max-width: 991.98px) {
  .storefront .products-wrapper .card-product img {
    height: 180px;
  }
}
@media (max-width: 575.98px) {
  .storefront .products-wrapper .card-product img {
    height: 100%;
  }
}
.storefront .delivery {
  margin-top: -60px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  .storefront .delivery {
    margin-top: -90px;
  }
}
@media (max-width: 767.98px) {
  .storefront .delivery {
    padding-bottom: 30px;
  }
}
.storefront .delivery .area {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-evenly;
}
@media (max-width: 767.98px) {
  .storefront .delivery .area {
    flex-direction: column;
  }
}
.storefront .delivery .item {
  flex: 1;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #f0ece8;
  padding-left: 30px;
  padding-right: 30px;
}
.storefront .delivery .item:first-child {
  border-left: unset;
  padding-left: 0;
}
.storefront .delivery .item:last-child {
  padding-right: 0;
}
@media (max-width: 767.98px) {
  .storefront .delivery .item {
    padding-left: 0;
    padding-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    border: unset;
    border-top: 1px solid #f0ece8;
  }
  .storefront .delivery .item:first-child {
    border-top: unset;
    padding-top: 0;
  }
  .storefront .delivery .item:last-child {
    padding-bottom: 0;
  }
}
.storefront .delivery .item img {
  min-width: 24px;
  width: 24px;
}

.home h1 {
  font-size: 36px;
  line-height: 115%;
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-style: normal;
  font-weight: 400;
}
@media (max-width: 1199.98px) {
  .home h1 {
    font-size: 32px;
  }
}
.home p.intro {
  font-size: 22px;
  line-height: 30px;
  color: #3C452B;
  font-family: "BioRhyme", serif;
  font-weight: 300;
}
.home .btn {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 800;
  letter-spacing: 2.5px;
}
.home .xmas {
  background-color: #e1f5ea;
  background-image: url("/assets/new-home/wave-beige-7d92b56f.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .home .xmas {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .home .xmas h2 {
    font-size: 24px;
  }
}
.home .xmas p {
  font-size: 18px;
}
.home .xmas .btn {
  border-radius: 10px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  font-family: "Mulish", sans-serif;
  font-weight: bold;
}
.home .xmas img {
  width: 100%;
  border-radius: 20px;
}
.home .header {
  padding-top: 130px;
  padding-bottom: 130px;
  background-image: url("/assets/new-home/wave-beige-7d92b56f.svg");
  background-position: bottom;
  background-repeat: no-repeat;
}
@media (max-width: 767.98px) {
  .home .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.home .header.wave-green {
  background-image: url("/assets/new-home/wave-green-1e903e8b.svg");
}
.home .fundraising {
  background-color: #faf7f3;
  padding-bottom: 80px;
  padding-top: 0;
}
.home .fundraising .btn {
  border-radius: 8px;
  font-weight: 900;
}
@media (max-width: 767.98px) {
  .home .fundraising {
    padding-top: 20px;
    padding-bottom: 40px;
  }
}
.home .fundraising .trumpet {
  float: right;
  width: 130px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .home .fundraising .trumpet {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .home .fundraising .trumpet {
    width: 80px;
  }
}
.home .our-burrows {
  background-color: #faf7f3;
  background-image: url("/assets/new-home/wave-green-1e903e8b.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .home .our-burrows {
    padding-bottom: 40px;
  }
}
.home .our-burrows h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: normal;
  font-size: 1.25rem;
  text-wrap: nowrap;
}
@media (max-width: 575.98px) {
  .home .our-burrows h3 {
    text-wrap: unset;
  }
}
.home .our-burrows p {
  margin-bottom: 0;
}
.home .card-item {
  border-radius: 8px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  overflow: hidden;
}
.home .thumbnail {
  min-width: 120px;
  max-width: 120px;
  min-height: 120px;
  height: 100%;
  object-fit: cover;
}
.home .join h2 {
  color: #2D3126 !important;
}
.home .join .img-vector {
  width: 100%;
  z-index: -5;
  margin-top: -200px;
}
.home .join .join-btn {
  color: white;
  background-color: #339E72;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 50px;
}
.home .join .join-companion {
  width: 408px;
}
.home .join .join-companion-mobile {
  display: none;
}
.home .join .join-producer {
  width: 247px;
}
.home .join p {
  color: #3C452B;
  font-size: 20px;
  line-height: 34px;
}
.home .join .producers .producers-image-text {
  display: flex;
  justify-content: space-between;
  margin-top: -5%;
  margin-bottom: 10px;
}
.home .join .producers .producers-image-text .shape-mobile-img {
  display: none;
}
.home .join .producers .producers-image-text .heart-img {
  display: none;
}
.home .join .producers .producers-image-text .producers-text {
  margin-top: 5%;
  width: 80%;
}
.home .join .producers .producers-image-text .img-mobile-desktop {
  width: 100%;
}
.home .join .producers .producers-image-text .producers-img {
  width: 90%;
  margin-top: 20px;
  margin-left: 10%;
}
.home .join .producers .producers-image-text .shape-img {
  width: 44px;
  margin-left: -30px;
}
.home .join .producers .producers-image-text h2 {
  margin-top: -25px;
}
.home .join .companion {
  background-color: #faf7f3;
  padding-top: 50px;
}
.home .join .companion .img-companion {
  max-width: 469px;
  max-height: 575px;
  z-index: 5;
}
.home .join .companion .companion-image-text {
  display: flex;
  justify-content: space-between;
}
.home .join .companion .companion-image-text .companion-text {
  margin-left: 10%;
  margin-top: 30px;
  z-index: 5;
}
.home .join .companion .companion-image-text .green-sentence {
  color: black;
}
@media (max-width: 1000px) {
  .home .join h2 {
    font-size: 24px !important;
  }
  .home .join p {
    font-size: 18px !important;
  }
  .home .join .join-btn {
    margin-bottom: 80px;
  }
  .home .join .join-companion-desktop {
    display: none;
  }
  .home .join .join-companion-mobile {
    display: block !important;
  }
  .home .join .join-companion {
    width: 100% !important;
  }
  .home .join .join-producer {
    width: 209px !important;
  }
  .home .join .img-vector {
    display: none;
  }
  .home .join .companion-image-text {
    flex-direction: column;
  }
  .home .join .companion-image-text .img-companion {
    margin-left: 0px !important;
    width: 100%;
    margin: auto;
  }
  .home .join .companion-image-text .companion-text {
    width: 90%;
    margin-left: 5% !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
  .home .join .producers-image-text {
    flex-direction: column-reverse;
  }
  .home .join .producers-image-text h2 {
    margin-top: -40px !important;
  }
  .home .join .producers-image-text .shape-mobile-img {
    display: flex !important;
    justify-content: flex-start;
  }
  .home .join .producers-image-text .shape-mobile-img img {
    width: 23px;
    margin-top: 30px;
    margin-left: 9%;
  }
  .home .join .producers-image-text .heart-img {
    display: flex !important;
    justify-content: flex-end;
    z-index: 5;
    margin-right: 5%;
  }
  .home .join .producers-image-text .heart-img img {
    width: 105px;
    z-index: 5;
    margin-top: 100px;
  }
  .home .join .producers-image-text .shape-img {
    display: none;
  }
  .home .join .producers-image-text .producers-img {
    margin-left: 0px !important;
    width: 100% !important;
    z-index: -5;
    margin-top: -180px !important;
  }
  .home .join .producers-image-text .producers-text {
    text-align: center;
    width: 100% !important;
  }
  .home .join h2 {
    font-size: 18px;
    margin-top: 30px;
  }
  .home .join p  {
    margin-bottom: -5px;
    font-size: 14px;
  }
}
@media (max-width: 520px) {
  .home .join .shape-mobile-img img {
    margin-left: 0px !important;
  }
}
.home .zip-search {
  padding-top: 0px;
  color: #7c7977 !important;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  border-color: #f0ece8;
  width: 317px;
  height: 54px;
  background-color: white;
}
@media (max-width: 767.98px) {
  .home .zip-search {
    width: 179px;
  }
}
.home .zip-button {
  background: #339E72;
  border-radius: 0px 10px 10px 0px;
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  height: 54px;
  text-align: center;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .home .companion .img-companion {
    width: 450px !important;
    height: 510px;
  }
}
@media (min-width: 770px) and (max-width: 1000px) {
  .home .companion .companion-image-text .img-companion {
    width: 50% !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
  }
}

.farms {
  background-color: #f9faf7;
}
.farms .cards_maps {
  justify-content: space-between;
}
@media (max-width: 1199.98px) {
  .farms .cards_maps {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.farms .map-wrapper {
  position: relative;
}
@media (min-width: 1200px) {
  .farms .map-wrapper {
    position: sticky;
    width: 35%;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    top: 0;
  }
}
@media (max-width: 1200px) {
  .farms .map-wrapper {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 40vh;
    height: 40dvh;
    top: 0;
  }
}
@media (max-width: 650px) {
  .farms .map-wrapper {
    display: none;
  }
}
@media (min-width: 2000px) {
  .farms .map-wrapper {
    position: sticky;
    width: 60%;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
    top: 0;
  }
}
.farms .farms-map {
  height: 100%;
}
.farms .farms-map .mapboxgl-ctrl-compass {
  display: none !important;
}
@media (min-width: 768px) {
  .farms .mapboxgl-ctrl-group {
    margin-top: 55px;
  }
}
.farms p {
  padding-left: 7px;
}
.farms .search {
  margin-right: 3%;
  margin-left: 2%;
}
.farms .search .select {
  margin-top: 30px;
}
.farms .search .select a {
  margin-top: 10px;
  color: #6c5c5c;
  font-size: 12px;
  margin-left: 20px;
}
.farms .search span {
  font-size: 32px;
  margin-left: 26px;
  margin-top: 30px;
  margin-right: 20px;
}
.farms .search select {
  background-size: 8px 8px;
  height: 40px;
  background-color: white;
  border-radius: 6px;
  border-color: #f0ece8;
  color: #7c7977;
  font-size: 14px;
  margin-left: 20px;
  font-family: "Mulish", sans-serif;
}
.farms .search .category {
  width: 170px;
}
.farms .search .label-search {
  width: 200px;
}

@media screen and (max-width: 650px) {
  .farms .search {
    margin: 0 auto;
  }
  .farms .search .select a {
    margin-top: 20px;
  }
  .farms .search select {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .farms .search {
    width: 60%;
  }
}
.farm-map {
  text-align: center;
  margin-top: 50px;
}
.farm-map .map-address span {
  color: #6c5c5c;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Mulish;
}
.farm-map .map-area {
  margin-top: 30px;
  width: 100%;
  height: 544px;
}
.farm-map .map-area .mapboxgl-ctrl-compass {
  display: none !important;
}

.tns-liveregion {
  display: none;
}

.carousel-container {
  margin-left: -190px;
}
.carousel-container img {
  height: 70vh;
  height: 70dvh;
  object-fit: cover;
}

.description-farm {
  justify-content: space-between;
}

#description-farm {
  padding-top: 86px;
  background-color: #faf7f3;
}
#description-farm .photo img {
  width: 460px;
  height: 508px;
  object-fit: cover;
}
#description-farm .long-description {
  max-width: 544px;
  padding-top: 55px;
}
#description-farm .long-description h6 {
  color: #6c5c5c;
  margin-top: 20px;
  line-height: 32px;
  margin-bottom: 50px;
}
#description-farm .long-description img {
  width: 48px;
  height: 1px;
  margin-top: 10px;
  margin-right: 20px;
}
#description-farm .long-description a {
  line-height: 21px;
  font-size: 14px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}

.farm {
  position: relative;
}
.farm .description {
  background-color: white;
  width: 672px;
  position: absolute;
  right: 150px;
  bottom: 50px;
  z-index: 1;
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #f0ece8;
}
.farm .description h1 {
  padding-left: 40px;
  line-height: 64px;
  margin-top: 10px;
  font-size: 34px;
}
.farm .description .full-address {
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #FD7830;
  margin-bottom: -16px;
}
.farm .description p {
  font-size: 18px;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 32px;
  margin-top: 20px;
}
.farm .description p a {
  font-size: 12px;
  color: #6c5c5c;
  line-height: 16px;
  opacity: 0.5;
  margin-left: 5px;
}
.farm .description .header-description {
  border-radius: 6px 6px 0px 0px;
  background-color: #faf7f3;
  border: 1px solid #f0ece8;
}
.farm .description .header-description h1 {
  line-height: 120%;
  margin: 16px 0;
}

#products-form {
  display: unset;
}

.material-symbols-sharp {
  font-variation-settings: "FILL" 0, "wght" 600, "GRAD" 0, "opsz" 48;
}

@media screen and (max-width: 901px) {
  .farm .description {
    width: 80%;
    margin-top: 0px !important;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .farm .description p {
    font-size: 14px;
    padding-left: 20px;
    line-height: 24px;
  }
  .farm .description .header-description {
    width: 100%;
    padding-left: 20px;
  }
  .farm .description .header-description h1 {
    font-size: 24px;
    padding-left: 0px;
  }
}
@media screen and (max-width: 990px) {
  .farm-map {
    display: none;
  }
  .description-farm {
    justify-content: center;
    flex-direction: column-reverse;
  }
  #description-farm .photo img {
    width: 230px;
    height: 254px;
  }
}
@media screen and (min-width: 1600px) {
  .farm .description {
    right: 300px;
    bottom: 70px;
  }
}
.fundraising h1,
.fundraising h2,
.fundraising h3,
.fundraising p {
  color: #3C452B;
  margin: 0;
}
.fundraising h1 {
  font-size: 42px;
  line-height: 120%;
}
@media (max-width: 767.98px) {
  .fundraising h1 {
    font-size: 30px;
  }
}
.fundraising h2 {
  font-size: 36px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .fundraising h2 {
    font-size: 24px;
  }
}
.fundraising p {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .fundraising p {
    font-size: 14px;
    line-height: 26px;
  }
}
.fundraising img {
  border-radius: 6px;
}
.fundraising p.subtitle.alt {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #A4A6A0;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 137%;
}
@media (max-width: 575.98px) {
  .fundraising p.subtitle.alt {
    font-size: 11px;
  }
}
.fundraising .bg-white {
  background-color: #ffffff;
}
.fundraising .bg-beige {
  background-color: #f9faf7;
}
.fundraising .bg-beige-dark {
  background-color: #faf7f3;
}
.fundraising .bg-wave-green {
  background-image: url("/assets/new-home/wave-green-1e903e8b.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
}
.fundraising .bg-green {
  background-color: #e1f5ea;
}
.fundraising .btn {
  border-radius: 4px;
  text-transform: uppercase;
  padding: 1rem 2rem;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
}
.fundraising .big-number {
  color: #f0ece8;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 120px;
  line-height: 100%;
}
.fundraising .flip-card {
  height: 100%;
}
.fundraising .flip-card .flip-card-front,
.fundraising .flip-card .flip-card-back {
  position: absolute;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 20px;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}
.fundraising .flip-card .flip-card-inner {
  position: relative;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.fundraising .flip-card .flip-card-back {
  transform: rotateY(180deg);
}
.fundraising .flip-card:hover .flip-card-inner, .fundraising .flip-card:focus .flip-card-inner {
  transform: rotateY(180deg);
}
.fundraising .flip-card .trigger {
  color: #339E72;
  border: 2px solid #339E72;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  align-self: flex-end;
  cursor: pointer;
}
.fundraising .flip-card h3 {
  color: #6c5c5c;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 991.98px) {
  .fundraising .flip-card h3 {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .flip-card h3 {
    font-size: 24px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .flip-card h3 {
    font-size: 18px;
  }
}
.fundraising .padded {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: min-content min-content auto;
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 1199.98px) {
  .fundraising .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, min-content min-content auto);
  }
  .fundraising .grid-4 img:nth-child(6n-2) {
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .grid-4 {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(12, min-content);
  }
  .fundraising .grid-4 img {
    margin-top: 20px;
  }
  .fundraising .grid-4 img:first-child {
    margin-top: 0;
  }
}
.fundraising .patron-form-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.fundraising.invest h3 {
  color: #6c5c5c;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .fundraising.invest h3 {
    font-size: 18px;
  }
}
.fundraising.invest .vertical-spacing {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .fundraising.invest .vertical-spacing {
    gap: 30px;
  }
}
.fundraising .header {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 767.98px) {
  .fundraising .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fundraising .header .subtitle {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 137%;
}
@media (max-width: 575.98px) {
  .fundraising .header .subtitle {
    font-size: 18px;
  }
}
.fundraising .header .splash {
  position: absolute;
  top: -40px;
  left: -50px;
}
.fundraising .header .graph {
  position: absolute;
  bottom: 20px;
  left: 10%;
}
@media (max-width: 991.98px) {
  .fundraising .header .graph {
    bottom: -20px;
    left: 20%;
  }
  .fundraising .header .graph img {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .header .graph img {
    width: 100px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .header .graph img {
    width: 60px;
  }
}
.fundraising .header .paper-plane {
  position: absolute;
  bottom: -20px;
  left: 30%;
}
@media (max-width: 991.98px) {
  .fundraising .header .paper-plane {
    bottom: -70px;
    left: 50%;
  }
  .fundraising .header .paper-plane img {
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .header .paper-plane {
    bottom: -50px;
    left: 50%;
  }
  .fundraising .header .paper-plane img {
    width: 140px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .header .paper-plane {
    bottom: -30px;
    left: 60%;
  }
  .fundraising .header .paper-plane img {
    width: 80px;
  }
}
.fundraising .numbers p {
  font-size: 14px;
  line-height: 150%;
}
.fundraising .numbers p.para-head {
  font-size: 14px;
  line-height: 100%;
  font-weight: 600;
}
.fundraising .numbers .disclaimer p {
  color: #000000;
  font-size: 12px;
  line-height: 133%;
}
.fundraising .numbers .disclaimer p.para-head {
  line-height: 24px;
}
.fundraising .numbers .info-bloc {
  border-top: 1px solid #A4A6A0;
  padding-top: 12px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fundraising .numbers .contract-area {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .fundraising .numbers .contract-area {
    padding: 24px;
    gap: 16px;
  }
}
.fundraising .numbers .contract-area.first-child {
  border-right: 1px solid #A4A6A0;
  border-bottom: none;
}
@media (max-width: 767.98px) {
  .fundraising .numbers .contract-area.first-child {
    border-right: none;
    border-bottom: 1px solid #A4A6A0;
  }
}
.fundraising .numbers .contract-area .btn {
  border-radius: 10px;
}
.fundraising .video {
  overflow: hidden;
}
.fundraising .video .video-wrapper {
  width: 100%;
  max-width: 800px;
  position: relative;
  border: 6px solid #A4A6A0;
  border-radius: 4px;
}
.fundraising .video .video-wrapper .interogation {
  position: absolute;
  left: -80px;
  top: -50px;
}
@media (max-width: 991.98px) {
  .fundraising .video .video-wrapper .interogation {
    left: -60px;
    top: -40px;
  }
  .fundraising .video .video-wrapper .interogation img {
    width: 80px;
  }
}
.fundraising .video .video-wrapper .films {
  position: absolute;
  right: -70px;
  bottom: -70px;
}
@media (max-width: 991.98px) {
  .fundraising .video .video-wrapper .films {
    right: -50px;
    bottom: -50px;
  }
  .fundraising .video .video-wrapper .films img {
    width: 120px;
  }
}
.fundraising .approach h2 {
  text-align: center;
  max-width: 780px;
}
.fundraising .approach p {
  font-size: 16px;
  line-height: 150%;
}
.fundraising .approach .grid-4 img {
  max-width: 270px;
}
@media (max-width: 575.98px) {
  .fundraising .approach .grid-4 img {
    max-width: 50%;
  }
}
.fundraising .wave {
  --size: 50px;
  --R: calc(var(--size) * 1.28);
  -webkit-mask: radial-gradient(var(--R) at 50% calc(1.8 * var(--size)), #000 99%, rgba(0, 0, 0, 0) 101%) calc(50% - 2 * var(--size)) 0/calc(4 * var(--size)) 100%, radial-gradient(var(--R) at 50% calc(-0.8 * var(--size)), rgba(0, 0, 0, 0) 99%, #000 101%) 50% var(--size)/calc(4 * var(--size)) 100% repeat-x;
  background-color: #f9faf7;
  height: 100px;
}
@media (max-width: 767.98px) {
  .fundraising .wave {
    --size: 30px;
    height: 50px;
  }
}
.fundraising .us {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .us {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .history {
  margin-top: 150px;
  margin-bottom: 150px;
}
@media (max-width: 767.98px) {
  .fundraising .history {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.fundraising .history .subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #A4A6A0;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 32px;
  margin-bottom: 11px;
}
.fundraising .history h2 {
  margin-bottom: 30px;
}
.fundraising .history .col ~ .stamp {
  position: relative;
}
.fundraising .history .stamp {
  position: absolute;
  top: -120px;
  left: -80px;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 4px;
  opacity: 0.5;
  width: 500px;
}
.fundraising .history .stamp text {
  fill: #ff4136;
}
@media (max-width: 991.98px) {
  .fundraising .history .stamp {
    left: -40px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .history .stamp {
    display: none;
  }
}
.fundraising .history .phase-title {
  position: relative;
  margin-bottom: 26px;
}
.fundraising .history .phase-title .big-number {
  position: absolute;
  left: 0;
  top: 0;
}
.fundraising .history .phase-title h3 {
  color: #6c5c5c;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
  position: relative;
  margin-left: 32px;
  padding-top: 74px;
  z-index: 1;
}
.fundraising .winners {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .winners {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .winners h2 {
  text-align: center;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .fundraising .winners h3 {
    font-size: 20px;
  }
}
.fundraising .winners .subtitle {
  text-align: center;
  color: #7c7977;
  font-size: 24px;
  line-height: 137%;
}
@media (max-width: 575.98px) {
  .fundraising .winners .subtitle {
    font-size: 18px;
  }
}
.fundraising .winners .grid {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  grid-auto-flow: column;
}
@media (max-width: 767.98px) {
  .fundraising .winners .grid {
    grid-auto-flow: row;
  }
}
.fundraising .winners .grid .col {
  height: 100%;
}
.fundraising .winners .flip-card .flip-card-front,
.fundraising .winners .flip-card .flip-card-back {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fundraising .winners .flip-card .flip-card-inner {
  height: 550px;
}
@media (max-width: 767.98px) {
  .fundraising .winners .flip-card .flip-card-inner .flip-card-front,
  .fundraising .winners .flip-card .flip-card-inner .flip-card-back {
    width: 100%;
  }
  .fundraising .winners .flip-card .flip-card-inner img {
    max-height: 300px;
  }
}
.fundraising .winners .flip-card .flip-card-back {
  justify-content: space-between;
}
.fundraising .winners .flip-card .flip-card-back img {
  max-width: 60%;
  margin-bottom: 12px;
  margin-top: 12px;
}
@media (max-width: 991.98px) {
  .fundraising .winners .flip-card .flip-card-back .hiddeable {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .fundraising .winners .flip-card .flip-card-back .hiddeable {
    display: block;
  }
}
.fundraising .winners .flip-card .subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #A4A6A0;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 32px;
}
@media (max-width: 991.98px) {
  .fundraising .winners .flip-card .subtitle {
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .winners .flip-card .subtitle {
    font-size: 13px;
  }
}
.fundraising .winners .flip-card p {
  font-size: 14px;
  line-height: 22px;
}
.fundraising .burrows .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  width: 270px;
  min-width: 270px;
  max-width: 270px;
}
@media (max-width: 1199.98px) {
  .fundraising .burrows .member {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
  }
}
@media (max-width: 991.98px) {
  .fundraising .burrows .member {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .burrows .member {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
  }
}
.fundraising .burrows .member img {
  border-radius: 50%;
  width: 150px;
}
.fundraising .burrows .member h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .fundraising .burrows .member h3 {
    font-size: 18px;
  }
}
.fundraising .burrows .member p {
  color: #7c7977;
  line-height: 100%;
}
.fundraising .burrows-map {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .burrows-map {
    padding-top: 40px;
  }
}
.fundraising .burrows-map .title-area h2 {
  text-align: center;
  margin-bottom: 18px;
}
.fundraising .burrows-map .title-area .subtitle {
  text-align: center;
  color: #3C452B;
  font-size: 24px;
  line-height: 137%;
}
@media (max-width: 575.98px) {
  .fundraising .burrows-map .title-area .subtitle {
    font-size: 18px;
  }
}
.fundraising .burrows-map .map-area {
  border-radius: 14px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  height: 70vh;
  height: 70dvh;
  margin-top: 60px;
}
.fundraising .numbers {
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 767.98px) {
  .fundraising .numbers {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  .fundraising .numbers {
    gap: 30px;
  }
}
.fundraising .numbers .row {
  margin-right: 0;
  margin-left: 0;
}
.fundraising .numbers .col {
  padding-left: 0;
}
.fundraising .numbers .table-header {
  color: #A4A6A0;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 200%;
  letter-spacing: 6px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 10px;
}
@media (max-width: 991.98px) {
  .fundraising .numbers .table-header {
    font-size: 15px;
    letter-spacing: 3px;
    padding-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .fundraising .numbers .table-header {
    font-size: 11px;
  }
}
.fundraising .numbers .separator {
  border-bottom: 1px solid #f0ece8;
  margin-top: 15px;
  margin-bottom: 15px;
}
.fundraising .numbers .value {
  color: #339E72;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 84px;
  line-height: 110%;
}
@media (max-width: 991.98px) {
  .fundraising .numbers .value {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .numbers .value {
    font-size: 32px;
  }
}
.fundraising .numbers .value-label {
  color: #7c7977;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .fundraising .numbers .value-label {
    font-size: 16px;
    line-height: 20px;
  }
}
.fundraising .why h2 {
  max-width: 800px;
  text-align: center;
}
.fundraising .why .stats {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.fundraising .why .stats .stat {
  display: flex;
  gap: 15px;
  align-items: center;
}
.fundraising .why .stats .stat p {
  font-size: 16px;
  line-height: 24px;
}
.fundraising .why .stats .stat .number {
  color: #339E72;
  font-size: 36px;
  font-weight: 400;
  line-height: 36px;
  min-width: 70px;
  max-width: 70px;
  height: 36px;
}
.fundraising .why .stats .stat .number .suffix {
  font-size: 18px;
}
.fundraising .how img {
  max-width: 370px;
}
@media (max-width: 767.98px) {
  .fundraising .how img {
    max-width: 33%;
  }
}
@media (max-width: 575.98px) {
  .fundraising .how img {
    max-width: 50%;
  }
}
.fundraising .how p {
  font-size: 16px;
  line-height: 24px;
}
.fundraising .how .large-primary {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
  color: #339E72;
}
.fundraising .levels h2 {
  max-width: 800px;
  text-align: center;
}
.fundraising .levels h3 {
  font-size: 20px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .fundraising .levels h3 {
    font-size: 15px;
  }
}
.fundraising .levels a.black-link {
  color: #25201d;
  font-weight: 400;
  text-decoration: underline !important;
}
.fundraising .levels .rewards .padding-col {
  padding-left: 7.5px;
  padding-right: 7.5px;
}
.fundraising .levels .rewards.margin-row,
.fundraising .levels .rewards .margin-row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}
@media (max-width: 767.98px) {
  .fundraising .levels .rewards {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
}
.fundraising .levels .area {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.fundraising .levels .area p {
  font-size: 16px;
  line-height: 16px;
}
.fundraising .levels .area.highlight {
  background-color: #e1f5ea;
}
.fundraising .levels .area.highlight .list-item p {
  font-weight: 400;
}
.fundraising .levels .area .list-item {
  display: flex;
  gap: 10px;
  align-items: center;
}
.fundraising .testimonials {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .fundraising .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .testimonials h2 {
  margin-bottom: 60px;
}
.fundraising .testimonials h2 .wrapper {
  position: relative;
}
.fundraising .testimonials h2 .actual-title {
  position: relative;
}
.fundraising .testimonials h2 .stamp {
  position: absolute;
  top: -50px;
  right: -80px;
  width: 150px;
}
@media (max-width: 991.98px) {
  .fundraising .testimonials h2 .stamp {
    right: 0;
    top: 20px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .testimonials h2 .stamp {
    display: none;
  }
}
.fundraising .testimonials h2 .stamp .stamp-text {
  transform: rotate(7.36deg);
  color: #339E72;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: 0.5px;
  position: absolute;
  right: 20px;
  top: 45px;
}
.fundraising .testimonials li {
  background-color: #a04c46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.fundraising .testimonials .testimonial {
  color: #a04c46;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 137%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 110px;
}
@media (max-width: 575.98px) {
  .fundraising .testimonials .testimonial {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
.fundraising .media .area {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.fundraising .media .area .img-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fundraising .media .area .img-wrapper img {
  width: 170px;
  border-radius: unset;
}
.fundraising .media .area .img-wrapper img.narrow {
  width: 100px;
}
.fundraising .media .area .quote {
  color: #6c5c5c;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.5px;
}
.fundraising .newsletter {
  background-color: #339E72;
  padding-top: 120px;
  padding-bottom: 120px;
}
.fundraising .newsletter h2,
.fundraising .newsletter p.subtitle {
  color: #ffffff;
}
.fundraising .newsletter .robin {
  width: 245px;
  height: 245px;
}
@media (max-width: 991.98px) {
  .fundraising .newsletter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.fundraising .newsletter .patron-form-wrapper {
  justify-content: flex-start !important;
}
@media (max-width: 575.98px) {
  .fundraising .newsletter .patron-form-wrapper form {
    min-width: 100%;
  }
}
.fundraising .newsletter .patron-form-wrapper .form-inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-group {
  margin-bottom: 0;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-group label {
  color: #ffffff;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-group .invalid-feedback {
  color: #ffc65a;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-group .is-invalid {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ffc65a' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='%23ffc65a' stroke='none'/></svg>");
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-control {
  background-color: transparent;
  color: #ffffff;
  border-color: white;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .form-control.is-valid {
  padding-right: 0.75rem !important;
  background-image: unset;
}
.fundraising .newsletter .patron-form-wrapper .form-inputs .btn {
  margin-top: 1.5rem;
  background-color: #ffffff;
  color: #339E72;
  border-radius: 8px;
}
@media (max-width: 991.98px) {
  .fundraising .newsletter .patron-form-wrapper .form-inputs {
    flex-wrap: wrap;
  }
  .fundraising .newsletter .patron-form-wrapper .form-inputs .form-group {
    width: unset;
    flex-grow: 1;
  }
  .fundraising .newsletter .patron-form-wrapper .form-inputs .btn {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .fundraising .newsletter .patron-form-wrapper .form-inputs {
    flex-direction: column;
    align-items: center;
  }
  .fundraising .newsletter .patron-form-wrapper .form-inputs .form-group,
  .fundraising .newsletter .patron-form-wrapper .form-inputs .btn {
    width: 100%;
  }
}
.fundraising .reasons {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .reasons {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .reasons .big-number {
  line-height: 80px;
  min-width: 80px;
}
.fundraising .reasons h3 {
  color: #6c5c5c;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 575.98px) {
  .fundraising .reasons h3 {
    font-size: 18px;
  }
}
.fundraising .reasons .reason {
  color: #25201d;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 150%;
}
@media (max-width: 575.98px) {
  .fundraising .reasons .reason {
    font-size: 14px;
  }
}
.fundraising .transactions h2 {
  max-width: 800px;
}
.fundraising .transactions .area {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.fundraising .opening {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .opening {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .opening .title-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.fundraising .opening .title-area h2 {
  max-width: 550px;
}
.fundraising .opening .title-area .subtitle {
  color: #7c7977;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 137%;
  font-weight: 400;
  max-width: 915px;
}
@media (max-width: 767.98px) {
  .fundraising .opening .title-area .subtitle {
    font-size: 18px;
  }
}
.fundraising .opening h3 {
  color: #6c5c5c;
  font-family: "BioRhyme", serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 115%;
}
@media (max-width: 767.98px) {
  .fundraising .opening h3 {
    font-size: 18px;
  }
}
.fundraising .opening .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content min-content auto;
  grid-auto-flow: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .fundraising .opening .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content min-content auto);
  }
  .fundraising .opening .grid img {
    margin-top: 20px;
  }
  .fundraising .opening .grid img:first-child {
    margin-top: 0;
  }
}
.fundraising .opening .reassurance {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  max-width: 580px;
  text-align: center;
}
@media (max-width: 575.98px) {
  .fundraising .opening .reassurance {
    font-size: 14px;
  }
}
.fundraising .perspectives {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .perspectives {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .perspectives .flip-card {
  width: 100%;
}
.fundraising .perspectives .flip-card .flip-card-front,
.fundraising .perspectives .flip-card .flip-card-back {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.fundraising .perspectives .flip-card .flip-card-inner {
  height: 320px;
}
@media (max-width: 767.98px) {
  .fundraising .perspectives .flip-card .flip-card-inner {
    height: 380px;
  }
}
@media screen and (max-width: 380px) {
  .fundraising .perspectives .flip-card .flip-card-inner {
    height: 430px;
  }
}
@media screen and (max-width: 320px) {
  .fundraising .perspectives .flip-card .flip-card-inner {
    height: 470px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .perspectives .flip-card img {
    height: 60px;
  }
}
.fundraising .perspectives .flip-card p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 575.98px) {
  .fundraising .perspectives .flip-card p {
    margin-top: 11px;
  }
}
.fundraising .our-team {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .our-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .our-team .subtitle {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #A4A6A0;
  text-transform: uppercase;
  letter-spacing: 6px;
  line-height: 137%;
}
@media (max-width: 575.98px) {
  .fundraising .our-team .subtitle {
    font-size: 11px;
  }
}
.fundraising .our-team .member {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.fundraising .our-team .member img {
  border-radius: 50%;
  width: 200px;
}
.fundraising .our-team .member .title {
  color: #25201d;
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  line-height: 137%;
  font-weight: 600;
  text-wrap: nowrap;
}
.fundraising .our-team .member .subtitle {
  color: #7c7977;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 100%;
  font-weight: 300;
  letter-spacing: initial;
  text-transform: initial;
  text-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .fundraising .our-team .member {
    gap: 8px;
  }
  .fundraising .our-team .member img {
    width: 150px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .our-team .member {
    padding-left: 5px;
    padding-right: 5px;
    gap: 4px;
  }
  .fundraising .our-team .member img {
    width: 100px;
  }
  .fundraising .our-team .member .title {
    font-size: 18px;
  }
  .fundraising .our-team .member .subtitle {
    font-size: 14px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .our-team .member {
    padding-left: 15px;
    padding-right: 15px;
    gap: 8px;
    min-width: 100%;
  }
  .fundraising .our-team .member img {
    width: 200px;
  }
  .fundraising .our-team .member .title {
    font-size: 24px;
  }
  .fundraising .our-team .member .subtitle {
    font-size: 18px;
  }
}
.fundraising .impact {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .impact {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .questions {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media (max-width: 767.98px) {
  .fundraising .questions {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .questions h3 {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.fundraising .questions p {
  font-size: 14px;
  line-height: 21px;
}
.fundraising .questions .stamp {
  position: absolute;
  left: 5vw;
  bottom: -50px;
  width: 430px;
  z-index: 1;
  color: #A4A6A0;
}
@media (max-width: 767.98px) {
  .fundraising .questions .stamp {
    bottom: -30px;
    width: 240px;
  }
}
.fundraising .invest-questions .title-area {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fundraising .invest-questions .title-area p.subtitle {
  font-size: 22px;
  color: #7c7977;
}
.fundraising .invest-questions .all-the-questions .one-question {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fundraising .invest-questions .all-the-questions p {
  font-size: 16px;
}
.fundraising .invest-questions .all-the-questions p.faq-title {
  font-weight: bold;
  font-size: 18px;
}
.fundraising .invest-questions .part-1 {
  background: url("/assets/illustrations/bg-faq-1-a1467edc.svg");
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .invest-questions .part-1 {
    padding-top: 40px;
  }
}
.fundraising .invest-questions .part-2 {
  background: url("/assets/illustrations/bg-faq-2-e636cfda.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.fundraising .form {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .fundraising .form {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .form form {
    min-width: 100%;
  }
}
.fundraising .form .form-inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
}
.fundraising .form .form-inputs .form-group {
  margin-bottom: 0;
}
.fundraising .form .form-inputs .form-control.is-valid {
  padding-right: 0.75rem !important;
  background-image: unset;
}
.fundraising .form .form-inputs .btn {
  margin-top: 1.5rem;
}
@media (max-width: 991.98px) {
  .fundraising .form .form-inputs {
    flex-wrap: wrap;
  }
  .fundraising .form .form-inputs .form-group {
    width: unset;
    flex-grow: 1;
  }
  .fundraising .form .form-inputs .btn {
    width: 100%;
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .fundraising .form .form-inputs {
    flex-direction: column;
    align-items: center;
  }
  .fundraising .form .form-inputs .form-group,
  .fundraising .form .form-inputs .btn {
    width: 100%;
  }
}
.fundraising .community {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("/assets/fundraising/farm-background-599048bc.svg");
  background-size: cover;
  position: relative;
}
@media (max-width: 767.98px) {
  .fundraising .community {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.fundraising .community .stamp {
  position: absolute;
  right: 5vw;
  top: 220px;
  width: 430px;
  transform: rotate(-30deg);
  color: #339E72;
}
@media (max-width: 991.98px) {
  .fundraising .community .stamp {
    width: 240px;
  }
}
@media (max-width: 767.98px) {
  .fundraising .community .stamp {
    top: 180px;
  }
}
@media (max-width: 575.98px) {
  .fundraising .community .stamp {
    top: 220px;
  }
}
.fundraising .community .logo-img {
  margin: 350px auto;
  width: 220px;
  filter: invert(1);
}
@media (max-width: 1199.98px) {
  .fundraising .community .logo-img {
    margin: 150px auto;
  }
}

.products .tabs-products {
  margin-top: 32px;
  border-bottom: white 1px solid;
}
.products .tabs-products .nav-link {
  border: none;
}
.products .tabs-products p {
  font-size: 20px;
  font-family: "BioRhyme", serif;
  opacity: 0.8;
}
.products .tabs-products .active {
  width: 100%;
  background-color: #d6ece3;
  height: 80px;
  border-radius: 50px 50px 0 0;
}
.products .tabs-products .active p {
  color: #339E72 !important;
}
.products .tabs-products .delivery {
  width: 49%;
  background-color: #faf7f3;
  height: 80px;
  border-radius: 50px 50px 0 0;
  color: #7c7977;
}
.products .tabs-products .delivery .image {
  margin-top: 4%;
}
.products .tabs-products .delivery .delivery-content {
  width: 100%;
  justify-content: center;
}
.products .tabs-products .delivery .delivery-content p {
  margin-top: 5%;
}
.products .tabs-products .delivery .delivery-content img {
  margin-right: 20px;
  height: 35px;
  width: 55.33px;
  margin-top: 20%;
}
.products .tabs-products .withdrawal {
  width: 49%;
  background-color: #faf7f3;
  color: #7c7977;
  height: 80px;
  border-radius: 50px 50px 0 0;
}
.products .tabs-products .withdrawal .withdrawal-content {
  width: 100%;
  justify-content: center;
}
.products .tabs-products .withdrawal .withdrawal-content p {
  margin-top: 5%;
}
.products .tabs-products .withdrawal .withdrawal-content img {
  margin-right: 20px;
  margin-top: 3%;
  height: 48px;
  width: 46px;
}
.products .all-card-product {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.products .all-card-product > p {
  font-size: 0.9rem;
}
.products .all-card-product a {
  text-decoration: none !important;
}
@media screen and (max-width: 771px) {
  .products .all-card-product {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .products .all-card-product turbo-frame {
    width: 100%;
  }
}

@media screen and (max-width: 770px) {
  .products .tabs-products .active {
    background-image: none !important;
  }
  .products .tabs-products .withdrawal-content {
    margin-top: 10px;
  }
  .products .tabs-products .delivery-content {
    margin-top: 10px;
  }
  .products .tabs-products .delivery-computer {
    display: none;
  }
  .products .tabs-products img {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .products .tabs-products .withdrawal .active {
    background-position: 60px 13px !important;
  }
  .products .tabs-products .delivery .active {
    background-position: 50px 25px !important;
  }
}
@media screen and (max-width: 1000px) {
  .products .tabs-products .delivery .active {
    background-position: 10px 25px !important;
  }
  .products .tabs-products .withdrawal .active {
    background-position: 20px 13px !important;
  }
}
@media screen and (min-width: 771px) {
  .products .tabs-products .delivery-mobile {
    display: none;
  }
}
#top-row {
  background: #f9faf7;
}

.custom {
  padding: 40px 0;
}

.product-flexbox {
  display: flex;
  justify-content: space-evenly;
}
.product-flexbox .product-side {
  min-height: 150px;
}
.product-flexbox .product-side .img-wrapper {
  position: relative;
}
.product-flexbox .product-side .labels {
  position: absolute;
  margin: 16px;
  color: white;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.product-flexbox .product-side .labels .label {
  border-radius: 2px;
  background-color: #339E72;
  color: white;
  padding: 4px 6px;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
}
.product-flexbox .product-side .labels .preorder {
  background-color: #ff4136;
}
.product-flexbox .product-side .stock {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2px;
  color: #ffffff;
  background-color: #4488ee;
  border-radius: 2px;
  padding: 2px 6px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.product-flexbox .product-side img {
  border-radius: 8px;
  width: 400px;
}
.product-flexbox .info-side {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 40px;
}
.product-flexbox .info-side .product-info > h2 {
  font-style: normal;
  font-weight: 400;
  line-height: 54px;
  color: #2D3126;
  margin: 0;
}
.product-flexbox .info-side #kg-price p {
  color: #A4A6A0;
}
.product-flexbox .info-side .product-details {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-family: "Mulish", sans-serif;
  margin-top: -4px;
}
.product-flexbox .info-side .product-details #chf {
  margin-left: 2px;
  font-size: 12px;
  font-weight: bold;
}
.product-flexbox .info-side .product-details #price {
  color: #339E72;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-weight: bold;
}
.product-flexbox .info-side .product-details #conditioning {
  font-size: 14px;
  line-height: 16px;
  color: #7c7977;
  margin-left: 16px;
}
.product-flexbox .info-side #description-header {
  font-size: 14px;
  border: 1px solid gainsboro;
  font-weight: bold;
  padding: 4px 8px;
  width: 180px;
  background: #f0f0f0;
  margin-top: 2rem;
  border-radius: 4px 4px 0 0;
}
.product-flexbox .info-side #description {
  font-size: 14px;
  line-height: 24px;
  margin-top: -1px;
  border: 1px solid gainsboro;
  padding: 8px;
  max-width: 550px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.product-flexbox .info-side .add-to-basket {
  background-color: #339E72;
  color: white;
  width: 300px;
  height: 53px;
  border-radius: 4px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: Mulish;
  font-weight: 700;
}
.product-flexbox .info-side #button {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
}
.product-flexbox #farm-left-side img {
  width: 96px;
  border-radius: 6px;
}
.product-flexbox #farm-right-side {
  margin-left: 16px;
  margin-bottom: 16px;
}
.product-flexbox #farm-right-side p {
  margin: 8px;
  color: #2D3126;
  font-family: "BioRhyme";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.product-flexbox #farm-right-side p:nth-child(2) {
  color: #A4A6A0;
  font-family: "Mulish";
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  line-height: 21px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product-flexbox #farm-right-side img {
  margin-top: -2px;
  margin-right: 4px;
}
.product-flexbox #producer-title {
  color: #2D3126;
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 8px;
}

@media (max-width: 650px) {
  .custom {
    margin: 0 !important;
    padding: 0 !important;
  }
  .product-flexbox {
    flex-direction: column;
  }
  .product-flexbox .product-side img {
    width: 100%;
    border-radius: 0;
  }
  .product-flexbox .info-side {
    padding: 8px 24px 32px 24px;
  }
  .product-flexbox .info-side #button {
    justify-content: center;
  }
  .product-flexbox .info-side .add-to-basket {
    width: 100%;
  }
}
.card-product {
  position: relative;
  border: 1px solid #faf7f3;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
  min-height: 417px;
  width: 252px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
@media (max-width: 575.98px) {
  .card-product {
    flex-direction: row;
    min-height: unset;
    width: 100%;
  }
}
.card-product .photo-farm {
  position: relative;
}
@media (max-width: 575.98px) {
  .card-product .photo-farm {
    width: 30%;
  }
}
@media screen and (max-width: 350px) {
  .card-product .photo-farm {
    width: 40%;
  }
}
.card-product .photo-farm .labels {
  margin: 10px;
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.card-product .photo-farm .labels .label {
  background-color: #339E72;
  border-radius: 2px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0;
  text-transform: uppercase;
}
.card-product .photo-farm .labels .preorder {
  background-color: #ff4136;
}
.card-product .photo-farm .labels p {
  color: white !important;
  font-weight: 400 !important;
  font-size: 10px !important;
  margin-bottom: 0;
  text-align: left;
}
.card-product img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 575.98px) {
  .card-product img {
    height: 100%;
  }
}
.card-product .informations {
  flex: 1;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}
.card-product .informations .main-area {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-grow: 1;
}
.card-product .informations .prices {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.card-product .informations .price {
  display: flex;
  align-items: baseline;
  gap: 2px;
}
.card-product .informations .price .amount {
  letter-spacing: 0px !important;
  font-weight: bold;
  color: #339E72;
  font-size: 18px;
}
.card-product .informations .price .unit {
  font-weight: bold;
  color: #339E72;
  font-size: 12px;
}
.card-product .informations .price-per-unit {
  font-size: 12px;
  color: #7c7977;
}
.card-product .informations h4 {
  letter-spacing: 1px;
  font-weight: normal;
  color: #25201d;
  font-size: 18px;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  text-align: left;
}
.card-product .informations p.light-grey {
  font-size: 13px;
  color: #A4A6A0;
  margin-bottom: 0;
}
.card-product .informations .add-to-cart {
  flex-wrap: wrap;
  width: 100%;
  gap: 12px;
  margin-top: 0;
}
.card-product .informations .add-to-cart .button,
.card-product .informations .add-to-cart .counter {
  flex-grow: 1;
}
.card-product .informations .add-to-cart .add-product-to-basket {
  font-size: unset;
}
.card-product .informations .add-to-cart form {
  flex-grow: 1;
}
.card-product .informations .add-to-cart .cart-icon {
  width: 100%;
}

.cgv {
  padding-bottom: 50px;
}
.cgv h2 {
  font-size: 48px;
  margin-top: 103px;
  margin-bottom: 80px;
  color: #25201d;
}
.cgv h6 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.cgv p {
  font-size: 18px;
  margin-bottom: 50px;
}

.faq .arrow-down {
  opacity: 0;
}
.faq .arrow-up {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 5px;
}
.faq .collapsed .arrow-down {
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 5px;
}
.faq .collapsed .arrow-up {
  opacity: 0;
}
.faq h2 {
  font-size: 32px;
  font-weight: bold;
  padding-top: 75px;
  padding-bottom: 20px;
  color: #25201d;
}
.faq .accordion {
  margin-bottom: 50px;
}
.faq .accordion .card {
  margin-bottom: 17px;
  border: solid 1px black;
  border-radius: 5px;
  background-color: #FAF0E1;
}
.faq .accordion .card-header {
  height: 64px;
  background-color: #FAF0E1;
}
.faq .accordion button {
  width: 100%;
  height: 64px;
}
.faq .accordion button h5 {
  font-size: 24px;
  font-weight: bold;
  margin: auto 0;
}
.faq .accordion button img {
  width: 50px;
}
@media screen and (max-width: 990px) {
  .faq .collapsed .arrow-up {
    opacity: 0;
  }
  .faq .collapsed .arrow-down {
    opacity: 0;
  }
  .faq .arrow-down {
    opacity: 0;
  }
  .faq .arrow-up {
    opacity: 0;
  }
}

.payment-flow {
  background-color: #f9faf7;
}
@media (max-width: 575.98px) {
  .payment-flow .container {
    padding-right: 0;
    padding-left: 0;
  }
  .payment-flow .container .row {
    margin-right: 0;
    margin-left: 0;
  }
  .payment-flow .container .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.payment-flow h2 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.payment-flow h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
.payment-flow p {
  color: #25201d;
  margin-bottom: 0;
  font-size: 16px;
}
.payment-flow a.underlined {
  font-family: "BioRhyme", serif;
  font-size: 13px;
  font-weight: 400;
  text-decoration: underline !important;
}
.payment-flow label {
  margin-bottom: 0;
}
.payment-flow .danger {
  color: #ff4136;
  font-size: 12px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .payment-flow .padded-horizontal-small {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.payment-flow .vertical-spacer {
  margin-bottom: 32px;
}
@media (max-width: 575.98px) {
  .payment-flow .vertical-spacer {
    margin-bottom: 24px;
  }
}
.payment-flow .area {
  background-color: #ffffff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  padding: 22px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .payment-flow .area {
    border-radius: 0;
    box-shadow: none;
    padding: 20px;
  }
}
.payment-flow .area .bordered-bottom {
  border-bottom: 2px solid #faf7f3;
  margin-left: -22px;
  margin-right: -22px;
}
@media (max-width: 575.98px) {
  .payment-flow .area .bordered-bottom {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.payment-flow .price {
  font-size: 16px;
  font-weight: bold;
  color: #339E72;
}
.payment-flow .currency {
  font-size: 12px;
  font-weight: bold;
  color: #339E72;
}
.payment-flow .total {
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: bold;
}
.payment-flow .radio-label {
  display: grid;
  grid-template-columns: 1em auto;
  gap: 1em;
}
.payment-flow .radio-label input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #339E72;
  width: 18px;
  height: 18px;
  border: 0.15em solid #339E72;
  border-radius: 50%;
  display: grid;
  place-content: center;
  margin-top: 3px;
}
.payment-flow .radio-label input[type=radio]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
}
.payment-flow .radio-label input[type=radio]:checked::before {
  transform: scale(1);
  background-color: #339E72;
}
.payment-flow .button_to {
  display: flex;
  flex-direction: column;
}
.payment-flow .recap-button {
  font-family: Mulish;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 14px !important;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  text-align: center;
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: -22px;
}
@media (max-width: 575.98px) {
  .payment-flow .recap-button {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
  }
}
.payment-flow .flexible {
  flex: 1 1 calc(50% - 22px - 22px - 22px);
}
@media (max-width: 575.98px) {
  .payment-flow .flexible {
    flex-shrink: 0 !important;
    flex-basis: 100%;
  }
}
@media (max-width: 575.98px) {
  .payment-flow .basket-item {
    border-radius: 0;
    box-shadow: none;
  }
}

.header-confirmation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: auto;
  padding-top: 32px;
  padding-bottom: 70px;
}
.header-confirmation .active .circle-number {
  border: 2px solid #339E72;
  box-sizing: border-box;
  background: #fefefe !important;
}
.header-confirmation .active span {
  color: #339E72 !important;
}
.header-confirmation .completed .circle-number {
  background: #339E72 !important;
}
.header-confirmation .completed span {
  color: white !important;
}
.header-confirmation .completed .step-name {
  color: #339E72 !important;
}
.header-confirmation .completed .step-link {
  border: 1px solid #339E72 !important;
}
.header-confirmation .circle-number,
.header-confirmation .step {
  width: 53px;
}
.header-confirmation .step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.header-confirmation .step .step-name {
  font-family: BioRhyme;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #c5c3c2;
}
.header-confirmation .step-link {
  width: 121px;
  height: 0px;
  margin-top: 26px;
  border: 1px solid #e1deda;
}
.header-confirmation .step-link.completed {
  border: 1px solid #339E72;
}
.header-confirmation .circle-number {
  height: 53px;
  background: #e6e4e4;
  border-radius: 26.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.header-confirmation .circle-number span {
  font-family: Mulish;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #a7a4a3;
}

.team {
  text-align: center;
  margin-top: 90px;
}
.team .team-description {
  letter-spacing: 2.5px;
  width: 80%;
  margin-top: 60px;
  margin-bottom: 90px;
  margin-left: 10%;
}
.team .all-presentations {
  flex-wrap: wrap;
  justify-content: space-around;
}
.team .all-presentations .presentation {
  width: 350px;
  margin-bottom: 50px;
}
.team .all-presentations .presentation img {
  height: 150px;
  width: 150px;
  margin-bottom: 20px;
  border-radius: 50%;
}
.team .all-presentations .presentation .name {
  font-size: 20px;
  font-family: "BioRhyme", serif;
  color: #25201d;
}
.team .all-presentations .presentation .work {
  color: #7c7977;
  font-size: 11px;
  text-transform: uppercase;
}
.team .all-presentations .presentation .description {
  color: #6c5c5c;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  line-height: 1.2;
}

.about {
  margin-top: 90px;
}
.about .mission {
  margin-bottom: 80px;
  color: #6c5c5c;
  margin-left: 0% !important;
}
.about h1 {
  margin-bottom: 50px;
}
.about h2 {
  color: #000000;
  margin-bottom: 30px;
  margin-top: 50px;
}
.about p {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 3%;
  font-weight: normal;
}
.about h6 {
  color: #25201d;
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
.about li {
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  margin-left: 1%;
  font-weight: normal;
}
.about .concept {
  margin-bottom: 50px;
  justify-content: space-between;
}
.about .concept .who-title {
  margin-left: 3%;
}
.about .concept .concept-example {
  max-width: 570px;
}
.about .concept .who {
  max-width: 570px;
  margin-left: 30px;
}
.about .concept .who li {
  margin-bottom: 20px;
}
.about .concept span {
  color: black;
  font-size: 18px;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .about .concept {
    flex-wrap: wrap;
  }
  .about .who-title {
    margin-left: 0% !important;
  }
  .about li {
    margin-left: 0%;
  }
  .about .who {
    margin-left: 0px;
  }
}

.mission h1,
.mission h2,
.mission h3 {
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: normal;
}
.mission h1,
.mission h3 {
  color: #25201d;
}
.mission h2 {
  max-width: 750px;
  color: #3C452B;
}
.mission h3 {
  font-size: 20px;
  font-weight: 600;
}
.mission p {
  margin-bottom: 0;
}
.mission p.subtitle {
  color: #A4A6A0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}
.mission .padded {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .mission .padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.mission .header {
  padding-top: 110px;
  padding-bottom: 220px;
  background: url("/assets/illustrations/farm-background-2-752c9721.svg");
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  .mission .header {
    padding-top: 60px;
    padding-bottom: 140px;
  }
}
.mission .header .main-area {
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 991.98px) {
  .mission .header .main-area {
    gap: 30px;
  }
}
.mission .header h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .mission .header h1 {
    font-size: 36px;
  }
}
.mission .header p {
  font-size: 20px;
  margin-bottom: 0;
  color: #25201d;
}
.mission .header img {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 991.98px) {
  .mission .header img {
    max-width: 240px;
  }
}
.mission .header .statement {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 36px;
  line-height: 137%;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 991.98px) {
  .mission .header .statement {
    font-size: 24px;
  }
}
.mission .values .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, min-content min-content auto);
  grid-auto-flow: column;
  gap: 20px;
}
.mission .values .grid img:nth-child(6n-2) {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .mission .values .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, min-content min-content auto);
  }
  .mission .values .grid img:nth-child(6n-2) {
    margin-top: 0;
  }
  .mission .values .grid img:nth-child(3n+4) {
    margin-top: 30px;
  }
  .mission .values .grid img:nth-child(10) {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .mission .values .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(18, min-content);
  }
  .mission .values .grid img {
    margin-top: 30px;
  }
  .mission .values .grid img:nth-child(1) {
    margin-top: 0;
  }
}
.mission .values .grid p {
  font-size: 16px;
  color: #25201d;
}
.mission .vision {
  background-color: #f9faf7;
}
.mission .vision img {
  border-radius: 6px;
  max-width: 370px;
}
@media (max-width: 991.98px) {
  .mission .vision img {
    max-width: 100%;
    width: 100%;
  }
}
.mission .vision p.text {
  font-size: 16px;
  color: #25201d;
}
.mission .vision .row-with-content {
  gap: 135px;
}
@media (max-width: 1199.98px) {
  .mission .vision .row-with-content {
    gap: 80px;
  }
}
@media (max-width: 991.98px) {
  .mission .vision .row-with-content {
    gap: 60px;
  }
}

.transparency h1,
.transparency h2,
.transparency h3 {
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: normal;
}
.transparency h1,
.transparency h3 {
  color: #25201d;
}
.transparency h2 {
  max-width: 750px;
  color: #3C452B;
}
.transparency h3 {
  font-size: 20px;
  font-weight: 600;
}
.transparency p {
  margin-bottom: 0;
}
.transparency p.subtitle {
  color: #A4A6A0;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 6px;
  text-align: center;
}
.transparency p.description {
  font-size: 16px;
  color: #25201d;
}
.transparency .padded {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767.98px) {
  .transparency .padded {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.transparency .header {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .transparency .header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.transparency .header h1 {
  font-size: 42px;
  line-height: 120%;
  font-weight: 600;
  text-wrap: nowrap;
}
@media (max-width: 991.98px) {
  .transparency .header h1 {
    font-size: 36px;
  }
}
@media (max-width: 575.98px) {
  .transparency .header h1 {
    font-size: 32px;
    text-wrap: wrap;
  }
}
.transparency .header p {
  font-size: 20px;
  margin-bottom: 0;
  color: #25201d;
}
.transparency .header .img-wrapper {
  width: 100%;
}
.transparency .header .img-wrapper img {
  width: 100%;
  max-width: 330px;
}
@media (max-width: 767.98px) {
  .transparency .header .img-wrapper {
    position: absolute;
    z-index: -1;
    opacity: 0.4;
    top: 50px;
    right: 0;
    text-align: right;
  }
}
@media (max-width: 575.98px) {
  .transparency .header .img-wrapper {
    top: initial;
    bottom: -100px;
  }
}
.transparency .price {
  background-color: #f9faf7;
}
.transparency .price .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content min-content auto;
  grid-auto-flow: column;
  row-gap: 16px;
  column-gap: 30px;
}
@media (max-width: 767.98px) {
  .transparency .price .grid {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(9, min-content);
  }
  .transparency .price .grid img {
    margin-top: 30px;
  }
  .transparency .price .grid img:nth-child(1) {
    margin-top: 0;
  }
}
.transparency .price .grid p {
  font-size: 16px;
  color: #25201d;
}
.transparency .distribution h2 {
  color: #25201d;
}
.transparency .distribution h3.gray {
  color: #7c7977;
}
.transparency .distribution .graph-wrapper {
  width: 100%;
}
@media (max-width: 767.98px) {
  .transparency .distribution .graph-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.transparency .detail {
  background-color: #faf7f3;
}
.transparency .detail h2 {
  color: #25201d;
}
.transparency .detail .item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 45px 30px;
}
.transparency .flexibility .item {
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.06);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: min-content;
}
@media (max-width: 575.98px) {
  .transparency .flexibility .item {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .transparency .flexibility .item {
    padding: 20px;
    gap: 20px;
  }
}
.transparency .flexibility .item img {
  width: 270px;
}
@media (max-width: 1199.98px) {
  .transparency .flexibility .item img {
    width: 220px;
  }
}
@media (max-width: 991.98px) {
  .transparency .flexibility .item img {
    width: 176px;
  }
}
@media (max-width: 767.98px) {
  .transparency .flexibility .item img {
    width: 205px;
  }
}
@media (max-width: 575.98px) {
  .transparency .flexibility .item img {
    width: 100%;
    max-width: 270px;
    align-self: center;
  }
}

.impressum {
  margin-top: 90px;
  margin-bottom: 50px;
}
.impressum h2 {
  margin-top: 50px;
  color: #000000;
  margin-bottom: 20px;
}
.impressum h6 {
  color: #6c5c5c;
}
.impressum .name {
  margin-left: 5px;
  color: #339E72;
  text-decoration: underline;
}

.community-page {
  margin-top: 90px;
  margin-bottom: 150px;
}
.community-page h2 {
  color: black;
  margin-top: 50px;
  margin-bottom: 30px;
}
.community-page h6 {
  color: #6c5c5c;
  margin-bottom: 20px;
}
.community-page span {
  color: #33B084;
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .community h1 {
    font-size: 45px;
  }
}
.charter-page {
  margin-top: 90px;
  margin-bottom: 150px;
}
.charter-page p {
  font-size: 17px;
}
.charter-page h1 {
  margin-bottom: 50px;
}
.charter-page h6 {
  color: #6c5c5c;
  margin-bottom: 30px;
  line-height: 28px;
}

@media screen and (max-width: 500px) {
  .community h1 {
    font-size: 45px;
  }
}
.pauses.modal-content {
  max-height: calc(100vh - 3.5rem) !important;
  max-height: calc(100dvh - 3.5rem) !important;
}
.pauses .modal-body {
  padding: 45px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .pauses .modal-body {
    padding: 30px;
    gap: 20px;
  }
}
@media (max-width: 575.98px) {
  .pauses .modal-body {
    padding: 20px;
    gap: 15px;
  }
}
.pauses .icon {
  font-size: 64px;
  color: #6c5c5c;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.pauses h2,
.pauses h3,
.pauses ul li {
  color: #3C452B;
}
.pauses h2 {
  font-size: 24px;
  text-align: center;
}
.pauses h3 {
  font-size: 18px;
  text-align: center;
}
.pauses ul {
  margin-bottom: 0;
}
.pauses img {
  width: 100px;
}
.pauses .warning {
  background-color: #ffc65a;
  padding: 15px;
  border-radius: 6px;
  color: #25201d;
  text-align: center;
}
.pauses .main-list {
  padding-left: 1rem;
}
.pauses .sublist li {
  list-style-type: disc;
}
.pauses .form-info {
  color: #7c7977;
  text-align: center;
}
.pauses .pause-info {
  background-color: #e1f5ea;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pauses .form {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
}
.pauses .form .form-group {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.pauses .form .form-group label {
  margin-bottom: 0;
  font-size: 16px;
}
.pauses .form .form-group input {
  min-width: 120px;
  height: 53px;
  border-radius: 6px;
  padding-left: 20px;
}
.pauses .form .form-group input:not(.is-invalid) {
  border-color: #f0ece8;
}
.pauses .form .form-group-invalid .invalid-feedback {
  display: block;
  text-align: center;
  margin-top: 0;
}
.pauses .btn {
  border-radius: 6px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 2.5px;
}
@media screen and (max-height: 540px) {
  .pauses h2 {
    font-size: 24px;
  }
  .pauses .modal-body {
    padding-top: 0;
  }
}

.modal-dialog:has(.pauses) {
  min-width: 540px;
}
@media (max-width: 991.98px) {
  .modal-dialog:has(.pauses) {
    min-width: 95%;
  }
}

.partners {
  margin-top: 90px;
  margin-bottom: 150px;
  text-align: center;
}
.partners .all-partners {
  margin-top: 90px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.partners .all-partners .partner-eve-senn img {
  width: 212.89px !important;
}
.partners .all-partners .blanc img {
  margin-top: 60px;
  margin-bottom: 100px !important;
  height: 100px !important;
}
.partners .all-partners .partner {
  margin-bottom: 60px;
}
.partners .all-partners .partner img {
  height: 200px;
  width: 200px;
  margin-bottom: 60px;
}
.partners .all-partners .partner h5 {
  font-size: 20px;
  font-family: "BioRhyme", serif;
  color: #25201d;
  margin-bottom: 20px;
}
.partners .all-partners .partner h6 {
  color: #6c5c5c;
  line-height: 32px;
}

@media screen and (max-width: 500px) {
  .partners .partner {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 900px) {
  .partners .partner {
    max-width: 45%;
  }
}
@media screen and (min-width: 901px) {
  .partners .partner {
    max-width: 30%;
  }
}
.producer {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 150px;
}
.producer .become-producer {
  text-align: center;
  height: 600px;
  width: 80%;
  margin: 80px auto;
  justify-content: center;
  border: 1px solid #faf7f3;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.07);
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 100px;
}
.producer .become-producer h6 {
  letter-spacing: 2.5px;
}
.producer .become-producer .btn {
  font-family: "Mulish", sans-serif;
  background-color: #339E72 !important;
  color: white;
  font-weight: 600;
  font-size: 14px;
  height: 53px;
  border-radius: 10px;
  width: 226px;
  letter-spacing: 2.5px;
  line-height: 43px;
  margin-top: 50px;
}

@media screen and (max-width: 500px) {
  .producer .become-producer {
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .producer h6 {
    letter-spacing: 0px;
    font-size: 16px;
  }
  .producer .btn {
    letter-spacing: 0px !important;
    font-size: 14px !important;
    width: 200px !important;
  }
  .producer h1 {
    font-size: 30px;
  }
}
.edit-password {
  padding-bottom: 50px;
  margin-top: 50px;
}
@media (max-width: 575.98px) {
  .edit-password {
    margin-top: 0;
    padding-bottom: 0;
  }
}
.edit-password .sign-in {
  width: 570px;
}

.edit-delivery-infos .invalid-feedback {
  text-align: center;
}
.edit-delivery-infos .sign-in {
  min-height: 0px !important;
}
.edit-delivery-infos .form-control {
  width: 100% !important;
}
.edit-delivery-infos svg {
  margin-right: 18px;
}
.edit-delivery-infos #submit-edit {
  width: 100% !important;
}

.successful {
  background-image: url("/assets/illustrations/success-background-ce3efad3.svg");
  background-position: bottom;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 160px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .successful {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.successful h1 {
  font-size: 54px;
  line-height: 64px;
}
@media (max-width: 767.98px) {
  .successful h1 {
    font-size: 33px;
    line-height: 38px;
  }
}
@media (max-width: 575.98px) {
  .successful h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.successful span {
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .successful span {
    font-size: 14px;
  }
}
.successful .signature {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (max-width: 575.98px) {
  .successful .signature {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
.successful .btn-block {
  text-transform: uppercase;
  width: 246px;
}
@media (max-width: 767.98px) {
  .successful .btn-block {
    margin-bottom: 50px;
  }
}
.successful .check {
  width: 76px;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .successful .check {
    width: 50px;
    margin-bottom: 18px;
  }
}

#mc_embed_signup {
  margin-top: 90px;
  margin-bottom: 150px;
}
#mc_embed_signup h1 {
  margin-bottom: 64px;
}
#mc_embed_signup h2 {
  color: black;
  margin-bottom: 64px !important;
  font-weight: normal !important;
}
#mc_embed_signup .mc-field-group label {
  text-transform: uppercase !important;
  font-weight: 900 !important;
  color: #7c7977;
  font-size: 12px;
  margin-bottom: 8px !important;
  letter-spacing: 2px;
}
#mc_embed_signup input {
  font-family: Mulish !important;
  color: #7c7977;
  height: 40px;
  border: 1px solid #f0ece8 !important;
  border-radius: 6px !important;
  font-size: 14px !important;
}
#mc_embed_signup input[type=text]:focus, #mc_embed_signup input[type=email]:focus, #mc_embed_signup textarea:focus {
  border-color: #339E72 !important;
  outline: none;
}
#mc_embed_signup .button {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: 2.5px;
  padding: 16px 24px 16px 24px !important;
  height: 54px !important;
  line-height: 22px !important;
  background-color: #339E72 !important;
  border-radius: 10px !important;
}
#mc_embed_signup .button:hover {
  background-color: #2A916D !important;
}
#mc_embed_signup #mce-success-response {
  color: #33B084 !important;
}

.payment-choice {
  position: absolute;
  transform: scale(0);
}

.payment-choice + label {
  cursor: pointer;
  outline: 1px solid #f0ece8;
  border-radius: 10px;
  min-width: 150px;
  min-height: 160px;
  margin-bottom: 0;
  padding: 14px 10px;
}

.payment-choice:checked + label {
  outline: 2px solid #339E72;
}

.payment-choices-wrapper {
  display: flex;
  gap: 16px;
  padding: 0 16px 0 0;
  flex-wrap: wrap;
  align-items: flex-start;
}

.payment-choice-cards {
  min-height: 343px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  background: #ffffff;
  margin-bottom: 16px;
  flex: 0 1 0%;
  padding: 22px;
}
.payment-choice-cards .form-inputs {
  margin: 0;
}

.payment-choice-title {
  font-family: BioRhyme;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
  padding-bottom: 45px;
  text-align: center;
  color: #000000;
  white-space: nowrap;
}
@media (max-width: 575.98px) {
  .payment-choice-title {
    white-space: wrap;
  }
}

.payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 12px;
  justify-items: center;
  text-align: center;
}

.payment-icon {
  width: 70px;
  margin: 8px;
}

.payment-text {
  font-family: Mulish;
  font-size: 13px;
  text-align: center;
  color: #161615;
  opacity: 0.7;
  margin-top: 12px;
  font-weight: bold;
}
.payment-text .unavailable {
  opacity: 0.5;
}
.payment-text .coming-soon {
  opacity: 0.9;
}

#payment-method-disabled {
  cursor: not-allowed;
  background: #f8f6f4;
}

#payment-method-disabled > i {
  opacity: 0.4;
  color: grey;
}

.discounts {
  flex-grow: 1;
}
.discounts .coupons {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 8px;
}
.discounts .centered {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.discounts .payment-choice-card {
  width: unset;
}
.discounts .payment-choice + label {
  display: block;
  min-width: unset;
  min-height: unset;
  height: 100%;
  padding: 10px;
}
.discounts .payment-icon {
  width: 40px;
  margin: 0;
}
.discounts code {
  color: #339E72;
  background-color: #f9faf7;
  padding: 2.5px 5px;
  border-radius: 3px;
}
.discounts .promo-name {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
}

.payment-choice-card {
  width: 150px;
}

.payment-methods-index .btn,
.debt .btn {
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: 14px;
  padding: 0.5rem 1.75rem;
}

.payment-methods-index .help p,
.debt p {
  font-size: 16px;
}

.payment-methods-index .help {
  min-width: 300px;
}
@media screen and (max-width: 480px) {
  .payment-methods-index .help {
    min-width: unset;
  }
}
.payment-methods-index .no-wrap-unless-small {
  text-wrap: nowrap;
}
@media screen and (max-width: 340px) {
  .payment-methods-index .no-wrap-unless-small {
    text-wrap: unset;
  }
}
@media screen and (max-width: 480px) {
  .payment-methods-index .card-body {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 340px) {
  .payment-methods-index form .btn {
    text-wrap: wrap;
  }
}

.waiting-for-hook {
  height: 70vh;
  height: 70dvh;
  max-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.waiting-for-hook .spinner .fa-spinner {
  font-size: 100px;
}

.debt h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 18px !important;
  font-weight: 400 !important;
  margin: 0 !important;
}
.debt blockquote {
  border-left: 5px solid #f0ece8;
  padding-left: 1rem;
  color: #7c7977;
  font-style: italic;
}
.debt .fa-chevron-down,
.debt .fa-chevron-up {
  line-height: 20px;
}

.home-main-block h2 {
  text-align: center;
  color: #3C452B;
}

.home-main-block {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.block-container {
  justify-content: space-evenly;
  padding: 8px;
  margin-bottom: 2rem;
}
.block-container .flex-block {
  width: 33%;
  padding: 8px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.block-container .flex-block > img {
  width: 125px;
  margin-bottom: 1rem;
}
.block-container .flex-block .title {
  color: #339E72;
  font-family: "BioRhyme", serif;
  font-size: 1.5rem;
}
.block-container .flex-block .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #6c5c5c;
  padding: 8px;
  text-align: center;
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 1rem;
  padding: 8px;
  margin-bottom: 2rem;
}
.grid-container .grid-block {
  display: grid;
  text-align: center;
  margin-bottom: 6rem;
  grid-template-rows: repeat(3, min-content) auto min-content;
}
.grid-container .grid-block > img {
  width: 175px;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}
.grid-container .grid-block .title {
  color: #339E72;
  font-family: "BioRhyme", serif;
  font-size: 2rem;
  margin-bottom: -10px;
  align-self: start;
}
.grid-container .grid-block .description {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #6c5c5c;
  padding: 8px;
  text-align: center;
}
.grid-container .grid-block > div:last-child {
  align-self: end;
}

@media screen and (max-width: 992px) {
  .block-container {
    flex-direction: column;
  }
  .block-container .flex-block {
    width: 100%;
    margin-bottom: 16px;
  }
  .grid-container {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(1, 1fr);
  }
}
.user-dashboard,
.producer-dashboard {
  background-color: #f9faf7;
  padding: 50px 0;
}
@media (max-width: 991.98px) {
  .user-dashboard,
  .producer-dashboard {
    padding: 20px 0;
  }
}
@media (max-width: 575.98px) {
  .user-dashboard,
  .producer-dashboard {
    padding: 0;
  }
}
.user-dashboard .container,
.producer-dashboard .container {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .user-dashboard .container,
  .producer-dashboard .container {
    padding-right: 0;
    padding-left: 0;
  }
}
.user-dashboard .area,
.producer-dashboard .area {
  background-color: #ffffff;
  border: 1px solid rgba(164, 166, 160, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .user-dashboard .area,
  .producer-dashboard .area {
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
}
@media (max-width: 575.98px) {
  .user-dashboard .dashboard-main-content .area,
  .producer-dashboard .dashboard-main-content .area {
    padding: 20px;
  }
}
.user-dashboard .content,
.producer-dashboard .content {
  flex-grow: 1;
}
.user-dashboard .menu,
.producer-dashboard .menu {
  display: flex;
  flex-direction: column;
  min-width: 320px;
}
@media (max-width: 991.98px) {
  .user-dashboard .menu,
  .producer-dashboard .menu {
    display: none;
  }
}
.user-dashboard .menu .item,
.producer-dashboard .menu .item {
  color: #25201d;
  font-family: "Mulish", sans-serif;
  letter-spacing: 1px;
  padding: 6px;
  margin-left: 14px;
  margin-right: 14px;
  border-bottom: 1px solid #f0ece8;
  cursor: pointer;
}
.user-dashboard .menu .item:hover, .user-dashboard .menu .item.highlight,
.producer-dashboard .menu .item:hover,
.producer-dashboard .menu .item.highlight {
  background-color: #f0ece8;
  color: #3C452B;
  border-radius: 6px;
}
.user-dashboard .menu .accordion-toggler,
.producer-dashboard .menu .accordion-toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-dashboard .menu .sub-links,
.producer-dashboard .menu .sub-links {
  display: flex;
  flex-direction: column;
}
.user-dashboard .menu .sub-links a,
.producer-dashboard .menu .sub-links a {
  padding-left: 12px;
}
.user-dashboard .menu h2,
.producer-dashboard .menu h2 {
  font-size: 18px;
  color: #2D3126;
  background-color: #f9faf7;
  padding: 12px 20px;
  margin: 0;
}
.user-dashboard .menu .spacer,
.producer-dashboard .menu .spacer {
  margin-bottom: 32px;
}
.user-dashboard .menu .switcher,
.producer-dashboard .menu .switcher {
  background-color: #f9faf7;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  color: #4488ee;
  font-size: 0.9rem;
}
.user-dashboard .menu .logout,
.producer-dashboard .menu .logout {
  margin-top: 32px;
  border-bottom: none;
  margin-bottom: 32px;
}

.dashboard-main-content h1,
.dashboard-main-content h2 {
  color: #25201d;
  font-weight: 300;
}
.dashboard-main-content h1 {
  font-size: 32px;
}
.dashboard-main-content h2 {
  font-size: 24px;
}
.dashboard-main-content h2.subtitle {
  font-size: 20px;
}
.dashboard-main-content h2.no-margin {
  margin-top: 0;
  margin-bottom: 0;
}
.dashboard-main-content h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}
.dashboard-main-content .as-high-as-h2 {
  line-height: 32.4px;
}
.dashboard-main-content .emphasis {
  color: #25201d;
  font-size: 14px;
  font-weight: 600;
}
.dashboard-main-content svg {
  height: 100%;
  width: auto;
  vertical-align: initial;
}
.dashboard-main-content .subtitle {
  color: #7c7977;
}
.dashboard-main-content .table {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}
.dashboard-main-content .table th,
.dashboard-main-content .table td {
  padding: 8px;
}
@media (max-width: 767.98px) {
  .dashboard-main-content .table {
    font-size: 12px;
  }
  .dashboard-main-content .table th,
  .dashboard-main-content .table td {
    padding: 4px;
  }
}
.dashboard-main-content .table thead {
  background-color: #faf7f3;
}
.dashboard-main-content .table thead th {
  font-weight: 600;
}
.dashboard-main-content .table thead.bordered {
  border: 1px solid #f0ece8;
}
.dashboard-main-content .table tbody tr:not(:first-child) {
  border-top: 1px solid #f0ece8;
}
.dashboard-main-content .table tbody.bordered {
  border-bottom: 1px solid #f0ece8;
  border-right: 1px solid #f0ece8;
  border-left: 1px solid #f0ece8;
}
.dashboard-main-content .table .double-line-top:not(:first-child) {
  border-top: 3px double #f0ece8 !important;
}
.dashboard-main-content .table .total-row {
  border-top: 1px solid #7c7977 !important;
  font-weight: 600;
}
.dashboard-main-content .btn.disabled {
  cursor: not-allowed;
}
.dashboard-main-content .area {
  padding: 14px;
  overflow: visible;
}
.dashboard-main-content .vertical {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.dashboard-main-content .no-margin {
  margin: 0;
}
.dashboard-main-content .classy-btns .btn {
  border-radius: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0.5rem 1.75rem;
  font-size: 14px;
}
.dashboard-main-content .title-area {
  border-bottom: 1px solid #f0ece8;
  padding-bottom: 14px;
}
.dashboard-main-content .title-area > * {
  margin-bottom: 0;
}
.dashboard-main-content .title-area .btn {
  border-radius: 10px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  padding: 0.5rem 1.75rem;
  font-size: 14px;
}
.dashboard-main-content .next-delivery {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.dashboard-main-content .delivery-area .price.striked {
  position: relative;
}
.dashboard-main-content .delivery-area .price.striked:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1.5px solid;
  border-color: inherit;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.dashboard-main-content .delivery-area .d-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 1rem;
  color: #6c5c5c;
}
@media (max-width: 767.98px) {
  .dashboard-main-content .delivery-area .d-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-main-content .delivery-area .d-grid .icon {
  height: 24px;
}
.dashboard-main-content .farm-orders-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-main-content .farm-orders-area .muted {
  color: #7c7977;
}
.dashboard-main-content .manage-area h3 {
  margin-bottom: 1rem;
}
.dashboard-main-content .manage-area .list {
  display: flex;
  gap: 14px;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.dashboard-main-content .manage-area .manageable {
  flex: 1 1 min-content;
  border-radius: 10px;
  border: 1px solid #f0ece8;
  padding: 10px;
  padding-top: 20px;
  min-width: 155px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.dashboard-main-content .manage-area .manageable .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.dashboard-main-content .manage-area .manageable .info > * {
  margin-bottom: 0;
}
.dashboard-main-content .manage-area .manageable .icon {
  height: 48px;
  color: #25201d;
}
.dashboard-main-content .manage-area .manageable .basket-info {
  color: #7c7977;
  font-size: 11px;
  font-weight: 300;
}
.dashboard-main-content .manage-area .manageable.cta {
  border: 1px dashed #339E72;
}
.dashboard-main-content .manage-area .manageable.cta .icon,
.dashboard-main-content .manage-area .manageable.cta .info {
  color: #339E72;
}
.dashboard-main-content .manage-area .manageable.pause, .dashboard-main-content .manage-area .manageable.suspended, .dashboard-main-content .manage-area .manageable.pending {
  background-color: #f8f6f4;
}
.dashboard-main-content .manage-area .manageable.pause .icon,
.dashboard-main-content .manage-area .manageable.pause .info,
.dashboard-main-content .manage-area .manageable.pause .basket-info, .dashboard-main-content .manage-area .manageable.suspended .icon,
.dashboard-main-content .manage-area .manageable.suspended .info,
.dashboard-main-content .manage-area .manageable.suspended .basket-info, .dashboard-main-content .manage-area .manageable.pending .icon,
.dashboard-main-content .manage-area .manageable.pending .info,
.dashboard-main-content .manage-area .manageable.pending .basket-info {
  color: #b9b6b4;
}
.dashboard-main-content .manage-area .manageable.pause .icon svg .green,
.dashboard-main-content .manage-area .manageable.pause .info svg .green,
.dashboard-main-content .manage-area .manageable.pause .basket-info svg .green, .dashboard-main-content .manage-area .manageable.suspended .icon svg .green,
.dashboard-main-content .manage-area .manageable.suspended .info svg .green,
.dashboard-main-content .manage-area .manageable.suspended .basket-info svg .green, .dashboard-main-content .manage-area .manageable.pending .icon svg .green,
.dashboard-main-content .manage-area .manageable.pending .info svg .green,
.dashboard-main-content .manage-area .manageable.pending .basket-info svg .green {
  fill: rgba(51, 158, 114, 0.3);
}
.dashboard-main-content .manage-area .manageable.pause .pause-info, .dashboard-main-content .manage-area .manageable.suspended .pause-info, .dashboard-main-content .manage-area .manageable.pending .pause-info {
  color: #7c7977;
  line-height: 100%;
}
.dashboard-main-content .manage-area .btn {
  border-radius: 4px;
  padding: 5px 8px;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
}
.dashboard-main-content .manage-area .btn a {
  color: #ffffff;
}
.dashboard-main-content .manage-area .btn.font-size-12 {
  font-size: 12px;
}
.dashboard-main-content .basket-content-area h3 {
  margin-bottom: 1rem;
}
.dashboard-main-content .basket-content-area .replacement-header {
  color: #6c5c5c;
  font-size: 14px;
}
.dashboard-main-content .basket-content-area .box-item {
  border: none;
  border-radius: 4px;
  background-color: #e1f5ea;
  color: #339E72;
  padding: 4px 8px;
  width: 100%;
}
.dashboard-main-content .basket-content-area .box-item.muted {
  background-color: #f8f6f4;
  color: #7c7977;
  border: 1px solid #f0ece8;
}
.dashboard-main-content .basket-content-area .box-item.minor {
  background-color: rgba(160, 76, 70, 0.2);
  color: #a04c46;
}
.dashboard-main-content .basket-content-area .box-item-wrapper {
  position: relative;
}
.dashboard-main-content .basket-content-area .box-item-wrapper.minor .popover-wrapper .popover-content form button[type=submit]:hover, .dashboard-main-content .basket-content-area .box-item-wrapper.minor .popover-wrapper .popover-content form button[type=submit]:focus {
  background-color: rgba(160, 76, 70, 0.2);
  color: #a04c46;
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper {
  position: absolute;
  top: 38px;
  z-index: 1;
  width: 100%;
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content {
  background-color: #ffffff;
  color: #25201d;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid rgba(164, 166, 160, 0.2);
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.06);
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit] {
  border-radius: 4px;
  padding: 4px 8px;
  border: none;
  background-color: initial;
  width: 100%;
  text-align: left;
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit]:hover, .dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit]:focus {
  background-color: #e1f5ea;
  color: #339E72;
  box-shadow: none;
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit].destroy {
  display: block;
  color: #ff4136;
  border-radius: 4px;
  padding: 4px 8px;
}
.dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit].destroy:hover, .dashboard-main-content .basket-content-area .box-item-wrapper .popover-wrapper .popover-content form button[type=submit].destroy:focus {
  background-color: rgba(255, 65, 54, 0.2);
  color: #ff4136;
}
.dashboard-main-content .basket-content-area .subtitle {
  font-size: 18px;
  margin-top: 1.5rem;
}
.dashboard-main-content .basket-content-area .modification {
  color: #25201d;
  font-size: 16px;
  margin-bottom: 4px;
}
.dashboard-main-content .price-list .table {
  margin-bottom: 0;
}
.dashboard-main-content .existing-codes {
  margin-top: 16px;
}
.dashboard-main-content .existing-codes .emphasis {
  font-size: 16px;
  margin-bottom: 0;
}
.dashboard-main-content .existing-codes code {
  color: #339E72;
  background-color: #f9faf7;
  padding: 2.5px 5px;
  border-radius: 3px;
}
.dashboard-main-content .existing-codes .entered-on {
  padding-right: 5px;
  text-align: right;
}
.dashboard-main-content .existing-codes .card {
  border-radius: 10px;
  border: 1px solid #f0ece8;
}
.dashboard-main-content .existing-codes .muted {
  background-color: #f8f6f4;
  opacity: 0.5;
}
.dashboard-main-content .burrow-cta {
  display: flex;
  column-gap: 30px;
  row-gap: 12px;
  background-color: #e1f5ea;
  position: relative;
}
.dashboard-main-content .burrow-cta h3 {
  font-size: 16px;
  font-weight: 600;
}
.dashboard-main-content .burrow-cta h3 .highlight {
  color: #ff4136;
  font-weight: 600 !important;
}
.dashboard-main-content .burrow-cta p {
  color: #25201d;
  margin: 0;
  font-weight: 400;
}
.dashboard-main-content .burrow-cta .highlight {
  font-weight: bold;
}
.dashboard-main-content .burrow-cta .left-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  align-items: flex-start;
}
.dashboard-main-content .burrow-cta .left-area .top-area {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  flex-direction: column;
}
.dashboard-main-content .burrow-cta .left-area .bottom-area {
  align-self: stretch;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 30px;
  justify-content: space-evenly;
  align-items: flex-start;
}
@media (max-width: 575.98px) {
  .dashboard-main-content .burrow-cta .left-area .bottom-area {
    flex-direction: column;
  }
}
.dashboard-main-content .burrow-cta .left-area .bottom-area .bottom-section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  align-self: stretch;
  flex: 1 1 0;
  min-width: 300px;
}
@media (max-width: 575.98px) {
  .dashboard-main-content .burrow-cta .left-area .bottom-area .bottom-section {
    min-width: unset;
  }
}
.dashboard-main-content .burrow-cta .left-area .bottom-area .bottom-section .iconic {
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .burrow-cta .left-area .bottom-area .bottom-section .iconic {
    flex-direction: column;
  }
}
.dashboard-main-content .burrow-cta .icon {
  padding: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  max-height: 100px;
  max-width: 100px;
  min-width: 100px;
  background-color: #ffffff;
  border-radius: 50%;
}
.dashboard-main-content .burrow-cta .btn {
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
.dashboard-main-content .beast-sharing-area {
  display: flex;
  column-gap: 30px;
  row-gap: 12px;
  background-color: #e1f5ea;
  position: relative;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .beast-sharing-area {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dashboard-main-content .beast-sharing-area h3 {
  font-size: 16px;
  font-weight: 600;
}
.dashboard-main-content .beast-sharing-area p {
  color: #25201d;
  margin: 0;
  font-weight: 400;
}
.dashboard-main-content .beast-sharing-area .badge {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  padding: 8px 10px;
}
.dashboard-main-content .beast-sharing-area .top-area {
  flex-direction: column;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .beast-sharing-area .top-area {
    flex-direction: row;
  }
}
.dashboard-main-content .beast-sharing-area .icon {
  height: 120px;
}
.dashboard-main-content .beast-sharing-area .icon #cow-cuts-circle {
  fill: #ffffff;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .beast-sharing-area .icon.large {
    display: none;
  }
}
.dashboard-main-content .beast-sharing-area .icon.small {
  height: 80px;
  display: none;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .beast-sharing-area .icon.small {
    display: block;
  }
}
.dashboard-main-content .beast-sharing-area .info {
  display: flex;
  column-gap: 24px;
  row-gap: 12px;
}
.dashboard-main-content .beast-sharing-area .bar-legend {
  color: #25201d;
  font-family: "BioRhyme", serif;
  font-size: 14px;
  line-height: 120%;
  opacity: 0.9;
}
.dashboard-main-content .beast-sharing-area .progress-bar {
  background-color: #ffffff;
  border-radius: 6px;
  height: 18px;
  width: 100%;
  overflow: hidden;
}
.dashboard-main-content .beast-sharing-area .progress-bar .filled {
  background-color: #339E72;
  height: 100%;
}
.dashboard-main-content .beast-sharing-area .btn {
  border-radius: 10px;
  padding: 10px 16px;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
}
@media screen and (max-width: 440px) {
  .dashboard-main-content .beast-sharing-area .btn {
    flex-direction: column;
  }
}
.dashboard-main-content .successful {
  padding-top: 50px;
  padding-bottom: 80px;
  margin: -15px;
}
@media (max-width: 767.98px) {
  .dashboard-main-content .successful {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .dashboard-main-content .successful {
    margin: -20px;
  }
}
.dashboard-main-content .successful .check {
  width: 50px;
  margin-bottom: 18px;
}
@media (max-width: 575.98px) {
  .dashboard-main-content .successful .check {
    width: 40px;
    margin-bottom: 12px;
  }
}
.dashboard-main-content .successful h2 {
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .dashboard-main-content .successful h2 {
    font-size: 36px;
  }
}
.dashboard-main-content .successful a {
  z-index: 1;
}
.dashboard-main-content .sign .form-inputs {
  width: 100% !important;
}

@media (min-width: 576px) {
  .modal-dialog:has(.dashboard-main-content) {
    max-width: 650px;
  }
}
.producer-dashboard .dashboard-main-content .scanner {
  height: calc(100vh - 50px - 50px - 70px);
  height: calc(100dvh - 50px - 50px - 70px);
}
@media (max-width: 991.98px) {
  .producer-dashboard .dashboard-main-content .scanner {
    height: calc(100vh - 20px - 20px - 70px);
    height: calc(100dvh - 20px - 20px - 70px);
  }
}
@media (max-width: 575.98px) {
  .producer-dashboard .dashboard-main-content .scanner {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
.producer-dashboard .dashboard-main-content .scanner .header.area {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  border-left: 1px solid rgba(164, 166, 160, 0.2);
  border-right: 1px solid rgba(164, 166, 160, 0.2);
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .reader-wrapper {
  height: 100%;
  width: 100%;
  flex-grow: 1;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .instructions {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .instructions.before-scan {
  background-color: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .instructions.scanning {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .reader-wrapper:has(#reader video) .instructions.before-scan {
  display: none;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .reader-wrapper:has(#reader video) .instructions.active {
  display: flex;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .logo {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.2);
  width: 152px;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper {
  position: absolute;
  z-index: 2;
  width: calc(100% - 40px);
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  justify-content: center;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper .feedback {
  background-color: #ffffff;
  border-radius: 50rem;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper .feedback .icon {
  flex: 0;
  height: 100%;
  min-height: 24px;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50rem;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper .feedback.success .icon {
  background-color: #e1f5ea;
  color: #339E72;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper .feedback.error .icon {
  background-color: rgba(255, 65, 54, 0.3);
  color: #ff4136;
}
.producer-dashboard .dashboard-main-content .scanner .scanner-body .feedback-wrapper .feedback .message {
  font-size: 14px;
  color: #25201d;
  margin: 0 12px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  flex-shrink: 1;
  word-break: break-word;
}
.producer-dashboard .dashboard-main-content .scanner #reader {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.producer-dashboard .dashboard-main-content .scanner #reader video {
  position: absolute;
  max-height: 100%;
  max-width: 100%;
}
.producer-dashboard .dashboard-main-content .scanner .actions {
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.producer-dashboard .dashboard-main-content .scanner .actions.area {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.producer-dashboard .dashboard-main-content .explanation .intro {
  color: #25201d;
  font-size: 16px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.producer-dashboard .dashboard-main-content .explanation .logo {
  width: 100px;
  display: inline-flex;
  color: #6c5c5c;
}
.producer-dashboard .dashboard-main-content .explanation .logo.blue {
  color: rgba(68, 136, 238, 0.6);
}
.producer-dashboard .dashboard-main-content .explanation .logo.red {
  color: rgba(255, 65, 54, 0.6);
}
.producer-dashboard .dashboard-main-content .explanation .mini-logo {
  position: relative;
  bottom: -3px;
}
.producer-dashboard .dashboard-main-content .explanation .actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap-reverse;
  margin-top: 20px;
}
.producer-dashboard .dashboard-main-content .explanation .scan-btn {
  flex-grow: 10;
}
.producer-dashboard .dashboard-main-content .explanation p {
  margin: 0;
}
.producer-dashboard .dashboard-main-content .explanation p,
.producer-dashboard .dashboard-main-content .explanation ol,
.producer-dashboard .dashboard-main-content .explanation li {
  color: #6c5c5c;
  font-size: 14px;
}
.producer-dashboard .dashboard-main-content .manual {
  gap: 20px;
}
@media (max-width: 575.98px) {
  .producer-dashboard .dashboard-main-content .manual {
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
.producer-dashboard .dashboard-main-content .manual turbo-frame {
  height: 100%;
}
.producer-dashboard .dashboard-main-content .manual .simple_form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .hidden {
  margin: 0 !important;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .form-label {
  text-transform: uppercase;
  color: #7c7977;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 600;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .form-control {
  border-radius: 6px;
  padding: 10px 20px;
  height: unset;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .form-control:not(.is-invalid, .is-valid) {
  border-color: #f0ece8;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .form-control::placeholder {
  color: #f0ece8;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .input-group:has(.input-group-prepend) .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.producer-dashboard .dashboard-main-content .manual .simple_form .input-group-prepend .input-group-text {
  border-color: #f0ece8;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media (max-width: 575.98px) {
  .producer-dashboard .dashboard-main-content .manual .simple_form .inputs {
    flex-grow: 1;
  }
}
.producer-dashboard .dashboard-main-content .scanner,
.producer-dashboard .dashboard-main-content .manual,
.producer-dashboard .dashboard-main-content .list {
  display: flex;
  flex-direction: column;
}
.producer-dashboard .dashboard-main-content .trackings h3,
.producer-dashboard .dashboard-main-content .entrustments h3 {
  color: #25201d;
  font-family: "BioRhyme", serif;
  margin-bottom: 0;
  letter-spacing: initial;
  font-weight: 400;
  font-size: 18px;
}
.producer-dashboard .dashboard-main-content .trackings .monospace,
.producer-dashboard .dashboard-main-content .entrustments .monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.producer-dashboard .dashboard-main-content .trackings .btn,
.producer-dashboard .dashboard-main-content .entrustments .btn {
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  padding: 1rem 2rem;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.producer-dashboard .dashboard-main-content .trackings .btn-with-logo,
.producer-dashboard .dashboard-main-content .entrustments .btn-with-logo {
  padding: 10px 16px;
}
.producer-dashboard .dashboard-main-content .trackings .btn-with-logo .logo-wrapper,
.producer-dashboard .dashboard-main-content .entrustments .btn-with-logo .logo-wrapper {
  width: 24px;
  display: inline-flex;
}
.producer-dashboard .dashboard-main-content .trackings .btn-with-logo .label,
.producer-dashboard .dashboard-main-content .entrustments .btn-with-logo .label {
  font-size: 11px;
  line-height: 100%;
}
.producer-dashboard .dashboard-main-content .trackings .header,
.producer-dashboard .dashboard-main-content .entrustments .header {
  display: flex;
  justify-content: flex-end;
}
.producer-dashboard .dashboard-main-content .trackings .quit-btn,
.producer-dashboard .dashboard-main-content .entrustments .quit-btn {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 2.5px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #6c5c5c;
}
.producer-dashboard .dashboard-main-content .trackings .quit-btn .logo-wrapper,
.producer-dashboard .dashboard-main-content .entrustments .quit-btn .logo-wrapper {
  width: 24px;
  display: inline-flex;
}
.producer-dashboard .dashboard-main-content .trackings .mini-logo,
.producer-dashboard .dashboard-main-content .entrustments .mini-logo {
  width: 16px;
  display: inline-flex;
}
.producer-dashboard .dashboard-main-content .entrustments.list {
  gap: 20px;
}
.producer-dashboard .dashboard-main-content .entrustments.list .shipments {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.producer-dashboard .dashboard-main-content .entrustments.list .shipments .item {
  color: #25201d;
}
.producer-dashboard .dashboard-main-content .entrustments.list .monospace {
  font-size: 0.9rem;
}
.producer-dashboard .dashboard-main-content .entrustments.list .text-muted {
  color: #7c7977;
  font-size: 0.9rem;
}
.producer-dashboard .dashboard-main-content .trackings.explanation {
  gap: 20px;
}

.gap-1 {
  gap: 1px;
}

@media (max-width: 575.98px) {
  .gap-xs-1 {
    gap: 1px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-1 {
    gap: 1px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-1 {
    gap: 1px !important;
  }
}

.gap-row-1 {
  row-gap: 1px;
}

.gap-col-1 {
  column-gap: 1px;
}

.border-radius-1 {
  border-radius: 1px;
}

.font-size-1 {
  font-size: 1px;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.padding-1 {
  padding: 1px;
}

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

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

.gap-2 {
  gap: 2px;
}

@media (max-width: 575.98px) {
  .gap-xs-2 {
    gap: 2px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-2 {
    gap: 2px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-2 {
    gap: 2px !important;
  }
}

.gap-row-2 {
  row-gap: 2px;
}

.gap-col-2 {
  column-gap: 2px;
}

.border-radius-2 {
  border-radius: 2px;
}

.font-size-2 {
  font-size: 2px;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.padding-2 {
  padding: 2px;
}

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

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

.gap-3 {
  gap: 3px;
}

@media (max-width: 575.98px) {
  .gap-xs-3 {
    gap: 3px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-3 {
    gap: 3px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-3 {
    gap: 3px !important;
  }
}

.gap-row-3 {
  row-gap: 3px;
}

.gap-col-3 {
  column-gap: 3px;
}

.border-radius-3 {
  border-radius: 3px;
}

.font-size-3 {
  font-size: 3px;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.padding-3 {
  padding: 3px;
}

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

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

.gap-4 {
  gap: 4px;
}

@media (max-width: 575.98px) {
  .gap-xs-4 {
    gap: 4px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-4 {
    gap: 4px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-4 {
    gap: 4px !important;
  }
}

.gap-row-4 {
  row-gap: 4px;
}

.gap-col-4 {
  column-gap: 4px;
}

.border-radius-4 {
  border-radius: 4px;
}

.font-size-4 {
  font-size: 4px;
}

.margin-top-4 {
  margin-top: 4px !important;
}

.margin-bottom-4 {
  margin-bottom: 4px !important;
}

.padding-4 {
  padding: 4px;
}

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

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

.gap-5 {
  gap: 5px;
}

@media (max-width: 575.98px) {
  .gap-xs-5 {
    gap: 5px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-5 {
    gap: 5px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-5 {
    gap: 5px !important;
  }
}

.gap-row-5 {
  row-gap: 5px;
}

.gap-col-5 {
  column-gap: 5px;
}

.border-radius-5 {
  border-radius: 5px;
}

.font-size-5 {
  font-size: 5px;
}

.margin-top-5 {
  margin-top: 5px !important;
}

.margin-bottom-5 {
  margin-bottom: 5px !important;
}

.padding-5 {
  padding: 5px;
}

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

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

.gap-6 {
  gap: 6px;
}

@media (max-width: 575.98px) {
  .gap-xs-6 {
    gap: 6px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-6 {
    gap: 6px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-6 {
    gap: 6px !important;
  }
}

.gap-row-6 {
  row-gap: 6px;
}

.gap-col-6 {
  column-gap: 6px;
}

.border-radius-6 {
  border-radius: 6px;
}

.font-size-6 {
  font-size: 6px;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.padding-6 {
  padding: 6px;
}

.padding-left-6 {
  padding-left: 6px !important;
}

.padding-right-6 {
  padding-right: 6px !important;
}

.gap-7 {
  gap: 7px;
}

@media (max-width: 575.98px) {
  .gap-xs-7 {
    gap: 7px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-7 {
    gap: 7px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-7 {
    gap: 7px !important;
  }
}

.gap-row-7 {
  row-gap: 7px;
}

.gap-col-7 {
  column-gap: 7px;
}

.border-radius-7 {
  border-radius: 7px;
}

.font-size-7 {
  font-size: 7px;
}

.margin-top-7 {
  margin-top: 7px !important;
}

.margin-bottom-7 {
  margin-bottom: 7px !important;
}

.padding-7 {
  padding: 7px;
}

.padding-left-7 {
  padding-left: 7px !important;
}

.padding-right-7 {
  padding-right: 7px !important;
}

.gap-8 {
  gap: 8px;
}

@media (max-width: 575.98px) {
  .gap-xs-8 {
    gap: 8px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-8 {
    gap: 8px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-8 {
    gap: 8px !important;
  }
}

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

.gap-col-8 {
  column-gap: 8px;
}

.border-radius-8 {
  border-radius: 8px;
}

.font-size-8 {
  font-size: 8px;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.padding-8 {
  padding: 8px;
}

.padding-left-8 {
  padding-left: 8px !important;
}

.padding-right-8 {
  padding-right: 8px !important;
}

.gap-9 {
  gap: 9px;
}

@media (max-width: 575.98px) {
  .gap-xs-9 {
    gap: 9px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-9 {
    gap: 9px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-9 {
    gap: 9px !important;
  }
}

.gap-row-9 {
  row-gap: 9px;
}

.gap-col-9 {
  column-gap: 9px;
}

.border-radius-9 {
  border-radius: 9px;
}

.font-size-9 {
  font-size: 9px;
}

.margin-top-9 {
  margin-top: 9px !important;
}

.margin-bottom-9 {
  margin-bottom: 9px !important;
}

.padding-9 {
  padding: 9px;
}

.padding-left-9 {
  padding-left: 9px !important;
}

.padding-right-9 {
  padding-right: 9px !important;
}

.gap-10 {
  gap: 10px;
}

@media (max-width: 575.98px) {
  .gap-xs-10 {
    gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-10 {
    gap: 10px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-10 {
    gap: 10px !important;
  }
}

.gap-row-10 {
  row-gap: 10px;
}

.gap-col-10 {
  column-gap: 10px;
}

.border-radius-10 {
  border-radius: 10px;
}

.font-size-10 {
  font-size: 10px;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.padding-10 {
  padding: 10px;
}

.padding-left-10 {
  padding-left: 10px !important;
}

.padding-right-10 {
  padding-right: 10px !important;
}

.gap-11 {
  gap: 11px;
}

@media (max-width: 575.98px) {
  .gap-xs-11 {
    gap: 11px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-11 {
    gap: 11px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-11 {
    gap: 11px !important;
  }
}

.gap-row-11 {
  row-gap: 11px;
}

.gap-col-11 {
  column-gap: 11px;
}

.border-radius-11 {
  border-radius: 11px;
}

.font-size-11 {
  font-size: 11px;
}

.margin-top-11 {
  margin-top: 11px !important;
}

.margin-bottom-11 {
  margin-bottom: 11px !important;
}

.padding-11 {
  padding: 11px;
}

.padding-left-11 {
  padding-left: 11px !important;
}

.padding-right-11 {
  padding-right: 11px !important;
}

.gap-12 {
  gap: 12px;
}

@media (max-width: 575.98px) {
  .gap-xs-12 {
    gap: 12px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-12 {
    gap: 12px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-12 {
    gap: 12px !important;
  }
}

.gap-row-12 {
  row-gap: 12px;
}

.gap-col-12 {
  column-gap: 12px;
}

.border-radius-12 {
  border-radius: 12px;
}

.font-size-12 {
  font-size: 12px;
}

.margin-top-12 {
  margin-top: 12px !important;
}

.margin-bottom-12 {
  margin-bottom: 12px !important;
}

.padding-12 {
  padding: 12px;
}

.padding-left-12 {
  padding-left: 12px !important;
}

.padding-right-12 {
  padding-right: 12px !important;
}

.gap-13 {
  gap: 13px;
}

@media (max-width: 575.98px) {
  .gap-xs-13 {
    gap: 13px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-13 {
    gap: 13px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-13 {
    gap: 13px !important;
  }
}

.gap-row-13 {
  row-gap: 13px;
}

.gap-col-13 {
  column-gap: 13px;
}

.border-radius-13 {
  border-radius: 13px;
}

.font-size-13 {
  font-size: 13px;
}

.margin-top-13 {
  margin-top: 13px !important;
}

.margin-bottom-13 {
  margin-bottom: 13px !important;
}

.padding-13 {
  padding: 13px;
}

.padding-left-13 {
  padding-left: 13px !important;
}

.padding-right-13 {
  padding-right: 13px !important;
}

.gap-14 {
  gap: 14px;
}

@media (max-width: 575.98px) {
  .gap-xs-14 {
    gap: 14px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-14 {
    gap: 14px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-14 {
    gap: 14px !important;
  }
}

.gap-row-14 {
  row-gap: 14px;
}

.gap-col-14 {
  column-gap: 14px;
}

.border-radius-14 {
  border-radius: 14px;
}

.font-size-14 {
  font-size: 14px;
}

.margin-top-14 {
  margin-top: 14px !important;
}

.margin-bottom-14 {
  margin-bottom: 14px !important;
}

.padding-14 {
  padding: 14px;
}

.padding-left-14 {
  padding-left: 14px !important;
}

.padding-right-14 {
  padding-right: 14px !important;
}

.gap-15 {
  gap: 15px;
}

@media (max-width: 575.98px) {
  .gap-xs-15 {
    gap: 15px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-15 {
    gap: 15px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-15 {
    gap: 15px !important;
  }
}

.gap-row-15 {
  row-gap: 15px;
}

.gap-col-15 {
  column-gap: 15px;
}

.border-radius-15 {
  border-radius: 15px;
}

.font-size-15 {
  font-size: 15px;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.padding-15 {
  padding: 15px;
}

.padding-left-15 {
  padding-left: 15px !important;
}

.padding-right-15 {
  padding-right: 15px !important;
}

.gap-16 {
  gap: 16px;
}

@media (max-width: 575.98px) {
  .gap-xs-16 {
    gap: 16px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-16 {
    gap: 16px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-16 {
    gap: 16px !important;
  }
}

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

.gap-col-16 {
  column-gap: 16px;
}

.border-radius-16 {
  border-radius: 16px;
}

.font-size-16 {
  font-size: 16px;
}

.margin-top-16 {
  margin-top: 16px !important;
}

.margin-bottom-16 {
  margin-bottom: 16px !important;
}

.padding-16 {
  padding: 16px;
}

.padding-left-16 {
  padding-left: 16px !important;
}

.padding-right-16 {
  padding-right: 16px !important;
}

.gap-17 {
  gap: 17px;
}

@media (max-width: 575.98px) {
  .gap-xs-17 {
    gap: 17px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-17 {
    gap: 17px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-17 {
    gap: 17px !important;
  }
}

.gap-row-17 {
  row-gap: 17px;
}

.gap-col-17 {
  column-gap: 17px;
}

.border-radius-17 {
  border-radius: 17px;
}

.font-size-17 {
  font-size: 17px;
}

.margin-top-17 {
  margin-top: 17px !important;
}

.margin-bottom-17 {
  margin-bottom: 17px !important;
}

.padding-17 {
  padding: 17px;
}

.padding-left-17 {
  padding-left: 17px !important;
}

.padding-right-17 {
  padding-right: 17px !important;
}

.gap-18 {
  gap: 18px;
}

@media (max-width: 575.98px) {
  .gap-xs-18 {
    gap: 18px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-18 {
    gap: 18px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-18 {
    gap: 18px !important;
  }
}

.gap-row-18 {
  row-gap: 18px;
}

.gap-col-18 {
  column-gap: 18px;
}

.border-radius-18 {
  border-radius: 18px;
}

.font-size-18 {
  font-size: 18px;
}

.margin-top-18 {
  margin-top: 18px !important;
}

.margin-bottom-18 {
  margin-bottom: 18px !important;
}

.padding-18 {
  padding: 18px;
}

.padding-left-18 {
  padding-left: 18px !important;
}

.padding-right-18 {
  padding-right: 18px !important;
}

.gap-19 {
  gap: 19px;
}

@media (max-width: 575.98px) {
  .gap-xs-19 {
    gap: 19px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-19 {
    gap: 19px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-19 {
    gap: 19px !important;
  }
}

.gap-row-19 {
  row-gap: 19px;
}

.gap-col-19 {
  column-gap: 19px;
}

.border-radius-19 {
  border-radius: 19px;
}

.font-size-19 {
  font-size: 19px;
}

.margin-top-19 {
  margin-top: 19px !important;
}

.margin-bottom-19 {
  margin-bottom: 19px !important;
}

.padding-19 {
  padding: 19px;
}

.padding-left-19 {
  padding-left: 19px !important;
}

.padding-right-19 {
  padding-right: 19px !important;
}

.gap-20 {
  gap: 20px;
}

@media (max-width: 575.98px) {
  .gap-xs-20 {
    gap: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-20 {
    gap: 20px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-20 {
    gap: 20px !important;
  }
}

.gap-row-20 {
  row-gap: 20px;
}

.gap-col-20 {
  column-gap: 20px;
}

.border-radius-20 {
  border-radius: 20px;
}

.font-size-20 {
  font-size: 20px;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.padding-20 {
  padding: 20px;
}

.padding-left-20 {
  padding-left: 20px !important;
}

.padding-right-20 {
  padding-right: 20px !important;
}

.gap-21 {
  gap: 21px;
}

@media (max-width: 575.98px) {
  .gap-xs-21 {
    gap: 21px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-21 {
    gap: 21px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-21 {
    gap: 21px !important;
  }
}

.gap-row-21 {
  row-gap: 21px;
}

.gap-col-21 {
  column-gap: 21px;
}

.border-radius-21 {
  border-radius: 21px;
}

.font-size-21 {
  font-size: 21px;
}

.margin-top-21 {
  margin-top: 21px !important;
}

.margin-bottom-21 {
  margin-bottom: 21px !important;
}

.padding-21 {
  padding: 21px;
}

.padding-left-21 {
  padding-left: 21px !important;
}

.padding-right-21 {
  padding-right: 21px !important;
}

.gap-22 {
  gap: 22px;
}

@media (max-width: 575.98px) {
  .gap-xs-22 {
    gap: 22px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-22 {
    gap: 22px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-22 {
    gap: 22px !important;
  }
}

.gap-row-22 {
  row-gap: 22px;
}

.gap-col-22 {
  column-gap: 22px;
}

.border-radius-22 {
  border-radius: 22px;
}

.font-size-22 {
  font-size: 22px;
}

.margin-top-22 {
  margin-top: 22px !important;
}

.margin-bottom-22 {
  margin-bottom: 22px !important;
}

.padding-22 {
  padding: 22px;
}

.padding-left-22 {
  padding-left: 22px !important;
}

.padding-right-22 {
  padding-right: 22px !important;
}

.gap-23 {
  gap: 23px;
}

@media (max-width: 575.98px) {
  .gap-xs-23 {
    gap: 23px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-23 {
    gap: 23px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-23 {
    gap: 23px !important;
  }
}

.gap-row-23 {
  row-gap: 23px;
}

.gap-col-23 {
  column-gap: 23px;
}

.border-radius-23 {
  border-radius: 23px;
}

.font-size-23 {
  font-size: 23px;
}

.margin-top-23 {
  margin-top: 23px !important;
}

.margin-bottom-23 {
  margin-bottom: 23px !important;
}

.padding-23 {
  padding: 23px;
}

.padding-left-23 {
  padding-left: 23px !important;
}

.padding-right-23 {
  padding-right: 23px !important;
}

.gap-24 {
  gap: 24px;
}

@media (max-width: 575.98px) {
  .gap-xs-24 {
    gap: 24px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-24 {
    gap: 24px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-24 {
    gap: 24px !important;
  }
}

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

.gap-col-24 {
  column-gap: 24px;
}

.border-radius-24 {
  border-radius: 24px;
}

.font-size-24 {
  font-size: 24px;
}

.margin-top-24 {
  margin-top: 24px !important;
}

.margin-bottom-24 {
  margin-bottom: 24px !important;
}

.padding-24 {
  padding: 24px;
}

.padding-left-24 {
  padding-left: 24px !important;
}

.padding-right-24 {
  padding-right: 24px !important;
}

.gap-25 {
  gap: 25px;
}

@media (max-width: 575.98px) {
  .gap-xs-25 {
    gap: 25px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-25 {
    gap: 25px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-25 {
    gap: 25px !important;
  }
}

.gap-row-25 {
  row-gap: 25px;
}

.gap-col-25 {
  column-gap: 25px;
}

.border-radius-25 {
  border-radius: 25px;
}

.font-size-25 {
  font-size: 25px;
}

.margin-top-25 {
  margin-top: 25px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px !important;
}

.padding-25 {
  padding: 25px;
}

.padding-left-25 {
  padding-left: 25px !important;
}

.padding-right-25 {
  padding-right: 25px !important;
}

.gap-26 {
  gap: 26px;
}

@media (max-width: 575.98px) {
  .gap-xs-26 {
    gap: 26px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-26 {
    gap: 26px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-26 {
    gap: 26px !important;
  }
}

.gap-row-26 {
  row-gap: 26px;
}

.gap-col-26 {
  column-gap: 26px;
}

.border-radius-26 {
  border-radius: 26px;
}

.font-size-26 {
  font-size: 26px;
}

.margin-top-26 {
  margin-top: 26px !important;
}

.margin-bottom-26 {
  margin-bottom: 26px !important;
}

.padding-26 {
  padding: 26px;
}

.padding-left-26 {
  padding-left: 26px !important;
}

.padding-right-26 {
  padding-right: 26px !important;
}

.gap-27 {
  gap: 27px;
}

@media (max-width: 575.98px) {
  .gap-xs-27 {
    gap: 27px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-27 {
    gap: 27px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-27 {
    gap: 27px !important;
  }
}

.gap-row-27 {
  row-gap: 27px;
}

.gap-col-27 {
  column-gap: 27px;
}

.border-radius-27 {
  border-radius: 27px;
}

.font-size-27 {
  font-size: 27px;
}

.margin-top-27 {
  margin-top: 27px !important;
}

.margin-bottom-27 {
  margin-bottom: 27px !important;
}

.padding-27 {
  padding: 27px;
}

.padding-left-27 {
  padding-left: 27px !important;
}

.padding-right-27 {
  padding-right: 27px !important;
}

.gap-28 {
  gap: 28px;
}

@media (max-width: 575.98px) {
  .gap-xs-28 {
    gap: 28px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-28 {
    gap: 28px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-28 {
    gap: 28px !important;
  }
}

.gap-row-28 {
  row-gap: 28px;
}

.gap-col-28 {
  column-gap: 28px;
}

.border-radius-28 {
  border-radius: 28px;
}

.font-size-28 {
  font-size: 28px;
}

.margin-top-28 {
  margin-top: 28px !important;
}

.margin-bottom-28 {
  margin-bottom: 28px !important;
}

.padding-28 {
  padding: 28px;
}

.padding-left-28 {
  padding-left: 28px !important;
}

.padding-right-28 {
  padding-right: 28px !important;
}

.gap-29 {
  gap: 29px;
}

@media (max-width: 575.98px) {
  .gap-xs-29 {
    gap: 29px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-29 {
    gap: 29px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-29 {
    gap: 29px !important;
  }
}

.gap-row-29 {
  row-gap: 29px;
}

.gap-col-29 {
  column-gap: 29px;
}

.border-radius-29 {
  border-radius: 29px;
}

.font-size-29 {
  font-size: 29px;
}

.margin-top-29 {
  margin-top: 29px !important;
}

.margin-bottom-29 {
  margin-bottom: 29px !important;
}

.padding-29 {
  padding: 29px;
}

.padding-left-29 {
  padding-left: 29px !important;
}

.padding-right-29 {
  padding-right: 29px !important;
}

.gap-30 {
  gap: 30px;
}

@media (max-width: 575.98px) {
  .gap-xs-30 {
    gap: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-30 {
    gap: 30px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-30 {
    gap: 30px !important;
  }
}

.gap-row-30 {
  row-gap: 30px;
}

.gap-col-30 {
  column-gap: 30px;
}

.border-radius-30 {
  border-radius: 30px;
}

.font-size-30 {
  font-size: 30px;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.padding-30 {
  padding: 30px;
}

.padding-left-30 {
  padding-left: 30px !important;
}

.padding-right-30 {
  padding-right: 30px !important;
}

.gap-31 {
  gap: 31px;
}

@media (max-width: 575.98px) {
  .gap-xs-31 {
    gap: 31px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-31 {
    gap: 31px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-31 {
    gap: 31px !important;
  }
}

.gap-row-31 {
  row-gap: 31px;
}

.gap-col-31 {
  column-gap: 31px;
}

.border-radius-31 {
  border-radius: 31px;
}

.font-size-31 {
  font-size: 31px;
}

.margin-top-31 {
  margin-top: 31px !important;
}

.margin-bottom-31 {
  margin-bottom: 31px !important;
}

.padding-31 {
  padding: 31px;
}

.padding-left-31 {
  padding-left: 31px !important;
}

.padding-right-31 {
  padding-right: 31px !important;
}

.gap-32 {
  gap: 32px;
}

@media (max-width: 575.98px) {
  .gap-xs-32 {
    gap: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-32 {
    gap: 32px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-32 {
    gap: 32px !important;
  }
}

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

.gap-col-32 {
  column-gap: 32px;
}

.border-radius-32 {
  border-radius: 32px;
}

.font-size-32 {
  font-size: 32px;
}

.margin-top-32 {
  margin-top: 32px !important;
}

.margin-bottom-32 {
  margin-bottom: 32px !important;
}

.padding-32 {
  padding: 32px;
}

.padding-left-32 {
  padding-left: 32px !important;
}

.padding-right-32 {
  padding-right: 32px !important;
}

.gap-33 {
  gap: 33px;
}

@media (max-width: 575.98px) {
  .gap-xs-33 {
    gap: 33px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-33 {
    gap: 33px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-33 {
    gap: 33px !important;
  }
}

.gap-row-33 {
  row-gap: 33px;
}

.gap-col-33 {
  column-gap: 33px;
}

.border-radius-33 {
  border-radius: 33px;
}

.font-size-33 {
  font-size: 33px;
}

.margin-top-33 {
  margin-top: 33px !important;
}

.margin-bottom-33 {
  margin-bottom: 33px !important;
}

.padding-33 {
  padding: 33px;
}

.padding-left-33 {
  padding-left: 33px !important;
}

.padding-right-33 {
  padding-right: 33px !important;
}

.gap-34 {
  gap: 34px;
}

@media (max-width: 575.98px) {
  .gap-xs-34 {
    gap: 34px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-34 {
    gap: 34px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-34 {
    gap: 34px !important;
  }
}

.gap-row-34 {
  row-gap: 34px;
}

.gap-col-34 {
  column-gap: 34px;
}

.border-radius-34 {
  border-radius: 34px;
}

.font-size-34 {
  font-size: 34px;
}

.margin-top-34 {
  margin-top: 34px !important;
}

.margin-bottom-34 {
  margin-bottom: 34px !important;
}

.padding-34 {
  padding: 34px;
}

.padding-left-34 {
  padding-left: 34px !important;
}

.padding-right-34 {
  padding-right: 34px !important;
}

.gap-35 {
  gap: 35px;
}

@media (max-width: 575.98px) {
  .gap-xs-35 {
    gap: 35px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-35 {
    gap: 35px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-35 {
    gap: 35px !important;
  }
}

.gap-row-35 {
  row-gap: 35px;
}

.gap-col-35 {
  column-gap: 35px;
}

.border-radius-35 {
  border-radius: 35px;
}

.font-size-35 {
  font-size: 35px;
}

.margin-top-35 {
  margin-top: 35px !important;
}

.margin-bottom-35 {
  margin-bottom: 35px !important;
}

.padding-35 {
  padding: 35px;
}

.padding-left-35 {
  padding-left: 35px !important;
}

.padding-right-35 {
  padding-right: 35px !important;
}

.gap-36 {
  gap: 36px;
}

@media (max-width: 575.98px) {
  .gap-xs-36 {
    gap: 36px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-36 {
    gap: 36px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-36 {
    gap: 36px !important;
  }
}

.gap-row-36 {
  row-gap: 36px;
}

.gap-col-36 {
  column-gap: 36px;
}

.border-radius-36 {
  border-radius: 36px;
}

.font-size-36 {
  font-size: 36px;
}

.margin-top-36 {
  margin-top: 36px !important;
}

.margin-bottom-36 {
  margin-bottom: 36px !important;
}

.padding-36 {
  padding: 36px;
}

.padding-left-36 {
  padding-left: 36px !important;
}

.padding-right-36 {
  padding-right: 36px !important;
}

.gap-37 {
  gap: 37px;
}

@media (max-width: 575.98px) {
  .gap-xs-37 {
    gap: 37px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-37 {
    gap: 37px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-37 {
    gap: 37px !important;
  }
}

.gap-row-37 {
  row-gap: 37px;
}

.gap-col-37 {
  column-gap: 37px;
}

.border-radius-37 {
  border-radius: 37px;
}

.font-size-37 {
  font-size: 37px;
}

.margin-top-37 {
  margin-top: 37px !important;
}

.margin-bottom-37 {
  margin-bottom: 37px !important;
}

.padding-37 {
  padding: 37px;
}

.padding-left-37 {
  padding-left: 37px !important;
}

.padding-right-37 {
  padding-right: 37px !important;
}

.gap-38 {
  gap: 38px;
}

@media (max-width: 575.98px) {
  .gap-xs-38 {
    gap: 38px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-38 {
    gap: 38px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-38 {
    gap: 38px !important;
  }
}

.gap-row-38 {
  row-gap: 38px;
}

.gap-col-38 {
  column-gap: 38px;
}

.border-radius-38 {
  border-radius: 38px;
}

.font-size-38 {
  font-size: 38px;
}

.margin-top-38 {
  margin-top: 38px !important;
}

.margin-bottom-38 {
  margin-bottom: 38px !important;
}

.padding-38 {
  padding: 38px;
}

.padding-left-38 {
  padding-left: 38px !important;
}

.padding-right-38 {
  padding-right: 38px !important;
}

.gap-39 {
  gap: 39px;
}

@media (max-width: 575.98px) {
  .gap-xs-39 {
    gap: 39px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-39 {
    gap: 39px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-39 {
    gap: 39px !important;
  }
}

.gap-row-39 {
  row-gap: 39px;
}

.gap-col-39 {
  column-gap: 39px;
}

.border-radius-39 {
  border-radius: 39px;
}

.font-size-39 {
  font-size: 39px;
}

.margin-top-39 {
  margin-top: 39px !important;
}

.margin-bottom-39 {
  margin-bottom: 39px !important;
}

.padding-39 {
  padding: 39px;
}

.padding-left-39 {
  padding-left: 39px !important;
}

.padding-right-39 {
  padding-right: 39px !important;
}

.gap-40 {
  gap: 40px;
}

@media (max-width: 575.98px) {
  .gap-xs-40 {
    gap: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-40 {
    gap: 40px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-40 {
    gap: 40px !important;
  }
}

.gap-row-40 {
  row-gap: 40px;
}

.gap-col-40 {
  column-gap: 40px;
}

.border-radius-40 {
  border-radius: 40px;
}

.font-size-40 {
  font-size: 40px;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.padding-40 {
  padding: 40px;
}

.padding-left-40 {
  padding-left: 40px !important;
}

.padding-right-40 {
  padding-right: 40px !important;
}

.gap-41 {
  gap: 41px;
}

@media (max-width: 575.98px) {
  .gap-xs-41 {
    gap: 41px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-41 {
    gap: 41px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-41 {
    gap: 41px !important;
  }
}

.gap-row-41 {
  row-gap: 41px;
}

.gap-col-41 {
  column-gap: 41px;
}

.border-radius-41 {
  border-radius: 41px;
}

.font-size-41 {
  font-size: 41px;
}

.margin-top-41 {
  margin-top: 41px !important;
}

.margin-bottom-41 {
  margin-bottom: 41px !important;
}

.padding-41 {
  padding: 41px;
}

.padding-left-41 {
  padding-left: 41px !important;
}

.padding-right-41 {
  padding-right: 41px !important;
}

.gap-42 {
  gap: 42px;
}

@media (max-width: 575.98px) {
  .gap-xs-42 {
    gap: 42px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-42 {
    gap: 42px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-42 {
    gap: 42px !important;
  }
}

.gap-row-42 {
  row-gap: 42px;
}

.gap-col-42 {
  column-gap: 42px;
}

.border-radius-42 {
  border-radius: 42px;
}

.font-size-42 {
  font-size: 42px;
}

.margin-top-42 {
  margin-top: 42px !important;
}

.margin-bottom-42 {
  margin-bottom: 42px !important;
}

.padding-42 {
  padding: 42px;
}

.padding-left-42 {
  padding-left: 42px !important;
}

.padding-right-42 {
  padding-right: 42px !important;
}

.gap-43 {
  gap: 43px;
}

@media (max-width: 575.98px) {
  .gap-xs-43 {
    gap: 43px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-43 {
    gap: 43px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-43 {
    gap: 43px !important;
  }
}

.gap-row-43 {
  row-gap: 43px;
}

.gap-col-43 {
  column-gap: 43px;
}

.border-radius-43 {
  border-radius: 43px;
}

.font-size-43 {
  font-size: 43px;
}

.margin-top-43 {
  margin-top: 43px !important;
}

.margin-bottom-43 {
  margin-bottom: 43px !important;
}

.padding-43 {
  padding: 43px;
}

.padding-left-43 {
  padding-left: 43px !important;
}

.padding-right-43 {
  padding-right: 43px !important;
}

.gap-44 {
  gap: 44px;
}

@media (max-width: 575.98px) {
  .gap-xs-44 {
    gap: 44px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-44 {
    gap: 44px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-44 {
    gap: 44px !important;
  }
}

.gap-row-44 {
  row-gap: 44px;
}

.gap-col-44 {
  column-gap: 44px;
}

.border-radius-44 {
  border-radius: 44px;
}

.font-size-44 {
  font-size: 44px;
}

.margin-top-44 {
  margin-top: 44px !important;
}

.margin-bottom-44 {
  margin-bottom: 44px !important;
}

.padding-44 {
  padding: 44px;
}

.padding-left-44 {
  padding-left: 44px !important;
}

.padding-right-44 {
  padding-right: 44px !important;
}

.gap-45 {
  gap: 45px;
}

@media (max-width: 575.98px) {
  .gap-xs-45 {
    gap: 45px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-45 {
    gap: 45px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-45 {
    gap: 45px !important;
  }
}

.gap-row-45 {
  row-gap: 45px;
}

.gap-col-45 {
  column-gap: 45px;
}

.border-radius-45 {
  border-radius: 45px;
}

.font-size-45 {
  font-size: 45px;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.padding-45 {
  padding: 45px;
}

.padding-left-45 {
  padding-left: 45px !important;
}

.padding-right-45 {
  padding-right: 45px !important;
}

.gap-46 {
  gap: 46px;
}

@media (max-width: 575.98px) {
  .gap-xs-46 {
    gap: 46px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-46 {
    gap: 46px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-46 {
    gap: 46px !important;
  }
}

.gap-row-46 {
  row-gap: 46px;
}

.gap-col-46 {
  column-gap: 46px;
}

.border-radius-46 {
  border-radius: 46px;
}

.font-size-46 {
  font-size: 46px;
}

.margin-top-46 {
  margin-top: 46px !important;
}

.margin-bottom-46 {
  margin-bottom: 46px !important;
}

.padding-46 {
  padding: 46px;
}

.padding-left-46 {
  padding-left: 46px !important;
}

.padding-right-46 {
  padding-right: 46px !important;
}

.gap-47 {
  gap: 47px;
}

@media (max-width: 575.98px) {
  .gap-xs-47 {
    gap: 47px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-47 {
    gap: 47px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-47 {
    gap: 47px !important;
  }
}

.gap-row-47 {
  row-gap: 47px;
}

.gap-col-47 {
  column-gap: 47px;
}

.border-radius-47 {
  border-radius: 47px;
}

.font-size-47 {
  font-size: 47px;
}

.margin-top-47 {
  margin-top: 47px !important;
}

.margin-bottom-47 {
  margin-bottom: 47px !important;
}

.padding-47 {
  padding: 47px;
}

.padding-left-47 {
  padding-left: 47px !important;
}

.padding-right-47 {
  padding-right: 47px !important;
}

.gap-48 {
  gap: 48px;
}

@media (max-width: 575.98px) {
  .gap-xs-48 {
    gap: 48px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-48 {
    gap: 48px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-48 {
    gap: 48px !important;
  }
}

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

.gap-col-48 {
  column-gap: 48px;
}

.border-radius-48 {
  border-radius: 48px;
}

.font-size-48 {
  font-size: 48px;
}

.margin-top-48 {
  margin-top: 48px !important;
}

.margin-bottom-48 {
  margin-bottom: 48px !important;
}

.padding-48 {
  padding: 48px;
}

.padding-left-48 {
  padding-left: 48px !important;
}

.padding-right-48 {
  padding-right: 48px !important;
}

.gap-49 {
  gap: 49px;
}

@media (max-width: 575.98px) {
  .gap-xs-49 {
    gap: 49px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-49 {
    gap: 49px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-49 {
    gap: 49px !important;
  }
}

.gap-row-49 {
  row-gap: 49px;
}

.gap-col-49 {
  column-gap: 49px;
}

.border-radius-49 {
  border-radius: 49px;
}

.font-size-49 {
  font-size: 49px;
}

.margin-top-49 {
  margin-top: 49px !important;
}

.margin-bottom-49 {
  margin-bottom: 49px !important;
}

.padding-49 {
  padding: 49px;
}

.padding-left-49 {
  padding-left: 49px !important;
}

.padding-right-49 {
  padding-right: 49px !important;
}

.gap-50 {
  gap: 50px;
}

@media (max-width: 575.98px) {
  .gap-xs-50 {
    gap: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-50 {
    gap: 50px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-50 {
    gap: 50px !important;
  }
}

.gap-row-50 {
  row-gap: 50px;
}

.gap-col-50 {
  column-gap: 50px;
}

.border-radius-50 {
  border-radius: 50px;
}

.font-size-50 {
  font-size: 50px;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.padding-50 {
  padding: 50px;
}

.padding-left-50 {
  padding-left: 50px !important;
}

.padding-right-50 {
  padding-right: 50px !important;
}

.gap-51 {
  gap: 51px;
}

@media (max-width: 575.98px) {
  .gap-xs-51 {
    gap: 51px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-51 {
    gap: 51px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-51 {
    gap: 51px !important;
  }
}

.gap-row-51 {
  row-gap: 51px;
}

.gap-col-51 {
  column-gap: 51px;
}

.border-radius-51 {
  border-radius: 51px;
}

.font-size-51 {
  font-size: 51px;
}

.margin-top-51 {
  margin-top: 51px !important;
}

.margin-bottom-51 {
  margin-bottom: 51px !important;
}

.padding-51 {
  padding: 51px;
}

.padding-left-51 {
  padding-left: 51px !important;
}

.padding-right-51 {
  padding-right: 51px !important;
}

.gap-52 {
  gap: 52px;
}

@media (max-width: 575.98px) {
  .gap-xs-52 {
    gap: 52px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-52 {
    gap: 52px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-52 {
    gap: 52px !important;
  }
}

.gap-row-52 {
  row-gap: 52px;
}

.gap-col-52 {
  column-gap: 52px;
}

.border-radius-52 {
  border-radius: 52px;
}

.font-size-52 {
  font-size: 52px;
}

.margin-top-52 {
  margin-top: 52px !important;
}

.margin-bottom-52 {
  margin-bottom: 52px !important;
}

.padding-52 {
  padding: 52px;
}

.padding-left-52 {
  padding-left: 52px !important;
}

.padding-right-52 {
  padding-right: 52px !important;
}

.gap-53 {
  gap: 53px;
}

@media (max-width: 575.98px) {
  .gap-xs-53 {
    gap: 53px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-53 {
    gap: 53px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-53 {
    gap: 53px !important;
  }
}

.gap-row-53 {
  row-gap: 53px;
}

.gap-col-53 {
  column-gap: 53px;
}

.border-radius-53 {
  border-radius: 53px;
}

.font-size-53 {
  font-size: 53px;
}

.margin-top-53 {
  margin-top: 53px !important;
}

.margin-bottom-53 {
  margin-bottom: 53px !important;
}

.padding-53 {
  padding: 53px;
}

.padding-left-53 {
  padding-left: 53px !important;
}

.padding-right-53 {
  padding-right: 53px !important;
}

.gap-54 {
  gap: 54px;
}

@media (max-width: 575.98px) {
  .gap-xs-54 {
    gap: 54px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-54 {
    gap: 54px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-54 {
    gap: 54px !important;
  }
}

.gap-row-54 {
  row-gap: 54px;
}

.gap-col-54 {
  column-gap: 54px;
}

.border-radius-54 {
  border-radius: 54px;
}

.font-size-54 {
  font-size: 54px;
}

.margin-top-54 {
  margin-top: 54px !important;
}

.margin-bottom-54 {
  margin-bottom: 54px !important;
}

.padding-54 {
  padding: 54px;
}

.padding-left-54 {
  padding-left: 54px !important;
}

.padding-right-54 {
  padding-right: 54px !important;
}

.gap-55 {
  gap: 55px;
}

@media (max-width: 575.98px) {
  .gap-xs-55 {
    gap: 55px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-55 {
    gap: 55px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-55 {
    gap: 55px !important;
  }
}

.gap-row-55 {
  row-gap: 55px;
}

.gap-col-55 {
  column-gap: 55px;
}

.border-radius-55 {
  border-radius: 55px;
}

.font-size-55 {
  font-size: 55px;
}

.margin-top-55 {
  margin-top: 55px !important;
}

.margin-bottom-55 {
  margin-bottom: 55px !important;
}

.padding-55 {
  padding: 55px;
}

.padding-left-55 {
  padding-left: 55px !important;
}

.padding-right-55 {
  padding-right: 55px !important;
}

.gap-56 {
  gap: 56px;
}

@media (max-width: 575.98px) {
  .gap-xs-56 {
    gap: 56px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-56 {
    gap: 56px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-56 {
    gap: 56px !important;
  }
}

.gap-row-56 {
  row-gap: 56px;
}

.gap-col-56 {
  column-gap: 56px;
}

.border-radius-56 {
  border-radius: 56px;
}

.font-size-56 {
  font-size: 56px;
}

.margin-top-56 {
  margin-top: 56px !important;
}

.margin-bottom-56 {
  margin-bottom: 56px !important;
}

.padding-56 {
  padding: 56px;
}

.padding-left-56 {
  padding-left: 56px !important;
}

.padding-right-56 {
  padding-right: 56px !important;
}

.gap-57 {
  gap: 57px;
}

@media (max-width: 575.98px) {
  .gap-xs-57 {
    gap: 57px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-57 {
    gap: 57px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-57 {
    gap: 57px !important;
  }
}

.gap-row-57 {
  row-gap: 57px;
}

.gap-col-57 {
  column-gap: 57px;
}

.border-radius-57 {
  border-radius: 57px;
}

.font-size-57 {
  font-size: 57px;
}

.margin-top-57 {
  margin-top: 57px !important;
}

.margin-bottom-57 {
  margin-bottom: 57px !important;
}

.padding-57 {
  padding: 57px;
}

.padding-left-57 {
  padding-left: 57px !important;
}

.padding-right-57 {
  padding-right: 57px !important;
}

.gap-58 {
  gap: 58px;
}

@media (max-width: 575.98px) {
  .gap-xs-58 {
    gap: 58px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-58 {
    gap: 58px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-58 {
    gap: 58px !important;
  }
}

.gap-row-58 {
  row-gap: 58px;
}

.gap-col-58 {
  column-gap: 58px;
}

.border-radius-58 {
  border-radius: 58px;
}

.font-size-58 {
  font-size: 58px;
}

.margin-top-58 {
  margin-top: 58px !important;
}

.margin-bottom-58 {
  margin-bottom: 58px !important;
}

.padding-58 {
  padding: 58px;
}

.padding-left-58 {
  padding-left: 58px !important;
}

.padding-right-58 {
  padding-right: 58px !important;
}

.gap-59 {
  gap: 59px;
}

@media (max-width: 575.98px) {
  .gap-xs-59 {
    gap: 59px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-59 {
    gap: 59px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-59 {
    gap: 59px !important;
  }
}

.gap-row-59 {
  row-gap: 59px;
}

.gap-col-59 {
  column-gap: 59px;
}

.border-radius-59 {
  border-radius: 59px;
}

.font-size-59 {
  font-size: 59px;
}

.margin-top-59 {
  margin-top: 59px !important;
}

.margin-bottom-59 {
  margin-bottom: 59px !important;
}

.padding-59 {
  padding: 59px;
}

.padding-left-59 {
  padding-left: 59px !important;
}

.padding-right-59 {
  padding-right: 59px !important;
}

.gap-60 {
  gap: 60px;
}

@media (max-width: 575.98px) {
  .gap-xs-60 {
    gap: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-60 {
    gap: 60px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-60 {
    gap: 60px !important;
  }
}

.gap-row-60 {
  row-gap: 60px;
}

.gap-col-60 {
  column-gap: 60px;
}

.border-radius-60 {
  border-radius: 60px;
}

.font-size-60 {
  font-size: 60px;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.padding-60 {
  padding: 60px;
}

.padding-left-60 {
  padding-left: 60px !important;
}

.padding-right-60 {
  padding-right: 60px !important;
}

.gap-61 {
  gap: 61px;
}

@media (max-width: 575.98px) {
  .gap-xs-61 {
    gap: 61px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-61 {
    gap: 61px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-61 {
    gap: 61px !important;
  }
}

.gap-row-61 {
  row-gap: 61px;
}

.gap-col-61 {
  column-gap: 61px;
}

.border-radius-61 {
  border-radius: 61px;
}

.font-size-61 {
  font-size: 61px;
}

.margin-top-61 {
  margin-top: 61px !important;
}

.margin-bottom-61 {
  margin-bottom: 61px !important;
}

.padding-61 {
  padding: 61px;
}

.padding-left-61 {
  padding-left: 61px !important;
}

.padding-right-61 {
  padding-right: 61px !important;
}

.gap-62 {
  gap: 62px;
}

@media (max-width: 575.98px) {
  .gap-xs-62 {
    gap: 62px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-62 {
    gap: 62px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-62 {
    gap: 62px !important;
  }
}

.gap-row-62 {
  row-gap: 62px;
}

.gap-col-62 {
  column-gap: 62px;
}

.border-radius-62 {
  border-radius: 62px;
}

.font-size-62 {
  font-size: 62px;
}

.margin-top-62 {
  margin-top: 62px !important;
}

.margin-bottom-62 {
  margin-bottom: 62px !important;
}

.padding-62 {
  padding: 62px;
}

.padding-left-62 {
  padding-left: 62px !important;
}

.padding-right-62 {
  padding-right: 62px !important;
}

.gap-63 {
  gap: 63px;
}

@media (max-width: 575.98px) {
  .gap-xs-63 {
    gap: 63px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-63 {
    gap: 63px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-63 {
    gap: 63px !important;
  }
}

.gap-row-63 {
  row-gap: 63px;
}

.gap-col-63 {
  column-gap: 63px;
}

.border-radius-63 {
  border-radius: 63px;
}

.font-size-63 {
  font-size: 63px;
}

.margin-top-63 {
  margin-top: 63px !important;
}

.margin-bottom-63 {
  margin-bottom: 63px !important;
}

.padding-63 {
  padding: 63px;
}

.padding-left-63 {
  padding-left: 63px !important;
}

.padding-right-63 {
  padding-right: 63px !important;
}

.gap-64 {
  gap: 64px;
}

@media (max-width: 575.98px) {
  .gap-xs-64 {
    gap: 64px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-64 {
    gap: 64px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-64 {
    gap: 64px !important;
  }
}

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

.gap-col-64 {
  column-gap: 64px;
}

.border-radius-64 {
  border-radius: 64px;
}

.font-size-64 {
  font-size: 64px;
}

.margin-top-64 {
  margin-top: 64px !important;
}

.margin-bottom-64 {
  margin-bottom: 64px !important;
}

.padding-64 {
  padding: 64px;
}

.padding-left-64 {
  padding-left: 64px !important;
}

.padding-right-64 {
  padding-right: 64px !important;
}

.gap-65 {
  gap: 65px;
}

@media (max-width: 575.98px) {
  .gap-xs-65 {
    gap: 65px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-65 {
    gap: 65px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-65 {
    gap: 65px !important;
  }
}

.gap-row-65 {
  row-gap: 65px;
}

.gap-col-65 {
  column-gap: 65px;
}

.border-radius-65 {
  border-radius: 65px;
}

.font-size-65 {
  font-size: 65px;
}

.margin-top-65 {
  margin-top: 65px !important;
}

.margin-bottom-65 {
  margin-bottom: 65px !important;
}

.padding-65 {
  padding: 65px;
}

.padding-left-65 {
  padding-left: 65px !important;
}

.padding-right-65 {
  padding-right: 65px !important;
}

.gap-66 {
  gap: 66px;
}

@media (max-width: 575.98px) {
  .gap-xs-66 {
    gap: 66px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-66 {
    gap: 66px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-66 {
    gap: 66px !important;
  }
}

.gap-row-66 {
  row-gap: 66px;
}

.gap-col-66 {
  column-gap: 66px;
}

.border-radius-66 {
  border-radius: 66px;
}

.font-size-66 {
  font-size: 66px;
}

.margin-top-66 {
  margin-top: 66px !important;
}

.margin-bottom-66 {
  margin-bottom: 66px !important;
}

.padding-66 {
  padding: 66px;
}

.padding-left-66 {
  padding-left: 66px !important;
}

.padding-right-66 {
  padding-right: 66px !important;
}

.gap-67 {
  gap: 67px;
}

@media (max-width: 575.98px) {
  .gap-xs-67 {
    gap: 67px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-67 {
    gap: 67px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-67 {
    gap: 67px !important;
  }
}

.gap-row-67 {
  row-gap: 67px;
}

.gap-col-67 {
  column-gap: 67px;
}

.border-radius-67 {
  border-radius: 67px;
}

.font-size-67 {
  font-size: 67px;
}

.margin-top-67 {
  margin-top: 67px !important;
}

.margin-bottom-67 {
  margin-bottom: 67px !important;
}

.padding-67 {
  padding: 67px;
}

.padding-left-67 {
  padding-left: 67px !important;
}

.padding-right-67 {
  padding-right: 67px !important;
}

.gap-68 {
  gap: 68px;
}

@media (max-width: 575.98px) {
  .gap-xs-68 {
    gap: 68px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-68 {
    gap: 68px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-68 {
    gap: 68px !important;
  }
}

.gap-row-68 {
  row-gap: 68px;
}

.gap-col-68 {
  column-gap: 68px;
}

.border-radius-68 {
  border-radius: 68px;
}

.font-size-68 {
  font-size: 68px;
}

.margin-top-68 {
  margin-top: 68px !important;
}

.margin-bottom-68 {
  margin-bottom: 68px !important;
}

.padding-68 {
  padding: 68px;
}

.padding-left-68 {
  padding-left: 68px !important;
}

.padding-right-68 {
  padding-right: 68px !important;
}

.gap-69 {
  gap: 69px;
}

@media (max-width: 575.98px) {
  .gap-xs-69 {
    gap: 69px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-69 {
    gap: 69px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-69 {
    gap: 69px !important;
  }
}

.gap-row-69 {
  row-gap: 69px;
}

.gap-col-69 {
  column-gap: 69px;
}

.border-radius-69 {
  border-radius: 69px;
}

.font-size-69 {
  font-size: 69px;
}

.margin-top-69 {
  margin-top: 69px !important;
}

.margin-bottom-69 {
  margin-bottom: 69px !important;
}

.padding-69 {
  padding: 69px;
}

.padding-left-69 {
  padding-left: 69px !important;
}

.padding-right-69 {
  padding-right: 69px !important;
}

.gap-70 {
  gap: 70px;
}

@media (max-width: 575.98px) {
  .gap-xs-70 {
    gap: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-70 {
    gap: 70px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-70 {
    gap: 70px !important;
  }
}

.gap-row-70 {
  row-gap: 70px;
}

.gap-col-70 {
  column-gap: 70px;
}

.border-radius-70 {
  border-radius: 70px;
}

.font-size-70 {
  font-size: 70px;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px !important;
}

.padding-70 {
  padding: 70px;
}

.padding-left-70 {
  padding-left: 70px !important;
}

.padding-right-70 {
  padding-right: 70px !important;
}

.gap-71 {
  gap: 71px;
}

@media (max-width: 575.98px) {
  .gap-xs-71 {
    gap: 71px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-71 {
    gap: 71px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-71 {
    gap: 71px !important;
  }
}

.gap-row-71 {
  row-gap: 71px;
}

.gap-col-71 {
  column-gap: 71px;
}

.border-radius-71 {
  border-radius: 71px;
}

.font-size-71 {
  font-size: 71px;
}

.margin-top-71 {
  margin-top: 71px !important;
}

.margin-bottom-71 {
  margin-bottom: 71px !important;
}

.padding-71 {
  padding: 71px;
}

.padding-left-71 {
  padding-left: 71px !important;
}

.padding-right-71 {
  padding-right: 71px !important;
}

.gap-72 {
  gap: 72px;
}

@media (max-width: 575.98px) {
  .gap-xs-72 {
    gap: 72px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-72 {
    gap: 72px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-72 {
    gap: 72px !important;
  }
}

.gap-row-72 {
  row-gap: 72px;
}

.gap-col-72 {
  column-gap: 72px;
}

.border-radius-72 {
  border-radius: 72px;
}

.font-size-72 {
  font-size: 72px;
}

.margin-top-72 {
  margin-top: 72px !important;
}

.margin-bottom-72 {
  margin-bottom: 72px !important;
}

.padding-72 {
  padding: 72px;
}

.padding-left-72 {
  padding-left: 72px !important;
}

.padding-right-72 {
  padding-right: 72px !important;
}

.gap-73 {
  gap: 73px;
}

@media (max-width: 575.98px) {
  .gap-xs-73 {
    gap: 73px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-73 {
    gap: 73px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-73 {
    gap: 73px !important;
  }
}

.gap-row-73 {
  row-gap: 73px;
}

.gap-col-73 {
  column-gap: 73px;
}

.border-radius-73 {
  border-radius: 73px;
}

.font-size-73 {
  font-size: 73px;
}

.margin-top-73 {
  margin-top: 73px !important;
}

.margin-bottom-73 {
  margin-bottom: 73px !important;
}

.padding-73 {
  padding: 73px;
}

.padding-left-73 {
  padding-left: 73px !important;
}

.padding-right-73 {
  padding-right: 73px !important;
}

.gap-74 {
  gap: 74px;
}

@media (max-width: 575.98px) {
  .gap-xs-74 {
    gap: 74px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-74 {
    gap: 74px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-74 {
    gap: 74px !important;
  }
}

.gap-row-74 {
  row-gap: 74px;
}

.gap-col-74 {
  column-gap: 74px;
}

.border-radius-74 {
  border-radius: 74px;
}

.font-size-74 {
  font-size: 74px;
}

.margin-top-74 {
  margin-top: 74px !important;
}

.margin-bottom-74 {
  margin-bottom: 74px !important;
}

.padding-74 {
  padding: 74px;
}

.padding-left-74 {
  padding-left: 74px !important;
}

.padding-right-74 {
  padding-right: 74px !important;
}

.gap-75 {
  gap: 75px;
}

@media (max-width: 575.98px) {
  .gap-xs-75 {
    gap: 75px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-75 {
    gap: 75px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-75 {
    gap: 75px !important;
  }
}

.gap-row-75 {
  row-gap: 75px;
}

.gap-col-75 {
  column-gap: 75px;
}

.border-radius-75 {
  border-radius: 75px;
}

.font-size-75 {
  font-size: 75px;
}

.margin-top-75 {
  margin-top: 75px !important;
}

.margin-bottom-75 {
  margin-bottom: 75px !important;
}

.padding-75 {
  padding: 75px;
}

.padding-left-75 {
  padding-left: 75px !important;
}

.padding-right-75 {
  padding-right: 75px !important;
}

.gap-76 {
  gap: 76px;
}

@media (max-width: 575.98px) {
  .gap-xs-76 {
    gap: 76px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-76 {
    gap: 76px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-76 {
    gap: 76px !important;
  }
}

.gap-row-76 {
  row-gap: 76px;
}

.gap-col-76 {
  column-gap: 76px;
}

.border-radius-76 {
  border-radius: 76px;
}

.font-size-76 {
  font-size: 76px;
}

.margin-top-76 {
  margin-top: 76px !important;
}

.margin-bottom-76 {
  margin-bottom: 76px !important;
}

.padding-76 {
  padding: 76px;
}

.padding-left-76 {
  padding-left: 76px !important;
}

.padding-right-76 {
  padding-right: 76px !important;
}

.gap-77 {
  gap: 77px;
}

@media (max-width: 575.98px) {
  .gap-xs-77 {
    gap: 77px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-77 {
    gap: 77px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-77 {
    gap: 77px !important;
  }
}

.gap-row-77 {
  row-gap: 77px;
}

.gap-col-77 {
  column-gap: 77px;
}

.border-radius-77 {
  border-radius: 77px;
}

.font-size-77 {
  font-size: 77px;
}

.margin-top-77 {
  margin-top: 77px !important;
}

.margin-bottom-77 {
  margin-bottom: 77px !important;
}

.padding-77 {
  padding: 77px;
}

.padding-left-77 {
  padding-left: 77px !important;
}

.padding-right-77 {
  padding-right: 77px !important;
}

.gap-78 {
  gap: 78px;
}

@media (max-width: 575.98px) {
  .gap-xs-78 {
    gap: 78px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-78 {
    gap: 78px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-78 {
    gap: 78px !important;
  }
}

.gap-row-78 {
  row-gap: 78px;
}

.gap-col-78 {
  column-gap: 78px;
}

.border-radius-78 {
  border-radius: 78px;
}

.font-size-78 {
  font-size: 78px;
}

.margin-top-78 {
  margin-top: 78px !important;
}

.margin-bottom-78 {
  margin-bottom: 78px !important;
}

.padding-78 {
  padding: 78px;
}

.padding-left-78 {
  padding-left: 78px !important;
}

.padding-right-78 {
  padding-right: 78px !important;
}

.gap-79 {
  gap: 79px;
}

@media (max-width: 575.98px) {
  .gap-xs-79 {
    gap: 79px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-79 {
    gap: 79px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-79 {
    gap: 79px !important;
  }
}

.gap-row-79 {
  row-gap: 79px;
}

.gap-col-79 {
  column-gap: 79px;
}

.border-radius-79 {
  border-radius: 79px;
}

.font-size-79 {
  font-size: 79px;
}

.margin-top-79 {
  margin-top: 79px !important;
}

.margin-bottom-79 {
  margin-bottom: 79px !important;
}

.padding-79 {
  padding: 79px;
}

.padding-left-79 {
  padding-left: 79px !important;
}

.padding-right-79 {
  padding-right: 79px !important;
}

.gap-80 {
  gap: 80px;
}

@media (max-width: 575.98px) {
  .gap-xs-80 {
    gap: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-80 {
    gap: 80px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-80 {
    gap: 80px !important;
  }
}

.gap-row-80 {
  row-gap: 80px;
}

.gap-col-80 {
  column-gap: 80px;
}

.border-radius-80 {
  border-radius: 80px;
}

.font-size-80 {
  font-size: 80px;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.padding-80 {
  padding: 80px;
}

.padding-left-80 {
  padding-left: 80px !important;
}

.padding-right-80 {
  padding-right: 80px !important;
}

.gap-81 {
  gap: 81px;
}

@media (max-width: 575.98px) {
  .gap-xs-81 {
    gap: 81px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-81 {
    gap: 81px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-81 {
    gap: 81px !important;
  }
}

.gap-row-81 {
  row-gap: 81px;
}

.gap-col-81 {
  column-gap: 81px;
}

.border-radius-81 {
  border-radius: 81px;
}

.font-size-81 {
  font-size: 81px;
}

.margin-top-81 {
  margin-top: 81px !important;
}

.margin-bottom-81 {
  margin-bottom: 81px !important;
}

.padding-81 {
  padding: 81px;
}

.padding-left-81 {
  padding-left: 81px !important;
}

.padding-right-81 {
  padding-right: 81px !important;
}

.gap-82 {
  gap: 82px;
}

@media (max-width: 575.98px) {
  .gap-xs-82 {
    gap: 82px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-82 {
    gap: 82px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-82 {
    gap: 82px !important;
  }
}

.gap-row-82 {
  row-gap: 82px;
}

.gap-col-82 {
  column-gap: 82px;
}

.border-radius-82 {
  border-radius: 82px;
}

.font-size-82 {
  font-size: 82px;
}

.margin-top-82 {
  margin-top: 82px !important;
}

.margin-bottom-82 {
  margin-bottom: 82px !important;
}

.padding-82 {
  padding: 82px;
}

.padding-left-82 {
  padding-left: 82px !important;
}

.padding-right-82 {
  padding-right: 82px !important;
}

.gap-83 {
  gap: 83px;
}

@media (max-width: 575.98px) {
  .gap-xs-83 {
    gap: 83px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-83 {
    gap: 83px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-83 {
    gap: 83px !important;
  }
}

.gap-row-83 {
  row-gap: 83px;
}

.gap-col-83 {
  column-gap: 83px;
}

.border-radius-83 {
  border-radius: 83px;
}

.font-size-83 {
  font-size: 83px;
}

.margin-top-83 {
  margin-top: 83px !important;
}

.margin-bottom-83 {
  margin-bottom: 83px !important;
}

.padding-83 {
  padding: 83px;
}

.padding-left-83 {
  padding-left: 83px !important;
}

.padding-right-83 {
  padding-right: 83px !important;
}

.gap-84 {
  gap: 84px;
}

@media (max-width: 575.98px) {
  .gap-xs-84 {
    gap: 84px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-84 {
    gap: 84px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-84 {
    gap: 84px !important;
  }
}

.gap-row-84 {
  row-gap: 84px;
}

.gap-col-84 {
  column-gap: 84px;
}

.border-radius-84 {
  border-radius: 84px;
}

.font-size-84 {
  font-size: 84px;
}

.margin-top-84 {
  margin-top: 84px !important;
}

.margin-bottom-84 {
  margin-bottom: 84px !important;
}

.padding-84 {
  padding: 84px;
}

.padding-left-84 {
  padding-left: 84px !important;
}

.padding-right-84 {
  padding-right: 84px !important;
}

.gap-85 {
  gap: 85px;
}

@media (max-width: 575.98px) {
  .gap-xs-85 {
    gap: 85px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-85 {
    gap: 85px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-85 {
    gap: 85px !important;
  }
}

.gap-row-85 {
  row-gap: 85px;
}

.gap-col-85 {
  column-gap: 85px;
}

.border-radius-85 {
  border-radius: 85px;
}

.font-size-85 {
  font-size: 85px;
}

.margin-top-85 {
  margin-top: 85px !important;
}

.margin-bottom-85 {
  margin-bottom: 85px !important;
}

.padding-85 {
  padding: 85px;
}

.padding-left-85 {
  padding-left: 85px !important;
}

.padding-right-85 {
  padding-right: 85px !important;
}

.gap-86 {
  gap: 86px;
}

@media (max-width: 575.98px) {
  .gap-xs-86 {
    gap: 86px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-86 {
    gap: 86px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-86 {
    gap: 86px !important;
  }
}

.gap-row-86 {
  row-gap: 86px;
}

.gap-col-86 {
  column-gap: 86px;
}

.border-radius-86 {
  border-radius: 86px;
}

.font-size-86 {
  font-size: 86px;
}

.margin-top-86 {
  margin-top: 86px !important;
}

.margin-bottom-86 {
  margin-bottom: 86px !important;
}

.padding-86 {
  padding: 86px;
}

.padding-left-86 {
  padding-left: 86px !important;
}

.padding-right-86 {
  padding-right: 86px !important;
}

.gap-87 {
  gap: 87px;
}

@media (max-width: 575.98px) {
  .gap-xs-87 {
    gap: 87px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-87 {
    gap: 87px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-87 {
    gap: 87px !important;
  }
}

.gap-row-87 {
  row-gap: 87px;
}

.gap-col-87 {
  column-gap: 87px;
}

.border-radius-87 {
  border-radius: 87px;
}

.font-size-87 {
  font-size: 87px;
}

.margin-top-87 {
  margin-top: 87px !important;
}

.margin-bottom-87 {
  margin-bottom: 87px !important;
}

.padding-87 {
  padding: 87px;
}

.padding-left-87 {
  padding-left: 87px !important;
}

.padding-right-87 {
  padding-right: 87px !important;
}

.gap-88 {
  gap: 88px;
}

@media (max-width: 575.98px) {
  .gap-xs-88 {
    gap: 88px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-88 {
    gap: 88px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-88 {
    gap: 88px !important;
  }
}

.gap-row-88 {
  row-gap: 88px;
}

.gap-col-88 {
  column-gap: 88px;
}

.border-radius-88 {
  border-radius: 88px;
}

.font-size-88 {
  font-size: 88px;
}

.margin-top-88 {
  margin-top: 88px !important;
}

.margin-bottom-88 {
  margin-bottom: 88px !important;
}

.padding-88 {
  padding: 88px;
}

.padding-left-88 {
  padding-left: 88px !important;
}

.padding-right-88 {
  padding-right: 88px !important;
}

.gap-89 {
  gap: 89px;
}

@media (max-width: 575.98px) {
  .gap-xs-89 {
    gap: 89px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-89 {
    gap: 89px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-89 {
    gap: 89px !important;
  }
}

.gap-row-89 {
  row-gap: 89px;
}

.gap-col-89 {
  column-gap: 89px;
}

.border-radius-89 {
  border-radius: 89px;
}

.font-size-89 {
  font-size: 89px;
}

.margin-top-89 {
  margin-top: 89px !important;
}

.margin-bottom-89 {
  margin-bottom: 89px !important;
}

.padding-89 {
  padding: 89px;
}

.padding-left-89 {
  padding-left: 89px !important;
}

.padding-right-89 {
  padding-right: 89px !important;
}

.gap-90 {
  gap: 90px;
}

@media (max-width: 575.98px) {
  .gap-xs-90 {
    gap: 90px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-90 {
    gap: 90px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-90 {
    gap: 90px !important;
  }
}

.gap-row-90 {
  row-gap: 90px;
}

.gap-col-90 {
  column-gap: 90px;
}

.border-radius-90 {
  border-radius: 90px;
}

.font-size-90 {
  font-size: 90px;
}

.margin-top-90 {
  margin-top: 90px !important;
}

.margin-bottom-90 {
  margin-bottom: 90px !important;
}

.padding-90 {
  padding: 90px;
}

.padding-left-90 {
  padding-left: 90px !important;
}

.padding-right-90 {
  padding-right: 90px !important;
}

.gap-91 {
  gap: 91px;
}

@media (max-width: 575.98px) {
  .gap-xs-91 {
    gap: 91px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-91 {
    gap: 91px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-91 {
    gap: 91px !important;
  }
}

.gap-row-91 {
  row-gap: 91px;
}

.gap-col-91 {
  column-gap: 91px;
}

.border-radius-91 {
  border-radius: 91px;
}

.font-size-91 {
  font-size: 91px;
}

.margin-top-91 {
  margin-top: 91px !important;
}

.margin-bottom-91 {
  margin-bottom: 91px !important;
}

.padding-91 {
  padding: 91px;
}

.padding-left-91 {
  padding-left: 91px !important;
}

.padding-right-91 {
  padding-right: 91px !important;
}

.gap-92 {
  gap: 92px;
}

@media (max-width: 575.98px) {
  .gap-xs-92 {
    gap: 92px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-92 {
    gap: 92px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-92 {
    gap: 92px !important;
  }
}

.gap-row-92 {
  row-gap: 92px;
}

.gap-col-92 {
  column-gap: 92px;
}

.border-radius-92 {
  border-radius: 92px;
}

.font-size-92 {
  font-size: 92px;
}

.margin-top-92 {
  margin-top: 92px !important;
}

.margin-bottom-92 {
  margin-bottom: 92px !important;
}

.padding-92 {
  padding: 92px;
}

.padding-left-92 {
  padding-left: 92px !important;
}

.padding-right-92 {
  padding-right: 92px !important;
}

.gap-93 {
  gap: 93px;
}

@media (max-width: 575.98px) {
  .gap-xs-93 {
    gap: 93px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-93 {
    gap: 93px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-93 {
    gap: 93px !important;
  }
}

.gap-row-93 {
  row-gap: 93px;
}

.gap-col-93 {
  column-gap: 93px;
}

.border-radius-93 {
  border-radius: 93px;
}

.font-size-93 {
  font-size: 93px;
}

.margin-top-93 {
  margin-top: 93px !important;
}

.margin-bottom-93 {
  margin-bottom: 93px !important;
}

.padding-93 {
  padding: 93px;
}

.padding-left-93 {
  padding-left: 93px !important;
}

.padding-right-93 {
  padding-right: 93px !important;
}

.gap-94 {
  gap: 94px;
}

@media (max-width: 575.98px) {
  .gap-xs-94 {
    gap: 94px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-94 {
    gap: 94px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-94 {
    gap: 94px !important;
  }
}

.gap-row-94 {
  row-gap: 94px;
}

.gap-col-94 {
  column-gap: 94px;
}

.border-radius-94 {
  border-radius: 94px;
}

.font-size-94 {
  font-size: 94px;
}

.margin-top-94 {
  margin-top: 94px !important;
}

.margin-bottom-94 {
  margin-bottom: 94px !important;
}

.padding-94 {
  padding: 94px;
}

.padding-left-94 {
  padding-left: 94px !important;
}

.padding-right-94 {
  padding-right: 94px !important;
}

.gap-95 {
  gap: 95px;
}

@media (max-width: 575.98px) {
  .gap-xs-95 {
    gap: 95px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-95 {
    gap: 95px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-95 {
    gap: 95px !important;
  }
}

.gap-row-95 {
  row-gap: 95px;
}

.gap-col-95 {
  column-gap: 95px;
}

.border-radius-95 {
  border-radius: 95px;
}

.font-size-95 {
  font-size: 95px;
}

.margin-top-95 {
  margin-top: 95px !important;
}

.margin-bottom-95 {
  margin-bottom: 95px !important;
}

.padding-95 {
  padding: 95px;
}

.padding-left-95 {
  padding-left: 95px !important;
}

.padding-right-95 {
  padding-right: 95px !important;
}

.gap-96 {
  gap: 96px;
}

@media (max-width: 575.98px) {
  .gap-xs-96 {
    gap: 96px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-96 {
    gap: 96px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-96 {
    gap: 96px !important;
  }
}

.gap-row-96 {
  row-gap: 96px;
}

.gap-col-96 {
  column-gap: 96px;
}

.border-radius-96 {
  border-radius: 96px;
}

.font-size-96 {
  font-size: 96px;
}

.margin-top-96 {
  margin-top: 96px !important;
}

.margin-bottom-96 {
  margin-bottom: 96px !important;
}

.padding-96 {
  padding: 96px;
}

.padding-left-96 {
  padding-left: 96px !important;
}

.padding-right-96 {
  padding-right: 96px !important;
}

.gap-97 {
  gap: 97px;
}

@media (max-width: 575.98px) {
  .gap-xs-97 {
    gap: 97px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-97 {
    gap: 97px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-97 {
    gap: 97px !important;
  }
}

.gap-row-97 {
  row-gap: 97px;
}

.gap-col-97 {
  column-gap: 97px;
}

.border-radius-97 {
  border-radius: 97px;
}

.font-size-97 {
  font-size: 97px;
}

.margin-top-97 {
  margin-top: 97px !important;
}

.margin-bottom-97 {
  margin-bottom: 97px !important;
}

.padding-97 {
  padding: 97px;
}

.padding-left-97 {
  padding-left: 97px !important;
}

.padding-right-97 {
  padding-right: 97px !important;
}

.gap-98 {
  gap: 98px;
}

@media (max-width: 575.98px) {
  .gap-xs-98 {
    gap: 98px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-98 {
    gap: 98px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-98 {
    gap: 98px !important;
  }
}

.gap-row-98 {
  row-gap: 98px;
}

.gap-col-98 {
  column-gap: 98px;
}

.border-radius-98 {
  border-radius: 98px;
}

.font-size-98 {
  font-size: 98px;
}

.margin-top-98 {
  margin-top: 98px !important;
}

.margin-bottom-98 {
  margin-bottom: 98px !important;
}

.padding-98 {
  padding: 98px;
}

.padding-left-98 {
  padding-left: 98px !important;
}

.padding-right-98 {
  padding-right: 98px !important;
}

.gap-99 {
  gap: 99px;
}

@media (max-width: 575.98px) {
  .gap-xs-99 {
    gap: 99px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-99 {
    gap: 99px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-99 {
    gap: 99px !important;
  }
}

.gap-row-99 {
  row-gap: 99px;
}

.gap-col-99 {
  column-gap: 99px;
}

.border-radius-99 {
  border-radius: 99px;
}

.font-size-99 {
  font-size: 99px;
}

.margin-top-99 {
  margin-top: 99px !important;
}

.margin-bottom-99 {
  margin-bottom: 99px !important;
}

.padding-99 {
  padding: 99px;
}

.padding-left-99 {
  padding-left: 99px !important;
}

.padding-right-99 {
  padding-right: 99px !important;
}

.gap-100 {
  gap: 100px;
}

@media (max-width: 575.98px) {
  .gap-xs-100 {
    gap: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-100 {
    gap: 100px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-100 {
    gap: 100px !important;
  }
}

.gap-row-100 {
  row-gap: 100px;
}

.gap-col-100 {
  column-gap: 100px;
}

.border-radius-100 {
  border-radius: 100px;
}

.font-size-100 {
  font-size: 100px;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.padding-100 {
  padding: 100px;
}

.padding-left-100 {
  padding-left: 100px !important;
}

.padding-right-100 {
  padding-right: 100px !important;
}

.gap-101 {
  gap: 101px;
}

@media (max-width: 575.98px) {
  .gap-xs-101 {
    gap: 101px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-101 {
    gap: 101px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-101 {
    gap: 101px !important;
  }
}

.gap-row-101 {
  row-gap: 101px;
}

.gap-col-101 {
  column-gap: 101px;
}

.border-radius-101 {
  border-radius: 101px;
}

.font-size-101 {
  font-size: 101px;
}

.margin-top-101 {
  margin-top: 101px !important;
}

.margin-bottom-101 {
  margin-bottom: 101px !important;
}

.padding-101 {
  padding: 101px;
}

.padding-left-101 {
  padding-left: 101px !important;
}

.padding-right-101 {
  padding-right: 101px !important;
}

.gap-102 {
  gap: 102px;
}

@media (max-width: 575.98px) {
  .gap-xs-102 {
    gap: 102px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-102 {
    gap: 102px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-102 {
    gap: 102px !important;
  }
}

.gap-row-102 {
  row-gap: 102px;
}

.gap-col-102 {
  column-gap: 102px;
}

.border-radius-102 {
  border-radius: 102px;
}

.font-size-102 {
  font-size: 102px;
}

.margin-top-102 {
  margin-top: 102px !important;
}

.margin-bottom-102 {
  margin-bottom: 102px !important;
}

.padding-102 {
  padding: 102px;
}

.padding-left-102 {
  padding-left: 102px !important;
}

.padding-right-102 {
  padding-right: 102px !important;
}

.gap-103 {
  gap: 103px;
}

@media (max-width: 575.98px) {
  .gap-xs-103 {
    gap: 103px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-103 {
    gap: 103px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-103 {
    gap: 103px !important;
  }
}

.gap-row-103 {
  row-gap: 103px;
}

.gap-col-103 {
  column-gap: 103px;
}

.border-radius-103 {
  border-radius: 103px;
}

.font-size-103 {
  font-size: 103px;
}

.margin-top-103 {
  margin-top: 103px !important;
}

.margin-bottom-103 {
  margin-bottom: 103px !important;
}

.padding-103 {
  padding: 103px;
}

.padding-left-103 {
  padding-left: 103px !important;
}

.padding-right-103 {
  padding-right: 103px !important;
}

.gap-104 {
  gap: 104px;
}

@media (max-width: 575.98px) {
  .gap-xs-104 {
    gap: 104px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-104 {
    gap: 104px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-104 {
    gap: 104px !important;
  }
}

.gap-row-104 {
  row-gap: 104px;
}

.gap-col-104 {
  column-gap: 104px;
}

.border-radius-104 {
  border-radius: 104px;
}

.font-size-104 {
  font-size: 104px;
}

.margin-top-104 {
  margin-top: 104px !important;
}

.margin-bottom-104 {
  margin-bottom: 104px !important;
}

.padding-104 {
  padding: 104px;
}

.padding-left-104 {
  padding-left: 104px !important;
}

.padding-right-104 {
  padding-right: 104px !important;
}

.gap-105 {
  gap: 105px;
}

@media (max-width: 575.98px) {
  .gap-xs-105 {
    gap: 105px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-105 {
    gap: 105px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-105 {
    gap: 105px !important;
  }
}

.gap-row-105 {
  row-gap: 105px;
}

.gap-col-105 {
  column-gap: 105px;
}

.border-radius-105 {
  border-radius: 105px;
}

.font-size-105 {
  font-size: 105px;
}

.margin-top-105 {
  margin-top: 105px !important;
}

.margin-bottom-105 {
  margin-bottom: 105px !important;
}

.padding-105 {
  padding: 105px;
}

.padding-left-105 {
  padding-left: 105px !important;
}

.padding-right-105 {
  padding-right: 105px !important;
}

.gap-106 {
  gap: 106px;
}

@media (max-width: 575.98px) {
  .gap-xs-106 {
    gap: 106px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-106 {
    gap: 106px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-106 {
    gap: 106px !important;
  }
}

.gap-row-106 {
  row-gap: 106px;
}

.gap-col-106 {
  column-gap: 106px;
}

.border-radius-106 {
  border-radius: 106px;
}

.font-size-106 {
  font-size: 106px;
}

.margin-top-106 {
  margin-top: 106px !important;
}

.margin-bottom-106 {
  margin-bottom: 106px !important;
}

.padding-106 {
  padding: 106px;
}

.padding-left-106 {
  padding-left: 106px !important;
}

.padding-right-106 {
  padding-right: 106px !important;
}

.gap-107 {
  gap: 107px;
}

@media (max-width: 575.98px) {
  .gap-xs-107 {
    gap: 107px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-107 {
    gap: 107px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-107 {
    gap: 107px !important;
  }
}

.gap-row-107 {
  row-gap: 107px;
}

.gap-col-107 {
  column-gap: 107px;
}

.border-radius-107 {
  border-radius: 107px;
}

.font-size-107 {
  font-size: 107px;
}

.margin-top-107 {
  margin-top: 107px !important;
}

.margin-bottom-107 {
  margin-bottom: 107px !important;
}

.padding-107 {
  padding: 107px;
}

.padding-left-107 {
  padding-left: 107px !important;
}

.padding-right-107 {
  padding-right: 107px !important;
}

.gap-108 {
  gap: 108px;
}

@media (max-width: 575.98px) {
  .gap-xs-108 {
    gap: 108px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-108 {
    gap: 108px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-108 {
    gap: 108px !important;
  }
}

.gap-row-108 {
  row-gap: 108px;
}

.gap-col-108 {
  column-gap: 108px;
}

.border-radius-108 {
  border-radius: 108px;
}

.font-size-108 {
  font-size: 108px;
}

.margin-top-108 {
  margin-top: 108px !important;
}

.margin-bottom-108 {
  margin-bottom: 108px !important;
}

.padding-108 {
  padding: 108px;
}

.padding-left-108 {
  padding-left: 108px !important;
}

.padding-right-108 {
  padding-right: 108px !important;
}

.gap-109 {
  gap: 109px;
}

@media (max-width: 575.98px) {
  .gap-xs-109 {
    gap: 109px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-109 {
    gap: 109px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-109 {
    gap: 109px !important;
  }
}

.gap-row-109 {
  row-gap: 109px;
}

.gap-col-109 {
  column-gap: 109px;
}

.border-radius-109 {
  border-radius: 109px;
}

.font-size-109 {
  font-size: 109px;
}

.margin-top-109 {
  margin-top: 109px !important;
}

.margin-bottom-109 {
  margin-bottom: 109px !important;
}

.padding-109 {
  padding: 109px;
}

.padding-left-109 {
  padding-left: 109px !important;
}

.padding-right-109 {
  padding-right: 109px !important;
}

.gap-110 {
  gap: 110px;
}

@media (max-width: 575.98px) {
  .gap-xs-110 {
    gap: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-110 {
    gap: 110px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-110 {
    gap: 110px !important;
  }
}

.gap-row-110 {
  row-gap: 110px;
}

.gap-col-110 {
  column-gap: 110px;
}

.border-radius-110 {
  border-radius: 110px;
}

.font-size-110 {
  font-size: 110px;
}

.margin-top-110 {
  margin-top: 110px !important;
}

.margin-bottom-110 {
  margin-bottom: 110px !important;
}

.padding-110 {
  padding: 110px;
}

.padding-left-110 {
  padding-left: 110px !important;
}

.padding-right-110 {
  padding-right: 110px !important;
}

.gap-111 {
  gap: 111px;
}

@media (max-width: 575.98px) {
  .gap-xs-111 {
    gap: 111px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-111 {
    gap: 111px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-111 {
    gap: 111px !important;
  }
}

.gap-row-111 {
  row-gap: 111px;
}

.gap-col-111 {
  column-gap: 111px;
}

.border-radius-111 {
  border-radius: 111px;
}

.font-size-111 {
  font-size: 111px;
}

.margin-top-111 {
  margin-top: 111px !important;
}

.margin-bottom-111 {
  margin-bottom: 111px !important;
}

.padding-111 {
  padding: 111px;
}

.padding-left-111 {
  padding-left: 111px !important;
}

.padding-right-111 {
  padding-right: 111px !important;
}

.gap-112 {
  gap: 112px;
}

@media (max-width: 575.98px) {
  .gap-xs-112 {
    gap: 112px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-112 {
    gap: 112px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-112 {
    gap: 112px !important;
  }
}

.gap-row-112 {
  row-gap: 112px;
}

.gap-col-112 {
  column-gap: 112px;
}

.border-radius-112 {
  border-radius: 112px;
}

.font-size-112 {
  font-size: 112px;
}

.margin-top-112 {
  margin-top: 112px !important;
}

.margin-bottom-112 {
  margin-bottom: 112px !important;
}

.padding-112 {
  padding: 112px;
}

.padding-left-112 {
  padding-left: 112px !important;
}

.padding-right-112 {
  padding-right: 112px !important;
}

.gap-113 {
  gap: 113px;
}

@media (max-width: 575.98px) {
  .gap-xs-113 {
    gap: 113px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-113 {
    gap: 113px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-113 {
    gap: 113px !important;
  }
}

.gap-row-113 {
  row-gap: 113px;
}

.gap-col-113 {
  column-gap: 113px;
}

.border-radius-113 {
  border-radius: 113px;
}

.font-size-113 {
  font-size: 113px;
}

.margin-top-113 {
  margin-top: 113px !important;
}

.margin-bottom-113 {
  margin-bottom: 113px !important;
}

.padding-113 {
  padding: 113px;
}

.padding-left-113 {
  padding-left: 113px !important;
}

.padding-right-113 {
  padding-right: 113px !important;
}

.gap-114 {
  gap: 114px;
}

@media (max-width: 575.98px) {
  .gap-xs-114 {
    gap: 114px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-114 {
    gap: 114px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-114 {
    gap: 114px !important;
  }
}

.gap-row-114 {
  row-gap: 114px;
}

.gap-col-114 {
  column-gap: 114px;
}

.border-radius-114 {
  border-radius: 114px;
}

.font-size-114 {
  font-size: 114px;
}

.margin-top-114 {
  margin-top: 114px !important;
}

.margin-bottom-114 {
  margin-bottom: 114px !important;
}

.padding-114 {
  padding: 114px;
}

.padding-left-114 {
  padding-left: 114px !important;
}

.padding-right-114 {
  padding-right: 114px !important;
}

.gap-115 {
  gap: 115px;
}

@media (max-width: 575.98px) {
  .gap-xs-115 {
    gap: 115px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-115 {
    gap: 115px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-115 {
    gap: 115px !important;
  }
}

.gap-row-115 {
  row-gap: 115px;
}

.gap-col-115 {
  column-gap: 115px;
}

.border-radius-115 {
  border-radius: 115px;
}

.font-size-115 {
  font-size: 115px;
}

.margin-top-115 {
  margin-top: 115px !important;
}

.margin-bottom-115 {
  margin-bottom: 115px !important;
}

.padding-115 {
  padding: 115px;
}

.padding-left-115 {
  padding-left: 115px !important;
}

.padding-right-115 {
  padding-right: 115px !important;
}

.gap-116 {
  gap: 116px;
}

@media (max-width: 575.98px) {
  .gap-xs-116 {
    gap: 116px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-116 {
    gap: 116px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-116 {
    gap: 116px !important;
  }
}

.gap-row-116 {
  row-gap: 116px;
}

.gap-col-116 {
  column-gap: 116px;
}

.border-radius-116 {
  border-radius: 116px;
}

.font-size-116 {
  font-size: 116px;
}

.margin-top-116 {
  margin-top: 116px !important;
}

.margin-bottom-116 {
  margin-bottom: 116px !important;
}

.padding-116 {
  padding: 116px;
}

.padding-left-116 {
  padding-left: 116px !important;
}

.padding-right-116 {
  padding-right: 116px !important;
}

.gap-117 {
  gap: 117px;
}

@media (max-width: 575.98px) {
  .gap-xs-117 {
    gap: 117px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-117 {
    gap: 117px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-117 {
    gap: 117px !important;
  }
}

.gap-row-117 {
  row-gap: 117px;
}

.gap-col-117 {
  column-gap: 117px;
}

.border-radius-117 {
  border-radius: 117px;
}

.font-size-117 {
  font-size: 117px;
}

.margin-top-117 {
  margin-top: 117px !important;
}

.margin-bottom-117 {
  margin-bottom: 117px !important;
}

.padding-117 {
  padding: 117px;
}

.padding-left-117 {
  padding-left: 117px !important;
}

.padding-right-117 {
  padding-right: 117px !important;
}

.gap-118 {
  gap: 118px;
}

@media (max-width: 575.98px) {
  .gap-xs-118 {
    gap: 118px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-118 {
    gap: 118px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-118 {
    gap: 118px !important;
  }
}

.gap-row-118 {
  row-gap: 118px;
}

.gap-col-118 {
  column-gap: 118px;
}

.border-radius-118 {
  border-radius: 118px;
}

.font-size-118 {
  font-size: 118px;
}

.margin-top-118 {
  margin-top: 118px !important;
}

.margin-bottom-118 {
  margin-bottom: 118px !important;
}

.padding-118 {
  padding: 118px;
}

.padding-left-118 {
  padding-left: 118px !important;
}

.padding-right-118 {
  padding-right: 118px !important;
}

.gap-119 {
  gap: 119px;
}

@media (max-width: 575.98px) {
  .gap-xs-119 {
    gap: 119px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-119 {
    gap: 119px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-119 {
    gap: 119px !important;
  }
}

.gap-row-119 {
  row-gap: 119px;
}

.gap-col-119 {
  column-gap: 119px;
}

.border-radius-119 {
  border-radius: 119px;
}

.font-size-119 {
  font-size: 119px;
}

.margin-top-119 {
  margin-top: 119px !important;
}

.margin-bottom-119 {
  margin-bottom: 119px !important;
}

.padding-119 {
  padding: 119px;
}

.padding-left-119 {
  padding-left: 119px !important;
}

.padding-right-119 {
  padding-right: 119px !important;
}

.gap-120 {
  gap: 120px;
}

@media (max-width: 575.98px) {
  .gap-xs-120 {
    gap: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-120 {
    gap: 120px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-120 {
    gap: 120px !important;
  }
}

.gap-row-120 {
  row-gap: 120px;
}

.gap-col-120 {
  column-gap: 120px;
}

.border-radius-120 {
  border-radius: 120px;
}

.font-size-120 {
  font-size: 120px;
}

.margin-top-120 {
  margin-top: 120px !important;
}

.margin-bottom-120 {
  margin-bottom: 120px !important;
}

.padding-120 {
  padding: 120px;
}

.padding-left-120 {
  padding-left: 120px !important;
}

.padding-right-120 {
  padding-right: 120px !important;
}

.gap-121 {
  gap: 121px;
}

@media (max-width: 575.98px) {
  .gap-xs-121 {
    gap: 121px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-121 {
    gap: 121px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-121 {
    gap: 121px !important;
  }
}

.gap-row-121 {
  row-gap: 121px;
}

.gap-col-121 {
  column-gap: 121px;
}

.border-radius-121 {
  border-radius: 121px;
}

.font-size-121 {
  font-size: 121px;
}

.margin-top-121 {
  margin-top: 121px !important;
}

.margin-bottom-121 {
  margin-bottom: 121px !important;
}

.padding-121 {
  padding: 121px;
}

.padding-left-121 {
  padding-left: 121px !important;
}

.padding-right-121 {
  padding-right: 121px !important;
}

.gap-122 {
  gap: 122px;
}

@media (max-width: 575.98px) {
  .gap-xs-122 {
    gap: 122px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-122 {
    gap: 122px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-122 {
    gap: 122px !important;
  }
}

.gap-row-122 {
  row-gap: 122px;
}

.gap-col-122 {
  column-gap: 122px;
}

.border-radius-122 {
  border-radius: 122px;
}

.font-size-122 {
  font-size: 122px;
}

.margin-top-122 {
  margin-top: 122px !important;
}

.margin-bottom-122 {
  margin-bottom: 122px !important;
}

.padding-122 {
  padding: 122px;
}

.padding-left-122 {
  padding-left: 122px !important;
}

.padding-right-122 {
  padding-right: 122px !important;
}

.gap-123 {
  gap: 123px;
}

@media (max-width: 575.98px) {
  .gap-xs-123 {
    gap: 123px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-123 {
    gap: 123px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-123 {
    gap: 123px !important;
  }
}

.gap-row-123 {
  row-gap: 123px;
}

.gap-col-123 {
  column-gap: 123px;
}

.border-radius-123 {
  border-radius: 123px;
}

.font-size-123 {
  font-size: 123px;
}

.margin-top-123 {
  margin-top: 123px !important;
}

.margin-bottom-123 {
  margin-bottom: 123px !important;
}

.padding-123 {
  padding: 123px;
}

.padding-left-123 {
  padding-left: 123px !important;
}

.padding-right-123 {
  padding-right: 123px !important;
}

.gap-124 {
  gap: 124px;
}

@media (max-width: 575.98px) {
  .gap-xs-124 {
    gap: 124px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-124 {
    gap: 124px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-124 {
    gap: 124px !important;
  }
}

.gap-row-124 {
  row-gap: 124px;
}

.gap-col-124 {
  column-gap: 124px;
}

.border-radius-124 {
  border-radius: 124px;
}

.font-size-124 {
  font-size: 124px;
}

.margin-top-124 {
  margin-top: 124px !important;
}

.margin-bottom-124 {
  margin-bottom: 124px !important;
}

.padding-124 {
  padding: 124px;
}

.padding-left-124 {
  padding-left: 124px !important;
}

.padding-right-124 {
  padding-right: 124px !important;
}

.gap-125 {
  gap: 125px;
}

@media (max-width: 575.98px) {
  .gap-xs-125 {
    gap: 125px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-125 {
    gap: 125px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-125 {
    gap: 125px !important;
  }
}

.gap-row-125 {
  row-gap: 125px;
}

.gap-col-125 {
  column-gap: 125px;
}

.border-radius-125 {
  border-radius: 125px;
}

.font-size-125 {
  font-size: 125px;
}

.margin-top-125 {
  margin-top: 125px !important;
}

.margin-bottom-125 {
  margin-bottom: 125px !important;
}

.padding-125 {
  padding: 125px;
}

.padding-left-125 {
  padding-left: 125px !important;
}

.padding-right-125 {
  padding-right: 125px !important;
}

.gap-126 {
  gap: 126px;
}

@media (max-width: 575.98px) {
  .gap-xs-126 {
    gap: 126px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-126 {
    gap: 126px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-126 {
    gap: 126px !important;
  }
}

.gap-row-126 {
  row-gap: 126px;
}

.gap-col-126 {
  column-gap: 126px;
}

.border-radius-126 {
  border-radius: 126px;
}

.font-size-126 {
  font-size: 126px;
}

.margin-top-126 {
  margin-top: 126px !important;
}

.margin-bottom-126 {
  margin-bottom: 126px !important;
}

.padding-126 {
  padding: 126px;
}

.padding-left-126 {
  padding-left: 126px !important;
}

.padding-right-126 {
  padding-right: 126px !important;
}

.gap-127 {
  gap: 127px;
}

@media (max-width: 575.98px) {
  .gap-xs-127 {
    gap: 127px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-127 {
    gap: 127px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-127 {
    gap: 127px !important;
  }
}

.gap-row-127 {
  row-gap: 127px;
}

.gap-col-127 {
  column-gap: 127px;
}

.border-radius-127 {
  border-radius: 127px;
}

.font-size-127 {
  font-size: 127px;
}

.margin-top-127 {
  margin-top: 127px !important;
}

.margin-bottom-127 {
  margin-bottom: 127px !important;
}

.padding-127 {
  padding: 127px;
}

.padding-left-127 {
  padding-left: 127px !important;
}

.padding-right-127 {
  padding-right: 127px !important;
}

.gap-128 {
  gap: 128px;
}

@media (max-width: 575.98px) {
  .gap-xs-128 {
    gap: 128px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-128 {
    gap: 128px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-128 {
    gap: 128px !important;
  }
}

.gap-row-128 {
  row-gap: 128px;
}

.gap-col-128 {
  column-gap: 128px;
}

.border-radius-128 {
  border-radius: 128px;
}

.font-size-128 {
  font-size: 128px;
}

.margin-top-128 {
  margin-top: 128px !important;
}

.margin-bottom-128 {
  margin-bottom: 128px !important;
}

.padding-128 {
  padding: 128px;
}

.padding-left-128 {
  padding-left: 128px !important;
}

.padding-right-128 {
  padding-right: 128px !important;
}

.gap-129 {
  gap: 129px;
}

@media (max-width: 575.98px) {
  .gap-xs-129 {
    gap: 129px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-129 {
    gap: 129px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-129 {
    gap: 129px !important;
  }
}

.gap-row-129 {
  row-gap: 129px;
}

.gap-col-129 {
  column-gap: 129px;
}

.border-radius-129 {
  border-radius: 129px;
}

.font-size-129 {
  font-size: 129px;
}

.margin-top-129 {
  margin-top: 129px !important;
}

.margin-bottom-129 {
  margin-bottom: 129px !important;
}

.padding-129 {
  padding: 129px;
}

.padding-left-129 {
  padding-left: 129px !important;
}

.padding-right-129 {
  padding-right: 129px !important;
}

.gap-130 {
  gap: 130px;
}

@media (max-width: 575.98px) {
  .gap-xs-130 {
    gap: 130px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-130 {
    gap: 130px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-130 {
    gap: 130px !important;
  }
}

.gap-row-130 {
  row-gap: 130px;
}

.gap-col-130 {
  column-gap: 130px;
}

.border-radius-130 {
  border-radius: 130px;
}

.font-size-130 {
  font-size: 130px;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.padding-130 {
  padding: 130px;
}

.padding-left-130 {
  padding-left: 130px !important;
}

.padding-right-130 {
  padding-right: 130px !important;
}

.gap-131 {
  gap: 131px;
}

@media (max-width: 575.98px) {
  .gap-xs-131 {
    gap: 131px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-131 {
    gap: 131px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-131 {
    gap: 131px !important;
  }
}

.gap-row-131 {
  row-gap: 131px;
}

.gap-col-131 {
  column-gap: 131px;
}

.border-radius-131 {
  border-radius: 131px;
}

.font-size-131 {
  font-size: 131px;
}

.margin-top-131 {
  margin-top: 131px !important;
}

.margin-bottom-131 {
  margin-bottom: 131px !important;
}

.padding-131 {
  padding: 131px;
}

.padding-left-131 {
  padding-left: 131px !important;
}

.padding-right-131 {
  padding-right: 131px !important;
}

.gap-132 {
  gap: 132px;
}

@media (max-width: 575.98px) {
  .gap-xs-132 {
    gap: 132px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-132 {
    gap: 132px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-132 {
    gap: 132px !important;
  }
}

.gap-row-132 {
  row-gap: 132px;
}

.gap-col-132 {
  column-gap: 132px;
}

.border-radius-132 {
  border-radius: 132px;
}

.font-size-132 {
  font-size: 132px;
}

.margin-top-132 {
  margin-top: 132px !important;
}

.margin-bottom-132 {
  margin-bottom: 132px !important;
}

.padding-132 {
  padding: 132px;
}

.padding-left-132 {
  padding-left: 132px !important;
}

.padding-right-132 {
  padding-right: 132px !important;
}

.gap-133 {
  gap: 133px;
}

@media (max-width: 575.98px) {
  .gap-xs-133 {
    gap: 133px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-133 {
    gap: 133px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-133 {
    gap: 133px !important;
  }
}

.gap-row-133 {
  row-gap: 133px;
}

.gap-col-133 {
  column-gap: 133px;
}

.border-radius-133 {
  border-radius: 133px;
}

.font-size-133 {
  font-size: 133px;
}

.margin-top-133 {
  margin-top: 133px !important;
}

.margin-bottom-133 {
  margin-bottom: 133px !important;
}

.padding-133 {
  padding: 133px;
}

.padding-left-133 {
  padding-left: 133px !important;
}

.padding-right-133 {
  padding-right: 133px !important;
}

.gap-134 {
  gap: 134px;
}

@media (max-width: 575.98px) {
  .gap-xs-134 {
    gap: 134px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-134 {
    gap: 134px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-134 {
    gap: 134px !important;
  }
}

.gap-row-134 {
  row-gap: 134px;
}

.gap-col-134 {
  column-gap: 134px;
}

.border-radius-134 {
  border-radius: 134px;
}

.font-size-134 {
  font-size: 134px;
}

.margin-top-134 {
  margin-top: 134px !important;
}

.margin-bottom-134 {
  margin-bottom: 134px !important;
}

.padding-134 {
  padding: 134px;
}

.padding-left-134 {
  padding-left: 134px !important;
}

.padding-right-134 {
  padding-right: 134px !important;
}

.gap-135 {
  gap: 135px;
}

@media (max-width: 575.98px) {
  .gap-xs-135 {
    gap: 135px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-135 {
    gap: 135px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-135 {
    gap: 135px !important;
  }
}

.gap-row-135 {
  row-gap: 135px;
}

.gap-col-135 {
  column-gap: 135px;
}

.border-radius-135 {
  border-radius: 135px;
}

.font-size-135 {
  font-size: 135px;
}

.margin-top-135 {
  margin-top: 135px !important;
}

.margin-bottom-135 {
  margin-bottom: 135px !important;
}

.padding-135 {
  padding: 135px;
}

.padding-left-135 {
  padding-left: 135px !important;
}

.padding-right-135 {
  padding-right: 135px !important;
}

.gap-136 {
  gap: 136px;
}

@media (max-width: 575.98px) {
  .gap-xs-136 {
    gap: 136px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-136 {
    gap: 136px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-136 {
    gap: 136px !important;
  }
}

.gap-row-136 {
  row-gap: 136px;
}

.gap-col-136 {
  column-gap: 136px;
}

.border-radius-136 {
  border-radius: 136px;
}

.font-size-136 {
  font-size: 136px;
}

.margin-top-136 {
  margin-top: 136px !important;
}

.margin-bottom-136 {
  margin-bottom: 136px !important;
}

.padding-136 {
  padding: 136px;
}

.padding-left-136 {
  padding-left: 136px !important;
}

.padding-right-136 {
  padding-right: 136px !important;
}

.gap-137 {
  gap: 137px;
}

@media (max-width: 575.98px) {
  .gap-xs-137 {
    gap: 137px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-137 {
    gap: 137px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-137 {
    gap: 137px !important;
  }
}

.gap-row-137 {
  row-gap: 137px;
}

.gap-col-137 {
  column-gap: 137px;
}

.border-radius-137 {
  border-radius: 137px;
}

.font-size-137 {
  font-size: 137px;
}

.margin-top-137 {
  margin-top: 137px !important;
}

.margin-bottom-137 {
  margin-bottom: 137px !important;
}

.padding-137 {
  padding: 137px;
}

.padding-left-137 {
  padding-left: 137px !important;
}

.padding-right-137 {
  padding-right: 137px !important;
}

.gap-138 {
  gap: 138px;
}

@media (max-width: 575.98px) {
  .gap-xs-138 {
    gap: 138px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-138 {
    gap: 138px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-138 {
    gap: 138px !important;
  }
}

.gap-row-138 {
  row-gap: 138px;
}

.gap-col-138 {
  column-gap: 138px;
}

.border-radius-138 {
  border-radius: 138px;
}

.font-size-138 {
  font-size: 138px;
}

.margin-top-138 {
  margin-top: 138px !important;
}

.margin-bottom-138 {
  margin-bottom: 138px !important;
}

.padding-138 {
  padding: 138px;
}

.padding-left-138 {
  padding-left: 138px !important;
}

.padding-right-138 {
  padding-right: 138px !important;
}

.gap-139 {
  gap: 139px;
}

@media (max-width: 575.98px) {
  .gap-xs-139 {
    gap: 139px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-139 {
    gap: 139px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-139 {
    gap: 139px !important;
  }
}

.gap-row-139 {
  row-gap: 139px;
}

.gap-col-139 {
  column-gap: 139px;
}

.border-radius-139 {
  border-radius: 139px;
}

.font-size-139 {
  font-size: 139px;
}

.margin-top-139 {
  margin-top: 139px !important;
}

.margin-bottom-139 {
  margin-bottom: 139px !important;
}

.padding-139 {
  padding: 139px;
}

.padding-left-139 {
  padding-left: 139px !important;
}

.padding-right-139 {
  padding-right: 139px !important;
}

.gap-140 {
  gap: 140px;
}

@media (max-width: 575.98px) {
  .gap-xs-140 {
    gap: 140px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-140 {
    gap: 140px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-140 {
    gap: 140px !important;
  }
}

.gap-row-140 {
  row-gap: 140px;
}

.gap-col-140 {
  column-gap: 140px;
}

.border-radius-140 {
  border-radius: 140px;
}

.font-size-140 {
  font-size: 140px;
}

.margin-top-140 {
  margin-top: 140px !important;
}

.margin-bottom-140 {
  margin-bottom: 140px !important;
}

.padding-140 {
  padding: 140px;
}

.padding-left-140 {
  padding-left: 140px !important;
}

.padding-right-140 {
  padding-right: 140px !important;
}

.gap-141 {
  gap: 141px;
}

@media (max-width: 575.98px) {
  .gap-xs-141 {
    gap: 141px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-141 {
    gap: 141px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-141 {
    gap: 141px !important;
  }
}

.gap-row-141 {
  row-gap: 141px;
}

.gap-col-141 {
  column-gap: 141px;
}

.border-radius-141 {
  border-radius: 141px;
}

.font-size-141 {
  font-size: 141px;
}

.margin-top-141 {
  margin-top: 141px !important;
}

.margin-bottom-141 {
  margin-bottom: 141px !important;
}

.padding-141 {
  padding: 141px;
}

.padding-left-141 {
  padding-left: 141px !important;
}

.padding-right-141 {
  padding-right: 141px !important;
}

.gap-142 {
  gap: 142px;
}

@media (max-width: 575.98px) {
  .gap-xs-142 {
    gap: 142px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-142 {
    gap: 142px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-142 {
    gap: 142px !important;
  }
}

.gap-row-142 {
  row-gap: 142px;
}

.gap-col-142 {
  column-gap: 142px;
}

.border-radius-142 {
  border-radius: 142px;
}

.font-size-142 {
  font-size: 142px;
}

.margin-top-142 {
  margin-top: 142px !important;
}

.margin-bottom-142 {
  margin-bottom: 142px !important;
}

.padding-142 {
  padding: 142px;
}

.padding-left-142 {
  padding-left: 142px !important;
}

.padding-right-142 {
  padding-right: 142px !important;
}

.gap-143 {
  gap: 143px;
}

@media (max-width: 575.98px) {
  .gap-xs-143 {
    gap: 143px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-143 {
    gap: 143px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-143 {
    gap: 143px !important;
  }
}

.gap-row-143 {
  row-gap: 143px;
}

.gap-col-143 {
  column-gap: 143px;
}

.border-radius-143 {
  border-radius: 143px;
}

.font-size-143 {
  font-size: 143px;
}

.margin-top-143 {
  margin-top: 143px !important;
}

.margin-bottom-143 {
  margin-bottom: 143px !important;
}

.padding-143 {
  padding: 143px;
}

.padding-left-143 {
  padding-left: 143px !important;
}

.padding-right-143 {
  padding-right: 143px !important;
}

.gap-144 {
  gap: 144px;
}

@media (max-width: 575.98px) {
  .gap-xs-144 {
    gap: 144px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-144 {
    gap: 144px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-144 {
    gap: 144px !important;
  }
}

.gap-row-144 {
  row-gap: 144px;
}

.gap-col-144 {
  column-gap: 144px;
}

.border-radius-144 {
  border-radius: 144px;
}

.font-size-144 {
  font-size: 144px;
}

.margin-top-144 {
  margin-top: 144px !important;
}

.margin-bottom-144 {
  margin-bottom: 144px !important;
}

.padding-144 {
  padding: 144px;
}

.padding-left-144 {
  padding-left: 144px !important;
}

.padding-right-144 {
  padding-right: 144px !important;
}

.gap-145 {
  gap: 145px;
}

@media (max-width: 575.98px) {
  .gap-xs-145 {
    gap: 145px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-145 {
    gap: 145px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-145 {
    gap: 145px !important;
  }
}

.gap-row-145 {
  row-gap: 145px;
}

.gap-col-145 {
  column-gap: 145px;
}

.border-radius-145 {
  border-radius: 145px;
}

.font-size-145 {
  font-size: 145px;
}

.margin-top-145 {
  margin-top: 145px !important;
}

.margin-bottom-145 {
  margin-bottom: 145px !important;
}

.padding-145 {
  padding: 145px;
}

.padding-left-145 {
  padding-left: 145px !important;
}

.padding-right-145 {
  padding-right: 145px !important;
}

.gap-146 {
  gap: 146px;
}

@media (max-width: 575.98px) {
  .gap-xs-146 {
    gap: 146px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-146 {
    gap: 146px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-146 {
    gap: 146px !important;
  }
}

.gap-row-146 {
  row-gap: 146px;
}

.gap-col-146 {
  column-gap: 146px;
}

.border-radius-146 {
  border-radius: 146px;
}

.font-size-146 {
  font-size: 146px;
}

.margin-top-146 {
  margin-top: 146px !important;
}

.margin-bottom-146 {
  margin-bottom: 146px !important;
}

.padding-146 {
  padding: 146px;
}

.padding-left-146 {
  padding-left: 146px !important;
}

.padding-right-146 {
  padding-right: 146px !important;
}

.gap-147 {
  gap: 147px;
}

@media (max-width: 575.98px) {
  .gap-xs-147 {
    gap: 147px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-147 {
    gap: 147px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-147 {
    gap: 147px !important;
  }
}

.gap-row-147 {
  row-gap: 147px;
}

.gap-col-147 {
  column-gap: 147px;
}

.border-radius-147 {
  border-radius: 147px;
}

.font-size-147 {
  font-size: 147px;
}

.margin-top-147 {
  margin-top: 147px !important;
}

.margin-bottom-147 {
  margin-bottom: 147px !important;
}

.padding-147 {
  padding: 147px;
}

.padding-left-147 {
  padding-left: 147px !important;
}

.padding-right-147 {
  padding-right: 147px !important;
}

.gap-148 {
  gap: 148px;
}

@media (max-width: 575.98px) {
  .gap-xs-148 {
    gap: 148px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-148 {
    gap: 148px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-148 {
    gap: 148px !important;
  }
}

.gap-row-148 {
  row-gap: 148px;
}

.gap-col-148 {
  column-gap: 148px;
}

.border-radius-148 {
  border-radius: 148px;
}

.font-size-148 {
  font-size: 148px;
}

.margin-top-148 {
  margin-top: 148px !important;
}

.margin-bottom-148 {
  margin-bottom: 148px !important;
}

.padding-148 {
  padding: 148px;
}

.padding-left-148 {
  padding-left: 148px !important;
}

.padding-right-148 {
  padding-right: 148px !important;
}

.gap-149 {
  gap: 149px;
}

@media (max-width: 575.98px) {
  .gap-xs-149 {
    gap: 149px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-149 {
    gap: 149px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-149 {
    gap: 149px !important;
  }
}

.gap-row-149 {
  row-gap: 149px;
}

.gap-col-149 {
  column-gap: 149px;
}

.border-radius-149 {
  border-radius: 149px;
}

.font-size-149 {
  font-size: 149px;
}

.margin-top-149 {
  margin-top: 149px !important;
}

.margin-bottom-149 {
  margin-bottom: 149px !important;
}

.padding-149 {
  padding: 149px;
}

.padding-left-149 {
  padding-left: 149px !important;
}

.padding-right-149 {
  padding-right: 149px !important;
}

.gap-150 {
  gap: 150px;
}

@media (max-width: 575.98px) {
  .gap-xs-150 {
    gap: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-150 {
    gap: 150px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-150 {
    gap: 150px !important;
  }
}

.gap-row-150 {
  row-gap: 150px;
}

.gap-col-150 {
  column-gap: 150px;
}

.border-radius-150 {
  border-radius: 150px;
}

.font-size-150 {
  font-size: 150px;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.padding-150 {
  padding: 150px;
}

.padding-left-150 {
  padding-left: 150px !important;
}

.padding-right-150 {
  padding-right: 150px !important;
}

.gap-151 {
  gap: 151px;
}

@media (max-width: 575.98px) {
  .gap-xs-151 {
    gap: 151px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-151 {
    gap: 151px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-151 {
    gap: 151px !important;
  }
}

.gap-row-151 {
  row-gap: 151px;
}

.gap-col-151 {
  column-gap: 151px;
}

.border-radius-151 {
  border-radius: 151px;
}

.font-size-151 {
  font-size: 151px;
}

.margin-top-151 {
  margin-top: 151px !important;
}

.margin-bottom-151 {
  margin-bottom: 151px !important;
}

.padding-151 {
  padding: 151px;
}

.padding-left-151 {
  padding-left: 151px !important;
}

.padding-right-151 {
  padding-right: 151px !important;
}

.gap-152 {
  gap: 152px;
}

@media (max-width: 575.98px) {
  .gap-xs-152 {
    gap: 152px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-152 {
    gap: 152px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-152 {
    gap: 152px !important;
  }
}

.gap-row-152 {
  row-gap: 152px;
}

.gap-col-152 {
  column-gap: 152px;
}

.border-radius-152 {
  border-radius: 152px;
}

.font-size-152 {
  font-size: 152px;
}

.margin-top-152 {
  margin-top: 152px !important;
}

.margin-bottom-152 {
  margin-bottom: 152px !important;
}

.padding-152 {
  padding: 152px;
}

.padding-left-152 {
  padding-left: 152px !important;
}

.padding-right-152 {
  padding-right: 152px !important;
}

.gap-153 {
  gap: 153px;
}

@media (max-width: 575.98px) {
  .gap-xs-153 {
    gap: 153px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-153 {
    gap: 153px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-153 {
    gap: 153px !important;
  }
}

.gap-row-153 {
  row-gap: 153px;
}

.gap-col-153 {
  column-gap: 153px;
}

.border-radius-153 {
  border-radius: 153px;
}

.font-size-153 {
  font-size: 153px;
}

.margin-top-153 {
  margin-top: 153px !important;
}

.margin-bottom-153 {
  margin-bottom: 153px !important;
}

.padding-153 {
  padding: 153px;
}

.padding-left-153 {
  padding-left: 153px !important;
}

.padding-right-153 {
  padding-right: 153px !important;
}

.gap-154 {
  gap: 154px;
}

@media (max-width: 575.98px) {
  .gap-xs-154 {
    gap: 154px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-154 {
    gap: 154px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-154 {
    gap: 154px !important;
  }
}

.gap-row-154 {
  row-gap: 154px;
}

.gap-col-154 {
  column-gap: 154px;
}

.border-radius-154 {
  border-radius: 154px;
}

.font-size-154 {
  font-size: 154px;
}

.margin-top-154 {
  margin-top: 154px !important;
}

.margin-bottom-154 {
  margin-bottom: 154px !important;
}

.padding-154 {
  padding: 154px;
}

.padding-left-154 {
  padding-left: 154px !important;
}

.padding-right-154 {
  padding-right: 154px !important;
}

.gap-155 {
  gap: 155px;
}

@media (max-width: 575.98px) {
  .gap-xs-155 {
    gap: 155px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-155 {
    gap: 155px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-155 {
    gap: 155px !important;
  }
}

.gap-row-155 {
  row-gap: 155px;
}

.gap-col-155 {
  column-gap: 155px;
}

.border-radius-155 {
  border-radius: 155px;
}

.font-size-155 {
  font-size: 155px;
}

.margin-top-155 {
  margin-top: 155px !important;
}

.margin-bottom-155 {
  margin-bottom: 155px !important;
}

.padding-155 {
  padding: 155px;
}

.padding-left-155 {
  padding-left: 155px !important;
}

.padding-right-155 {
  padding-right: 155px !important;
}

.gap-156 {
  gap: 156px;
}

@media (max-width: 575.98px) {
  .gap-xs-156 {
    gap: 156px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-156 {
    gap: 156px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-156 {
    gap: 156px !important;
  }
}

.gap-row-156 {
  row-gap: 156px;
}

.gap-col-156 {
  column-gap: 156px;
}

.border-radius-156 {
  border-radius: 156px;
}

.font-size-156 {
  font-size: 156px;
}

.margin-top-156 {
  margin-top: 156px !important;
}

.margin-bottom-156 {
  margin-bottom: 156px !important;
}

.padding-156 {
  padding: 156px;
}

.padding-left-156 {
  padding-left: 156px !important;
}

.padding-right-156 {
  padding-right: 156px !important;
}

.gap-157 {
  gap: 157px;
}

@media (max-width: 575.98px) {
  .gap-xs-157 {
    gap: 157px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-157 {
    gap: 157px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-157 {
    gap: 157px !important;
  }
}

.gap-row-157 {
  row-gap: 157px;
}

.gap-col-157 {
  column-gap: 157px;
}

.border-radius-157 {
  border-radius: 157px;
}

.font-size-157 {
  font-size: 157px;
}

.margin-top-157 {
  margin-top: 157px !important;
}

.margin-bottom-157 {
  margin-bottom: 157px !important;
}

.padding-157 {
  padding: 157px;
}

.padding-left-157 {
  padding-left: 157px !important;
}

.padding-right-157 {
  padding-right: 157px !important;
}

.gap-158 {
  gap: 158px;
}

@media (max-width: 575.98px) {
  .gap-xs-158 {
    gap: 158px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-158 {
    gap: 158px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-158 {
    gap: 158px !important;
  }
}

.gap-row-158 {
  row-gap: 158px;
}

.gap-col-158 {
  column-gap: 158px;
}

.border-radius-158 {
  border-radius: 158px;
}

.font-size-158 {
  font-size: 158px;
}

.margin-top-158 {
  margin-top: 158px !important;
}

.margin-bottom-158 {
  margin-bottom: 158px !important;
}

.padding-158 {
  padding: 158px;
}

.padding-left-158 {
  padding-left: 158px !important;
}

.padding-right-158 {
  padding-right: 158px !important;
}

.gap-159 {
  gap: 159px;
}

@media (max-width: 575.98px) {
  .gap-xs-159 {
    gap: 159px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-159 {
    gap: 159px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-159 {
    gap: 159px !important;
  }
}

.gap-row-159 {
  row-gap: 159px;
}

.gap-col-159 {
  column-gap: 159px;
}

.border-radius-159 {
  border-radius: 159px;
}

.font-size-159 {
  font-size: 159px;
}

.margin-top-159 {
  margin-top: 159px !important;
}

.margin-bottom-159 {
  margin-bottom: 159px !important;
}

.padding-159 {
  padding: 159px;
}

.padding-left-159 {
  padding-left: 159px !important;
}

.padding-right-159 {
  padding-right: 159px !important;
}

.gap-160 {
  gap: 160px;
}

@media (max-width: 575.98px) {
  .gap-xs-160 {
    gap: 160px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-160 {
    gap: 160px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-160 {
    gap: 160px !important;
  }
}

.gap-row-160 {
  row-gap: 160px;
}

.gap-col-160 {
  column-gap: 160px;
}

.border-radius-160 {
  border-radius: 160px;
}

.font-size-160 {
  font-size: 160px;
}

.margin-top-160 {
  margin-top: 160px !important;
}

.margin-bottom-160 {
  margin-bottom: 160px !important;
}

.padding-160 {
  padding: 160px;
}

.padding-left-160 {
  padding-left: 160px !important;
}

.padding-right-160 {
  padding-right: 160px !important;
}

.gap-161 {
  gap: 161px;
}

@media (max-width: 575.98px) {
  .gap-xs-161 {
    gap: 161px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-161 {
    gap: 161px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-161 {
    gap: 161px !important;
  }
}

.gap-row-161 {
  row-gap: 161px;
}

.gap-col-161 {
  column-gap: 161px;
}

.border-radius-161 {
  border-radius: 161px;
}

.font-size-161 {
  font-size: 161px;
}

.margin-top-161 {
  margin-top: 161px !important;
}

.margin-bottom-161 {
  margin-bottom: 161px !important;
}

.padding-161 {
  padding: 161px;
}

.padding-left-161 {
  padding-left: 161px !important;
}

.padding-right-161 {
  padding-right: 161px !important;
}

.gap-162 {
  gap: 162px;
}

@media (max-width: 575.98px) {
  .gap-xs-162 {
    gap: 162px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-162 {
    gap: 162px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-162 {
    gap: 162px !important;
  }
}

.gap-row-162 {
  row-gap: 162px;
}

.gap-col-162 {
  column-gap: 162px;
}

.border-radius-162 {
  border-radius: 162px;
}

.font-size-162 {
  font-size: 162px;
}

.margin-top-162 {
  margin-top: 162px !important;
}

.margin-bottom-162 {
  margin-bottom: 162px !important;
}

.padding-162 {
  padding: 162px;
}

.padding-left-162 {
  padding-left: 162px !important;
}

.padding-right-162 {
  padding-right: 162px !important;
}

.gap-163 {
  gap: 163px;
}

@media (max-width: 575.98px) {
  .gap-xs-163 {
    gap: 163px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-163 {
    gap: 163px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-163 {
    gap: 163px !important;
  }
}

.gap-row-163 {
  row-gap: 163px;
}

.gap-col-163 {
  column-gap: 163px;
}

.border-radius-163 {
  border-radius: 163px;
}

.font-size-163 {
  font-size: 163px;
}

.margin-top-163 {
  margin-top: 163px !important;
}

.margin-bottom-163 {
  margin-bottom: 163px !important;
}

.padding-163 {
  padding: 163px;
}

.padding-left-163 {
  padding-left: 163px !important;
}

.padding-right-163 {
  padding-right: 163px !important;
}

.gap-164 {
  gap: 164px;
}

@media (max-width: 575.98px) {
  .gap-xs-164 {
    gap: 164px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-164 {
    gap: 164px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-164 {
    gap: 164px !important;
  }
}

.gap-row-164 {
  row-gap: 164px;
}

.gap-col-164 {
  column-gap: 164px;
}

.border-radius-164 {
  border-radius: 164px;
}

.font-size-164 {
  font-size: 164px;
}

.margin-top-164 {
  margin-top: 164px !important;
}

.margin-bottom-164 {
  margin-bottom: 164px !important;
}

.padding-164 {
  padding: 164px;
}

.padding-left-164 {
  padding-left: 164px !important;
}

.padding-right-164 {
  padding-right: 164px !important;
}

.gap-165 {
  gap: 165px;
}

@media (max-width: 575.98px) {
  .gap-xs-165 {
    gap: 165px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-165 {
    gap: 165px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-165 {
    gap: 165px !important;
  }
}

.gap-row-165 {
  row-gap: 165px;
}

.gap-col-165 {
  column-gap: 165px;
}

.border-radius-165 {
  border-radius: 165px;
}

.font-size-165 {
  font-size: 165px;
}

.margin-top-165 {
  margin-top: 165px !important;
}

.margin-bottom-165 {
  margin-bottom: 165px !important;
}

.padding-165 {
  padding: 165px;
}

.padding-left-165 {
  padding-left: 165px !important;
}

.padding-right-165 {
  padding-right: 165px !important;
}

.gap-166 {
  gap: 166px;
}

@media (max-width: 575.98px) {
  .gap-xs-166 {
    gap: 166px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-166 {
    gap: 166px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-166 {
    gap: 166px !important;
  }
}

.gap-row-166 {
  row-gap: 166px;
}

.gap-col-166 {
  column-gap: 166px;
}

.border-radius-166 {
  border-radius: 166px;
}

.font-size-166 {
  font-size: 166px;
}

.margin-top-166 {
  margin-top: 166px !important;
}

.margin-bottom-166 {
  margin-bottom: 166px !important;
}

.padding-166 {
  padding: 166px;
}

.padding-left-166 {
  padding-left: 166px !important;
}

.padding-right-166 {
  padding-right: 166px !important;
}

.gap-167 {
  gap: 167px;
}

@media (max-width: 575.98px) {
  .gap-xs-167 {
    gap: 167px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-167 {
    gap: 167px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-167 {
    gap: 167px !important;
  }
}

.gap-row-167 {
  row-gap: 167px;
}

.gap-col-167 {
  column-gap: 167px;
}

.border-radius-167 {
  border-radius: 167px;
}

.font-size-167 {
  font-size: 167px;
}

.margin-top-167 {
  margin-top: 167px !important;
}

.margin-bottom-167 {
  margin-bottom: 167px !important;
}

.padding-167 {
  padding: 167px;
}

.padding-left-167 {
  padding-left: 167px !important;
}

.padding-right-167 {
  padding-right: 167px !important;
}

.gap-168 {
  gap: 168px;
}

@media (max-width: 575.98px) {
  .gap-xs-168 {
    gap: 168px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-168 {
    gap: 168px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-168 {
    gap: 168px !important;
  }
}

.gap-row-168 {
  row-gap: 168px;
}

.gap-col-168 {
  column-gap: 168px;
}

.border-radius-168 {
  border-radius: 168px;
}

.font-size-168 {
  font-size: 168px;
}

.margin-top-168 {
  margin-top: 168px !important;
}

.margin-bottom-168 {
  margin-bottom: 168px !important;
}

.padding-168 {
  padding: 168px;
}

.padding-left-168 {
  padding-left: 168px !important;
}

.padding-right-168 {
  padding-right: 168px !important;
}

.gap-169 {
  gap: 169px;
}

@media (max-width: 575.98px) {
  .gap-xs-169 {
    gap: 169px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-169 {
    gap: 169px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-169 {
    gap: 169px !important;
  }
}

.gap-row-169 {
  row-gap: 169px;
}

.gap-col-169 {
  column-gap: 169px;
}

.border-radius-169 {
  border-radius: 169px;
}

.font-size-169 {
  font-size: 169px;
}

.margin-top-169 {
  margin-top: 169px !important;
}

.margin-bottom-169 {
  margin-bottom: 169px !important;
}

.padding-169 {
  padding: 169px;
}

.padding-left-169 {
  padding-left: 169px !important;
}

.padding-right-169 {
  padding-right: 169px !important;
}

.gap-170 {
  gap: 170px;
}

@media (max-width: 575.98px) {
  .gap-xs-170 {
    gap: 170px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-170 {
    gap: 170px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-170 {
    gap: 170px !important;
  }
}

.gap-row-170 {
  row-gap: 170px;
}

.gap-col-170 {
  column-gap: 170px;
}

.border-radius-170 {
  border-radius: 170px;
}

.font-size-170 {
  font-size: 170px;
}

.margin-top-170 {
  margin-top: 170px !important;
}

.margin-bottom-170 {
  margin-bottom: 170px !important;
}

.padding-170 {
  padding: 170px;
}

.padding-left-170 {
  padding-left: 170px !important;
}

.padding-right-170 {
  padding-right: 170px !important;
}

.gap-171 {
  gap: 171px;
}

@media (max-width: 575.98px) {
  .gap-xs-171 {
    gap: 171px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-171 {
    gap: 171px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-171 {
    gap: 171px !important;
  }
}

.gap-row-171 {
  row-gap: 171px;
}

.gap-col-171 {
  column-gap: 171px;
}

.border-radius-171 {
  border-radius: 171px;
}

.font-size-171 {
  font-size: 171px;
}

.margin-top-171 {
  margin-top: 171px !important;
}

.margin-bottom-171 {
  margin-bottom: 171px !important;
}

.padding-171 {
  padding: 171px;
}

.padding-left-171 {
  padding-left: 171px !important;
}

.padding-right-171 {
  padding-right: 171px !important;
}

.gap-172 {
  gap: 172px;
}

@media (max-width: 575.98px) {
  .gap-xs-172 {
    gap: 172px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-172 {
    gap: 172px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-172 {
    gap: 172px !important;
  }
}

.gap-row-172 {
  row-gap: 172px;
}

.gap-col-172 {
  column-gap: 172px;
}

.border-radius-172 {
  border-radius: 172px;
}

.font-size-172 {
  font-size: 172px;
}

.margin-top-172 {
  margin-top: 172px !important;
}

.margin-bottom-172 {
  margin-bottom: 172px !important;
}

.padding-172 {
  padding: 172px;
}

.padding-left-172 {
  padding-left: 172px !important;
}

.padding-right-172 {
  padding-right: 172px !important;
}

.gap-173 {
  gap: 173px;
}

@media (max-width: 575.98px) {
  .gap-xs-173 {
    gap: 173px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-173 {
    gap: 173px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-173 {
    gap: 173px !important;
  }
}

.gap-row-173 {
  row-gap: 173px;
}

.gap-col-173 {
  column-gap: 173px;
}

.border-radius-173 {
  border-radius: 173px;
}

.font-size-173 {
  font-size: 173px;
}

.margin-top-173 {
  margin-top: 173px !important;
}

.margin-bottom-173 {
  margin-bottom: 173px !important;
}

.padding-173 {
  padding: 173px;
}

.padding-left-173 {
  padding-left: 173px !important;
}

.padding-right-173 {
  padding-right: 173px !important;
}

.gap-174 {
  gap: 174px;
}

@media (max-width: 575.98px) {
  .gap-xs-174 {
    gap: 174px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-174 {
    gap: 174px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-174 {
    gap: 174px !important;
  }
}

.gap-row-174 {
  row-gap: 174px;
}

.gap-col-174 {
  column-gap: 174px;
}

.border-radius-174 {
  border-radius: 174px;
}

.font-size-174 {
  font-size: 174px;
}

.margin-top-174 {
  margin-top: 174px !important;
}

.margin-bottom-174 {
  margin-bottom: 174px !important;
}

.padding-174 {
  padding: 174px;
}

.padding-left-174 {
  padding-left: 174px !important;
}

.padding-right-174 {
  padding-right: 174px !important;
}

.gap-175 {
  gap: 175px;
}

@media (max-width: 575.98px) {
  .gap-xs-175 {
    gap: 175px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-175 {
    gap: 175px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-175 {
    gap: 175px !important;
  }
}

.gap-row-175 {
  row-gap: 175px;
}

.gap-col-175 {
  column-gap: 175px;
}

.border-radius-175 {
  border-radius: 175px;
}

.font-size-175 {
  font-size: 175px;
}

.margin-top-175 {
  margin-top: 175px !important;
}

.margin-bottom-175 {
  margin-bottom: 175px !important;
}

.padding-175 {
  padding: 175px;
}

.padding-left-175 {
  padding-left: 175px !important;
}

.padding-right-175 {
  padding-right: 175px !important;
}

.gap-176 {
  gap: 176px;
}

@media (max-width: 575.98px) {
  .gap-xs-176 {
    gap: 176px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-176 {
    gap: 176px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-176 {
    gap: 176px !important;
  }
}

.gap-row-176 {
  row-gap: 176px;
}

.gap-col-176 {
  column-gap: 176px;
}

.border-radius-176 {
  border-radius: 176px;
}

.font-size-176 {
  font-size: 176px;
}

.margin-top-176 {
  margin-top: 176px !important;
}

.margin-bottom-176 {
  margin-bottom: 176px !important;
}

.padding-176 {
  padding: 176px;
}

.padding-left-176 {
  padding-left: 176px !important;
}

.padding-right-176 {
  padding-right: 176px !important;
}

.gap-177 {
  gap: 177px;
}

@media (max-width: 575.98px) {
  .gap-xs-177 {
    gap: 177px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-177 {
    gap: 177px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-177 {
    gap: 177px !important;
  }
}

.gap-row-177 {
  row-gap: 177px;
}

.gap-col-177 {
  column-gap: 177px;
}

.border-radius-177 {
  border-radius: 177px;
}

.font-size-177 {
  font-size: 177px;
}

.margin-top-177 {
  margin-top: 177px !important;
}

.margin-bottom-177 {
  margin-bottom: 177px !important;
}

.padding-177 {
  padding: 177px;
}

.padding-left-177 {
  padding-left: 177px !important;
}

.padding-right-177 {
  padding-right: 177px !important;
}

.gap-178 {
  gap: 178px;
}

@media (max-width: 575.98px) {
  .gap-xs-178 {
    gap: 178px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-178 {
    gap: 178px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-178 {
    gap: 178px !important;
  }
}

.gap-row-178 {
  row-gap: 178px;
}

.gap-col-178 {
  column-gap: 178px;
}

.border-radius-178 {
  border-radius: 178px;
}

.font-size-178 {
  font-size: 178px;
}

.margin-top-178 {
  margin-top: 178px !important;
}

.margin-bottom-178 {
  margin-bottom: 178px !important;
}

.padding-178 {
  padding: 178px;
}

.padding-left-178 {
  padding-left: 178px !important;
}

.padding-right-178 {
  padding-right: 178px !important;
}

.gap-179 {
  gap: 179px;
}

@media (max-width: 575.98px) {
  .gap-xs-179 {
    gap: 179px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-179 {
    gap: 179px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-179 {
    gap: 179px !important;
  }
}

.gap-row-179 {
  row-gap: 179px;
}

.gap-col-179 {
  column-gap: 179px;
}

.border-radius-179 {
  border-radius: 179px;
}

.font-size-179 {
  font-size: 179px;
}

.margin-top-179 {
  margin-top: 179px !important;
}

.margin-bottom-179 {
  margin-bottom: 179px !important;
}

.padding-179 {
  padding: 179px;
}

.padding-left-179 {
  padding-left: 179px !important;
}

.padding-right-179 {
  padding-right: 179px !important;
}

.gap-180 {
  gap: 180px;
}

@media (max-width: 575.98px) {
  .gap-xs-180 {
    gap: 180px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-180 {
    gap: 180px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-180 {
    gap: 180px !important;
  }
}

.gap-row-180 {
  row-gap: 180px;
}

.gap-col-180 {
  column-gap: 180px;
}

.border-radius-180 {
  border-radius: 180px;
}

.font-size-180 {
  font-size: 180px;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.padding-180 {
  padding: 180px;
}

.padding-left-180 {
  padding-left: 180px !important;
}

.padding-right-180 {
  padding-right: 180px !important;
}

.gap-181 {
  gap: 181px;
}

@media (max-width: 575.98px) {
  .gap-xs-181 {
    gap: 181px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-181 {
    gap: 181px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-181 {
    gap: 181px !important;
  }
}

.gap-row-181 {
  row-gap: 181px;
}

.gap-col-181 {
  column-gap: 181px;
}

.border-radius-181 {
  border-radius: 181px;
}

.font-size-181 {
  font-size: 181px;
}

.margin-top-181 {
  margin-top: 181px !important;
}

.margin-bottom-181 {
  margin-bottom: 181px !important;
}

.padding-181 {
  padding: 181px;
}

.padding-left-181 {
  padding-left: 181px !important;
}

.padding-right-181 {
  padding-right: 181px !important;
}

.gap-182 {
  gap: 182px;
}

@media (max-width: 575.98px) {
  .gap-xs-182 {
    gap: 182px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-182 {
    gap: 182px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-182 {
    gap: 182px !important;
  }
}

.gap-row-182 {
  row-gap: 182px;
}

.gap-col-182 {
  column-gap: 182px;
}

.border-radius-182 {
  border-radius: 182px;
}

.font-size-182 {
  font-size: 182px;
}

.margin-top-182 {
  margin-top: 182px !important;
}

.margin-bottom-182 {
  margin-bottom: 182px !important;
}

.padding-182 {
  padding: 182px;
}

.padding-left-182 {
  padding-left: 182px !important;
}

.padding-right-182 {
  padding-right: 182px !important;
}

.gap-183 {
  gap: 183px;
}

@media (max-width: 575.98px) {
  .gap-xs-183 {
    gap: 183px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-183 {
    gap: 183px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-183 {
    gap: 183px !important;
  }
}

.gap-row-183 {
  row-gap: 183px;
}

.gap-col-183 {
  column-gap: 183px;
}

.border-radius-183 {
  border-radius: 183px;
}

.font-size-183 {
  font-size: 183px;
}

.margin-top-183 {
  margin-top: 183px !important;
}

.margin-bottom-183 {
  margin-bottom: 183px !important;
}

.padding-183 {
  padding: 183px;
}

.padding-left-183 {
  padding-left: 183px !important;
}

.padding-right-183 {
  padding-right: 183px !important;
}

.gap-184 {
  gap: 184px;
}

@media (max-width: 575.98px) {
  .gap-xs-184 {
    gap: 184px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-184 {
    gap: 184px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-184 {
    gap: 184px !important;
  }
}

.gap-row-184 {
  row-gap: 184px;
}

.gap-col-184 {
  column-gap: 184px;
}

.border-radius-184 {
  border-radius: 184px;
}

.font-size-184 {
  font-size: 184px;
}

.margin-top-184 {
  margin-top: 184px !important;
}

.margin-bottom-184 {
  margin-bottom: 184px !important;
}

.padding-184 {
  padding: 184px;
}

.padding-left-184 {
  padding-left: 184px !important;
}

.padding-right-184 {
  padding-right: 184px !important;
}

.gap-185 {
  gap: 185px;
}

@media (max-width: 575.98px) {
  .gap-xs-185 {
    gap: 185px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-185 {
    gap: 185px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-185 {
    gap: 185px !important;
  }
}

.gap-row-185 {
  row-gap: 185px;
}

.gap-col-185 {
  column-gap: 185px;
}

.border-radius-185 {
  border-radius: 185px;
}

.font-size-185 {
  font-size: 185px;
}

.margin-top-185 {
  margin-top: 185px !important;
}

.margin-bottom-185 {
  margin-bottom: 185px !important;
}

.padding-185 {
  padding: 185px;
}

.padding-left-185 {
  padding-left: 185px !important;
}

.padding-right-185 {
  padding-right: 185px !important;
}

.gap-186 {
  gap: 186px;
}

@media (max-width: 575.98px) {
  .gap-xs-186 {
    gap: 186px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-186 {
    gap: 186px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-186 {
    gap: 186px !important;
  }
}

.gap-row-186 {
  row-gap: 186px;
}

.gap-col-186 {
  column-gap: 186px;
}

.border-radius-186 {
  border-radius: 186px;
}

.font-size-186 {
  font-size: 186px;
}

.margin-top-186 {
  margin-top: 186px !important;
}

.margin-bottom-186 {
  margin-bottom: 186px !important;
}

.padding-186 {
  padding: 186px;
}

.padding-left-186 {
  padding-left: 186px !important;
}

.padding-right-186 {
  padding-right: 186px !important;
}

.gap-187 {
  gap: 187px;
}

@media (max-width: 575.98px) {
  .gap-xs-187 {
    gap: 187px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-187 {
    gap: 187px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-187 {
    gap: 187px !important;
  }
}

.gap-row-187 {
  row-gap: 187px;
}

.gap-col-187 {
  column-gap: 187px;
}

.border-radius-187 {
  border-radius: 187px;
}

.font-size-187 {
  font-size: 187px;
}

.margin-top-187 {
  margin-top: 187px !important;
}

.margin-bottom-187 {
  margin-bottom: 187px !important;
}

.padding-187 {
  padding: 187px;
}

.padding-left-187 {
  padding-left: 187px !important;
}

.padding-right-187 {
  padding-right: 187px !important;
}

.gap-188 {
  gap: 188px;
}

@media (max-width: 575.98px) {
  .gap-xs-188 {
    gap: 188px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-188 {
    gap: 188px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-188 {
    gap: 188px !important;
  }
}

.gap-row-188 {
  row-gap: 188px;
}

.gap-col-188 {
  column-gap: 188px;
}

.border-radius-188 {
  border-radius: 188px;
}

.font-size-188 {
  font-size: 188px;
}

.margin-top-188 {
  margin-top: 188px !important;
}

.margin-bottom-188 {
  margin-bottom: 188px !important;
}

.padding-188 {
  padding: 188px;
}

.padding-left-188 {
  padding-left: 188px !important;
}

.padding-right-188 {
  padding-right: 188px !important;
}

.gap-189 {
  gap: 189px;
}

@media (max-width: 575.98px) {
  .gap-xs-189 {
    gap: 189px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-189 {
    gap: 189px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-189 {
    gap: 189px !important;
  }
}

.gap-row-189 {
  row-gap: 189px;
}

.gap-col-189 {
  column-gap: 189px;
}

.border-radius-189 {
  border-radius: 189px;
}

.font-size-189 {
  font-size: 189px;
}

.margin-top-189 {
  margin-top: 189px !important;
}

.margin-bottom-189 {
  margin-bottom: 189px !important;
}

.padding-189 {
  padding: 189px;
}

.padding-left-189 {
  padding-left: 189px !important;
}

.padding-right-189 {
  padding-right: 189px !important;
}

.gap-190 {
  gap: 190px;
}

@media (max-width: 575.98px) {
  .gap-xs-190 {
    gap: 190px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-190 {
    gap: 190px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-190 {
    gap: 190px !important;
  }
}

.gap-row-190 {
  row-gap: 190px;
}

.gap-col-190 {
  column-gap: 190px;
}

.border-radius-190 {
  border-radius: 190px;
}

.font-size-190 {
  font-size: 190px;
}

.margin-top-190 {
  margin-top: 190px !important;
}

.margin-bottom-190 {
  margin-bottom: 190px !important;
}

.padding-190 {
  padding: 190px;
}

.padding-left-190 {
  padding-left: 190px !important;
}

.padding-right-190 {
  padding-right: 190px !important;
}

.gap-191 {
  gap: 191px;
}

@media (max-width: 575.98px) {
  .gap-xs-191 {
    gap: 191px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-191 {
    gap: 191px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-191 {
    gap: 191px !important;
  }
}

.gap-row-191 {
  row-gap: 191px;
}

.gap-col-191 {
  column-gap: 191px;
}

.border-radius-191 {
  border-radius: 191px;
}

.font-size-191 {
  font-size: 191px;
}

.margin-top-191 {
  margin-top: 191px !important;
}

.margin-bottom-191 {
  margin-bottom: 191px !important;
}

.padding-191 {
  padding: 191px;
}

.padding-left-191 {
  padding-left: 191px !important;
}

.padding-right-191 {
  padding-right: 191px !important;
}

.gap-192 {
  gap: 192px;
}

@media (max-width: 575.98px) {
  .gap-xs-192 {
    gap: 192px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-192 {
    gap: 192px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-192 {
    gap: 192px !important;
  }
}

.gap-row-192 {
  row-gap: 192px;
}

.gap-col-192 {
  column-gap: 192px;
}

.border-radius-192 {
  border-radius: 192px;
}

.font-size-192 {
  font-size: 192px;
}

.margin-top-192 {
  margin-top: 192px !important;
}

.margin-bottom-192 {
  margin-bottom: 192px !important;
}

.padding-192 {
  padding: 192px;
}

.padding-left-192 {
  padding-left: 192px !important;
}

.padding-right-192 {
  padding-right: 192px !important;
}

.gap-193 {
  gap: 193px;
}

@media (max-width: 575.98px) {
  .gap-xs-193 {
    gap: 193px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-193 {
    gap: 193px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-193 {
    gap: 193px !important;
  }
}

.gap-row-193 {
  row-gap: 193px;
}

.gap-col-193 {
  column-gap: 193px;
}

.border-radius-193 {
  border-radius: 193px;
}

.font-size-193 {
  font-size: 193px;
}

.margin-top-193 {
  margin-top: 193px !important;
}

.margin-bottom-193 {
  margin-bottom: 193px !important;
}

.padding-193 {
  padding: 193px;
}

.padding-left-193 {
  padding-left: 193px !important;
}

.padding-right-193 {
  padding-right: 193px !important;
}

.gap-194 {
  gap: 194px;
}

@media (max-width: 575.98px) {
  .gap-xs-194 {
    gap: 194px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-194 {
    gap: 194px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-194 {
    gap: 194px !important;
  }
}

.gap-row-194 {
  row-gap: 194px;
}

.gap-col-194 {
  column-gap: 194px;
}

.border-radius-194 {
  border-radius: 194px;
}

.font-size-194 {
  font-size: 194px;
}

.margin-top-194 {
  margin-top: 194px !important;
}

.margin-bottom-194 {
  margin-bottom: 194px !important;
}

.padding-194 {
  padding: 194px;
}

.padding-left-194 {
  padding-left: 194px !important;
}

.padding-right-194 {
  padding-right: 194px !important;
}

.gap-195 {
  gap: 195px;
}

@media (max-width: 575.98px) {
  .gap-xs-195 {
    gap: 195px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-195 {
    gap: 195px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-195 {
    gap: 195px !important;
  }
}

.gap-row-195 {
  row-gap: 195px;
}

.gap-col-195 {
  column-gap: 195px;
}

.border-radius-195 {
  border-radius: 195px;
}

.font-size-195 {
  font-size: 195px;
}

.margin-top-195 {
  margin-top: 195px !important;
}

.margin-bottom-195 {
  margin-bottom: 195px !important;
}

.padding-195 {
  padding: 195px;
}

.padding-left-195 {
  padding-left: 195px !important;
}

.padding-right-195 {
  padding-right: 195px !important;
}

.gap-196 {
  gap: 196px;
}

@media (max-width: 575.98px) {
  .gap-xs-196 {
    gap: 196px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-196 {
    gap: 196px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-196 {
    gap: 196px !important;
  }
}

.gap-row-196 {
  row-gap: 196px;
}

.gap-col-196 {
  column-gap: 196px;
}

.border-radius-196 {
  border-radius: 196px;
}

.font-size-196 {
  font-size: 196px;
}

.margin-top-196 {
  margin-top: 196px !important;
}

.margin-bottom-196 {
  margin-bottom: 196px !important;
}

.padding-196 {
  padding: 196px;
}

.padding-left-196 {
  padding-left: 196px !important;
}

.padding-right-196 {
  padding-right: 196px !important;
}

.gap-197 {
  gap: 197px;
}

@media (max-width: 575.98px) {
  .gap-xs-197 {
    gap: 197px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-197 {
    gap: 197px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-197 {
    gap: 197px !important;
  }
}

.gap-row-197 {
  row-gap: 197px;
}

.gap-col-197 {
  column-gap: 197px;
}

.border-radius-197 {
  border-radius: 197px;
}

.font-size-197 {
  font-size: 197px;
}

.margin-top-197 {
  margin-top: 197px !important;
}

.margin-bottom-197 {
  margin-bottom: 197px !important;
}

.padding-197 {
  padding: 197px;
}

.padding-left-197 {
  padding-left: 197px !important;
}

.padding-right-197 {
  padding-right: 197px !important;
}

.gap-198 {
  gap: 198px;
}

@media (max-width: 575.98px) {
  .gap-xs-198 {
    gap: 198px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-198 {
    gap: 198px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-198 {
    gap: 198px !important;
  }
}

.gap-row-198 {
  row-gap: 198px;
}

.gap-col-198 {
  column-gap: 198px;
}

.border-radius-198 {
  border-radius: 198px;
}

.font-size-198 {
  font-size: 198px;
}

.margin-top-198 {
  margin-top: 198px !important;
}

.margin-bottom-198 {
  margin-bottom: 198px !important;
}

.padding-198 {
  padding: 198px;
}

.padding-left-198 {
  padding-left: 198px !important;
}

.padding-right-198 {
  padding-right: 198px !important;
}

.gap-199 {
  gap: 199px;
}

@media (max-width: 575.98px) {
  .gap-xs-199 {
    gap: 199px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-199 {
    gap: 199px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-199 {
    gap: 199px !important;
  }
}

.gap-row-199 {
  row-gap: 199px;
}

.gap-col-199 {
  column-gap: 199px;
}

.border-radius-199 {
  border-radius: 199px;
}

.font-size-199 {
  font-size: 199px;
}

.margin-top-199 {
  margin-top: 199px !important;
}

.margin-bottom-199 {
  margin-bottom: 199px !important;
}

.padding-199 {
  padding: 199px;
}

.padding-left-199 {
  padding-left: 199px !important;
}

.padding-right-199 {
  padding-right: 199px !important;
}

.gap-200 {
  gap: 200px;
}

@media (max-width: 575.98px) {
  .gap-xs-200 {
    gap: 200px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-200 {
    gap: 200px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-200 {
    gap: 200px !important;
  }
}

.gap-row-200 {
  row-gap: 200px;
}

.gap-col-200 {
  column-gap: 200px;
}

.border-radius-200 {
  border-radius: 200px;
}

.font-size-200 {
  font-size: 200px;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.padding-200 {
  padding: 200px;
}

.padding-left-200 {
  padding-left: 200px !important;
}

.padding-right-200 {
  padding-right: 200px !important;
}

.gap-201 {
  gap: 201px;
}

@media (max-width: 575.98px) {
  .gap-xs-201 {
    gap: 201px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-201 {
    gap: 201px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-201 {
    gap: 201px !important;
  }
}

.gap-row-201 {
  row-gap: 201px;
}

.gap-col-201 {
  column-gap: 201px;
}

.border-radius-201 {
  border-radius: 201px;
}

.font-size-201 {
  font-size: 201px;
}

.margin-top-201 {
  margin-top: 201px !important;
}

.margin-bottom-201 {
  margin-bottom: 201px !important;
}

.padding-201 {
  padding: 201px;
}

.padding-left-201 {
  padding-left: 201px !important;
}

.padding-right-201 {
  padding-right: 201px !important;
}

.gap-202 {
  gap: 202px;
}

@media (max-width: 575.98px) {
  .gap-xs-202 {
    gap: 202px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-202 {
    gap: 202px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-202 {
    gap: 202px !important;
  }
}

.gap-row-202 {
  row-gap: 202px;
}

.gap-col-202 {
  column-gap: 202px;
}

.border-radius-202 {
  border-radius: 202px;
}

.font-size-202 {
  font-size: 202px;
}

.margin-top-202 {
  margin-top: 202px !important;
}

.margin-bottom-202 {
  margin-bottom: 202px !important;
}

.padding-202 {
  padding: 202px;
}

.padding-left-202 {
  padding-left: 202px !important;
}

.padding-right-202 {
  padding-right: 202px !important;
}

.gap-203 {
  gap: 203px;
}

@media (max-width: 575.98px) {
  .gap-xs-203 {
    gap: 203px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-203 {
    gap: 203px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-203 {
    gap: 203px !important;
  }
}

.gap-row-203 {
  row-gap: 203px;
}

.gap-col-203 {
  column-gap: 203px;
}

.border-radius-203 {
  border-radius: 203px;
}

.font-size-203 {
  font-size: 203px;
}

.margin-top-203 {
  margin-top: 203px !important;
}

.margin-bottom-203 {
  margin-bottom: 203px !important;
}

.padding-203 {
  padding: 203px;
}

.padding-left-203 {
  padding-left: 203px !important;
}

.padding-right-203 {
  padding-right: 203px !important;
}

.gap-204 {
  gap: 204px;
}

@media (max-width: 575.98px) {
  .gap-xs-204 {
    gap: 204px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-204 {
    gap: 204px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-204 {
    gap: 204px !important;
  }
}

.gap-row-204 {
  row-gap: 204px;
}

.gap-col-204 {
  column-gap: 204px;
}

.border-radius-204 {
  border-radius: 204px;
}

.font-size-204 {
  font-size: 204px;
}

.margin-top-204 {
  margin-top: 204px !important;
}

.margin-bottom-204 {
  margin-bottom: 204px !important;
}

.padding-204 {
  padding: 204px;
}

.padding-left-204 {
  padding-left: 204px !important;
}

.padding-right-204 {
  padding-right: 204px !important;
}

.gap-205 {
  gap: 205px;
}

@media (max-width: 575.98px) {
  .gap-xs-205 {
    gap: 205px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-205 {
    gap: 205px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-205 {
    gap: 205px !important;
  }
}

.gap-row-205 {
  row-gap: 205px;
}

.gap-col-205 {
  column-gap: 205px;
}

.border-radius-205 {
  border-radius: 205px;
}

.font-size-205 {
  font-size: 205px;
}

.margin-top-205 {
  margin-top: 205px !important;
}

.margin-bottom-205 {
  margin-bottom: 205px !important;
}

.padding-205 {
  padding: 205px;
}

.padding-left-205 {
  padding-left: 205px !important;
}

.padding-right-205 {
  padding-right: 205px !important;
}

.gap-206 {
  gap: 206px;
}

@media (max-width: 575.98px) {
  .gap-xs-206 {
    gap: 206px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-206 {
    gap: 206px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-206 {
    gap: 206px !important;
  }
}

.gap-row-206 {
  row-gap: 206px;
}

.gap-col-206 {
  column-gap: 206px;
}

.border-radius-206 {
  border-radius: 206px;
}

.font-size-206 {
  font-size: 206px;
}

.margin-top-206 {
  margin-top: 206px !important;
}

.margin-bottom-206 {
  margin-bottom: 206px !important;
}

.padding-206 {
  padding: 206px;
}

.padding-left-206 {
  padding-left: 206px !important;
}

.padding-right-206 {
  padding-right: 206px !important;
}

.gap-207 {
  gap: 207px;
}

@media (max-width: 575.98px) {
  .gap-xs-207 {
    gap: 207px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-207 {
    gap: 207px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-207 {
    gap: 207px !important;
  }
}

.gap-row-207 {
  row-gap: 207px;
}

.gap-col-207 {
  column-gap: 207px;
}

.border-radius-207 {
  border-radius: 207px;
}

.font-size-207 {
  font-size: 207px;
}

.margin-top-207 {
  margin-top: 207px !important;
}

.margin-bottom-207 {
  margin-bottom: 207px !important;
}

.padding-207 {
  padding: 207px;
}

.padding-left-207 {
  padding-left: 207px !important;
}

.padding-right-207 {
  padding-right: 207px !important;
}

.gap-208 {
  gap: 208px;
}

@media (max-width: 575.98px) {
  .gap-xs-208 {
    gap: 208px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-208 {
    gap: 208px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-208 {
    gap: 208px !important;
  }
}

.gap-row-208 {
  row-gap: 208px;
}

.gap-col-208 {
  column-gap: 208px;
}

.border-radius-208 {
  border-radius: 208px;
}

.font-size-208 {
  font-size: 208px;
}

.margin-top-208 {
  margin-top: 208px !important;
}

.margin-bottom-208 {
  margin-bottom: 208px !important;
}

.padding-208 {
  padding: 208px;
}

.padding-left-208 {
  padding-left: 208px !important;
}

.padding-right-208 {
  padding-right: 208px !important;
}

.gap-209 {
  gap: 209px;
}

@media (max-width: 575.98px) {
  .gap-xs-209 {
    gap: 209px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-209 {
    gap: 209px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-209 {
    gap: 209px !important;
  }
}

.gap-row-209 {
  row-gap: 209px;
}

.gap-col-209 {
  column-gap: 209px;
}

.border-radius-209 {
  border-radius: 209px;
}

.font-size-209 {
  font-size: 209px;
}

.margin-top-209 {
  margin-top: 209px !important;
}

.margin-bottom-209 {
  margin-bottom: 209px !important;
}

.padding-209 {
  padding: 209px;
}

.padding-left-209 {
  padding-left: 209px !important;
}

.padding-right-209 {
  padding-right: 209px !important;
}

.gap-210 {
  gap: 210px;
}

@media (max-width: 575.98px) {
  .gap-xs-210 {
    gap: 210px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-210 {
    gap: 210px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-210 {
    gap: 210px !important;
  }
}

.gap-row-210 {
  row-gap: 210px;
}

.gap-col-210 {
  column-gap: 210px;
}

.border-radius-210 {
  border-radius: 210px;
}

.font-size-210 {
  font-size: 210px;
}

.margin-top-210 {
  margin-top: 210px !important;
}

.margin-bottom-210 {
  margin-bottom: 210px !important;
}

.padding-210 {
  padding: 210px;
}

.padding-left-210 {
  padding-left: 210px !important;
}

.padding-right-210 {
  padding-right: 210px !important;
}

.gap-211 {
  gap: 211px;
}

@media (max-width: 575.98px) {
  .gap-xs-211 {
    gap: 211px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-211 {
    gap: 211px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-211 {
    gap: 211px !important;
  }
}

.gap-row-211 {
  row-gap: 211px;
}

.gap-col-211 {
  column-gap: 211px;
}

.border-radius-211 {
  border-radius: 211px;
}

.font-size-211 {
  font-size: 211px;
}

.margin-top-211 {
  margin-top: 211px !important;
}

.margin-bottom-211 {
  margin-bottom: 211px !important;
}

.padding-211 {
  padding: 211px;
}

.padding-left-211 {
  padding-left: 211px !important;
}

.padding-right-211 {
  padding-right: 211px !important;
}

.gap-212 {
  gap: 212px;
}

@media (max-width: 575.98px) {
  .gap-xs-212 {
    gap: 212px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-212 {
    gap: 212px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-212 {
    gap: 212px !important;
  }
}

.gap-row-212 {
  row-gap: 212px;
}

.gap-col-212 {
  column-gap: 212px;
}

.border-radius-212 {
  border-radius: 212px;
}

.font-size-212 {
  font-size: 212px;
}

.margin-top-212 {
  margin-top: 212px !important;
}

.margin-bottom-212 {
  margin-bottom: 212px !important;
}

.padding-212 {
  padding: 212px;
}

.padding-left-212 {
  padding-left: 212px !important;
}

.padding-right-212 {
  padding-right: 212px !important;
}

.gap-213 {
  gap: 213px;
}

@media (max-width: 575.98px) {
  .gap-xs-213 {
    gap: 213px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-213 {
    gap: 213px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-213 {
    gap: 213px !important;
  }
}

.gap-row-213 {
  row-gap: 213px;
}

.gap-col-213 {
  column-gap: 213px;
}

.border-radius-213 {
  border-radius: 213px;
}

.font-size-213 {
  font-size: 213px;
}

.margin-top-213 {
  margin-top: 213px !important;
}

.margin-bottom-213 {
  margin-bottom: 213px !important;
}

.padding-213 {
  padding: 213px;
}

.padding-left-213 {
  padding-left: 213px !important;
}

.padding-right-213 {
  padding-right: 213px !important;
}

.gap-214 {
  gap: 214px;
}

@media (max-width: 575.98px) {
  .gap-xs-214 {
    gap: 214px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-214 {
    gap: 214px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-214 {
    gap: 214px !important;
  }
}

.gap-row-214 {
  row-gap: 214px;
}

.gap-col-214 {
  column-gap: 214px;
}

.border-radius-214 {
  border-radius: 214px;
}

.font-size-214 {
  font-size: 214px;
}

.margin-top-214 {
  margin-top: 214px !important;
}

.margin-bottom-214 {
  margin-bottom: 214px !important;
}

.padding-214 {
  padding: 214px;
}

.padding-left-214 {
  padding-left: 214px !important;
}

.padding-right-214 {
  padding-right: 214px !important;
}

.gap-215 {
  gap: 215px;
}

@media (max-width: 575.98px) {
  .gap-xs-215 {
    gap: 215px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-215 {
    gap: 215px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-215 {
    gap: 215px !important;
  }
}

.gap-row-215 {
  row-gap: 215px;
}

.gap-col-215 {
  column-gap: 215px;
}

.border-radius-215 {
  border-radius: 215px;
}

.font-size-215 {
  font-size: 215px;
}

.margin-top-215 {
  margin-top: 215px !important;
}

.margin-bottom-215 {
  margin-bottom: 215px !important;
}

.padding-215 {
  padding: 215px;
}

.padding-left-215 {
  padding-left: 215px !important;
}

.padding-right-215 {
  padding-right: 215px !important;
}

.gap-216 {
  gap: 216px;
}

@media (max-width: 575.98px) {
  .gap-xs-216 {
    gap: 216px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-216 {
    gap: 216px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-216 {
    gap: 216px !important;
  }
}

.gap-row-216 {
  row-gap: 216px;
}

.gap-col-216 {
  column-gap: 216px;
}

.border-radius-216 {
  border-radius: 216px;
}

.font-size-216 {
  font-size: 216px;
}

.margin-top-216 {
  margin-top: 216px !important;
}

.margin-bottom-216 {
  margin-bottom: 216px !important;
}

.padding-216 {
  padding: 216px;
}

.padding-left-216 {
  padding-left: 216px !important;
}

.padding-right-216 {
  padding-right: 216px !important;
}

.gap-217 {
  gap: 217px;
}

@media (max-width: 575.98px) {
  .gap-xs-217 {
    gap: 217px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-217 {
    gap: 217px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-217 {
    gap: 217px !important;
  }
}

.gap-row-217 {
  row-gap: 217px;
}

.gap-col-217 {
  column-gap: 217px;
}

.border-radius-217 {
  border-radius: 217px;
}

.font-size-217 {
  font-size: 217px;
}

.margin-top-217 {
  margin-top: 217px !important;
}

.margin-bottom-217 {
  margin-bottom: 217px !important;
}

.padding-217 {
  padding: 217px;
}

.padding-left-217 {
  padding-left: 217px !important;
}

.padding-right-217 {
  padding-right: 217px !important;
}

.gap-218 {
  gap: 218px;
}

@media (max-width: 575.98px) {
  .gap-xs-218 {
    gap: 218px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-218 {
    gap: 218px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-218 {
    gap: 218px !important;
  }
}

.gap-row-218 {
  row-gap: 218px;
}

.gap-col-218 {
  column-gap: 218px;
}

.border-radius-218 {
  border-radius: 218px;
}

.font-size-218 {
  font-size: 218px;
}

.margin-top-218 {
  margin-top: 218px !important;
}

.margin-bottom-218 {
  margin-bottom: 218px !important;
}

.padding-218 {
  padding: 218px;
}

.padding-left-218 {
  padding-left: 218px !important;
}

.padding-right-218 {
  padding-right: 218px !important;
}

.gap-219 {
  gap: 219px;
}

@media (max-width: 575.98px) {
  .gap-xs-219 {
    gap: 219px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-219 {
    gap: 219px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-219 {
    gap: 219px !important;
  }
}

.gap-row-219 {
  row-gap: 219px;
}

.gap-col-219 {
  column-gap: 219px;
}

.border-radius-219 {
  border-radius: 219px;
}

.font-size-219 {
  font-size: 219px;
}

.margin-top-219 {
  margin-top: 219px !important;
}

.margin-bottom-219 {
  margin-bottom: 219px !important;
}

.padding-219 {
  padding: 219px;
}

.padding-left-219 {
  padding-left: 219px !important;
}

.padding-right-219 {
  padding-right: 219px !important;
}

.gap-220 {
  gap: 220px;
}

@media (max-width: 575.98px) {
  .gap-xs-220 {
    gap: 220px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-220 {
    gap: 220px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-220 {
    gap: 220px !important;
  }
}

.gap-row-220 {
  row-gap: 220px;
}

.gap-col-220 {
  column-gap: 220px;
}

.border-radius-220 {
  border-radius: 220px;
}

.font-size-220 {
  font-size: 220px;
}

.margin-top-220 {
  margin-top: 220px !important;
}

.margin-bottom-220 {
  margin-bottom: 220px !important;
}

.padding-220 {
  padding: 220px;
}

.padding-left-220 {
  padding-left: 220px !important;
}

.padding-right-220 {
  padding-right: 220px !important;
}

.gap-221 {
  gap: 221px;
}

@media (max-width: 575.98px) {
  .gap-xs-221 {
    gap: 221px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-221 {
    gap: 221px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-221 {
    gap: 221px !important;
  }
}

.gap-row-221 {
  row-gap: 221px;
}

.gap-col-221 {
  column-gap: 221px;
}

.border-radius-221 {
  border-radius: 221px;
}

.font-size-221 {
  font-size: 221px;
}

.margin-top-221 {
  margin-top: 221px !important;
}

.margin-bottom-221 {
  margin-bottom: 221px !important;
}

.padding-221 {
  padding: 221px;
}

.padding-left-221 {
  padding-left: 221px !important;
}

.padding-right-221 {
  padding-right: 221px !important;
}

.gap-222 {
  gap: 222px;
}

@media (max-width: 575.98px) {
  .gap-xs-222 {
    gap: 222px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-222 {
    gap: 222px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-222 {
    gap: 222px !important;
  }
}

.gap-row-222 {
  row-gap: 222px;
}

.gap-col-222 {
  column-gap: 222px;
}

.border-radius-222 {
  border-radius: 222px;
}

.font-size-222 {
  font-size: 222px;
}

.margin-top-222 {
  margin-top: 222px !important;
}

.margin-bottom-222 {
  margin-bottom: 222px !important;
}

.padding-222 {
  padding: 222px;
}

.padding-left-222 {
  padding-left: 222px !important;
}

.padding-right-222 {
  padding-right: 222px !important;
}

.gap-223 {
  gap: 223px;
}

@media (max-width: 575.98px) {
  .gap-xs-223 {
    gap: 223px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-223 {
    gap: 223px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-223 {
    gap: 223px !important;
  }
}

.gap-row-223 {
  row-gap: 223px;
}

.gap-col-223 {
  column-gap: 223px;
}

.border-radius-223 {
  border-radius: 223px;
}

.font-size-223 {
  font-size: 223px;
}

.margin-top-223 {
  margin-top: 223px !important;
}

.margin-bottom-223 {
  margin-bottom: 223px !important;
}

.padding-223 {
  padding: 223px;
}

.padding-left-223 {
  padding-left: 223px !important;
}

.padding-right-223 {
  padding-right: 223px !important;
}

.gap-224 {
  gap: 224px;
}

@media (max-width: 575.98px) {
  .gap-xs-224 {
    gap: 224px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-224 {
    gap: 224px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-224 {
    gap: 224px !important;
  }
}

.gap-row-224 {
  row-gap: 224px;
}

.gap-col-224 {
  column-gap: 224px;
}

.border-radius-224 {
  border-radius: 224px;
}

.font-size-224 {
  font-size: 224px;
}

.margin-top-224 {
  margin-top: 224px !important;
}

.margin-bottom-224 {
  margin-bottom: 224px !important;
}

.padding-224 {
  padding: 224px;
}

.padding-left-224 {
  padding-left: 224px !important;
}

.padding-right-224 {
  padding-right: 224px !important;
}

.gap-225 {
  gap: 225px;
}

@media (max-width: 575.98px) {
  .gap-xs-225 {
    gap: 225px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-225 {
    gap: 225px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-225 {
    gap: 225px !important;
  }
}

.gap-row-225 {
  row-gap: 225px;
}

.gap-col-225 {
  column-gap: 225px;
}

.border-radius-225 {
  border-radius: 225px;
}

.font-size-225 {
  font-size: 225px;
}

.margin-top-225 {
  margin-top: 225px !important;
}

.margin-bottom-225 {
  margin-bottom: 225px !important;
}

.padding-225 {
  padding: 225px;
}

.padding-left-225 {
  padding-left: 225px !important;
}

.padding-right-225 {
  padding-right: 225px !important;
}

.gap-226 {
  gap: 226px;
}

@media (max-width: 575.98px) {
  .gap-xs-226 {
    gap: 226px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-226 {
    gap: 226px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-226 {
    gap: 226px !important;
  }
}

.gap-row-226 {
  row-gap: 226px;
}

.gap-col-226 {
  column-gap: 226px;
}

.border-radius-226 {
  border-radius: 226px;
}

.font-size-226 {
  font-size: 226px;
}

.margin-top-226 {
  margin-top: 226px !important;
}

.margin-bottom-226 {
  margin-bottom: 226px !important;
}

.padding-226 {
  padding: 226px;
}

.padding-left-226 {
  padding-left: 226px !important;
}

.padding-right-226 {
  padding-right: 226px !important;
}

.gap-227 {
  gap: 227px;
}

@media (max-width: 575.98px) {
  .gap-xs-227 {
    gap: 227px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-227 {
    gap: 227px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-227 {
    gap: 227px !important;
  }
}

.gap-row-227 {
  row-gap: 227px;
}

.gap-col-227 {
  column-gap: 227px;
}

.border-radius-227 {
  border-radius: 227px;
}

.font-size-227 {
  font-size: 227px;
}

.margin-top-227 {
  margin-top: 227px !important;
}

.margin-bottom-227 {
  margin-bottom: 227px !important;
}

.padding-227 {
  padding: 227px;
}

.padding-left-227 {
  padding-left: 227px !important;
}

.padding-right-227 {
  padding-right: 227px !important;
}

.gap-228 {
  gap: 228px;
}

@media (max-width: 575.98px) {
  .gap-xs-228 {
    gap: 228px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-228 {
    gap: 228px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-228 {
    gap: 228px !important;
  }
}

.gap-row-228 {
  row-gap: 228px;
}

.gap-col-228 {
  column-gap: 228px;
}

.border-radius-228 {
  border-radius: 228px;
}

.font-size-228 {
  font-size: 228px;
}

.margin-top-228 {
  margin-top: 228px !important;
}

.margin-bottom-228 {
  margin-bottom: 228px !important;
}

.padding-228 {
  padding: 228px;
}

.padding-left-228 {
  padding-left: 228px !important;
}

.padding-right-228 {
  padding-right: 228px !important;
}

.gap-229 {
  gap: 229px;
}

@media (max-width: 575.98px) {
  .gap-xs-229 {
    gap: 229px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-229 {
    gap: 229px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-229 {
    gap: 229px !important;
  }
}

.gap-row-229 {
  row-gap: 229px;
}

.gap-col-229 {
  column-gap: 229px;
}

.border-radius-229 {
  border-radius: 229px;
}

.font-size-229 {
  font-size: 229px;
}

.margin-top-229 {
  margin-top: 229px !important;
}

.margin-bottom-229 {
  margin-bottom: 229px !important;
}

.padding-229 {
  padding: 229px;
}

.padding-left-229 {
  padding-left: 229px !important;
}

.padding-right-229 {
  padding-right: 229px !important;
}

.gap-230 {
  gap: 230px;
}

@media (max-width: 575.98px) {
  .gap-xs-230 {
    gap: 230px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-230 {
    gap: 230px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-230 {
    gap: 230px !important;
  }
}

.gap-row-230 {
  row-gap: 230px;
}

.gap-col-230 {
  column-gap: 230px;
}

.border-radius-230 {
  border-radius: 230px;
}

.font-size-230 {
  font-size: 230px;
}

.margin-top-230 {
  margin-top: 230px !important;
}

.margin-bottom-230 {
  margin-bottom: 230px !important;
}

.padding-230 {
  padding: 230px;
}

.padding-left-230 {
  padding-left: 230px !important;
}

.padding-right-230 {
  padding-right: 230px !important;
}

.gap-231 {
  gap: 231px;
}

@media (max-width: 575.98px) {
  .gap-xs-231 {
    gap: 231px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-231 {
    gap: 231px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-231 {
    gap: 231px !important;
  }
}

.gap-row-231 {
  row-gap: 231px;
}

.gap-col-231 {
  column-gap: 231px;
}

.border-radius-231 {
  border-radius: 231px;
}

.font-size-231 {
  font-size: 231px;
}

.margin-top-231 {
  margin-top: 231px !important;
}

.margin-bottom-231 {
  margin-bottom: 231px !important;
}

.padding-231 {
  padding: 231px;
}

.padding-left-231 {
  padding-left: 231px !important;
}

.padding-right-231 {
  padding-right: 231px !important;
}

.gap-232 {
  gap: 232px;
}

@media (max-width: 575.98px) {
  .gap-xs-232 {
    gap: 232px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-232 {
    gap: 232px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-232 {
    gap: 232px !important;
  }
}

.gap-row-232 {
  row-gap: 232px;
}

.gap-col-232 {
  column-gap: 232px;
}

.border-radius-232 {
  border-radius: 232px;
}

.font-size-232 {
  font-size: 232px;
}

.margin-top-232 {
  margin-top: 232px !important;
}

.margin-bottom-232 {
  margin-bottom: 232px !important;
}

.padding-232 {
  padding: 232px;
}

.padding-left-232 {
  padding-left: 232px !important;
}

.padding-right-232 {
  padding-right: 232px !important;
}

.gap-233 {
  gap: 233px;
}

@media (max-width: 575.98px) {
  .gap-xs-233 {
    gap: 233px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-233 {
    gap: 233px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-233 {
    gap: 233px !important;
  }
}

.gap-row-233 {
  row-gap: 233px;
}

.gap-col-233 {
  column-gap: 233px;
}

.border-radius-233 {
  border-radius: 233px;
}

.font-size-233 {
  font-size: 233px;
}

.margin-top-233 {
  margin-top: 233px !important;
}

.margin-bottom-233 {
  margin-bottom: 233px !important;
}

.padding-233 {
  padding: 233px;
}

.padding-left-233 {
  padding-left: 233px !important;
}

.padding-right-233 {
  padding-right: 233px !important;
}

.gap-234 {
  gap: 234px;
}

@media (max-width: 575.98px) {
  .gap-xs-234 {
    gap: 234px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-234 {
    gap: 234px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-234 {
    gap: 234px !important;
  }
}

.gap-row-234 {
  row-gap: 234px;
}

.gap-col-234 {
  column-gap: 234px;
}

.border-radius-234 {
  border-radius: 234px;
}

.font-size-234 {
  font-size: 234px;
}

.margin-top-234 {
  margin-top: 234px !important;
}

.margin-bottom-234 {
  margin-bottom: 234px !important;
}

.padding-234 {
  padding: 234px;
}

.padding-left-234 {
  padding-left: 234px !important;
}

.padding-right-234 {
  padding-right: 234px !important;
}

.gap-235 {
  gap: 235px;
}

@media (max-width: 575.98px) {
  .gap-xs-235 {
    gap: 235px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-235 {
    gap: 235px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-235 {
    gap: 235px !important;
  }
}

.gap-row-235 {
  row-gap: 235px;
}

.gap-col-235 {
  column-gap: 235px;
}

.border-radius-235 {
  border-radius: 235px;
}

.font-size-235 {
  font-size: 235px;
}

.margin-top-235 {
  margin-top: 235px !important;
}

.margin-bottom-235 {
  margin-bottom: 235px !important;
}

.padding-235 {
  padding: 235px;
}

.padding-left-235 {
  padding-left: 235px !important;
}

.padding-right-235 {
  padding-right: 235px !important;
}

.gap-236 {
  gap: 236px;
}

@media (max-width: 575.98px) {
  .gap-xs-236 {
    gap: 236px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-236 {
    gap: 236px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-236 {
    gap: 236px !important;
  }
}

.gap-row-236 {
  row-gap: 236px;
}

.gap-col-236 {
  column-gap: 236px;
}

.border-radius-236 {
  border-radius: 236px;
}

.font-size-236 {
  font-size: 236px;
}

.margin-top-236 {
  margin-top: 236px !important;
}

.margin-bottom-236 {
  margin-bottom: 236px !important;
}

.padding-236 {
  padding: 236px;
}

.padding-left-236 {
  padding-left: 236px !important;
}

.padding-right-236 {
  padding-right: 236px !important;
}

.gap-237 {
  gap: 237px;
}

@media (max-width: 575.98px) {
  .gap-xs-237 {
    gap: 237px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-237 {
    gap: 237px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-237 {
    gap: 237px !important;
  }
}

.gap-row-237 {
  row-gap: 237px;
}

.gap-col-237 {
  column-gap: 237px;
}

.border-radius-237 {
  border-radius: 237px;
}

.font-size-237 {
  font-size: 237px;
}

.margin-top-237 {
  margin-top: 237px !important;
}

.margin-bottom-237 {
  margin-bottom: 237px !important;
}

.padding-237 {
  padding: 237px;
}

.padding-left-237 {
  padding-left: 237px !important;
}

.padding-right-237 {
  padding-right: 237px !important;
}

.gap-238 {
  gap: 238px;
}

@media (max-width: 575.98px) {
  .gap-xs-238 {
    gap: 238px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-238 {
    gap: 238px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-238 {
    gap: 238px !important;
  }
}

.gap-row-238 {
  row-gap: 238px;
}

.gap-col-238 {
  column-gap: 238px;
}

.border-radius-238 {
  border-radius: 238px;
}

.font-size-238 {
  font-size: 238px;
}

.margin-top-238 {
  margin-top: 238px !important;
}

.margin-bottom-238 {
  margin-bottom: 238px !important;
}

.padding-238 {
  padding: 238px;
}

.padding-left-238 {
  padding-left: 238px !important;
}

.padding-right-238 {
  padding-right: 238px !important;
}

.gap-239 {
  gap: 239px;
}

@media (max-width: 575.98px) {
  .gap-xs-239 {
    gap: 239px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-239 {
    gap: 239px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-239 {
    gap: 239px !important;
  }
}

.gap-row-239 {
  row-gap: 239px;
}

.gap-col-239 {
  column-gap: 239px;
}

.border-radius-239 {
  border-radius: 239px;
}

.font-size-239 {
  font-size: 239px;
}

.margin-top-239 {
  margin-top: 239px !important;
}

.margin-bottom-239 {
  margin-bottom: 239px !important;
}

.padding-239 {
  padding: 239px;
}

.padding-left-239 {
  padding-left: 239px !important;
}

.padding-right-239 {
  padding-right: 239px !important;
}

.gap-240 {
  gap: 240px;
}

@media (max-width: 575.98px) {
  .gap-xs-240 {
    gap: 240px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-240 {
    gap: 240px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-240 {
    gap: 240px !important;
  }
}

.gap-row-240 {
  row-gap: 240px;
}

.gap-col-240 {
  column-gap: 240px;
}

.border-radius-240 {
  border-radius: 240px;
}

.font-size-240 {
  font-size: 240px;
}

.margin-top-240 {
  margin-top: 240px !important;
}

.margin-bottom-240 {
  margin-bottom: 240px !important;
}

.padding-240 {
  padding: 240px;
}

.padding-left-240 {
  padding-left: 240px !important;
}

.padding-right-240 {
  padding-right: 240px !important;
}

.gap-241 {
  gap: 241px;
}

@media (max-width: 575.98px) {
  .gap-xs-241 {
    gap: 241px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-241 {
    gap: 241px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-241 {
    gap: 241px !important;
  }
}

.gap-row-241 {
  row-gap: 241px;
}

.gap-col-241 {
  column-gap: 241px;
}

.border-radius-241 {
  border-radius: 241px;
}

.font-size-241 {
  font-size: 241px;
}

.margin-top-241 {
  margin-top: 241px !important;
}

.margin-bottom-241 {
  margin-bottom: 241px !important;
}

.padding-241 {
  padding: 241px;
}

.padding-left-241 {
  padding-left: 241px !important;
}

.padding-right-241 {
  padding-right: 241px !important;
}

.gap-242 {
  gap: 242px;
}

@media (max-width: 575.98px) {
  .gap-xs-242 {
    gap: 242px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-242 {
    gap: 242px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-242 {
    gap: 242px !important;
  }
}

.gap-row-242 {
  row-gap: 242px;
}

.gap-col-242 {
  column-gap: 242px;
}

.border-radius-242 {
  border-radius: 242px;
}

.font-size-242 {
  font-size: 242px;
}

.margin-top-242 {
  margin-top: 242px !important;
}

.margin-bottom-242 {
  margin-bottom: 242px !important;
}

.padding-242 {
  padding: 242px;
}

.padding-left-242 {
  padding-left: 242px !important;
}

.padding-right-242 {
  padding-right: 242px !important;
}

.gap-243 {
  gap: 243px;
}

@media (max-width: 575.98px) {
  .gap-xs-243 {
    gap: 243px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-243 {
    gap: 243px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-243 {
    gap: 243px !important;
  }
}

.gap-row-243 {
  row-gap: 243px;
}

.gap-col-243 {
  column-gap: 243px;
}

.border-radius-243 {
  border-radius: 243px;
}

.font-size-243 {
  font-size: 243px;
}

.margin-top-243 {
  margin-top: 243px !important;
}

.margin-bottom-243 {
  margin-bottom: 243px !important;
}

.padding-243 {
  padding: 243px;
}

.padding-left-243 {
  padding-left: 243px !important;
}

.padding-right-243 {
  padding-right: 243px !important;
}

.gap-244 {
  gap: 244px;
}

@media (max-width: 575.98px) {
  .gap-xs-244 {
    gap: 244px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-244 {
    gap: 244px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-244 {
    gap: 244px !important;
  }
}

.gap-row-244 {
  row-gap: 244px;
}

.gap-col-244 {
  column-gap: 244px;
}

.border-radius-244 {
  border-radius: 244px;
}

.font-size-244 {
  font-size: 244px;
}

.margin-top-244 {
  margin-top: 244px !important;
}

.margin-bottom-244 {
  margin-bottom: 244px !important;
}

.padding-244 {
  padding: 244px;
}

.padding-left-244 {
  padding-left: 244px !important;
}

.padding-right-244 {
  padding-right: 244px !important;
}

.gap-245 {
  gap: 245px;
}

@media (max-width: 575.98px) {
  .gap-xs-245 {
    gap: 245px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-245 {
    gap: 245px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-245 {
    gap: 245px !important;
  }
}

.gap-row-245 {
  row-gap: 245px;
}

.gap-col-245 {
  column-gap: 245px;
}

.border-radius-245 {
  border-radius: 245px;
}

.font-size-245 {
  font-size: 245px;
}

.margin-top-245 {
  margin-top: 245px !important;
}

.margin-bottom-245 {
  margin-bottom: 245px !important;
}

.padding-245 {
  padding: 245px;
}

.padding-left-245 {
  padding-left: 245px !important;
}

.padding-right-245 {
  padding-right: 245px !important;
}

.gap-246 {
  gap: 246px;
}

@media (max-width: 575.98px) {
  .gap-xs-246 {
    gap: 246px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-246 {
    gap: 246px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-246 {
    gap: 246px !important;
  }
}

.gap-row-246 {
  row-gap: 246px;
}

.gap-col-246 {
  column-gap: 246px;
}

.border-radius-246 {
  border-radius: 246px;
}

.font-size-246 {
  font-size: 246px;
}

.margin-top-246 {
  margin-top: 246px !important;
}

.margin-bottom-246 {
  margin-bottom: 246px !important;
}

.padding-246 {
  padding: 246px;
}

.padding-left-246 {
  padding-left: 246px !important;
}

.padding-right-246 {
  padding-right: 246px !important;
}

.gap-247 {
  gap: 247px;
}

@media (max-width: 575.98px) {
  .gap-xs-247 {
    gap: 247px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-247 {
    gap: 247px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-247 {
    gap: 247px !important;
  }
}

.gap-row-247 {
  row-gap: 247px;
}

.gap-col-247 {
  column-gap: 247px;
}

.border-radius-247 {
  border-radius: 247px;
}

.font-size-247 {
  font-size: 247px;
}

.margin-top-247 {
  margin-top: 247px !important;
}

.margin-bottom-247 {
  margin-bottom: 247px !important;
}

.padding-247 {
  padding: 247px;
}

.padding-left-247 {
  padding-left: 247px !important;
}

.padding-right-247 {
  padding-right: 247px !important;
}

.gap-248 {
  gap: 248px;
}

@media (max-width: 575.98px) {
  .gap-xs-248 {
    gap: 248px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-248 {
    gap: 248px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-248 {
    gap: 248px !important;
  }
}

.gap-row-248 {
  row-gap: 248px;
}

.gap-col-248 {
  column-gap: 248px;
}

.border-radius-248 {
  border-radius: 248px;
}

.font-size-248 {
  font-size: 248px;
}

.margin-top-248 {
  margin-top: 248px !important;
}

.margin-bottom-248 {
  margin-bottom: 248px !important;
}

.padding-248 {
  padding: 248px;
}

.padding-left-248 {
  padding-left: 248px !important;
}

.padding-right-248 {
  padding-right: 248px !important;
}

.gap-249 {
  gap: 249px;
}

@media (max-width: 575.98px) {
  .gap-xs-249 {
    gap: 249px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-249 {
    gap: 249px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-249 {
    gap: 249px !important;
  }
}

.gap-row-249 {
  row-gap: 249px;
}

.gap-col-249 {
  column-gap: 249px;
}

.border-radius-249 {
  border-radius: 249px;
}

.font-size-249 {
  font-size: 249px;
}

.margin-top-249 {
  margin-top: 249px !important;
}

.margin-bottom-249 {
  margin-bottom: 249px !important;
}

.padding-249 {
  padding: 249px;
}

.padding-left-249 {
  padding-left: 249px !important;
}

.padding-right-249 {
  padding-right: 249px !important;
}

.gap-250 {
  gap: 250px;
}

@media (max-width: 575.98px) {
  .gap-xs-250 {
    gap: 250px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-250 {
    gap: 250px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-250 {
    gap: 250px !important;
  }
}

.gap-row-250 {
  row-gap: 250px;
}

.gap-col-250 {
  column-gap: 250px;
}

.border-radius-250 {
  border-radius: 250px;
}

.font-size-250 {
  font-size: 250px;
}

.margin-top-250 {
  margin-top: 250px !important;
}

.margin-bottom-250 {
  margin-bottom: 250px !important;
}

.padding-250 {
  padding: 250px;
}

.padding-left-250 {
  padding-left: 250px !important;
}

.padding-right-250 {
  padding-right: 250px !important;
}

.gap-251 {
  gap: 251px;
}

@media (max-width: 575.98px) {
  .gap-xs-251 {
    gap: 251px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-251 {
    gap: 251px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-251 {
    gap: 251px !important;
  }
}

.gap-row-251 {
  row-gap: 251px;
}

.gap-col-251 {
  column-gap: 251px;
}

.border-radius-251 {
  border-radius: 251px;
}

.font-size-251 {
  font-size: 251px;
}

.margin-top-251 {
  margin-top: 251px !important;
}

.margin-bottom-251 {
  margin-bottom: 251px !important;
}

.padding-251 {
  padding: 251px;
}

.padding-left-251 {
  padding-left: 251px !important;
}

.padding-right-251 {
  padding-right: 251px !important;
}

.gap-252 {
  gap: 252px;
}

@media (max-width: 575.98px) {
  .gap-xs-252 {
    gap: 252px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-252 {
    gap: 252px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-252 {
    gap: 252px !important;
  }
}

.gap-row-252 {
  row-gap: 252px;
}

.gap-col-252 {
  column-gap: 252px;
}

.border-radius-252 {
  border-radius: 252px;
}

.font-size-252 {
  font-size: 252px;
}

.margin-top-252 {
  margin-top: 252px !important;
}

.margin-bottom-252 {
  margin-bottom: 252px !important;
}

.padding-252 {
  padding: 252px;
}

.padding-left-252 {
  padding-left: 252px !important;
}

.padding-right-252 {
  padding-right: 252px !important;
}

.gap-253 {
  gap: 253px;
}

@media (max-width: 575.98px) {
  .gap-xs-253 {
    gap: 253px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-253 {
    gap: 253px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-253 {
    gap: 253px !important;
  }
}

.gap-row-253 {
  row-gap: 253px;
}

.gap-col-253 {
  column-gap: 253px;
}

.border-radius-253 {
  border-radius: 253px;
}

.font-size-253 {
  font-size: 253px;
}

.margin-top-253 {
  margin-top: 253px !important;
}

.margin-bottom-253 {
  margin-bottom: 253px !important;
}

.padding-253 {
  padding: 253px;
}

.padding-left-253 {
  padding-left: 253px !important;
}

.padding-right-253 {
  padding-right: 253px !important;
}

.gap-254 {
  gap: 254px;
}

@media (max-width: 575.98px) {
  .gap-xs-254 {
    gap: 254px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-254 {
    gap: 254px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-254 {
    gap: 254px !important;
  }
}

.gap-row-254 {
  row-gap: 254px;
}

.gap-col-254 {
  column-gap: 254px;
}

.border-radius-254 {
  border-radius: 254px;
}

.font-size-254 {
  font-size: 254px;
}

.margin-top-254 {
  margin-top: 254px !important;
}

.margin-bottom-254 {
  margin-bottom: 254px !important;
}

.padding-254 {
  padding: 254px;
}

.padding-left-254 {
  padding-left: 254px !important;
}

.padding-right-254 {
  padding-right: 254px !important;
}

.gap-255 {
  gap: 255px;
}

@media (max-width: 575.98px) {
  .gap-xs-255 {
    gap: 255px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-255 {
    gap: 255px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-255 {
    gap: 255px !important;
  }
}

.gap-row-255 {
  row-gap: 255px;
}

.gap-col-255 {
  column-gap: 255px;
}

.border-radius-255 {
  border-radius: 255px;
}

.font-size-255 {
  font-size: 255px;
}

.margin-top-255 {
  margin-top: 255px !important;
}

.margin-bottom-255 {
  margin-bottom: 255px !important;
}

.padding-255 {
  padding: 255px;
}

.padding-left-255 {
  padding-left: 255px !important;
}

.padding-right-255 {
  padding-right: 255px !important;
}

.gap-256 {
  gap: 256px;
}

@media (max-width: 575.98px) {
  .gap-xs-256 {
    gap: 256px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-256 {
    gap: 256px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-256 {
    gap: 256px !important;
  }
}

.gap-row-256 {
  row-gap: 256px;
}

.gap-col-256 {
  column-gap: 256px;
}

.border-radius-256 {
  border-radius: 256px;
}

.font-size-256 {
  font-size: 256px;
}

.margin-top-256 {
  margin-top: 256px !important;
}

.margin-bottom-256 {
  margin-bottom: 256px !important;
}

.padding-256 {
  padding: 256px;
}

.padding-left-256 {
  padding-left: 256px !important;
}

.padding-right-256 {
  padding-right: 256px !important;
}

.gap-257 {
  gap: 257px;
}

@media (max-width: 575.98px) {
  .gap-xs-257 {
    gap: 257px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-257 {
    gap: 257px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-257 {
    gap: 257px !important;
  }
}

.gap-row-257 {
  row-gap: 257px;
}

.gap-col-257 {
  column-gap: 257px;
}

.border-radius-257 {
  border-radius: 257px;
}

.font-size-257 {
  font-size: 257px;
}

.margin-top-257 {
  margin-top: 257px !important;
}

.margin-bottom-257 {
  margin-bottom: 257px !important;
}

.padding-257 {
  padding: 257px;
}

.padding-left-257 {
  padding-left: 257px !important;
}

.padding-right-257 {
  padding-right: 257px !important;
}

.gap-258 {
  gap: 258px;
}

@media (max-width: 575.98px) {
  .gap-xs-258 {
    gap: 258px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-258 {
    gap: 258px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-258 {
    gap: 258px !important;
  }
}

.gap-row-258 {
  row-gap: 258px;
}

.gap-col-258 {
  column-gap: 258px;
}

.border-radius-258 {
  border-radius: 258px;
}

.font-size-258 {
  font-size: 258px;
}

.margin-top-258 {
  margin-top: 258px !important;
}

.margin-bottom-258 {
  margin-bottom: 258px !important;
}

.padding-258 {
  padding: 258px;
}

.padding-left-258 {
  padding-left: 258px !important;
}

.padding-right-258 {
  padding-right: 258px !important;
}

.gap-259 {
  gap: 259px;
}

@media (max-width: 575.98px) {
  .gap-xs-259 {
    gap: 259px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-259 {
    gap: 259px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-259 {
    gap: 259px !important;
  }
}

.gap-row-259 {
  row-gap: 259px;
}

.gap-col-259 {
  column-gap: 259px;
}

.border-radius-259 {
  border-radius: 259px;
}

.font-size-259 {
  font-size: 259px;
}

.margin-top-259 {
  margin-top: 259px !important;
}

.margin-bottom-259 {
  margin-bottom: 259px !important;
}

.padding-259 {
  padding: 259px;
}

.padding-left-259 {
  padding-left: 259px !important;
}

.padding-right-259 {
  padding-right: 259px !important;
}

.gap-260 {
  gap: 260px;
}

@media (max-width: 575.98px) {
  .gap-xs-260 {
    gap: 260px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-260 {
    gap: 260px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-260 {
    gap: 260px !important;
  }
}

.gap-row-260 {
  row-gap: 260px;
}

.gap-col-260 {
  column-gap: 260px;
}

.border-radius-260 {
  border-radius: 260px;
}

.font-size-260 {
  font-size: 260px;
}

.margin-top-260 {
  margin-top: 260px !important;
}

.margin-bottom-260 {
  margin-bottom: 260px !important;
}

.padding-260 {
  padding: 260px;
}

.padding-left-260 {
  padding-left: 260px !important;
}

.padding-right-260 {
  padding-right: 260px !important;
}

.gap-261 {
  gap: 261px;
}

@media (max-width: 575.98px) {
  .gap-xs-261 {
    gap: 261px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-261 {
    gap: 261px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-261 {
    gap: 261px !important;
  }
}

.gap-row-261 {
  row-gap: 261px;
}

.gap-col-261 {
  column-gap: 261px;
}

.border-radius-261 {
  border-radius: 261px;
}

.font-size-261 {
  font-size: 261px;
}

.margin-top-261 {
  margin-top: 261px !important;
}

.margin-bottom-261 {
  margin-bottom: 261px !important;
}

.padding-261 {
  padding: 261px;
}

.padding-left-261 {
  padding-left: 261px !important;
}

.padding-right-261 {
  padding-right: 261px !important;
}

.gap-262 {
  gap: 262px;
}

@media (max-width: 575.98px) {
  .gap-xs-262 {
    gap: 262px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-262 {
    gap: 262px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-262 {
    gap: 262px !important;
  }
}

.gap-row-262 {
  row-gap: 262px;
}

.gap-col-262 {
  column-gap: 262px;
}

.border-radius-262 {
  border-radius: 262px;
}

.font-size-262 {
  font-size: 262px;
}

.margin-top-262 {
  margin-top: 262px !important;
}

.margin-bottom-262 {
  margin-bottom: 262px !important;
}

.padding-262 {
  padding: 262px;
}

.padding-left-262 {
  padding-left: 262px !important;
}

.padding-right-262 {
  padding-right: 262px !important;
}

.gap-263 {
  gap: 263px;
}

@media (max-width: 575.98px) {
  .gap-xs-263 {
    gap: 263px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-263 {
    gap: 263px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-263 {
    gap: 263px !important;
  }
}

.gap-row-263 {
  row-gap: 263px;
}

.gap-col-263 {
  column-gap: 263px;
}

.border-radius-263 {
  border-radius: 263px;
}

.font-size-263 {
  font-size: 263px;
}

.margin-top-263 {
  margin-top: 263px !important;
}

.margin-bottom-263 {
  margin-bottom: 263px !important;
}

.padding-263 {
  padding: 263px;
}

.padding-left-263 {
  padding-left: 263px !important;
}

.padding-right-263 {
  padding-right: 263px !important;
}

.gap-264 {
  gap: 264px;
}

@media (max-width: 575.98px) {
  .gap-xs-264 {
    gap: 264px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-264 {
    gap: 264px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-264 {
    gap: 264px !important;
  }
}

.gap-row-264 {
  row-gap: 264px;
}

.gap-col-264 {
  column-gap: 264px;
}

.border-radius-264 {
  border-radius: 264px;
}

.font-size-264 {
  font-size: 264px;
}

.margin-top-264 {
  margin-top: 264px !important;
}

.margin-bottom-264 {
  margin-bottom: 264px !important;
}

.padding-264 {
  padding: 264px;
}

.padding-left-264 {
  padding-left: 264px !important;
}

.padding-right-264 {
  padding-right: 264px !important;
}

.gap-265 {
  gap: 265px;
}

@media (max-width: 575.98px) {
  .gap-xs-265 {
    gap: 265px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-265 {
    gap: 265px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-265 {
    gap: 265px !important;
  }
}

.gap-row-265 {
  row-gap: 265px;
}

.gap-col-265 {
  column-gap: 265px;
}

.border-radius-265 {
  border-radius: 265px;
}

.font-size-265 {
  font-size: 265px;
}

.margin-top-265 {
  margin-top: 265px !important;
}

.margin-bottom-265 {
  margin-bottom: 265px !important;
}

.padding-265 {
  padding: 265px;
}

.padding-left-265 {
  padding-left: 265px !important;
}

.padding-right-265 {
  padding-right: 265px !important;
}

.gap-266 {
  gap: 266px;
}

@media (max-width: 575.98px) {
  .gap-xs-266 {
    gap: 266px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-266 {
    gap: 266px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-266 {
    gap: 266px !important;
  }
}

.gap-row-266 {
  row-gap: 266px;
}

.gap-col-266 {
  column-gap: 266px;
}

.border-radius-266 {
  border-radius: 266px;
}

.font-size-266 {
  font-size: 266px;
}

.margin-top-266 {
  margin-top: 266px !important;
}

.margin-bottom-266 {
  margin-bottom: 266px !important;
}

.padding-266 {
  padding: 266px;
}

.padding-left-266 {
  padding-left: 266px !important;
}

.padding-right-266 {
  padding-right: 266px !important;
}

.gap-267 {
  gap: 267px;
}

@media (max-width: 575.98px) {
  .gap-xs-267 {
    gap: 267px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-267 {
    gap: 267px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-267 {
    gap: 267px !important;
  }
}

.gap-row-267 {
  row-gap: 267px;
}

.gap-col-267 {
  column-gap: 267px;
}

.border-radius-267 {
  border-radius: 267px;
}

.font-size-267 {
  font-size: 267px;
}

.margin-top-267 {
  margin-top: 267px !important;
}

.margin-bottom-267 {
  margin-bottom: 267px !important;
}

.padding-267 {
  padding: 267px;
}

.padding-left-267 {
  padding-left: 267px !important;
}

.padding-right-267 {
  padding-right: 267px !important;
}

.gap-268 {
  gap: 268px;
}

@media (max-width: 575.98px) {
  .gap-xs-268 {
    gap: 268px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-268 {
    gap: 268px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-268 {
    gap: 268px !important;
  }
}

.gap-row-268 {
  row-gap: 268px;
}

.gap-col-268 {
  column-gap: 268px;
}

.border-radius-268 {
  border-radius: 268px;
}

.font-size-268 {
  font-size: 268px;
}

.margin-top-268 {
  margin-top: 268px !important;
}

.margin-bottom-268 {
  margin-bottom: 268px !important;
}

.padding-268 {
  padding: 268px;
}

.padding-left-268 {
  padding-left: 268px !important;
}

.padding-right-268 {
  padding-right: 268px !important;
}

.gap-269 {
  gap: 269px;
}

@media (max-width: 575.98px) {
  .gap-xs-269 {
    gap: 269px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-269 {
    gap: 269px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-269 {
    gap: 269px !important;
  }
}

.gap-row-269 {
  row-gap: 269px;
}

.gap-col-269 {
  column-gap: 269px;
}

.border-radius-269 {
  border-radius: 269px;
}

.font-size-269 {
  font-size: 269px;
}

.margin-top-269 {
  margin-top: 269px !important;
}

.margin-bottom-269 {
  margin-bottom: 269px !important;
}

.padding-269 {
  padding: 269px;
}

.padding-left-269 {
  padding-left: 269px !important;
}

.padding-right-269 {
  padding-right: 269px !important;
}

.gap-270 {
  gap: 270px;
}

@media (max-width: 575.98px) {
  .gap-xs-270 {
    gap: 270px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-270 {
    gap: 270px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-270 {
    gap: 270px !important;
  }
}

.gap-row-270 {
  row-gap: 270px;
}

.gap-col-270 {
  column-gap: 270px;
}

.border-radius-270 {
  border-radius: 270px;
}

.font-size-270 {
  font-size: 270px;
}

.margin-top-270 {
  margin-top: 270px !important;
}

.margin-bottom-270 {
  margin-bottom: 270px !important;
}

.padding-270 {
  padding: 270px;
}

.padding-left-270 {
  padding-left: 270px !important;
}

.padding-right-270 {
  padding-right: 270px !important;
}

.gap-271 {
  gap: 271px;
}

@media (max-width: 575.98px) {
  .gap-xs-271 {
    gap: 271px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-271 {
    gap: 271px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-271 {
    gap: 271px !important;
  }
}

.gap-row-271 {
  row-gap: 271px;
}

.gap-col-271 {
  column-gap: 271px;
}

.border-radius-271 {
  border-radius: 271px;
}

.font-size-271 {
  font-size: 271px;
}

.margin-top-271 {
  margin-top: 271px !important;
}

.margin-bottom-271 {
  margin-bottom: 271px !important;
}

.padding-271 {
  padding: 271px;
}

.padding-left-271 {
  padding-left: 271px !important;
}

.padding-right-271 {
  padding-right: 271px !important;
}

.gap-272 {
  gap: 272px;
}

@media (max-width: 575.98px) {
  .gap-xs-272 {
    gap: 272px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-272 {
    gap: 272px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-272 {
    gap: 272px !important;
  }
}

.gap-row-272 {
  row-gap: 272px;
}

.gap-col-272 {
  column-gap: 272px;
}

.border-radius-272 {
  border-radius: 272px;
}

.font-size-272 {
  font-size: 272px;
}

.margin-top-272 {
  margin-top: 272px !important;
}

.margin-bottom-272 {
  margin-bottom: 272px !important;
}

.padding-272 {
  padding: 272px;
}

.padding-left-272 {
  padding-left: 272px !important;
}

.padding-right-272 {
  padding-right: 272px !important;
}

.gap-273 {
  gap: 273px;
}

@media (max-width: 575.98px) {
  .gap-xs-273 {
    gap: 273px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-273 {
    gap: 273px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-273 {
    gap: 273px !important;
  }
}

.gap-row-273 {
  row-gap: 273px;
}

.gap-col-273 {
  column-gap: 273px;
}

.border-radius-273 {
  border-radius: 273px;
}

.font-size-273 {
  font-size: 273px;
}

.margin-top-273 {
  margin-top: 273px !important;
}

.margin-bottom-273 {
  margin-bottom: 273px !important;
}

.padding-273 {
  padding: 273px;
}

.padding-left-273 {
  padding-left: 273px !important;
}

.padding-right-273 {
  padding-right: 273px !important;
}

.gap-274 {
  gap: 274px;
}

@media (max-width: 575.98px) {
  .gap-xs-274 {
    gap: 274px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-274 {
    gap: 274px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-274 {
    gap: 274px !important;
  }
}

.gap-row-274 {
  row-gap: 274px;
}

.gap-col-274 {
  column-gap: 274px;
}

.border-radius-274 {
  border-radius: 274px;
}

.font-size-274 {
  font-size: 274px;
}

.margin-top-274 {
  margin-top: 274px !important;
}

.margin-bottom-274 {
  margin-bottom: 274px !important;
}

.padding-274 {
  padding: 274px;
}

.padding-left-274 {
  padding-left: 274px !important;
}

.padding-right-274 {
  padding-right: 274px !important;
}

.gap-275 {
  gap: 275px;
}

@media (max-width: 575.98px) {
  .gap-xs-275 {
    gap: 275px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-275 {
    gap: 275px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-275 {
    gap: 275px !important;
  }
}

.gap-row-275 {
  row-gap: 275px;
}

.gap-col-275 {
  column-gap: 275px;
}

.border-radius-275 {
  border-radius: 275px;
}

.font-size-275 {
  font-size: 275px;
}

.margin-top-275 {
  margin-top: 275px !important;
}

.margin-bottom-275 {
  margin-bottom: 275px !important;
}

.padding-275 {
  padding: 275px;
}

.padding-left-275 {
  padding-left: 275px !important;
}

.padding-right-275 {
  padding-right: 275px !important;
}

.gap-276 {
  gap: 276px;
}

@media (max-width: 575.98px) {
  .gap-xs-276 {
    gap: 276px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-276 {
    gap: 276px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-276 {
    gap: 276px !important;
  }
}

.gap-row-276 {
  row-gap: 276px;
}

.gap-col-276 {
  column-gap: 276px;
}

.border-radius-276 {
  border-radius: 276px;
}

.font-size-276 {
  font-size: 276px;
}

.margin-top-276 {
  margin-top: 276px !important;
}

.margin-bottom-276 {
  margin-bottom: 276px !important;
}

.padding-276 {
  padding: 276px;
}

.padding-left-276 {
  padding-left: 276px !important;
}

.padding-right-276 {
  padding-right: 276px !important;
}

.gap-277 {
  gap: 277px;
}

@media (max-width: 575.98px) {
  .gap-xs-277 {
    gap: 277px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-277 {
    gap: 277px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-277 {
    gap: 277px !important;
  }
}

.gap-row-277 {
  row-gap: 277px;
}

.gap-col-277 {
  column-gap: 277px;
}

.border-radius-277 {
  border-radius: 277px;
}

.font-size-277 {
  font-size: 277px;
}

.margin-top-277 {
  margin-top: 277px !important;
}

.margin-bottom-277 {
  margin-bottom: 277px !important;
}

.padding-277 {
  padding: 277px;
}

.padding-left-277 {
  padding-left: 277px !important;
}

.padding-right-277 {
  padding-right: 277px !important;
}

.gap-278 {
  gap: 278px;
}

@media (max-width: 575.98px) {
  .gap-xs-278 {
    gap: 278px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-278 {
    gap: 278px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-278 {
    gap: 278px !important;
  }
}

.gap-row-278 {
  row-gap: 278px;
}

.gap-col-278 {
  column-gap: 278px;
}

.border-radius-278 {
  border-radius: 278px;
}

.font-size-278 {
  font-size: 278px;
}

.margin-top-278 {
  margin-top: 278px !important;
}

.margin-bottom-278 {
  margin-bottom: 278px !important;
}

.padding-278 {
  padding: 278px;
}

.padding-left-278 {
  padding-left: 278px !important;
}

.padding-right-278 {
  padding-right: 278px !important;
}

.gap-279 {
  gap: 279px;
}

@media (max-width: 575.98px) {
  .gap-xs-279 {
    gap: 279px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-279 {
    gap: 279px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-279 {
    gap: 279px !important;
  }
}

.gap-row-279 {
  row-gap: 279px;
}

.gap-col-279 {
  column-gap: 279px;
}

.border-radius-279 {
  border-radius: 279px;
}

.font-size-279 {
  font-size: 279px;
}

.margin-top-279 {
  margin-top: 279px !important;
}

.margin-bottom-279 {
  margin-bottom: 279px !important;
}

.padding-279 {
  padding: 279px;
}

.padding-left-279 {
  padding-left: 279px !important;
}

.padding-right-279 {
  padding-right: 279px !important;
}

.gap-280 {
  gap: 280px;
}

@media (max-width: 575.98px) {
  .gap-xs-280 {
    gap: 280px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-280 {
    gap: 280px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-280 {
    gap: 280px !important;
  }
}

.gap-row-280 {
  row-gap: 280px;
}

.gap-col-280 {
  column-gap: 280px;
}

.border-radius-280 {
  border-radius: 280px;
}

.font-size-280 {
  font-size: 280px;
}

.margin-top-280 {
  margin-top: 280px !important;
}

.margin-bottom-280 {
  margin-bottom: 280px !important;
}

.padding-280 {
  padding: 280px;
}

.padding-left-280 {
  padding-left: 280px !important;
}

.padding-right-280 {
  padding-right: 280px !important;
}

.gap-281 {
  gap: 281px;
}

@media (max-width: 575.98px) {
  .gap-xs-281 {
    gap: 281px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-281 {
    gap: 281px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-281 {
    gap: 281px !important;
  }
}

.gap-row-281 {
  row-gap: 281px;
}

.gap-col-281 {
  column-gap: 281px;
}

.border-radius-281 {
  border-radius: 281px;
}

.font-size-281 {
  font-size: 281px;
}

.margin-top-281 {
  margin-top: 281px !important;
}

.margin-bottom-281 {
  margin-bottom: 281px !important;
}

.padding-281 {
  padding: 281px;
}

.padding-left-281 {
  padding-left: 281px !important;
}

.padding-right-281 {
  padding-right: 281px !important;
}

.gap-282 {
  gap: 282px;
}

@media (max-width: 575.98px) {
  .gap-xs-282 {
    gap: 282px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-282 {
    gap: 282px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-282 {
    gap: 282px !important;
  }
}

.gap-row-282 {
  row-gap: 282px;
}

.gap-col-282 {
  column-gap: 282px;
}

.border-radius-282 {
  border-radius: 282px;
}

.font-size-282 {
  font-size: 282px;
}

.margin-top-282 {
  margin-top: 282px !important;
}

.margin-bottom-282 {
  margin-bottom: 282px !important;
}

.padding-282 {
  padding: 282px;
}

.padding-left-282 {
  padding-left: 282px !important;
}

.padding-right-282 {
  padding-right: 282px !important;
}

.gap-283 {
  gap: 283px;
}

@media (max-width: 575.98px) {
  .gap-xs-283 {
    gap: 283px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-283 {
    gap: 283px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-283 {
    gap: 283px !important;
  }
}

.gap-row-283 {
  row-gap: 283px;
}

.gap-col-283 {
  column-gap: 283px;
}

.border-radius-283 {
  border-radius: 283px;
}

.font-size-283 {
  font-size: 283px;
}

.margin-top-283 {
  margin-top: 283px !important;
}

.margin-bottom-283 {
  margin-bottom: 283px !important;
}

.padding-283 {
  padding: 283px;
}

.padding-left-283 {
  padding-left: 283px !important;
}

.padding-right-283 {
  padding-right: 283px !important;
}

.gap-284 {
  gap: 284px;
}

@media (max-width: 575.98px) {
  .gap-xs-284 {
    gap: 284px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-284 {
    gap: 284px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-284 {
    gap: 284px !important;
  }
}

.gap-row-284 {
  row-gap: 284px;
}

.gap-col-284 {
  column-gap: 284px;
}

.border-radius-284 {
  border-radius: 284px;
}

.font-size-284 {
  font-size: 284px;
}

.margin-top-284 {
  margin-top: 284px !important;
}

.margin-bottom-284 {
  margin-bottom: 284px !important;
}

.padding-284 {
  padding: 284px;
}

.padding-left-284 {
  padding-left: 284px !important;
}

.padding-right-284 {
  padding-right: 284px !important;
}

.gap-285 {
  gap: 285px;
}

@media (max-width: 575.98px) {
  .gap-xs-285 {
    gap: 285px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-285 {
    gap: 285px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-285 {
    gap: 285px !important;
  }
}

.gap-row-285 {
  row-gap: 285px;
}

.gap-col-285 {
  column-gap: 285px;
}

.border-radius-285 {
  border-radius: 285px;
}

.font-size-285 {
  font-size: 285px;
}

.margin-top-285 {
  margin-top: 285px !important;
}

.margin-bottom-285 {
  margin-bottom: 285px !important;
}

.padding-285 {
  padding: 285px;
}

.padding-left-285 {
  padding-left: 285px !important;
}

.padding-right-285 {
  padding-right: 285px !important;
}

.gap-286 {
  gap: 286px;
}

@media (max-width: 575.98px) {
  .gap-xs-286 {
    gap: 286px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-286 {
    gap: 286px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-286 {
    gap: 286px !important;
  }
}

.gap-row-286 {
  row-gap: 286px;
}

.gap-col-286 {
  column-gap: 286px;
}

.border-radius-286 {
  border-radius: 286px;
}

.font-size-286 {
  font-size: 286px;
}

.margin-top-286 {
  margin-top: 286px !important;
}

.margin-bottom-286 {
  margin-bottom: 286px !important;
}

.padding-286 {
  padding: 286px;
}

.padding-left-286 {
  padding-left: 286px !important;
}

.padding-right-286 {
  padding-right: 286px !important;
}

.gap-287 {
  gap: 287px;
}

@media (max-width: 575.98px) {
  .gap-xs-287 {
    gap: 287px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-287 {
    gap: 287px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-287 {
    gap: 287px !important;
  }
}

.gap-row-287 {
  row-gap: 287px;
}

.gap-col-287 {
  column-gap: 287px;
}

.border-radius-287 {
  border-radius: 287px;
}

.font-size-287 {
  font-size: 287px;
}

.margin-top-287 {
  margin-top: 287px !important;
}

.margin-bottom-287 {
  margin-bottom: 287px !important;
}

.padding-287 {
  padding: 287px;
}

.padding-left-287 {
  padding-left: 287px !important;
}

.padding-right-287 {
  padding-right: 287px !important;
}

.gap-288 {
  gap: 288px;
}

@media (max-width: 575.98px) {
  .gap-xs-288 {
    gap: 288px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-288 {
    gap: 288px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-288 {
    gap: 288px !important;
  }
}

.gap-row-288 {
  row-gap: 288px;
}

.gap-col-288 {
  column-gap: 288px;
}

.border-radius-288 {
  border-radius: 288px;
}

.font-size-288 {
  font-size: 288px;
}

.margin-top-288 {
  margin-top: 288px !important;
}

.margin-bottom-288 {
  margin-bottom: 288px !important;
}

.padding-288 {
  padding: 288px;
}

.padding-left-288 {
  padding-left: 288px !important;
}

.padding-right-288 {
  padding-right: 288px !important;
}

.gap-289 {
  gap: 289px;
}

@media (max-width: 575.98px) {
  .gap-xs-289 {
    gap: 289px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-289 {
    gap: 289px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-289 {
    gap: 289px !important;
  }
}

.gap-row-289 {
  row-gap: 289px;
}

.gap-col-289 {
  column-gap: 289px;
}

.border-radius-289 {
  border-radius: 289px;
}

.font-size-289 {
  font-size: 289px;
}

.margin-top-289 {
  margin-top: 289px !important;
}

.margin-bottom-289 {
  margin-bottom: 289px !important;
}

.padding-289 {
  padding: 289px;
}

.padding-left-289 {
  padding-left: 289px !important;
}

.padding-right-289 {
  padding-right: 289px !important;
}

.gap-290 {
  gap: 290px;
}

@media (max-width: 575.98px) {
  .gap-xs-290 {
    gap: 290px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-290 {
    gap: 290px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-290 {
    gap: 290px !important;
  }
}

.gap-row-290 {
  row-gap: 290px;
}

.gap-col-290 {
  column-gap: 290px;
}

.border-radius-290 {
  border-radius: 290px;
}

.font-size-290 {
  font-size: 290px;
}

.margin-top-290 {
  margin-top: 290px !important;
}

.margin-bottom-290 {
  margin-bottom: 290px !important;
}

.padding-290 {
  padding: 290px;
}

.padding-left-290 {
  padding-left: 290px !important;
}

.padding-right-290 {
  padding-right: 290px !important;
}

.gap-291 {
  gap: 291px;
}

@media (max-width: 575.98px) {
  .gap-xs-291 {
    gap: 291px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-291 {
    gap: 291px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-291 {
    gap: 291px !important;
  }
}

.gap-row-291 {
  row-gap: 291px;
}

.gap-col-291 {
  column-gap: 291px;
}

.border-radius-291 {
  border-radius: 291px;
}

.font-size-291 {
  font-size: 291px;
}

.margin-top-291 {
  margin-top: 291px !important;
}

.margin-bottom-291 {
  margin-bottom: 291px !important;
}

.padding-291 {
  padding: 291px;
}

.padding-left-291 {
  padding-left: 291px !important;
}

.padding-right-291 {
  padding-right: 291px !important;
}

.gap-292 {
  gap: 292px;
}

@media (max-width: 575.98px) {
  .gap-xs-292 {
    gap: 292px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-292 {
    gap: 292px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-292 {
    gap: 292px !important;
  }
}

.gap-row-292 {
  row-gap: 292px;
}

.gap-col-292 {
  column-gap: 292px;
}

.border-radius-292 {
  border-radius: 292px;
}

.font-size-292 {
  font-size: 292px;
}

.margin-top-292 {
  margin-top: 292px !important;
}

.margin-bottom-292 {
  margin-bottom: 292px !important;
}

.padding-292 {
  padding: 292px;
}

.padding-left-292 {
  padding-left: 292px !important;
}

.padding-right-292 {
  padding-right: 292px !important;
}

.gap-293 {
  gap: 293px;
}

@media (max-width: 575.98px) {
  .gap-xs-293 {
    gap: 293px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-293 {
    gap: 293px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-293 {
    gap: 293px !important;
  }
}

.gap-row-293 {
  row-gap: 293px;
}

.gap-col-293 {
  column-gap: 293px;
}

.border-radius-293 {
  border-radius: 293px;
}

.font-size-293 {
  font-size: 293px;
}

.margin-top-293 {
  margin-top: 293px !important;
}

.margin-bottom-293 {
  margin-bottom: 293px !important;
}

.padding-293 {
  padding: 293px;
}

.padding-left-293 {
  padding-left: 293px !important;
}

.padding-right-293 {
  padding-right: 293px !important;
}

.gap-294 {
  gap: 294px;
}

@media (max-width: 575.98px) {
  .gap-xs-294 {
    gap: 294px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-294 {
    gap: 294px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-294 {
    gap: 294px !important;
  }
}

.gap-row-294 {
  row-gap: 294px;
}

.gap-col-294 {
  column-gap: 294px;
}

.border-radius-294 {
  border-radius: 294px;
}

.font-size-294 {
  font-size: 294px;
}

.margin-top-294 {
  margin-top: 294px !important;
}

.margin-bottom-294 {
  margin-bottom: 294px !important;
}

.padding-294 {
  padding: 294px;
}

.padding-left-294 {
  padding-left: 294px !important;
}

.padding-right-294 {
  padding-right: 294px !important;
}

.gap-295 {
  gap: 295px;
}

@media (max-width: 575.98px) {
  .gap-xs-295 {
    gap: 295px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-295 {
    gap: 295px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-295 {
    gap: 295px !important;
  }
}

.gap-row-295 {
  row-gap: 295px;
}

.gap-col-295 {
  column-gap: 295px;
}

.border-radius-295 {
  border-radius: 295px;
}

.font-size-295 {
  font-size: 295px;
}

.margin-top-295 {
  margin-top: 295px !important;
}

.margin-bottom-295 {
  margin-bottom: 295px !important;
}

.padding-295 {
  padding: 295px;
}

.padding-left-295 {
  padding-left: 295px !important;
}

.padding-right-295 {
  padding-right: 295px !important;
}

.gap-296 {
  gap: 296px;
}

@media (max-width: 575.98px) {
  .gap-xs-296 {
    gap: 296px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-296 {
    gap: 296px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-296 {
    gap: 296px !important;
  }
}

.gap-row-296 {
  row-gap: 296px;
}

.gap-col-296 {
  column-gap: 296px;
}

.border-radius-296 {
  border-radius: 296px;
}

.font-size-296 {
  font-size: 296px;
}

.margin-top-296 {
  margin-top: 296px !important;
}

.margin-bottom-296 {
  margin-bottom: 296px !important;
}

.padding-296 {
  padding: 296px;
}

.padding-left-296 {
  padding-left: 296px !important;
}

.padding-right-296 {
  padding-right: 296px !important;
}

.gap-297 {
  gap: 297px;
}

@media (max-width: 575.98px) {
  .gap-xs-297 {
    gap: 297px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-297 {
    gap: 297px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-297 {
    gap: 297px !important;
  }
}

.gap-row-297 {
  row-gap: 297px;
}

.gap-col-297 {
  column-gap: 297px;
}

.border-radius-297 {
  border-radius: 297px;
}

.font-size-297 {
  font-size: 297px;
}

.margin-top-297 {
  margin-top: 297px !important;
}

.margin-bottom-297 {
  margin-bottom: 297px !important;
}

.padding-297 {
  padding: 297px;
}

.padding-left-297 {
  padding-left: 297px !important;
}

.padding-right-297 {
  padding-right: 297px !important;
}

.gap-298 {
  gap: 298px;
}

@media (max-width: 575.98px) {
  .gap-xs-298 {
    gap: 298px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-298 {
    gap: 298px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-298 {
    gap: 298px !important;
  }
}

.gap-row-298 {
  row-gap: 298px;
}

.gap-col-298 {
  column-gap: 298px;
}

.border-radius-298 {
  border-radius: 298px;
}

.font-size-298 {
  font-size: 298px;
}

.margin-top-298 {
  margin-top: 298px !important;
}

.margin-bottom-298 {
  margin-bottom: 298px !important;
}

.padding-298 {
  padding: 298px;
}

.padding-left-298 {
  padding-left: 298px !important;
}

.padding-right-298 {
  padding-right: 298px !important;
}

.gap-299 {
  gap: 299px;
}

@media (max-width: 575.98px) {
  .gap-xs-299 {
    gap: 299px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-299 {
    gap: 299px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-299 {
    gap: 299px !important;
  }
}

.gap-row-299 {
  row-gap: 299px;
}

.gap-col-299 {
  column-gap: 299px;
}

.border-radius-299 {
  border-radius: 299px;
}

.font-size-299 {
  font-size: 299px;
}

.margin-top-299 {
  margin-top: 299px !important;
}

.margin-bottom-299 {
  margin-bottom: 299px !important;
}

.padding-299 {
  padding: 299px;
}

.padding-left-299 {
  padding-left: 299px !important;
}

.padding-right-299 {
  padding-right: 299px !important;
}

.gap-300 {
  gap: 300px;
}

@media (max-width: 575.98px) {
  .gap-xs-300 {
    gap: 300px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-300 {
    gap: 300px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-300 {
    gap: 300px !important;
  }
}

.gap-row-300 {
  row-gap: 300px;
}

.gap-col-300 {
  column-gap: 300px;
}

.border-radius-300 {
  border-radius: 300px;
}

.font-size-300 {
  font-size: 300px;
}

.margin-top-300 {
  margin-top: 300px !important;
}

.margin-bottom-300 {
  margin-bottom: 300px !important;
}

.padding-300 {
  padding: 300px;
}

.padding-left-300 {
  padding-left: 300px !important;
}

.padding-right-300 {
  padding-right: 300px !important;
}

.gap-301 {
  gap: 301px;
}

@media (max-width: 575.98px) {
  .gap-xs-301 {
    gap: 301px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-301 {
    gap: 301px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-301 {
    gap: 301px !important;
  }
}

.gap-row-301 {
  row-gap: 301px;
}

.gap-col-301 {
  column-gap: 301px;
}

.border-radius-301 {
  border-radius: 301px;
}

.font-size-301 {
  font-size: 301px;
}

.margin-top-301 {
  margin-top: 301px !important;
}

.margin-bottom-301 {
  margin-bottom: 301px !important;
}

.padding-301 {
  padding: 301px;
}

.padding-left-301 {
  padding-left: 301px !important;
}

.padding-right-301 {
  padding-right: 301px !important;
}

.gap-302 {
  gap: 302px;
}

@media (max-width: 575.98px) {
  .gap-xs-302 {
    gap: 302px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-302 {
    gap: 302px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-302 {
    gap: 302px !important;
  }
}

.gap-row-302 {
  row-gap: 302px;
}

.gap-col-302 {
  column-gap: 302px;
}

.border-radius-302 {
  border-radius: 302px;
}

.font-size-302 {
  font-size: 302px;
}

.margin-top-302 {
  margin-top: 302px !important;
}

.margin-bottom-302 {
  margin-bottom: 302px !important;
}

.padding-302 {
  padding: 302px;
}

.padding-left-302 {
  padding-left: 302px !important;
}

.padding-right-302 {
  padding-right: 302px !important;
}

.gap-303 {
  gap: 303px;
}

@media (max-width: 575.98px) {
  .gap-xs-303 {
    gap: 303px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-303 {
    gap: 303px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-303 {
    gap: 303px !important;
  }
}

.gap-row-303 {
  row-gap: 303px;
}

.gap-col-303 {
  column-gap: 303px;
}

.border-radius-303 {
  border-radius: 303px;
}

.font-size-303 {
  font-size: 303px;
}

.margin-top-303 {
  margin-top: 303px !important;
}

.margin-bottom-303 {
  margin-bottom: 303px !important;
}

.padding-303 {
  padding: 303px;
}

.padding-left-303 {
  padding-left: 303px !important;
}

.padding-right-303 {
  padding-right: 303px !important;
}

.gap-304 {
  gap: 304px;
}

@media (max-width: 575.98px) {
  .gap-xs-304 {
    gap: 304px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-304 {
    gap: 304px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-304 {
    gap: 304px !important;
  }
}

.gap-row-304 {
  row-gap: 304px;
}

.gap-col-304 {
  column-gap: 304px;
}

.border-radius-304 {
  border-radius: 304px;
}

.font-size-304 {
  font-size: 304px;
}

.margin-top-304 {
  margin-top: 304px !important;
}

.margin-bottom-304 {
  margin-bottom: 304px !important;
}

.padding-304 {
  padding: 304px;
}

.padding-left-304 {
  padding-left: 304px !important;
}

.padding-right-304 {
  padding-right: 304px !important;
}

.gap-305 {
  gap: 305px;
}

@media (max-width: 575.98px) {
  .gap-xs-305 {
    gap: 305px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-305 {
    gap: 305px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-305 {
    gap: 305px !important;
  }
}

.gap-row-305 {
  row-gap: 305px;
}

.gap-col-305 {
  column-gap: 305px;
}

.border-radius-305 {
  border-radius: 305px;
}

.font-size-305 {
  font-size: 305px;
}

.margin-top-305 {
  margin-top: 305px !important;
}

.margin-bottom-305 {
  margin-bottom: 305px !important;
}

.padding-305 {
  padding: 305px;
}

.padding-left-305 {
  padding-left: 305px !important;
}

.padding-right-305 {
  padding-right: 305px !important;
}

.gap-306 {
  gap: 306px;
}

@media (max-width: 575.98px) {
  .gap-xs-306 {
    gap: 306px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-306 {
    gap: 306px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-306 {
    gap: 306px !important;
  }
}

.gap-row-306 {
  row-gap: 306px;
}

.gap-col-306 {
  column-gap: 306px;
}

.border-radius-306 {
  border-radius: 306px;
}

.font-size-306 {
  font-size: 306px;
}

.margin-top-306 {
  margin-top: 306px !important;
}

.margin-bottom-306 {
  margin-bottom: 306px !important;
}

.padding-306 {
  padding: 306px;
}

.padding-left-306 {
  padding-left: 306px !important;
}

.padding-right-306 {
  padding-right: 306px !important;
}

.gap-307 {
  gap: 307px;
}

@media (max-width: 575.98px) {
  .gap-xs-307 {
    gap: 307px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-307 {
    gap: 307px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-307 {
    gap: 307px !important;
  }
}

.gap-row-307 {
  row-gap: 307px;
}

.gap-col-307 {
  column-gap: 307px;
}

.border-radius-307 {
  border-radius: 307px;
}

.font-size-307 {
  font-size: 307px;
}

.margin-top-307 {
  margin-top: 307px !important;
}

.margin-bottom-307 {
  margin-bottom: 307px !important;
}

.padding-307 {
  padding: 307px;
}

.padding-left-307 {
  padding-left: 307px !important;
}

.padding-right-307 {
  padding-right: 307px !important;
}

.gap-308 {
  gap: 308px;
}

@media (max-width: 575.98px) {
  .gap-xs-308 {
    gap: 308px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-308 {
    gap: 308px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-308 {
    gap: 308px !important;
  }
}

.gap-row-308 {
  row-gap: 308px;
}

.gap-col-308 {
  column-gap: 308px;
}

.border-radius-308 {
  border-radius: 308px;
}

.font-size-308 {
  font-size: 308px;
}

.margin-top-308 {
  margin-top: 308px !important;
}

.margin-bottom-308 {
  margin-bottom: 308px !important;
}

.padding-308 {
  padding: 308px;
}

.padding-left-308 {
  padding-left: 308px !important;
}

.padding-right-308 {
  padding-right: 308px !important;
}

.gap-309 {
  gap: 309px;
}

@media (max-width: 575.98px) {
  .gap-xs-309 {
    gap: 309px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-309 {
    gap: 309px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-309 {
    gap: 309px !important;
  }
}

.gap-row-309 {
  row-gap: 309px;
}

.gap-col-309 {
  column-gap: 309px;
}

.border-radius-309 {
  border-radius: 309px;
}

.font-size-309 {
  font-size: 309px;
}

.margin-top-309 {
  margin-top: 309px !important;
}

.margin-bottom-309 {
  margin-bottom: 309px !important;
}

.padding-309 {
  padding: 309px;
}

.padding-left-309 {
  padding-left: 309px !important;
}

.padding-right-309 {
  padding-right: 309px !important;
}

.gap-310 {
  gap: 310px;
}

@media (max-width: 575.98px) {
  .gap-xs-310 {
    gap: 310px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-310 {
    gap: 310px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-310 {
    gap: 310px !important;
  }
}

.gap-row-310 {
  row-gap: 310px;
}

.gap-col-310 {
  column-gap: 310px;
}

.border-radius-310 {
  border-radius: 310px;
}

.font-size-310 {
  font-size: 310px;
}

.margin-top-310 {
  margin-top: 310px !important;
}

.margin-bottom-310 {
  margin-bottom: 310px !important;
}

.padding-310 {
  padding: 310px;
}

.padding-left-310 {
  padding-left: 310px !important;
}

.padding-right-310 {
  padding-right: 310px !important;
}

.gap-311 {
  gap: 311px;
}

@media (max-width: 575.98px) {
  .gap-xs-311 {
    gap: 311px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-311 {
    gap: 311px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-311 {
    gap: 311px !important;
  }
}

.gap-row-311 {
  row-gap: 311px;
}

.gap-col-311 {
  column-gap: 311px;
}

.border-radius-311 {
  border-radius: 311px;
}

.font-size-311 {
  font-size: 311px;
}

.margin-top-311 {
  margin-top: 311px !important;
}

.margin-bottom-311 {
  margin-bottom: 311px !important;
}

.padding-311 {
  padding: 311px;
}

.padding-left-311 {
  padding-left: 311px !important;
}

.padding-right-311 {
  padding-right: 311px !important;
}

.gap-312 {
  gap: 312px;
}

@media (max-width: 575.98px) {
  .gap-xs-312 {
    gap: 312px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-312 {
    gap: 312px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-312 {
    gap: 312px !important;
  }
}

.gap-row-312 {
  row-gap: 312px;
}

.gap-col-312 {
  column-gap: 312px;
}

.border-radius-312 {
  border-radius: 312px;
}

.font-size-312 {
  font-size: 312px;
}

.margin-top-312 {
  margin-top: 312px !important;
}

.margin-bottom-312 {
  margin-bottom: 312px !important;
}

.padding-312 {
  padding: 312px;
}

.padding-left-312 {
  padding-left: 312px !important;
}

.padding-right-312 {
  padding-right: 312px !important;
}

.gap-313 {
  gap: 313px;
}

@media (max-width: 575.98px) {
  .gap-xs-313 {
    gap: 313px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-313 {
    gap: 313px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-313 {
    gap: 313px !important;
  }
}

.gap-row-313 {
  row-gap: 313px;
}

.gap-col-313 {
  column-gap: 313px;
}

.border-radius-313 {
  border-radius: 313px;
}

.font-size-313 {
  font-size: 313px;
}

.margin-top-313 {
  margin-top: 313px !important;
}

.margin-bottom-313 {
  margin-bottom: 313px !important;
}

.padding-313 {
  padding: 313px;
}

.padding-left-313 {
  padding-left: 313px !important;
}

.padding-right-313 {
  padding-right: 313px !important;
}

.gap-314 {
  gap: 314px;
}

@media (max-width: 575.98px) {
  .gap-xs-314 {
    gap: 314px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-314 {
    gap: 314px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-314 {
    gap: 314px !important;
  }
}

.gap-row-314 {
  row-gap: 314px;
}

.gap-col-314 {
  column-gap: 314px;
}

.border-radius-314 {
  border-radius: 314px;
}

.font-size-314 {
  font-size: 314px;
}

.margin-top-314 {
  margin-top: 314px !important;
}

.margin-bottom-314 {
  margin-bottom: 314px !important;
}

.padding-314 {
  padding: 314px;
}

.padding-left-314 {
  padding-left: 314px !important;
}

.padding-right-314 {
  padding-right: 314px !important;
}

.gap-315 {
  gap: 315px;
}

@media (max-width: 575.98px) {
  .gap-xs-315 {
    gap: 315px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-315 {
    gap: 315px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-315 {
    gap: 315px !important;
  }
}

.gap-row-315 {
  row-gap: 315px;
}

.gap-col-315 {
  column-gap: 315px;
}

.border-radius-315 {
  border-radius: 315px;
}

.font-size-315 {
  font-size: 315px;
}

.margin-top-315 {
  margin-top: 315px !important;
}

.margin-bottom-315 {
  margin-bottom: 315px !important;
}

.padding-315 {
  padding: 315px;
}

.padding-left-315 {
  padding-left: 315px !important;
}

.padding-right-315 {
  padding-right: 315px !important;
}

.gap-316 {
  gap: 316px;
}

@media (max-width: 575.98px) {
  .gap-xs-316 {
    gap: 316px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-316 {
    gap: 316px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-316 {
    gap: 316px !important;
  }
}

.gap-row-316 {
  row-gap: 316px;
}

.gap-col-316 {
  column-gap: 316px;
}

.border-radius-316 {
  border-radius: 316px;
}

.font-size-316 {
  font-size: 316px;
}

.margin-top-316 {
  margin-top: 316px !important;
}

.margin-bottom-316 {
  margin-bottom: 316px !important;
}

.padding-316 {
  padding: 316px;
}

.padding-left-316 {
  padding-left: 316px !important;
}

.padding-right-316 {
  padding-right: 316px !important;
}

.gap-317 {
  gap: 317px;
}

@media (max-width: 575.98px) {
  .gap-xs-317 {
    gap: 317px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-317 {
    gap: 317px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-317 {
    gap: 317px !important;
  }
}

.gap-row-317 {
  row-gap: 317px;
}

.gap-col-317 {
  column-gap: 317px;
}

.border-radius-317 {
  border-radius: 317px;
}

.font-size-317 {
  font-size: 317px;
}

.margin-top-317 {
  margin-top: 317px !important;
}

.margin-bottom-317 {
  margin-bottom: 317px !important;
}

.padding-317 {
  padding: 317px;
}

.padding-left-317 {
  padding-left: 317px !important;
}

.padding-right-317 {
  padding-right: 317px !important;
}

.gap-318 {
  gap: 318px;
}

@media (max-width: 575.98px) {
  .gap-xs-318 {
    gap: 318px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-318 {
    gap: 318px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-318 {
    gap: 318px !important;
  }
}

.gap-row-318 {
  row-gap: 318px;
}

.gap-col-318 {
  column-gap: 318px;
}

.border-radius-318 {
  border-radius: 318px;
}

.font-size-318 {
  font-size: 318px;
}

.margin-top-318 {
  margin-top: 318px !important;
}

.margin-bottom-318 {
  margin-bottom: 318px !important;
}

.padding-318 {
  padding: 318px;
}

.padding-left-318 {
  padding-left: 318px !important;
}

.padding-right-318 {
  padding-right: 318px !important;
}

.gap-319 {
  gap: 319px;
}

@media (max-width: 575.98px) {
  .gap-xs-319 {
    gap: 319px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-319 {
    gap: 319px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-319 {
    gap: 319px !important;
  }
}

.gap-row-319 {
  row-gap: 319px;
}

.gap-col-319 {
  column-gap: 319px;
}

.border-radius-319 {
  border-radius: 319px;
}

.font-size-319 {
  font-size: 319px;
}

.margin-top-319 {
  margin-top: 319px !important;
}

.margin-bottom-319 {
  margin-bottom: 319px !important;
}

.padding-319 {
  padding: 319px;
}

.padding-left-319 {
  padding-left: 319px !important;
}

.padding-right-319 {
  padding-right: 319px !important;
}

.gap-320 {
  gap: 320px;
}

@media (max-width: 575.98px) {
  .gap-xs-320 {
    gap: 320px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-320 {
    gap: 320px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-320 {
    gap: 320px !important;
  }
}

.gap-row-320 {
  row-gap: 320px;
}

.gap-col-320 {
  column-gap: 320px;
}

.border-radius-320 {
  border-radius: 320px;
}

.font-size-320 {
  font-size: 320px;
}

.margin-top-320 {
  margin-top: 320px !important;
}

.margin-bottom-320 {
  margin-bottom: 320px !important;
}

.padding-320 {
  padding: 320px;
}

.padding-left-320 {
  padding-left: 320px !important;
}

.padding-right-320 {
  padding-right: 320px !important;
}

.gap-321 {
  gap: 321px;
}

@media (max-width: 575.98px) {
  .gap-xs-321 {
    gap: 321px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-321 {
    gap: 321px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-321 {
    gap: 321px !important;
  }
}

.gap-row-321 {
  row-gap: 321px;
}

.gap-col-321 {
  column-gap: 321px;
}

.border-radius-321 {
  border-radius: 321px;
}

.font-size-321 {
  font-size: 321px;
}

.margin-top-321 {
  margin-top: 321px !important;
}

.margin-bottom-321 {
  margin-bottom: 321px !important;
}

.padding-321 {
  padding: 321px;
}

.padding-left-321 {
  padding-left: 321px !important;
}

.padding-right-321 {
  padding-right: 321px !important;
}

.gap-322 {
  gap: 322px;
}

@media (max-width: 575.98px) {
  .gap-xs-322 {
    gap: 322px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-322 {
    gap: 322px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-322 {
    gap: 322px !important;
  }
}

.gap-row-322 {
  row-gap: 322px;
}

.gap-col-322 {
  column-gap: 322px;
}

.border-radius-322 {
  border-radius: 322px;
}

.font-size-322 {
  font-size: 322px;
}

.margin-top-322 {
  margin-top: 322px !important;
}

.margin-bottom-322 {
  margin-bottom: 322px !important;
}

.padding-322 {
  padding: 322px;
}

.padding-left-322 {
  padding-left: 322px !important;
}

.padding-right-322 {
  padding-right: 322px !important;
}

.gap-323 {
  gap: 323px;
}

@media (max-width: 575.98px) {
  .gap-xs-323 {
    gap: 323px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-323 {
    gap: 323px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-323 {
    gap: 323px !important;
  }
}

.gap-row-323 {
  row-gap: 323px;
}

.gap-col-323 {
  column-gap: 323px;
}

.border-radius-323 {
  border-radius: 323px;
}

.font-size-323 {
  font-size: 323px;
}

.margin-top-323 {
  margin-top: 323px !important;
}

.margin-bottom-323 {
  margin-bottom: 323px !important;
}

.padding-323 {
  padding: 323px;
}

.padding-left-323 {
  padding-left: 323px !important;
}

.padding-right-323 {
  padding-right: 323px !important;
}

.gap-324 {
  gap: 324px;
}

@media (max-width: 575.98px) {
  .gap-xs-324 {
    gap: 324px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-324 {
    gap: 324px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-324 {
    gap: 324px !important;
  }
}

.gap-row-324 {
  row-gap: 324px;
}

.gap-col-324 {
  column-gap: 324px;
}

.border-radius-324 {
  border-radius: 324px;
}

.font-size-324 {
  font-size: 324px;
}

.margin-top-324 {
  margin-top: 324px !important;
}

.margin-bottom-324 {
  margin-bottom: 324px !important;
}

.padding-324 {
  padding: 324px;
}

.padding-left-324 {
  padding-left: 324px !important;
}

.padding-right-324 {
  padding-right: 324px !important;
}

.gap-325 {
  gap: 325px;
}

@media (max-width: 575.98px) {
  .gap-xs-325 {
    gap: 325px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-325 {
    gap: 325px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-325 {
    gap: 325px !important;
  }
}

.gap-row-325 {
  row-gap: 325px;
}

.gap-col-325 {
  column-gap: 325px;
}

.border-radius-325 {
  border-radius: 325px;
}

.font-size-325 {
  font-size: 325px;
}

.margin-top-325 {
  margin-top: 325px !important;
}

.margin-bottom-325 {
  margin-bottom: 325px !important;
}

.padding-325 {
  padding: 325px;
}

.padding-left-325 {
  padding-left: 325px !important;
}

.padding-right-325 {
  padding-right: 325px !important;
}

.gap-326 {
  gap: 326px;
}

@media (max-width: 575.98px) {
  .gap-xs-326 {
    gap: 326px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-326 {
    gap: 326px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-326 {
    gap: 326px !important;
  }
}

.gap-row-326 {
  row-gap: 326px;
}

.gap-col-326 {
  column-gap: 326px;
}

.border-radius-326 {
  border-radius: 326px;
}

.font-size-326 {
  font-size: 326px;
}

.margin-top-326 {
  margin-top: 326px !important;
}

.margin-bottom-326 {
  margin-bottom: 326px !important;
}

.padding-326 {
  padding: 326px;
}

.padding-left-326 {
  padding-left: 326px !important;
}

.padding-right-326 {
  padding-right: 326px !important;
}

.gap-327 {
  gap: 327px;
}

@media (max-width: 575.98px) {
  .gap-xs-327 {
    gap: 327px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-327 {
    gap: 327px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-327 {
    gap: 327px !important;
  }
}

.gap-row-327 {
  row-gap: 327px;
}

.gap-col-327 {
  column-gap: 327px;
}

.border-radius-327 {
  border-radius: 327px;
}

.font-size-327 {
  font-size: 327px;
}

.margin-top-327 {
  margin-top: 327px !important;
}

.margin-bottom-327 {
  margin-bottom: 327px !important;
}

.padding-327 {
  padding: 327px;
}

.padding-left-327 {
  padding-left: 327px !important;
}

.padding-right-327 {
  padding-right: 327px !important;
}

.gap-328 {
  gap: 328px;
}

@media (max-width: 575.98px) {
  .gap-xs-328 {
    gap: 328px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-328 {
    gap: 328px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-328 {
    gap: 328px !important;
  }
}

.gap-row-328 {
  row-gap: 328px;
}

.gap-col-328 {
  column-gap: 328px;
}

.border-radius-328 {
  border-radius: 328px;
}

.font-size-328 {
  font-size: 328px;
}

.margin-top-328 {
  margin-top: 328px !important;
}

.margin-bottom-328 {
  margin-bottom: 328px !important;
}

.padding-328 {
  padding: 328px;
}

.padding-left-328 {
  padding-left: 328px !important;
}

.padding-right-328 {
  padding-right: 328px !important;
}

.gap-329 {
  gap: 329px;
}

@media (max-width: 575.98px) {
  .gap-xs-329 {
    gap: 329px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-329 {
    gap: 329px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-329 {
    gap: 329px !important;
  }
}

.gap-row-329 {
  row-gap: 329px;
}

.gap-col-329 {
  column-gap: 329px;
}

.border-radius-329 {
  border-radius: 329px;
}

.font-size-329 {
  font-size: 329px;
}

.margin-top-329 {
  margin-top: 329px !important;
}

.margin-bottom-329 {
  margin-bottom: 329px !important;
}

.padding-329 {
  padding: 329px;
}

.padding-left-329 {
  padding-left: 329px !important;
}

.padding-right-329 {
  padding-right: 329px !important;
}

.gap-330 {
  gap: 330px;
}

@media (max-width: 575.98px) {
  .gap-xs-330 {
    gap: 330px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-330 {
    gap: 330px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-330 {
    gap: 330px !important;
  }
}

.gap-row-330 {
  row-gap: 330px;
}

.gap-col-330 {
  column-gap: 330px;
}

.border-radius-330 {
  border-radius: 330px;
}

.font-size-330 {
  font-size: 330px;
}

.margin-top-330 {
  margin-top: 330px !important;
}

.margin-bottom-330 {
  margin-bottom: 330px !important;
}

.padding-330 {
  padding: 330px;
}

.padding-left-330 {
  padding-left: 330px !important;
}

.padding-right-330 {
  padding-right: 330px !important;
}

.gap-331 {
  gap: 331px;
}

@media (max-width: 575.98px) {
  .gap-xs-331 {
    gap: 331px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-331 {
    gap: 331px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-331 {
    gap: 331px !important;
  }
}

.gap-row-331 {
  row-gap: 331px;
}

.gap-col-331 {
  column-gap: 331px;
}

.border-radius-331 {
  border-radius: 331px;
}

.font-size-331 {
  font-size: 331px;
}

.margin-top-331 {
  margin-top: 331px !important;
}

.margin-bottom-331 {
  margin-bottom: 331px !important;
}

.padding-331 {
  padding: 331px;
}

.padding-left-331 {
  padding-left: 331px !important;
}

.padding-right-331 {
  padding-right: 331px !important;
}

.gap-332 {
  gap: 332px;
}

@media (max-width: 575.98px) {
  .gap-xs-332 {
    gap: 332px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-332 {
    gap: 332px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-332 {
    gap: 332px !important;
  }
}

.gap-row-332 {
  row-gap: 332px;
}

.gap-col-332 {
  column-gap: 332px;
}

.border-radius-332 {
  border-radius: 332px;
}

.font-size-332 {
  font-size: 332px;
}

.margin-top-332 {
  margin-top: 332px !important;
}

.margin-bottom-332 {
  margin-bottom: 332px !important;
}

.padding-332 {
  padding: 332px;
}

.padding-left-332 {
  padding-left: 332px !important;
}

.padding-right-332 {
  padding-right: 332px !important;
}

.gap-333 {
  gap: 333px;
}

@media (max-width: 575.98px) {
  .gap-xs-333 {
    gap: 333px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-333 {
    gap: 333px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-333 {
    gap: 333px !important;
  }
}

.gap-row-333 {
  row-gap: 333px;
}

.gap-col-333 {
  column-gap: 333px;
}

.border-radius-333 {
  border-radius: 333px;
}

.font-size-333 {
  font-size: 333px;
}

.margin-top-333 {
  margin-top: 333px !important;
}

.margin-bottom-333 {
  margin-bottom: 333px !important;
}

.padding-333 {
  padding: 333px;
}

.padding-left-333 {
  padding-left: 333px !important;
}

.padding-right-333 {
  padding-right: 333px !important;
}

.gap-334 {
  gap: 334px;
}

@media (max-width: 575.98px) {
  .gap-xs-334 {
    gap: 334px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-334 {
    gap: 334px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-334 {
    gap: 334px !important;
  }
}

.gap-row-334 {
  row-gap: 334px;
}

.gap-col-334 {
  column-gap: 334px;
}

.border-radius-334 {
  border-radius: 334px;
}

.font-size-334 {
  font-size: 334px;
}

.margin-top-334 {
  margin-top: 334px !important;
}

.margin-bottom-334 {
  margin-bottom: 334px !important;
}

.padding-334 {
  padding: 334px;
}

.padding-left-334 {
  padding-left: 334px !important;
}

.padding-right-334 {
  padding-right: 334px !important;
}

.gap-335 {
  gap: 335px;
}

@media (max-width: 575.98px) {
  .gap-xs-335 {
    gap: 335px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-335 {
    gap: 335px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-335 {
    gap: 335px !important;
  }
}

.gap-row-335 {
  row-gap: 335px;
}

.gap-col-335 {
  column-gap: 335px;
}

.border-radius-335 {
  border-radius: 335px;
}

.font-size-335 {
  font-size: 335px;
}

.margin-top-335 {
  margin-top: 335px !important;
}

.margin-bottom-335 {
  margin-bottom: 335px !important;
}

.padding-335 {
  padding: 335px;
}

.padding-left-335 {
  padding-left: 335px !important;
}

.padding-right-335 {
  padding-right: 335px !important;
}

.gap-336 {
  gap: 336px;
}

@media (max-width: 575.98px) {
  .gap-xs-336 {
    gap: 336px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-336 {
    gap: 336px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-336 {
    gap: 336px !important;
  }
}

.gap-row-336 {
  row-gap: 336px;
}

.gap-col-336 {
  column-gap: 336px;
}

.border-radius-336 {
  border-radius: 336px;
}

.font-size-336 {
  font-size: 336px;
}

.margin-top-336 {
  margin-top: 336px !important;
}

.margin-bottom-336 {
  margin-bottom: 336px !important;
}

.padding-336 {
  padding: 336px;
}

.padding-left-336 {
  padding-left: 336px !important;
}

.padding-right-336 {
  padding-right: 336px !important;
}

.gap-337 {
  gap: 337px;
}

@media (max-width: 575.98px) {
  .gap-xs-337 {
    gap: 337px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-337 {
    gap: 337px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-337 {
    gap: 337px !important;
  }
}

.gap-row-337 {
  row-gap: 337px;
}

.gap-col-337 {
  column-gap: 337px;
}

.border-radius-337 {
  border-radius: 337px;
}

.font-size-337 {
  font-size: 337px;
}

.margin-top-337 {
  margin-top: 337px !important;
}

.margin-bottom-337 {
  margin-bottom: 337px !important;
}

.padding-337 {
  padding: 337px;
}

.padding-left-337 {
  padding-left: 337px !important;
}

.padding-right-337 {
  padding-right: 337px !important;
}

.gap-338 {
  gap: 338px;
}

@media (max-width: 575.98px) {
  .gap-xs-338 {
    gap: 338px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-338 {
    gap: 338px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-338 {
    gap: 338px !important;
  }
}

.gap-row-338 {
  row-gap: 338px;
}

.gap-col-338 {
  column-gap: 338px;
}

.border-radius-338 {
  border-radius: 338px;
}

.font-size-338 {
  font-size: 338px;
}

.margin-top-338 {
  margin-top: 338px !important;
}

.margin-bottom-338 {
  margin-bottom: 338px !important;
}

.padding-338 {
  padding: 338px;
}

.padding-left-338 {
  padding-left: 338px !important;
}

.padding-right-338 {
  padding-right: 338px !important;
}

.gap-339 {
  gap: 339px;
}

@media (max-width: 575.98px) {
  .gap-xs-339 {
    gap: 339px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-339 {
    gap: 339px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-339 {
    gap: 339px !important;
  }
}

.gap-row-339 {
  row-gap: 339px;
}

.gap-col-339 {
  column-gap: 339px;
}

.border-radius-339 {
  border-radius: 339px;
}

.font-size-339 {
  font-size: 339px;
}

.margin-top-339 {
  margin-top: 339px !important;
}

.margin-bottom-339 {
  margin-bottom: 339px !important;
}

.padding-339 {
  padding: 339px;
}

.padding-left-339 {
  padding-left: 339px !important;
}

.padding-right-339 {
  padding-right: 339px !important;
}

.gap-340 {
  gap: 340px;
}

@media (max-width: 575.98px) {
  .gap-xs-340 {
    gap: 340px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-340 {
    gap: 340px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-340 {
    gap: 340px !important;
  }
}

.gap-row-340 {
  row-gap: 340px;
}

.gap-col-340 {
  column-gap: 340px;
}

.border-radius-340 {
  border-radius: 340px;
}

.font-size-340 {
  font-size: 340px;
}

.margin-top-340 {
  margin-top: 340px !important;
}

.margin-bottom-340 {
  margin-bottom: 340px !important;
}

.padding-340 {
  padding: 340px;
}

.padding-left-340 {
  padding-left: 340px !important;
}

.padding-right-340 {
  padding-right: 340px !important;
}

.gap-341 {
  gap: 341px;
}

@media (max-width: 575.98px) {
  .gap-xs-341 {
    gap: 341px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-341 {
    gap: 341px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-341 {
    gap: 341px !important;
  }
}

.gap-row-341 {
  row-gap: 341px;
}

.gap-col-341 {
  column-gap: 341px;
}

.border-radius-341 {
  border-radius: 341px;
}

.font-size-341 {
  font-size: 341px;
}

.margin-top-341 {
  margin-top: 341px !important;
}

.margin-bottom-341 {
  margin-bottom: 341px !important;
}

.padding-341 {
  padding: 341px;
}

.padding-left-341 {
  padding-left: 341px !important;
}

.padding-right-341 {
  padding-right: 341px !important;
}

.gap-342 {
  gap: 342px;
}

@media (max-width: 575.98px) {
  .gap-xs-342 {
    gap: 342px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-342 {
    gap: 342px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-342 {
    gap: 342px !important;
  }
}

.gap-row-342 {
  row-gap: 342px;
}

.gap-col-342 {
  column-gap: 342px;
}

.border-radius-342 {
  border-radius: 342px;
}

.font-size-342 {
  font-size: 342px;
}

.margin-top-342 {
  margin-top: 342px !important;
}

.margin-bottom-342 {
  margin-bottom: 342px !important;
}

.padding-342 {
  padding: 342px;
}

.padding-left-342 {
  padding-left: 342px !important;
}

.padding-right-342 {
  padding-right: 342px !important;
}

.gap-343 {
  gap: 343px;
}

@media (max-width: 575.98px) {
  .gap-xs-343 {
    gap: 343px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-343 {
    gap: 343px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-343 {
    gap: 343px !important;
  }
}

.gap-row-343 {
  row-gap: 343px;
}

.gap-col-343 {
  column-gap: 343px;
}

.border-radius-343 {
  border-radius: 343px;
}

.font-size-343 {
  font-size: 343px;
}

.margin-top-343 {
  margin-top: 343px !important;
}

.margin-bottom-343 {
  margin-bottom: 343px !important;
}

.padding-343 {
  padding: 343px;
}

.padding-left-343 {
  padding-left: 343px !important;
}

.padding-right-343 {
  padding-right: 343px !important;
}

.gap-344 {
  gap: 344px;
}

@media (max-width: 575.98px) {
  .gap-xs-344 {
    gap: 344px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-344 {
    gap: 344px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-344 {
    gap: 344px !important;
  }
}

.gap-row-344 {
  row-gap: 344px;
}

.gap-col-344 {
  column-gap: 344px;
}

.border-radius-344 {
  border-radius: 344px;
}

.font-size-344 {
  font-size: 344px;
}

.margin-top-344 {
  margin-top: 344px !important;
}

.margin-bottom-344 {
  margin-bottom: 344px !important;
}

.padding-344 {
  padding: 344px;
}

.padding-left-344 {
  padding-left: 344px !important;
}

.padding-right-344 {
  padding-right: 344px !important;
}

.gap-345 {
  gap: 345px;
}

@media (max-width: 575.98px) {
  .gap-xs-345 {
    gap: 345px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-345 {
    gap: 345px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-345 {
    gap: 345px !important;
  }
}

.gap-row-345 {
  row-gap: 345px;
}

.gap-col-345 {
  column-gap: 345px;
}

.border-radius-345 {
  border-radius: 345px;
}

.font-size-345 {
  font-size: 345px;
}

.margin-top-345 {
  margin-top: 345px !important;
}

.margin-bottom-345 {
  margin-bottom: 345px !important;
}

.padding-345 {
  padding: 345px;
}

.padding-left-345 {
  padding-left: 345px !important;
}

.padding-right-345 {
  padding-right: 345px !important;
}

.gap-346 {
  gap: 346px;
}

@media (max-width: 575.98px) {
  .gap-xs-346 {
    gap: 346px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-346 {
    gap: 346px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-346 {
    gap: 346px !important;
  }
}

.gap-row-346 {
  row-gap: 346px;
}

.gap-col-346 {
  column-gap: 346px;
}

.border-radius-346 {
  border-radius: 346px;
}

.font-size-346 {
  font-size: 346px;
}

.margin-top-346 {
  margin-top: 346px !important;
}

.margin-bottom-346 {
  margin-bottom: 346px !important;
}

.padding-346 {
  padding: 346px;
}

.padding-left-346 {
  padding-left: 346px !important;
}

.padding-right-346 {
  padding-right: 346px !important;
}

.gap-347 {
  gap: 347px;
}

@media (max-width: 575.98px) {
  .gap-xs-347 {
    gap: 347px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-347 {
    gap: 347px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-347 {
    gap: 347px !important;
  }
}

.gap-row-347 {
  row-gap: 347px;
}

.gap-col-347 {
  column-gap: 347px;
}

.border-radius-347 {
  border-radius: 347px;
}

.font-size-347 {
  font-size: 347px;
}

.margin-top-347 {
  margin-top: 347px !important;
}

.margin-bottom-347 {
  margin-bottom: 347px !important;
}

.padding-347 {
  padding: 347px;
}

.padding-left-347 {
  padding-left: 347px !important;
}

.padding-right-347 {
  padding-right: 347px !important;
}

.gap-348 {
  gap: 348px;
}

@media (max-width: 575.98px) {
  .gap-xs-348 {
    gap: 348px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-348 {
    gap: 348px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-348 {
    gap: 348px !important;
  }
}

.gap-row-348 {
  row-gap: 348px;
}

.gap-col-348 {
  column-gap: 348px;
}

.border-radius-348 {
  border-radius: 348px;
}

.font-size-348 {
  font-size: 348px;
}

.margin-top-348 {
  margin-top: 348px !important;
}

.margin-bottom-348 {
  margin-bottom: 348px !important;
}

.padding-348 {
  padding: 348px;
}

.padding-left-348 {
  padding-left: 348px !important;
}

.padding-right-348 {
  padding-right: 348px !important;
}

.gap-349 {
  gap: 349px;
}

@media (max-width: 575.98px) {
  .gap-xs-349 {
    gap: 349px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-349 {
    gap: 349px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-349 {
    gap: 349px !important;
  }
}

.gap-row-349 {
  row-gap: 349px;
}

.gap-col-349 {
  column-gap: 349px;
}

.border-radius-349 {
  border-radius: 349px;
}

.font-size-349 {
  font-size: 349px;
}

.margin-top-349 {
  margin-top: 349px !important;
}

.margin-bottom-349 {
  margin-bottom: 349px !important;
}

.padding-349 {
  padding: 349px;
}

.padding-left-349 {
  padding-left: 349px !important;
}

.padding-right-349 {
  padding-right: 349px !important;
}

.gap-350 {
  gap: 350px;
}

@media (max-width: 575.98px) {
  .gap-xs-350 {
    gap: 350px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-350 {
    gap: 350px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-350 {
    gap: 350px !important;
  }
}

.gap-row-350 {
  row-gap: 350px;
}

.gap-col-350 {
  column-gap: 350px;
}

.border-radius-350 {
  border-radius: 350px;
}

.font-size-350 {
  font-size: 350px;
}

.margin-top-350 {
  margin-top: 350px !important;
}

.margin-bottom-350 {
  margin-bottom: 350px !important;
}

.padding-350 {
  padding: 350px;
}

.padding-left-350 {
  padding-left: 350px !important;
}

.padding-right-350 {
  padding-right: 350px !important;
}

.gap-351 {
  gap: 351px;
}

@media (max-width: 575.98px) {
  .gap-xs-351 {
    gap: 351px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-351 {
    gap: 351px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-351 {
    gap: 351px !important;
  }
}

.gap-row-351 {
  row-gap: 351px;
}

.gap-col-351 {
  column-gap: 351px;
}

.border-radius-351 {
  border-radius: 351px;
}

.font-size-351 {
  font-size: 351px;
}

.margin-top-351 {
  margin-top: 351px !important;
}

.margin-bottom-351 {
  margin-bottom: 351px !important;
}

.padding-351 {
  padding: 351px;
}

.padding-left-351 {
  padding-left: 351px !important;
}

.padding-right-351 {
  padding-right: 351px !important;
}

.gap-352 {
  gap: 352px;
}

@media (max-width: 575.98px) {
  .gap-xs-352 {
    gap: 352px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-352 {
    gap: 352px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-352 {
    gap: 352px !important;
  }
}

.gap-row-352 {
  row-gap: 352px;
}

.gap-col-352 {
  column-gap: 352px;
}

.border-radius-352 {
  border-radius: 352px;
}

.font-size-352 {
  font-size: 352px;
}

.margin-top-352 {
  margin-top: 352px !important;
}

.margin-bottom-352 {
  margin-bottom: 352px !important;
}

.padding-352 {
  padding: 352px;
}

.padding-left-352 {
  padding-left: 352px !important;
}

.padding-right-352 {
  padding-right: 352px !important;
}

.gap-353 {
  gap: 353px;
}

@media (max-width: 575.98px) {
  .gap-xs-353 {
    gap: 353px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-353 {
    gap: 353px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-353 {
    gap: 353px !important;
  }
}

.gap-row-353 {
  row-gap: 353px;
}

.gap-col-353 {
  column-gap: 353px;
}

.border-radius-353 {
  border-radius: 353px;
}

.font-size-353 {
  font-size: 353px;
}

.margin-top-353 {
  margin-top: 353px !important;
}

.margin-bottom-353 {
  margin-bottom: 353px !important;
}

.padding-353 {
  padding: 353px;
}

.padding-left-353 {
  padding-left: 353px !important;
}

.padding-right-353 {
  padding-right: 353px !important;
}

.gap-354 {
  gap: 354px;
}

@media (max-width: 575.98px) {
  .gap-xs-354 {
    gap: 354px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-354 {
    gap: 354px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-354 {
    gap: 354px !important;
  }
}

.gap-row-354 {
  row-gap: 354px;
}

.gap-col-354 {
  column-gap: 354px;
}

.border-radius-354 {
  border-radius: 354px;
}

.font-size-354 {
  font-size: 354px;
}

.margin-top-354 {
  margin-top: 354px !important;
}

.margin-bottom-354 {
  margin-bottom: 354px !important;
}

.padding-354 {
  padding: 354px;
}

.padding-left-354 {
  padding-left: 354px !important;
}

.padding-right-354 {
  padding-right: 354px !important;
}

.gap-355 {
  gap: 355px;
}

@media (max-width: 575.98px) {
  .gap-xs-355 {
    gap: 355px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-355 {
    gap: 355px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-355 {
    gap: 355px !important;
  }
}

.gap-row-355 {
  row-gap: 355px;
}

.gap-col-355 {
  column-gap: 355px;
}

.border-radius-355 {
  border-radius: 355px;
}

.font-size-355 {
  font-size: 355px;
}

.margin-top-355 {
  margin-top: 355px !important;
}

.margin-bottom-355 {
  margin-bottom: 355px !important;
}

.padding-355 {
  padding: 355px;
}

.padding-left-355 {
  padding-left: 355px !important;
}

.padding-right-355 {
  padding-right: 355px !important;
}

.gap-356 {
  gap: 356px;
}

@media (max-width: 575.98px) {
  .gap-xs-356 {
    gap: 356px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-356 {
    gap: 356px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-356 {
    gap: 356px !important;
  }
}

.gap-row-356 {
  row-gap: 356px;
}

.gap-col-356 {
  column-gap: 356px;
}

.border-radius-356 {
  border-radius: 356px;
}

.font-size-356 {
  font-size: 356px;
}

.margin-top-356 {
  margin-top: 356px !important;
}

.margin-bottom-356 {
  margin-bottom: 356px !important;
}

.padding-356 {
  padding: 356px;
}

.padding-left-356 {
  padding-left: 356px !important;
}

.padding-right-356 {
  padding-right: 356px !important;
}

.gap-357 {
  gap: 357px;
}

@media (max-width: 575.98px) {
  .gap-xs-357 {
    gap: 357px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-357 {
    gap: 357px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-357 {
    gap: 357px !important;
  }
}

.gap-row-357 {
  row-gap: 357px;
}

.gap-col-357 {
  column-gap: 357px;
}

.border-radius-357 {
  border-radius: 357px;
}

.font-size-357 {
  font-size: 357px;
}

.margin-top-357 {
  margin-top: 357px !important;
}

.margin-bottom-357 {
  margin-bottom: 357px !important;
}

.padding-357 {
  padding: 357px;
}

.padding-left-357 {
  padding-left: 357px !important;
}

.padding-right-357 {
  padding-right: 357px !important;
}

.gap-358 {
  gap: 358px;
}

@media (max-width: 575.98px) {
  .gap-xs-358 {
    gap: 358px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-358 {
    gap: 358px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-358 {
    gap: 358px !important;
  }
}

.gap-row-358 {
  row-gap: 358px;
}

.gap-col-358 {
  column-gap: 358px;
}

.border-radius-358 {
  border-radius: 358px;
}

.font-size-358 {
  font-size: 358px;
}

.margin-top-358 {
  margin-top: 358px !important;
}

.margin-bottom-358 {
  margin-bottom: 358px !important;
}

.padding-358 {
  padding: 358px;
}

.padding-left-358 {
  padding-left: 358px !important;
}

.padding-right-358 {
  padding-right: 358px !important;
}

.gap-359 {
  gap: 359px;
}

@media (max-width: 575.98px) {
  .gap-xs-359 {
    gap: 359px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-359 {
    gap: 359px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-359 {
    gap: 359px !important;
  }
}

.gap-row-359 {
  row-gap: 359px;
}

.gap-col-359 {
  column-gap: 359px;
}

.border-radius-359 {
  border-radius: 359px;
}

.font-size-359 {
  font-size: 359px;
}

.margin-top-359 {
  margin-top: 359px !important;
}

.margin-bottom-359 {
  margin-bottom: 359px !important;
}

.padding-359 {
  padding: 359px;
}

.padding-left-359 {
  padding-left: 359px !important;
}

.padding-right-359 {
  padding-right: 359px !important;
}

.gap-360 {
  gap: 360px;
}

@media (max-width: 575.98px) {
  .gap-xs-360 {
    gap: 360px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-360 {
    gap: 360px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-360 {
    gap: 360px !important;
  }
}

.gap-row-360 {
  row-gap: 360px;
}

.gap-col-360 {
  column-gap: 360px;
}

.border-radius-360 {
  border-radius: 360px;
}

.font-size-360 {
  font-size: 360px;
}

.margin-top-360 {
  margin-top: 360px !important;
}

.margin-bottom-360 {
  margin-bottom: 360px !important;
}

.padding-360 {
  padding: 360px;
}

.padding-left-360 {
  padding-left: 360px !important;
}

.padding-right-360 {
  padding-right: 360px !important;
}

.gap-361 {
  gap: 361px;
}

@media (max-width: 575.98px) {
  .gap-xs-361 {
    gap: 361px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-361 {
    gap: 361px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-361 {
    gap: 361px !important;
  }
}

.gap-row-361 {
  row-gap: 361px;
}

.gap-col-361 {
  column-gap: 361px;
}

.border-radius-361 {
  border-radius: 361px;
}

.font-size-361 {
  font-size: 361px;
}

.margin-top-361 {
  margin-top: 361px !important;
}

.margin-bottom-361 {
  margin-bottom: 361px !important;
}

.padding-361 {
  padding: 361px;
}

.padding-left-361 {
  padding-left: 361px !important;
}

.padding-right-361 {
  padding-right: 361px !important;
}

.gap-362 {
  gap: 362px;
}

@media (max-width: 575.98px) {
  .gap-xs-362 {
    gap: 362px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-362 {
    gap: 362px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-362 {
    gap: 362px !important;
  }
}

.gap-row-362 {
  row-gap: 362px;
}

.gap-col-362 {
  column-gap: 362px;
}

.border-radius-362 {
  border-radius: 362px;
}

.font-size-362 {
  font-size: 362px;
}

.margin-top-362 {
  margin-top: 362px !important;
}

.margin-bottom-362 {
  margin-bottom: 362px !important;
}

.padding-362 {
  padding: 362px;
}

.padding-left-362 {
  padding-left: 362px !important;
}

.padding-right-362 {
  padding-right: 362px !important;
}

.gap-363 {
  gap: 363px;
}

@media (max-width: 575.98px) {
  .gap-xs-363 {
    gap: 363px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-363 {
    gap: 363px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-363 {
    gap: 363px !important;
  }
}

.gap-row-363 {
  row-gap: 363px;
}

.gap-col-363 {
  column-gap: 363px;
}

.border-radius-363 {
  border-radius: 363px;
}

.font-size-363 {
  font-size: 363px;
}

.margin-top-363 {
  margin-top: 363px !important;
}

.margin-bottom-363 {
  margin-bottom: 363px !important;
}

.padding-363 {
  padding: 363px;
}

.padding-left-363 {
  padding-left: 363px !important;
}

.padding-right-363 {
  padding-right: 363px !important;
}

.gap-364 {
  gap: 364px;
}

@media (max-width: 575.98px) {
  .gap-xs-364 {
    gap: 364px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-364 {
    gap: 364px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-364 {
    gap: 364px !important;
  }
}

.gap-row-364 {
  row-gap: 364px;
}

.gap-col-364 {
  column-gap: 364px;
}

.border-radius-364 {
  border-radius: 364px;
}

.font-size-364 {
  font-size: 364px;
}

.margin-top-364 {
  margin-top: 364px !important;
}

.margin-bottom-364 {
  margin-bottom: 364px !important;
}

.padding-364 {
  padding: 364px;
}

.padding-left-364 {
  padding-left: 364px !important;
}

.padding-right-364 {
  padding-right: 364px !important;
}

.gap-365 {
  gap: 365px;
}

@media (max-width: 575.98px) {
  .gap-xs-365 {
    gap: 365px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-365 {
    gap: 365px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-365 {
    gap: 365px !important;
  }
}

.gap-row-365 {
  row-gap: 365px;
}

.gap-col-365 {
  column-gap: 365px;
}

.border-radius-365 {
  border-radius: 365px;
}

.font-size-365 {
  font-size: 365px;
}

.margin-top-365 {
  margin-top: 365px !important;
}

.margin-bottom-365 {
  margin-bottom: 365px !important;
}

.padding-365 {
  padding: 365px;
}

.padding-left-365 {
  padding-left: 365px !important;
}

.padding-right-365 {
  padding-right: 365px !important;
}

.gap-366 {
  gap: 366px;
}

@media (max-width: 575.98px) {
  .gap-xs-366 {
    gap: 366px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-366 {
    gap: 366px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-366 {
    gap: 366px !important;
  }
}

.gap-row-366 {
  row-gap: 366px;
}

.gap-col-366 {
  column-gap: 366px;
}

.border-radius-366 {
  border-radius: 366px;
}

.font-size-366 {
  font-size: 366px;
}

.margin-top-366 {
  margin-top: 366px !important;
}

.margin-bottom-366 {
  margin-bottom: 366px !important;
}

.padding-366 {
  padding: 366px;
}

.padding-left-366 {
  padding-left: 366px !important;
}

.padding-right-366 {
  padding-right: 366px !important;
}

.gap-367 {
  gap: 367px;
}

@media (max-width: 575.98px) {
  .gap-xs-367 {
    gap: 367px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-367 {
    gap: 367px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-367 {
    gap: 367px !important;
  }
}

.gap-row-367 {
  row-gap: 367px;
}

.gap-col-367 {
  column-gap: 367px;
}

.border-radius-367 {
  border-radius: 367px;
}

.font-size-367 {
  font-size: 367px;
}

.margin-top-367 {
  margin-top: 367px !important;
}

.margin-bottom-367 {
  margin-bottom: 367px !important;
}

.padding-367 {
  padding: 367px;
}

.padding-left-367 {
  padding-left: 367px !important;
}

.padding-right-367 {
  padding-right: 367px !important;
}

.gap-368 {
  gap: 368px;
}

@media (max-width: 575.98px) {
  .gap-xs-368 {
    gap: 368px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-368 {
    gap: 368px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-368 {
    gap: 368px !important;
  }
}

.gap-row-368 {
  row-gap: 368px;
}

.gap-col-368 {
  column-gap: 368px;
}

.border-radius-368 {
  border-radius: 368px;
}

.font-size-368 {
  font-size: 368px;
}

.margin-top-368 {
  margin-top: 368px !important;
}

.margin-bottom-368 {
  margin-bottom: 368px !important;
}

.padding-368 {
  padding: 368px;
}

.padding-left-368 {
  padding-left: 368px !important;
}

.padding-right-368 {
  padding-right: 368px !important;
}

.gap-369 {
  gap: 369px;
}

@media (max-width: 575.98px) {
  .gap-xs-369 {
    gap: 369px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-369 {
    gap: 369px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-369 {
    gap: 369px !important;
  }
}

.gap-row-369 {
  row-gap: 369px;
}

.gap-col-369 {
  column-gap: 369px;
}

.border-radius-369 {
  border-radius: 369px;
}

.font-size-369 {
  font-size: 369px;
}

.margin-top-369 {
  margin-top: 369px !important;
}

.margin-bottom-369 {
  margin-bottom: 369px !important;
}

.padding-369 {
  padding: 369px;
}

.padding-left-369 {
  padding-left: 369px !important;
}

.padding-right-369 {
  padding-right: 369px !important;
}

.gap-370 {
  gap: 370px;
}

@media (max-width: 575.98px) {
  .gap-xs-370 {
    gap: 370px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-370 {
    gap: 370px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-370 {
    gap: 370px !important;
  }
}

.gap-row-370 {
  row-gap: 370px;
}

.gap-col-370 {
  column-gap: 370px;
}

.border-radius-370 {
  border-radius: 370px;
}

.font-size-370 {
  font-size: 370px;
}

.margin-top-370 {
  margin-top: 370px !important;
}

.margin-bottom-370 {
  margin-bottom: 370px !important;
}

.padding-370 {
  padding: 370px;
}

.padding-left-370 {
  padding-left: 370px !important;
}

.padding-right-370 {
  padding-right: 370px !important;
}

.gap-371 {
  gap: 371px;
}

@media (max-width: 575.98px) {
  .gap-xs-371 {
    gap: 371px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-371 {
    gap: 371px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-371 {
    gap: 371px !important;
  }
}

.gap-row-371 {
  row-gap: 371px;
}

.gap-col-371 {
  column-gap: 371px;
}

.border-radius-371 {
  border-radius: 371px;
}

.font-size-371 {
  font-size: 371px;
}

.margin-top-371 {
  margin-top: 371px !important;
}

.margin-bottom-371 {
  margin-bottom: 371px !important;
}

.padding-371 {
  padding: 371px;
}

.padding-left-371 {
  padding-left: 371px !important;
}

.padding-right-371 {
  padding-right: 371px !important;
}

.gap-372 {
  gap: 372px;
}

@media (max-width: 575.98px) {
  .gap-xs-372 {
    gap: 372px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-372 {
    gap: 372px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-372 {
    gap: 372px !important;
  }
}

.gap-row-372 {
  row-gap: 372px;
}

.gap-col-372 {
  column-gap: 372px;
}

.border-radius-372 {
  border-radius: 372px;
}

.font-size-372 {
  font-size: 372px;
}

.margin-top-372 {
  margin-top: 372px !important;
}

.margin-bottom-372 {
  margin-bottom: 372px !important;
}

.padding-372 {
  padding: 372px;
}

.padding-left-372 {
  padding-left: 372px !important;
}

.padding-right-372 {
  padding-right: 372px !important;
}

.gap-373 {
  gap: 373px;
}

@media (max-width: 575.98px) {
  .gap-xs-373 {
    gap: 373px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-373 {
    gap: 373px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-373 {
    gap: 373px !important;
  }
}

.gap-row-373 {
  row-gap: 373px;
}

.gap-col-373 {
  column-gap: 373px;
}

.border-radius-373 {
  border-radius: 373px;
}

.font-size-373 {
  font-size: 373px;
}

.margin-top-373 {
  margin-top: 373px !important;
}

.margin-bottom-373 {
  margin-bottom: 373px !important;
}

.padding-373 {
  padding: 373px;
}

.padding-left-373 {
  padding-left: 373px !important;
}

.padding-right-373 {
  padding-right: 373px !important;
}

.gap-374 {
  gap: 374px;
}

@media (max-width: 575.98px) {
  .gap-xs-374 {
    gap: 374px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-374 {
    gap: 374px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-374 {
    gap: 374px !important;
  }
}

.gap-row-374 {
  row-gap: 374px;
}

.gap-col-374 {
  column-gap: 374px;
}

.border-radius-374 {
  border-radius: 374px;
}

.font-size-374 {
  font-size: 374px;
}

.margin-top-374 {
  margin-top: 374px !important;
}

.margin-bottom-374 {
  margin-bottom: 374px !important;
}

.padding-374 {
  padding: 374px;
}

.padding-left-374 {
  padding-left: 374px !important;
}

.padding-right-374 {
  padding-right: 374px !important;
}

.gap-375 {
  gap: 375px;
}

@media (max-width: 575.98px) {
  .gap-xs-375 {
    gap: 375px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-375 {
    gap: 375px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-375 {
    gap: 375px !important;
  }
}

.gap-row-375 {
  row-gap: 375px;
}

.gap-col-375 {
  column-gap: 375px;
}

.border-radius-375 {
  border-radius: 375px;
}

.font-size-375 {
  font-size: 375px;
}

.margin-top-375 {
  margin-top: 375px !important;
}

.margin-bottom-375 {
  margin-bottom: 375px !important;
}

.padding-375 {
  padding: 375px;
}

.padding-left-375 {
  padding-left: 375px !important;
}

.padding-right-375 {
  padding-right: 375px !important;
}

.gap-376 {
  gap: 376px;
}

@media (max-width: 575.98px) {
  .gap-xs-376 {
    gap: 376px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-376 {
    gap: 376px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-376 {
    gap: 376px !important;
  }
}

.gap-row-376 {
  row-gap: 376px;
}

.gap-col-376 {
  column-gap: 376px;
}

.border-radius-376 {
  border-radius: 376px;
}

.font-size-376 {
  font-size: 376px;
}

.margin-top-376 {
  margin-top: 376px !important;
}

.margin-bottom-376 {
  margin-bottom: 376px !important;
}

.padding-376 {
  padding: 376px;
}

.padding-left-376 {
  padding-left: 376px !important;
}

.padding-right-376 {
  padding-right: 376px !important;
}

.gap-377 {
  gap: 377px;
}

@media (max-width: 575.98px) {
  .gap-xs-377 {
    gap: 377px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-377 {
    gap: 377px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-377 {
    gap: 377px !important;
  }
}

.gap-row-377 {
  row-gap: 377px;
}

.gap-col-377 {
  column-gap: 377px;
}

.border-radius-377 {
  border-radius: 377px;
}

.font-size-377 {
  font-size: 377px;
}

.margin-top-377 {
  margin-top: 377px !important;
}

.margin-bottom-377 {
  margin-bottom: 377px !important;
}

.padding-377 {
  padding: 377px;
}

.padding-left-377 {
  padding-left: 377px !important;
}

.padding-right-377 {
  padding-right: 377px !important;
}

.gap-378 {
  gap: 378px;
}

@media (max-width: 575.98px) {
  .gap-xs-378 {
    gap: 378px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-378 {
    gap: 378px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-378 {
    gap: 378px !important;
  }
}

.gap-row-378 {
  row-gap: 378px;
}

.gap-col-378 {
  column-gap: 378px;
}

.border-radius-378 {
  border-radius: 378px;
}

.font-size-378 {
  font-size: 378px;
}

.margin-top-378 {
  margin-top: 378px !important;
}

.margin-bottom-378 {
  margin-bottom: 378px !important;
}

.padding-378 {
  padding: 378px;
}

.padding-left-378 {
  padding-left: 378px !important;
}

.padding-right-378 {
  padding-right: 378px !important;
}

.gap-379 {
  gap: 379px;
}

@media (max-width: 575.98px) {
  .gap-xs-379 {
    gap: 379px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-379 {
    gap: 379px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-379 {
    gap: 379px !important;
  }
}

.gap-row-379 {
  row-gap: 379px;
}

.gap-col-379 {
  column-gap: 379px;
}

.border-radius-379 {
  border-radius: 379px;
}

.font-size-379 {
  font-size: 379px;
}

.margin-top-379 {
  margin-top: 379px !important;
}

.margin-bottom-379 {
  margin-bottom: 379px !important;
}

.padding-379 {
  padding: 379px;
}

.padding-left-379 {
  padding-left: 379px !important;
}

.padding-right-379 {
  padding-right: 379px !important;
}

.gap-380 {
  gap: 380px;
}

@media (max-width: 575.98px) {
  .gap-xs-380 {
    gap: 380px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-380 {
    gap: 380px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-380 {
    gap: 380px !important;
  }
}

.gap-row-380 {
  row-gap: 380px;
}

.gap-col-380 {
  column-gap: 380px;
}

.border-radius-380 {
  border-radius: 380px;
}

.font-size-380 {
  font-size: 380px;
}

.margin-top-380 {
  margin-top: 380px !important;
}

.margin-bottom-380 {
  margin-bottom: 380px !important;
}

.padding-380 {
  padding: 380px;
}

.padding-left-380 {
  padding-left: 380px !important;
}

.padding-right-380 {
  padding-right: 380px !important;
}

.gap-381 {
  gap: 381px;
}

@media (max-width: 575.98px) {
  .gap-xs-381 {
    gap: 381px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-381 {
    gap: 381px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-381 {
    gap: 381px !important;
  }
}

.gap-row-381 {
  row-gap: 381px;
}

.gap-col-381 {
  column-gap: 381px;
}

.border-radius-381 {
  border-radius: 381px;
}

.font-size-381 {
  font-size: 381px;
}

.margin-top-381 {
  margin-top: 381px !important;
}

.margin-bottom-381 {
  margin-bottom: 381px !important;
}

.padding-381 {
  padding: 381px;
}

.padding-left-381 {
  padding-left: 381px !important;
}

.padding-right-381 {
  padding-right: 381px !important;
}

.gap-382 {
  gap: 382px;
}

@media (max-width: 575.98px) {
  .gap-xs-382 {
    gap: 382px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-382 {
    gap: 382px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-382 {
    gap: 382px !important;
  }
}

.gap-row-382 {
  row-gap: 382px;
}

.gap-col-382 {
  column-gap: 382px;
}

.border-radius-382 {
  border-radius: 382px;
}

.font-size-382 {
  font-size: 382px;
}

.margin-top-382 {
  margin-top: 382px !important;
}

.margin-bottom-382 {
  margin-bottom: 382px !important;
}

.padding-382 {
  padding: 382px;
}

.padding-left-382 {
  padding-left: 382px !important;
}

.padding-right-382 {
  padding-right: 382px !important;
}

.gap-383 {
  gap: 383px;
}

@media (max-width: 575.98px) {
  .gap-xs-383 {
    gap: 383px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-383 {
    gap: 383px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-383 {
    gap: 383px !important;
  }
}

.gap-row-383 {
  row-gap: 383px;
}

.gap-col-383 {
  column-gap: 383px;
}

.border-radius-383 {
  border-radius: 383px;
}

.font-size-383 {
  font-size: 383px;
}

.margin-top-383 {
  margin-top: 383px !important;
}

.margin-bottom-383 {
  margin-bottom: 383px !important;
}

.padding-383 {
  padding: 383px;
}

.padding-left-383 {
  padding-left: 383px !important;
}

.padding-right-383 {
  padding-right: 383px !important;
}

.gap-384 {
  gap: 384px;
}

@media (max-width: 575.98px) {
  .gap-xs-384 {
    gap: 384px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-384 {
    gap: 384px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-384 {
    gap: 384px !important;
  }
}

.gap-row-384 {
  row-gap: 384px;
}

.gap-col-384 {
  column-gap: 384px;
}

.border-radius-384 {
  border-radius: 384px;
}

.font-size-384 {
  font-size: 384px;
}

.margin-top-384 {
  margin-top: 384px !important;
}

.margin-bottom-384 {
  margin-bottom: 384px !important;
}

.padding-384 {
  padding: 384px;
}

.padding-left-384 {
  padding-left: 384px !important;
}

.padding-right-384 {
  padding-right: 384px !important;
}

.gap-385 {
  gap: 385px;
}

@media (max-width: 575.98px) {
  .gap-xs-385 {
    gap: 385px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-385 {
    gap: 385px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-385 {
    gap: 385px !important;
  }
}

.gap-row-385 {
  row-gap: 385px;
}

.gap-col-385 {
  column-gap: 385px;
}

.border-radius-385 {
  border-radius: 385px;
}

.font-size-385 {
  font-size: 385px;
}

.margin-top-385 {
  margin-top: 385px !important;
}

.margin-bottom-385 {
  margin-bottom: 385px !important;
}

.padding-385 {
  padding: 385px;
}

.padding-left-385 {
  padding-left: 385px !important;
}

.padding-right-385 {
  padding-right: 385px !important;
}

.gap-386 {
  gap: 386px;
}

@media (max-width: 575.98px) {
  .gap-xs-386 {
    gap: 386px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-386 {
    gap: 386px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-386 {
    gap: 386px !important;
  }
}

.gap-row-386 {
  row-gap: 386px;
}

.gap-col-386 {
  column-gap: 386px;
}

.border-radius-386 {
  border-radius: 386px;
}

.font-size-386 {
  font-size: 386px;
}

.margin-top-386 {
  margin-top: 386px !important;
}

.margin-bottom-386 {
  margin-bottom: 386px !important;
}

.padding-386 {
  padding: 386px;
}

.padding-left-386 {
  padding-left: 386px !important;
}

.padding-right-386 {
  padding-right: 386px !important;
}

.gap-387 {
  gap: 387px;
}

@media (max-width: 575.98px) {
  .gap-xs-387 {
    gap: 387px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-387 {
    gap: 387px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-387 {
    gap: 387px !important;
  }
}

.gap-row-387 {
  row-gap: 387px;
}

.gap-col-387 {
  column-gap: 387px;
}

.border-radius-387 {
  border-radius: 387px;
}

.font-size-387 {
  font-size: 387px;
}

.margin-top-387 {
  margin-top: 387px !important;
}

.margin-bottom-387 {
  margin-bottom: 387px !important;
}

.padding-387 {
  padding: 387px;
}

.padding-left-387 {
  padding-left: 387px !important;
}

.padding-right-387 {
  padding-right: 387px !important;
}

.gap-388 {
  gap: 388px;
}

@media (max-width: 575.98px) {
  .gap-xs-388 {
    gap: 388px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-388 {
    gap: 388px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-388 {
    gap: 388px !important;
  }
}

.gap-row-388 {
  row-gap: 388px;
}

.gap-col-388 {
  column-gap: 388px;
}

.border-radius-388 {
  border-radius: 388px;
}

.font-size-388 {
  font-size: 388px;
}

.margin-top-388 {
  margin-top: 388px !important;
}

.margin-bottom-388 {
  margin-bottom: 388px !important;
}

.padding-388 {
  padding: 388px;
}

.padding-left-388 {
  padding-left: 388px !important;
}

.padding-right-388 {
  padding-right: 388px !important;
}

.gap-389 {
  gap: 389px;
}

@media (max-width: 575.98px) {
  .gap-xs-389 {
    gap: 389px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-389 {
    gap: 389px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-389 {
    gap: 389px !important;
  }
}

.gap-row-389 {
  row-gap: 389px;
}

.gap-col-389 {
  column-gap: 389px;
}

.border-radius-389 {
  border-radius: 389px;
}

.font-size-389 {
  font-size: 389px;
}

.margin-top-389 {
  margin-top: 389px !important;
}

.margin-bottom-389 {
  margin-bottom: 389px !important;
}

.padding-389 {
  padding: 389px;
}

.padding-left-389 {
  padding-left: 389px !important;
}

.padding-right-389 {
  padding-right: 389px !important;
}

.gap-390 {
  gap: 390px;
}

@media (max-width: 575.98px) {
  .gap-xs-390 {
    gap: 390px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-390 {
    gap: 390px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-390 {
    gap: 390px !important;
  }
}

.gap-row-390 {
  row-gap: 390px;
}

.gap-col-390 {
  column-gap: 390px;
}

.border-radius-390 {
  border-radius: 390px;
}

.font-size-390 {
  font-size: 390px;
}

.margin-top-390 {
  margin-top: 390px !important;
}

.margin-bottom-390 {
  margin-bottom: 390px !important;
}

.padding-390 {
  padding: 390px;
}

.padding-left-390 {
  padding-left: 390px !important;
}

.padding-right-390 {
  padding-right: 390px !important;
}

.gap-391 {
  gap: 391px;
}

@media (max-width: 575.98px) {
  .gap-xs-391 {
    gap: 391px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-391 {
    gap: 391px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-391 {
    gap: 391px !important;
  }
}

.gap-row-391 {
  row-gap: 391px;
}

.gap-col-391 {
  column-gap: 391px;
}

.border-radius-391 {
  border-radius: 391px;
}

.font-size-391 {
  font-size: 391px;
}

.margin-top-391 {
  margin-top: 391px !important;
}

.margin-bottom-391 {
  margin-bottom: 391px !important;
}

.padding-391 {
  padding: 391px;
}

.padding-left-391 {
  padding-left: 391px !important;
}

.padding-right-391 {
  padding-right: 391px !important;
}

.gap-392 {
  gap: 392px;
}

@media (max-width: 575.98px) {
  .gap-xs-392 {
    gap: 392px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-392 {
    gap: 392px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-392 {
    gap: 392px !important;
  }
}

.gap-row-392 {
  row-gap: 392px;
}

.gap-col-392 {
  column-gap: 392px;
}

.border-radius-392 {
  border-radius: 392px;
}

.font-size-392 {
  font-size: 392px;
}

.margin-top-392 {
  margin-top: 392px !important;
}

.margin-bottom-392 {
  margin-bottom: 392px !important;
}

.padding-392 {
  padding: 392px;
}

.padding-left-392 {
  padding-left: 392px !important;
}

.padding-right-392 {
  padding-right: 392px !important;
}

.gap-393 {
  gap: 393px;
}

@media (max-width: 575.98px) {
  .gap-xs-393 {
    gap: 393px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-393 {
    gap: 393px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-393 {
    gap: 393px !important;
  }
}

.gap-row-393 {
  row-gap: 393px;
}

.gap-col-393 {
  column-gap: 393px;
}

.border-radius-393 {
  border-radius: 393px;
}

.font-size-393 {
  font-size: 393px;
}

.margin-top-393 {
  margin-top: 393px !important;
}

.margin-bottom-393 {
  margin-bottom: 393px !important;
}

.padding-393 {
  padding: 393px;
}

.padding-left-393 {
  padding-left: 393px !important;
}

.padding-right-393 {
  padding-right: 393px !important;
}

.gap-394 {
  gap: 394px;
}

@media (max-width: 575.98px) {
  .gap-xs-394 {
    gap: 394px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-394 {
    gap: 394px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-394 {
    gap: 394px !important;
  }
}

.gap-row-394 {
  row-gap: 394px;
}

.gap-col-394 {
  column-gap: 394px;
}

.border-radius-394 {
  border-radius: 394px;
}

.font-size-394 {
  font-size: 394px;
}

.margin-top-394 {
  margin-top: 394px !important;
}

.margin-bottom-394 {
  margin-bottom: 394px !important;
}

.padding-394 {
  padding: 394px;
}

.padding-left-394 {
  padding-left: 394px !important;
}

.padding-right-394 {
  padding-right: 394px !important;
}

.gap-395 {
  gap: 395px;
}

@media (max-width: 575.98px) {
  .gap-xs-395 {
    gap: 395px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-395 {
    gap: 395px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-395 {
    gap: 395px !important;
  }
}

.gap-row-395 {
  row-gap: 395px;
}

.gap-col-395 {
  column-gap: 395px;
}

.border-radius-395 {
  border-radius: 395px;
}

.font-size-395 {
  font-size: 395px;
}

.margin-top-395 {
  margin-top: 395px !important;
}

.margin-bottom-395 {
  margin-bottom: 395px !important;
}

.padding-395 {
  padding: 395px;
}

.padding-left-395 {
  padding-left: 395px !important;
}

.padding-right-395 {
  padding-right: 395px !important;
}

.gap-396 {
  gap: 396px;
}

@media (max-width: 575.98px) {
  .gap-xs-396 {
    gap: 396px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-396 {
    gap: 396px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-396 {
    gap: 396px !important;
  }
}

.gap-row-396 {
  row-gap: 396px;
}

.gap-col-396 {
  column-gap: 396px;
}

.border-radius-396 {
  border-radius: 396px;
}

.font-size-396 {
  font-size: 396px;
}

.margin-top-396 {
  margin-top: 396px !important;
}

.margin-bottom-396 {
  margin-bottom: 396px !important;
}

.padding-396 {
  padding: 396px;
}

.padding-left-396 {
  padding-left: 396px !important;
}

.padding-right-396 {
  padding-right: 396px !important;
}

.gap-397 {
  gap: 397px;
}

@media (max-width: 575.98px) {
  .gap-xs-397 {
    gap: 397px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-397 {
    gap: 397px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-397 {
    gap: 397px !important;
  }
}

.gap-row-397 {
  row-gap: 397px;
}

.gap-col-397 {
  column-gap: 397px;
}

.border-radius-397 {
  border-radius: 397px;
}

.font-size-397 {
  font-size: 397px;
}

.margin-top-397 {
  margin-top: 397px !important;
}

.margin-bottom-397 {
  margin-bottom: 397px !important;
}

.padding-397 {
  padding: 397px;
}

.padding-left-397 {
  padding-left: 397px !important;
}

.padding-right-397 {
  padding-right: 397px !important;
}

.gap-398 {
  gap: 398px;
}

@media (max-width: 575.98px) {
  .gap-xs-398 {
    gap: 398px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-398 {
    gap: 398px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-398 {
    gap: 398px !important;
  }
}

.gap-row-398 {
  row-gap: 398px;
}

.gap-col-398 {
  column-gap: 398px;
}

.border-radius-398 {
  border-radius: 398px;
}

.font-size-398 {
  font-size: 398px;
}

.margin-top-398 {
  margin-top: 398px !important;
}

.margin-bottom-398 {
  margin-bottom: 398px !important;
}

.padding-398 {
  padding: 398px;
}

.padding-left-398 {
  padding-left: 398px !important;
}

.padding-right-398 {
  padding-right: 398px !important;
}

.gap-399 {
  gap: 399px;
}

@media (max-width: 575.98px) {
  .gap-xs-399 {
    gap: 399px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-399 {
    gap: 399px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-399 {
    gap: 399px !important;
  }
}

.gap-row-399 {
  row-gap: 399px;
}

.gap-col-399 {
  column-gap: 399px;
}

.border-radius-399 {
  border-radius: 399px;
}

.font-size-399 {
  font-size: 399px;
}

.margin-top-399 {
  margin-top: 399px !important;
}

.margin-bottom-399 {
  margin-bottom: 399px !important;
}

.padding-399 {
  padding: 399px;
}

.padding-left-399 {
  padding-left: 399px !important;
}

.padding-right-399 {
  padding-right: 399px !important;
}

.gap-400 {
  gap: 400px;
}

@media (max-width: 575.98px) {
  .gap-xs-400 {
    gap: 400px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-400 {
    gap: 400px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-400 {
    gap: 400px !important;
  }
}

.gap-row-400 {
  row-gap: 400px;
}

.gap-col-400 {
  column-gap: 400px;
}

.border-radius-400 {
  border-radius: 400px;
}

.font-size-400 {
  font-size: 400px;
}

.margin-top-400 {
  margin-top: 400px !important;
}

.margin-bottom-400 {
  margin-bottom: 400px !important;
}

.padding-400 {
  padding: 400px;
}

.padding-left-400 {
  padding-left: 400px !important;
}

.padding-right-400 {
  padding-right: 400px !important;
}

.gap-401 {
  gap: 401px;
}

@media (max-width: 575.98px) {
  .gap-xs-401 {
    gap: 401px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-401 {
    gap: 401px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-401 {
    gap: 401px !important;
  }
}

.gap-row-401 {
  row-gap: 401px;
}

.gap-col-401 {
  column-gap: 401px;
}

.border-radius-401 {
  border-radius: 401px;
}

.font-size-401 {
  font-size: 401px;
}

.margin-top-401 {
  margin-top: 401px !important;
}

.margin-bottom-401 {
  margin-bottom: 401px !important;
}

.padding-401 {
  padding: 401px;
}

.padding-left-401 {
  padding-left: 401px !important;
}

.padding-right-401 {
  padding-right: 401px !important;
}

.gap-402 {
  gap: 402px;
}

@media (max-width: 575.98px) {
  .gap-xs-402 {
    gap: 402px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-402 {
    gap: 402px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-402 {
    gap: 402px !important;
  }
}

.gap-row-402 {
  row-gap: 402px;
}

.gap-col-402 {
  column-gap: 402px;
}

.border-radius-402 {
  border-radius: 402px;
}

.font-size-402 {
  font-size: 402px;
}

.margin-top-402 {
  margin-top: 402px !important;
}

.margin-bottom-402 {
  margin-bottom: 402px !important;
}

.padding-402 {
  padding: 402px;
}

.padding-left-402 {
  padding-left: 402px !important;
}

.padding-right-402 {
  padding-right: 402px !important;
}

.gap-403 {
  gap: 403px;
}

@media (max-width: 575.98px) {
  .gap-xs-403 {
    gap: 403px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-403 {
    gap: 403px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-403 {
    gap: 403px !important;
  }
}

.gap-row-403 {
  row-gap: 403px;
}

.gap-col-403 {
  column-gap: 403px;
}

.border-radius-403 {
  border-radius: 403px;
}

.font-size-403 {
  font-size: 403px;
}

.margin-top-403 {
  margin-top: 403px !important;
}

.margin-bottom-403 {
  margin-bottom: 403px !important;
}

.padding-403 {
  padding: 403px;
}

.padding-left-403 {
  padding-left: 403px !important;
}

.padding-right-403 {
  padding-right: 403px !important;
}

.gap-404 {
  gap: 404px;
}

@media (max-width: 575.98px) {
  .gap-xs-404 {
    gap: 404px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-404 {
    gap: 404px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-404 {
    gap: 404px !important;
  }
}

.gap-row-404 {
  row-gap: 404px;
}

.gap-col-404 {
  column-gap: 404px;
}

.border-radius-404 {
  border-radius: 404px;
}

.font-size-404 {
  font-size: 404px;
}

.margin-top-404 {
  margin-top: 404px !important;
}

.margin-bottom-404 {
  margin-bottom: 404px !important;
}

.padding-404 {
  padding: 404px;
}

.padding-left-404 {
  padding-left: 404px !important;
}

.padding-right-404 {
  padding-right: 404px !important;
}

.gap-405 {
  gap: 405px;
}

@media (max-width: 575.98px) {
  .gap-xs-405 {
    gap: 405px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-405 {
    gap: 405px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-405 {
    gap: 405px !important;
  }
}

.gap-row-405 {
  row-gap: 405px;
}

.gap-col-405 {
  column-gap: 405px;
}

.border-radius-405 {
  border-radius: 405px;
}

.font-size-405 {
  font-size: 405px;
}

.margin-top-405 {
  margin-top: 405px !important;
}

.margin-bottom-405 {
  margin-bottom: 405px !important;
}

.padding-405 {
  padding: 405px;
}

.padding-left-405 {
  padding-left: 405px !important;
}

.padding-right-405 {
  padding-right: 405px !important;
}

.gap-406 {
  gap: 406px;
}

@media (max-width: 575.98px) {
  .gap-xs-406 {
    gap: 406px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-406 {
    gap: 406px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-406 {
    gap: 406px !important;
  }
}

.gap-row-406 {
  row-gap: 406px;
}

.gap-col-406 {
  column-gap: 406px;
}

.border-radius-406 {
  border-radius: 406px;
}

.font-size-406 {
  font-size: 406px;
}

.margin-top-406 {
  margin-top: 406px !important;
}

.margin-bottom-406 {
  margin-bottom: 406px !important;
}

.padding-406 {
  padding: 406px;
}

.padding-left-406 {
  padding-left: 406px !important;
}

.padding-right-406 {
  padding-right: 406px !important;
}

.gap-407 {
  gap: 407px;
}

@media (max-width: 575.98px) {
  .gap-xs-407 {
    gap: 407px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-407 {
    gap: 407px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-407 {
    gap: 407px !important;
  }
}

.gap-row-407 {
  row-gap: 407px;
}

.gap-col-407 {
  column-gap: 407px;
}

.border-radius-407 {
  border-radius: 407px;
}

.font-size-407 {
  font-size: 407px;
}

.margin-top-407 {
  margin-top: 407px !important;
}

.margin-bottom-407 {
  margin-bottom: 407px !important;
}

.padding-407 {
  padding: 407px;
}

.padding-left-407 {
  padding-left: 407px !important;
}

.padding-right-407 {
  padding-right: 407px !important;
}

.gap-408 {
  gap: 408px;
}

@media (max-width: 575.98px) {
  .gap-xs-408 {
    gap: 408px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-408 {
    gap: 408px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-408 {
    gap: 408px !important;
  }
}

.gap-row-408 {
  row-gap: 408px;
}

.gap-col-408 {
  column-gap: 408px;
}

.border-radius-408 {
  border-radius: 408px;
}

.font-size-408 {
  font-size: 408px;
}

.margin-top-408 {
  margin-top: 408px !important;
}

.margin-bottom-408 {
  margin-bottom: 408px !important;
}

.padding-408 {
  padding: 408px;
}

.padding-left-408 {
  padding-left: 408px !important;
}

.padding-right-408 {
  padding-right: 408px !important;
}

.gap-409 {
  gap: 409px;
}

@media (max-width: 575.98px) {
  .gap-xs-409 {
    gap: 409px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-409 {
    gap: 409px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-409 {
    gap: 409px !important;
  }
}

.gap-row-409 {
  row-gap: 409px;
}

.gap-col-409 {
  column-gap: 409px;
}

.border-radius-409 {
  border-radius: 409px;
}

.font-size-409 {
  font-size: 409px;
}

.margin-top-409 {
  margin-top: 409px !important;
}

.margin-bottom-409 {
  margin-bottom: 409px !important;
}

.padding-409 {
  padding: 409px;
}

.padding-left-409 {
  padding-left: 409px !important;
}

.padding-right-409 {
  padding-right: 409px !important;
}

.gap-410 {
  gap: 410px;
}

@media (max-width: 575.98px) {
  .gap-xs-410 {
    gap: 410px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-410 {
    gap: 410px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-410 {
    gap: 410px !important;
  }
}

.gap-row-410 {
  row-gap: 410px;
}

.gap-col-410 {
  column-gap: 410px;
}

.border-radius-410 {
  border-radius: 410px;
}

.font-size-410 {
  font-size: 410px;
}

.margin-top-410 {
  margin-top: 410px !important;
}

.margin-bottom-410 {
  margin-bottom: 410px !important;
}

.padding-410 {
  padding: 410px;
}

.padding-left-410 {
  padding-left: 410px !important;
}

.padding-right-410 {
  padding-right: 410px !important;
}

.gap-411 {
  gap: 411px;
}

@media (max-width: 575.98px) {
  .gap-xs-411 {
    gap: 411px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-411 {
    gap: 411px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-411 {
    gap: 411px !important;
  }
}

.gap-row-411 {
  row-gap: 411px;
}

.gap-col-411 {
  column-gap: 411px;
}

.border-radius-411 {
  border-radius: 411px;
}

.font-size-411 {
  font-size: 411px;
}

.margin-top-411 {
  margin-top: 411px !important;
}

.margin-bottom-411 {
  margin-bottom: 411px !important;
}

.padding-411 {
  padding: 411px;
}

.padding-left-411 {
  padding-left: 411px !important;
}

.padding-right-411 {
  padding-right: 411px !important;
}

.gap-412 {
  gap: 412px;
}

@media (max-width: 575.98px) {
  .gap-xs-412 {
    gap: 412px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-412 {
    gap: 412px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-412 {
    gap: 412px !important;
  }
}

.gap-row-412 {
  row-gap: 412px;
}

.gap-col-412 {
  column-gap: 412px;
}

.border-radius-412 {
  border-radius: 412px;
}

.font-size-412 {
  font-size: 412px;
}

.margin-top-412 {
  margin-top: 412px !important;
}

.margin-bottom-412 {
  margin-bottom: 412px !important;
}

.padding-412 {
  padding: 412px;
}

.padding-left-412 {
  padding-left: 412px !important;
}

.padding-right-412 {
  padding-right: 412px !important;
}

.gap-413 {
  gap: 413px;
}

@media (max-width: 575.98px) {
  .gap-xs-413 {
    gap: 413px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-413 {
    gap: 413px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-413 {
    gap: 413px !important;
  }
}

.gap-row-413 {
  row-gap: 413px;
}

.gap-col-413 {
  column-gap: 413px;
}

.border-radius-413 {
  border-radius: 413px;
}

.font-size-413 {
  font-size: 413px;
}

.margin-top-413 {
  margin-top: 413px !important;
}

.margin-bottom-413 {
  margin-bottom: 413px !important;
}

.padding-413 {
  padding: 413px;
}

.padding-left-413 {
  padding-left: 413px !important;
}

.padding-right-413 {
  padding-right: 413px !important;
}

.gap-414 {
  gap: 414px;
}

@media (max-width: 575.98px) {
  .gap-xs-414 {
    gap: 414px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-414 {
    gap: 414px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-414 {
    gap: 414px !important;
  }
}

.gap-row-414 {
  row-gap: 414px;
}

.gap-col-414 {
  column-gap: 414px;
}

.border-radius-414 {
  border-radius: 414px;
}

.font-size-414 {
  font-size: 414px;
}

.margin-top-414 {
  margin-top: 414px !important;
}

.margin-bottom-414 {
  margin-bottom: 414px !important;
}

.padding-414 {
  padding: 414px;
}

.padding-left-414 {
  padding-left: 414px !important;
}

.padding-right-414 {
  padding-right: 414px !important;
}

.gap-415 {
  gap: 415px;
}

@media (max-width: 575.98px) {
  .gap-xs-415 {
    gap: 415px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-415 {
    gap: 415px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-415 {
    gap: 415px !important;
  }
}

.gap-row-415 {
  row-gap: 415px;
}

.gap-col-415 {
  column-gap: 415px;
}

.border-radius-415 {
  border-radius: 415px;
}

.font-size-415 {
  font-size: 415px;
}

.margin-top-415 {
  margin-top: 415px !important;
}

.margin-bottom-415 {
  margin-bottom: 415px !important;
}

.padding-415 {
  padding: 415px;
}

.padding-left-415 {
  padding-left: 415px !important;
}

.padding-right-415 {
  padding-right: 415px !important;
}

.gap-416 {
  gap: 416px;
}

@media (max-width: 575.98px) {
  .gap-xs-416 {
    gap: 416px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-416 {
    gap: 416px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-416 {
    gap: 416px !important;
  }
}

.gap-row-416 {
  row-gap: 416px;
}

.gap-col-416 {
  column-gap: 416px;
}

.border-radius-416 {
  border-radius: 416px;
}

.font-size-416 {
  font-size: 416px;
}

.margin-top-416 {
  margin-top: 416px !important;
}

.margin-bottom-416 {
  margin-bottom: 416px !important;
}

.padding-416 {
  padding: 416px;
}

.padding-left-416 {
  padding-left: 416px !important;
}

.padding-right-416 {
  padding-right: 416px !important;
}

.gap-417 {
  gap: 417px;
}

@media (max-width: 575.98px) {
  .gap-xs-417 {
    gap: 417px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-417 {
    gap: 417px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-417 {
    gap: 417px !important;
  }
}

.gap-row-417 {
  row-gap: 417px;
}

.gap-col-417 {
  column-gap: 417px;
}

.border-radius-417 {
  border-radius: 417px;
}

.font-size-417 {
  font-size: 417px;
}

.margin-top-417 {
  margin-top: 417px !important;
}

.margin-bottom-417 {
  margin-bottom: 417px !important;
}

.padding-417 {
  padding: 417px;
}

.padding-left-417 {
  padding-left: 417px !important;
}

.padding-right-417 {
  padding-right: 417px !important;
}

.gap-418 {
  gap: 418px;
}

@media (max-width: 575.98px) {
  .gap-xs-418 {
    gap: 418px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-418 {
    gap: 418px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-418 {
    gap: 418px !important;
  }
}

.gap-row-418 {
  row-gap: 418px;
}

.gap-col-418 {
  column-gap: 418px;
}

.border-radius-418 {
  border-radius: 418px;
}

.font-size-418 {
  font-size: 418px;
}

.margin-top-418 {
  margin-top: 418px !important;
}

.margin-bottom-418 {
  margin-bottom: 418px !important;
}

.padding-418 {
  padding: 418px;
}

.padding-left-418 {
  padding-left: 418px !important;
}

.padding-right-418 {
  padding-right: 418px !important;
}

.gap-419 {
  gap: 419px;
}

@media (max-width: 575.98px) {
  .gap-xs-419 {
    gap: 419px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-419 {
    gap: 419px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-419 {
    gap: 419px !important;
  }
}

.gap-row-419 {
  row-gap: 419px;
}

.gap-col-419 {
  column-gap: 419px;
}

.border-radius-419 {
  border-radius: 419px;
}

.font-size-419 {
  font-size: 419px;
}

.margin-top-419 {
  margin-top: 419px !important;
}

.margin-bottom-419 {
  margin-bottom: 419px !important;
}

.padding-419 {
  padding: 419px;
}

.padding-left-419 {
  padding-left: 419px !important;
}

.padding-right-419 {
  padding-right: 419px !important;
}

.gap-420 {
  gap: 420px;
}

@media (max-width: 575.98px) {
  .gap-xs-420 {
    gap: 420px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-420 {
    gap: 420px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-420 {
    gap: 420px !important;
  }
}

.gap-row-420 {
  row-gap: 420px;
}

.gap-col-420 {
  column-gap: 420px;
}

.border-radius-420 {
  border-radius: 420px;
}

.font-size-420 {
  font-size: 420px;
}

.margin-top-420 {
  margin-top: 420px !important;
}

.margin-bottom-420 {
  margin-bottom: 420px !important;
}

.padding-420 {
  padding: 420px;
}

.padding-left-420 {
  padding-left: 420px !important;
}

.padding-right-420 {
  padding-right: 420px !important;
}

.gap-421 {
  gap: 421px;
}

@media (max-width: 575.98px) {
  .gap-xs-421 {
    gap: 421px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-421 {
    gap: 421px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-421 {
    gap: 421px !important;
  }
}

.gap-row-421 {
  row-gap: 421px;
}

.gap-col-421 {
  column-gap: 421px;
}

.border-radius-421 {
  border-radius: 421px;
}

.font-size-421 {
  font-size: 421px;
}

.margin-top-421 {
  margin-top: 421px !important;
}

.margin-bottom-421 {
  margin-bottom: 421px !important;
}

.padding-421 {
  padding: 421px;
}

.padding-left-421 {
  padding-left: 421px !important;
}

.padding-right-421 {
  padding-right: 421px !important;
}

.gap-422 {
  gap: 422px;
}

@media (max-width: 575.98px) {
  .gap-xs-422 {
    gap: 422px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-422 {
    gap: 422px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-422 {
    gap: 422px !important;
  }
}

.gap-row-422 {
  row-gap: 422px;
}

.gap-col-422 {
  column-gap: 422px;
}

.border-radius-422 {
  border-radius: 422px;
}

.font-size-422 {
  font-size: 422px;
}

.margin-top-422 {
  margin-top: 422px !important;
}

.margin-bottom-422 {
  margin-bottom: 422px !important;
}

.padding-422 {
  padding: 422px;
}

.padding-left-422 {
  padding-left: 422px !important;
}

.padding-right-422 {
  padding-right: 422px !important;
}

.gap-423 {
  gap: 423px;
}

@media (max-width: 575.98px) {
  .gap-xs-423 {
    gap: 423px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-423 {
    gap: 423px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-423 {
    gap: 423px !important;
  }
}

.gap-row-423 {
  row-gap: 423px;
}

.gap-col-423 {
  column-gap: 423px;
}

.border-radius-423 {
  border-radius: 423px;
}

.font-size-423 {
  font-size: 423px;
}

.margin-top-423 {
  margin-top: 423px !important;
}

.margin-bottom-423 {
  margin-bottom: 423px !important;
}

.padding-423 {
  padding: 423px;
}

.padding-left-423 {
  padding-left: 423px !important;
}

.padding-right-423 {
  padding-right: 423px !important;
}

.gap-424 {
  gap: 424px;
}

@media (max-width: 575.98px) {
  .gap-xs-424 {
    gap: 424px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-424 {
    gap: 424px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-424 {
    gap: 424px !important;
  }
}

.gap-row-424 {
  row-gap: 424px;
}

.gap-col-424 {
  column-gap: 424px;
}

.border-radius-424 {
  border-radius: 424px;
}

.font-size-424 {
  font-size: 424px;
}

.margin-top-424 {
  margin-top: 424px !important;
}

.margin-bottom-424 {
  margin-bottom: 424px !important;
}

.padding-424 {
  padding: 424px;
}

.padding-left-424 {
  padding-left: 424px !important;
}

.padding-right-424 {
  padding-right: 424px !important;
}

.gap-425 {
  gap: 425px;
}

@media (max-width: 575.98px) {
  .gap-xs-425 {
    gap: 425px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-425 {
    gap: 425px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-425 {
    gap: 425px !important;
  }
}

.gap-row-425 {
  row-gap: 425px;
}

.gap-col-425 {
  column-gap: 425px;
}

.border-radius-425 {
  border-radius: 425px;
}

.font-size-425 {
  font-size: 425px;
}

.margin-top-425 {
  margin-top: 425px !important;
}

.margin-bottom-425 {
  margin-bottom: 425px !important;
}

.padding-425 {
  padding: 425px;
}

.padding-left-425 {
  padding-left: 425px !important;
}

.padding-right-425 {
  padding-right: 425px !important;
}

.gap-426 {
  gap: 426px;
}

@media (max-width: 575.98px) {
  .gap-xs-426 {
    gap: 426px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-426 {
    gap: 426px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-426 {
    gap: 426px !important;
  }
}

.gap-row-426 {
  row-gap: 426px;
}

.gap-col-426 {
  column-gap: 426px;
}

.border-radius-426 {
  border-radius: 426px;
}

.font-size-426 {
  font-size: 426px;
}

.margin-top-426 {
  margin-top: 426px !important;
}

.margin-bottom-426 {
  margin-bottom: 426px !important;
}

.padding-426 {
  padding: 426px;
}

.padding-left-426 {
  padding-left: 426px !important;
}

.padding-right-426 {
  padding-right: 426px !important;
}

.gap-427 {
  gap: 427px;
}

@media (max-width: 575.98px) {
  .gap-xs-427 {
    gap: 427px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-427 {
    gap: 427px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-427 {
    gap: 427px !important;
  }
}

.gap-row-427 {
  row-gap: 427px;
}

.gap-col-427 {
  column-gap: 427px;
}

.border-radius-427 {
  border-radius: 427px;
}

.font-size-427 {
  font-size: 427px;
}

.margin-top-427 {
  margin-top: 427px !important;
}

.margin-bottom-427 {
  margin-bottom: 427px !important;
}

.padding-427 {
  padding: 427px;
}

.padding-left-427 {
  padding-left: 427px !important;
}

.padding-right-427 {
  padding-right: 427px !important;
}

.gap-428 {
  gap: 428px;
}

@media (max-width: 575.98px) {
  .gap-xs-428 {
    gap: 428px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-428 {
    gap: 428px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-428 {
    gap: 428px !important;
  }
}

.gap-row-428 {
  row-gap: 428px;
}

.gap-col-428 {
  column-gap: 428px;
}

.border-radius-428 {
  border-radius: 428px;
}

.font-size-428 {
  font-size: 428px;
}

.margin-top-428 {
  margin-top: 428px !important;
}

.margin-bottom-428 {
  margin-bottom: 428px !important;
}

.padding-428 {
  padding: 428px;
}

.padding-left-428 {
  padding-left: 428px !important;
}

.padding-right-428 {
  padding-right: 428px !important;
}

.gap-429 {
  gap: 429px;
}

@media (max-width: 575.98px) {
  .gap-xs-429 {
    gap: 429px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-429 {
    gap: 429px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-429 {
    gap: 429px !important;
  }
}

.gap-row-429 {
  row-gap: 429px;
}

.gap-col-429 {
  column-gap: 429px;
}

.border-radius-429 {
  border-radius: 429px;
}

.font-size-429 {
  font-size: 429px;
}

.margin-top-429 {
  margin-top: 429px !important;
}

.margin-bottom-429 {
  margin-bottom: 429px !important;
}

.padding-429 {
  padding: 429px;
}

.padding-left-429 {
  padding-left: 429px !important;
}

.padding-right-429 {
  padding-right: 429px !important;
}

.gap-430 {
  gap: 430px;
}

@media (max-width: 575.98px) {
  .gap-xs-430 {
    gap: 430px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-430 {
    gap: 430px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-430 {
    gap: 430px !important;
  }
}

.gap-row-430 {
  row-gap: 430px;
}

.gap-col-430 {
  column-gap: 430px;
}

.border-radius-430 {
  border-radius: 430px;
}

.font-size-430 {
  font-size: 430px;
}

.margin-top-430 {
  margin-top: 430px !important;
}

.margin-bottom-430 {
  margin-bottom: 430px !important;
}

.padding-430 {
  padding: 430px;
}

.padding-left-430 {
  padding-left: 430px !important;
}

.padding-right-430 {
  padding-right: 430px !important;
}

.gap-431 {
  gap: 431px;
}

@media (max-width: 575.98px) {
  .gap-xs-431 {
    gap: 431px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-431 {
    gap: 431px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-431 {
    gap: 431px !important;
  }
}

.gap-row-431 {
  row-gap: 431px;
}

.gap-col-431 {
  column-gap: 431px;
}

.border-radius-431 {
  border-radius: 431px;
}

.font-size-431 {
  font-size: 431px;
}

.margin-top-431 {
  margin-top: 431px !important;
}

.margin-bottom-431 {
  margin-bottom: 431px !important;
}

.padding-431 {
  padding: 431px;
}

.padding-left-431 {
  padding-left: 431px !important;
}

.padding-right-431 {
  padding-right: 431px !important;
}

.gap-432 {
  gap: 432px;
}

@media (max-width: 575.98px) {
  .gap-xs-432 {
    gap: 432px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-432 {
    gap: 432px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-432 {
    gap: 432px !important;
  }
}

.gap-row-432 {
  row-gap: 432px;
}

.gap-col-432 {
  column-gap: 432px;
}

.border-radius-432 {
  border-radius: 432px;
}

.font-size-432 {
  font-size: 432px;
}

.margin-top-432 {
  margin-top: 432px !important;
}

.margin-bottom-432 {
  margin-bottom: 432px !important;
}

.padding-432 {
  padding: 432px;
}

.padding-left-432 {
  padding-left: 432px !important;
}

.padding-right-432 {
  padding-right: 432px !important;
}

.gap-433 {
  gap: 433px;
}

@media (max-width: 575.98px) {
  .gap-xs-433 {
    gap: 433px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-433 {
    gap: 433px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-433 {
    gap: 433px !important;
  }
}

.gap-row-433 {
  row-gap: 433px;
}

.gap-col-433 {
  column-gap: 433px;
}

.border-radius-433 {
  border-radius: 433px;
}

.font-size-433 {
  font-size: 433px;
}

.margin-top-433 {
  margin-top: 433px !important;
}

.margin-bottom-433 {
  margin-bottom: 433px !important;
}

.padding-433 {
  padding: 433px;
}

.padding-left-433 {
  padding-left: 433px !important;
}

.padding-right-433 {
  padding-right: 433px !important;
}

.gap-434 {
  gap: 434px;
}

@media (max-width: 575.98px) {
  .gap-xs-434 {
    gap: 434px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-434 {
    gap: 434px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-434 {
    gap: 434px !important;
  }
}

.gap-row-434 {
  row-gap: 434px;
}

.gap-col-434 {
  column-gap: 434px;
}

.border-radius-434 {
  border-radius: 434px;
}

.font-size-434 {
  font-size: 434px;
}

.margin-top-434 {
  margin-top: 434px !important;
}

.margin-bottom-434 {
  margin-bottom: 434px !important;
}

.padding-434 {
  padding: 434px;
}

.padding-left-434 {
  padding-left: 434px !important;
}

.padding-right-434 {
  padding-right: 434px !important;
}

.gap-435 {
  gap: 435px;
}

@media (max-width: 575.98px) {
  .gap-xs-435 {
    gap: 435px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-435 {
    gap: 435px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-435 {
    gap: 435px !important;
  }
}

.gap-row-435 {
  row-gap: 435px;
}

.gap-col-435 {
  column-gap: 435px;
}

.border-radius-435 {
  border-radius: 435px;
}

.font-size-435 {
  font-size: 435px;
}

.margin-top-435 {
  margin-top: 435px !important;
}

.margin-bottom-435 {
  margin-bottom: 435px !important;
}

.padding-435 {
  padding: 435px;
}

.padding-left-435 {
  padding-left: 435px !important;
}

.padding-right-435 {
  padding-right: 435px !important;
}

.gap-436 {
  gap: 436px;
}

@media (max-width: 575.98px) {
  .gap-xs-436 {
    gap: 436px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-436 {
    gap: 436px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-436 {
    gap: 436px !important;
  }
}

.gap-row-436 {
  row-gap: 436px;
}

.gap-col-436 {
  column-gap: 436px;
}

.border-radius-436 {
  border-radius: 436px;
}

.font-size-436 {
  font-size: 436px;
}

.margin-top-436 {
  margin-top: 436px !important;
}

.margin-bottom-436 {
  margin-bottom: 436px !important;
}

.padding-436 {
  padding: 436px;
}

.padding-left-436 {
  padding-left: 436px !important;
}

.padding-right-436 {
  padding-right: 436px !important;
}

.gap-437 {
  gap: 437px;
}

@media (max-width: 575.98px) {
  .gap-xs-437 {
    gap: 437px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-437 {
    gap: 437px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-437 {
    gap: 437px !important;
  }
}

.gap-row-437 {
  row-gap: 437px;
}

.gap-col-437 {
  column-gap: 437px;
}

.border-radius-437 {
  border-radius: 437px;
}

.font-size-437 {
  font-size: 437px;
}

.margin-top-437 {
  margin-top: 437px !important;
}

.margin-bottom-437 {
  margin-bottom: 437px !important;
}

.padding-437 {
  padding: 437px;
}

.padding-left-437 {
  padding-left: 437px !important;
}

.padding-right-437 {
  padding-right: 437px !important;
}

.gap-438 {
  gap: 438px;
}

@media (max-width: 575.98px) {
  .gap-xs-438 {
    gap: 438px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-438 {
    gap: 438px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-438 {
    gap: 438px !important;
  }
}

.gap-row-438 {
  row-gap: 438px;
}

.gap-col-438 {
  column-gap: 438px;
}

.border-radius-438 {
  border-radius: 438px;
}

.font-size-438 {
  font-size: 438px;
}

.margin-top-438 {
  margin-top: 438px !important;
}

.margin-bottom-438 {
  margin-bottom: 438px !important;
}

.padding-438 {
  padding: 438px;
}

.padding-left-438 {
  padding-left: 438px !important;
}

.padding-right-438 {
  padding-right: 438px !important;
}

.gap-439 {
  gap: 439px;
}

@media (max-width: 575.98px) {
  .gap-xs-439 {
    gap: 439px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-439 {
    gap: 439px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-439 {
    gap: 439px !important;
  }
}

.gap-row-439 {
  row-gap: 439px;
}

.gap-col-439 {
  column-gap: 439px;
}

.border-radius-439 {
  border-radius: 439px;
}

.font-size-439 {
  font-size: 439px;
}

.margin-top-439 {
  margin-top: 439px !important;
}

.margin-bottom-439 {
  margin-bottom: 439px !important;
}

.padding-439 {
  padding: 439px;
}

.padding-left-439 {
  padding-left: 439px !important;
}

.padding-right-439 {
  padding-right: 439px !important;
}

.gap-440 {
  gap: 440px;
}

@media (max-width: 575.98px) {
  .gap-xs-440 {
    gap: 440px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-440 {
    gap: 440px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-440 {
    gap: 440px !important;
  }
}

.gap-row-440 {
  row-gap: 440px;
}

.gap-col-440 {
  column-gap: 440px;
}

.border-radius-440 {
  border-radius: 440px;
}

.font-size-440 {
  font-size: 440px;
}

.margin-top-440 {
  margin-top: 440px !important;
}

.margin-bottom-440 {
  margin-bottom: 440px !important;
}

.padding-440 {
  padding: 440px;
}

.padding-left-440 {
  padding-left: 440px !important;
}

.padding-right-440 {
  padding-right: 440px !important;
}

.gap-441 {
  gap: 441px;
}

@media (max-width: 575.98px) {
  .gap-xs-441 {
    gap: 441px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-441 {
    gap: 441px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-441 {
    gap: 441px !important;
  }
}

.gap-row-441 {
  row-gap: 441px;
}

.gap-col-441 {
  column-gap: 441px;
}

.border-radius-441 {
  border-radius: 441px;
}

.font-size-441 {
  font-size: 441px;
}

.margin-top-441 {
  margin-top: 441px !important;
}

.margin-bottom-441 {
  margin-bottom: 441px !important;
}

.padding-441 {
  padding: 441px;
}

.padding-left-441 {
  padding-left: 441px !important;
}

.padding-right-441 {
  padding-right: 441px !important;
}

.gap-442 {
  gap: 442px;
}

@media (max-width: 575.98px) {
  .gap-xs-442 {
    gap: 442px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-442 {
    gap: 442px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-442 {
    gap: 442px !important;
  }
}

.gap-row-442 {
  row-gap: 442px;
}

.gap-col-442 {
  column-gap: 442px;
}

.border-radius-442 {
  border-radius: 442px;
}

.font-size-442 {
  font-size: 442px;
}

.margin-top-442 {
  margin-top: 442px !important;
}

.margin-bottom-442 {
  margin-bottom: 442px !important;
}

.padding-442 {
  padding: 442px;
}

.padding-left-442 {
  padding-left: 442px !important;
}

.padding-right-442 {
  padding-right: 442px !important;
}

.gap-443 {
  gap: 443px;
}

@media (max-width: 575.98px) {
  .gap-xs-443 {
    gap: 443px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-443 {
    gap: 443px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-443 {
    gap: 443px !important;
  }
}

.gap-row-443 {
  row-gap: 443px;
}

.gap-col-443 {
  column-gap: 443px;
}

.border-radius-443 {
  border-radius: 443px;
}

.font-size-443 {
  font-size: 443px;
}

.margin-top-443 {
  margin-top: 443px !important;
}

.margin-bottom-443 {
  margin-bottom: 443px !important;
}

.padding-443 {
  padding: 443px;
}

.padding-left-443 {
  padding-left: 443px !important;
}

.padding-right-443 {
  padding-right: 443px !important;
}

.gap-444 {
  gap: 444px;
}

@media (max-width: 575.98px) {
  .gap-xs-444 {
    gap: 444px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-444 {
    gap: 444px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-444 {
    gap: 444px !important;
  }
}

.gap-row-444 {
  row-gap: 444px;
}

.gap-col-444 {
  column-gap: 444px;
}

.border-radius-444 {
  border-radius: 444px;
}

.font-size-444 {
  font-size: 444px;
}

.margin-top-444 {
  margin-top: 444px !important;
}

.margin-bottom-444 {
  margin-bottom: 444px !important;
}

.padding-444 {
  padding: 444px;
}

.padding-left-444 {
  padding-left: 444px !important;
}

.padding-right-444 {
  padding-right: 444px !important;
}

.gap-445 {
  gap: 445px;
}

@media (max-width: 575.98px) {
  .gap-xs-445 {
    gap: 445px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-445 {
    gap: 445px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-445 {
    gap: 445px !important;
  }
}

.gap-row-445 {
  row-gap: 445px;
}

.gap-col-445 {
  column-gap: 445px;
}

.border-radius-445 {
  border-radius: 445px;
}

.font-size-445 {
  font-size: 445px;
}

.margin-top-445 {
  margin-top: 445px !important;
}

.margin-bottom-445 {
  margin-bottom: 445px !important;
}

.padding-445 {
  padding: 445px;
}

.padding-left-445 {
  padding-left: 445px !important;
}

.padding-right-445 {
  padding-right: 445px !important;
}

.gap-446 {
  gap: 446px;
}

@media (max-width: 575.98px) {
  .gap-xs-446 {
    gap: 446px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-446 {
    gap: 446px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-446 {
    gap: 446px !important;
  }
}

.gap-row-446 {
  row-gap: 446px;
}

.gap-col-446 {
  column-gap: 446px;
}

.border-radius-446 {
  border-radius: 446px;
}

.font-size-446 {
  font-size: 446px;
}

.margin-top-446 {
  margin-top: 446px !important;
}

.margin-bottom-446 {
  margin-bottom: 446px !important;
}

.padding-446 {
  padding: 446px;
}

.padding-left-446 {
  padding-left: 446px !important;
}

.padding-right-446 {
  padding-right: 446px !important;
}

.gap-447 {
  gap: 447px;
}

@media (max-width: 575.98px) {
  .gap-xs-447 {
    gap: 447px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-447 {
    gap: 447px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-447 {
    gap: 447px !important;
  }
}

.gap-row-447 {
  row-gap: 447px;
}

.gap-col-447 {
  column-gap: 447px;
}

.border-radius-447 {
  border-radius: 447px;
}

.font-size-447 {
  font-size: 447px;
}

.margin-top-447 {
  margin-top: 447px !important;
}

.margin-bottom-447 {
  margin-bottom: 447px !important;
}

.padding-447 {
  padding: 447px;
}

.padding-left-447 {
  padding-left: 447px !important;
}

.padding-right-447 {
  padding-right: 447px !important;
}

.gap-448 {
  gap: 448px;
}

@media (max-width: 575.98px) {
  .gap-xs-448 {
    gap: 448px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-448 {
    gap: 448px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-448 {
    gap: 448px !important;
  }
}

.gap-row-448 {
  row-gap: 448px;
}

.gap-col-448 {
  column-gap: 448px;
}

.border-radius-448 {
  border-radius: 448px;
}

.font-size-448 {
  font-size: 448px;
}

.margin-top-448 {
  margin-top: 448px !important;
}

.margin-bottom-448 {
  margin-bottom: 448px !important;
}

.padding-448 {
  padding: 448px;
}

.padding-left-448 {
  padding-left: 448px !important;
}

.padding-right-448 {
  padding-right: 448px !important;
}

.gap-449 {
  gap: 449px;
}

@media (max-width: 575.98px) {
  .gap-xs-449 {
    gap: 449px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-449 {
    gap: 449px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-449 {
    gap: 449px !important;
  }
}

.gap-row-449 {
  row-gap: 449px;
}

.gap-col-449 {
  column-gap: 449px;
}

.border-radius-449 {
  border-radius: 449px;
}

.font-size-449 {
  font-size: 449px;
}

.margin-top-449 {
  margin-top: 449px !important;
}

.margin-bottom-449 {
  margin-bottom: 449px !important;
}

.padding-449 {
  padding: 449px;
}

.padding-left-449 {
  padding-left: 449px !important;
}

.padding-right-449 {
  padding-right: 449px !important;
}

.gap-450 {
  gap: 450px;
}

@media (max-width: 575.98px) {
  .gap-xs-450 {
    gap: 450px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-450 {
    gap: 450px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-450 {
    gap: 450px !important;
  }
}

.gap-row-450 {
  row-gap: 450px;
}

.gap-col-450 {
  column-gap: 450px;
}

.border-radius-450 {
  border-radius: 450px;
}

.font-size-450 {
  font-size: 450px;
}

.margin-top-450 {
  margin-top: 450px !important;
}

.margin-bottom-450 {
  margin-bottom: 450px !important;
}

.padding-450 {
  padding: 450px;
}

.padding-left-450 {
  padding-left: 450px !important;
}

.padding-right-450 {
  padding-right: 450px !important;
}

.gap-451 {
  gap: 451px;
}

@media (max-width: 575.98px) {
  .gap-xs-451 {
    gap: 451px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-451 {
    gap: 451px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-451 {
    gap: 451px !important;
  }
}

.gap-row-451 {
  row-gap: 451px;
}

.gap-col-451 {
  column-gap: 451px;
}

.border-radius-451 {
  border-radius: 451px;
}

.font-size-451 {
  font-size: 451px;
}

.margin-top-451 {
  margin-top: 451px !important;
}

.margin-bottom-451 {
  margin-bottom: 451px !important;
}

.padding-451 {
  padding: 451px;
}

.padding-left-451 {
  padding-left: 451px !important;
}

.padding-right-451 {
  padding-right: 451px !important;
}

.gap-452 {
  gap: 452px;
}

@media (max-width: 575.98px) {
  .gap-xs-452 {
    gap: 452px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-452 {
    gap: 452px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-452 {
    gap: 452px !important;
  }
}

.gap-row-452 {
  row-gap: 452px;
}

.gap-col-452 {
  column-gap: 452px;
}

.border-radius-452 {
  border-radius: 452px;
}

.font-size-452 {
  font-size: 452px;
}

.margin-top-452 {
  margin-top: 452px !important;
}

.margin-bottom-452 {
  margin-bottom: 452px !important;
}

.padding-452 {
  padding: 452px;
}

.padding-left-452 {
  padding-left: 452px !important;
}

.padding-right-452 {
  padding-right: 452px !important;
}

.gap-453 {
  gap: 453px;
}

@media (max-width: 575.98px) {
  .gap-xs-453 {
    gap: 453px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-453 {
    gap: 453px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-453 {
    gap: 453px !important;
  }
}

.gap-row-453 {
  row-gap: 453px;
}

.gap-col-453 {
  column-gap: 453px;
}

.border-radius-453 {
  border-radius: 453px;
}

.font-size-453 {
  font-size: 453px;
}

.margin-top-453 {
  margin-top: 453px !important;
}

.margin-bottom-453 {
  margin-bottom: 453px !important;
}

.padding-453 {
  padding: 453px;
}

.padding-left-453 {
  padding-left: 453px !important;
}

.padding-right-453 {
  padding-right: 453px !important;
}

.gap-454 {
  gap: 454px;
}

@media (max-width: 575.98px) {
  .gap-xs-454 {
    gap: 454px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-454 {
    gap: 454px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-454 {
    gap: 454px !important;
  }
}

.gap-row-454 {
  row-gap: 454px;
}

.gap-col-454 {
  column-gap: 454px;
}

.border-radius-454 {
  border-radius: 454px;
}

.font-size-454 {
  font-size: 454px;
}

.margin-top-454 {
  margin-top: 454px !important;
}

.margin-bottom-454 {
  margin-bottom: 454px !important;
}

.padding-454 {
  padding: 454px;
}

.padding-left-454 {
  padding-left: 454px !important;
}

.padding-right-454 {
  padding-right: 454px !important;
}

.gap-455 {
  gap: 455px;
}

@media (max-width: 575.98px) {
  .gap-xs-455 {
    gap: 455px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-455 {
    gap: 455px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-455 {
    gap: 455px !important;
  }
}

.gap-row-455 {
  row-gap: 455px;
}

.gap-col-455 {
  column-gap: 455px;
}

.border-radius-455 {
  border-radius: 455px;
}

.font-size-455 {
  font-size: 455px;
}

.margin-top-455 {
  margin-top: 455px !important;
}

.margin-bottom-455 {
  margin-bottom: 455px !important;
}

.padding-455 {
  padding: 455px;
}

.padding-left-455 {
  padding-left: 455px !important;
}

.padding-right-455 {
  padding-right: 455px !important;
}

.gap-456 {
  gap: 456px;
}

@media (max-width: 575.98px) {
  .gap-xs-456 {
    gap: 456px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-456 {
    gap: 456px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-456 {
    gap: 456px !important;
  }
}

.gap-row-456 {
  row-gap: 456px;
}

.gap-col-456 {
  column-gap: 456px;
}

.border-radius-456 {
  border-radius: 456px;
}

.font-size-456 {
  font-size: 456px;
}

.margin-top-456 {
  margin-top: 456px !important;
}

.margin-bottom-456 {
  margin-bottom: 456px !important;
}

.padding-456 {
  padding: 456px;
}

.padding-left-456 {
  padding-left: 456px !important;
}

.padding-right-456 {
  padding-right: 456px !important;
}

.gap-457 {
  gap: 457px;
}

@media (max-width: 575.98px) {
  .gap-xs-457 {
    gap: 457px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-457 {
    gap: 457px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-457 {
    gap: 457px !important;
  }
}

.gap-row-457 {
  row-gap: 457px;
}

.gap-col-457 {
  column-gap: 457px;
}

.border-radius-457 {
  border-radius: 457px;
}

.font-size-457 {
  font-size: 457px;
}

.margin-top-457 {
  margin-top: 457px !important;
}

.margin-bottom-457 {
  margin-bottom: 457px !important;
}

.padding-457 {
  padding: 457px;
}

.padding-left-457 {
  padding-left: 457px !important;
}

.padding-right-457 {
  padding-right: 457px !important;
}

.gap-458 {
  gap: 458px;
}

@media (max-width: 575.98px) {
  .gap-xs-458 {
    gap: 458px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-458 {
    gap: 458px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-458 {
    gap: 458px !important;
  }
}

.gap-row-458 {
  row-gap: 458px;
}

.gap-col-458 {
  column-gap: 458px;
}

.border-radius-458 {
  border-radius: 458px;
}

.font-size-458 {
  font-size: 458px;
}

.margin-top-458 {
  margin-top: 458px !important;
}

.margin-bottom-458 {
  margin-bottom: 458px !important;
}

.padding-458 {
  padding: 458px;
}

.padding-left-458 {
  padding-left: 458px !important;
}

.padding-right-458 {
  padding-right: 458px !important;
}

.gap-459 {
  gap: 459px;
}

@media (max-width: 575.98px) {
  .gap-xs-459 {
    gap: 459px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-459 {
    gap: 459px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-459 {
    gap: 459px !important;
  }
}

.gap-row-459 {
  row-gap: 459px;
}

.gap-col-459 {
  column-gap: 459px;
}

.border-radius-459 {
  border-radius: 459px;
}

.font-size-459 {
  font-size: 459px;
}

.margin-top-459 {
  margin-top: 459px !important;
}

.margin-bottom-459 {
  margin-bottom: 459px !important;
}

.padding-459 {
  padding: 459px;
}

.padding-left-459 {
  padding-left: 459px !important;
}

.padding-right-459 {
  padding-right: 459px !important;
}

.gap-460 {
  gap: 460px;
}

@media (max-width: 575.98px) {
  .gap-xs-460 {
    gap: 460px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-460 {
    gap: 460px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-460 {
    gap: 460px !important;
  }
}

.gap-row-460 {
  row-gap: 460px;
}

.gap-col-460 {
  column-gap: 460px;
}

.border-radius-460 {
  border-radius: 460px;
}

.font-size-460 {
  font-size: 460px;
}

.margin-top-460 {
  margin-top: 460px !important;
}

.margin-bottom-460 {
  margin-bottom: 460px !important;
}

.padding-460 {
  padding: 460px;
}

.padding-left-460 {
  padding-left: 460px !important;
}

.padding-right-460 {
  padding-right: 460px !important;
}

.gap-461 {
  gap: 461px;
}

@media (max-width: 575.98px) {
  .gap-xs-461 {
    gap: 461px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-461 {
    gap: 461px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-461 {
    gap: 461px !important;
  }
}

.gap-row-461 {
  row-gap: 461px;
}

.gap-col-461 {
  column-gap: 461px;
}

.border-radius-461 {
  border-radius: 461px;
}

.font-size-461 {
  font-size: 461px;
}

.margin-top-461 {
  margin-top: 461px !important;
}

.margin-bottom-461 {
  margin-bottom: 461px !important;
}

.padding-461 {
  padding: 461px;
}

.padding-left-461 {
  padding-left: 461px !important;
}

.padding-right-461 {
  padding-right: 461px !important;
}

.gap-462 {
  gap: 462px;
}

@media (max-width: 575.98px) {
  .gap-xs-462 {
    gap: 462px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-462 {
    gap: 462px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-462 {
    gap: 462px !important;
  }
}

.gap-row-462 {
  row-gap: 462px;
}

.gap-col-462 {
  column-gap: 462px;
}

.border-radius-462 {
  border-radius: 462px;
}

.font-size-462 {
  font-size: 462px;
}

.margin-top-462 {
  margin-top: 462px !important;
}

.margin-bottom-462 {
  margin-bottom: 462px !important;
}

.padding-462 {
  padding: 462px;
}

.padding-left-462 {
  padding-left: 462px !important;
}

.padding-right-462 {
  padding-right: 462px !important;
}

.gap-463 {
  gap: 463px;
}

@media (max-width: 575.98px) {
  .gap-xs-463 {
    gap: 463px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-463 {
    gap: 463px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-463 {
    gap: 463px !important;
  }
}

.gap-row-463 {
  row-gap: 463px;
}

.gap-col-463 {
  column-gap: 463px;
}

.border-radius-463 {
  border-radius: 463px;
}

.font-size-463 {
  font-size: 463px;
}

.margin-top-463 {
  margin-top: 463px !important;
}

.margin-bottom-463 {
  margin-bottom: 463px !important;
}

.padding-463 {
  padding: 463px;
}

.padding-left-463 {
  padding-left: 463px !important;
}

.padding-right-463 {
  padding-right: 463px !important;
}

.gap-464 {
  gap: 464px;
}

@media (max-width: 575.98px) {
  .gap-xs-464 {
    gap: 464px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-464 {
    gap: 464px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-464 {
    gap: 464px !important;
  }
}

.gap-row-464 {
  row-gap: 464px;
}

.gap-col-464 {
  column-gap: 464px;
}

.border-radius-464 {
  border-radius: 464px;
}

.font-size-464 {
  font-size: 464px;
}

.margin-top-464 {
  margin-top: 464px !important;
}

.margin-bottom-464 {
  margin-bottom: 464px !important;
}

.padding-464 {
  padding: 464px;
}

.padding-left-464 {
  padding-left: 464px !important;
}

.padding-right-464 {
  padding-right: 464px !important;
}

.gap-465 {
  gap: 465px;
}

@media (max-width: 575.98px) {
  .gap-xs-465 {
    gap: 465px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-465 {
    gap: 465px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-465 {
    gap: 465px !important;
  }
}

.gap-row-465 {
  row-gap: 465px;
}

.gap-col-465 {
  column-gap: 465px;
}

.border-radius-465 {
  border-radius: 465px;
}

.font-size-465 {
  font-size: 465px;
}

.margin-top-465 {
  margin-top: 465px !important;
}

.margin-bottom-465 {
  margin-bottom: 465px !important;
}

.padding-465 {
  padding: 465px;
}

.padding-left-465 {
  padding-left: 465px !important;
}

.padding-right-465 {
  padding-right: 465px !important;
}

.gap-466 {
  gap: 466px;
}

@media (max-width: 575.98px) {
  .gap-xs-466 {
    gap: 466px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-466 {
    gap: 466px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-466 {
    gap: 466px !important;
  }
}

.gap-row-466 {
  row-gap: 466px;
}

.gap-col-466 {
  column-gap: 466px;
}

.border-radius-466 {
  border-radius: 466px;
}

.font-size-466 {
  font-size: 466px;
}

.margin-top-466 {
  margin-top: 466px !important;
}

.margin-bottom-466 {
  margin-bottom: 466px !important;
}

.padding-466 {
  padding: 466px;
}

.padding-left-466 {
  padding-left: 466px !important;
}

.padding-right-466 {
  padding-right: 466px !important;
}

.gap-467 {
  gap: 467px;
}

@media (max-width: 575.98px) {
  .gap-xs-467 {
    gap: 467px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-467 {
    gap: 467px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-467 {
    gap: 467px !important;
  }
}

.gap-row-467 {
  row-gap: 467px;
}

.gap-col-467 {
  column-gap: 467px;
}

.border-radius-467 {
  border-radius: 467px;
}

.font-size-467 {
  font-size: 467px;
}

.margin-top-467 {
  margin-top: 467px !important;
}

.margin-bottom-467 {
  margin-bottom: 467px !important;
}

.padding-467 {
  padding: 467px;
}

.padding-left-467 {
  padding-left: 467px !important;
}

.padding-right-467 {
  padding-right: 467px !important;
}

.gap-468 {
  gap: 468px;
}

@media (max-width: 575.98px) {
  .gap-xs-468 {
    gap: 468px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-468 {
    gap: 468px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-468 {
    gap: 468px !important;
  }
}

.gap-row-468 {
  row-gap: 468px;
}

.gap-col-468 {
  column-gap: 468px;
}

.border-radius-468 {
  border-radius: 468px;
}

.font-size-468 {
  font-size: 468px;
}

.margin-top-468 {
  margin-top: 468px !important;
}

.margin-bottom-468 {
  margin-bottom: 468px !important;
}

.padding-468 {
  padding: 468px;
}

.padding-left-468 {
  padding-left: 468px !important;
}

.padding-right-468 {
  padding-right: 468px !important;
}

.gap-469 {
  gap: 469px;
}

@media (max-width: 575.98px) {
  .gap-xs-469 {
    gap: 469px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-469 {
    gap: 469px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-469 {
    gap: 469px !important;
  }
}

.gap-row-469 {
  row-gap: 469px;
}

.gap-col-469 {
  column-gap: 469px;
}

.border-radius-469 {
  border-radius: 469px;
}

.font-size-469 {
  font-size: 469px;
}

.margin-top-469 {
  margin-top: 469px !important;
}

.margin-bottom-469 {
  margin-bottom: 469px !important;
}

.padding-469 {
  padding: 469px;
}

.padding-left-469 {
  padding-left: 469px !important;
}

.padding-right-469 {
  padding-right: 469px !important;
}

.gap-470 {
  gap: 470px;
}

@media (max-width: 575.98px) {
  .gap-xs-470 {
    gap: 470px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-470 {
    gap: 470px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-470 {
    gap: 470px !important;
  }
}

.gap-row-470 {
  row-gap: 470px;
}

.gap-col-470 {
  column-gap: 470px;
}

.border-radius-470 {
  border-radius: 470px;
}

.font-size-470 {
  font-size: 470px;
}

.margin-top-470 {
  margin-top: 470px !important;
}

.margin-bottom-470 {
  margin-bottom: 470px !important;
}

.padding-470 {
  padding: 470px;
}

.padding-left-470 {
  padding-left: 470px !important;
}

.padding-right-470 {
  padding-right: 470px !important;
}

.gap-471 {
  gap: 471px;
}

@media (max-width: 575.98px) {
  .gap-xs-471 {
    gap: 471px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-471 {
    gap: 471px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-471 {
    gap: 471px !important;
  }
}

.gap-row-471 {
  row-gap: 471px;
}

.gap-col-471 {
  column-gap: 471px;
}

.border-radius-471 {
  border-radius: 471px;
}

.font-size-471 {
  font-size: 471px;
}

.margin-top-471 {
  margin-top: 471px !important;
}

.margin-bottom-471 {
  margin-bottom: 471px !important;
}

.padding-471 {
  padding: 471px;
}

.padding-left-471 {
  padding-left: 471px !important;
}

.padding-right-471 {
  padding-right: 471px !important;
}

.gap-472 {
  gap: 472px;
}

@media (max-width: 575.98px) {
  .gap-xs-472 {
    gap: 472px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-472 {
    gap: 472px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-472 {
    gap: 472px !important;
  }
}

.gap-row-472 {
  row-gap: 472px;
}

.gap-col-472 {
  column-gap: 472px;
}

.border-radius-472 {
  border-radius: 472px;
}

.font-size-472 {
  font-size: 472px;
}

.margin-top-472 {
  margin-top: 472px !important;
}

.margin-bottom-472 {
  margin-bottom: 472px !important;
}

.padding-472 {
  padding: 472px;
}

.padding-left-472 {
  padding-left: 472px !important;
}

.padding-right-472 {
  padding-right: 472px !important;
}

.gap-473 {
  gap: 473px;
}

@media (max-width: 575.98px) {
  .gap-xs-473 {
    gap: 473px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-473 {
    gap: 473px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-473 {
    gap: 473px !important;
  }
}

.gap-row-473 {
  row-gap: 473px;
}

.gap-col-473 {
  column-gap: 473px;
}

.border-radius-473 {
  border-radius: 473px;
}

.font-size-473 {
  font-size: 473px;
}

.margin-top-473 {
  margin-top: 473px !important;
}

.margin-bottom-473 {
  margin-bottom: 473px !important;
}

.padding-473 {
  padding: 473px;
}

.padding-left-473 {
  padding-left: 473px !important;
}

.padding-right-473 {
  padding-right: 473px !important;
}

.gap-474 {
  gap: 474px;
}

@media (max-width: 575.98px) {
  .gap-xs-474 {
    gap: 474px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-474 {
    gap: 474px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-474 {
    gap: 474px !important;
  }
}

.gap-row-474 {
  row-gap: 474px;
}

.gap-col-474 {
  column-gap: 474px;
}

.border-radius-474 {
  border-radius: 474px;
}

.font-size-474 {
  font-size: 474px;
}

.margin-top-474 {
  margin-top: 474px !important;
}

.margin-bottom-474 {
  margin-bottom: 474px !important;
}

.padding-474 {
  padding: 474px;
}

.padding-left-474 {
  padding-left: 474px !important;
}

.padding-right-474 {
  padding-right: 474px !important;
}

.gap-475 {
  gap: 475px;
}

@media (max-width: 575.98px) {
  .gap-xs-475 {
    gap: 475px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-475 {
    gap: 475px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-475 {
    gap: 475px !important;
  }
}

.gap-row-475 {
  row-gap: 475px;
}

.gap-col-475 {
  column-gap: 475px;
}

.border-radius-475 {
  border-radius: 475px;
}

.font-size-475 {
  font-size: 475px;
}

.margin-top-475 {
  margin-top: 475px !important;
}

.margin-bottom-475 {
  margin-bottom: 475px !important;
}

.padding-475 {
  padding: 475px;
}

.padding-left-475 {
  padding-left: 475px !important;
}

.padding-right-475 {
  padding-right: 475px !important;
}

.gap-476 {
  gap: 476px;
}

@media (max-width: 575.98px) {
  .gap-xs-476 {
    gap: 476px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-476 {
    gap: 476px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-476 {
    gap: 476px !important;
  }
}

.gap-row-476 {
  row-gap: 476px;
}

.gap-col-476 {
  column-gap: 476px;
}

.border-radius-476 {
  border-radius: 476px;
}

.font-size-476 {
  font-size: 476px;
}

.margin-top-476 {
  margin-top: 476px !important;
}

.margin-bottom-476 {
  margin-bottom: 476px !important;
}

.padding-476 {
  padding: 476px;
}

.padding-left-476 {
  padding-left: 476px !important;
}

.padding-right-476 {
  padding-right: 476px !important;
}

.gap-477 {
  gap: 477px;
}

@media (max-width: 575.98px) {
  .gap-xs-477 {
    gap: 477px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-477 {
    gap: 477px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-477 {
    gap: 477px !important;
  }
}

.gap-row-477 {
  row-gap: 477px;
}

.gap-col-477 {
  column-gap: 477px;
}

.border-radius-477 {
  border-radius: 477px;
}

.font-size-477 {
  font-size: 477px;
}

.margin-top-477 {
  margin-top: 477px !important;
}

.margin-bottom-477 {
  margin-bottom: 477px !important;
}

.padding-477 {
  padding: 477px;
}

.padding-left-477 {
  padding-left: 477px !important;
}

.padding-right-477 {
  padding-right: 477px !important;
}

.gap-478 {
  gap: 478px;
}

@media (max-width: 575.98px) {
  .gap-xs-478 {
    gap: 478px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-478 {
    gap: 478px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-478 {
    gap: 478px !important;
  }
}

.gap-row-478 {
  row-gap: 478px;
}

.gap-col-478 {
  column-gap: 478px;
}

.border-radius-478 {
  border-radius: 478px;
}

.font-size-478 {
  font-size: 478px;
}

.margin-top-478 {
  margin-top: 478px !important;
}

.margin-bottom-478 {
  margin-bottom: 478px !important;
}

.padding-478 {
  padding: 478px;
}

.padding-left-478 {
  padding-left: 478px !important;
}

.padding-right-478 {
  padding-right: 478px !important;
}

.gap-479 {
  gap: 479px;
}

@media (max-width: 575.98px) {
  .gap-xs-479 {
    gap: 479px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-479 {
    gap: 479px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-479 {
    gap: 479px !important;
  }
}

.gap-row-479 {
  row-gap: 479px;
}

.gap-col-479 {
  column-gap: 479px;
}

.border-radius-479 {
  border-radius: 479px;
}

.font-size-479 {
  font-size: 479px;
}

.margin-top-479 {
  margin-top: 479px !important;
}

.margin-bottom-479 {
  margin-bottom: 479px !important;
}

.padding-479 {
  padding: 479px;
}

.padding-left-479 {
  padding-left: 479px !important;
}

.padding-right-479 {
  padding-right: 479px !important;
}

.gap-480 {
  gap: 480px;
}

@media (max-width: 575.98px) {
  .gap-xs-480 {
    gap: 480px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-480 {
    gap: 480px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-480 {
    gap: 480px !important;
  }
}

.gap-row-480 {
  row-gap: 480px;
}

.gap-col-480 {
  column-gap: 480px;
}

.border-radius-480 {
  border-radius: 480px;
}

.font-size-480 {
  font-size: 480px;
}

.margin-top-480 {
  margin-top: 480px !important;
}

.margin-bottom-480 {
  margin-bottom: 480px !important;
}

.padding-480 {
  padding: 480px;
}

.padding-left-480 {
  padding-left: 480px !important;
}

.padding-right-480 {
  padding-right: 480px !important;
}

.gap-481 {
  gap: 481px;
}

@media (max-width: 575.98px) {
  .gap-xs-481 {
    gap: 481px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-481 {
    gap: 481px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-481 {
    gap: 481px !important;
  }
}

.gap-row-481 {
  row-gap: 481px;
}

.gap-col-481 {
  column-gap: 481px;
}

.border-radius-481 {
  border-radius: 481px;
}

.font-size-481 {
  font-size: 481px;
}

.margin-top-481 {
  margin-top: 481px !important;
}

.margin-bottom-481 {
  margin-bottom: 481px !important;
}

.padding-481 {
  padding: 481px;
}

.padding-left-481 {
  padding-left: 481px !important;
}

.padding-right-481 {
  padding-right: 481px !important;
}

.gap-482 {
  gap: 482px;
}

@media (max-width: 575.98px) {
  .gap-xs-482 {
    gap: 482px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-482 {
    gap: 482px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-482 {
    gap: 482px !important;
  }
}

.gap-row-482 {
  row-gap: 482px;
}

.gap-col-482 {
  column-gap: 482px;
}

.border-radius-482 {
  border-radius: 482px;
}

.font-size-482 {
  font-size: 482px;
}

.margin-top-482 {
  margin-top: 482px !important;
}

.margin-bottom-482 {
  margin-bottom: 482px !important;
}

.padding-482 {
  padding: 482px;
}

.padding-left-482 {
  padding-left: 482px !important;
}

.padding-right-482 {
  padding-right: 482px !important;
}

.gap-483 {
  gap: 483px;
}

@media (max-width: 575.98px) {
  .gap-xs-483 {
    gap: 483px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-483 {
    gap: 483px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-483 {
    gap: 483px !important;
  }
}

.gap-row-483 {
  row-gap: 483px;
}

.gap-col-483 {
  column-gap: 483px;
}

.border-radius-483 {
  border-radius: 483px;
}

.font-size-483 {
  font-size: 483px;
}

.margin-top-483 {
  margin-top: 483px !important;
}

.margin-bottom-483 {
  margin-bottom: 483px !important;
}

.padding-483 {
  padding: 483px;
}

.padding-left-483 {
  padding-left: 483px !important;
}

.padding-right-483 {
  padding-right: 483px !important;
}

.gap-484 {
  gap: 484px;
}

@media (max-width: 575.98px) {
  .gap-xs-484 {
    gap: 484px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-484 {
    gap: 484px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-484 {
    gap: 484px !important;
  }
}

.gap-row-484 {
  row-gap: 484px;
}

.gap-col-484 {
  column-gap: 484px;
}

.border-radius-484 {
  border-radius: 484px;
}

.font-size-484 {
  font-size: 484px;
}

.margin-top-484 {
  margin-top: 484px !important;
}

.margin-bottom-484 {
  margin-bottom: 484px !important;
}

.padding-484 {
  padding: 484px;
}

.padding-left-484 {
  padding-left: 484px !important;
}

.padding-right-484 {
  padding-right: 484px !important;
}

.gap-485 {
  gap: 485px;
}

@media (max-width: 575.98px) {
  .gap-xs-485 {
    gap: 485px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-485 {
    gap: 485px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-485 {
    gap: 485px !important;
  }
}

.gap-row-485 {
  row-gap: 485px;
}

.gap-col-485 {
  column-gap: 485px;
}

.border-radius-485 {
  border-radius: 485px;
}

.font-size-485 {
  font-size: 485px;
}

.margin-top-485 {
  margin-top: 485px !important;
}

.margin-bottom-485 {
  margin-bottom: 485px !important;
}

.padding-485 {
  padding: 485px;
}

.padding-left-485 {
  padding-left: 485px !important;
}

.padding-right-485 {
  padding-right: 485px !important;
}

.gap-486 {
  gap: 486px;
}

@media (max-width: 575.98px) {
  .gap-xs-486 {
    gap: 486px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-486 {
    gap: 486px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-486 {
    gap: 486px !important;
  }
}

.gap-row-486 {
  row-gap: 486px;
}

.gap-col-486 {
  column-gap: 486px;
}

.border-radius-486 {
  border-radius: 486px;
}

.font-size-486 {
  font-size: 486px;
}

.margin-top-486 {
  margin-top: 486px !important;
}

.margin-bottom-486 {
  margin-bottom: 486px !important;
}

.padding-486 {
  padding: 486px;
}

.padding-left-486 {
  padding-left: 486px !important;
}

.padding-right-486 {
  padding-right: 486px !important;
}

.gap-487 {
  gap: 487px;
}

@media (max-width: 575.98px) {
  .gap-xs-487 {
    gap: 487px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-487 {
    gap: 487px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-487 {
    gap: 487px !important;
  }
}

.gap-row-487 {
  row-gap: 487px;
}

.gap-col-487 {
  column-gap: 487px;
}

.border-radius-487 {
  border-radius: 487px;
}

.font-size-487 {
  font-size: 487px;
}

.margin-top-487 {
  margin-top: 487px !important;
}

.margin-bottom-487 {
  margin-bottom: 487px !important;
}

.padding-487 {
  padding: 487px;
}

.padding-left-487 {
  padding-left: 487px !important;
}

.padding-right-487 {
  padding-right: 487px !important;
}

.gap-488 {
  gap: 488px;
}

@media (max-width: 575.98px) {
  .gap-xs-488 {
    gap: 488px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-488 {
    gap: 488px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-488 {
    gap: 488px !important;
  }
}

.gap-row-488 {
  row-gap: 488px;
}

.gap-col-488 {
  column-gap: 488px;
}

.border-radius-488 {
  border-radius: 488px;
}

.font-size-488 {
  font-size: 488px;
}

.margin-top-488 {
  margin-top: 488px !important;
}

.margin-bottom-488 {
  margin-bottom: 488px !important;
}

.padding-488 {
  padding: 488px;
}

.padding-left-488 {
  padding-left: 488px !important;
}

.padding-right-488 {
  padding-right: 488px !important;
}

.gap-489 {
  gap: 489px;
}

@media (max-width: 575.98px) {
  .gap-xs-489 {
    gap: 489px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-489 {
    gap: 489px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-489 {
    gap: 489px !important;
  }
}

.gap-row-489 {
  row-gap: 489px;
}

.gap-col-489 {
  column-gap: 489px;
}

.border-radius-489 {
  border-radius: 489px;
}

.font-size-489 {
  font-size: 489px;
}

.margin-top-489 {
  margin-top: 489px !important;
}

.margin-bottom-489 {
  margin-bottom: 489px !important;
}

.padding-489 {
  padding: 489px;
}

.padding-left-489 {
  padding-left: 489px !important;
}

.padding-right-489 {
  padding-right: 489px !important;
}

.gap-490 {
  gap: 490px;
}

@media (max-width: 575.98px) {
  .gap-xs-490 {
    gap: 490px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-490 {
    gap: 490px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-490 {
    gap: 490px !important;
  }
}

.gap-row-490 {
  row-gap: 490px;
}

.gap-col-490 {
  column-gap: 490px;
}

.border-radius-490 {
  border-radius: 490px;
}

.font-size-490 {
  font-size: 490px;
}

.margin-top-490 {
  margin-top: 490px !important;
}

.margin-bottom-490 {
  margin-bottom: 490px !important;
}

.padding-490 {
  padding: 490px;
}

.padding-left-490 {
  padding-left: 490px !important;
}

.padding-right-490 {
  padding-right: 490px !important;
}

.gap-491 {
  gap: 491px;
}

@media (max-width: 575.98px) {
  .gap-xs-491 {
    gap: 491px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-491 {
    gap: 491px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-491 {
    gap: 491px !important;
  }
}

.gap-row-491 {
  row-gap: 491px;
}

.gap-col-491 {
  column-gap: 491px;
}

.border-radius-491 {
  border-radius: 491px;
}

.font-size-491 {
  font-size: 491px;
}

.margin-top-491 {
  margin-top: 491px !important;
}

.margin-bottom-491 {
  margin-bottom: 491px !important;
}

.padding-491 {
  padding: 491px;
}

.padding-left-491 {
  padding-left: 491px !important;
}

.padding-right-491 {
  padding-right: 491px !important;
}

.gap-492 {
  gap: 492px;
}

@media (max-width: 575.98px) {
  .gap-xs-492 {
    gap: 492px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-492 {
    gap: 492px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-492 {
    gap: 492px !important;
  }
}

.gap-row-492 {
  row-gap: 492px;
}

.gap-col-492 {
  column-gap: 492px;
}

.border-radius-492 {
  border-radius: 492px;
}

.font-size-492 {
  font-size: 492px;
}

.margin-top-492 {
  margin-top: 492px !important;
}

.margin-bottom-492 {
  margin-bottom: 492px !important;
}

.padding-492 {
  padding: 492px;
}

.padding-left-492 {
  padding-left: 492px !important;
}

.padding-right-492 {
  padding-right: 492px !important;
}

.gap-493 {
  gap: 493px;
}

@media (max-width: 575.98px) {
  .gap-xs-493 {
    gap: 493px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-493 {
    gap: 493px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-493 {
    gap: 493px !important;
  }
}

.gap-row-493 {
  row-gap: 493px;
}

.gap-col-493 {
  column-gap: 493px;
}

.border-radius-493 {
  border-radius: 493px;
}

.font-size-493 {
  font-size: 493px;
}

.margin-top-493 {
  margin-top: 493px !important;
}

.margin-bottom-493 {
  margin-bottom: 493px !important;
}

.padding-493 {
  padding: 493px;
}

.padding-left-493 {
  padding-left: 493px !important;
}

.padding-right-493 {
  padding-right: 493px !important;
}

.gap-494 {
  gap: 494px;
}

@media (max-width: 575.98px) {
  .gap-xs-494 {
    gap: 494px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-494 {
    gap: 494px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-494 {
    gap: 494px !important;
  }
}

.gap-row-494 {
  row-gap: 494px;
}

.gap-col-494 {
  column-gap: 494px;
}

.border-radius-494 {
  border-radius: 494px;
}

.font-size-494 {
  font-size: 494px;
}

.margin-top-494 {
  margin-top: 494px !important;
}

.margin-bottom-494 {
  margin-bottom: 494px !important;
}

.padding-494 {
  padding: 494px;
}

.padding-left-494 {
  padding-left: 494px !important;
}

.padding-right-494 {
  padding-right: 494px !important;
}

.gap-495 {
  gap: 495px;
}

@media (max-width: 575.98px) {
  .gap-xs-495 {
    gap: 495px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-495 {
    gap: 495px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-495 {
    gap: 495px !important;
  }
}

.gap-row-495 {
  row-gap: 495px;
}

.gap-col-495 {
  column-gap: 495px;
}

.border-radius-495 {
  border-radius: 495px;
}

.font-size-495 {
  font-size: 495px;
}

.margin-top-495 {
  margin-top: 495px !important;
}

.margin-bottom-495 {
  margin-bottom: 495px !important;
}

.padding-495 {
  padding: 495px;
}

.padding-left-495 {
  padding-left: 495px !important;
}

.padding-right-495 {
  padding-right: 495px !important;
}

.gap-496 {
  gap: 496px;
}

@media (max-width: 575.98px) {
  .gap-xs-496 {
    gap: 496px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-496 {
    gap: 496px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-496 {
    gap: 496px !important;
  }
}

.gap-row-496 {
  row-gap: 496px;
}

.gap-col-496 {
  column-gap: 496px;
}

.border-radius-496 {
  border-radius: 496px;
}

.font-size-496 {
  font-size: 496px;
}

.margin-top-496 {
  margin-top: 496px !important;
}

.margin-bottom-496 {
  margin-bottom: 496px !important;
}

.padding-496 {
  padding: 496px;
}

.padding-left-496 {
  padding-left: 496px !important;
}

.padding-right-496 {
  padding-right: 496px !important;
}

.gap-497 {
  gap: 497px;
}

@media (max-width: 575.98px) {
  .gap-xs-497 {
    gap: 497px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-497 {
    gap: 497px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-497 {
    gap: 497px !important;
  }
}

.gap-row-497 {
  row-gap: 497px;
}

.gap-col-497 {
  column-gap: 497px;
}

.border-radius-497 {
  border-radius: 497px;
}

.font-size-497 {
  font-size: 497px;
}

.margin-top-497 {
  margin-top: 497px !important;
}

.margin-bottom-497 {
  margin-bottom: 497px !important;
}

.padding-497 {
  padding: 497px;
}

.padding-left-497 {
  padding-left: 497px !important;
}

.padding-right-497 {
  padding-right: 497px !important;
}

.gap-498 {
  gap: 498px;
}

@media (max-width: 575.98px) {
  .gap-xs-498 {
    gap: 498px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-498 {
    gap: 498px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-498 {
    gap: 498px !important;
  }
}

.gap-row-498 {
  row-gap: 498px;
}

.gap-col-498 {
  column-gap: 498px;
}

.border-radius-498 {
  border-radius: 498px;
}

.font-size-498 {
  font-size: 498px;
}

.margin-top-498 {
  margin-top: 498px !important;
}

.margin-bottom-498 {
  margin-bottom: 498px !important;
}

.padding-498 {
  padding: 498px;
}

.padding-left-498 {
  padding-left: 498px !important;
}

.padding-right-498 {
  padding-right: 498px !important;
}

.gap-499 {
  gap: 499px;
}

@media (max-width: 575.98px) {
  .gap-xs-499 {
    gap: 499px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-499 {
    gap: 499px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-499 {
    gap: 499px !important;
  }
}

.gap-row-499 {
  row-gap: 499px;
}

.gap-col-499 {
  column-gap: 499px;
}

.border-radius-499 {
  border-radius: 499px;
}

.font-size-499 {
  font-size: 499px;
}

.margin-top-499 {
  margin-top: 499px !important;
}

.margin-bottom-499 {
  margin-bottom: 499px !important;
}

.padding-499 {
  padding: 499px;
}

.padding-left-499 {
  padding-left: 499px !important;
}

.padding-right-499 {
  padding-right: 499px !important;
}

.gap-500 {
  gap: 500px;
}

@media (max-width: 575.98px) {
  .gap-xs-500 {
    gap: 500px !important;
  }
}

@media (max-width: 767.98px) {
  .gap-sm-500 {
    gap: 500px !important;
  }
}

@media (max-width: 991.98px) {
  .gap-md-500 {
    gap: 500px !important;
  }
}

.gap-row-500 {
  row-gap: 500px;
}

.gap-col-500 {
  column-gap: 500px;
}

.border-radius-500 {
  border-radius: 500px;
}

.font-size-500 {
  font-size: 500px;
}

.margin-top-500 {
  margin-top: 500px !important;
}

.margin-bottom-500 {
  margin-bottom: 500px !important;
}

.padding-500 {
  padding: 500px;
}

.padding-left-500 {
  padding-left: 500px !important;
}

.padding-right-500 {
  padding-right: 500px !important;
}

.height-120 {
  height: 120px;
}

.flex-1-1-0 {
  flex: 1 1 0px;
}

.p-no-margin p {
  margin-bottom: 0 !important;
}

.font-weight-600 {
  font-weight: 600;
}

.users-info-edit .main-content {
  padding: 20px;
}
.users-info-edit .main-content .container {
  padding: 0 !important;
  gap: 0;
  margin: 20px 0;
}
@media (max-width: 575.98px) {
  .users-info-edit .main-content .container .form-actions input[type=submit] {
    width: 100% !important;
  }
}
.users-info-edit .main-content .container .form-group.optional [id=user_password] {
  margin-bottom: 0 !important;
}
.users-info-edit .main-content .container .form-inputs {
  margin: 0 !important;
  width: 100% !important;
}

.spinner.wrapper {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2147483647;
  opacity: 1;
  transition: all 0.3s ease;
}
.spinner .fa-spinner {
  color: #339E72;
  opacity: 0.8;
  font-size: 200px;
}

body,
h6,
p {
  font-family: "Mulish", sans-serif;
}

h1 {
  color: #25201d;
  font-size: 54px;
  font-family: "BioRhyme", serif;
}

h6 {
  color: #25201d;
  font-size: 18px;
}

h2 {
  font-family: "BioRhyme", serif;
  color: #6c5c5c;
  font-size: 32px;
  line-height: 135%;
}

h4 {
  font-size: 24px;
  letter-spacing: 2.5px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #6c5c5c;
}

p {
  color: #6c5c5c;
  font-size: 14px;
}

u {
  text-decoration: underline !important;
}

html {
  height: 100%;
}

body {
  background-color: white;
  height: 100%;
  width: 100%;
  margin-right: -100px;
  overflow: hidden;
}

#content {
  margin-top: 70px;
  height: calc(100vh - 70px);
  height: calc(100dvh - 70px);
  width: 100vw;
  position: absolute;
  overflow-y: scroll;
}

.custombox-lock #mainNavbar {
  z-index: 10;
}

.custombox-content > * {
  max-width: 100% !important;
  max-height: 100% !important;
}

#paymentFrameWrapper {
  z-index: 1050 !important;
}

@media screen and (max-width: 480px) {
  .crisp-client #crisp-chatbox div a[aria-label="Open chat"],
  .crisp-client #crisp-chatbox div a[aria-label="Close chat"] {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  #axeptio_main_button {
    display: none !important;
  }
}
