﻿@charset "UTF-8";
/*$terradata-color: #90BF42;*/
:root {
  --blue: $primary-color;
  --indigo: #5603ad;
  --purple: #8965e0;
  --pink: #f3a4b5;
  --red: $danger-color;
  --orange: $warning-color;
  --yellow: #ffd600;
  --green: $success-color;
  --teal: $info-color;
  --cyan: #2bffc6;
  --white: $white-color;
  --gray: $gray-color;
  --gray-dark: $gray-dark-color;
  --light: #ced4da;
  --lighter: $lighter-color;
  --primary: $primary-color;
  --secondary: $secondary-color;
  --success: $success-color;
  --info: $info-color;
  --warning: $warning-color;
  --danger: $danger-color;
  --light: $light-color;
  --dark: $dark-color;
  --default: $default-color;
  --white: $white-color;
  --neutral: $white-color;
  --darker: black;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: Open Sans, 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 {
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  text-align: left;
  color: #525f7f;
  background-color: #f8f9fe;
}

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

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

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] {
  cursor: help;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
}

a:not(.btn):not(.nav-link-tab) {
  background-color: transparent !important;
  color: #095b12 !important;
}

a:not(.btn):not(.decoration):not(.decorated):not(.btn):hover {
  text-decoration: none !important;
  color: #2e591c !important;
}

a:not([href]):not(.decoration):not(.decorated):not(.btn) {
  text-decoration: none !important;
  color: inherit !important;
}

a:not([href]):not(.decoration):not(.decorated):hover {
  text-decoration: none !important;
  color: inherit !important;
}

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

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

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: 1rem;
  padding-bottom: 1rem;
  caption-side: bottom;
  text-align: left;
  color: #212529;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
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 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  color: #32325d;
}

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

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(1.2875rem + 0.45vw);
  }
}
h2,
.h2 {
  font-size: 1.25rem;
}

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

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

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

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

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

.display-1 {
  font-size: 3.3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.455rem + 2.46vw);
  }
}
.display-2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}
.display-3 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.34375rem + 1.125vw);
  }
}
.display-4 {
  font-size: 1.6275rem;
  font-weight: 600;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.28775rem + 0.453vw);
  }
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  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 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.blockquote-footer {
  font-size: 80%;
  display: block;
  color: #212529;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  max-width: 100%;
  height: auto;
  padding: 0.25rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background-color: #f8f9fe;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.figure {
  display: inline-block;
}

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

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

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

a > code {
  color: inherit;
}

kbd {
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
  color: #fff;
  border-radius: 0.25rem;
  background-color: #212529;
  box-shadow: inset 0 -0.1rem 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  font-size: 100%;
  font-weight: 600;
  padding: 0;
  box-shadow: none;
}

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

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

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-12 {
  max-width: 100%;
  flex: 0 0 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.33333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row-cols-sm-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row-cols-sm-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .row-cols-sm-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .row-cols-sm-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .row-cols-sm-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .row-cols-sm-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-sm-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .col-sm-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-sm-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-sm-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-sm-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-sm-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-sm-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-sm-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-sm-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-sm-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-sm-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-sm-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-sm-12 {
    max-width: 100%;
    flex: 0 0 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.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row-cols-md-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row-cols-md-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .row-cols-md-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .row-cols-md-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .row-cols-md-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .row-cols-md-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-md-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .col-md-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-md-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-md-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-md-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-md-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-md-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-md-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-md-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-md-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-md-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-md-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-md-12 {
    max-width: 100%;
    flex: 0 0 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.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row-cols-lg-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row-cols-lg-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .row-cols-lg-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .row-cols-lg-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .row-cols-lg-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .row-cols-lg-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-lg-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .col-lg-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-lg-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-lg-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-lg-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-lg-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-lg-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-lg-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-lg-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-lg-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-lg-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-lg-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-lg-12 {
    max-width: 100%;
    flex: 0 0 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.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    max-width: 100%;
    flex-basis: 0;
    flex-grow: 1;
  }
  .row-cols-xl-1 > * {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .row-cols-xl-2 > * {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .row-cols-xl-3 > * {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .row-cols-xl-4 > * {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .row-cols-xl-5 > * {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .row-cols-xl-6 > * {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-xl-auto {
    width: auto;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .col-xl-1 {
    max-width: 8.33333%;
    flex: 0 0 8.33333%;
  }
  .col-xl-2 {
    max-width: 16.66667%;
    flex: 0 0 16.66667%;
  }
  .col-xl-3 {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .col-xl-4 {
    max-width: 33.33333%;
    flex: 0 0 33.33333%;
  }
  .col-xl-5 {
    max-width: 41.66667%;
    flex: 0 0 41.66667%;
  }
  .col-xl-6 {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .col-xl-7 {
    max-width: 58.33333%;
    flex: 0 0 58.33333%;
  }
  .col-xl-8 {
    max-width: 66.66667%;
    flex: 0 0 66.66667%;
  }
  .col-xl-9 {
    max-width: 75%;
    flex: 0 0 75%;
  }
  .col-xl-10 {
    max-width: 83.33333%;
    flex: 0 0 83.33333%;
  }
  .col-xl-11 {
    max-width: 91.66667%;
    flex: 0 0 91.66667%;
  }
  .col-xl-12 {
    max-width: 100%;
    flex: 0 0 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.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #525f7f;
  background-color: transparent;
}

.table th,
.table td {
  padding: 1rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

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

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.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(246, 249, 252, 0.3);
}

.table-hover tbody tr:hover {
  color: #525f7f;
  background-color: #f6f9fc;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #d2d8f7;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #abb6f1;
}

.table-hover .table-primary:hover {
  background-color: #bcc5f3;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #bcc5f3;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #fdfefe;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #fbfcfd;
}

.table-hover .table-secondary:hover {
  background-color: #ecf6f6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #ecf6f6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c4f1de;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #92e6c2;
}

.table-hover .table-success:hover {
  background-color: #afecd2;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #afecd2;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bcf1fb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #83e5f7;
}

.table-hover .table-info:hover {
  background-color: #a4ecfa;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #a4ecfa;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fed3ca;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #fdae9c;
}

.table-hover .table-warning:hover {
  background-color: #febeb1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #febeb1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fcc7d1;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #fa96aa;
}

.table-hover .table-danger:hover {
  background-color: #fbafbd;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fbafbd;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #e8eaed;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #d4d9dd;
}

.table-hover .table-light:hover {
  background-color: #dadde2;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #dadde2;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c2c3;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #8c8e90;
}

.table-hover .table-dark:hover {
  background-color: #b4b5b6;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b4b5b6;
}

.table-default,
.table-default > th,
.table-default > td {
  background-color: #bec4cd;
}

.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #8691a2;
}

.table-hover .table-default:hover {
  background-color: #b0b7c2;
}

.table-hover .table-default:hover > td,
.table-hover .table-default:hover > th {
  background-color: #b0b7c2;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}

.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}

.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-neutral,
.table-neutral > th,
.table-neutral > td {
  background-color: white;
}

.table-neutral th,
.table-neutral td,
.table-neutral thead th,
.table-neutral tbody + tbody {
  border-color: white;
}

.table-hover .table-neutral:hover {
  background-color: #f2f2f2;
}

.table-hover .table-neutral:hover > td,
.table-hover .table-neutral:hover > th {
  background-color: #f2f2f2;
}

.table-darker,
.table-darker > th,
.table-darker > td {
  background-color: #b8b8b8;
}

.table-darker th,
.table-darker td,
.table-darker thead th,
.table-darker tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-darker:hover {
  background-color: #ababab;
}

.table-hover .table-darker:hover > td,
.table-hover .table-darker:hover > th {
  background-color: #ababab;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: #f6f9fc;
}

.table-hover .table-active:hover {
  background-color: #e3ecf6;
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: #e3ecf6;
}

/*.table .thead-dark th {
    color: $default-background-color;
    border-color: #1f3a68;
    background-color: $default-color;
}*/
/*.table .thead-light th {
    color: $graydark-color;
    border-color: $lighter-color;
    background-color: #f6f9fc;
}*/
/*.table-dark {
    color: $default-background-color;
    background-color: $default-color;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #1f3a68;
    }

    .table-dark.table-bordered {
        border: 0;
    }

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

    .table-dark.table-hover tbody tr:hover {
        color: $default-background-color;
        background-color: rgba(255, 255, 255, .075);
    }*/
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

.form-control:focus {
  color: #212529;
  border-color: #457332;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.form-control::-ms-input-placeholder {
  opacity: 0.6;
  color: #adb5bd !important;
  /*color: $light-color;*/
}

.form-control::placeholder {
  opacity: 0.6;
  color: #adb5bd !important;
  /*color: $light-color;*/
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

select.form-control:focus::-ms-value {
  color: #212529;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  font-size: 0.875rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 0.625rem 0;
  color: #525f7f;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

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

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

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;
  margin-right: -5px;
  margin-left: -5px;
  flex-wrap: wrap;
}

.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: #212529;
}

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

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

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  font-size: 80%;
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  color: #2dce89;
}

.valid-tooltip {
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.5rem;
  color: #fff;
  border-radius: 0.2rem;
  background-color: rgba(45, 206, 137, 0.8);
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #2dce89;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #2dce89;
}

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

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #2dce89;
}

.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: #2dce89;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #93e7c3;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #93e7c3;
  background-color: #54daa1;
}

.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 1px #f8f9fe, 0 0 0 0 rgba(45, 206, 137, 0.25);
}

.custom-file-input {
  width: 60% !important;
  margin: 8px !important;
  opacity: 1 !important;
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #2dce89;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.25);
}

.custom-file-input:focus {
  outline: none;
}

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

.invalid-tooltip {
  font-size: 0.875rem;
  line-height: 1;
  position: absolute;
  z-index: 5;
  top: 100%;
  display: none;
  max-width: 100%;
  margin-top: 0.1rem;
  padding: 0.5rem;
  color: #fff;
  border-radius: 0.2rem;
  background-color: rgba(251, 99, 64, 0.8);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ff8e02;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #ff8e02;
}

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

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff8e02;
}

.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: #ff8e02;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fec9bd;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fec9bd;
  background-color: #fc8c72;
}

.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 1px #f8f9fe, 0 0 0 0 rgba(251, 99, 64, 0.25);
}

.custom-file-input {
  width: 60% !important;
  margin: 8px !important;
  opacity: 1 !important;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff8e02;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.25);
}

.custom-file-input:focus {
  outline: none;
}

.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;
    margin-bottom: 0;
    align-items: center;
    justify-content: center;
  }
  .form-inline .form-group {
    display: flex;
    margin-bottom: 0;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
  }
  .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;
    width: auto;
    padding-left: 0;
    align-items: center;
    justify-content: center;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
    flex-shrink: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
/*.btn {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    text-align: center;
    vertical-align: middle;
    color: $default-text-color;
    border: 1px solid transparent;
    border-radius: .25rem;
    background-color: transparent;
}*/
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  text-decoration: none;
  color: #525f7f;
}

button:disabled,
button.disabled {
  cursor: not-allowed !important;
}

.btn:not(.remove-focus):not([disabled]):focus,
.btn:not(.remove-focus):not([disabled]).focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn:not(.remove-focus):not([disabled]):hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active {
  box-shadow: none;
}

.btn:not(:disabled):not(.disabled):active:focus,
.btn:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  border-color: #457332 !important;
  background-color: #457332;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #2e8032;
  background-color: #2e8032;
}

.btn-primary:not(:disabled):not(.disabled):focus,
.btn-primary:not(:disabled):not(.disabled).focus {
  border-color: #2e8032;
  background-color: #2e8032;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #457332;
  background-color: #2e8032;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.btn-secondary {
  color: #212529 !important;
  border-color: #f7fafc !important;
  background-color: #f7fafc !important;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-secondary:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

.btn-secondary:focus,
.btn-secondary.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(247, 250, 252, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #212529;
  border-color: #f7fafc;
  background-color: #d2e3ee;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(247, 250, 252, 0.5);
}

.btn-success {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-success:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

.btn-success:focus,
.btn-success.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(45, 206, 137, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  border-color: #2dce89;
  background-color: #24a46d;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(45, 206, 137, 0.5);
}

.btn-info {
  color: #fff;
  border-color: #205874;
  background-color: #205874;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-info:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

.btn-info:focus,
.btn-info.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(17, 205, 239, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  border-color: #11cdef;
  background-color: #0da5c0;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(17, 205, 239, 0.5);
}

.btn-warning {
  color: #fff;
  border-color: #ff8e02;
  background-color: #ff8e02;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-warning:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #ff8e02;
  background-color: #ff8e02;
}

.btn-warning:focus,
.btn-warning.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(251, 99, 64, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  border-color: rgba(255, 141, 0, 0.6784313725);
  background-color: rgba(255, 141, 0, 0.6784313725);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  border-color: #cb933b;
  background-color: #cb933b;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(251, 99, 64, 0.5);
}

.btn-danger {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-danger:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.btn-danger:focus,
.btn-danger.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(245, 54, 92, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  border-color: #f5365c;
  background-color: #ec0c38;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(245, 54, 92, 0.5);
}

.btn-light {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-light:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

.btn-light:focus,
.btn-light.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(173, 181, 189, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  border-color: #adb5bd;
  background-color: #919ca6;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(173, 181, 189, 0.5);
}

.btn-dark {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-dark:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

.btn-dark:focus,
.btn-dark.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  border-color: #212529;
  background-color: #0a0c0d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-default {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-default:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.btn-default:focus,
.btn-default.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show > .btn-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #0b1526;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-default.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.btn-white {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-white:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

.btn-white:focus,
.btn-white.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-white.disabled,
.btn-white:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-neutral {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-neutral:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

.btn-neutral:focus,
.btn-neutral.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-neutral.disabled,
.btn-neutral:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-neutral:not(:disabled):not(.disabled):active,
.btn-neutral:not(:disabled):not(.disabled).active,
.show > .btn-neutral.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

.btn-neutral:not(:disabled):not(.disabled):active:focus,
.btn-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-neutral.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-darker {
  color: #fff;
  border-color: black;
  background-color: black;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-darker:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-darker:focus,
.btn-darker.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-darker.disabled,
.btn-darker:disabled {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-darker:not(:disabled):not(.disabled):active,
.btn-darker:not(:disabled):not(.disabled).active,
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-darker:not(:disabled):not(.disabled):active:focus,
.btn-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-primary {
  color: #457332;
  border-color: #457332;
  background-color: transparent;
  background-image: none;
}

.btn-outline-primary:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #457332;
  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: #fff;
  border-color: #457332;
  background-color: #457332;
}

.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 rgba(94, 114, 228, 0.5);
}

.btn-outline-secondary {
  color: #f7fafc;
  border-color: #f7fafc;
  background-color: transparent;
  background-image: none;
}

.btn-outline-secondary:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(247, 250, 252, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #f7fafc;
  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: #212529;
  border-color: #f7fafc;
  background-color: #f7fafc;
}

.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 rgba(247, 250, 252, 0.5);
}

.btn-outline-success {
  color: #2dce89;
  border-color: #2dce89;
  background-color: transparent;
  background-image: none;
}

.btn-outline-success:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(45, 206, 137, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #2dce89;
  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: #fff;
  border-color: #2dce89;
  background-color: #2dce89;
}

.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 rgba(45, 206, 137, 0.5);
}

.btn-outline-info {
  color: #11cdef;
  border-color: #11cdef;
  background-color: transparent;
  background-image: none;
}

.btn-outline-info:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(17, 205, 239, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #11cdef;
  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: #fff;
  border-color: #11cdef;
  background-color: #11cdef;
}

.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 rgba(17, 205, 239, 0.5);
}

.btn-outline-warning {
  color: #ff8e02;
  border-color: #ff8e02;
  background-color: transparent;
  background-image: none;
}

.btn-outline-warning:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #ff8e02;
  background-color: #ff8e02;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(251, 99, 64, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ff8e02;
  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: #fff;
  border-color: #ff8e02;
  background-color: #ff8e02;
}

.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 rgba(251, 99, 64, 0.5);
}

.btn-outline-danger {
  color: #f5365c;
  border-color: #f5365c;
  background-color: transparent;
  background-image: none;
}

.btn-outline-danger:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(245, 54, 92, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #f5365c;
  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: #fff;
  border-color: #f5365c;
  background-color: #f5365c;
}

.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 rgba(245, 54, 92, 0.5);
}

.btn-outline-light {
  color: #adb5bd;
  border-color: #adb5bd;
  background-color: transparent;
  background-image: none;
}

.btn-outline-light:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(173, 181, 189, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #adb5bd;
  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: #fff;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

.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 rgba(173, 181, 189, 0.5);
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
  background-color: transparent;
  background-image: none;
}

.btn-outline-dark:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #212529;
  background-color: #212529;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(33, 37, 41, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  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: #fff;
  border-color: #212529;
  background-color: #212529;
}

.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 rgba(33, 37, 41, 0.5);
}

.btn-outline-default {
  color: #172b4d;
  border-color: #172b4d;
  background-color: transparent;
  background-image: none;
}

.btn-outline-default:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.btn-outline-default:focus,
.btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.btn-outline-default.disabled,
.btn-outline-default:disabled {
  color: #172b4d;
  background-color: transparent;
}

.btn-outline-default:not(:disabled):not(.disabled):active,
.btn-outline-default:not(:disabled):not(.disabled).active,
.show > .btn-outline-default.dropdown-toggle {
  color: #fff;
  border-color: #172b4d;
  background-color: #172b4d;
}

.btn-outline-default:not(:disabled):not(.disabled):active:focus,
.btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(23, 43, 77, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

.btn-outline-white:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-white:focus,
.btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-white.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-neutral {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
  background-image: none;
}

.btn-outline-neutral:not(:disabled):not(.disabled):hover {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-neutral:focus,
.btn-outline-neutral.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-neutral.disabled,
.btn-outline-neutral:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active,
.btn-outline-neutral:not(:disabled):not(.disabled).active,
.show > .btn-outline-neutral.dropdown-toggle {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.btn-outline-neutral:not(:disabled):not(.disabled):active:focus,
.btn-outline-neutral:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-neutral.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-darker {
  color: black;
  border-color: black;
  background-color: transparent;
  background-image: none;
}

.btn-outline-darker:not(:disabled):not(.disabled):hover {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-outline-darker:focus,
.btn-outline-darker.focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-darker.disabled,
.btn-outline-darker:disabled {
  color: black;
  background-color: transparent;
}

.btn-outline-darker:not(:disabled):not(.disabled):active,
.btn-outline-darker:not(:disabled):not(.disabled).active,
.show > .btn-outline-darker.dropdown-toggle {
  color: #fff;
  border-color: black;
  background-color: black;
}

.btn-outline-darker:not(:disabled):not(.disabled):active:focus,
.btn-outline-darker:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-link {
  font-weight: 400;
  text-decoration: none;
  color: #457332;
}

.btn-link:not(:disabled):not(.disabled):hover {
  text-decoration: none;
  color: #2e591c;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  pointer-events: none;
  color: #212529;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.875rem 1rem;
  border-radius: 0.4375rem;
}

.btn-sm,
.btn-group-sm > .btn {
  /*font-size: .75rem;*/
  font-size: 0.8rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.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;
  overflow: hidden;
  height: 0;
  /*transition: height .35s ease;*/
  transition: height 0.5s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
  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 {
  /*font-size: 1rem;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  display: none;
  float: left;
  min-width: 10rem;
  margin: .125rem 0 0;
  padding: .5rem 0;
  list-style: none;
  text-align: left;
  color: $default-text-color;
  border: 0 solid rgba(0, 0, 0, .15);
  border-radius: .4375rem;
  background-color: $white-color;
  background-clip: padding-box;*/
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.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;
  content: "";
  vertical-align: 0.255em;
  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;
  content: "";
  vertical-align: 0.255em;
  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;
  content: "";
  vertical-align: 0.255em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  content: "";
  vertical-align: 0.255em;
  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 {
  overflow: hidden;
  height: 0;
  margin: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  /*font-weight: 400;
  display: block;
  clear: both;
  width: 100%;*/
  padding: 0.5rem 1rem;
  /*text-align: inherit;
  white-space: nowrap;
  color: $dark-color;
  border: 0;
  background-color: transparent;*/
}

.dropdown-item:hover,
.dropdown-item:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

.dropdown-item.active,
.dropdown-item:active {
  text-decoration: none;
  color: #16181b;
  background-color: transparent;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  pointer-events: none;
  color: #212529;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1rem;
  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.9375rem;
  padding-left: 0.9375rem;
}

.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.show .dropdown-toggle {
  box-shadow: none;
}

.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}

.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;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  min-width: 0;
  margin-bottom: 0;
  flex: 1 1;
}

.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(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.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-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 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  margin-bottom: 0;
  padding: 0.625rem 0.75rem;
  text-align: center;
  white-space: nowrap;
  color: #adb5bd;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  align-items: center;
}

.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 + 1.75rem + 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 {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.875rem 1rem;
  border-radius: 0.4375rem;
}

.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 {
  font-size: 0.75rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.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 > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .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;
  display: block;
  min-height: 1.5rem;
  padding-left: 2.75rem;
}

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05), 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #457332;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #212529;
}

.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: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  pointer-events: none;
  border: #dee2e6 solid 1px;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -2.75rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #457332;
  background-color: #457332;
  box-shadow: none;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(67, 190, 89, 0.54);
  /*background-color: rgba(94, 114, 228, .5);*/
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(67, 190, 89, 0.54);
  /*background-color: rgba(94, 114, 228, .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='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(67, 190, 89, 0.54);
  /*background-color: rgba(94, 114, 228, .5);*/
}

.custom-switch {
  padding-left: 3.5rem;
}

.custom-switch .custom-control-label::before {
  left: -2.5rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.5rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  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;
  border-radius: 0.5rem;
  background-color: #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
  background-color: #fff;
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(67, 190, 89, 0.54);
  /*background-color: rgba(94, 114, 228, .5);*/
}

.custom-select {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.75rem 0.625rem 0.75rem;
  vertical-align: middle;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%2332325d' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #457332;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0 #457332;
}

.custom-select:focus::-ms-value {
  color: #212529;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #212529;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #8898aa;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #457332;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.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 {
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

.custom-file-label::after {
  line-height: 1.5;
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  height: calc(1.5em + 1.25rem);
  padding: 0.625rem 0.75rem;
  content: "Browse";
  color: #212529;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  background-color: #fff;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8f9fe, 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #457332;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #f7f8fe;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #457332;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #f7f8fe;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-color: transparent;
  border-radius: 1rem;
  background-color: #dee2e6;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 0;
  border-radius: 1rem;
  background-color: #457332;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #f7f8fe;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  cursor: pointer;
  color: transparent;
  border-width: 0.5rem;
  border-color: transparent;
  background-color: transparent;
  box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}

.custom-range::-ms-fill-lower {
  border-radius: 1rem;
  background-color: #dee2e6;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  border-radius: 1rem;
  background-color: #dee2e6;
}

.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;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

.nav-link {
  display: block;
  padding: 0.25rem 0.75rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  cursor: default;
  pointer-events: none;
  color: #212529;
}

*.enabled:not(.disabled) {
  pointer-events: auto;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  font-size: 12px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #212529;
  border-color: transparent;
  background-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #525f7f;
  border-color: #dee2e6 #dee2e6 #f8f9fe;
  background-color: #f8f9fe;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.375rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #457332;
}

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

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

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

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

.navbar {
  position: relative;
  display: flex;
  padding: 1rem 1rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.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 {
  font-size: 1.25rem;
  line-height: inherit;
  display: inline-block;
  margin-right: 1rem;
  padding-top: 0.0625rem;
  padding-bottom: 0.0625rem;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
  padding-left: 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.25rem;
  padding-bottom: 0.25rem;
}

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

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: transparent;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

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

@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: 1rem;
    padding-left: 1rem;
  }
  .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-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: 1rem;
    padding-left: 1rem;
  }
  .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-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: 1rem;
    padding-left: 1rem;
  }
  .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-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: 1rem;
    padding-left: 1rem;
  }
  .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-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: 1rem;
  padding-left: 1rem;
}

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

.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.6);
  border-color: transparent;
}

.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(0, 0, 0, 0.6)' 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.6);
}

.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: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.65);
}

.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: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: transparent;
}

.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(255, 255, 255, 0.95)' 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.95);
}

.navbar-dark .navbar-text a {
  color: rgba(255, 255, 255, 0.65);
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgba(255, 255, 255, 0.65);
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.375rem;
  background-color: #fff;
  background-clip: border-box;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

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

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.5rem;
}

.card-header {
  margin-bottom: 0;
  /*padding: 1.25rem 1.5rem;*/
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.card-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

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

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

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

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.375rem - 1px);
  border-top-right-radius: calc(0.375rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.375rem - 1px);
  border-bottom-left-radius: calc(0.375rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}

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

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    margin-bottom: 0;
    flex: 1 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: 1.25rem;
}

@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 > .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 {
  margin-bottom: -1px;
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  /*margin-bottom: 1rem;*/
  margin-bottom: 5px;
  padding: 0.25rem 1rem;
  list-style: none;
  border-radius: 0.375rem;
  background-color: #e9ecef;
  flex-wrap: wrap;
  font-size: 12px;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
  color: #212529;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #212529;
}

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

.page-link {
  line-height: 1.25;
  position: relative;
  display: block;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  color: #212529;
  border: 1px solid #dee2e6;
  background-color: #fff;
}

.page-link:hover {
  z-index: 2;
  text-decoration: none;
  color: #212529;
  border-color: #dee2e6;
  background-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.page-item.active .page-link {
  z-index: unset;
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.page-item.disabled .page-link {
  cursor: auto;
  pointer-events: none;
  color: #212529;
  border-color: #dee2e6;
  background-color: #fff;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.badge {
  font-size: 66%;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  padding: 0.35rem 0.375rem;
  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;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
  border-radius: 0.375rem;
}

@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.875em;
  padding-left: 0.875em;
  border-radius: 10rem;
}

.badge-primary {
  color: #2643e9;
  background-color: #eaecfb;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #2a44db;
}

.badge-secondary {
  color: #f7fafc;
  background-color: white;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #cadeeb;
}

.badge-success {
  color: #1aae6f;
  background-color: #b0eed3;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #229c68;
}

.badge-info {
  color: #03acca;
  background-color: #aaedf9;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #0c9cb7;
}

.badge-warning {
  color: #ff3709;
  background-color: #fee6e0;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #f93305;
}

.badge-danger {
  color: #f80031;
  background-color: #fdd1da;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #e30b36;
}

.badge-light {
  color: #879cb0;
  background-color: white;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #8b96a2;
}

.badge-dark {
  color: #090c0e;
  background-color: #6a7783;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #060607;
}

.badge-default {
  color: #091428;
  background-color: #4172c6;
}

.badge-default[href]:hover,
.badge-default[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: #09111e;
}

.badge-white {
  color: #e8e3e3;
  background-color: white;
}

.badge-white[href]:hover,
.badge-white[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

.badge-neutral {
  color: #e8e3e3;
  background-color: white;
}

.badge-neutral[href]:hover,
.badge-neutral[href]:focus {
  text-decoration: none;
  color: #212529;
  background-color: #e0e0e0;
}

.badge-darker {
  color: black;
  background-color: #525252;
}

.badge-darker[href]:hover,
.badge-darker[href]:focus {
  text-decoration: none;
  color: #fff;
  background-color: black;
}

.jumbotron {
  margin-bottom: 2rem;
  padding: 2rem 1rem;
  border-radius: 0.4375rem;
  background-color: #e9ecef;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  margin-bottom: 1rem;
  padding: 1rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 0.375rem;
}

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.5rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.5rem;
  color: inherit;
}

.alert-primary {
  color: #fff;
  border-color: #7889e8;
  background-color: #7889e8;
}

.alert-primary a {
  font-weight: 600;
  color: #1d32aa;
}

.alert-primary a:hover {
  color: #fff;
}

.alert-primary hr {
  border-top-color: #6276e4;
}

.alert-primary .alert-link {
  color: #324cdd;
}

.alert-secondary {
  color: #212529;
  border-color: #f8fbfc;
  background-color: #f8fbfc;
}

.alert-secondary a {
  font-weight: 600;
  color: #8dbece;
}

.alert-secondary a:hover {
  color: #212529;
}

.alert-secondary hr {
  border-top-color: #e6f1f4;
}

.alert-secondary .alert-link {
  color: #d2e3ee;
}

.alert-success {
  color: #fff;
  border-color: #4fd69c;
  background-color: #4fd69c;
}

.alert-success a {
  font-weight: 600;
  color: #1a724c;
}

.alert-success a:hover {
  color: #fff;
}

.alert-success hr {
  border-top-color: #3ad190;
}

.alert-success .alert-link {
  color: #24a46d;
}

.alert-info {
  color: #fff;
  border-color: #37d5f2;
  background-color: #37d5f2;
}

.alert-info a {
  font-weight: 600;
  color: #097487;
}

.alert-info a:hover {
  color: #fff;
}

.alert-info hr {
  border-top-color: #1fd0f0;
}

.alert-info .alert-link {
  color: #0da5c0;
}

.alert-warning {
  color: #fff;
  border-color: #fc7c5f;
  background-color: #fc7c5f;
}

.alert-warning a {
  font-weight: 600;
  color: #be2604;
}

.alert-warning a:hover {
  color: #fff;
}

.alert-warning hr {
  border-top-color: #fc6846;
}

.alert-warning .alert-link {
  color: #cb933b;
}

.alert-danger {
  color: #fff;
  border-color: #f75676;
  background-color: #f75676;
}

.alert-danger a {
  font-weight: 600;
  color: #ac0829;
}

.alert-danger a:hover {
  color: #fff;
}

.alert-danger hr {
  border-top-color: #f63e62;
}

.alert-danger .alert-link {
  color: #ec0c38;
}

.alert-light {
  color: #fff;
  border-color: #bac1c8;
  background-color: #bac1c8;
}

.alert-light a {
  font-weight: 600;
  color: #677582;
}

.alert-light a:hover {
  color: #fff;
}

.alert-light hr {
  border-top-color: #acb4bd;
}

.alert-light .alert-link {
  color: #919ca6;
}

.alert-dark {
  color: #fff;
  border-color: #45484b;
  background-color: #45484b;
}

.alert-dark a {
  font-weight: 600;
  color: black;
}

.alert-dark a:hover {
  color: #fff;
}

.alert-dark hr {
  border-top-color: #393b3e;
}

.alert-dark .alert-link {
  color: #0a0c0d;
}

.alert-default {
  color: #fff;
  border-color: #3c4d69;
  background-color: #3c4d69;
}

.alert-default a {
  font-weight: 600;
  color: #040608;
}

.alert-default a:hover {
  color: #fff;
}

.alert-default hr {
  border-top-color: #334159;
}

.alert-default .alert-link {
  color: #0b1526;
}

.alert-white {
  color: #212529;
  border-color: white;
  background-color: white;
}

.alert-white a {
  font-weight: 600;
  color: #b3b3b3;
}

.alert-white a:hover {
  color: #212529;
}

.alert-white hr {
  border-top-color: #f2f2f2;
}

.alert-white .alert-link {
  color: #e6e6e6;
}

.alert-neutral {
  color: #212529;
  border-color: white;
  background-color: white;
}

.alert-neutral a {
  font-weight: 600;
  color: #b3b3b3;
}

.alert-neutral a:hover {
  color: #212529;
}

.alert-neutral hr {
  border-top-color: #f2f2f2;
}

.alert-neutral .alert-link {
  color: #e6e6e6;
}

.alert-darker {
  color: #fff;
  border-color: #292929;
  background-color: #292929;
}

.alert-darker a {
  font-weight: 600;
  color: black;
}

.alert-darker a:hover {
  color: #fff;
}

.alert-darker hr {
  border-top-color: #1c1c1c;
}

.alert-darker .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  font-size: 0.75rem;
  display: flex;
  overflow: hidden;
  height: 1rem;
  border-radius: 0.375rem;
  background-color: #e9ecef;
  box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.1);
}

.progress-bar {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  transition: width 0.6s ease;
  text-align: center;
  white-space: nowrap;
  color: #fff;
  background-color: #457332;
  justify-content: center;
}

@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: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1 1;
}

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

.list-group-item-action {
  width: 100%;
  text-align: inherit;
  color: #525f7f;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  text-decoration: none;
  color: #525f7f;
  background-color: #f6f9fc;
}

.list-group-item-action:active {
  color: #525f7f;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1rem 1rem;
  border: 1px solid #e9ecef;
  background-color: #fff;
}

.list-group-item:first-child {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.list-group-item:last-child {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  pointer-events: none;
  color: #212529;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.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-top-right-radius: 0;
  border-bottom-left-radius: 0.375rem;
}

.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.375rem;
  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-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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-top-right-radius: 0;
    border-bottom-left-radius: 0.375rem;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.375rem;
    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 .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #313b77;
  background-color: #d2d8f7;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #313b77;
  background-color: #bcc5f3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  border-color: #313b77;
  background-color: #313b77;
}

.list-group-item-secondary {
  color: #808283;
  background-color: #fdfefe;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #808283;
  background-color: #ecf6f6;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  border-color: #808283;
  background-color: #808283;
}

.list-group-item-success {
  color: #176b47;
  background-color: #c4f1de;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #176b47;
  background-color: #afecd2;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  border-color: #176b47;
  background-color: #176b47;
}

.list-group-item-info {
  color: #096b7c;
  background-color: #bcf1fb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #096b7c;
  background-color: #a4ecfa;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  border-color: #096b7c;
  background-color: #096b7c;
}

.list-group-item-warning {
  color: #833321;
  background-color: #fed3ca;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #833321;
  background-color: #febeb1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  border-color: #833321;
  background-color: #833321;
}

.list-group-item-danger {
  color: #7f1c30;
  background-color: #fcc7d1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7f1c30;
  background-color: #fbafbd;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  border-color: #7f1c30;
  background-color: #7f1c30;
}

.list-group-item-light {
  color: #5a5e62;
  background-color: #e8eaed;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #5a5e62;
  background-color: #dadde2;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  border-color: #5a5e62;
  background-color: #5a5e62;
}

.list-group-item-dark {
  color: #111315;
  background-color: #c1c2c3;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #111315;
  background-color: #b4b5b6;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  border-color: #111315;
  background-color: #111315;
}

.list-group-item-default {
  color: #0c1628;
  background-color: #bec4cd;
}

.list-group-item-default.list-group-item-action:hover,
.list-group-item-default.list-group-item-action:focus {
  color: #0c1628;
  background-color: #b0b7c2;
}

.list-group-item-default.list-group-item-action.active {
  color: #fff;
  border-color: #0c1628;
  background-color: #0c1628;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}

.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-white.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

.list-group-item-neutral {
  color: #858585;
  background-color: white;
}

.list-group-item-neutral.list-group-item-action:hover,
.list-group-item-neutral.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-neutral.list-group-item-action.active {
  color: #fff;
  border-color: #858585;
  background-color: #858585;
}

.list-group-item-darker {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  border-color: black;
  background-color: black;
}

.close {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  float: right;
  opacity: 0.5;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}

@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  border: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.modal-open {
  overflow: hidden;
}

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

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  outline: 0;
  background: rgba(0, 0, 0, 0.5);
  align-content: center;
}

.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 {
  overflow: hidden;
  max-height: calc(100vh - 1rem);
}

.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;
  min-height: calc(100% - 1rem);
  align-items: center;
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.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;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.4375rem;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
}

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.16;
}

.modal-header {
  display: flex;
  padding: 0.5rem 1.25rem;
  border-bottom: 0 solid #e9ecef;
  border-top-left-radius: 0.4375rem;
  border-top-right-radius: 0.4375rem;
  align-items: flex-start;
  justify-content: space-between;
}

.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1.25rem;
}

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

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

.modal-footer {
  display: flex;
  padding: 1.25rem;
  border-top: 0 solid #e9ecef;
  border-bottom-right-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}

.modal-footer > * {
  margin: 0.25rem;
}

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

@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);
  }
  .modal-content {
    box-shadow: 0 15px 35px rgba(50, 50, 93, 0.2), 0 5px 15px rgba(0, 0, 0, 0.17);
  }
  .modal-sm {
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.modal-xl {
  max-width: unset;
  width: 95vw;
}

.tooltip {
  font-family: Open Sans, sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  text-align: left;
  text-align: start;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: break-word;
  word-break: normal;
  opacity: 0;
  text-shadow: none;
  line-break: auto;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-style: solid;
  border-color: transparent;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

.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: #000;
}

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.4375rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-style: solid;
  border-color: transparent;
}

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

.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: #fff;
}

.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: 0.4375rem 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: transparent;
}

.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: #fff;
}

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

.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: #fff;
}

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

.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: 0.4375rem 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: transparent;
}

.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: #fff;
}

.popover-header {
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.95rem;
  color: #32325d;
  border-bottom: 1px solid #f2f2f2;
  border-top-left-radius: calc(0.4375rem - 1px);
  border-top-right-radius: calc(0.4375rem - 1px);
  background-color: #fff;
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.95rem;
  color: #525f7f;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@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 {
  transition-property: opacity;
  transform: none;
  opacity: 0;
}

.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;
  transition: opacity 0s 0.6s;
  opacity: 0;
}

@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;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: flex;
  width: 15%;
  transition: opacity 0.15s ease;
  text-align: center;
  opacity: 0.5;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@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 {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
  outline: 0;
}

.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: no-repeat 50%/100% 100%;
}

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

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

.carousel-indicators {
  position: absolute;
  z-index: 15;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
  justify-content: center;
}

.carousel-indicators li {
  box-sizing: content-box;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  cursor: pointer;
  transition: opacity 0.6s ease;
  text-indent: -999px;
  opacity: 0.5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-color: #fff;
  background-clip: padding-box;
  flex: 0 1 auto;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

.terradata-bg {
  background-color: #70BE19 !important;
  /*    background-color: $primary-color !important;*/
}

.bg-primary {
  background-color: #457332 !important;
  /*    background-color: $primary-color !important;*/
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #324cdd !important;
}

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

a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #d2e3ee !important;
}

.bg-success {
  background-color: #2dce89 !important;
}

a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #24a46d !important;
}

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

a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #0da5c0 !important;
}

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

a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #cb933b !important;
}

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #ec0c38 !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #919ca6 !important;
}

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

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #0a0c0d !important;
}

.bg-default {
  background-color: #022f07 !important;
}

a.bg-default:hover,
a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #0b1526 !important;
}

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

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-neutral {
  background-color: #fff !important;
}

a.bg-neutral:hover,
a.bg-neutral:focus,
button.bg-neutral:hover,
button.bg-neutral:focus {
  background-color: #e6e6e6 !important;
}

.bg-darker {
  background-color: black !important;
}

a.bg-darker:hover,
a.bg-darker:focus,
button.bg-darker:hover,
button.bg-darker:focus {
  background-color: black !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #e9ecef !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;
}

.rounded-sm {
  border-radius: 0.25rem !important;
}

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

.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}

.rounded-right {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-left {
  border-top-left-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}

.rounded-lg {
  border-radius: 0.4375rem !important;
}

.rounded-circle,
.avatar.rounded-circle img {
  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: 767px) {
  .not-sm-w-100per {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .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;
  }
  .sm-mt-4 {
    margin-top: 1.5rem;
  }
}
@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;
  }
  .lg-vh-100 {
    height: 100vh;
  }
}
@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 {
  body, html {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    /*forced-color-adjust:none !important;*/
    /*color-adjust: exact !important;*/
  }
  .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;
  overflow: hidden;
  width: 100%;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1020;
    top: 0;
  }
}
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

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

.shadow-sm {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

.shadow {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 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;
}

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

.stretched-link::after {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

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

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

.mt--9,
.my--9 {
  margin-top: -10rem !important;
}

.mr--9,
.mx--9 {
  margin-right: -10rem !important;
}

.mb--9,
.my--9 {
  margin-bottom: -10rem !important;
}

.ml--9,
.mx--9 {
  margin-left: -10rem !important;
}

.m--8 {
  margin: -8rem !important;
}

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

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

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

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

.m--7 {
  margin: -6rem !important;
}

.mt--7,
.my--7 {
  margin-top: -6rem !important;
}

.mr--7,
.mx--7 {
  margin-right: -6rem !important;
}

.mb--7,
.my--7 {
  margin-bottom: -6rem !important;
}

.ml--7,
.mx--7 {
  margin-left: -6rem !important;
}

.m--6 {
  margin: -4.5rem !important;
}

.mt--6,
.my--6 {
  margin-top: -4.5rem !important;
}

.mr--6,
.mx--6 {
  margin-right: -4.5rem !important;
}

.mb--6,
.my--6 {
  margin-bottom: -4.5rem !important;
}

.ml--6,
.mx--6 {
  margin-left: -4.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;
}

.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--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--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--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-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 8rem !important;
}

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

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

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

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

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

.mt-9,
.my-9 {
  margin-top: 10rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 10rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 10rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 10rem !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;
}

.p--9 {
  padding: -10rem !important;
}

.pt--9,
.py--9 {
  padding-top: -10rem !important;
}

.pr--9,
.px--9 {
  padding-right: -10rem !important;
}

.pb--9,
.py--9 {
  padding-bottom: -10rem !important;
}

.pl--9,
.px--9 {
  padding-left: -10rem !important;
}

.p--8 {
  padding: -8rem !important;
}

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

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

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

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

.p--7 {
  padding: -6rem !important;
}

.pt--7,
.py--7 {
  padding-top: -6rem !important;
}

.pr--7,
.px--7 {
  padding-right: -6rem !important;
}

.pb--7,
.py--7 {
  padding-bottom: -6rem !important;
}

.pl--7,
.px--7 {
  padding-left: -6rem !important;
}

.p--6 {
  padding: -4.5rem !important;
}

.pt--6,
.py--6 {
  padding-top: -4.5rem !important;
}

.pr--6,
.px--6 {
  padding-right: -4.5rem !important;
}

.pb--6,
.py--6 {
  padding-bottom: -4.5rem !important;
}

.pl--6,
.px--6 {
  padding-left: -4.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;
}

.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--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--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--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-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 8rem !important;
}

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

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

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

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

.p-9 {
  padding: 10rem !important;
}

.pt-9,
.py-9 {
  padding-top: 10rem !important;
}

.pr-9,
.px-9 {
  padding-right: 10rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 10rem !important;
}

.pl-9,
.px-9 {
  padding-left: 10rem !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-n-9 {
  margin: 10rem !important;
}

.mt-n-9,
.my-n-9 {
  margin-top: 10rem !important;
}

.mr-n-9,
.mx-n-9 {
  margin-right: 10rem !important;
}

.mb-n-9,
.my-n-9 {
  margin-bottom: 10rem !important;
}

.ml-n-9,
.mx-n-9 {
  margin-left: 10rem !important;
}

.m-n-8 {
  margin: 8rem !important;
}

.mt-n-8,
.my-n-8 {
  margin-top: 8rem !important;
}

.mr-n-8,
.mx-n-8 {
  margin-right: 8rem !important;
}

.mb-n-8,
.my-n-8 {
  margin-bottom: 8rem !important;
}

.ml-n-8,
.mx-n-8 {
  margin-left: 8rem !important;
}

.m-n-7 {
  margin: 6rem !important;
}

.mt-n-7,
.my-n-7 {
  margin-top: 6rem !important;
}

.mr-n-7,
.mx-n-7 {
  margin-right: 6rem !important;
}

.mb-n-7,
.my-n-7 {
  margin-bottom: 6rem !important;
}

.ml-n-7,
.mx-n-7 {
  margin-left: 6rem !important;
}

.m-n-6 {
  margin: 4.5rem !important;
}

.mt-n-6,
.my-n-6 {
  margin-top: 4.5rem !important;
}

.mr-n-6,
.mx-n-6 {
  margin-right: 4.5rem !important;
}

.mb-n-6,
.my-n-6 {
  margin-bottom: 4.5rem !important;
}

.ml-n-6,
.mx-n-6 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n6 {
  margin: -4.5rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important;
}

.m-n7 {
  margin: -6rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -6rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important;
}

.m-n8 {
  margin: -8rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -8rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -8rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -8rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -8rem !important;
}

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

.mt-n9,
.my-n9 {
  margin-top: -10rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -10rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -10rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -10rem !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;
  }
  .m-sm--9 {
    margin: -10rem !important;
  }
  .mt-sm--9,
  .my-sm--9 {
    margin-top: -10rem !important;
  }
  .mr-sm--9,
  .mx-sm--9 {
    margin-right: -10rem !important;
  }
  .mb-sm--9,
  .my-sm--9 {
    margin-bottom: -10rem !important;
  }
  .ml-sm--9,
  .mx-sm--9 {
    margin-left: -10rem !important;
  }
  .m-sm--8 {
    margin: -8rem !important;
  }
  .mt-sm--8,
  .my-sm--8 {
    margin-top: -8rem !important;
  }
  .mr-sm--8,
  .mx-sm--8 {
    margin-right: -8rem !important;
  }
  .mb-sm--8,
  .my-sm--8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm--8,
  .mx-sm--8 {
    margin-left: -8rem !important;
  }
  .m-sm--7 {
    margin: -6rem !important;
  }
  .mt-sm--7,
  .my-sm--7 {
    margin-top: -6rem !important;
  }
  .mr-sm--7,
  .mx-sm--7 {
    margin-right: -6rem !important;
  }
  .mb-sm--7,
  .my-sm--7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm--7,
  .mx-sm--7 {
    margin-left: -6rem !important;
  }
  .m-sm--6 {
    margin: -4.5rem !important;
  }
  .mt-sm--6,
  .my-sm--6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm--6,
  .mx-sm--6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm--6,
  .my-sm--6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm--6,
  .mx-sm--6 {
    margin-left: -4.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;
  }
  .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--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--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--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-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 8rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8rem !important;
  }
  .m-sm-9 {
    margin: 10rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 10rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 10rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 10rem !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;
  }
  .p-sm--9 {
    padding: -10rem !important;
  }
  .pt-sm--9,
  .py-sm--9 {
    padding-top: -10rem !important;
  }
  .pr-sm--9,
  .px-sm--9 {
    padding-right: -10rem !important;
  }
  .pb-sm--9,
  .py-sm--9 {
    padding-bottom: -10rem !important;
  }
  .pl-sm--9,
  .px-sm--9 {
    padding-left: -10rem !important;
  }
  .p-sm--8 {
    padding: -8rem !important;
  }
  .pt-sm--8,
  .py-sm--8 {
    padding-top: -8rem !important;
  }
  .pr-sm--8,
  .px-sm--8 {
    padding-right: -8rem !important;
  }
  .pb-sm--8,
  .py-sm--8 {
    padding-bottom: -8rem !important;
  }
  .pl-sm--8,
  .px-sm--8 {
    padding-left: -8rem !important;
  }
  .p-sm--7 {
    padding: -6rem !important;
  }
  .pt-sm--7,
  .py-sm--7 {
    padding-top: -6rem !important;
  }
  .pr-sm--7,
  .px-sm--7 {
    padding-right: -6rem !important;
  }
  .pb-sm--7,
  .py-sm--7 {
    padding-bottom: -6rem !important;
  }
  .pl-sm--7,
  .px-sm--7 {
    padding-left: -6rem !important;
  }
  .p-sm--6 {
    padding: -4.5rem !important;
  }
  .pt-sm--6,
  .py-sm--6 {
    padding-top: -4.5rem !important;
  }
  .pr-sm--6,
  .px-sm--6 {
    padding-right: -4.5rem !important;
  }
  .pb-sm--6,
  .py-sm--6 {
    padding-bottom: -4.5rem !important;
  }
  .pl-sm--6,
  .px-sm--6 {
    padding-left: -4.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;
  }
  .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--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--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--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-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 8rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8rem !important;
  }
  .p-sm-9 {
    padding: 10rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 10rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 10rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 10rem !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-n-9 {
    margin: 10rem !important;
  }
  .mt-sm-n-9,
  .my-sm-n-9 {
    margin-top: 10rem !important;
  }
  .mr-sm-n-9,
  .mx-sm-n-9 {
    margin-right: 10rem !important;
  }
  .mb-sm-n-9,
  .my-sm-n-9 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-n-9,
  .mx-sm-n-9 {
    margin-left: 10rem !important;
  }
  .m-sm-n-8 {
    margin: 8rem !important;
  }
  .mt-sm-n-8,
  .my-sm-n-8 {
    margin-top: 8rem !important;
  }
  .mr-sm-n-8,
  .mx-sm-n-8 {
    margin-right: 8rem !important;
  }
  .mb-sm-n-8,
  .my-sm-n-8 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-n-8,
  .mx-sm-n-8 {
    margin-left: 8rem !important;
  }
  .m-sm-n-7 {
    margin: 6rem !important;
  }
  .mt-sm-n-7,
  .my-sm-n-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-n-7,
  .mx-sm-n-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-n-7,
  .my-sm-n-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-n-7,
  .mx-sm-n-7 {
    margin-left: 6rem !important;
  }
  .m-sm-n-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-n-6,
  .my-sm-n-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-n-6,
  .mx-sm-n-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-n-6,
  .my-sm-n-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-n-6,
  .mx-sm-n-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-n-5 {
    margin: 3rem !important;
  }
  .mt-sm-n-5,
  .my-sm-n-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-n-5,
  .mx-sm-n-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-n-5,
  .my-sm-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-n-5,
  .mx-sm-n-5 {
    margin-left: 3rem !important;
  }
  .m-sm-n-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-n-4,
  .my-sm-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-n-4,
  .mx-sm-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-n-4,
  .my-sm-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-n-4,
  .mx-sm-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-n-3 {
    margin: 1rem !important;
  }
  .mt-sm-n-3,
  .my-sm-n-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-n-3,
  .mx-sm-n-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-n-3,
  .my-sm-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-n-3,
  .mx-sm-n-3 {
    margin-left: 1rem !important;
  }
  .m-sm-n-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-n-2,
  .my-sm-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-n-2,
  .mx-sm-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-n-2,
  .my-sm-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-n-2,
  .mx-sm-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-n-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-n-1,
  .my-sm-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-n-1,
  .mx-sm-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-n-1,
  .my-sm-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-n-1,
  .mx-sm-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-n6 {
    margin: -4.5rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important;
  }
  .m-sm-n7 {
    margin: -6rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important;
  }
  .m-sm-n8 {
    margin: -8rem !important;
  }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8rem !important;
  }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8rem !important;
  }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8rem !important;
  }
  .m-sm-n9 {
    margin: -10rem !important;
  }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -10rem !important;
  }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -10rem !important;
  }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -10rem !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;
  }
  .m-md--9 {
    margin: -10rem !important;
  }
  .mt-md--9,
  .my-md--9 {
    margin-top: -10rem !important;
  }
  .mr-md--9,
  .mx-md--9 {
    margin-right: -10rem !important;
  }
  .mb-md--9,
  .my-md--9 {
    margin-bottom: -10rem !important;
  }
  .ml-md--9,
  .mx-md--9 {
    margin-left: -10rem !important;
  }
  .m-md--8 {
    margin: -8rem !important;
  }
  .mt-md--8,
  .my-md--8 {
    margin-top: -8rem !important;
  }
  .mr-md--8,
  .mx-md--8 {
    margin-right: -8rem !important;
  }
  .mb-md--8,
  .my-md--8 {
    margin-bottom: -8rem !important;
  }
  .ml-md--8,
  .mx-md--8 {
    margin-left: -8rem !important;
  }
  .m-md--7 {
    margin: -6rem !important;
  }
  .mt-md--7,
  .my-md--7 {
    margin-top: -6rem !important;
  }
  .mr-md--7,
  .mx-md--7 {
    margin-right: -6rem !important;
  }
  .mb-md--7,
  .my-md--7 {
    margin-bottom: -6rem !important;
  }
  .ml-md--7,
  .mx-md--7 {
    margin-left: -6rem !important;
  }
  .m-md--6 {
    margin: -4.5rem !important;
  }
  .mt-md--6,
  .my-md--6 {
    margin-top: -4.5rem !important;
  }
  .mr-md--6,
  .mx-md--6 {
    margin-right: -4.5rem !important;
  }
  .mb-md--6,
  .my-md--6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md--6,
  .mx-md--6 {
    margin-left: -4.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;
  }
  .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--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--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--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-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 8rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8rem !important;
  }
  .m-md-9 {
    margin: 10rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 10rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 10rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 10rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 10rem !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;
  }
  .p-md--9 {
    padding: -10rem !important;
  }
  .pt-md--9,
  .py-md--9 {
    padding-top: -10rem !important;
  }
  .pr-md--9,
  .px-md--9 {
    padding-right: -10rem !important;
  }
  .pb-md--9,
  .py-md--9 {
    padding-bottom: -10rem !important;
  }
  .pl-md--9,
  .px-md--9 {
    padding-left: -10rem !important;
  }
  .p-md--8 {
    padding: -8rem !important;
  }
  .pt-md--8,
  .py-md--8 {
    padding-top: -8rem !important;
  }
  .pr-md--8,
  .px-md--8 {
    padding-right: -8rem !important;
  }
  .pb-md--8,
  .py-md--8 {
    padding-bottom: -8rem !important;
  }
  .pl-md--8,
  .px-md--8 {
    padding-left: -8rem !important;
  }
  .p-md--7 {
    padding: -6rem !important;
  }
  .pt-md--7,
  .py-md--7 {
    padding-top: -6rem !important;
  }
  .pr-md--7,
  .px-md--7 {
    padding-right: -6rem !important;
  }
  .pb-md--7,
  .py-md--7 {
    padding-bottom: -6rem !important;
  }
  .pl-md--7,
  .px-md--7 {
    padding-left: -6rem !important;
  }
  .p-md--6 {
    padding: -4.5rem !important;
  }
  .pt-md--6,
  .py-md--6 {
    padding-top: -4.5rem !important;
  }
  .pr-md--6,
  .px-md--6 {
    padding-right: -4.5rem !important;
  }
  .pb-md--6,
  .py-md--6 {
    padding-bottom: -4.5rem !important;
  }
  .pl-md--6,
  .px-md--6 {
    padding-left: -4.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;
  }
  .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--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--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--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-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 8rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8rem !important;
  }
  .p-md-9 {
    padding: 10rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 10rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 10rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 10rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 10rem !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-n-9 {
    margin: 10rem !important;
  }
  .mt-md-n-9,
  .my-md-n-9 {
    margin-top: 10rem !important;
  }
  .mr-md-n-9,
  .mx-md-n-9 {
    margin-right: 10rem !important;
  }
  .mb-md-n-9,
  .my-md-n-9 {
    margin-bottom: 10rem !important;
  }
  .ml-md-n-9,
  .mx-md-n-9 {
    margin-left: 10rem !important;
  }
  .m-md-n-8 {
    margin: 8rem !important;
  }
  .mt-md-n-8,
  .my-md-n-8 {
    margin-top: 8rem !important;
  }
  .mr-md-n-8,
  .mx-md-n-8 {
    margin-right: 8rem !important;
  }
  .mb-md-n-8,
  .my-md-n-8 {
    margin-bottom: 8rem !important;
  }
  .ml-md-n-8,
  .mx-md-n-8 {
    margin-left: 8rem !important;
  }
  .m-md-n-7 {
    margin: 6rem !important;
  }
  .mt-md-n-7,
  .my-md-n-7 {
    margin-top: 6rem !important;
  }
  .mr-md-n-7,
  .mx-md-n-7 {
    margin-right: 6rem !important;
  }
  .mb-md-n-7,
  .my-md-n-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-n-7,
  .mx-md-n-7 {
    margin-left: 6rem !important;
  }
  .m-md-n-6 {
    margin: 4.5rem !important;
  }
  .mt-md-n-6,
  .my-md-n-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-n-6,
  .mx-md-n-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-n-6,
  .my-md-n-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-n-6,
  .mx-md-n-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-n-5 {
    margin: 3rem !important;
  }
  .mt-md-n-5,
  .my-md-n-5 {
    margin-top: 3rem !important;
  }
  .mr-md-n-5,
  .mx-md-n-5 {
    margin-right: 3rem !important;
  }
  .mb-md-n-5,
  .my-md-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-n-5,
  .mx-md-n-5 {
    margin-left: 3rem !important;
  }
  .m-md-n-4 {
    margin: 1.5rem !important;
  }
  .mt-md-n-4,
  .my-md-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-n-4,
  .mx-md-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-n-4,
  .my-md-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-n-4,
  .mx-md-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-n-3 {
    margin: 1rem !important;
  }
  .mt-md-n-3,
  .my-md-n-3 {
    margin-top: 1rem !important;
  }
  .mr-md-n-3,
  .mx-md-n-3 {
    margin-right: 1rem !important;
  }
  .mb-md-n-3,
  .my-md-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-n-3,
  .mx-md-n-3 {
    margin-left: 1rem !important;
  }
  .m-md-n-2 {
    margin: 0.5rem !important;
  }
  .mt-md-n-2,
  .my-md-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-n-2,
  .mx-md-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-n-2,
  .my-md-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-n-2,
  .mx-md-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-n-1 {
    margin: 0.25rem !important;
  }
  .mt-md-n-1,
  .my-md-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-n-1,
  .mx-md-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-n-1,
  .my-md-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-n-1,
  .mx-md-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-n6 {
    margin: -4.5rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important;
  }
  .m-md-n7 {
    margin: -6rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important;
  }
  .m-md-n8 {
    margin: -8rem !important;
  }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8rem !important;
  }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8rem !important;
  }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8rem !important;
  }
  .m-md-n9 {
    margin: -10rem !important;
  }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -10rem !important;
  }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -10rem !important;
  }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -10rem !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;
  }
  .m-lg--9 {
    margin: -10rem !important;
  }
  .mt-lg--9,
  .my-lg--9 {
    margin-top: -10rem !important;
  }
  .mr-lg--9,
  .mx-lg--9 {
    margin-right: -10rem !important;
  }
  .mb-lg--9,
  .my-lg--9 {
    margin-bottom: -10rem !important;
  }
  .ml-lg--9,
  .mx-lg--9 {
    margin-left: -10rem !important;
  }
  .m-lg--8 {
    margin: -8rem !important;
  }
  .mt-lg--8,
  .my-lg--8 {
    margin-top: -8rem !important;
  }
  .mr-lg--8,
  .mx-lg--8 {
    margin-right: -8rem !important;
  }
  .mb-lg--8,
  .my-lg--8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg--8,
  .mx-lg--8 {
    margin-left: -8rem !important;
  }
  .m-lg--7 {
    margin: -6rem !important;
  }
  .mt-lg--7,
  .my-lg--7 {
    margin-top: -6rem !important;
  }
  .mr-lg--7,
  .mx-lg--7 {
    margin-right: -6rem !important;
  }
  .mb-lg--7,
  .my-lg--7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg--7,
  .mx-lg--7 {
    margin-left: -6rem !important;
  }
  .m-lg--6 {
    margin: -4.5rem !important;
  }
  .mt-lg--6,
  .my-lg--6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg--6,
  .mx-lg--6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg--6,
  .my-lg--6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg--6,
  .mx-lg--6 {
    margin-left: -4.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;
  }
  .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--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--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--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-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 8rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8rem !important;
  }
  .m-lg-9 {
    margin: 10rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 10rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 10rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 10rem !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;
  }
  .p-lg--9 {
    padding: -10rem !important;
  }
  .pt-lg--9,
  .py-lg--9 {
    padding-top: -10rem !important;
  }
  .pr-lg--9,
  .px-lg--9 {
    padding-right: -10rem !important;
  }
  .pb-lg--9,
  .py-lg--9 {
    padding-bottom: -10rem !important;
  }
  .pl-lg--9,
  .px-lg--9 {
    padding-left: -10rem !important;
  }
  .p-lg--8 {
    padding: -8rem !important;
  }
  .pt-lg--8,
  .py-lg--8 {
    padding-top: -8rem !important;
  }
  .pr-lg--8,
  .px-lg--8 {
    padding-right: -8rem !important;
  }
  .pb-lg--8,
  .py-lg--8 {
    padding-bottom: -8rem !important;
  }
  .pl-lg--8,
  .px-lg--8 {
    padding-left: -8rem !important;
  }
  .p-lg--7 {
    padding: -6rem !important;
  }
  .pt-lg--7,
  .py-lg--7 {
    padding-top: -6rem !important;
  }
  .pr-lg--7,
  .px-lg--7 {
    padding-right: -6rem !important;
  }
  .pb-lg--7,
  .py-lg--7 {
    padding-bottom: -6rem !important;
  }
  .pl-lg--7,
  .px-lg--7 {
    padding-left: -6rem !important;
  }
  .p-lg--6 {
    padding: -4.5rem !important;
  }
  .pt-lg--6,
  .py-lg--6 {
    padding-top: -4.5rem !important;
  }
  .pr-lg--6,
  .px-lg--6 {
    padding-right: -4.5rem !important;
  }
  .pb-lg--6,
  .py-lg--6 {
    padding-bottom: -4.5rem !important;
  }
  .pl-lg--6,
  .px-lg--6 {
    padding-left: -4.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;
  }
  .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--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--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--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-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 8rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8rem !important;
  }
  .p-lg-9 {
    padding: 10rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 10rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 10rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 10rem !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-n-9 {
    margin: 10rem !important;
  }
  .mt-lg-n-9,
  .my-lg-n-9 {
    margin-top: 10rem !important;
  }
  .mr-lg-n-9,
  .mx-lg-n-9 {
    margin-right: 10rem !important;
  }
  .mb-lg-n-9,
  .my-lg-n-9 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-n-9,
  .mx-lg-n-9 {
    margin-left: 10rem !important;
  }
  .m-lg-n-8 {
    margin: 8rem !important;
  }
  .mt-lg-n-8,
  .my-lg-n-8 {
    margin-top: 8rem !important;
  }
  .mr-lg-n-8,
  .mx-lg-n-8 {
    margin-right: 8rem !important;
  }
  .mb-lg-n-8,
  .my-lg-n-8 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-n-8,
  .mx-lg-n-8 {
    margin-left: 8rem !important;
  }
  .m-lg-n-7 {
    margin: 6rem !important;
  }
  .mt-lg-n-7,
  .my-lg-n-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-n-7,
  .mx-lg-n-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-n-7,
  .my-lg-n-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-n-7,
  .mx-lg-n-7 {
    margin-left: 6rem !important;
  }
  .m-lg-n-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-n-6,
  .my-lg-n-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-n-6,
  .mx-lg-n-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-n-6,
  .my-lg-n-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-n-6,
  .mx-lg-n-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-n-5 {
    margin: 3rem !important;
  }
  .mt-lg-n-5,
  .my-lg-n-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-n-5,
  .mx-lg-n-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-n-5,
  .my-lg-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-n-5,
  .mx-lg-n-5 {
    margin-left: 3rem !important;
  }
  .m-lg-n-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-n-4,
  .my-lg-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-n-4,
  .mx-lg-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-n-4,
  .my-lg-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-n-4,
  .mx-lg-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-n-3 {
    margin: 1rem !important;
  }
  .mt-lg-n-3,
  .my-lg-n-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-n-3,
  .mx-lg-n-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-n-3,
  .my-lg-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-n-3,
  .mx-lg-n-3 {
    margin-left: 1rem !important;
  }
  .m-lg-n-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-n-2,
  .my-lg-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-n-2,
  .mx-lg-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-n-2,
  .my-lg-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-n-2,
  .mx-lg-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-n-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-n-1,
  .my-lg-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-n-1,
  .mx-lg-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-n-1,
  .my-lg-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-n-1,
  .mx-lg-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-n6 {
    margin: -4.5rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important;
  }
  .m-lg-n7 {
    margin: -6rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important;
  }
  .m-lg-n8 {
    margin: -8rem !important;
  }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8rem !important;
  }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8rem !important;
  }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8rem !important;
  }
  .m-lg-n9 {
    margin: -10rem !important;
  }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -10rem !important;
  }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -10rem !important;
  }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -10rem !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;
  }
  .m-xl--9 {
    margin: -10rem !important;
  }
  .mt-xl--9,
  .my-xl--9 {
    margin-top: -10rem !important;
  }
  .mr-xl--9,
  .mx-xl--9 {
    margin-right: -10rem !important;
  }
  .mb-xl--9,
  .my-xl--9 {
    margin-bottom: -10rem !important;
  }
  .ml-xl--9,
  .mx-xl--9 {
    margin-left: -10rem !important;
  }
  .m-xl--8 {
    margin: -8rem !important;
  }
  .mt-xl--8,
  .my-xl--8 {
    margin-top: -8rem !important;
  }
  .mr-xl--8,
  .mx-xl--8 {
    margin-right: -8rem !important;
  }
  .mb-xl--8,
  .my-xl--8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl--8,
  .mx-xl--8 {
    margin-left: -8rem !important;
  }
  .m-xl--7 {
    margin: -6rem !important;
  }
  .mt-xl--7,
  .my-xl--7 {
    margin-top: -6rem !important;
  }
  .mr-xl--7,
  .mx-xl--7 {
    margin-right: -6rem !important;
  }
  .mb-xl--7,
  .my-xl--7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl--7,
  .mx-xl--7 {
    margin-left: -6rem !important;
  }
  .m-xl--6 {
    margin: -4.5rem !important;
  }
  .mt-xl--6,
  .my-xl--6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl--6,
  .mx-xl--6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl--6,
  .my-xl--6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl--6,
  .mx-xl--6 {
    margin-left: -4.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;
  }
  .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--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--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--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-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 8rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8rem !important;
  }
  .m-xl-9 {
    margin: 10rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 10rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 10rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 10rem !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;
  }
  .p-xl--9 {
    padding: -10rem !important;
  }
  .pt-xl--9,
  .py-xl--9 {
    padding-top: -10rem !important;
  }
  .pr-xl--9,
  .px-xl--9 {
    padding-right: -10rem !important;
  }
  .pb-xl--9,
  .py-xl--9 {
    padding-bottom: -10rem !important;
  }
  .pl-xl--9,
  .px-xl--9 {
    padding-left: -10rem !important;
  }
  .p-xl--8 {
    padding: -8rem !important;
  }
  .pt-xl--8,
  .py-xl--8 {
    padding-top: -8rem !important;
  }
  .pr-xl--8,
  .px-xl--8 {
    padding-right: -8rem !important;
  }
  .pb-xl--8,
  .py-xl--8 {
    padding-bottom: -8rem !important;
  }
  .pl-xl--8,
  .px-xl--8 {
    padding-left: -8rem !important;
  }
  .p-xl--7 {
    padding: -6rem !important;
  }
  .pt-xl--7,
  .py-xl--7 {
    padding-top: -6rem !important;
  }
  .pr-xl--7,
  .px-xl--7 {
    padding-right: -6rem !important;
  }
  .pb-xl--7,
  .py-xl--7 {
    padding-bottom: -6rem !important;
  }
  .pl-xl--7,
  .px-xl--7 {
    padding-left: -6rem !important;
  }
  .p-xl--6 {
    padding: -4.5rem !important;
  }
  .pt-xl--6,
  .py-xl--6 {
    padding-top: -4.5rem !important;
  }
  .pr-xl--6,
  .px-xl--6 {
    padding-right: -4.5rem !important;
  }
  .pb-xl--6,
  .py-xl--6 {
    padding-bottom: -4.5rem !important;
  }
  .pl-xl--6,
  .px-xl--6 {
    padding-left: -4.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;
  }
  .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--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--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--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-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 8rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8rem !important;
  }
  .p-xl-9 {
    padding: 10rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 10rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 10rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 10rem !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-n-9 {
    margin: 10rem !important;
  }
  .mt-xl-n-9,
  .my-xl-n-9 {
    margin-top: 10rem !important;
  }
  .mr-xl-n-9,
  .mx-xl-n-9 {
    margin-right: 10rem !important;
  }
  .mb-xl-n-9,
  .my-xl-n-9 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-n-9,
  .mx-xl-n-9 {
    margin-left: 10rem !important;
  }
  .m-xl-n-8 {
    margin: 8rem !important;
  }
  .mt-xl-n-8,
  .my-xl-n-8 {
    margin-top: 8rem !important;
  }
  .mr-xl-n-8,
  .mx-xl-n-8 {
    margin-right: 8rem !important;
  }
  .mb-xl-n-8,
  .my-xl-n-8 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-n-8,
  .mx-xl-n-8 {
    margin-left: 8rem !important;
  }
  .m-xl-n-7 {
    margin: 6rem !important;
  }
  .mt-xl-n-7,
  .my-xl-n-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-n-7,
  .mx-xl-n-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-n-7,
  .my-xl-n-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-n-7,
  .mx-xl-n-7 {
    margin-left: 6rem !important;
  }
  .m-xl-n-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-n-6,
  .my-xl-n-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-n-6,
  .mx-xl-n-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-n-6,
  .my-xl-n-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-n-6,
  .mx-xl-n-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-n-5 {
    margin: 3rem !important;
  }
  .mt-xl-n-5,
  .my-xl-n-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-n-5,
  .mx-xl-n-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-n-5,
  .my-xl-n-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-n-5,
  .mx-xl-n-5 {
    margin-left: 3rem !important;
  }
  .m-xl-n-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-n-4,
  .my-xl-n-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-n-4,
  .mx-xl-n-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-n-4,
  .my-xl-n-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-n-4,
  .mx-xl-n-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-n-3 {
    margin: 1rem !important;
  }
  .mt-xl-n-3,
  .my-xl-n-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-n-3,
  .mx-xl-n-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-n-3,
  .my-xl-n-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-n-3,
  .mx-xl-n-3 {
    margin-left: 1rem !important;
  }
  .m-xl-n-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-n-2,
  .my-xl-n-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-n-2,
  .mx-xl-n-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-n-2,
  .my-xl-n-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-n-2,
  .mx-xl-n-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-n-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-n-1,
  .my-xl-n-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-n-1,
  .mx-xl-n-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-n-1,
  .my-xl-n-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-n-1,
  .mx-xl-n-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-n6 {
    margin: -4.5rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important;
  }
  .m-xl-n7 {
    margin: -6rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important;
  }
  .m-xl-n8 {
    margin: -8rem !important;
  }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8rem !important;
  }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8rem !important;
  }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8rem !important;
  }
  .m-xl-n9 {
    margin: -10rem !important;
  }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -10rem !important;
  }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -10rem !important;
  }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -10rem !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;
  }
}
.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;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.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: 600 !important;
}

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

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

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #2e591c !important;
}

.text-success {
  color: #2dce89 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #1f8f5f !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0b90a8 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ea3005 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #d40b33 !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #838f9b !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: black !important;
}

.text-default {
  color: #172b4d !important;
}

a.text-default:hover,
a.text-default:focus {
  color: #050a12 !important;
}

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

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-neutral {
  color: #fff !important;
}

a.text-neutral:hover,
a.text-neutral:focus {
  color: #d9d9d9 !important;
}

.text-darker {
  color: black !important;
}

a.text-darker:hover,
a.text-darker:focus {
  color: black !important;
}

.text-body {
  color: #525f7f !important;
}

.text-muted {
  color: #212529 !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;
  border: 0;
  background-color: transparent;
  text-shadow: none;
}

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn):not(.nav-link-tab) {
    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;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a4;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !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: #e9ecef;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef;
  }
}
.alert {
  font-size: 0.875rem;
}

.alert-heading {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-top: 0.15rem;
}

.alert-icon {
  font-size: 1.25rem;
  display: inline-block;
  margin-right: 1.25rem;
  vertical-align: middle;
}

.alert-icon i.ni {
  position: relative;
  top: 2px;
}

.alert-text {
  display: inline-block;
  vertical-align: middle;
}

[class*=alert-] .alert-link {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.alert-dismissible .close {
  top: 50%;
  right: 1.5rem;
  padding: 0;
  transform: translateY(-50%);
  opacity: 1;
}

@media (max-width: 575.98px) {
  .alert-dismissible .close {
    top: 1rem;
    right: 0.5rem;
  }
}
.alert-dismissible .close > span:not(.sr-only) {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}

.alert-dismissible .close:hover > span:not(.sr-only),
.alert-dismissible .close:focus > span:not(.sr-only) {
  color: white;
  background-color: transparent;
}

.alert-secondary .close > span:not(.sr-only) {
  color: rgba(23, 43, 77, 0.6);
}

.alert-secondary .close:hover > span:not(.sr-only),
.alert-secondary .close:focus > span:not(.sr-only) {
  color: #172b4d;
}

.avatar {
  font-size: 1rem;
  display: inline-flex;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 0.375rem;
  background-color: #adb5bd;
  align-items: center;
  justify-content: center;
}

.avatar img {
  width: 100%;
  border-radius: 0.375rem;
}

.avatar + .avatar-content {
  display: inline-block;
  margin-left: 0.75rem;
}

.avatar-lg {
  font-size: 0.875rem;
  width: 58px;
  height: 58px;
}

.avatar-sm {
  font-size: 0.875rem;
  width: 36px;
  height: 36px;
}

.avatar-group .avatar {
  position: relative;
  z-index: 2;
  border: 2px solid #fff;
}

.avatar-group .avatar:hover {
  z-index: 3;
}

.avatar-group .avatar + .avatar {
  margin-left: -1rem;
}

.badge {
  text-transform: uppercase;
}

.badge a {
  color: #fff;
}

.badge-md {
  padding: 0.65em 1em;
}

.badge-lg {
  padding: 0.85em 1.375em;
}

.badge-inline {
  margin-right: 0.625rem;
}

.badge-inline + span {
  position: relative;
  top: 2px;
}

.badge-inline + span > a {
  text-decoration: underline;
}

.badge-default {
  color: #fff;
}

.badge-secondary {
  color: #212529;
  background-color: #f7fafc;
}

.btn .badge:not(:first-child) {
  margin-left: 0.5rem;
}

.btn .badge:not(:last-child) {
  margin-right: 0.5rem;
}

.badge-circle {
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0 !important;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.badge-circle.badge-md {
  width: 1.5rem;
  height: 1.5rem;
}

.badge-circle.badge-lg {
  width: 2rem;
  height: 2rem;
}

.badge-dot {
  font-size: 0.875rem;
  font-weight: 400;
  padding-right: 0;
  padding-left: 0;
  text-transform: none;
  background: transparent;
}

.badge-dot strong {
  color: #32325d;
}

.badge-dot i {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.375rem;
  vertical-align: middle;
  border-radius: 50%;
}

.badge-dot.badge-md i {
  width: 0.5rem;
  height: 0.5rem;
}

.badge-dot.badge-lg i {
  width: 0.625rem;
  height: 0.625rem;
}

.btn {
  /*position: relative;
  height: max-content;*/
  /*transition: all .15s ease;*/
  letter-spacing: 0.025em;
  text-transform: none;
  /*will-change: transform;*/
}

/*.btn:not(:last-child) {
    margin-right: .5rem;
}*/
.btn i:not(:first-child),
.btn svg:not(:first-child) {
  margin-left: 0.5rem;
}

.btn i:not(:last-child),
.btn svg:not(:last-child) {
  margin-right: 0.5rem;
}

.btn-group .btn,
.input-group .btn {
  margin-right: 0;
  transform: translateY(0);
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.75rem;
  min-height: 28px;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 0.875rem;
}

[class*=btn-outline-] {
  border-width: 1px;
}

.btn-outline-secondary {
  color: #4385b1;
}

.btn-inner--icon i:not(.fas):not(.fab) {
  position: relative;
  top: 2px;
}

.btn-link {
  font-weight: 600;
  box-shadow: none;
}

.btn-link:hover {
  transform: none;
  box-shadow: none;
}

.btn-neutral {
  color: #095b12;
}

.btn-facebook {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-facebook:hover {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

.btn-facebook:focus,
.btn-facebook.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(59, 89, 153, 0.5);
}

.btn-facebook.disabled,
.btn-facebook:disabled {
  color: #fff;
  border-color: #3b5999;
  background-color: #3b5999;
}

.btn-facebook:not(:disabled):not(.disabled):active,
.btn-facebook:not(:disabled):not(.disabled).active,
.show > .btn-facebook.dropdown-toggle {
  color: #fff;
  border-color: #3b5999;
  background-color: #2d4474;
}

.btn-facebook:not(:disabled):not(.disabled):active:focus,
.btn-facebook:not(:disabled):not(.disabled).active:focus,
.show > .btn-facebook.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(59, 89, 153, 0.5);
}

.btn-twitter {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-twitter:hover {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.btn-twitter:focus,
.btn-twitter.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(29, 161, 242, 0.5);
}

.btn-twitter.disabled,
.btn-twitter:disabled {
  color: #fff;
  border-color: #1da1f2;
  background-color: #1da1f2;
}

.btn-twitter:not(:disabled):not(.disabled):active,
.btn-twitter:not(:disabled):not(.disabled).active,
.show > .btn-twitter.dropdown-toggle {
  color: #fff;
  border-color: #1da1f2;
  background-color: #0c85d0;
}

.btn-twitter:not(:disabled):not(.disabled):active:focus,
.btn-twitter:not(:disabled):not(.disabled).active:focus,
.show > .btn-twitter.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(29, 161, 242, 0.5);
}

.btn-google-plus {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-google-plus:hover {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.btn-google-plus:focus,
.btn-google-plus.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(221, 75, 57, 0.5);
}

.btn-google-plus.disabled,
.btn-google-plus:disabled {
  color: #fff;
  border-color: #dd4b39;
  background-color: #dd4b39;
}

.btn-google-plus:not(:disabled):not(.disabled):active,
.btn-google-plus:not(:disabled):not(.disabled).active,
.show > .btn-google-plus.dropdown-toggle {
  color: #fff;
  border-color: #dd4b39;
  background-color: #c23321;
}

.btn-google-plus:not(:disabled):not(.disabled):active:focus,
.btn-google-plus:not(:disabled):not(.disabled).active:focus,
.show > .btn-google-plus.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(221, 75, 57, 0.5);
}

.btn-instagram {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-instagram:hover {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

.btn-instagram:focus,
.btn-instagram.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(228, 64, 95, 0.5);
}

.btn-instagram.disabled,
.btn-instagram:disabled {
  color: #fff;
  border-color: #e4405f;
  background-color: #e4405f;
}

.btn-instagram:not(:disabled):not(.disabled):active,
.btn-instagram:not(:disabled):not(.disabled).active,
.show > .btn-instagram.dropdown-toggle {
  color: #fff;
  border-color: #e4405f;
  background-color: #d31e40;
}

.btn-instagram:not(:disabled):not(.disabled):active:focus,
.btn-instagram:not(:disabled):not(.disabled).active:focus,
.show > .btn-instagram.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(228, 64, 95, 0.5);
}

.btn-pinterest {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-pinterest:hover {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

.btn-pinterest:focus,
.btn-pinterest.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(189, 8, 28, 0.5);
}

.btn-pinterest.disabled,
.btn-pinterest:disabled {
  color: #fff;
  border-color: #bd081c;
  background-color: #bd081c;
}

.btn-pinterest:not(:disabled):not(.disabled):active,
.btn-pinterest:not(:disabled):not(.disabled).active,
.show > .btn-pinterest.dropdown-toggle {
  color: #fff;
  border-color: #bd081c;
  background-color: #8c0615;
}

.btn-pinterest:not(:disabled):not(.disabled):active:focus,
.btn-pinterest:not(:disabled):not(.disabled).active:focus,
.show > .btn-pinterest.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(189, 8, 28, 0.5);
}

.btn-youtube {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-youtube:hover {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

.btn-youtube:focus,
.btn-youtube.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(205, 32, 31, 0.5);
}

.btn-youtube.disabled,
.btn-youtube:disabled {
  color: #fff;
  border-color: #cd201f;
  background-color: #cd201f;
}

.btn-youtube:not(:disabled):not(.disabled):active,
.btn-youtube:not(:disabled):not(.disabled).active,
.show > .btn-youtube.dropdown-toggle {
  color: #fff;
  border-color: #cd201f;
  background-color: #a11918;
}

.btn-youtube:not(:disabled):not(.disabled):active:focus,
.btn-youtube:not(:disabled):not(.disabled).active:focus,
.show > .btn-youtube.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(205, 32, 31, 0.5);
}

.btn-slack {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-slack:hover {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

.btn-slack:focus,
.btn-slack.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(58, 175, 133, 0.5);
}

.btn-slack.disabled,
.btn-slack:disabled {
  color: #fff;
  border-color: #3aaf85;
  background-color: #3aaf85;
}

.btn-slack:not(:disabled):not(.disabled):active,
.btn-slack:not(:disabled):not(.disabled).active,
.show > .btn-slack.dropdown-toggle {
  color: #fff;
  border-color: #3aaf85;
  background-color: #2d8968;
}

.btn-slack:not(:disabled):not(.disabled):active:focus,
.btn-slack:not(:disabled):not(.disabled).active:focus,
.show > .btn-slack.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(58, 175, 133, 0.5);
}

.btn-dribbble {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-dribbble:hover {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.btn-dribbble:focus,
.btn-dribbble.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(234, 76, 137, 0.5);
}

.btn-dribbble.disabled,
.btn-dribbble:disabled {
  color: #fff;
  border-color: #ea4c89;
  background-color: #ea4c89;
}

.btn-dribbble:not(:disabled):not(.disabled):active,
.btn-dribbble:not(:disabled):not(.disabled).active,
.show > .btn-dribbble.dropdown-toggle {
  color: #fff;
  border-color: #ea4c89;
  background-color: #e51e6b;
}

.btn-dribbble:not(:disabled):not(.disabled):active:focus,
.btn-dribbble:not(:disabled):not(.disabled).active:focus,
.show > .btn-dribbble.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(234, 76, 137, 0.5);
}

.btn-github {
  color: #fff;
  border-color: #222;
  background-color: #222;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-github:hover {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.btn-github:focus,
.btn-github.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(34, 34, 34, 0.5);
}

.btn-github.disabled,
.btn-github:disabled {
  color: #fff;
  border-color: #222;
  background-color: #222;
}

.btn-github:not(:disabled):not(.disabled):active,
.btn-github:not(:disabled):not(.disabled).active,
.show > .btn-github.dropdown-toggle {
  color: #fff;
  border-color: #222;
  background-color: #090909;
}

.btn-github:not(:disabled):not(.disabled):active:focus,
.btn-github:not(:disabled):not(.disabled).active:focus,
.show > .btn-github.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(34, 34, 34, 0.5);
}

.btn-vimeo {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-vimeo:hover {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

.btn-vimeo:focus,
.btn-vimeo.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(4, 160, 240, 0.5);
}

.btn-vimeo.disabled,
.btn-vimeo:disabled {
  color: #fff;
  border-color: #04a0f0;
  background-color: #04a0f0;
}

.btn-vimeo:not(:disabled):not(.disabled):active,
.btn-vimeo:not(:disabled):not(.disabled).active,
.show > .btn-vimeo.dropdown-toggle {
  color: #fff;
  border-color: #04a0f0;
  background-color: #037fbe;
}

.btn-vimeo:not(:disabled):not(.disabled):active:focus,
.btn-vimeo:not(:disabled):not(.disabled).active:focus,
.show > .btn-vimeo.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(4, 160, 240, 0.5);
}

.btn-icon .btn-inner--icon img {
  width: 20px;
}

.btn-icon .btn-inner--text:not(:first-child) {
  margin-left: 0.75em;
}

.btn-icon .btn-inner--text:not(:last-child) {
  margin-right: 0.75em;
}

.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0;
}

a.btn-icon-only {
  line-height: 2.5;
}

.btn-icon-only.btn-sm,
.btn-group-sm > .btn-icon-only.btn {
  width: 2rem;
  height: 2rem;
}

.btn-icon-clipboard {
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25;
  display: inline-block;
  width: 100%;
  margin: 0;
  margin: 0.5rem 0;
  padding: 1.5rem;
  cursor: pointer;
  text-align: left;
  vertical-align: middle;
  text-decoration: none;
  color: #32325d;
  border: 0;
  border-radius: 0.375rem;
  background-color: #f6f9fc;
  -moz-appearance: none;
}

.btn-icon-clipboard:hover {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

.btn-icon-clipboard > div {
  display: flex;
  align-items: center;
}

.btn-icon-clipboard i {
  font-size: 1.5rem;
  box-sizing: content-box;
  vertical-align: middle;
  color: #457332;
}

.btn-icon-clipboard span {
  font-size: 0.875rem;
  line-height: 1.5;
  display: inline-block;
  overflow: hidden;
  margin-left: 16px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.card {
  margin-bottom: 30px;
  /*border: 0;*/
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.card-translucent {
  background-color: rgba(18, 91, 152, 0.08);
}

.card-deck .card {
  margin-bottom: 30px;
}

.card.shadow {
  border: 0 !important;
}

@media (min-width: 576px) {
  .card-columns {
    column-count: 1;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
  }
}
.card-lift--hover:hover {
  transition: all 0.15s ease;
  transform: translateY(-20px);
}

@media (prefers-reduced-motion: reduce) {
  .card-lift--hover:hover {
    transition: none;
  }
}
.card-blockquote {
  position: relative;
  padding: 2rem;
}

.card-blockquote .svg-bg {
  position: absolute;
  top: -94px;
  left: 0;
  display: block;
  width: 100%;
  height: 95px;
}

.card-profile-image {
  position: relative;
}

.card-profile-image img {
  position: absolute;
  left: 50%;
  max-width: 140px;
  transition: all 0.15s ease;
  transform: translate(-50%, -50%) scale(1);
  border: 3px solid #fff;
  border-radius: 0.375rem;
}

.card-profile-image img:hover {
  transform: translate(-50%, -50%) scale(1.03);
}

.card-profile-stats {
  padding: 1rem 0;
}

.card-profile-stats > div {
  margin-right: 1rem;
  padding: 0.875rem;
  text-align: center;
}

.card-profile-stats > div:last-child {
  margin-right: 0;
}

.card-profile-stats > div .heading {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
}

.card-profile-stats > div .description {
  font-size: 0.875rem;
  color: #adb5bd;
}

.card-profile-actions {
  padding: 0.875rem;
}

.card-stats .card-body {
  padding: 1rem 1.5rem;
}

.card-stats .card-status-bullet {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}

.chart {
  position: relative;
  height: 350px;
}

.chart-sm {
  height: 230px;
}

.chart-legend {
  font-size: 0.875rem;
  display: flex;
  margin-top: 2.5rem;
  text-align: center;
  color: #212529;
  justify-content: center;
}

.chart-legend-item {
  display: inline-flex;
  align-items: center;
}

.chart-legend-item + .chart-legend-item {
  margin-left: 1rem;
}

.chart-legend-indicator {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.375rem;
  border-radius: 50%;
}

#chart-tooltip {
  z-index: 0;
}

#chart-tooltip .arrow {
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateX(-0.5rem);
}

.chart-info-overlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5%;
  max-width: 350px;
  padding: 20px;
}

.close {
  transition: all 0.15s ease;
}

.close > span:not(.sr-only) {
  font-size: 1.25rem;
  line-height: 17px;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  transition: all 0.15s ease;
  color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-color: transparent;
}

.close:hover,
.close:focus {
  color: rgba(0, 0, 0, 0.9);
  outline: none;
  background-color: transparent;
}

.close:hover span:not(.sr-only),
.close:focus span:not(.sr-only) {
  background-color: transparent;
}

.accordion .card-header {
  position: relative;
  cursor: pointer;
}

.accordion .card-header:after {
  font: normal normal normal 14px/1 NucleoIcons;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  content: "\ea0f";
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: translateY(-50%);
}

@media (prefers-reduced-motion: reduce) {
  .accordion .card-header:after {
    transition: none;
  }
}
.accordion .card-header[aria-expanded=false]:after {
  content: "\ea0f";
}

.accordion .card-header[aria-expanded=true]:after {
  transform: rotate(180deg);
}

.accordion .card-header[aria-expanded=true] .heading {
  color: #457332;
}

.main-content {
  position: relative;
}

.main-content .navbar-top {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (min-width: 768px) {
  .main-content .container-fluid,
  .main-content .container-sm,
  .main-content .container-md,
  .main-content .container-lg,
  .main-content .container-xl {
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: 0.875rem;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #457332;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='$white-color' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-control-label::before {
  top: 0.25rem;
  left: -1.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 1px solid #dee2e6;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before {
    transition: none;
  }
}
.custom-control-label::after {
  top: 0.25rem;
  left: -1.75rem;
}

.custom-control-label span {
  position: relative;
  top: 2px;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-alternative .custom-control-label::before {
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.custom-control-alternative .custom-control-input:checked ~ .custom-control-label::before {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.custom-control-alternative .custom-control-input:active ~ .custom-control-label::before,
.custom-control-alternative .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.custom-checkbox .custom-control-input ~ .custom-control-label {
  font-size: 0.875rem;
  height: 1rem;
  cursor: pointer;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #457332;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='$white-color' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

.custom-checkbox .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #457332;
  background-color: #457332;
}

.custom-checkbox-primary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #457332;
}

.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f7fafc;
  background-color: #f7fafc;
}

.custom-checkbox-secondary .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f7fafc;
}

.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2dce89;
  background-color: #2dce89;
}

.custom-checkbox-success .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #2dce89;
}

.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #11cdef;
  background-color: #11cdef;
}

.custom-checkbox-info .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #11cdef;
}

.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff8e02;
  background-color: #ff8e02;
}

.custom-checkbox-warning .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #ff8e02;
}

.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #f5365c;
  background-color: #f5365c;
}

.custom-checkbox-danger .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #f5365c;
}

.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #adb5bd;
  background-color: #adb5bd;
}

.custom-checkbox-light .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #adb5bd;
}

.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #212529;
  background-color: #212529;
}

.custom-checkbox-dark .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #212529;
}

.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #172b4d;
  background-color: #172b4d;
}

.custom-checkbox-default .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #172b4d;
}

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

.custom-checkbox-white .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #fff;
  background-color: #fff;
}

.custom-checkbox-neutral .custom-control-input:checked ~ .custom-control-label::after {
  background-image: #fff;
}

.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::before {
  border-color: black;
  background-color: black;
}

.custom-checkbox-darker .custom-control-input:checked ~ .custom-control-label::after {
  background-image: black;
}

.custom-radio .custom-control-input ~ .custom-control-label {
  font-size: 0.875rem;
  height: 1rem;
  cursor: pointer;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #457332;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='$white-color'/></svg>");
}

.custom-radio .custom-control-input:disabled ~ .custom-control-label::before {
  border-color: #e9ecef;
}

.custom-radio .custom-control-input:disabled:checked::before {
  border-color: rgba(94, 114, 228, 0.5);
}

.custom-toggle {
  position: relative;
  display: inherit;
  display: inline-block;
  width: 52px;
  height: 1.5rem;
  margin: 0;
}

.custom-toggle input {
  display: none;
}

.custom-toggle input:checked + .custom-toggle-slider {
  border: 1px solid #457332;
}

.custom-toggle input:checked + .custom-toggle-slider:before {
  transform: translateX(28px);
  background: #457332;
}

.custom-toggle input:disabled + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

.custom-toggle input:disabled:checked + .custom-toggle-slider {
  border: 1px solid #e9ecef;
}

.custom-toggle input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

.custom-toggle-slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  border: 1px solid #ced4da;
  border-radius: 34px !important;
  background-color: transparent;
}

.custom-toggle-slider:before {
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  content: "";
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border-radius: 50% !important;
  background-color: #e9ecef;
}

.custom-toggle-wrapper .custom-toggle + .custom-toggle {
  margin-left: 1rem !important;
}

.custom-toggle input:checked + .custom-toggle-slider:after {
  right: auto;
  left: 0;
  content: attr(data-label-on);
  color: #457332;
}

.custom-toggle-slider:after {
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: hidden;
  min-width: 1.66667rem;
  margin: 0 0.21667rem;
  content: attr(data-label-off);
  transition: all 0.15s ease;
  text-align: center;
  color: #ced4da;
}

@media (prefers-reduced-motion: reduce) {
  .custom-toggle-slider:after {
    transition: none;
  }
}
.custom-toggle-primary input:checked + .custom-toggle-slider {
  border-color: #457332;
}

.custom-toggle-primary input:checked + .custom-toggle-slider:before {
  background: #457332;
}

.custom-toggle-primary input:checked + .custom-toggle-slider:after {
  color: #457332;
}

.custom-toggle-primary input:disabled:checked + .custom-toggle-slider {
  border-color: #457332;
}

.custom-toggle-primary input:disabled:checked + .custom-toggle-slider:before {
  background-color: #8a98eb;
}

.custom-toggle-secondary input:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

.custom-toggle-secondary input:checked + .custom-toggle-slider:before {
  background: #f7fafc;
}

.custom-toggle-secondary input:checked + .custom-toggle-slider:after {
  color: #f7fafc;
}

.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider {
  border-color: #f7fafc;
}

.custom-toggle-secondary input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

.custom-toggle-success input:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

.custom-toggle-success input:checked + .custom-toggle-slider:before {
  background: #2dce89;
}

.custom-toggle-success input:checked + .custom-toggle-slider:after {
  color: #2dce89;
}

.custom-toggle-success input:disabled:checked + .custom-toggle-slider {
  border-color: #2dce89;
}

.custom-toggle-success input:disabled:checked + .custom-toggle-slider:before {
  background-color: #54daa1;
}

.custom-toggle-info input:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

.custom-toggle-info input:checked + .custom-toggle-slider:before {
  background: #11cdef;
}

.custom-toggle-info input:checked + .custom-toggle-slider:after {
  color: #11cdef;
}

.custom-toggle-info input:disabled:checked + .custom-toggle-slider {
  border-color: #11cdef;
}

.custom-toggle-info input:disabled:checked + .custom-toggle-slider:before {
  background-color: #41d7f2;
}

.custom-toggle-warning input:checked + .custom-toggle-slider {
  border-color: #ff8e02;
}

.custom-toggle-warning input:checked + .custom-toggle-slider:before {
  background: #ff8e02;
}

.custom-toggle-warning input:checked + .custom-toggle-slider:after {
  color: #ff8e02;
}

.custom-toggle-warning input:disabled:checked + .custom-toggle-slider {
  border-color: #ff8e02;
}

.custom-toggle-warning input:disabled:checked + .custom-toggle-slider:before {
  background-color: #fc8c72;
}

.custom-toggle-danger input:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

.custom-toggle-danger input:checked + .custom-toggle-slider:before {
  background: #f5365c;
}

.custom-toggle-danger input:checked + .custom-toggle-slider:after {
  color: #f5365c;
}

.custom-toggle-danger input:disabled:checked + .custom-toggle-slider {
  border-color: #f5365c;
}

.custom-toggle-danger input:disabled:checked + .custom-toggle-slider:before {
  background-color: #f76783;
}

.custom-toggle-light input:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

.custom-toggle-light input:checked + .custom-toggle-slider:before {
  background: #adb5bd;
}

.custom-toggle-light input:checked + .custom-toggle-slider:after {
  color: #adb5bd;
}

.custom-toggle-light input:disabled:checked + .custom-toggle-slider {
  border-color: #adb5bd;
}

.custom-toggle-light input:disabled:checked + .custom-toggle-slider:before {
  background-color: #c9cfd4;
}

.custom-toggle-dark input:checked + .custom-toggle-slider {
  border-color: #212529;
}

.custom-toggle-dark input:checked + .custom-toggle-slider:before {
  background: #212529;
}

.custom-toggle-dark input:checked + .custom-toggle-slider:after {
  color: #212529;
}

.custom-toggle-dark input:disabled:checked + .custom-toggle-slider {
  border-color: #212529;
}

.custom-toggle-dark input:disabled:checked + .custom-toggle-slider:before {
  background-color: #383f45;
}

.custom-toggle-default input:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

.custom-toggle-default input:checked + .custom-toggle-slider:before {
  background: #172b4d;
}

.custom-toggle-default input:checked + .custom-toggle-slider:after {
  color: #172b4d;
}

.custom-toggle-default input:disabled:checked + .custom-toggle-slider {
  border-color: #172b4d;
}

.custom-toggle-default input:disabled:checked + .custom-toggle-slider:before {
  background-color: #234174;
}

.custom-toggle-white input:checked + .custom-toggle-slider {
  border-color: #fff;
}

.custom-toggle-white input:checked + .custom-toggle-slider:before {
  background: #fff;
}

.custom-toggle-white input:checked + .custom-toggle-slider:after {
  color: #fff;
}

.custom-toggle-white input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

.custom-toggle-white input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

.custom-toggle-neutral input:checked + .custom-toggle-slider {
  border-color: #fff;
}

.custom-toggle-neutral input:checked + .custom-toggle-slider:before {
  background: #fff;
}

.custom-toggle-neutral input:checked + .custom-toggle-slider:after {
  color: #fff;
}

.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider {
  border-color: #fff;
}

.custom-toggle-neutral input:disabled:checked + .custom-toggle-slider:before {
  background-color: white;
}

.custom-toggle-darker input:checked + .custom-toggle-slider {
  border-color: black;
}

.custom-toggle-darker input:checked + .custom-toggle-slider:before {
  background: black;
}

.custom-toggle-darker input:checked + .custom-toggle-slider:after {
  color: black;
}

.custom-toggle-darker input:disabled:checked + .custom-toggle-slider {
  border-color: black;
}

.custom-toggle-darker input:disabled:checked + .custom-toggle-slider:before {
  background-color: #1a1a1a;
}

.dropdown,
.dropup,
.dropright,
.dropleft {
  display: inline-block;
}

.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

.dropdown-menu .dropdown-item > i,
.dropdown-menu .dropdown-item > svg {
  font-size: 1rem;
  margin-right: 1rem;
  vertical-align: -17%;
}

.dropdown-header {
  font-size: 0.625rem;
  font-weight: 700;
  padding-right: 1rem;
  padding-left: 1rem;
  text-transform: uppercase;
}

.dropdown-menu a.media > div:first-child {
  line-height: 1;
}

.dropdown-menu a.media p {
  color: #212529;
}

.dropdown-menu a.media:hover .heading,
.dropdown-menu a.media:hover p {
  color: #172b4d !important;
}

.dropdown-menu-sm {
  min-width: 100px;
  border: 0.4375rem;
}

.dropdown-menu-lg {
  min-width: 320px;
  border-radius: 0.4375rem;
}

.dropdown-menu-xl {
  min-width: 420px;
  border-radius: 0.4375rem;
}

.footer {
  padding: 0 0 15px 0;
  background: #f8f9fe;
}

.footer .col-footer .heading {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1rem;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #212529;
}

.footer .nav .nav-item .nav-link,
.footer .footer-link {
  color: #212529 !important;
}

.footer .nav .nav-item .nav-link:hover,
.footer .footer-link:hover {
  color: #525f7f !important;
}

.footer .list-unstyled li a {
  font-size: 0.85rem;
  display: inline-block;
  padding: 0.125rem 0;
  color: #212529;
}

.footer .list-unstyled li a:hover {
  color: #525f7f;
}

.footer .copyright {
  font-size: 0.875rem;
}

.footer-dark .col-footer .heading {
  color: #fff;
}

.nav-footer .nav-link {
  font-size: 0.875rem;
}

.nav-footer .nav-item:last-child .nav-link {
  padding-right: 0;
}

.footer.has-cards {
  position: relative;
  overflow: hidden;
  margin-top: -420px;
  padding-top: 500px;
  pointer-events: none;
  background: transparent;
}

.footer.has-cards:before {
  position: absolute;
  top: 600px;
  right: 0;
  left: 0;
  height: 2000px;
  content: "";
  transform: skew(0, -8deg);
  background: #f7fafc;
}

.footer.has-cards .container {
  position: relative;
  pointer-events: auto;
}

.footer-auto-bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.form-control-label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #525f7f;
}

.form-control {
  font-size: 0.875rem;
  height: calc(1.5em + 1.25rem + 5px);
  transition: all 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control:focus::-ms-input-placeholder {
  color: #adb5bd;
}

.form-control:focus::placeholder {
  color: #adb5bd;
}

.form-control-lg {
  height: calc(2.25em + 1.25rem + 5px);
}

.form-control-sm {
  height: calc(0.45em + 1.25rem + 5px);
}

.form-control-flush {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

.form-control-flush:focus {
  border-width: 0;
  background-color: transparent;
  box-shadow: none;
}

textarea[resize=none] {
  resize: none !important;
}

textarea[resize=both] {
  resize: both !important;
}

textarea[resize=vertical] {
  resize: vertical !important;
}

textarea[resize=horizontal] {
  resize: horizontal !important;
}

.form-control-muted {
  border-color: #f7fafe;
  background-color: #f7fafe;
  box-shadow: none;
}

.form-control-muted:focus {
  background-color: #fcfdff;
}

.form-control-alternative {
  transition: box-shadow 0.15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.form-control-alternative:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.form-control-lg,
.input-group-lg .form-control,
.input-group-text {
  font-size: 1rem !important;
}

.custom-control {
  padding-left: 1.75rem;
}

.input-group {
  transition: all 0.15s ease-in-out;
  border-radius: 0.25rem;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .input-group {
    transition: none;
  }
}
.input-group .form-control {
  box-shadow: none;
}

.input-group .form-control:focus {
  box-shadow: none;
}

.input-group-text {
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

@media (prefers-reduced-motion: reduce) {
  .input-group-text {
    transition: none;
  }
}
.input-group-text i {
  font-size: 0.875rem;
}

.input-group-text .custom-control {
  line-height: 1;
}

.input-group-prepend .input-group-text {
  border-right: 0;
}

.input-group-append .input-group-text {
  border-left: 0;
}

.input-group-merge .form-control:not(:first-child) {
  padding-left: 0;
  border-left: 0;
}

.input-group-merge .form-control:not(:last-child) {
  padding-right: 0;
  border-right: 0;
}

.input-group-alternative {
  transition: box-shadow 0.15s ease;
  border: 0;
  box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15), 0 1px 0 rgba(0, 0, 0, 0.02);
}

.input-group-alternative .form-control,
.input-group-alternative .input-group-text {
  border: 0;
  box-shadow: none;
}

.focused .input-group-alternative {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08) !important;
}

.input-group-flush {
  box-shadow: none;
}

.input-group-flush > .form-control {
  padding: 0;
  border-width: 0;
  background-color: transparent;
}

.input-group-flush > .input-group-prepend > .input-group-text,
.input-group-flush > .input-group-append > .input-group-text {
  padding: 0;
  padding-right: 1rem;
  border-width: 0;
  background-color: transparent;
}

.focused .input-group {
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.focused .input-group-text {
  color: #212529;
  border-color: #457332;
  background-color: #fff;
}

.focused .form-control {
  border-color: #457332;
}

.focused .input-group-flush {
  box-shadow: none;
}

.has-success,
.has-danger {
  position: relative;
}

.has-success:after,
.has-danger:after {
  font-family: "NucleoIcons";
  font-size: 9px;
  line-height: 19px;
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
  width: 19px;
  height: 19px;
  transform: translateY(-50%);
  text-align: center;
  opacity: 1;
  border-radius: 50%;
}

.has-success .input-group-prepend .input-group-text,
.has-danger .input-group-prepend .input-group-text {
  border-color: red;
}

.has-success:after {
  content: "\ea26";
  color: #1d8357;
  background-color: #69deac;
}

.has-success .form-control {
  background-color: #fff;
}

.has-success .form-control::-ms-input-placeholder {
  color: #2dce89;
}

.has-success .form-control::placeholder {
  color: #2dce89;
}

.has-danger:after {
  content: "\ea53";
  color: #db2d05;
  background-color: #fda08b;
}

.has-danger .form-control {
  background-color: #fff;
}

.has-danger .form-control::-ms-input-placeholder {
  color: #ff8e02;
}

.has-danger .form-control::placeholder {
  color: #ff8e02;
}

.row-example > .col span,
.row-example > [class^=col-] span {
  font-size: 0.875rem;
  display: block;
  margin: 1rem 0;
  padding: 0.75rem;
  color: #393f49;
  border-radius: 0.25rem;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 0 1px, rgba(0, 0, 0, 0.1) 0 4px 16px;
}

.no-gutters > .col span,
.no-gutters > [class^=col-] span {
  border-radius: 0;
}

.header {
  position: relative;
}

.icon {
  width: 3rem;
  height: 3rem;
}

.icon i,
.icon svg {
  font-size: 2.25rem;
}

.icon + .icon-text {
  width: calc(100% - 3rem - 1);
  padding-left: 1rem;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
}

.icon-xl i,
.icon-xl svg {
  font-size: 4.25rem;
}

.icon-xl + .icon-text {
  width: calc(100% - 5rem - 1);
}

.icon-lg {
  width: 4rem;
  height: 4rem;
}

.icon-lg i,
.icon-lg svg {
  font-size: 3.25rem;
}

.icon-lg + .icon-text {
  width: calc(100% - 4rem - 1);
}

.icon-sm {
  width: 2rem;
  height: 2rem;
}

.icon-sm i,
.icon-sm svg {
  font-size: 1.25rem;
}

.icon-sm + .icon-text {
  width: calc(100% - 2rem - 1);
}

.icon-xs {
  width: 1.25rem;
  height: 1.25rem;
}

.icon-xs i,
.icon-xs svg {
  font-size: 0.5rem;
}

.icon-xs + .icon-text {
  width: calc(100% - 1.25rem - 1);
}

.icon-shape {
  display: inline-flex;
  padding: 12px;
  text-align: center;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

.icon-shape i,
.icon-shape svg {
  font-size: 1.25rem;
}

.icon-shape.icon-lg i,
.icon-shape.icon-lg svg {
  font-size: 1.625rem;
}

.icon-shape.icon-sm i,
.icon-shape.icon-sm svg {
  font-size: 0.875rem;
}

.icon-shape.icon-xs i,
.icon-shape.icon-xs svg {
  font-size: 0.6rem;
}

.icon-shape svg {
  width: 30px;
  height: 30px;
}

.icon-shape-primary {
  color: #2643e9;
  background-color: rgba(138, 152, 235, 0.5);
}

.icon-shape-secondary {
  color: #cfe3f1;
  background-color: rgba(255, 255, 255, 0.5);
}

.icon-shape-success {
  color: #1aae6f;
  background-color: rgba(84, 218, 161, 0.5);
}

.icon-shape-info {
  color: #03acca;
  background-color: rgba(65, 215, 242, 0.5);
}

.icon-shape-warning {
  color: #ff3709;
  background-color: rgba(252, 140, 114, 0.5);
}

.icon-shape-danger {
  color: #f80031;
  background-color: rgba(247, 103, 131, 0.5);
}

.icon-shape-light {
  color: #879cb0;
  background-color: rgba(201, 207, 212, 0.5);
}

.icon-shape-dark {
  color: #090c0e;
  background-color: rgba(56, 63, 69, 0.5);
}

.icon-shape-default {
  color: #091428;
  background-color: rgba(35, 65, 116, 0.5);
}

.icon-shape-white {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

.icon-shape-neutral {
  color: #e8e3e3;
  background-color: rgba(255, 255, 255, 0.5);
}

.icon-shape-darker {
  color: black;
  background-color: rgba(26, 26, 26, 0.5);
}

.list-group-space .list-group-item {
  margin-bottom: 1.5rem;
  border-radius: 0.375rem;
}

.list-group-img {
  width: 3rem;
  height: 3rem;
  margin: -0.1rem 1.2rem 0 -0.2rem;
  vertical-align: top;
  border-radius: 50%;
}

.list-group-content {
  min-width: 0;
  flex: 1 1;
}

.list-group-content > p {
  line-height: 1.5;
  margin: 0.2rem 0 0;
  color: #adb5bd;
}

.list-group-heading {
  font-size: 1rem;
  color: #32325d;
}

.list-group-heading > small {
  font-weight: 500;
  float: right;
  color: #adb5bd;
}

.map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border-radius: 0.375rem;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .mask {
    transition: none;
  }
}
.modal-title {
  font-size: 1.0625rem;
}

.modal-fluid .modal-dialog {
  margin-top: 0;
  margin-bottom: 0;
}

.modal-fluid .modal-content {
  border-radius: 0;
}

.modal-primary .modal-title {
  color: #fff;
}

.modal-primary .modal-header,
.modal-primary .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-primary .modal-content {
  color: #fff;
  background-color: #457332;
}

.modal-primary .modal-content .heading {
  color: #fff;
}

.modal-primary .close > span:not(.sr-only) {
  color: #fff;
}

.modal-secondary .modal-title {
  color: #212529;
}

.modal-secondary .modal-header,
.modal-secondary .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

.modal-secondary .modal-content {
  color: #212529;
  background-color: #f7fafc;
}

.modal-secondary .modal-content .heading {
  color: #212529;
}

.modal-secondary .close > span:not(.sr-only) {
  color: #fff;
}

.modal-success .modal-title {
  color: #fff;
}

.modal-success .modal-header,
.modal-success .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-success .modal-content {
  color: #fff;
  background-color: #2dce89;
}

.modal-success .modal-content .heading {
  color: #fff;
}

.modal-success .close > span:not(.sr-only) {
  color: #fff;
}

.modal-info .modal-title {
  color: #fff;
}

.modal-info .modal-header,
.modal-info .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-info .modal-content {
  color: #fff;
  background-color: #11cdef;
}

.modal-info .modal-content .heading {
  color: #fff;
}

.modal-info .close > span:not(.sr-only) {
  color: #fff;
}

.modal-warning .modal-title {
  color: #fff;
}

.modal-warning .modal-header,
.modal-warning .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-warning .modal-content {
  color: #fff;
  background-color: #ff8e02;
}

.modal-warning .modal-content .heading {
  color: #fff;
}

.modal-warning .close > span:not(.sr-only) {
  color: #fff;
}

.modal-danger .modal-title {
  color: #fff;
}

.modal-danger .modal-header,
.modal-danger .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-danger .modal-content {
  color: #fff;
  background-color: #f5365c;
}

.modal-danger .modal-content .heading {
  color: #fff;
}

.modal-danger .close > span:not(.sr-only) {
  color: #fff;
}

.modal-light .modal-title {
  color: #fff;
}

.modal-light .modal-header,
.modal-light .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-light .modal-content {
  color: #fff;
  background-color: #adb5bd;
}

.modal-light .modal-content .heading {
  color: #fff;
}

.modal-light .close > span:not(.sr-only) {
  color: #fff;
}

.modal-dark .modal-title {
  color: #fff;
}

.modal-dark .modal-header,
.modal-dark .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-dark .modal-content {
  color: #fff;
  background-color: #212529;
}

.modal-dark .modal-content .heading {
  color: #fff;
}

.modal-dark .close > span:not(.sr-only) {
  color: #fff;
}

.modal-default .modal-title {
  color: #fff;
}

.modal-default .modal-header,
.modal-default .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-default .modal-content {
  color: #fff;
  background-color: #172b4d;
}

.modal-default .modal-content .heading {
  color: #fff;
}

.modal-default .close > span:not(.sr-only) {
  color: #fff;
}

.modal-white .modal-title {
  color: #212529;
}

.modal-white .modal-header,
.modal-white .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

.modal-white .modal-content {
  color: #212529;
  background-color: #fff;
}

.modal-white .modal-content .heading {
  color: #212529;
}

.modal-white .close > span:not(.sr-only) {
  color: #fff;
}

.modal-neutral .modal-title {
  color: #212529;
}

.modal-neutral .modal-header,
.modal-neutral .modal-footer {
  border-color: rgba(33, 37, 41, 0.075);
}

.modal-neutral .modal-content {
  color: #212529;
  background-color: #fff;
}

.modal-neutral .modal-content .heading {
  color: #212529;
}

.modal-neutral .close > span:not(.sr-only) {
  color: #fff;
}

.modal-darker .modal-title {
  color: #fff;
}

.modal-darker .modal-header,
.modal-darker .modal-footer {
  border-color: rgba(255, 255, 255, 0.075);
}

.modal-darker .modal-content {
  color: #fff;
  background-color: black;
}

.modal-darker .modal-content .heading {
  color: #fff;
}

.modal-darker .close > span:not(.sr-only) {
  color: #fff;
}

.navbar-horizontal .navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: normal;
}

.navbar-horizontal .navbar-nav .nav-link .nav-link-inner--text {
  margin-left: 0.25rem;
}

.navbar-horizontal .navbar-brand {
  font-size: 0.875rem;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.05px;
  text-transform: uppercase;
}

.navbar-horizontal .navbar-brand img {
  height: 30px;
}

.navbar-horizontal .navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-horizontal .navbar-light .navbar-brand {
  color: #32325d;
}

.navbar-horizontal .navbar-nav .nav-item .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media (min-width: 992px) {
  .navbar-horizontal .navbar-nav .nav-item {
    margin-right: 0.5rem;
  }
  .navbar-horizontal .navbar-nav .nav-item [data-toggle=dropdown]::after {
    transition: all 0.15s ease;
  }
  .navbar-horizontal .navbar-nav .nav-item.show [data-toggle=dropdown]::after {
    transform: rotate(180deg);
  }
  .navbar-horizontal .navbar-nav .nav-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-radius: 0.375rem;
  }
  .navbar-horizontal .navbar-nav .nav-link i {
    margin-right: 0.625rem;
  }
  .navbar-horizontal .navbar-nav .nav-link-icon {
    font-size: 1rem;
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
    border-radius: 0.375rem;
  }
  .navbar-horizontal .navbar-nav .nav-link-icon i {
    margin-right: 0;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu {
    margin: 0;
    pointer-events: none;
    opacity: 0;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu:before {
    position: absolute;
    z-index: -5;
    bottom: 100%;
    left: 20px;
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    transform: rotate(-45deg) translateY(1rem);
    border-radius: 0.25rem;
    background: #fff;
    box-shadow: none;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu-right:before {
    right: 20px;
    left: auto;
  }
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.show {
    animation: show-navbar-dropdown 0.25s ease forwards;
    pointer-events: auto;
    opacity: 1;
  }
  .navbar-horizontal .navbar-nav:not(.navbar-nav-hover) .dropdown-menu.close {
    display: block;
    animation: hide-navbar-dropdown 0.15s ease backwards;
  }
  .navbar-horizontal .navbar-nav.navbar-nav-hover .dropdown-menu {
    display: block;
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    pointer-events: none;
    opacity: 0;
  }
  .navbar-horizontal .navbar-nav.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    visibility: visible;
    transform: translate(0, 0);
    animation: none;
    pointer-events: auto;
    opacity: 1;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu-inner {
    position: relative;
    padding: 1rem;
  }
}
.navbar-horizontal.navbar-transparent {
  position: absolute;
  z-index: 100;
  top: 0;
  width: 100%;
  border: 0;
  background-color: transparent;
  box-shadow: none;
}

.navbar-horizontal.navbar-transparent .navbar-brand {
  color: white;
}

.navbar-horizontal.navbar-transparent .navbar-toggler {
  color: white;
}

.navbar-horizontal.navbar-transparent .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.95)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

@media (min-width: 768px) {
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.95);
  }
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:hover,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.65);
  }
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
  }
  .navbar-horizontal.navbar-transparent .navbar-nav .show > .nav-link,
  .navbar-horizontal.navbar-transparent .navbar-nav .active > .nav-link,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.show,
  .navbar-horizontal.navbar-transparent .navbar-nav .nav-link.active {
    color: rgba(255, 255, 255, 0.65);
  }
  .navbar-horizontal.navbar-transparent .navbar-brand {
    color: rgba(255, 255, 255, 0.95);
  }
  .navbar-horizontal.navbar-transparent .navbar-brand:hover,
  .navbar-horizontal.navbar-transparent .navbar-brand:focus {
    color: rgba(255, 255, 255, 0.95);
  }
}
.navbar-horizontal .navbar-collapse-header {
  display: none;
}

@media (max-width: 991.98px) {
  .navbar-horizontal .navbar-nav .nav-link {
    padding: 0.625rem 0;
    color: #172b4d !important;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu {
    min-width: auto;
    box-shadow: none;
  }
  .navbar-horizontal .navbar-nav .dropdown-menu .media svg {
    width: 30px;
  }
  .navbar-horizontal .navbar-collapse {
    position: absolute;
    z-index: 1050;
    top: 0;
    right: 0;
    left: 0;
    overflow-y: auto;
    width: calc(100% - 1.4rem);
    height: auto !important;
    margin: 0.7rem;
    opacity: 0;
  }
  .navbar-horizontal .navbar-collapse .navbar-toggler {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  .navbar-horizontal .navbar-collapse .navbar-toggler span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    border-radius: 2px;
    background: #283448;
  }
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(1) {
    transform: rotate(135deg);
  }
  .navbar-horizontal .navbar-collapse .navbar-toggler :nth-child(2) {
    transform: rotate(-135deg);
  }
  .navbar-horizontal .navbar-collapse .navbar-collapse-header {
    display: block;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navbar-horizontal .navbar-collapse .collapse-brand img {
    height: 36px;
  }
  .navbar-horizontal .navbar-collapse .collapse-close {
    text-align: right;
  }
  .navbar-horizontal .navbar-collapse.collapsing,
  .navbar-horizontal .navbar-collapse.show {
    padding: 1.5rem;
    animation: show-navbar-collapse 0.2s ease forwards;
    border-radius: 0.375rem;
    background: #fff;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
  }
  .navbar-horizontal .navbar-collapse.collapsing-out {
    animation: hide-navbar-collapse 0.2s ease forwards;
  }
}
@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes show-navbar-dropdown {
  0% {
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.nav-open .sidenav {
  transform: translateX(0px);
}

.nav-open .sidenav-toggler-inner .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

.nav-open .sidenav-toggler-inner .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

.navbar-vertical {
  padding-top: 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
}

.navbar-vertical.navbar-light {
  border-color: rgba(0, 0, 0, 0.05);
  background-color: #f6f9fc;
}

.navbar-vertical.navbar-dark {
  border-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}

.navbar-vertical .navbar-brand {
  margin-right: 0;
}

.navbar-vertical .navbar-brand-img,
.navbar-vertical .navbar-brand > img {
  max-width: 100%;
}

@media (min-width: 768px) {
  .navbar-vertical .navbar-collapse {
    margin-right: -1rem;
    margin-left: -1rem;
  }
  .navbar-vertical .navbar-collapse:before {
    display: block;
    margin: 0.5rem;
    content: "";
  }
}
.navbar-vertical .navbar-nav {
  margin-right: -1rem;
  margin-left: -1rem;
}

.navbar-vertical .navbar-nav .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}

.navbar-vertical .navbar-nav .nav-link.active {
  position: relative;
}

.navbar-vertical .navbar-nav .nav-link > i {
  line-height: 1.5rem;
  min-width: 2rem;
}
.navbar-vertical .navbar-nav .nav-link > i:not(.menu-external-icon) {
  font-size: 0.9375rem;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu {
  border: none;
}

.navbar-vertical .navbar-nav .nav-link .dropdown-menu .dropdown-menu {
  margin-left: 0.5rem;
}

.navbar-vertical .navbar-nav .nav-sm .nav-link {
  font-size: 0.8125rem;
}

.navbar-vertical .navbar-nav .nav-link {
  display: flex;
  align-items: center;
}

.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  display: inline-block;
  margin-left: auto;
  content: "\f105";
  transition: all 0.15s ease;
  color: #ced4da;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-vertical .navbar-nav .nav-link[data-toggle=collapse]:after {
    transition: none;
  }
}
.navbar-vertical .navbar-nav .nav-link[data-toggle=collapse][aria-expanded=true]:after {
  transform: rotate(90deg);
  color: #457332;
}

.navbar-vertical .navbar-nav .nav .nav-link {
  padding-left: 3rem;
}

.navbar-vertical .navbar-nav .nav .nav .nav-link {
  padding-left: 3.5rem;
}

.navbar-vertical .navbar-heading {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.navbar-vertical.navbar-expand-xs {
  height: 100vh;
  /*position: fixed;*/
  /*top: 0;*/
  /*bottom: 0;*/
  display: block;
  overflow-y: auto;
  width: 100%;
  max-width: 250px;
  padding-right: 0;
  padding-left: 0;
}

.navbar-vertical.navbar-expand-xs .navbar-inner {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.navbar-vertical.navbar-expand-xs > [class*=container] {
  flex-direction: column;
  min-height: 100%;
  padding-right: 0;
  padding-left: 0;
  align-items: stretch;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xs > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
.navbar-vertical.navbar-expand-xs.fixed-left {
  left: 0;
  border-width: 0 1px 0 0;
}

.navbar-vertical.navbar-expand-xs.fixed-right {
  right: 0;
  border-width: 0 0 0 1px;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse {
  display: flex;
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  flex: 1 1;
  align-items: stretch;
}

.navbar-vertical.navbar-expand-xs .navbar-collapse > * {
  min-width: 100%;
}

.navbar-vertical.navbar-expand-xs .navbar-nav {
  flex-direction: column;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link {
  padding: 0.675rem 1.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item {
  margin-top: 2px;
}

.navbar-vertical.navbar-expand-xs .navbar-nav > .nav-item > .nav-link.active {
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-radius: 0.375rem;
  background: #f6f9fc;
}

.navbar-vertical.navbar-expand-xs .lavalamp-object {
  width: calc(100% - 1rem) !important;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding-right: 1rem;
  padding-left: 1rem;
  color: #fff;
  border-radius: 0.375rem;
  background: #457332;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav-link {
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
  padding-left: 3.5rem;
}

.navbar-vertical.navbar-expand-xs .navbar-nav .nav .nav .nav-link {
  padding-left: 4.25rem;
}

@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-vertical.navbar-expand-sm .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 576px) and (-ms-high-contrast: none), (min-width: 576px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-sm > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 576px) {
  .navbar-vertical.navbar-expand-sm.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-sm.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  .navbar-vertical.navbar-expand-sm .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav > .nav-item > .nav-link.active {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.375rem;
    background: #f6f9fc;
  }
  .navbar-vertical.navbar-expand-sm .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: 0.375rem;
    background: #457332;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-sm .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-vertical.navbar-expand-md .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-vertical.navbar-expand-md > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-md > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 768px) {
  .navbar-vertical.navbar-expand-md.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-md.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  .navbar-vertical.navbar-expand-md .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav > .nav-item > .nav-link.active {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.375rem;
    background: #f6f9fc;
  }
  .navbar-vertical.navbar-expand-md .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: 0.375rem;
    background: #457332;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-md .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-vertical.navbar-expand-lg .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-lg > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 992px) {
  .navbar-vertical.navbar-expand-lg.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-lg.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  .navbar-vertical.navbar-expand-lg .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav > .nav-item > .nav-link.active {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.375rem;
    background: #f6f9fc;
  }
  .navbar-vertical.navbar-expand-lg .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: 0.375rem;
    background: #457332;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-lg .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl {
    position: fixed;
    top: 0;
    bottom: 0;
    display: block;
    overflow-y: auto;
    width: 100%;
    max-width: 250px;
    padding-right: 0;
    padding-left: 0;
  }
  .navbar-vertical.navbar-expand-xl .navbar-inner {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    flex-direction: column;
    min-height: 100%;
    padding-right: 0;
    padding-left: 0;
    align-items: stretch;
  }
}
@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) {
  .navbar-vertical.navbar-expand-xl > [class*=container] {
    height: 100%;
    min-height: none;
  }
}
@media (min-width: 1200px) {
  .navbar-vertical.navbar-expand-xl.fixed-left {
    left: 0;
    border-width: 0 1px 0 0;
  }
  .navbar-vertical.navbar-expand-xl.fixed-right {
    right: 0;
    border-width: 0 0 0 1px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse {
    display: flex;
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    flex: 1 1;
    align-items: stretch;
  }
  .navbar-vertical.navbar-expand-xl .navbar-collapse > * {
    min-width: 100%;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav {
    flex-direction: column;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0.675rem 1.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item {
    margin-top: 2px;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav > .nav-item > .nav-link.active {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border-radius: 0.375rem;
    background: #f6f9fc;
  }
  .navbar-vertical.navbar-expand-xl .lavalamp-object {
    width: calc(100% - 1rem) !important;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    padding-right: 1rem;
    padding-left: 1rem;
    color: #fff;
    border-radius: 0.375rem;
    background: #457332;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav-link {
    padding-top: 0.45rem;
    padding-bottom: 0.45rem;
    padding-left: 3.5rem;
  }
  .navbar-vertical.navbar-expand-xl .navbar-nav .nav .nav .nav-link {
    padding-left: 4.25rem;
  }
}
/*.navbar-vertical.navbar-expand-xs.fixed-left + .main-content {
    margin-left: 250px;
}

.navbar-vertical.navbar-expand-xs.fixed-right + .main-content {
    margin-right: 62px;
}

@media (min-width: 576px) {
    .navbar-vertical.navbar-expand-sm.fixed-left + .main-content {
        margin-left: 250px;
    }

    .navbar-vertical.navbar-expand-sm.fixed-right + .main-content {
        margin-right: 62px;
    }
}

@media (min-width: 768px) {
    .navbar-vertical.navbar-expand-md.fixed-left + .main-content {
        margin-left: 250px;
    }

    .navbar-vertical.navbar-expand-md.fixed-right + .main-content {
        margin-right: 62px;
    }
}

@media (min-width: 992px) {
    .navbar-vertical.navbar-expand-lg.fixed-left + .main-content {
        margin-left: 250px;
    }

    .navbar-vertical.navbar-expand-lg.fixed-right + .main-content {
        margin-right: 62px;
    }
}

@media (min-width: 1200px) {
    .navbar-vertical.navbar-expand-xl.fixed-left + .main-content {
        margin-left: 250px;
    }

    .navbar-vertical.navbar-expand-xl.fixed-right + .main-content {
        margin-right: 62px;
    }
}*/
/*.sidenav.fixed-left + .main-content {
    margin-left: 62px;
    transition: all .15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .sidenav.fixed-left + .main-content {
        transition: none;
    }
}*/
.sidenav.fixed-right + .main-content {
  margin-right: 62px;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav.fixed-right + .main-content {
    transition: none;
  }
}
/*@media (min-width: 1200px) {
    .g-sidenav-pinned .sidenav.fixed-left + .main-content {
        margin-left: 250px;
    }

    .g-sidenav-pinned .sidenav.fixed-right + .main-content {
        margin-right: 250px;
    }
}*/
.sidenav {
  z-index: 1050;
  transition: all 0.4s ease;
}

@media (min-width: 1200px) {
  .sidenav:hover {
    max-width: 250px;
  }
  .sidenav .sidenav-toggler {
    padding: 1.5rem;
  }
}
.sidenav .navbar-brand,
.sidenav .navbar-heading {
  padding: 1.5rem;
}

.sidenav-header {
  height: 78px;
  text-align: center;
}

.g-sidenav-show .sidenav .navbar-brand,
.g-sidenav-show .sidenav .navbar-heading {
  display: block;
}

.g-sidenav-show .sidenav .nav-item .collapse {
  height: auto;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .g-sidenav-show .sidenav .nav-item .collapse {
    transition: none;
  }
}
.g-sidenav-show .sidenav .nav-link-text {
  transition: 0.3s ease;
  opacity: 1;
}

.g-sidenav-pinned .sidenav {
  max-width: 250px !important;
}

.g-sidenav-pinned .sidenav .navbar-brand,
.g-sidenav-pinned .sidenav .navbar-heading {
  display: block;
}

@media (min-width: 768px) {
  .nav-item .nav-link.active.active-pro {
    position: absolute;
    bottom: 10px;
    width: 100%;
    margin-left: 0 !important;
    padding-left: 25px !important;
    border-radius: 0 !important;
    background: #f6f9fc;
  }
}
/*@media (max-width: 1199.98px) {
    .sidenav {
        transform: translateX(-250px);
    }

        .sidenav.fixed-left + .main-content {
            margin-left: 0 !important;
        }

    .g-sidenav-pinned .sidenav {
        transform: translateX(0);
    }
}*/
.sidenav-toggler-inner,
.sidenav-toggler-line {
  width: 18px;
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner,
  .sidenav-toggler-line {
    transition: none;
  }
}
.sidenav-toggler-inner {
  position: relative;
}

.sidenav-toggler-inner:before {
  position: absolute;
  top: -14px;
  left: -11px;
  width: 40px;
  height: 40px;
  content: "";
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(0);
  border-radius: 50%;
}

@media (prefers-reduced-motion: reduce) {
  .sidenav-toggler-inner:before {
    transition: none;
  }
}
.sidenav-toggler-line {
  position: relative;
  display: block;
  height: 2px;
  background-color: #172b4d;
}

.sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}

.sidenav-toggler-dark .sidenav-toggler-line {
  background-color: #fff;
}

.sidenav-toggler {
  cursor: pointer;
}

.sidenav-toggler.active .sidenav-toggler-inner:before {
  transform: scale(1);
}

.sidenav-toggler.active .sidenav-toggler-line:first-child {
  width: 13px;
  transform: translateX(5px);
}

.sidenav-toggler.active .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}

.bodyClick {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

.navbar-search .input-group {
  transition: background-color 0.3s linear;
  transition-delay: 0.15s;
  border: 0 solid;
  border-radius: 2rem;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-search .input-group {
    transition: none;
  }
}
.navbar-search .input-group .input-group-text {
  padding-left: 1rem;
  border: 0;
  background-color: transparent;
}

.navbar-search .form-control {
  width: 250px;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  border: 0;
  background-color: transparent;
}

@media (prefers-reduced-motion: reduce) {
  .navbar-search .form-control {
    transition: none;
  }
}
.navbar-search .focused .input-group .form-control {
  width: 380px;
}

.navbar-search .close {
  display: none;
}

.navbar-search-dark .input-group {
  border-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(23, 43, 77, 0.8);
}

.navbar-search-dark .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control {
  color: rgba(255, 255, 255, 0.9);
}

.navbar-search-dark .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.navbar-search-dark .focused .input-group {
  border-color: rgba(255, 255, 255, 0.9);
  background-color: rgba(23, 43, 77, 0.9);
}

.navbar-search-light .input-group {
  border-color: rgba(0, 0, 0, 0.6);
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar-search-light .input-group-text {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-search-light .form-control::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .form-control::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.navbar-search-light .focused .input-group {
  border-color: rgba(0, 0, 0, 0.9);
  background-color: white;
}

@media (max-width: 575.98px) {
  .navbar-search {
    display: none;
    width: 100%;
    transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-150%);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .navbar-search {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-search .form-group {
    width: 100%;
  }
  .navbar-search .form-control {
    width: auto;
  }
  .navbar-search .focused .input-group .form-control {
    width: auto;
  }
  .navbar-search .close {
    display: none;
    opacity: 0;
  }
  .navbar-search .close span {
    width: auto;
    height: auto;
  }
  .navbar-top .navbar-nav {
    transition: all 0.15s ease;
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .navbar-top .navbar-nav {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .g-navbar-search-showing .navbar-search .close {
    display: block;
  }
  .g-navbar-search-showing .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 1;
  }
  .g-navbar-search-show .navbar-search {
    display: block;
  }
  .g-navbar-search-show .navbar-search .form-control {
    width: auto;
  }
  .g-navbar-search-show .navbar-search .close {
    line-height: 46px;
    position: absolute;
    top: 0;
    right: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    text-align: center;
    color: white;
  }
  .g-navbar-search-show .navbar-top .navbar-nav {
    display: none;
  }
  .g-navbar-search-show .navbar-top .navbar-collapse {
    width: 100%;
  }
  .g-navbar-search-shown .navbar-search {
    transform: translateX(0);
  }
  .g-navbar-search-shown .navbar-search .close {
    display: block;
    opacity: 1;
  }
  .g-navbar-search-hiding .navbar-top .navbar-nav {
    display: flex;
    transform: translateX(150%);
    opacity: 0;
  }
  .g-navbar-search-hidden .navbar-top .navbar-nav {
    transform: translateX(0);
    opacity: 1;
  }
}
.navbar .dropdown-menu {
  margin: 0;
  pointer-events: none;
  opacity: 0;
}

.navbar .dropdown-menu-arrow:before {
  position: absolute;
  z-index: -5;
  bottom: 100%;
  left: 20px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  transform: rotate(-45deg) translateY(12px);
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.navbar .dropdown-menu-right:before {
  right: 20px;
  left: auto;
}

.navbar:not(.navbar-nav-hover) .dropdown-menu.show {
  animation: show-navbar-dropdown 0.25s ease forwards;
  pointer-events: auto;
  opacity: 1;
}

.navbar:not(.navbar-nav-hover) .dropdown-menu.close {
  display: block;
  animation: hide-navbar-dropdown 0.15s ease backwards;
}

.navbar.navbar-nav-hover .dropdown-menu {
  display: block;
  transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
  transform: translate(0, 10px) perspective(200px) rotateX(-2deg);
  pointer-events: none;
  opacity: 0;
}

.navbar.navbar-nav-hover .nav-item.dropdown:hover > .dropdown-menu {
  display: block;
  visibility: visible;
  transform: translate(0, 0);
  animation: none;
  pointer-events: auto;
  opacity: 1;
}

.navbar .dropdown-menu-inner {
  position: relative;
  padding: 1rem;
}

@keyframes show-navbar-dropdown {
  0% {
    transition: visibility 0.25s, opacity 0.25s, transform 0.25s;
    transform: translate(0, 10px) perspective(200px);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes hide-navbar-dropdown {
  from {
    opacity: 1;
  }
  to {
    transform: translate(0, 10px);
    opacity: 0;
  }
}
.navbar-collapse-header {
  display: none;
}

@keyframes show-navbar-collapse {
  0% {
    transform: scale(0.95);
    transform-origin: 100% 0;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes hide-navbar-collapse {
  from {
    transform: scale(1);
    transform-origin: 100% 0;
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
.navbar-top {
  padding-right: 1rem;
  padding-left: 1rem;
  border: 0;
}

.navbar-top .container,
.navbar-top .container-fluid,
.navbar-top .container-sm,
.navbar-top .container-md,
.navbar-top .container-lg,
.navbar-top .container-xl {
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .navbar-top .navbar-brand {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .navbar-top .navbar-collapse {
    width: 100%;
  }
  .navbar-top .nav-item {
    position: static;
  }
  .navbar-top .nav-item .dropdown-menu {
    position: absolute;
    right: auto;
    left: 3%;
    width: 94%;
    min-width: auto;
  }
}
.navbar-top.border-bottom.navbar-dark {
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.navbar-top.border-bottom.navbar-light {
  border-color: rgba(0, 0, 0, 0.04) !important;
}

.sidenav-pinned .navbar-top .navbar-brand {
  display: none;
}

.nav-wrapper {
  padding: 1rem 0;
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.nav-wrapper + .card {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.nav-link {
  color: #525f7f;
}

.nav-link:hover {
  color: #457332;
}

.nav-link i.ni {
  position: relative;
  top: 2px;
}

.nav-pills .nav-item:not(:last-child) {
  padding-right: 1rem;
}

.nav-pills .nav-link {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.75rem 1rem;
  transition: all 0.15s ease;
  color: #457332;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.nav-pills .nav-link:hover {
  color: #457332;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #457332;
}

@media (max-width: 575.98px) {
  .nav-pills .nav-item {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767.98px) {
  .nav-pills:not(.nav-pills-circle) .nav-item {
    padding-right: 0;
  }
}
.nav-pills-circle .nav-link {
  line-height: 60px;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  border-radius: 50%;
}

.nav-pills-circle .nav-link-icon i,
.nav-pills-circle .nav-link-icon svg {
  font-size: 1rem;
}

.page-item.active .page-link {
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.page-item .page-link,
.page-item span {
  font-size: 0.875rem;
  display: flex;
  width: 36px;
  height: 36px;
  margin: 0 3px;
  padding: 0;
  border-radius: 50% !important;
  align-items: center;
  justify-content: center;
}

.pagination-lg .page-item .page-link,
.pagination-lg .page-item span {
  line-height: 46px;
  width: 46px;
  height: 46px;
}

.pagination-sm .page-item .page-link,
.pagination-sm .page-item span {
  line-height: 30px;
  width: 30px;
  height: 30px;
}

.popover {
  border: 0;
}

.popover-header {
  font-weight: 600;
}

.popover-primary {
  background-color: #457332;
}

.popover-primary .popover-header {
  color: #fff;
  background-color: #457332;
}

.popover-primary .popover-body {
  color: #fff;
}

.popover-primary .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-primary.bs-popover-top .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #457332;
}

.popover-primary.bs-popover-right .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #457332;
}

.popover-primary.bs-popover-bottom .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #457332;
}

.popover-primary.bs-popover-left .arrow::after,
.popover-primary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #457332;
}

.popover-secondary {
  background-color: #f7fafc;
}

.popover-secondary .popover-header {
  color: #212529;
  background-color: #f7fafc;
}

.popover-secondary .popover-body {
  color: #212529;
}

.popover-secondary .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

.popover-secondary.bs-popover-top .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #f7fafc;
}

.popover-secondary.bs-popover-right .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #f7fafc;
}

.popover-secondary.bs-popover-bottom .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #f7fafc;
}

.popover-secondary.bs-popover-left .arrow::after,
.popover-secondary.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #f7fafc;
}

.popover-success {
  background-color: #2dce89;
}

.popover-success .popover-header {
  color: #fff;
  background-color: #2dce89;
}

.popover-success .popover-body {
  color: #fff;
}

.popover-success .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-success.bs-popover-top .arrow::after,
.popover-success.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #2dce89;
}

.popover-success.bs-popover-right .arrow::after,
.popover-success.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #2dce89;
}

.popover-success.bs-popover-bottom .arrow::after,
.popover-success.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #2dce89;
}

.popover-success.bs-popover-left .arrow::after,
.popover-success.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #2dce89;
}

.popover-info {
  background-color: #11cdef;
}

.popover-info .popover-header {
  color: #fff;
  background-color: #11cdef;
}

.popover-info .popover-body {
  color: #fff;
}

.popover-info .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-info.bs-popover-top .arrow::after,
.popover-info.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #11cdef;
}

.popover-info.bs-popover-right .arrow::after,
.popover-info.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #11cdef;
}

.popover-info.bs-popover-bottom .arrow::after,
.popover-info.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #11cdef;
}

.popover-info.bs-popover-left .arrow::after,
.popover-info.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #11cdef;
}

.popover-warning {
  background-color: #ff8e02;
}

.popover-warning .popover-header {
  color: #fff;
  background-color: #ff8e02;
}

.popover-warning .popover-body {
  color: #fff;
}

.popover-warning .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-warning.bs-popover-top .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #ff8e02;
}

.popover-warning.bs-popover-right .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #ff8e02;
}

.popover-warning.bs-popover-bottom .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #ff8e02;
}

.popover-warning.bs-popover-left .arrow::after,
.popover-warning.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #ff8e02;
}

.popover-danger {
  background-color: #f5365c;
}

.popover-danger .popover-header {
  color: #fff;
  background-color: #f5365c;
}

.popover-danger .popover-body {
  color: #fff;
}

.popover-danger .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-danger.bs-popover-top .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #f5365c;
}

.popover-danger.bs-popover-right .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #f5365c;
}

.popover-danger.bs-popover-bottom .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #f5365c;
}

.popover-danger.bs-popover-left .arrow::after,
.popover-danger.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #f5365c;
}

.popover-light {
  background-color: #adb5bd;
}

.popover-light .popover-header {
  color: #fff;
  background-color: #adb5bd;
}

.popover-light .popover-body {
  color: #fff;
}

.popover-light .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-light.bs-popover-top .arrow::after,
.popover-light.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #adb5bd;
}

.popover-light.bs-popover-right .arrow::after,
.popover-light.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #adb5bd;
}

.popover-light.bs-popover-bottom .arrow::after,
.popover-light.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #adb5bd;
}

.popover-light.bs-popover-left .arrow::after,
.popover-light.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #adb5bd;
}

.popover-dark {
  background-color: #212529;
}

.popover-dark .popover-header {
  color: #fff;
  background-color: #212529;
}

.popover-dark .popover-body {
  color: #fff;
}

.popover-dark .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-dark.bs-popover-top .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #212529;
}

.popover-dark.bs-popover-right .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #212529;
}

.popover-dark.bs-popover-bottom .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #212529;
}

.popover-dark.bs-popover-left .arrow::after,
.popover-dark.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #212529;
}

.popover-default {
  background-color: #172b4d;
}

.popover-default .popover-header {
  color: #fff;
  background-color: #172b4d;
}

.popover-default .popover-body {
  color: #fff;
}

.popover-default .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-default.bs-popover-top .arrow::after,
.popover-default.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #172b4d;
}

.popover-default.bs-popover-right .arrow::after,
.popover-default.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #172b4d;
}

.popover-default.bs-popover-bottom .arrow::after,
.popover-default.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #172b4d;
}

.popover-default.bs-popover-left .arrow::after,
.popover-default.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #172b4d;
}

.popover-white {
  background-color: #fff;
}

.popover-white .popover-header {
  color: #212529;
  background-color: #fff;
}

.popover-white .popover-body {
  color: #212529;
}

.popover-white .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

.popover-white.bs-popover-top .arrow::after,
.popover-white.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}

.popover-white.bs-popover-right .arrow::after,
.popover-white.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}

.popover-white.bs-popover-bottom .arrow::after,
.popover-white.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.popover-white.bs-popover-left .arrow::after,
.popover-white.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}

.popover-neutral {
  background-color: #fff;
}

.popover-neutral .popover-header {
  color: #212529;
  background-color: #fff;
}

.popover-neutral .popover-body {
  color: #212529;
}

.popover-neutral .popover-header {
  border-color: rgba(33, 37, 41, 0.2);
}

.popover-neutral.bs-popover-top .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: #fff;
}

.popover-neutral.bs-popover-right .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: #fff;
}

.popover-neutral.bs-popover-bottom .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: #fff;
}

.popover-neutral.bs-popover-left .arrow::after,
.popover-neutral.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: #fff;
}

.popover-darker {
  background-color: black;
}

.popover-darker .popover-header {
  color: #fff;
  background-color: black;
}

.popover-darker .popover-body {
  color: #fff;
}

.popover-darker .popover-header {
  border-color: rgba(255, 255, 255, 0.2);
}

.popover-darker.bs-popover-top .arrow::after,
.popover-darker.bs-popover-auto[x-placement^=top] .arrow::after {
  border-top-color: black;
}

.popover-darker.bs-popover-right .arrow::after,
.popover-darker.bs-popover-auto[x-placement^=right] .arrow::after {
  border-right-color: black;
}

.popover-darker.bs-popover-bottom .arrow::after,
.popover-darker.bs-popover-auto[x-placement^=bottom] .arrow::after {
  border-bottom-color: black;
}

.popover-darker.bs-popover-left .arrow::after,
.popover-darker.bs-popover-auto[x-placement^=left] .arrow::after {
  border-left-color: black;
}

.progress-wrapper {
  position: relative;
  padding-top: 1.5rem;
}

.progress {
  overflow: hidden;
  height: 8px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: #e9ecef;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .sr-only {
  font-size: 13px;
  line-height: 20px;
  left: 0;
  clip: auto;
  width: auto;
  height: 20px;
  margin: 0 0 0 30px;
}

.progress-sm {
  height: 5px;
}

.progress-xs {
  height: 3px;
}

.progress-heading {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 2px;
  padding: 0;
}

.progress-bar {
  height: auto;
  border-radius: 0;
  box-shadow: none;
}

.progress-info {
  display: flex;
  margin-bottom: 0.5rem;
  align-items: center;
  justify-content: space-between;
}

.progress-label span {
  font-size: 0.625rem;
  font-weight: 600;
  display: inline-block;
  padding: 0.25rem 1rem;
  text-transform: uppercase;
  color: #457332;
  border-radius: 30px;
  background: rgba(94, 114, 228, 0.1);
}

.progress-percentage {
  text-align: right;
}

.progress-percentage span {
  font-size: 0.875rem;
  font-weight: 600;
  display: inline-block;
  color: #212529;
}

.separator {
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 150px;
  transform: translateZ(0);
  pointer-events: none;
}

.separator svg {
  position: absolute;
  pointer-events: none;
}

.separator-top {
  top: 0;
  bottom: auto;
}

.separator-top svg {
  top: 0;
}

.separator-bottom {
  top: auto;
  bottom: 0;
}

.separator-bottom svg {
  bottom: 0;
}

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

.separator-skew {
  height: 60px;
}

@media (min-width: 1200px) {
  .separator-skew {
    height: 70px;
  }
}
.section-nucleo-icons {
  --icon-size: 5rem;
  --icon-sm-size: 3.75rem;
  --gutter: 7rem;
}

.section-nucleo-icons .icons-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  height: 360px;
  margin: 0 auto;
}

.section-nucleo-icons .icons-container i {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  transition: all 0.2s cubic-bezier(0.25, 0.65, 0.9, 0.75);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15);
  align-items: center;
  justify-content: center;
}

.section-nucleo-icons .icons-container i.icon {
  font-size: 1.7em;
  width: var(--icon-size);
  height: var(--icon-size);
}

.section-nucleo-icons .icons-container i.icon-sm {
  font-size: 1.5em;
  width: var(--icon-sm-size);
  height: var(--icon-sm-size);
}

.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  z-index: 2;
  color: #ff8e02;
}

.section-nucleo-icons .icons-container i {
  opacity: 1;
}

.section-nucleo-icons .icons-container i:nth-child(1) {
  font-size: 42px;
  top: 50%;
  left: 50%;
  color: #ff8e02;
}

.section-nucleo-icons .icons-container i:nth-child(2) {
  top: 50%;
  left: calc(50% + var(--gutter) * 1.7);
}

.section-nucleo-icons .icons-container i:nth-child(3) {
  top: calc(50% + var(--gutter));
  left: calc(50% + var(--gutter));
}

.section-nucleo-icons .icons-container i:nth-child(4) {
  top: calc(50% - var(--gutter));
  left: calc(50% + var(--gutter));
}

.section-nucleo-icons .icons-container i:nth-child(5) {
  top: 50%;
  left: calc(50% + var(--gutter) * 4);
}

.section-nucleo-icons .icons-container i:nth-child(6) {
  top: calc(50% + var(--gutter) * 1.5);
  left: calc(50% + var(--gutter) * 2.7);
}

.section-nucleo-icons .icons-container i:nth-child(7) {
  top: calc(50% - var(--gutter) * 1.5);
  left: calc(50% + var(--gutter) * 2.7);
}

.section-nucleo-icons .icons-container i:nth-child(8) {
  top: 50%;
  left: calc(50% - var(--gutter) * 1.7);
}

.section-nucleo-icons .icons-container i:nth-child(9) {
  top: calc(50% + var(--gutter));
  left: calc(50% - var(--gutter));
}

.section-nucleo-icons .icons-container i:nth-child(10) {
  top: calc(50% - var(--gutter));
  left: calc(50% - var(--gutter));
}

.section-nucleo-icons .icons-container i:nth-child(11) {
  top: 50%;
  left: calc(50% - var(--gutter) * 4);
}

.section-nucleo-icons .icons-container i:nth-child(12) {
  top: calc(50% + var(--gutter) * 1.5);
  left: calc(50% - var(--gutter) * 2.7);
}

.section-nucleo-icons .icons-container i:nth-child(13) {
  top: calc(50% - var(--gutter) * 1.5);
  left: calc(50% - var(--gutter) * 2.7);
}

.table thead th {
  font-size: 0.65rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #e9ecef;
}

.table th {
  font-weight: 600;
}

.table td .progress {
  width: 120px;
  height: 3px;
  margin: 0;
}

.table td,
.table th {
  font-size: 0.8125rem;
  white-space: nowrap;
}

.table.align-items-center td,
.table.align-items-center th {
  vertical-align: middle;
}

/*.table .thead-dark th {
    color: #4d7bca;
    background-color: #1c345d;
}

    .table .thead-dark th a {
        color: #4d7bca;
    }

.table .thead-light th {
    color: $graydark-color;
    background-color: #f6f9fc;
}

    .table .thead-light th a {
        color: $graydark-color;
    }*/
.table-hover tr {
  transition: all 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .table-hover tr {
    transition: none;
  }
}
.table-flush td,
.table-flush th {
  border-right: 0;
  border-left: 0;
}

.table-flush tbody tr:first-child td,
.table-flush tbody tr:first-child th {
  border-top: 0;
}

.table-flush tbody tr:last-child td,
.table-flush tbody tr:last-child th {
  border-bottom: 0;
}

.card .table {
  margin-bottom: 0;
}

.card .table td,
.card .table th {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.table .custom-toggle {
  display: block;
}

p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.7;
  margin-top: 1.5rem;
}

.lead + .btn-wrapper {
  margin-top: 3rem;
}

.description {
  font-size: 0.875rem;
}

article h4:not(:first-child),
article h5:not(:first-child) {
  margin-top: 3rem;
}

article h4,
article h5 {
  margin-bottom: 1.5rem;
}

article figure {
  margin: 3rem 0;
}

article h5 + figure {
  margin-top: 0;
}

.display-1 span,
.display-2 span,
.display-3 span,
.display-4 span {
  font-weight: 300;
  display: block;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  color: inherit;
}

.heading {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.heading-small {
  font-size: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.heading-title {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.heading-section {
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.heading-section img {
  display: block;
  width: 72px;
  height: 72px;
  margin-bottom: 1.5rem;
}

.heading-section.text-center img {
  margin-right: auto;
  margin-left: auto;
}

.surtitle {
  margin-bottom: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #212529;
}

.bg-blue {
  background-color: #457332 !important;
}

a.bg-blue:hover,
a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #324cdd !important;
}

.bg-indigo {
  background-color: #5603ad !important;
}

a.bg-indigo:hover,
a.bg-indigo:focus,
button.bg-indigo:hover,
button.bg-indigo:focus {
  background-color: #3d027b !important;
}

.bg-purple {
  background-color: #8965e0 !important;
}

a.bg-purple:hover,
a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #683bd7 !important;
}

.bg-pink {
  background-color: #f3a4b5 !important;
}

a.bg-pink:hover,
a.bg-pink:focus,
button.bg-pink:hover,
button.bg-pink:focus {
  background-color: #ed7790 !important;
}

.bg-red {
  background-color: #f5365c !important;
}

a.bg-red:hover,
a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #ec0c38 !important;
}

.bg-orange {
  background-color: #ff8e02 !important;
}

a.bg-orange:hover,
a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #cb933b !important;
}

.bg-yellow {
  background-color: #ffd600 !important;
}

a.bg-yellow:hover,
a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #ccab00 !important;
}

.bg-green {
  background-color: #2dce89 !important;
}

a.bg-green:hover,
a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #24a46d !important;
}

.bg-teal {
  background-color: #11cdef !important;
}

a.bg-teal:hover,
a.bg-teal:focus,
button.bg-teal:hover,
button.bg-teal:focus {
  background-color: #0da5c0 !important;
}

.bg-cyan {
  background-color: #2bffc6 !important;
}

a.bg-cyan:hover,
a.bg-cyan:focus,
button.bg-cyan:hover,
button.bg-cyan:focus {
  background-color: #00f7b5 !important;
}

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

a.bg-white:hover,
a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-gray {
  background-color: #212529 !important;
}

a.bg-gray:hover,
a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #6a7e95 !important;
}

.bg-gray-dark {
  background-color: #32325d !important;
}

a.bg-gray-dark:hover,
a.bg-gray-dark:focus,
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
  background-color: #20203c !important;
}

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

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #b1bbc4 !important;
}

.bg-lighter {
  background-color: #e9ecef !important;
}

a.bg-lighter:hover,
a.bg-lighter:focus,
button.bg-lighter:hover,
button.bg-lighter:focus {
  background-color: #cbd3da !important;
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #457332 0, #825ee4 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(87deg, #ff8e02 0, #fbb140 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

.bg-gradient-blue {
  background: linear-gradient(87deg, #457332 0, #825ee4 100%) !important;
}

.bg-gradient-indigo {
  background: linear-gradient(87deg, #5603ad 0, #9d03ad 100%) !important;
}

.bg-gradient-purple {
  background: linear-gradient(87deg, #8965e0 0, #bc65e0 100%) !important;
}

.bg-gradient-pink {
  background: linear-gradient(87deg, #f3a4b5 0, #f3b4a4 100%) !important;
}

.bg-gradient-red {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-orange {
  background: linear-gradient(87deg, #ff8e02 0, #fbb140 100%) !important;
}

.bg-gradient-yellow {
  background: linear-gradient(87deg, #ffd600 0, #beff00 100%) !important;
}

.bg-gradient-green {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-teal {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-cyan {
  background: linear-gradient(87deg, #2bffc6 0, #2be0ff 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-gray {
  background: linear-gradient(87deg, #8898aa 0, #888aaa 100%) !important;
}

.bg-gradient-gray-dark {
  background: linear-gradient(87deg, #32325d 0, #44325d 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(87deg, #ced4da 0, #cecfda 100%) !important;
}

.bg-gradient-lighter {
  background: linear-gradient(87deg, #e9ecef 0, #e9eaef 100%) !important;
}

.bg-translucent-primary {
  background-color: rgba(63, 87, 223, 0.6) !important;
}

a.bg-translucent-primary:hover,
a.bg-translucent-primary:focus,
button.bg-translucent-primary:hover,
button.bg-translucent-primary:focus {
  background-color: rgba(42, 68, 219, 0.6) !important;
}

.bg-translucent-secondary {
  background-color: rgba(221, 234, 242, 0.6) !important;
}

a.bg-translucent-secondary:hover,
a.bg-translucent-secondary:focus,
button.bg-translucent-secondary:hover,
button.bg-translucent-secondary:focus {
  background-color: rgba(202, 222, 235, 0.6) !important;
}

.bg-translucent-success {
  background-color: rgba(39, 177, 118, 0.6) !important;
}

a.bg-translucent-success:hover,
a.bg-translucent-success:focus,
button.bg-translucent-success:hover,
button.bg-translucent-success:focus {
  background-color: rgba(34, 156, 104, 0.6) !important;
}

.bg-translucent-info {
  background-color: rgba(14, 177, 206, 0.6) !important;
}

a.bg-translucent-info:hover,
a.bg-translucent-info:focus,
button.bg-translucent-info:hover,
button.bg-translucent-info:focus {
  background-color: rgba(12, 156, 183, 0.6) !important;
}

.bg-translucent-warning {
  background-color: rgba(250, 70, 29, 0.6) !important;
}

a.bg-translucent-warning:hover,
a.bg-translucent-warning:focus,
button.bg-translucent-warning:hover,
button.bg-translucent-warning:focus {
  background-color: rgba(249, 51, 5, 0.6) !important;
}

.bg-translucent-danger {
  background-color: rgba(243, 20, 64, 0.6) !important;
}

a.bg-translucent-danger:hover,
a.bg-translucent-danger:focus,
button.bg-translucent-danger:hover,
button.bg-translucent-danger:focus {
  background-color: rgba(227, 11, 54, 0.6) !important;
}

.bg-translucent-light {
  background-color: rgba(153, 163, 173, 0.6) !important;
}

a.bg-translucent-light:hover,
a.bg-translucent-light:focus,
button.bg-translucent-light:hover,
button.bg-translucent-light:focus {
  background-color: rgba(139, 150, 162, 0.6) !important;
}

.bg-translucent-dark {
  background-color: rgba(17, 19, 21, 0.6) !important;
}

a.bg-translucent-dark:hover,
a.bg-translucent-dark:focus,
button.bg-translucent-dark:hover,
button.bg-translucent-dark:focus {
  background-color: rgba(6, 6, 7, 0.6) !important;
}

.bg-translucent-default {
  background-color: rgba(15, 28, 50, 0.6) !important;
}

a.bg-translucent-default:hover,
a.bg-translucent-default:focus,
button.bg-translucent-default:hover,
button.bg-translucent-default:focus {
  background-color: rgba(9, 17, 30, 0.6) !important;
}

.bg-translucent-white {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-white:hover,
a.bg-translucent-white:focus,
button.bg-translucent-white:hover,
button.bg-translucent-white:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-translucent-neutral {
  background-color: rgba(237, 237, 237, 0.6) !important;
}

a.bg-translucent-neutral:hover,
a.bg-translucent-neutral:focus,
button.bg-translucent-neutral:hover,
button.bg-translucent-neutral:focus {
  background-color: rgba(224, 224, 224, 0.6) !important;
}

.bg-translucent-darker {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

a.bg-translucent-darker:hover,
a.bg-translucent-darker:focus,
button.bg-translucent-darker:hover,
button.bg-translucent-darker:focus {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.section-primary {
  background-color: #f8f9fe !important;
}

a.section-primary:hover,
a.section-primary:focus,
button.section-primary:hover,
button.section-primary:focus {
  background-color: #cbd3f8 !important;
}

.section-secondary {
  background-color: #f7fafc !important;
}

a.section-secondary:hover,
a.section-secondary:focus,
button.section-secondary:hover,
button.section-secondary:focus {
  background-color: #d2e3ee !important;
}

.section-light {
  background-color: #ced4da !important;
}

a.section-light:hover,
a.section-light:focus,
button.section-light:hover,
button.section-light:focus {
  background-color: #b1bbc4 !important;
}

.section-dark {
  background-color: #212529 !important;
}

a.section-dark:hover,
a.section-dark:focus,
button.section-dark:hover,
button.section-dark:focus {
  background-color: #0a0c0d !important;
}

.section-darker {
  background-color: black !important;
}

a.section-darker:hover,
a.section-darker:focus,
button.section-darker:hover,
button.section-darker:focus {
  background-color: black !important;
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #457332 0, #825ee4 100%) !important;
}

.bg-gradient-secondary {
  background: linear-gradient(87deg, #f7fafc 0, #f7f8fc 100%) !important;
}

.bg-gradient-success {
  background: linear-gradient(87deg, #2dce89 0, #2dcecc 100%) !important;
}

.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef 0, #1171ef 100%) !important;
}

.bg-gradient-warning {
  background: linear-gradient(87deg, #ff8e02 0, #fbb140 100%) !important;
}

.bg-gradient-danger {
  background: linear-gradient(87deg, #f5365c 0, #f56036 100%) !important;
}

.bg-gradient-light {
  background: linear-gradient(87deg, #adb5bd 0, #adaebd 100%) !important;
}

.bg-gradient-dark {
  background: linear-gradient(87deg, #212529 0, #212229 100%) !important;
}

.bg-gradient-default {
  background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
}

.bg-gradient-white {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-neutral {
  background: linear-gradient(87deg, #fff 0, white 100%) !important;
}

.bg-gradient-darker {
  background: linear-gradient(87deg, black 0, black 100%) !important;
}

.fill-primary {
  fill: #457332;
}

.stroke-primary {
  stroke: #457332;
}

.fill-secondary {
  fill: #f7fafc;
}

.stroke-secondary {
  stroke: #f7fafc;
}

.fill-success {
  fill: #2dce89;
}

.stroke-success {
  stroke: #2dce89;
}

.fill-info {
  fill: #11cdef;
}

.stroke-info {
  stroke: #11cdef;
}

.fill-warning {
  fill: #ff8e02;
}

.stroke-warning {
  stroke: #ff8e02;
}

.fill-danger {
  fill: #f5365c;
}

.stroke-danger {
  stroke: #f5365c;
}

.fill-light {
  fill: #adb5bd;
}

.stroke-light {
  stroke: #adb5bd;
}

.fill-dark {
  fill: #212529;
}

.stroke-dark {
  stroke: #212529;
}

.fill-default {
  fill: #172b4d;
}

.stroke-default {
  stroke: #172b4d;
}

.fill-white {
  fill: #fff;
}

.stroke-white {
  stroke: #fff;
}

.fill-neutral {
  fill: #fff;
}

.stroke-neutral {
  stroke: #fff;
}

.fill-darker {
  fill: black;
}

.stroke-darker {
  stroke: black;
}

.fill-opacity-8 {
  fill-opacity: 0.8;
}

.blur--hover {
  position: relative;
}

.blur--hover .blur-item {
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  will-change: transform;
  filter: blur(0);
}

.blur--hover .blur-hidden {
  position: absolute;
  z-index: 100;
  top: calc(50% + 7px);
  left: 50%;
  transition: all 0.15s ease;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.blur--hover:hover .blur-item {
  z-index: 1;
  transform: scale(0.95);
  opacity: 0.8;
  filter: blur(10px);
}

.blur--hover:hover .blur-hidden {
  top: 50%;
  opacity: 1;
}

.floating {
  animation: floating 3s ease infinite;
  will-change: transform;
}

.floating:hover {
  animation-play-state: paused;
}

.floating-lg {
  animation: floating-lg 3s ease infinite;
}

.floating-sm {
  animation: floating-sm 3s ease infinite;
}

@keyframes floating-lg {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes floating-sm {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0px);
  }
}
.floatfix:before,
.floatfix:after {
  display: table;
  content: "";
}

.floatfix:after {
  clear: both;
}

.img-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

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

.opacity-2 {
  opacity: 0.2 !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

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

.opacity-6 {
  opacity: 0.6 !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.opacity-8 {
  opacity: 0.9 !important;
}

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

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

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

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-1 {
  top: 0.25rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.left-1 {
  left: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-2 {
  right: 0.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.left-2 {
  left: 0.5rem;
}

.top-3 {
  top: 1rem;
}

.right-3 {
  right: 1rem;
}

.bottom-3 {
  bottom: 1rem;
}

.left-3 {
  left: 1rem;
}

.top-4 {
  top: 1.5rem;
}

.right-4 {
  right: 1.5rem;
}

.bottom-4 {
  bottom: 1.5rem;
}

.left-4 {
  left: 1.5rem;
}

.top-5 {
  top: 3rem;
}

.right-5 {
  right: 3rem;
}

.bottom-5 {
  bottom: 3rem;
}

.left-5 {
  left: 3rem;
}

.top--9 {
  top: -10rem;
}

.right--9 {
  right: -10rem;
}

.bottom--9 {
  bottom: -10rem;
}

.left--9 {
  left: -10rem;
}

.top--8 {
  top: -8rem;
}

.right--8 {
  right: -8rem;
}

.bottom--8 {
  bottom: -8rem;
}

.left--8 {
  left: -8rem;
}

.top--7 {
  top: -6rem;
}

.right--7 {
  right: -6rem;
}

.bottom--7 {
  bottom: -6rem;
}

.left--7 {
  left: -6rem;
}

.top--6 {
  top: -4.5rem;
}

.right--6 {
  right: -4.5rem;
}

.bottom--6 {
  bottom: -4.5rem;
}

.left--6 {
  left: -4.5rem;
}

.top--5 {
  top: -3rem;
}

.right--5 {
  right: -3rem;
}

.bottom--5 {
  bottom: -3rem;
}

.left--5 {
  left: -3rem;
}

.top--4 {
  top: -1.5rem;
}

.right--4 {
  right: -1.5rem;
}

.bottom--4 {
  bottom: -1.5rem;
}

.left--4 {
  left: -1.5rem;
}

.top--3 {
  top: -1rem;
}

.right--3 {
  right: -1rem;
}

.bottom--3 {
  bottom: -1rem;
}

.left--3 {
  left: -1rem;
}

.top--2 {
  top: -0.5rem;
}

.right--2 {
  right: -0.5rem;
}

.bottom--2 {
  bottom: -0.5rem;
}

.left--2 {
  left: -0.5rem;
}

.top--1 {
  top: -0.25rem;
}

.right--1 {
  right: -0.25rem;
}

.bottom--1 {
  bottom: -0.25rem;
}

.left--1 {
  left: -0.25rem;
}

.top-6 {
  top: 4.5rem;
}

.right-6 {
  right: 4.5rem;
}

.bottom-6 {
  bottom: 4.5rem;
}

.left-6 {
  left: 4.5rem;
}

.top-7 {
  top: 6rem;
}

.right-7 {
  right: 6rem;
}

.bottom-7 {
  bottom: 6rem;
}

.left-7 {
  left: 6rem;
}

.top-8 {
  top: 8rem;
}

.right-8 {
  right: 8rem;
}

.bottom-8 {
  bottom: 8rem;
}

.left-8 {
  left: 8rem;
}

.top-9 {
  top: 10rem;
}

.right-9 {
  right: 10rem;
}

.bottom-9 {
  bottom: 10rem;
}

.left-9 {
  left: 10rem;
}

.center {
  left: 50%;
  transform: translateX(-50%);
}

[class*=shadow] {
  transition: all 0.15s ease;
}

.shadow-sm--hover:hover {
  box-shadow: 0 0 0.5rem rgba(136, 152, 170, 0.075) !important;
}

.shadow--hover:hover {
  box-shadow: 0 0 2rem 0 rgba(136, 152, 170, 0.15) !important;
}

.shadow-lg--hover:hover {
  box-shadow: 0 0 3rem rgba(136, 152, 170, 0.175) !important;
}

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

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

.row.row-grid > [class*=col-] + [class*=col-] {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .row.row-grid > [class*=col-lg-] + [class*=col-lg-] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .row.row-grid > [class*=col-md-] + [class*=col-md-] {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .row.row-grid > [class*=col-sm-] + [class*=col-sm-] {
    margin-top: 0;
  }
}
.row-grid + .row-grid {
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .mt--100 {
    margin-top: -100px !important;
  }
  .mr--100 {
    margin-right: -100px !important;
  }
  .mb--100 {
    margin-bottom: -100px !important;
  }
  .ml--100 {
    margin-left: -100px !important;
  }
  .mt--150 {
    margin-top: -150px !important;
  }
  .mb--150 {
    margin-bottom: -150px !important;
  }
  .mt--200 {
    margin-top: -200px !important;
  }
  .mb--200 {
    margin-bottom: -200px !important;
  }
  .mt--300 {
    margin-top: -300px !important;
  }
  .mb--300 {
    margin-bottom: -300px !important;
  }
  .pt-100 {
    padding-top: 100px !important;
  }
  .pb-100 {
    padding-bottom: 100px !important;
  }
  .pt-150 {
    padding-top: 150px !important;
  }
  .pb-150 {
    padding-bottom: 150px !important;
  }
  .pt-200 {
    padding-top: 200px !important;
  }
  .pb-200 {
    padding-bottom: 200px !important;
  }
  .pt-250 {
    padding-top: 250px !important;
  }
  .pb-250 {
    padding-bottom: 250px !important;
  }
  .pt-300 {
    padding-top: 300px !important;
  }
  .pb-300 {
    padding-bottom: 300px !important;
  }
}
.font-weight-300 {
  font-weight: 300 !important;
}

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

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

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

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

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

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

.text-underline {
  text-decoration: underline;
}

.text-through {
  text-decoration: line-through;
}

.text-xs {
  font-size: 0.75rem !important;
}

.text-sm {
  font-size: 0.875rem !important;
}

.text-lg {
  font-size: 1.25rem !important;
}

.text-xl {
  font-size: 1.5rem !important;
}

.lh-100 {
  line-height: 1;
}

.lh-110 {
  line-height: 1.1;
}

.lh-120 {
  line-height: 1.2;
}

.lh-130 {
  line-height: 1.3;
}

.lh-140 {
  line-height: 1.4;
}

.lh-150 {
  line-height: 1.5;
}

.lh-160 {
  line-height: 1.6;
}

.lh-170 {
  line-height: 1.7;
}

.lh-180 {
  line-height: 1.8;
}

.ls-1 {
  letter-spacing: 0.0625rem;
}

.ls-15 {
  letter-spacing: 0.09375rem;
}

.ls-2 {
  letter-spacing: 0.125rem;
}

.text-blue {
  color: #457332 !important;
}

a.text-blue:hover,
a.text-blue:focus {
  color: #2e591c !important;
}

.text-indigo {
  color: #5603ad !important;
}

a.text-indigo:hover,
a.text-indigo:focus {
  color: #310262 !important;
}

.text-purple {
  color: #8965e0 !important;
}

a.text-purple:hover,
a.text-purple:focus {
  color: #5a2acf !important;
}

.text-pink {
  color: #f3a4b5 !important;
}

a.text-pink:hover,
a.text-pink:focus {
  color: #ea607e !important;
}

.text-red {
  color: #f5365c !important;
}

a.text-red:hover,
a.text-red:focus {
  color: #d40b33 !important;
}

.text-orange {
  color: #ff8e02 !important;
}

a.text-orange:hover,
a.text-orange:focus {
  color: #ea3005 !important;
}

.text-yellow {
  color: #ffd600 !important;
}

a.text-yellow:hover,
a.text-yellow:focus {
  color: #b39600 !important;
}

.text-green {
  color: #2dce89 !important;
}

a.text-green:hover,
a.text-green:focus {
  color: #1f8f5f !important;
}

.text-teal {
  color: #11cdef !important;
}

a.text-teal:hover,
a.text-teal:focus {
  color: #0b90a8 !important;
}

.text-cyan {
  color: #2bffc6 !important;
}

a.text-cyan:hover,
a.text-cyan:focus {
  color: #00dea2 !important;
}

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

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-gray {
  color: #212529 !important;
}

a.text-gray:hover,
a.text-gray:focus {
  color: #607286 !important;
}

.text-gray-dark {
  color: #32325d !important;
}

a.text-gray-dark:hover,
a.text-gray-dark:focus {
  color: #17172b !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #a2aeb9 !important;
}

.text-lighter {
  color: #e9ecef !important;
}

a.text-lighter:hover,
a.text-lighter:focus {
  color: #bdc6cf !important;
}

@media (min-width: 992px) {
  .transform-perspective-right {
    transform: scale(1) perspective(1040px) rotateY(-11deg) rotateX(2deg) rotate(2deg);
  }
  .transform-perspective-left {
    transform: scale(1) perspective(2000px) rotateY(11deg) rotateX(2deg) rotate(-2deg);
  }
}
.datepicker {
  border-radius: 0.375rem;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-top: 7px solid white;
  border-bottom: 0;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.datepicker table {
  margin: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

.datepicker table tr td {
  border-radius: 50%;
}

.datepicker table tr th {
  font-weight: 500;
  border-radius: 0.375rem;
}

.datepicker table tr td,
.datepicker table tr th {
  font-size: 0.875rem;
  width: 36px;
  height: 36px;
  transition: all 0.15s ease;
  text-align: center;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #adb5bd;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  cursor: pointer;
  background: white;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

.datepicker table tr td.highlighted {
  border-radius: 0;
}

.datepicker table tr td.highlighted.focused {
  background: #457332;
}

.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  color: #ced4da;
  background: #457332;
}

.datepicker table tr td.today {
  background: white;
}

.datepicker table tr td.today.focused {
  background: white;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  color: #212529;
  background: white;
}

.datepicker table tr td.range {
  color: #fff;
  border-radius: 0;
  background: #457332;
}

.datepicker table tr td.range.focused {
  background: #3b53de;
}

.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active,
.datepicker table tr td.range.day.disabled:hover {
  color: #8a98eb;
  background: #324cdd;
}

.datepicker table tr td.range.highlighted.focused {
  background: #cbd3da;
}

.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  color: #dee2e6;
  background: #e9ecef;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  color: #fff;
  background: #457332;
}

.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.day.range:hover {
  color: #fff;
  background: #457332;
}

.datepicker table tr td.active,
.datepicker table tr td.active.highlighted,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background: #457332;
  box-shadow: none;
}

.datepicker table tr td span {
  line-height: 54px;
  display: block;
  float: left;
  width: 23%;
  height: 54px;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #e9ecef;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  cursor: default;
  color: #dee2e6;
  background: none;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #212529;
}

.datepicker .datepicker-switch {
  width: 145px;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #e9ecef;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.bootstrap-tagsinput {
  display: inline-block;
  max-width: 100%;
  padding: 0.25rem;
  cursor: text;
  vertical-align: middle;
  color: #212529;
  border: 0 solid transparent;
  border-radius: 0.25rem;
  background-color: #fff;
}

.bootstrap-tagsinput input {
  width: auto;
  max-width: inherit;
  margin: 0;
  padding: 0 6px;
  border: none;
  outline: none;
  background-color: transparent;
  box-shadow: none;
}

.bootstrap-tagsinput input::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

.bootstrap-tagsinput input::placeholder {
  opacity: 1;
  color: #adb5bd;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .badge {
  line-height: 1.5;
  position: relative;
  margin: 0.125rem;
  padding: 0.625rem 0.625rem 0.5rem;
  transition: all 0.15s ease;
  color: #fff;
  border-radius: 0.25rem;
  background: #172b4d;
  box-shadow: 0 1px 2px rgba(68, 68, 68, 0.25);
}

@media (prefers-reduced-motion: reduce) {
  .bootstrap-tagsinput .badge {
    transition: none;
  }
}
.bootstrap-tagsinput .badge:hover {
  padding-right: 1.5rem;
}

.bootstrap-tagsinput [data-role=remove] {
  position: absolute;
  top: 50%;
  margin-left: 10px;
  cursor: pointer;
  transform: translate(0, -50%);
  color: #fff;
}

.bootstrap-tagsinput [data-role=remove]:after {
  font-size: 16px;
  content: "×";
}

#chartjs-tooltip {
  position: absolute;
  transition: all 0.1s ease;
  transform: translate(-50%, 0);
  pointer-events: none;
  opacity: 1;
  color: white;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.7);
}

.chartjs-tooltip-key {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
}

.dataTables_wrapper {
  font-size: 0.875rem;
}

table.dataTable {
  /*margin-bottom: 1.25rem !important;*/
  border-bottom: 1px solid #e9ecef;
}

table.dataTable tbody > tr.selected {
  background-color: #457332;
}

.dataTables_length,
.dataTables_info {
  padding-left: 1.5rem;
}

.dataTables_length .form-control {
  margin: 0 0.375rem;
}

/*.dataTables_filter {
    display: inline-block;
    float: right;
    padding-right: 1.5rem;
}*/
/*.dataTables_paginate {
    padding-right: 1.5rem;
}*/
.dropzone {
  position: relative;
  display: flex;
  flex-direction: column;
}

.dz-message {
  z-index: 999;
  padding: 5rem 1rem;
  cursor: pointer;
  transition: all 0.15s ease;
  text-align: center;
  color: #212529;
  border: 1px dashed #dee2e6;
  border-radius: 0.375rem;
  background-color: #fff;
  order: -1;
}

.dz-message:hover {
  color: #525f7f;
  border-color: #212529;
}

.dz-drag-hover .dz-message {
  color: #457332;
  border-color: #457332;
}

.dropzone-multiple .dz-message {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.dropzone-single.dz-max-files-reached .dz-message {
  opacity: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}

.dropzone-single.dz-max-files-reached .dz-message:hover {
  opacity: 1;
}

.dz-preview-single {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

.dz-preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.375rem;
}

.dz-preview-img {
  width: 100%;
  height: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.dz-preview-multiple .list-group-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

[data-dz-size] strong {
  font-weight: 400;
}

.fc-header-toolbar {
  display: none;
}

.fc-scroller {
  height: auto !important;
}

.fc th {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  text-transform: uppercase;
  color: #212529;
}

.fc div.fc-row {
  margin-right: 0;
  border: 0;
}

.fc button .fc-icon {
  top: -5px;
}

.fc-unthemed td.fc-today {
  background-color: transparent;
}

.fc-unthemed td.fc-today span {
  color: #ff8e02;
}

.fc-event {
  font-size: 0.75rem;
  padding: 0;
  border: 0;
  border-radius: 0.25rem;
}

.fc-event .fc-title {
  font-weight: 600;
  display: block;
  overflow: hidden;
  padding: 0.4rem 0.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}

.fc-event .fc-time {
  float: left;
  margin: 0 0 0 -1px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.2);
}

.fc-view,
.fc-view > table {
  overflow: hidden;
  border: 0;
}

.fc-view > table > tbody > tr .ui-widget-content {
  border-top: 0;
}

.fc-body {
  border: 0;
}

.fc-icon {
  font-family: NucleoIcons, sans-serif;
  font-size: 1rem;
  line-height: 35px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.fc-icon:hover {
  color: #457332;
}

.fc-button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fc-button:focus,
.fc-button:active {
  outline: 0;
}

.calendar {
  z-index: 0;
}

.calendar td,
.calendar th {
  border-color: #eff1f3;
}

.calendar .fc-toolbar {
  position: relative;
  z-index: 2;
  height: 250px;
  margin-bottom: -2px;
  border-radius: 0.375rem 0.375rem 0 0;
  background-color: #fff;
}

@media (max-width: 575.98px) {
  .calendar .fc-toolbar {
    height: 135px;
  }
}
.calendar .fc-day-number {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5rem 1rem;
}

@media (min-width: 576px) {
  .calendar .fc-day-number {
    font-size: 0.875rem;
    font-weight: 600;
    color: #67779d;
  }
}
.calendar .fc-day-header {
  text-align: left;
}

.calendar .fc-day-grid-event {
  margin: 1px 9px;
}

[data-calendar-month] {
  transition: background-image 300ms;
  background-size: contain;
}

@media (prefers-reduced-motion: reduce) {
  [data-calendar-month] {
    transition: none;
  }
}
[data-calendar-month="0"] {
  background-image: url("../img/calendar/january.jpg");
}

[data-calendar-month="1"] {
  background-image: url("../img/calendar/february.jpg");
}

[data-calendar-month="2"] {
  background-image: url("../img/calendar/march.jpg");
}

[data-calendar-month="3"] {
  background-image: url("../img/calendar/april.jpg");
}

[data-calendar-month="4"] {
  background-image: url("../img/calendar/may.jpg");
}

[data-calendar-month="5"] {
  background-image: url("../img/calendar/june.jpg");
}

[data-calendar-month="6"] {
  background-image: url("../img/calendar/july.jpg");
}

[data-calendar-month="7"] {
  background-image: url("../img/calendar/august.jpg");
}

[data-calendar-month="8"] {
  background-image: url("../img/calendar/september.jpg");
}

[data-calendar-month="9"] {
  background-image: url("../img/calendar/october.jpg");
}

[data-calendar-month="10"] {
  background-image: url("../img/calendar/november.jpg");
}

[data-calendar-month="11"] {
  background-image: url("../img/calendar/december.jpg");
}

.card-calendar .card-header {
  border-bottom: 0;
}

.card-calendar table {
  background: transparent;
}

.card-calendar table tr > td:first-child {
  border-left-width: 0;
}

.card-calendar table tr > td:last-child {
  border-right-width: 0;
}

.widget-calendar {
  position: relative;
  z-index: 0;
}

.widget-calendar td,
.widget-calendar th {
  text-align: center;
  border-color: transparent;
}

.widget-calendar .fc-toolbar {
  margin-top: 1.25rem;
}

.widget-calendar .fc-toolbar h2 {
  font-size: 1rem;
}

.widget-calendar .fc-day-number {
  width: 100%;
  padding: 0;
  text-align: center;
}

.widget-calendar .fc table {
  font-size: 0.875rem;
}

.widget-calendar .fc th {
  font-size: 0.75rem;
  padding: 0.75rem 0.5rem;
}

.vector-map {
  position: relative;
  height: 600px;
}

.vector-map-sm {
  height: 280px;
}

.jvectormap-container {
  width: 100%;
  height: 100%;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  bottom: 0;
  left: 0;
}

.jvectormap-zoomin {
  bottom: 4.25rem;
}

.jvectormap-zoomout {
  bottom: 2rem;
}

/*!
* Lavalamp
* http://lavalamp.magicmediamuse.com/
*/
.lavalamp {
  position: relative;
}

.lavalamp-item {
  position: relative;
  z-index: 5;
}

.lavalamp-object {
  position: absolute;
  top: 0;
  left: 0;
}

/* Custom easing transitions */
.lavalamp .lavalamp-object {
  transition-property: transform, width, height;
}

.lavalamp .lavalamp-object.ease {
  transition-timing-function: ease;
}

.lavalamp .lavalamp-object.ease-in {
  transition-timing-function: ease-in;
}

.lavalamp .lavalamp-object.ease-out {
  transition-timing-function: ease-out;
}

.lavalamp .lavalamp-object.ease-in-out {
  transition-timing-function: ease-in-out;
}

.lavalamp .lavalamp-object.linear {
  transition-timing-function: linear;
}

.lavalamp .lavalamp-object.easeInQuad {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.lavalamp .lavalamp-object.easeInCubic {
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.lavalamp .lavalamp-object.easeInQuart {
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.lavalamp .lavalamp-object.easeInQuint {
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.lavalamp .lavalamp-object.easeInSine {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

.lavalamp .lavalamp-object.easeInExpo {
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.lavalamp .lavalamp-object.easeInCirc {
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.lavalamp .lavalamp-object.easeInBack {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.lavalamp .lavalamp-object.easeOutQuad {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.lavalamp .lavalamp-object.easeOutCubic {
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lavalamp .lavalamp-object.easeOutQuart {
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

.lavalamp .lavalamp-object.easeOutQuint {
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.lavalamp .lavalamp-object.easeOutSine {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

.lavalamp .lavalamp-object.easeOutExpo {
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.lavalamp .lavalamp-object.easeOutCirc {
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.lavalamp .lavalamp-object.easeOutBack {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lavalamp .lavalamp-object.easeInOutQuad {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.lavalamp .lavalamp-object.easeInOutCubic {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuart {
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

.lavalamp .lavalamp-object.easeInOutQuint {
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.lavalamp .lavalamp-object.easeInOutSine {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.lavalamp .lavalamp-object.easeInOutExpo {
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

.lavalamp .lavalamp-object.easeInOutCirc {
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.lavalamp .lavalamp-object.easeInOutBack {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.noUi-target,
.noUi-target * {
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  touch-action: none;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.noUi-connects {
  z-index: 0;
  overflow: hidden;
}

.noUi-connect,
.noUi-origin {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  will-change: transform;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  right: 0;
  left: auto;
}

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  top: -6px;
  left: -17px;
  width: 34px;
  height: 28px;
}

.noUi-vertical {
  width: 5px;
}

.noUi-vertical .noUi-handle {
  top: -17px;
  left: -6px;
  width: 28px;
  height: 34px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #457332;
}

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  cursor: default;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  outline: none;
  background: #fff;
  box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
  outline: none;
}

/* Disabled state;
*/
[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
*
*/
.noUi-pips,
.noUi-pips * {
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
*
*/
.noUi-value {
  position: absolute;
  text-align: center;
  white-space: nowrap;
}

.noUi-value-sub {
  font-size: 10px;
  color: #ccc;
}

/* Markings;
*
*/
.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
*
*/
.noUi-pips-horizontal {
  top: 100%;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
}

.noUi-value-horizontal {
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  width: 2px;
  height: 5px;
  margin-left: -1px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
*
*/
.noUi-pips-vertical {
  top: 0;
  left: 100%;
  height: 100%;
  padding: 0 10px;
}

.noUi-value-vertical {
  padding-left: 25px;
  transform: translate(0, -50%, 0);
}

.noUi-rtl .noUi-value-vertical {
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  position: absolute;
  display: block;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  background: #fff;
}

.noUi-horizontal .noUi-tooltip {
  bottom: 120%;
  left: 50%;
  transform: translate(-50%, 0);
}

.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
  transform: translate(0, -50%);
}

.noUi-target {
  margin: 15px 0;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  background: #eceeef;
  box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
}

.noUi-horizontal {
  height: 5px;
}

html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -10px;
}

.noUi-vertical {
  width: 5px;
}

.noUi-connect {
  background: #457332;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
  top: -5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  transition: box-shadow 0.15s, transform 0.15s;
  border: 0;
  border-radius: 100%;
  background-color: #457332;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle.noUi-active,
.noUi-vertical .noUi-handle.noUi-active {
  box-shadow: 0 0 0 2px #457332;
}

.input-slider--cyan .noUi-connect {
  background: #2bffc6;
}

/* Disabled state */
[disabled] .noUi-connect,
[disabled].noUi-connect {
  background: #b2b2b2;
}

[disabled] .noUi-handle,
[disabled].noUi-origin {
  cursor: not-allowed;
}

/* Range slider value labels */
.range-slider-value {
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.4em 0.8em 0.3em 0.85em;
  color: #fff;
  border-radius: 10px;
  background-color: rgba(33, 37, 41, 0.7);
}

.range-slider-wrapper .upper-info {
  font-weight: 400;
  margin-bottom: 5px;
}

.input-slider-value-output {
  font-size: 11px;
  position: relative;
  top: 12px;
  padding: 4px 8px;
  color: #fff;
  border-radius: 2px;
  background: #333;
}

.input-slider-value-output:after {
  position: absolute;
  bottom: 100%;
  left: 10px;
  width: 0;
  height: 0;
  margin-left: -4px;
  content: " ";
  pointer-events: none;
  border: solid transparent;
  border-width: 4px;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #333;
}

.input-slider-value-output.left:after {
  right: auto;
  left: 10px;
}

.input-slider-value-output.right:after {
  right: 10px;
  left: auto;
}

.ql-container {
  font-family: Open Sans, sans-serif;
}

.ql-toolbar {
  position: relative;
  padding: 0.625rem 0.75rem;
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem 0.25rem 0 0;
  background-color: #fff;
}

.ql-toolbar + .ql-container {
  margin-top: -1px;
}

.ql-toolbar + .ql-container .ql-editor {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.ql-editor {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  min-height: 6rem;
  padding: 0.625rem 0.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .ql-editor {
    transition: none;
  }
}
.ql-editor::-ms-expand {
  border: 0;
  background-color: transparent;
}

.ql-editor:focus {
  color: #212529;
  border-color: #457332;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.ql-editor:focus {
  border-color: #dee2e6;
}

.ql-hidden {
  position: absolute;
  transform: scale(0);
}

.ql-editor.ql-blank::before {
  font-style: normal;
  top: 0.625rem;
  left: 0.75rem;
  color: #adb5bd;
}

.ql-editor:focus::before {
  display: none;
}

.ql-formats {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.ql-formats:first-child {
  padding-left: 0;
}

.ql-formats:last-child {
  padding-right: 0;
}

.ql-toolbar button {
  padding: 0 0.25rem;
  cursor: pointer;
  transition: all 0.15s ease;
  color: #525f7f;
  border: none;
  background: none;
}

.ql-toolbar button:hover {
  color: #457332;
}

.ql-toolbar button:first-child {
  margin-left: -0.25rem;
}

.ql-toolbar .ql-active {
  color: #457332;
}

.ql-toolbar button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.ql-toolbar .ql-stroke {
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.ql-toolbar .ql-thin {
  stroke-width: 1;
}

.ql-toolbar .ql-fill {
  fill: currentColor;
}

.ql-toolbar input.ql-image {
  position: absolute;
  transform: scale(0);
}

.ql-tooltip {
  position: absolute;
  display: flex;
  width: 18.5rem;
  margin-top: 0.6rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.4375rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 2rem 0 rgba(0, 0, 0, 0.2);
  flex-wrap: nowrap;
}

.ql-tooltip:before,
.ql-tooltip:after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  content: "";
  transform: translateX(-50%);
}

.ql-tooltip:before {
  border-right: 0.6rem solid transparent;
  border-bottom: 0.6rem solid rgba(0, 0, 0, 0.05);
  border-left: 0.6rem solid transparent;
}

.ql-tooltip:after {
  border-right: 0.5rem solid transparent;
  border-bottom: 0.5rem solid #fff;
  border-left: 0.5rem solid transparent;
}

.ql-container .ql-tooltip:hover {
  display: flex !important;
}

.ql-tooltip .ql-preview {
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
  padding: 0.25rem 0.5rem;
  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;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-preview {
    transition: none;
  }
}
.ql-tooltip.ql-editing .ql-preview {
  display: none;
}

.ql-tooltip input {
  font-size: 0.875rem;
  line-height: 1.5;
  display: none;
  width: 100%;
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  color: #212529;
  border: none;
  background-color: transparent;
}

.ql-tooltip input:focus {
  outline: none;
}

.ql-tooltip.ql-editing input {
  display: block;
}

.ql-tooltip .ql-action,
.ql-tooltip .ql-remove {
  margin-left: 0.25rem;
}

.ql-tooltip .ql-action::before,
.ql-tooltip .ql-remove::before {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  display: inline-block;
  padding: 0.25rem 0.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

@media (prefers-reduced-motion: reduce) {
  .ql-tooltip .ql-action::before,
  .ql-tooltip .ql-remove::before {
    transition: none;
  }
}
.ql-tooltip .ql-action::before:hover,
.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-remove::before:hover,
.ql-tooltip .ql-remove::before:focus {
  text-decoration: none;
}

.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus,
.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
  outline: 0;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.ql-tooltip .ql-action::before,
.ql-tooltip.ql-editing .ql-action::before {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ql-tooltip .ql-action::before:hover,
.ql-tooltip.ql-editing .ql-action::before:hover {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.ql-tooltip .ql-action::before:focus,
.ql-tooltip .ql-action::before.focus,
.ql-tooltip.ql-editing .ql-action::before:focus,
.ql-tooltip.ql-editing .ql-action::before.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.ql-tooltip .ql-action::before.disabled,
.ql-tooltip .ql-action::before:disabled,
.ql-tooltip.ql-editing .ql-action::before.disabled,
.ql-tooltip.ql-editing .ql-action::before:disabled {
  color: #fff;
  border-color: #457332;
  background-color: #457332;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-action::before.dropdown-toggle,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip.ql-editing .ql-action::before.dropdown-toggle {
  color: #fff;
  border-color: #457332;
  background-color: #324cdd;
}

.ql-tooltip .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-action::before.dropdown-toggle:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip.ql-editing .ql-action::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip.ql-editing .ql-action::before.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(94, 114, 228, 0.5);
}

.ql-tooltip .ql-action::before {
  content: "Edit";
}

.ql-tooltip.ql-editing .ql-action::before {
  content: "Save";
}

.ql-tooltip .ql-remove::before {
  content: "Remove";
  color: #212529;
  border-color: #fff;
  border-color: #dee2e6;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.ql-tooltip .ql-remove::before:hover {
  color: #212529;
  border-color: white;
  background-color: white;
}

.ql-tooltip .ql-remove::before:focus,
.ql-tooltip .ql-remove::before.focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.ql-tooltip .ql-remove::before.disabled,
.ql-tooltip .ql-remove::before:disabled {
  color: #212529;
  border-color: #fff;
  background-color: #fff;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle {
  color: #212529;
  border-color: white;
  background-color: #e6e6e6;
}

.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled):active:focus,
.ql-tooltip .ql-remove::before:not(:disabled):not(.disabled).active:focus,
.show > .ql-tooltip .ql-remove::before.dropdown-toggle:focus {
  box-shadow: none, 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.ql-tooltip.ql-editing .ql-remove::before {
  display: none;
}

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

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

.scroll-wrapper {
  position: relative;
  overflow: hidden !important;
  padding: 0 !important;
}

.scroll-wrapper > .scroll-content {
  position: relative !important;
  top: 0;
  left: 0;
  overflow: scroll !important;
  box-sizing: content-box !important;
  width: auto !important;
  max-width: none !important;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 0;
  border: none !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  display: none;
  box-sizing: content-box;
}

.scroll-element div {
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #ccc;
  border-top-color: #999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  position: relative !important;
  top: 0;
  overflow: scroll !important;
  box-sizing: border-box;
  width: 100% !important;
  max-width: none !important;
  height: 100% !important;
  max-height: none !important;
  margin: 0;
  padding: 2px;
  border: none !important;
  outline: none;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  width: 0;
  height: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

.scrollbar-inner > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 8px;
}

.scrollbar-inner > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 8px;
  height: 100%;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
}

.scrollbar-outer > .scroll-element {
  background-color: #fff;
}

.scrollbar-outer > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12px;
}

.scrollbar-outer > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  height: 8px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eee;
}

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.scrollbar-macosx > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx > .scroll-element .scroll-bar {
  display: block;
  transition: opacity 0.2s linear;
  opacity: 0;
  border-radius: 7px;
  background-color: #6c6e71;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  overflow: visible;
  width: 100%;
  min-width: 100%;
  height: 0;
}

.scrollbar-macosx > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  min-height: 100%;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  top: -9px;
  min-width: 10px;
  height: 7px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  left: -9px;
  width: 7px;
  min-height: 10px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light > .scroll-element,
.scrollbar-light > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

.scrollbar-light > .scroll-element {
  background-color: #fff;
}

.scrollbar-light > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-light > .scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light > .scroll-element .scroll-element_size {
  border-radius: 10px;
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
}

.scrollbar-light > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 17px;
}

.scrollbar-light > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 17px;
  height: 100%;
  min-height: 100%;
}

.scrollbar-light > .scroll-element .scroll-bar {
  border: 1px solid #dbdbdb;
  border-radius: 10px;
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-bar {
  top: 0;
  min-width: 10px;
  height: 10px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-bar {
  left: 0;
  width: 10px;
  min-height: 10px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_outer {
  top: 2px;
  left: 2px;
  height: 12px;
}

.scrollbar-light > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  left: 2px;
  width: 12px;
}

.scrollbar-light > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail > .scroll-element,
.scrollbar-rail > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

.scrollbar-rail > .scroll-element {
  background-color: #fff;
}

.scrollbar-rail > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-rail > .scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 12px;
  padding: 3px 0 2px;
}

.scrollbar-rail > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 12px;
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
}

.scrollbar-rail > .scroll-element .scroll-bar {
  border-radius: 2px;
  background-color: #d0b9a0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail > .scroll-element .scroll-element_outer:hover .scroll-bar {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail > .scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail > .scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-bar {
  top: 1px;
  min-width: 10px;
  height: 10px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-bar {
  left: 1px;
  width: 10px;
  min-height: 10px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_outer {
  left: 5px;
  height: 15px;
}

.scrollbar-rail > .scroll-element.scroll-x .scroll-element_size {
  top: 5px;
  left: -10px;
  height: 2px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail > .scroll-element.scroll-y .scroll-element_size {
  top: -10px;
  left: 5px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic > .scroll-element,
.scrollbar-dynamic > .scroll-element div {
  position: absolute;
  z-index: 10;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

.scrollbar-dynamic > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-dynamic > .scroll-element.scroll-x {
  bottom: 2px;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y {
  top: 0;
  right: 2px;
  width: 7px;
  height: 100%;
  min-height: 100%;
}

.scrollbar-dynamic > .scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element .scroll-element_size {
  transition: opacity 0.2s;
  opacity: 0;
  border-radius: 12px;
  background-color: #ccc;
}

.scrollbar-dynamic > .scroll-element .scroll-bar {
  border-radius: 7px;
  background-color: #6c6e71;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
  top: auto;
  bottom: 0;
  min-width: 24px;
  height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
  right: 0;
  left: auto;
  width: 7px;
  min-height: 24px;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
  top: auto;
  bottom: 0;
  left: 2px;
  transition: height 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
  right: 0;
  left: auto;
  transition: width 0.2s;
}

.scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  width: 20px;
  min-width: 7px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome > .scroll-element,
.scrollbar-chrome > .scroll-element div {
  position: absolute;
  z-index: 10;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
}

.scrollbar-chrome > .scroll-element {
  background-color: #fff;
}

.scrollbar-chrome > .scroll-element div {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-element_track {
  border: 1px solid #dbdbdb;
  background: #f1f1f1;
}

.scrollbar-chrome > .scroll-element.scroll-x {
  bottom: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  height: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  min-height: 100%;
}

.scrollbar-chrome > .scroll-element .scroll-bar {
  cursor: default;
  border: 1px solid #bdbdbd;
  border-radius: 2px;
  background-color: #d9d9d9;
}

.scrollbar-chrome > .scroll-element .scroll-bar:hover {
  border-color: #a9a9a9;
  background-color: #c2c2c2;
}

.scrollbar-chrome > .scroll-element.scroll-draggable .scroll-bar {
  border-color: #7e7e7e;
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome > .scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome > .scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-bar {
  top: 3px;
  min-width: 10px;
  height: 8px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-bar {
  left: 3px;
  width: 8px;
  min-height: 10px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_track {
  left: -3px;
  height: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-x .scroll-element_size {
  left: -4px;
  height: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome > .scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

.scrollbar-inner {
  height: 100%;
}

.scrollbar-inner:not(:hover) .scroll-element {
  opacity: 0;
}

.scrollbar-inner .scroll-element {
  margin-right: 2px;
  transition: opacity 300ms;
}

.scrollbar-inner .scroll-element .scroll-bar,
.scrollbar-inner .scroll-element .scroll-element_track {
  transition: background-color 300ms;
}

.scrollbar-inner .scroll-element .scroll-element_track {
  background-color: transparent;
}

.scrollbar-inner .scroll-element:hover {
  width: 4px;
}

.scrollbar-inner .scroll-element.scroll-y {
  right: 0;
  width: 3px;
}

.scrollbar-inner .scroll-element.scroll-x {
  bottom: 0;
  height: 3px;
}

.select2-selection__arrow {
  display: none;
}

.select2.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 1rem;
  line-height: 1.5;
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem);
  padding: 0.0625rem 0.75rem;
  transition: all 0.15s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #212529;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 3px 2px rgba(233, 236, 239, 0.05);
}

@media (prefers-reduced-motion: reduce) {
  .select2-container .select2-selection--single,
  .select2-container--default.select2-container--focus .select2-selection--multiple,
  .select2-container--default .select2-selection--multiple,
  .select2-container--default .select2-search--dropdown .select2-search__field {
    transition: none;
  }
}
.select2-container .select2-selection--single::-ms-expand,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-selection--multiple::-ms-expand,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-expand {
  border: 0;
  background-color: transparent;
}

.select2-container .select2-selection--single:focus,
.select2-container--default.select2-container--focus .select2-selection--multiple:focus,
.select2-container--default .select2-selection--multiple:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  color: #212529;
  border-color: #457332;
  outline: 0;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(50, 50, 9, 0), 3px 4px 8px rgba(94, 114, 228, 0.1);
}

.select2-container .select2-selection--single::-ms-input-placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-selection--multiple::-ms-input-placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
  opacity: 1;
  color: #adb5bd;
}

.select2-container .select2-selection--single::placeholder,
.select2-container--default.select2-container--focus .select2-selection--multiple::placeholder,
.select2-container--default .select2-selection--multiple::placeholder,
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  opacity: 1;
  color: #adb5bd;
}

.select2-container .select2-selection--single:disabled,
.select2-container .select2-selection--single[readonly],
.select2-container--default.select2-container--focus .select2-selection--multiple:disabled,
.select2-container--default.select2-container--focus .select2-selection--multiple[readonly],
.select2-container--default .select2-selection--multiple:disabled,
.select2-container--default .select2-selection--multiple[readonly],
.select2-container--default .select2-search--dropdown .select2-search__field:disabled,
.select2-container--default .select2-search--dropdown .select2-search__field[readonly] {
  opacity: 1;
  background-color: #e9ecef;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: inherit;
  padding: 0;
  white-space: inherit;
  text-overflow: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444 !important;
  line-height: 28px !important;
}

.select2-dropdown {
  padding: 0.5rem 0;
  border: 1px solid #dee2e6;
  border-radius: 0.4375rem;
  background-color: #fff;
}

.select2-results__option {
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  color: #212529;
  background-color: #fff;
}

.select2-results__option:hover,
.select2-results__option:focus {
  text-decoration: none;
  color: #16181b;
  background-color: #f6f9fc;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #16181b;
  background-color: transparent;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #212529;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
  height: auto;
  min-height: calc(1.5em + 1.25rem + 2px);
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: block;
  margin: 0 0 -0.25rem -0.25rem;
  padding: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  font-size: 0.875rem;
  line-height: 1.5rem;
  display: inline-flex;
  margin: 0 0 0.25rem 0.25rem;
  padding: 0 0.5rem;
  color: #212529;
  border: none;
  border-radius: 0.25rem;
  background-color: #adb5bd;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 0.5rem;
  color: #212529;
  order: 2;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #525f7f;
}

.select2-container .select2-search--inline {
  display: none;
}

.select2-selection[aria-expanded=true] {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.select2-search--dropdown {
  padding: 0.5rem 0.75rem;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}

.form-control-sm + .select2-container .select2-selection--single,
.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
}

.form-control-sm + .select2-container .select2-selection--single {
  height: calc(1.5em + 0.5rem + 2px);
}

.form-control-sm + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-sm + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 0.5rem + 2px);
}

.form-control-sm + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.3125rem;
}

.form-control-lg + .select2-container .select2-selection--single,
.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  font-size: 1.25rem;
  line-height: 1.5;
  height: calc(1.5em + 1.75rem + 2px);
  padding: 0.875rem 1rem;
  border-radius: 0.4375rem;
}

.form-control-lg + .select2-container--default.select2-container--focus .select2-selection--multiple,
.form-control-lg + .select2-container--default .select2-selection--multiple {
  min-height: calc(1.5em + 1.75rem + 2px);
}

.form-control-lg + .select2-container--default .select2-selection--multiple .select2-selection__choice {
  line-height: 1.875rem;
}

.swal2-popup {
  padding: 1.5rem;
}

.swal2-popup .swal2-title {
  font-size: 1.5rem;
}

.swal2-popup .swal2-content {
  font-size: 1rem;
}

.swal2-popup .swal2-image {
  max-width: 200px;
}

.sr-only,
.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after,
.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after,
.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after,
.bootstrap-datetimepicker-widget .btn[data-action=clear]::after,
.bootstrap-datetimepicker-widget .btn[data-action=today]::after,
.bootstrap-datetimepicker-widget .picker-switch::after,
.bootstrap-datetimepicker-widget table th.prev::after,
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget a .btn:hover {
  background-color: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 254px;
  max-width: 254px;
  padding: 8px 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .tim-icons {
  opacity: 1;
}

.bootstrap-datetimepicker-widget.dropdown-menu .picker-switch .table-condensed:hover {
  border-radius: 3px;
  background: #eee;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed {
  margin-top: 10px;
  margin-bottom: 5px;
}

.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .btn[data-action=togglePeriod]:hover,
.bootstrap-datetimepicker-widget.dropdown-menu .timepicker-picker .table-condensed .separator {
  color: #9a9a9a !important;
}

.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade {
  color: #9a9a9a;
}

.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .month.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .year.active,
.bootstrap-datetimepicker-widget.dropdown-menu .table-condensed .decade.active {
  color: #fff;
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  position: absolute;
  right: auto;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  vertical-align: middle;
  border-right: 0.4em solid transparent;
  border-bottom: 0.4em solid;
  border-left: 0.4em solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  display: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -6px;
  left: 10px;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  vertical-align: middle;
  color: #fff;
  border-top: 0.4em solid;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top {
  margin-top: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top.open {
  margin-top: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  right: 6px;
  left: auto;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  right: 7px;
  left: auto;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0;
  color: #fff;
  border-width: 0;
}

.bootstrap-datetimepicker-widget a[data-action=togglePicker],
.bootstrap-datetimepicker-widget a[data-action=togglePicker]:hover {
  color: #457332;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 40px;
  width: 40px;
  height: 40px;
  margin: 3px;
  color: #9a9a9a;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget button[data-action] {
  width: 38px;
  height: 38px;
  padding: 0;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget .btn {
  margin: 0 !important;
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
  color: #457332;
  border-radius: 3px;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  line-height: inherit;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  width: 100%;
  height: 2.5em;
  margin: 2px 0 !important;
  border-radius: 3px;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
  text-align: center;
}

.bootstrap-datetimepicker-widget table td > div,
.bootstrap-datetimepicker-widget table th > div {
  text-align: center;
}

.bootstrap-datetimepicker-widget table th {
  font-weight: 300;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

.bootstrap-datetimepicker-widget table th.prev span,
.bootstrap-datetimepicker-widget table th.next span {
  font-size: 12px;
  line-height: 28px;
  width: 27px;
  height: 27px;
  text-align: center;
  color: #457332;
  border-radius: 4px;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table th.dow {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center;
  color: #457332;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
.bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background: #eee;
}

.bootstrap-datetimepicker-widget table td.cw > div {
  font-size: 0.8em;
  line-height: 20px;
  height: 20px;
  color: #cfcfca;
}

.bootstrap-datetimepicker-widget table td.day > div,
.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
  font-size: 14px;
  font-weight: 300;
  line-height: 2.2;
  position: relative;
  z-index: -1;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  padding: 0;
  cursor: pointer;
  transition: all 300ms ease 0s;
  text-align: center;
  color: #9a9a9a;
  border: none;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td.day:hover > div,
.bootstrap-datetimepicker-widget table td.hour:hover > div,
.bootstrap-datetimepicker-widget table td.minute:hover > div,
.bootstrap-datetimepicker-widget table td.second:hover > div {
  cursor: pointer;
  background: #eee;
}

.bootstrap-datetimepicker-widget table td.old > div,
.bootstrap-datetimepicker-widget table td.new > div {
  color: #172b4d;
}

.bootstrap-datetimepicker-widget table td.today,
.bootstrap-datetimepicker-widget table td.day {
  background: transparent !important;
}

.bootstrap-datetimepicker-widget table td.today > div:before {
  position: absolute;
  right: 4px;
  bottom: 4px;
  display: inline-block;
  content: "";
  border: 0 0 7px 7px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #68b3c8;
}

.bootstrap-datetimepicker-widget table td.active > div,
.bootstrap-datetimepicker-widget table td.active:hover > div {
  color: #fff;
  background-color: #457332;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.bootstrap-datetimepicker-widget table td.active.today:before > div {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled > div,
.bootstrap-datetimepicker-widget table td.disabled:hover > div {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

.bootstrap-datetimepicker-widget table td span {
  line-height: 40px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 3px;
  cursor: pointer;
  text-align: center;
  border-radius: 50%;
}

.bootstrap-datetimepicker-widget table td span.active {
  color: #fff;
  background-color: #457332;
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #cfcfca;
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  cursor: not-allowed;
  color: #cfcfca;
  background: none;
}

.bootstrap-datetimepicker-widget .timepicker-picker span,
.bootstrap-datetimepicker-widget .timepicker-hours span,
.bootstrap-datetimepicker-widget .timepicker-minutes span {
  border-radius: 50% !important;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  line-height: 27px;
  height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  z-index: 1;
  padding: 1px;
  cursor: pointer;
  text-align: center;
}

.bootstrap-datetimepicker-widget .separator {
  position: relative;
  width: auto;
  height: auto;
  color: red;
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .picker-switch,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.prev span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.next span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.day > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action=togglePicker],
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget a[data-action=togglePicker]:hover,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-hours span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .timepicker-minutes span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget .separator,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour > div {
  color: #9a9a9a;
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table th.dow {
  color: rgba(255, 255, 255, 0.8);
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.old > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.new > div {
  color: rgba(255, 255, 255, 0.4);
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget button[data-action] {
  background-color: #fff;
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.active:hover > div {
  background-color: #fff;
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td:not(.active).day:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.hour:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.minute:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td.second:hover > div,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table td span:hover {
  background: rgba(255, 255, 255, 0.2);
}

input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span,
input.datetimepicker[data-color] + .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget {
  background-color: #457332;
}

input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color=orange] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #457332;
}

input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget {
  background-color: #11cdef;
}

input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color=blue] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #11cdef;
}

input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget {
  background-color: #2dce89;
}

input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color=green] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #2dce89;
}

input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget {
  background-color: #f5365c;
}

input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color=red] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #f5365c;
}

input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget {
  background-color: #ff8e02;
}

input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget table td.active > div,
input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget table td.active:hover > div,
input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget button[data-action],
input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget.dropdown-menu.top:after,
input.datetimepicker[data-color=yellow] + .bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  color: #ff8e02;
}

.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute {
  color: rgba(255, 255, 255, 0.7);
}

.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .day:hover,
.bootstrap-datetimepicker-widget.dropdown-black .datepicker-days .minute:hover {
  color: #212529;
}

.bootstrap-datetimepicker-widget.dropdown-black table td span,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour {
  color: rgba(255, 255, 255, 0.7);
}

.bootstrap-datetimepicker-widget.dropdown-black table td span:hover,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover {
  color: rgba(255, 255, 255, 0.4);
  background: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-black table td span:hover div,
.bootstrap-datetimepicker-widget.dropdown-black table td.minute:hover div,
.bootstrap-datetimepicker-widget.dropdown-black table td.hour:hover div {
  background: transparent;
}

.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action] {
  color: #fff;
}

.bootstrap-datetimepicker-widget.dropdown-black table td .btn[data-action=togglePeriod] {
  background: transparent;
}

.card-mh-450 {
  height: 450px !important;
  overflow-y: auto;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  /*margin: 15px 0 !important;*/
  white-space: nowrap;
  justify-content: flex-end;
}

div.dataTables_wrapper div.dataTables_info {
  /*padding-top: 2em !important;*/
  white-space: nowrap;
}

.dataTables_filter:not(.use-default) {
  display: none !important;
}

.dt-search {
  display: none !important;
}

.loading {
  padding-left: calc(50% - 40px);
  padding-top: calc(25% - 40px);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}

.c-pointer {
  cursor: pointer;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.color-black {
  color: black;
}

.border-100 {
  border-radius: 100% !important;
}

.border-30 {
  border-radius: 30px !important;
}

/*.modal-dialog,
.modal-content {
    height: 95%;
}*/
.modal-body {
  /* 100% = dialog height, 120px = header + footer */
  max-height: 95%;
  /*overflow-y: auto;*/
}

.d-grid {
  display: grid;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  color: white;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ccc;
  margin-bottom: 10px;
  border: 4px solid white;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.active .step-counter {
  background: #40bafb;
}

.stepper-item.completed .step-counter {
  background-color: #4bb543;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 100%;
  top: 30px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.step-name {
  color: #c4c4c4;
}

.btn {
  align-content: center;
}

.dark-blue-card > .card-header {
  background-color: #003366;
  color: rgba(255, 255, 255, 0.8);
}

.dark-blue-card > .card-body {
  background-color: #F0F0F0;
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
}

.dark-blue-card .card-header label, .dark-blue-card .card-header label *, .dark-blue-card .card-header h1, .dark-blue-card .card-header h2, .dark-blue-card .card-header h3, .dark-blue-card .card-header h4, po .dark-blue-card .card-header h5 {
  color: white;
}

.success-card > .card-header {
  border-color: #90BF42 !important;
  background-color: #90BF42 !important;
  color: white !important;
}

/*.success-card .card-header h1,
.success-card .card-header h2,
.success-card .card-header h3,
.success-card .card-header h4,
.success-card .card-header h5,
.success-card .card-header h6 {
    color: white !important;
}*/
.success-card > .card-body {
  border-color: #90BF42 !important;
  border: solid 1px;
}

.panel-background-success {
  /*border-color: #2dce89 !important;*/
  /*background-color: #2dce89 !important;*/
  border-color: #70BE19 !important;
  background-color: #70BE19 !important;
  color: white !important;
}

.panel-text-danger {
  color: #950000;
}

.panel-background-danger {
  border-color: #f5365c !important;
  background-color: #f5365c !important;
  color: white !important;
}

.panel:has(> div.panel-background-warning) {
  border-color: #fb6340 !important;
}

.panel-background-warning {
  border-color: #fb6340 !important;
  background-color: #fb6340 !important;
  color: white !important;
}

.panel-background-info {
  border-color: #11cdef !important;
  background-color: #11cdef !important;
  color: white !important;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 5px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default {
  border-color: #ddd;
}

.panel-row-padding .panel-collapse > .row:first-of-type {
  margin-top: 0.25rem;
  margin-left: 0px;
  margin-right: 0px;
}

.panel {
  margin-bottom: 15px;
  padding-bottom: 5px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.icon-circle {
  text-align: center;
  color: #fff;
  background-color: #86ad57;
  border-radius: 50%;
  padding: 12px 18px;
  margin-right: 10px;
}

.icon-circle-disabled {
  background-color: #c8cdd3;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.input-wrapper {
  position: relative;
  display: inline-flex;
  width: 100%;
}

/*.input-wrapper input {
    padding-right: 2rem;
}*/
.input-spinner {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  pointer-events: none;
}

.image-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 16px;
  padding: 10px;
}

/* Estilo base do container */
.image-container-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 12px 10px;
  border-radius: 16px;
  background-color: #f8f8f8;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.2s ease;
  overflow: hidden;
}

.image-container-list:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* Cor quando selecionado */
.image-container-list.selected-image {
  background-color: #c3f9da;
}

.image-container-list:not(.selected-image) {
  background-color: #f2f2f2;
}

/* Imagem redimensionada proporcionalmente */
.image-container-list img {
  max-width: 100%;
  max-height: 180px;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* Informações da imagem */
.image-container-list p {
  margin: 3px 0;
  text-align: center;
  font-size: 0.8em;
  word-break: break-word;
  font-weight: bold;
}

/* Botões */
.image-container-list div:last-child {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}

/* Responsividade */
@media (max-width: 518px) {
  .image-container-list {
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media (min-width: 518px) and (max-width: 1000px) {
  .image-container-list {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1000px) and (max-width: 1200px) {
  .image-container-list {
    flex-basis: 33.3%;
    max-width: 33.3%;
  }
}
@media (min-width: 1200px) {
  .image-container-list {
    flex-basis: 20%;
    max-width: 20%;
  }
}
.image-selection-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #ccc;
  padding: 20px;
  border-radius: 12px;
  background-color: #f9f9f9;
  margin-bottom: 15px;
  transition: border-color 0.3s ease;
  min-height: 220px;
}
.image-selection-container img {
  max-width: 100%;
  max-height: 200px;
  border-radius: 10px;
  border: 1px solid #ddd;
  object-fit: contain;
  margin-bottom: 10px;
  background-color: #fff;
}
.image-selection-container label {
  font-size: 0.9em;
  color: #888;
  font-style: italic;
  margin-bottom: 10px;
}
.image-selection-container .image-selection-buttons {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8px;
}

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  /*margin-bottom: 60px;*/
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}

.statement-error {
  background-color: #e6c5c6;
}

.btn-statement {
  border-color: #BDBDBD;
  color: #6D7384;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-statement:not(.statement-error):not(.btn-statement-active):not(.bg-uninformed):not(.bg-invalid) {
  background-color: #DDF3BD;
}

.btn-statement-info {
  border-color: #BDBDBD;
  color: #6D7384;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-statement-info:not(.statement-error):not(.btn-statement-active):not(.bg-uninformed):not(.bg-invalid) {
  background-color: #bde5f3;
}

.color-red {
  color: red !important;
}

.btn-rule {
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-rule:not(.btn-rule-active):not(.btn-statement):not(.statement-error) {
  background-color: white;
  border-color: #BDBDBD;
  color: #6D7384;
}

.btn-rule-active {
  background-color: #8CC63F;
  border-color: #BDBDBD;
  color: white;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

.btn-statement-active {
  background-color: #8CC63F;
  border-color: #BDBDBD;
  color: white;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

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

.remove-focus {
  cursor: default;
}

.bg-uninformed {
  background-color: darkgoldenrod;
}

.no-user-select {
  user-select: none;
}

@media (max-width: 600px) {
  .sidenav-min-width {
    min-width: 100%;
  }
}
@media (min-width: 601px) {
  .sidenav-min-width {
    min-width: 250px;
  }
}
@media (max-width: 675px) {
  #globalSearch {
    width: auto !important;
  }
}
.round-25 {
  border-radius: 25px;
}

.fsize-18 {
  font-size: 18px;
}

.fsize-16 {
  font-size: 16px;
}

.fsize-14 {
  font-size: 14px;
}

.d-inline-table {
  display: inline-table;
}

.safrar-container-center {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

@media (max-width: 575px) {
  .d-none-plus-575 {
    display: block;
  }
}
@media (min-width: 576px) {
  .d-none-plus-575 {
    display: none;
  }
}
.input-container {
  position: relative;
}

.input-field-preffix {
  padding-left: 30px !important;
}

.input-field-suffix {
  padding-right: 30px !important;
}

.input-preffix {
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 16px;
  transform: translateY(-50%);
}

.input-preffix-label {
  position: absolute;
  font-size: 16px;
  top: 75%;
  left: 8px;
  transform: translateY(-50%);
}

.input-suffix {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.input-suffix-label {
  position: absolute;
  top: 75%;
  right: 8px;
  transform: translateY(-50%);
}

.mini-spinner {
  width: 15px !important;
  height: 15px !important;
}

.spinner {
  width: 30px;
  height: 30px;
  display: inline-flex;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #095b12;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media print {
  /**:not(html):not(body):not(.print):not(.printed):not(.print-item):not(:has(.print)):not(:has(.printed)) {
      display: none;
  }*/
  .print, .printed {
    /*overflow: hidden;*/
    /*break-inside: auto;*/
    /*page-break-inside: auto;*/
  }
  .printable-div {
    width: 100%;
    height: 100%;
    page-break-inside: auto;
  }
  .print-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }
  .allow-break-before {
    page-break-before: auto;
  }
  .allow-break-inside:not(.deny-break-inside) {
    break-inside: auto;
    page-break-inside: auto;
  }
  .deny-break-inside {
    page-break-inside: avoid !important;
  }
  .force-break-before {
    page-break-before: always !important;
  }
  .force-break-after {
    page-break-after: always !important;
  }
  @page {
    size: A4 !important;
  }
}
.vertical-align-top {
  vertical-align: top !important;
}

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

.pagination-center div.dataTables_paginate ul.pagination {
  justify-content: center !important;
}

.text-bold, .bold {
  font-weight: bold;
}

.background-print {
  background-color: #DADCE0;
}

.page-A4 {
  margin-left: auto;
  margin-right: auto;
  width: 210mm;
  height: 297mm;
  background-color: white;
}

.select2-results__option {
  min-height: 33px;
}

.h-30px {
  height: 30px;
}

.btn-h-input {
  max-height: 31.3px;
}

.mt-label {
  align-self: flex-end;
  margin-bottom: 8px;
}

.checkbox-container {
  display: flex;
  align-items: center;
}

.checkbox-container input[type=checkbox] {
  margin-right: 6px;
}

.modal-btn-center {
  align-self: center;
  max-width: fit-content;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 15px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.modal-btn-right {
  align-self: flex-end;
  max-width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom-left-radius: 25px;
}

.modal-btn-left {
  max-width: fit-content;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 15px;
  border-bottom-right-radius: 25px;
}

.card-buttons {
  justify-content: space-evenly;
}

.list-style-none {
  list-style: none;
}

.disabled-background {
  background-color: #e9ecef;
}

.w-min-full-sm {
  min-width: 278px;
}

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

.c-default {
  cursor: default !important;
}

.text-end {
  text-align: end;
}

.footer-asa {
  background: transparent;
  bottom: 0px;
  left: 0px;
  color: #cdcdcd;
  font-weight: 200;
  /*z-index: 999;*/
  position: fixed;
  text-align: center;
  background-color: #f6f7fc;
  padding-bottom: 3px;
  font-size: 14px;
  width: 98vw;
}

.footer-asa > div {
  margin-left: 15px;
  margin-right: 15px;
}

.footer-asa a {
  text-decoration: none !important;
}

.nav-link.disabled {
  background-color: #ccc !important;
}

.d-content:not(.d-none),
.d-contents:not(.d-none) {
  display: contents;
}

.resizable-v {
  overflow-y: auto;
  resize: vertical;
}

.export-model-danger-bg {
  background-color: #8d4646;
  color: white;
}

.export-model-success-bg {
  background-color: #479b5a;
  color: white;
}

.export-row-result-light:not(.export-model-success-bg):not(.export-model-danger-bg) {
  background-color: #254783;
  color: white;
}

.export-row-result:not(.export-row-result-light):not(.export-model-success-bg):not(.export-model-danger-bg) {
  background-color: #254783;
  color: white;
}

.btn-xs {
  align-content: center;
  max-height: 22px;
  height: 22px;
  font-size: 11px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 5px;
  padding-right: 5px;
}

#layout-render {
  /*min-height: 80px;*/
  min-height: calc(85vh - 35px);
  /*padding-bottom: 35px;*/
}

.footer-padding {
  padding-top: 35px;
}

.d-inherit:not(.d-none) {
  display: inherit;
}

.nav-link-tab {
  color: white !important;
  font-size: 14px;
  letter-spacing: 0.2px;
}

.nav-link-tab .nav-link-icon {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-person-type.btn-success:not(.disabled):not([disabled]) {
  background-color: #479b5a;
  border-color: #479b5a;
}

.btn-person-type.btn-success:not(.disabled):not([disabled]):focus {
  background-color: #479b5a;
  border-color: #479b5a;
}

.btn-person-type.btn-success:not(.disabled):not([disabled]):active {
  background-color: #479b5a;
  border-color: #479b5a;
}

.nav-link-tab:hover {
  color: white !important;
}

.nav-link.nav-link-tab .text-success:not(.disabled) {
  color: #a1ff82 !important;
}

.nav-link.nav-link-tab.active:not(.disabled) {
  background-color: #479b5a;
}

.nav-link.nav-link-tab:not(.active):not(.disabled) {
  background-color: #90BF42;
}

.lbl-required::after {
  content: " *";
  color: red;
  /*font-size: inherit;*/
  font-size: 0.9375em;
  /*font-size: 12px;*/
  letter-spacing: normal;
}

.lbl-optional::after {
  content: " (Opcional)";
  color: #11cdef;
  /*font-size: inherit;*/
  font-size: 0.9375em;
  letter-spacing: normal;
}

/*FAKE SCROLL*/
.fake-scrollbar {
  height: 20px; /* Ajuste conforme necessário para dar espaço ao scrollbar */
  margin-bottom: 5px; /* Espaço entre o scrollbar falso e a tabela */
}

.flex-adjust {
  display: flex;
}

.text-wrap-pretty {
  text-wrap: pretty;
}

.text-decoration-ignore {
  text-decoration: line-through;
}

.c-text {
  cursor: text;
}

.max-h-fit {
  height: unset;
  max-height: fit-content;
}

.inline-btns > .btn,
.inline-btns > span {
  margin-left: 5px;
}

.inline-btns-sm > .btn,
.inline-btns-sm > span {
  margin-left: 2px;
}

.m-i-s-min-content {
  min-inline-size: min-content;
}

.align-end {
  text-align: center;
  align-content: flex-end !important;
  margin-bottom: 3.5px;
}

.d-table-caption {
  display: table-caption;
}

.col-py-1 > div {
  padding-top: 0.25rem;
}

.border-dark {
  border: 1px solid #454d55;
}

table.dataTable thead.thead-dark .sorting_desc:after {
  color: white;
}

table.dataTable thead.thead-dark .sorting_asc:after {
  color: white;
}

.region, .region-sm {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.region.region-margin, .region-sm.region-margin {
  margin-top: 0.5rem;
}

.region-sm > div:not(.row):not(.col):not(.col-12) {
  padding-left: 1px;
  padding-right: 1px;
}

.region:not(.no-padding) {
  padding: 15px;
}

.region-sm:not(.no-padding) {
  padding: 8px;
}

.select2-results__option[aria-disabled=true] {
  background-color: #aaa !important;
  color: black !important;
  cursor: not-allowed;
}

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

.empty-hide:empty {
  display: none !important;
}

.line-bottom {
  border-bottom: 2px solid #ddd;
  padding-bottom: 10px;
}

.blue-title {
  font-size: 24px;
  color: #007BFF;
}

.link-container {
  margin-top: 20px;
  padding: 15px;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.menu-external-icon {
  font-size: 10px;
  margin-left: 4px;
}

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

.border-box {
  box-sizing: border-box !important;
}

.over-loading {
  z-index: 10000;
}

.breadcrumbs-row {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-row > div {
  flex: 1 1 50%;
  max-width: 50%;
}

.file-selector {
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 2px;
  padding-top: 3px;
  padding-bottom: 3px;
  border: 2px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  height: 30px;
  min-height: fit-content;
}

.file-name {
  font-size: 14px;
  color: #333;
  flex-grow: 1;
  margin-right: 5px;
  overflow-x: auto;
  text-wrap-mode: nowrap;
}

.browse-btn,
.clear-btn {
  padding: 3px 6px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-right: 1px;
}

.hidden {
  display: none;
}

.select2-selection--single {
  display: inline-grid !important;
}

.select2-selection > .select2-selection__rendered {
  padding-left: 0px !important;
  padding-right: 5px !important;
}

.select2-results__option--highlighted .text-info {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-danger {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-warning {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-success {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-primary {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-secondary {
  filter: brightness(1.5);
}
.select2-results__option--highlighted .text-dark {
  filter: brightness(1.3);
}

.gap-1px {
  gap: 1px;
}

.mr-1px {
  margin-right: 1px;
}

.ml-1px {
  margin-left: 1px;
}

.mt-1px {
  margin-top: 1px;
}

.mb-1px {
  margin-top: 1px;
}

.gap-2px {
  gap: 2px;
}

.mr-2px {
  margin-right: 2px;
}

.ml-2px {
  margin-left: 2px;
}

.mt-2px {
  margin-top: 2px;
}

.mb-2px {
  margin-top: 2px;
}

.gap-3px {
  gap: 3px;
}

.mr-3px {
  margin-right: 3px;
}

.ml-3px {
  margin-left: 3px;
}

.mt-3px {
  margin-top: 3px;
}

.mb-3px {
  margin-top: 3px;
}

.gap-4px {
  gap: 4px;
}

.mr-4px {
  margin-right: 4px;
}

.ml-4px {
  margin-left: 4px;
}

.mt-4px {
  margin-top: 4px;
}

.mb-4px {
  margin-top: 4px;
}

.gap-5px {
  gap: 5px;
}

.mr-5px {
  margin-right: 5px;
}

.ml-5px {
  margin-left: 5px;
}

.mt-5px {
  margin-top: 5px;
}

.mb-5px {
  margin-top: 5px;
}

.gap-6px {
  gap: 6px;
}

.mr-6px {
  margin-right: 6px;
}

.ml-6px {
  margin-left: 6px;
}

.mt-6px {
  margin-top: 6px;
}

.mb-6px {
  margin-top: 6px;
}

.gap-7px {
  gap: 7px;
}

.mr-7px {
  margin-right: 7px;
}

.ml-7px {
  margin-left: 7px;
}

.mt-7px {
  margin-top: 7px;
}

.mb-7px {
  margin-top: 7px;
}

.gap-8px {
  gap: 8px;
}

.mr-8px {
  margin-right: 8px;
}

.ml-8px {
  margin-left: 8px;
}

.mt-8px {
  margin-top: 8px;
}

.mb-8px {
  margin-top: 8px;
}

.gap-9px {
  gap: 9px;
}

.mr-9px {
  margin-right: 9px;
}

.ml-9px {
  margin-left: 9px;
}

.mt-9px {
  margin-top: 9px;
}

.mb-9px {
  margin-top: 9px;
}

.gap-10px {
  gap: 10px;
}

.mr-10px {
  margin-right: 10px;
}

.ml-10px {
  margin-left: 10px;
}

.mt-10px {
  margin-top: 10px;
}

.mb-10px {
  margin-top: 10px;
}

.gap-11px {
  gap: 11px;
}

.mr-11px {
  margin-right: 11px;
}

.ml-11px {
  margin-left: 11px;
}

.mt-11px {
  margin-top: 11px;
}

.mb-11px {
  margin-top: 11px;
}

.gap-12px {
  gap: 12px;
}

.mr-12px {
  margin-right: 12px;
}

.ml-12px {
  margin-left: 12px;
}

.mt-12px {
  margin-top: 12px;
}

.mb-12px {
  margin-top: 12px;
}

.gap-13px {
  gap: 13px;
}

.mr-13px {
  margin-right: 13px;
}

.ml-13px {
  margin-left: 13px;
}

.mt-13px {
  margin-top: 13px;
}

.mb-13px {
  margin-top: 13px;
}

.gap-14px {
  gap: 14px;
}

.mr-14px {
  margin-right: 14px;
}

.ml-14px {
  margin-left: 14px;
}

.mt-14px {
  margin-top: 14px;
}

.mb-14px {
  margin-top: 14px;
}

.gap-15px {
  gap: 15px;
}

.mr-15px {
  margin-right: 15px;
}

.ml-15px {
  margin-left: 15px;
}

.mt-15px {
  margin-top: 15px;
}

.mb-15px {
  margin-top: 15px;
}

.gap-16px {
  gap: 16px;
}

.mr-16px {
  margin-right: 16px;
}

.ml-16px {
  margin-left: 16px;
}

.mt-16px {
  margin-top: 16px;
}

.mb-16px {
  margin-top: 16px;
}

.gap-17px {
  gap: 17px;
}

.mr-17px {
  margin-right: 17px;
}

.ml-17px {
  margin-left: 17px;
}

.mt-17px {
  margin-top: 17px;
}

.mb-17px {
  margin-top: 17px;
}

.gap-18px {
  gap: 18px;
}

.mr-18px {
  margin-right: 18px;
}

.ml-18px {
  margin-left: 18px;
}

.mt-18px {
  margin-top: 18px;
}

.mb-18px {
  margin-top: 18px;
}

.gap-19px {
  gap: 19px;
}

.mr-19px {
  margin-right: 19px;
}

.ml-19px {
  margin-left: 19px;
}

.mt-19px {
  margin-top: 19px;
}

.mb-19px {
  margin-top: 19px;
}

.gap-20px {
  gap: 20px;
}

.mr-20px {
  margin-right: 20px;
}

.ml-20px {
  margin-left: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.mb-20px {
  margin-top: 20px;
}

.gap-21px {
  gap: 21px;
}

.mr-21px {
  margin-right: 21px;
}

.ml-21px {
  margin-left: 21px;
}

.mt-21px {
  margin-top: 21px;
}

.mb-21px {
  margin-top: 21px;
}

.gap-22px {
  gap: 22px;
}

.mr-22px {
  margin-right: 22px;
}

.ml-22px {
  margin-left: 22px;
}

.mt-22px {
  margin-top: 22px;
}

.mb-22px {
  margin-top: 22px;
}

.gap-23px {
  gap: 23px;
}

.mr-23px {
  margin-right: 23px;
}

.ml-23px {
  margin-left: 23px;
}

.mt-23px {
  margin-top: 23px;
}

.mb-23px {
  margin-top: 23px;
}

.gap-24px {
  gap: 24px;
}

.mr-24px {
  margin-right: 24px;
}

.ml-24px {
  margin-left: 24px;
}

.mt-24px {
  margin-top: 24px;
}

.mb-24px {
  margin-top: 24px;
}

.gap-25px {
  gap: 25px;
}

.mr-25px {
  margin-right: 25px;
}

.ml-25px {
  margin-left: 25px;
}

.mt-25px {
  margin-top: 25px;
}

.mb-25px {
  margin-top: 25px;
}

.gap-26px {
  gap: 26px;
}

.mr-26px {
  margin-right: 26px;
}

.ml-26px {
  margin-left: 26px;
}

.mt-26px {
  margin-top: 26px;
}

.mb-26px {
  margin-top: 26px;
}

.gap-27px {
  gap: 27px;
}

.mr-27px {
  margin-right: 27px;
}

.ml-27px {
  margin-left: 27px;
}

.mt-27px {
  margin-top: 27px;
}

.mb-27px {
  margin-top: 27px;
}

.gap-28px {
  gap: 28px;
}

.mr-28px {
  margin-right: 28px;
}

.ml-28px {
  margin-left: 28px;
}

.mt-28px {
  margin-top: 28px;
}

.mb-28px {
  margin-top: 28px;
}

.gap-29px {
  gap: 29px;
}

.mr-29px {
  margin-right: 29px;
}

.ml-29px {
  margin-left: 29px;
}

.mt-29px {
  margin-top: 29px;
}

.mb-29px {
  margin-top: 29px;
}

.gap-30px {
  gap: 30px;
}

.mr-30px {
  margin-right: 30px;
}

.ml-30px {
  margin-left: 30px;
}

.mt-30px {
  margin-top: 30px;
}

.mb-30px {
  margin-top: 30px;
}

.gap-31px {
  gap: 31px;
}

.mr-31px {
  margin-right: 31px;
}

.ml-31px {
  margin-left: 31px;
}

.mt-31px {
  margin-top: 31px;
}

.mb-31px {
  margin-top: 31px;
}

.gap-32px {
  gap: 32px;
}

.mr-32px {
  margin-right: 32px;
}

.ml-32px {
  margin-left: 32px;
}

.mt-32px {
  margin-top: 32px;
}

.mb-32px {
  margin-top: 32px;
}

.gap-33px {
  gap: 33px;
}

.mr-33px {
  margin-right: 33px;
}

.ml-33px {
  margin-left: 33px;
}

.mt-33px {
  margin-top: 33px;
}

.mb-33px {
  margin-top: 33px;
}

.gap-34px {
  gap: 34px;
}

.mr-34px {
  margin-right: 34px;
}

.ml-34px {
  margin-left: 34px;
}

.mt-34px {
  margin-top: 34px;
}

.mb-34px {
  margin-top: 34px;
}

.gap-35px {
  gap: 35px;
}

.mr-35px {
  margin-right: 35px;
}

.ml-35px {
  margin-left: 35px;
}

.mt-35px {
  margin-top: 35px;
}

.mb-35px {
  margin-top: 35px;
}

.gap-36px {
  gap: 36px;
}

.mr-36px {
  margin-right: 36px;
}

.ml-36px {
  margin-left: 36px;
}

.mt-36px {
  margin-top: 36px;
}

.mb-36px {
  margin-top: 36px;
}

.gap-37px {
  gap: 37px;
}

.mr-37px {
  margin-right: 37px;
}

.ml-37px {
  margin-left: 37px;
}

.mt-37px {
  margin-top: 37px;
}

.mb-37px {
  margin-top: 37px;
}

.gap-38px {
  gap: 38px;
}

.mr-38px {
  margin-right: 38px;
}

.ml-38px {
  margin-left: 38px;
}

.mt-38px {
  margin-top: 38px;
}

.mb-38px {
  margin-top: 38px;
}

.gap-39px {
  gap: 39px;
}

.mr-39px {
  margin-right: 39px;
}

.ml-39px {
  margin-left: 39px;
}

.mt-39px {
  margin-top: 39px;
}

.mb-39px {
  margin-top: 39px;
}

.gap-40px {
  gap: 40px;
}

.mr-40px {
  margin-right: 40px;
}

.ml-40px {
  margin-left: 40px;
}

.mt-40px {
  margin-top: 40px;
}

.mb-40px {
  margin-top: 40px;
}

.gap-41px {
  gap: 41px;
}

.mr-41px {
  margin-right: 41px;
}

.ml-41px {
  margin-left: 41px;
}

.mt-41px {
  margin-top: 41px;
}

.mb-41px {
  margin-top: 41px;
}

.gap-42px {
  gap: 42px;
}

.mr-42px {
  margin-right: 42px;
}

.ml-42px {
  margin-left: 42px;
}

.mt-42px {
  margin-top: 42px;
}

.mb-42px {
  margin-top: 42px;
}

.gap-43px {
  gap: 43px;
}

.mr-43px {
  margin-right: 43px;
}

.ml-43px {
  margin-left: 43px;
}

.mt-43px {
  margin-top: 43px;
}

.mb-43px {
  margin-top: 43px;
}

.gap-44px {
  gap: 44px;
}

.mr-44px {
  margin-right: 44px;
}

.ml-44px {
  margin-left: 44px;
}

.mt-44px {
  margin-top: 44px;
}

.mb-44px {
  margin-top: 44px;
}

.gap-45px {
  gap: 45px;
}

.mr-45px {
  margin-right: 45px;
}

.ml-45px {
  margin-left: 45px;
}

.mt-45px {
  margin-top: 45px;
}

.mb-45px {
  margin-top: 45px;
}

.gap-46px {
  gap: 46px;
}

.mr-46px {
  margin-right: 46px;
}

.ml-46px {
  margin-left: 46px;
}

.mt-46px {
  margin-top: 46px;
}

.mb-46px {
  margin-top: 46px;
}

.gap-47px {
  gap: 47px;
}

.mr-47px {
  margin-right: 47px;
}

.ml-47px {
  margin-left: 47px;
}

.mt-47px {
  margin-top: 47px;
}

.mb-47px {
  margin-top: 47px;
}

.gap-48px {
  gap: 48px;
}

.mr-48px {
  margin-right: 48px;
}

.ml-48px {
  margin-left: 48px;
}

.mt-48px {
  margin-top: 48px;
}

.mb-48px {
  margin-top: 48px;
}

.gap-49px {
  gap: 49px;
}

.mr-49px {
  margin-right: 49px;
}

.ml-49px {
  margin-left: 49px;
}

.mt-49px {
  margin-top: 49px;
}

.mb-49px {
  margin-top: 49px;
}

.gap-50px {
  gap: 50px;
}

.mr-50px {
  margin-right: 50px;
}

.ml-50px {
  margin-left: 50px;
}

.mt-50px {
  margin-top: 50px;
}

.mb-50px {
  margin-top: 50px;
}

.mr-1rem {
  margin-right: 1rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mb-1rem {
  margin-top: 1rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mb-2rem {
  margin-top: 2rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mb-3rem {
  margin-top: 3rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.ml-4rem {
  margin-left: 4rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mb-4rem {
  margin-top: 4rem;
}

.mr-5rem {
  margin-right: 5rem;
}

.ml-5rem {
  margin-left: 5rem;
}

.mt-5rem {
  margin-top: 5rem;
}

.mb-5rem {
  margin-top: 5rem;
}

.mr-6rem {
  margin-right: 6rem;
}

.ml-6rem {
  margin-left: 6rem;
}

.mt-6rem {
  margin-top: 6rem;
}

.mb-6rem {
  margin-top: 6rem;
}

.mr-7rem {
  margin-right: 7rem;
}

.ml-7rem {
  margin-left: 7rem;
}

.mt-7rem {
  margin-top: 7rem;
}

.mb-7rem {
  margin-top: 7rem;
}

.mr-8rem {
  margin-right: 8rem;
}

.ml-8rem {
  margin-left: 8rem;
}

.mt-8rem {
  margin-top: 8rem;
}

.mb-8rem {
  margin-top: 8rem;
}

.mr-9rem {
  margin-right: 9rem;
}

.ml-9rem {
  margin-left: 9rem;
}

.mt-9rem {
  margin-top: 9rem;
}

.mb-9rem {
  margin-top: 9rem;
}

.mr-10rem {
  margin-right: 10rem;
}

.ml-10rem {
  margin-left: 10rem;
}

.mt-10rem {
  margin-top: 10rem;
}

.mb-10rem {
  margin-top: 10rem;
}

.mr-11rem {
  margin-right: 11rem;
}

.ml-11rem {
  margin-left: 11rem;
}

.mt-11rem {
  margin-top: 11rem;
}

.mb-11rem {
  margin-top: 11rem;
}

.mr-12rem {
  margin-right: 12rem;
}

.ml-12rem {
  margin-left: 12rem;
}

.mt-12rem {
  margin-top: 12rem;
}

.mb-12rem {
  margin-top: 12rem;
}

.mr-13rem {
  margin-right: 13rem;
}

.ml-13rem {
  margin-left: 13rem;
}

.mt-13rem {
  margin-top: 13rem;
}

.mb-13rem {
  margin-top: 13rem;
}

.mr-14rem {
  margin-right: 14rem;
}

.ml-14rem {
  margin-left: 14rem;
}

.mt-14rem {
  margin-top: 14rem;
}

.mb-14rem {
  margin-top: 14rem;
}

.mr-15rem {
  margin-right: 15rem;
}

.ml-15rem {
  margin-left: 15rem;
}

.mt-15rem {
  margin-top: 15rem;
}

.mb-15rem {
  margin-top: 15rem;
}

.mr-16rem {
  margin-right: 16rem;
}

.ml-16rem {
  margin-left: 16rem;
}

.mt-16rem {
  margin-top: 16rem;
}

.mb-16rem {
  margin-top: 16rem;
}

.mr-17rem {
  margin-right: 17rem;
}

.ml-17rem {
  margin-left: 17rem;
}

.mt-17rem {
  margin-top: 17rem;
}

.mb-17rem {
  margin-top: 17rem;
}

.mr-18rem {
  margin-right: 18rem;
}

.ml-18rem {
  margin-left: 18rem;
}

.mt-18rem {
  margin-top: 18rem;
}

.mb-18rem {
  margin-top: 18rem;
}

.mr-19rem {
  margin-right: 19rem;
}

.ml-19rem {
  margin-left: 19rem;
}

.mt-19rem {
  margin-top: 19rem;
}

.mb-19rem {
  margin-top: 19rem;
}

.mr-20rem {
  margin-right: 20rem;
}

.ml-20rem {
  margin-left: 20rem;
}

.mt-20rem {
  margin-top: 20rem;
}

.mb-20rem {
  margin-top: 20rem;
}

.w-max-content {
  width: max-content;
}

@media (max-width: 575.99px) {
  .xs-w-max-content {
    width: max-content;
  }
}
@media (min-width: 576px) {
  .sm-w-max-content {
    width: max-content;
  }
}
@media (min-width: 768px) {
  .md-w-max-content {
    width: max-content;
  }
}
@media (min-width: 992px) {
  .lg-w-max-content {
    width: max-content;
  }
}
.w-max-content-important {
  width: max-content !important;
}

@media (max-width: 575.99px) {
  .xs-w-max-content-important {
    width: max-content !important;
  }
}
@media (min-width: 576px) {
  .sm-w-max-content-important {
    width: max-content !important;
  }
}
@media (min-width: 768px) {
  .md-w-max-content-important {
    width: max-content !important;
  }
}
@media (min-width: 992px) {
  .lg-w-max-content-important {
    width: max-content !important;
  }
}
.w-min-content {
  width: min-content;
}

@media (max-width: 575.99px) {
  .xs-w-min-content {
    width: min-content;
  }
}
@media (min-width: 576px) {
  .sm-w-min-content {
    width: min-content;
  }
}
@media (min-width: 768px) {
  .md-w-min-content {
    width: min-content;
  }
}
@media (min-width: 992px) {
  .lg-w-min-content {
    width: min-content;
  }
}
.w-min-content-important {
  width: min-content !important;
}

@media (max-width: 575.99px) {
  .xs-w-min-content-important {
    width: min-content !important;
  }
}
@media (min-width: 576px) {
  .sm-w-min-content-important {
    width: min-content !important;
  }
}
@media (min-width: 768px) {
  .md-w-min-content-important {
    width: min-content !important;
  }
}
@media (min-width: 992px) {
  .lg-w-min-content-important {
    width: min-content !important;
  }
}
.w-fit-content {
  width: fit-content;
}

@media (max-width: 575.99px) {
  .xs-w-fit-content {
    width: fit-content;
  }
}
@media (min-width: 576px) {
  .sm-w-fit-content {
    width: fit-content;
  }
}
@media (min-width: 768px) {
  .md-w-fit-content {
    width: fit-content;
  }
}
@media (min-width: 992px) {
  .lg-w-fit-content {
    width: fit-content;
  }
}
.w-fit-content-important {
  width: fit-content !important;
}

@media (max-width: 575.99px) {
  .xs-w-fit-content-important {
    width: fit-content !important;
  }
}
@media (min-width: 576px) {
  .sm-w-fit-content-important {
    width: fit-content !important;
  }
}
@media (min-width: 768px) {
  .md-w-fit-content-important {
    width: fit-content !important;
  }
}
@media (min-width: 992px) {
  .lg-w-fit-content-important {
    width: fit-content !important;
  }
}
.w-none {
  width: none;
}

@media (max-width: 575.99px) {
  .xs-w-none {
    width: none;
  }
}
@media (min-width: 576px) {
  .sm-w-none {
    width: none;
  }
}
@media (min-width: 768px) {
  .md-w-none {
    width: none;
  }
}
@media (min-width: 992px) {
  .lg-w-none {
    width: none;
  }
}
.w-none-important {
  width: none !important;
}

@media (max-width: 575.99px) {
  .xs-w-none-important {
    width: none !important;
  }
}
@media (min-width: 576px) {
  .sm-w-none-important {
    width: none !important;
  }
}
@media (min-width: 768px) {
  .md-w-none-important {
    width: none !important;
  }
}
@media (min-width: 992px) {
  .lg-w-none-important {
    width: none !important;
  }
}
.max-w-max-content {
  max-width: max-content;
}

@media (max-width: 575.99px) {
  .xs-max-w-max-content {
    max-width: max-content;
  }
}
@media (min-width: 576px) {
  .sm-max-w-max-content {
    max-width: max-content;
  }
}
@media (min-width: 768px) {
  .md-max-w-max-content {
    max-width: max-content;
  }
}
@media (min-width: 992px) {
  .lg-max-w-max-content {
    max-width: max-content;
  }
}
.max-w-max-content-important {
  max-width: max-content !important;
}

@media (max-width: 575.99px) {
  .xs-max-w-max-content-important {
    max-width: max-content !important;
  }
}
@media (min-width: 576px) {
  .sm-max-w-max-content-important {
    max-width: max-content !important;
  }
}
@media (min-width: 768px) {
  .md-max-w-max-content-important {
    max-width: max-content !important;
  }
}
@media (min-width: 992px) {
  .lg-max-w-max-content-important {
    max-width: max-content !important;
  }
}
.max-w-min-content {
  max-width: min-content;
}

@media (max-width: 575.99px) {
  .xs-max-w-min-content {
    max-width: min-content;
  }
}
@media (min-width: 576px) {
  .sm-max-w-min-content {
    max-width: min-content;
  }
}
@media (min-width: 768px) {
  .md-max-w-min-content {
    max-width: min-content;
  }
}
@media (min-width: 992px) {
  .lg-max-w-min-content {
    max-width: min-content;
  }
}
.max-w-min-content-important {
  max-width: min-content !important;
}

@media (max-width: 575.99px) {
  .xs-max-w-min-content-important {
    max-width: min-content !important;
  }
}
@media (min-width: 576px) {
  .sm-max-w-min-content-important {
    max-width: min-content !important;
  }
}
@media (min-width: 768px) {
  .md-max-w-min-content-important {
    max-width: min-content !important;
  }
}
@media (min-width: 992px) {
  .lg-max-w-min-content-important {
    max-width: min-content !important;
  }
}
.max-w-fit-content {
  max-width: fit-content;
}

@media (max-width: 575.99px) {
  .xs-max-w-fit-content {
    max-width: fit-content;
  }
}
@media (min-width: 576px) {
  .sm-max-w-fit-content {
    max-width: fit-content;
  }
}
@media (min-width: 768px) {
  .md-max-w-fit-content {
    max-width: fit-content;
  }
}
@media (min-width: 992px) {
  .lg-max-w-fit-content {
    max-width: fit-content;
  }
}
.max-w-fit-content-important {
  max-width: fit-content !important;
}

@media (max-width: 575.99px) {
  .xs-max-w-fit-content-important {
    max-width: fit-content !important;
  }
}
@media (min-width: 576px) {
  .sm-max-w-fit-content-important {
    max-width: fit-content !important;
  }
}
@media (min-width: 768px) {
  .md-max-w-fit-content-important {
    max-width: fit-content !important;
  }
}
@media (min-width: 992px) {
  .lg-max-w-fit-content-important {
    max-width: fit-content !important;
  }
}
.max-w-none {
  max-width: none;
}

@media (max-width: 575.99px) {
  .xs-max-w-none {
    max-width: none;
  }
}
@media (min-width: 576px) {
  .sm-max-w-none {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .md-max-w-none {
    max-width: none;
  }
}
@media (min-width: 992px) {
  .lg-max-w-none {
    max-width: none;
  }
}
.max-w-none-important {
  max-width: none !important;
}

@media (max-width: 575.99px) {
  .xs-max-w-none-important {
    max-width: none !important;
  }
}
@media (min-width: 576px) {
  .sm-max-w-none-important {
    max-width: none !important;
  }
}
@media (min-width: 768px) {
  .md-max-w-none-important {
    max-width: none !important;
  }
}
@media (min-width: 992px) {
  .lg-max-w-none-important {
    max-width: none !important;
  }
}
.min-w-max-content {
  min-width: max-content;
}

@media (max-width: 575.99px) {
  .xs-min-w-max-content {
    min-width: max-content;
  }
}
@media (min-width: 576px) {
  .sm-min-w-max-content {
    min-width: max-content;
  }
}
@media (min-width: 768px) {
  .md-min-w-max-content {
    min-width: max-content;
  }
}
@media (min-width: 992px) {
  .lg-min-w-max-content {
    min-width: max-content;
  }
}
.min-w-max-content-important {
  min-width: max-content !important;
}

@media (max-width: 575.99px) {
  .xs-min-w-max-content-important {
    min-width: max-content !important;
  }
}
@media (min-width: 576px) {
  .sm-min-w-max-content-important {
    min-width: max-content !important;
  }
}
@media (min-width: 768px) {
  .md-min-w-max-content-important {
    min-width: max-content !important;
  }
}
@media (min-width: 992px) {
  .lg-min-w-max-content-important {
    min-width: max-content !important;
  }
}
.min-w-min-content {
  min-width: min-content;
}

@media (max-width: 575.99px) {
  .xs-min-w-min-content {
    min-width: min-content;
  }
}
@media (min-width: 576px) {
  .sm-min-w-min-content {
    min-width: min-content;
  }
}
@media (min-width: 768px) {
  .md-min-w-min-content {
    min-width: min-content;
  }
}
@media (min-width: 992px) {
  .lg-min-w-min-content {
    min-width: min-content;
  }
}
.min-w-min-content-important {
  min-width: min-content !important;
}

@media (max-width: 575.99px) {
  .xs-min-w-min-content-important {
    min-width: min-content !important;
  }
}
@media (min-width: 576px) {
  .sm-min-w-min-content-important {
    min-width: min-content !important;
  }
}
@media (min-width: 768px) {
  .md-min-w-min-content-important {
    min-width: min-content !important;
  }
}
@media (min-width: 992px) {
  .lg-min-w-min-content-important {
    min-width: min-content !important;
  }
}
.min-w-fit-content {
  min-width: fit-content;
}

@media (max-width: 575.99px) {
  .xs-min-w-fit-content {
    min-width: fit-content;
  }
}
@media (min-width: 576px) {
  .sm-min-w-fit-content {
    min-width: fit-content;
  }
}
@media (min-width: 768px) {
  .md-min-w-fit-content {
    min-width: fit-content;
  }
}
@media (min-width: 992px) {
  .lg-min-w-fit-content {
    min-width: fit-content;
  }
}
.min-w-fit-content-important {
  min-width: fit-content !important;
}

@media (max-width: 575.99px) {
  .xs-min-w-fit-content-important {
    min-width: fit-content !important;
  }
}
@media (min-width: 576px) {
  .sm-min-w-fit-content-important {
    min-width: fit-content !important;
  }
}
@media (min-width: 768px) {
  .md-min-w-fit-content-important {
    min-width: fit-content !important;
  }
}
@media (min-width: 992px) {
  .lg-min-w-fit-content-important {
    min-width: fit-content !important;
  }
}
.min-w-none {
  min-width: none;
}

@media (max-width: 575.99px) {
  .xs-min-w-none {
    min-width: none;
  }
}
@media (min-width: 576px) {
  .sm-min-w-none {
    min-width: none;
  }
}
@media (min-width: 768px) {
  .md-min-w-none {
    min-width: none;
  }
}
@media (min-width: 992px) {
  .lg-min-w-none {
    min-width: none;
  }
}
.min-w-none-important {
  min-width: none !important;
}

@media (max-width: 575.99px) {
  .xs-min-w-none-important {
    min-width: none !important;
  }
}
@media (min-width: 576px) {
  .sm-min-w-none-important {
    min-width: none !important;
  }
}
@media (min-width: 768px) {
  .md-min-w-none-important {
    min-width: none !important;
  }
}
@media (min-width: 992px) {
  .lg-min-w-none-important {
    min-width: none !important;
  }
}
.w-10px {
  width: 10px;
}

.w-10px-important {
  width: 10px !important;
}

.mm-w-10 {
  min-width: 10px;
  max-width: 10px;
}

.max-w-10 {
  max-width: 10px;
}

.min-w-10 {
  min-width: 10px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .xs-max-w-10 {
    max-width: 10px;
  }
  .xs-min-w-10 {
    min-width: 10px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .sm-max-w-10 {
    max-width: 10px;
  }
  .sm-min-w-10 {
    min-width: 10px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .osm-max-w-10 {
    max-width: 10px;
  }
  .osm-min-w-10 {
    min-width: 10px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .md-max-w-10 {
    max-width: 10px;
  }
  .md-min-w-10 {
    min-width: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .omd-max-w-10 {
    max-width: 10px;
  }
  .omd-min-w-10 {
    min-width: 10px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-10 {
    min-width: 10px;
    max-width: 10px;
  }
  .lg-max-w-10 {
    max-width: 10px;
  }
  .lg-min-w-10 {
    min-width: 10px;
  }
}
.w-15px {
  width: 15px;
}

.w-15px-important {
  width: 15px !important;
}

.mm-w-15 {
  min-width: 15px;
  max-width: 15px;
}

.max-w-15 {
  max-width: 15px;
}

.min-w-15 {
  min-width: 15px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .xs-max-w-15 {
    max-width: 15px;
  }
  .xs-min-w-15 {
    min-width: 15px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .sm-max-w-15 {
    max-width: 15px;
  }
  .sm-min-w-15 {
    min-width: 15px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .osm-max-w-15 {
    max-width: 15px;
  }
  .osm-min-w-15 {
    min-width: 15px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .md-max-w-15 {
    max-width: 15px;
  }
  .md-min-w-15 {
    min-width: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .omd-max-w-15 {
    max-width: 15px;
  }
  .omd-min-w-15 {
    min-width: 15px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-15 {
    min-width: 15px;
    max-width: 15px;
  }
  .lg-max-w-15 {
    max-width: 15px;
  }
  .lg-min-w-15 {
    min-width: 15px;
  }
}
.w-20px {
  width: 20px;
}

.w-20px-important {
  width: 20px !important;
}

.mm-w-20 {
  min-width: 20px;
  max-width: 20px;
}

.max-w-20 {
  max-width: 20px;
}

.min-w-20 {
  min-width: 20px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .xs-max-w-20 {
    max-width: 20px;
  }
  .xs-min-w-20 {
    min-width: 20px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .sm-max-w-20 {
    max-width: 20px;
  }
  .sm-min-w-20 {
    min-width: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .osm-max-w-20 {
    max-width: 20px;
  }
  .osm-min-w-20 {
    min-width: 20px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .md-max-w-20 {
    max-width: 20px;
  }
  .md-min-w-20 {
    min-width: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .omd-max-w-20 {
    max-width: 20px;
  }
  .omd-min-w-20 {
    min-width: 20px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-20 {
    min-width: 20px;
    max-width: 20px;
  }
  .lg-max-w-20 {
    max-width: 20px;
  }
  .lg-min-w-20 {
    min-width: 20px;
  }
}
.w-25px {
  width: 25px;
}

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

.mm-w-25 {
  min-width: 25px;
  max-width: 25px;
}

.max-w-25 {
  max-width: 25px;
}

.min-w-25 {
  min-width: 25px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .xs-max-w-25 {
    max-width: 25px;
  }
  .xs-min-w-25 {
    min-width: 25px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .sm-max-w-25 {
    max-width: 25px;
  }
  .sm-min-w-25 {
    min-width: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .osm-max-w-25 {
    max-width: 25px;
  }
  .osm-min-w-25 {
    min-width: 25px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .md-max-w-25 {
    max-width: 25px;
  }
  .md-min-w-25 {
    min-width: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .omd-max-w-25 {
    max-width: 25px;
  }
  .omd-min-w-25 {
    min-width: 25px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-25 {
    min-width: 25px;
    max-width: 25px;
  }
  .lg-max-w-25 {
    max-width: 25px;
  }
  .lg-min-w-25 {
    min-width: 25px;
  }
}
.w-30px {
  width: 30px;
}

.w-30px-important {
  width: 30px !important;
}

.mm-w-30 {
  min-width: 30px;
  max-width: 30px;
}

.max-w-30 {
  max-width: 30px;
}

.min-w-30 {
  min-width: 30px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .xs-max-w-30 {
    max-width: 30px;
  }
  .xs-min-w-30 {
    min-width: 30px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .sm-max-w-30 {
    max-width: 30px;
  }
  .sm-min-w-30 {
    min-width: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .osm-max-w-30 {
    max-width: 30px;
  }
  .osm-min-w-30 {
    min-width: 30px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .md-max-w-30 {
    max-width: 30px;
  }
  .md-min-w-30 {
    min-width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .omd-max-w-30 {
    max-width: 30px;
  }
  .omd-min-w-30 {
    min-width: 30px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-30 {
    min-width: 30px;
    max-width: 30px;
  }
  .lg-max-w-30 {
    max-width: 30px;
  }
  .lg-min-w-30 {
    min-width: 30px;
  }
}
.w-35px {
  width: 35px;
}

.w-35px-important {
  width: 35px !important;
}

.mm-w-35 {
  min-width: 35px;
  max-width: 35px;
}

.max-w-35 {
  max-width: 35px;
}

.min-w-35 {
  min-width: 35px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .xs-max-w-35 {
    max-width: 35px;
  }
  .xs-min-w-35 {
    min-width: 35px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .sm-max-w-35 {
    max-width: 35px;
  }
  .sm-min-w-35 {
    min-width: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .osm-max-w-35 {
    max-width: 35px;
  }
  .osm-min-w-35 {
    min-width: 35px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .md-max-w-35 {
    max-width: 35px;
  }
  .md-min-w-35 {
    min-width: 35px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .omd-max-w-35 {
    max-width: 35px;
  }
  .omd-min-w-35 {
    min-width: 35px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-35 {
    min-width: 35px;
    max-width: 35px;
  }
  .lg-max-w-35 {
    max-width: 35px;
  }
  .lg-min-w-35 {
    min-width: 35px;
  }
}
.w-40px {
  width: 40px;
}

.w-40px-important {
  width: 40px !important;
}

.mm-w-40 {
  min-width: 40px;
  max-width: 40px;
}

.max-w-40 {
  max-width: 40px;
}

.min-w-40 {
  min-width: 40px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .xs-max-w-40 {
    max-width: 40px;
  }
  .xs-min-w-40 {
    min-width: 40px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .sm-max-w-40 {
    max-width: 40px;
  }
  .sm-min-w-40 {
    min-width: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .osm-max-w-40 {
    max-width: 40px;
  }
  .osm-min-w-40 {
    min-width: 40px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .md-max-w-40 {
    max-width: 40px;
  }
  .md-min-w-40 {
    min-width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .omd-max-w-40 {
    max-width: 40px;
  }
  .omd-min-w-40 {
    min-width: 40px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-40 {
    min-width: 40px;
    max-width: 40px;
  }
  .lg-max-w-40 {
    max-width: 40px;
  }
  .lg-min-w-40 {
    min-width: 40px;
  }
}
.w-45px {
  width: 45px;
}

.w-45px-important {
  width: 45px !important;
}

.mm-w-45 {
  min-width: 45px;
  max-width: 45px;
}

.max-w-45 {
  max-width: 45px;
}

.min-w-45 {
  min-width: 45px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .xs-max-w-45 {
    max-width: 45px;
  }
  .xs-min-w-45 {
    min-width: 45px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .sm-max-w-45 {
    max-width: 45px;
  }
  .sm-min-w-45 {
    min-width: 45px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .osm-max-w-45 {
    max-width: 45px;
  }
  .osm-min-w-45 {
    min-width: 45px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .md-max-w-45 {
    max-width: 45px;
  }
  .md-min-w-45 {
    min-width: 45px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .omd-max-w-45 {
    max-width: 45px;
  }
  .omd-min-w-45 {
    min-width: 45px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-45 {
    min-width: 45px;
    max-width: 45px;
  }
  .lg-max-w-45 {
    max-width: 45px;
  }
  .lg-min-w-45 {
    min-width: 45px;
  }
}
.w-50px {
  width: 50px;
}

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

.mm-w-50 {
  min-width: 50px;
  max-width: 50px;
}

.max-w-50 {
  max-width: 50px;
}

.min-w-50 {
  min-width: 50px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .xs-max-w-50 {
    max-width: 50px;
  }
  .xs-min-w-50 {
    min-width: 50px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .sm-max-w-50 {
    max-width: 50px;
  }
  .sm-min-w-50 {
    min-width: 50px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .osm-max-w-50 {
    max-width: 50px;
  }
  .osm-min-w-50 {
    min-width: 50px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .md-max-w-50 {
    max-width: 50px;
  }
  .md-min-w-50 {
    min-width: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .omd-max-w-50 {
    max-width: 50px;
  }
  .omd-min-w-50 {
    min-width: 50px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-50 {
    min-width: 50px;
    max-width: 50px;
  }
  .lg-max-w-50 {
    max-width: 50px;
  }
  .lg-min-w-50 {
    min-width: 50px;
  }
}
.w-55px {
  width: 55px;
}

.w-55px-important {
  width: 55px !important;
}

.mm-w-55 {
  min-width: 55px;
  max-width: 55px;
}

.max-w-55 {
  max-width: 55px;
}

.min-w-55 {
  min-width: 55px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .xs-max-w-55 {
    max-width: 55px;
  }
  .xs-min-w-55 {
    min-width: 55px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .sm-max-w-55 {
    max-width: 55px;
  }
  .sm-min-w-55 {
    min-width: 55px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .osm-max-w-55 {
    max-width: 55px;
  }
  .osm-min-w-55 {
    min-width: 55px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .md-max-w-55 {
    max-width: 55px;
  }
  .md-min-w-55 {
    min-width: 55px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .omd-max-w-55 {
    max-width: 55px;
  }
  .omd-min-w-55 {
    min-width: 55px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-55 {
    min-width: 55px;
    max-width: 55px;
  }
  .lg-max-w-55 {
    max-width: 55px;
  }
  .lg-min-w-55 {
    min-width: 55px;
  }
}
.w-60px {
  width: 60px;
}

.w-60px-important {
  width: 60px !important;
}

.mm-w-60 {
  min-width: 60px;
  max-width: 60px;
}

.max-w-60 {
  max-width: 60px;
}

.min-w-60 {
  min-width: 60px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .xs-max-w-60 {
    max-width: 60px;
  }
  .xs-min-w-60 {
    min-width: 60px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .sm-max-w-60 {
    max-width: 60px;
  }
  .sm-min-w-60 {
    min-width: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .osm-max-w-60 {
    max-width: 60px;
  }
  .osm-min-w-60 {
    min-width: 60px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .md-max-w-60 {
    max-width: 60px;
  }
  .md-min-w-60 {
    min-width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .omd-max-w-60 {
    max-width: 60px;
  }
  .omd-min-w-60 {
    min-width: 60px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-60 {
    min-width: 60px;
    max-width: 60px;
  }
  .lg-max-w-60 {
    max-width: 60px;
  }
  .lg-min-w-60 {
    min-width: 60px;
  }
}
.w-65px {
  width: 65px;
}

.w-65px-important {
  width: 65px !important;
}

.mm-w-65 {
  min-width: 65px;
  max-width: 65px;
}

.max-w-65 {
  max-width: 65px;
}

.min-w-65 {
  min-width: 65px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .xs-max-w-65 {
    max-width: 65px;
  }
  .xs-min-w-65 {
    min-width: 65px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .sm-max-w-65 {
    max-width: 65px;
  }
  .sm-min-w-65 {
    min-width: 65px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .osm-max-w-65 {
    max-width: 65px;
  }
  .osm-min-w-65 {
    min-width: 65px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .md-max-w-65 {
    max-width: 65px;
  }
  .md-min-w-65 {
    min-width: 65px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .omd-max-w-65 {
    max-width: 65px;
  }
  .omd-min-w-65 {
    min-width: 65px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-65 {
    min-width: 65px;
    max-width: 65px;
  }
  .lg-max-w-65 {
    max-width: 65px;
  }
  .lg-min-w-65 {
    min-width: 65px;
  }
}
.w-70px {
  width: 70px;
}

.w-70px-important {
  width: 70px !important;
}

.mm-w-70 {
  min-width: 70px;
  max-width: 70px;
}

.max-w-70 {
  max-width: 70px;
}

.min-w-70 {
  min-width: 70px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .xs-max-w-70 {
    max-width: 70px;
  }
  .xs-min-w-70 {
    min-width: 70px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .sm-max-w-70 {
    max-width: 70px;
  }
  .sm-min-w-70 {
    min-width: 70px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .osm-max-w-70 {
    max-width: 70px;
  }
  .osm-min-w-70 {
    min-width: 70px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .md-max-w-70 {
    max-width: 70px;
  }
  .md-min-w-70 {
    min-width: 70px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .omd-max-w-70 {
    max-width: 70px;
  }
  .omd-min-w-70 {
    min-width: 70px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-70 {
    min-width: 70px;
    max-width: 70px;
  }
  .lg-max-w-70 {
    max-width: 70px;
  }
  .lg-min-w-70 {
    min-width: 70px;
  }
}
.w-75px {
  width: 75px;
}

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

.mm-w-75 {
  min-width: 75px;
  max-width: 75px;
}

.max-w-75 {
  max-width: 75px;
}

.min-w-75 {
  min-width: 75px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .xs-max-w-75 {
    max-width: 75px;
  }
  .xs-min-w-75 {
    min-width: 75px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .sm-max-w-75 {
    max-width: 75px;
  }
  .sm-min-w-75 {
    min-width: 75px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .osm-max-w-75 {
    max-width: 75px;
  }
  .osm-min-w-75 {
    min-width: 75px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .md-max-w-75 {
    max-width: 75px;
  }
  .md-min-w-75 {
    min-width: 75px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .omd-max-w-75 {
    max-width: 75px;
  }
  .omd-min-w-75 {
    min-width: 75px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-75 {
    min-width: 75px;
    max-width: 75px;
  }
  .lg-max-w-75 {
    max-width: 75px;
  }
  .lg-min-w-75 {
    min-width: 75px;
  }
}
.w-80px {
  width: 80px;
}

.w-80px-important {
  width: 80px !important;
}

.mm-w-80 {
  min-width: 80px;
  max-width: 80px;
}

.max-w-80 {
  max-width: 80px;
}

.min-w-80 {
  min-width: 80px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .xs-max-w-80 {
    max-width: 80px;
  }
  .xs-min-w-80 {
    min-width: 80px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .sm-max-w-80 {
    max-width: 80px;
  }
  .sm-min-w-80 {
    min-width: 80px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .osm-max-w-80 {
    max-width: 80px;
  }
  .osm-min-w-80 {
    min-width: 80px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .md-max-w-80 {
    max-width: 80px;
  }
  .md-min-w-80 {
    min-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .omd-max-w-80 {
    max-width: 80px;
  }
  .omd-min-w-80 {
    min-width: 80px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-80 {
    min-width: 80px;
    max-width: 80px;
  }
  .lg-max-w-80 {
    max-width: 80px;
  }
  .lg-min-w-80 {
    min-width: 80px;
  }
}
.w-85px {
  width: 85px;
}

.w-85px-important {
  width: 85px !important;
}

.mm-w-85 {
  min-width: 85px;
  max-width: 85px;
}

.max-w-85 {
  max-width: 85px;
}

.min-w-85 {
  min-width: 85px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .xs-max-w-85 {
    max-width: 85px;
  }
  .xs-min-w-85 {
    min-width: 85px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .sm-max-w-85 {
    max-width: 85px;
  }
  .sm-min-w-85 {
    min-width: 85px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .osm-max-w-85 {
    max-width: 85px;
  }
  .osm-min-w-85 {
    min-width: 85px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .md-max-w-85 {
    max-width: 85px;
  }
  .md-min-w-85 {
    min-width: 85px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .omd-max-w-85 {
    max-width: 85px;
  }
  .omd-min-w-85 {
    min-width: 85px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-85 {
    min-width: 85px;
    max-width: 85px;
  }
  .lg-max-w-85 {
    max-width: 85px;
  }
  .lg-min-w-85 {
    min-width: 85px;
  }
}
.w-90px {
  width: 90px;
}

.w-90px-important {
  width: 90px !important;
}

.mm-w-90 {
  min-width: 90px;
  max-width: 90px;
}

.max-w-90 {
  max-width: 90px;
}

.min-w-90 {
  min-width: 90px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .xs-max-w-90 {
    max-width: 90px;
  }
  .xs-min-w-90 {
    min-width: 90px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .sm-max-w-90 {
    max-width: 90px;
  }
  .sm-min-w-90 {
    min-width: 90px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .osm-max-w-90 {
    max-width: 90px;
  }
  .osm-min-w-90 {
    min-width: 90px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .md-max-w-90 {
    max-width: 90px;
  }
  .md-min-w-90 {
    min-width: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .omd-max-w-90 {
    max-width: 90px;
  }
  .omd-min-w-90 {
    min-width: 90px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-90 {
    min-width: 90px;
    max-width: 90px;
  }
  .lg-max-w-90 {
    max-width: 90px;
  }
  .lg-min-w-90 {
    min-width: 90px;
  }
}
.w-95px {
  width: 95px;
}

.w-95px-important {
  width: 95px !important;
}

.mm-w-95 {
  min-width: 95px;
  max-width: 95px;
}

.max-w-95 {
  max-width: 95px;
}

.min-w-95 {
  min-width: 95px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .xs-max-w-95 {
    max-width: 95px;
  }
  .xs-min-w-95 {
    min-width: 95px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .sm-max-w-95 {
    max-width: 95px;
  }
  .sm-min-w-95 {
    min-width: 95px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .osm-max-w-95 {
    max-width: 95px;
  }
  .osm-min-w-95 {
    min-width: 95px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .md-max-w-95 {
    max-width: 95px;
  }
  .md-min-w-95 {
    min-width: 95px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .omd-max-w-95 {
    max-width: 95px;
  }
  .omd-min-w-95 {
    min-width: 95px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-95 {
    min-width: 95px;
    max-width: 95px;
  }
  .lg-max-w-95 {
    max-width: 95px;
  }
  .lg-min-w-95 {
    min-width: 95px;
  }
}
.w-100px {
  width: 100px;
}

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

.mm-w-100 {
  min-width: 100px;
  max-width: 100px;
}

.max-w-100 {
  max-width: 100px;
}

.min-w-100 {
  min-width: 100px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .xs-max-w-100 {
    max-width: 100px;
  }
  .xs-min-w-100 {
    min-width: 100px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .sm-max-w-100 {
    max-width: 100px;
  }
  .sm-min-w-100 {
    min-width: 100px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .osm-max-w-100 {
    max-width: 100px;
  }
  .osm-min-w-100 {
    min-width: 100px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .md-max-w-100 {
    max-width: 100px;
  }
  .md-min-w-100 {
    min-width: 100px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .omd-max-w-100 {
    max-width: 100px;
  }
  .omd-min-w-100 {
    min-width: 100px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-100 {
    min-width: 100px;
    max-width: 100px;
  }
  .lg-max-w-100 {
    max-width: 100px;
  }
  .lg-min-w-100 {
    min-width: 100px;
  }
}
.w-105px {
  width: 105px;
}

.w-105px-important {
  width: 105px !important;
}

.mm-w-105 {
  min-width: 105px;
  max-width: 105px;
}

.max-w-105 {
  max-width: 105px;
}

.min-w-105 {
  min-width: 105px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .xs-max-w-105 {
    max-width: 105px;
  }
  .xs-min-w-105 {
    min-width: 105px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .sm-max-w-105 {
    max-width: 105px;
  }
  .sm-min-w-105 {
    min-width: 105px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .osm-max-w-105 {
    max-width: 105px;
  }
  .osm-min-w-105 {
    min-width: 105px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .md-max-w-105 {
    max-width: 105px;
  }
  .md-min-w-105 {
    min-width: 105px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .omd-max-w-105 {
    max-width: 105px;
  }
  .omd-min-w-105 {
    min-width: 105px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-105 {
    min-width: 105px;
    max-width: 105px;
  }
  .lg-max-w-105 {
    max-width: 105px;
  }
  .lg-min-w-105 {
    min-width: 105px;
  }
}
.w-110px {
  width: 110px;
}

.w-110px-important {
  width: 110px !important;
}

.mm-w-110 {
  min-width: 110px;
  max-width: 110px;
}

.max-w-110 {
  max-width: 110px;
}

.min-w-110 {
  min-width: 110px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .xs-max-w-110 {
    max-width: 110px;
  }
  .xs-min-w-110 {
    min-width: 110px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .sm-max-w-110 {
    max-width: 110px;
  }
  .sm-min-w-110 {
    min-width: 110px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .osm-max-w-110 {
    max-width: 110px;
  }
  .osm-min-w-110 {
    min-width: 110px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .md-max-w-110 {
    max-width: 110px;
  }
  .md-min-w-110 {
    min-width: 110px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .omd-max-w-110 {
    max-width: 110px;
  }
  .omd-min-w-110 {
    min-width: 110px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-110 {
    min-width: 110px;
    max-width: 110px;
  }
  .lg-max-w-110 {
    max-width: 110px;
  }
  .lg-min-w-110 {
    min-width: 110px;
  }
}
.w-115px {
  width: 115px;
}

.w-115px-important {
  width: 115px !important;
}

.mm-w-115 {
  min-width: 115px;
  max-width: 115px;
}

.max-w-115 {
  max-width: 115px;
}

.min-w-115 {
  min-width: 115px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .xs-max-w-115 {
    max-width: 115px;
  }
  .xs-min-w-115 {
    min-width: 115px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .sm-max-w-115 {
    max-width: 115px;
  }
  .sm-min-w-115 {
    min-width: 115px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .osm-max-w-115 {
    max-width: 115px;
  }
  .osm-min-w-115 {
    min-width: 115px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .md-max-w-115 {
    max-width: 115px;
  }
  .md-min-w-115 {
    min-width: 115px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .omd-max-w-115 {
    max-width: 115px;
  }
  .omd-min-w-115 {
    min-width: 115px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-115 {
    min-width: 115px;
    max-width: 115px;
  }
  .lg-max-w-115 {
    max-width: 115px;
  }
  .lg-min-w-115 {
    min-width: 115px;
  }
}
.w-120px {
  width: 120px;
}

.w-120px-important {
  width: 120px !important;
}

.mm-w-120 {
  min-width: 120px;
  max-width: 120px;
}

.max-w-120 {
  max-width: 120px;
}

.min-w-120 {
  min-width: 120px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .xs-max-w-120 {
    max-width: 120px;
  }
  .xs-min-w-120 {
    min-width: 120px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .sm-max-w-120 {
    max-width: 120px;
  }
  .sm-min-w-120 {
    min-width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .osm-max-w-120 {
    max-width: 120px;
  }
  .osm-min-w-120 {
    min-width: 120px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .md-max-w-120 {
    max-width: 120px;
  }
  .md-min-w-120 {
    min-width: 120px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .omd-max-w-120 {
    max-width: 120px;
  }
  .omd-min-w-120 {
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-120 {
    min-width: 120px;
    max-width: 120px;
  }
  .lg-max-w-120 {
    max-width: 120px;
  }
  .lg-min-w-120 {
    min-width: 120px;
  }
}
.w-125px {
  width: 125px;
}

.w-125px-important {
  width: 125px !important;
}

.mm-w-125 {
  min-width: 125px;
  max-width: 125px;
}

.max-w-125 {
  max-width: 125px;
}

.min-w-125 {
  min-width: 125px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .xs-max-w-125 {
    max-width: 125px;
  }
  .xs-min-w-125 {
    min-width: 125px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .sm-max-w-125 {
    max-width: 125px;
  }
  .sm-min-w-125 {
    min-width: 125px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .osm-max-w-125 {
    max-width: 125px;
  }
  .osm-min-w-125 {
    min-width: 125px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .md-max-w-125 {
    max-width: 125px;
  }
  .md-min-w-125 {
    min-width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .omd-max-w-125 {
    max-width: 125px;
  }
  .omd-min-w-125 {
    min-width: 125px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-125 {
    min-width: 125px;
    max-width: 125px;
  }
  .lg-max-w-125 {
    max-width: 125px;
  }
  .lg-min-w-125 {
    min-width: 125px;
  }
}
.w-130px {
  width: 130px;
}

.w-130px-important {
  width: 130px !important;
}

.mm-w-130 {
  min-width: 130px;
  max-width: 130px;
}

.max-w-130 {
  max-width: 130px;
}

.min-w-130 {
  min-width: 130px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .xs-max-w-130 {
    max-width: 130px;
  }
  .xs-min-w-130 {
    min-width: 130px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .sm-max-w-130 {
    max-width: 130px;
  }
  .sm-min-w-130 {
    min-width: 130px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .osm-max-w-130 {
    max-width: 130px;
  }
  .osm-min-w-130 {
    min-width: 130px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .md-max-w-130 {
    max-width: 130px;
  }
  .md-min-w-130 {
    min-width: 130px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .omd-max-w-130 {
    max-width: 130px;
  }
  .omd-min-w-130 {
    min-width: 130px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-130 {
    min-width: 130px;
    max-width: 130px;
  }
  .lg-max-w-130 {
    max-width: 130px;
  }
  .lg-min-w-130 {
    min-width: 130px;
  }
}
.w-135px {
  width: 135px;
}

.w-135px-important {
  width: 135px !important;
}

.mm-w-135 {
  min-width: 135px;
  max-width: 135px;
}

.max-w-135 {
  max-width: 135px;
}

.min-w-135 {
  min-width: 135px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .xs-max-w-135 {
    max-width: 135px;
  }
  .xs-min-w-135 {
    min-width: 135px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .sm-max-w-135 {
    max-width: 135px;
  }
  .sm-min-w-135 {
    min-width: 135px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .osm-max-w-135 {
    max-width: 135px;
  }
  .osm-min-w-135 {
    min-width: 135px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .md-max-w-135 {
    max-width: 135px;
  }
  .md-min-w-135 {
    min-width: 135px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .omd-max-w-135 {
    max-width: 135px;
  }
  .omd-min-w-135 {
    min-width: 135px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-135 {
    min-width: 135px;
    max-width: 135px;
  }
  .lg-max-w-135 {
    max-width: 135px;
  }
  .lg-min-w-135 {
    min-width: 135px;
  }
}
.w-140px {
  width: 140px;
}

.w-140px-important {
  width: 140px !important;
}

.mm-w-140 {
  min-width: 140px;
  max-width: 140px;
}

.max-w-140 {
  max-width: 140px;
}

.min-w-140 {
  min-width: 140px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .xs-max-w-140 {
    max-width: 140px;
  }
  .xs-min-w-140 {
    min-width: 140px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .sm-max-w-140 {
    max-width: 140px;
  }
  .sm-min-w-140 {
    min-width: 140px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .osm-max-w-140 {
    max-width: 140px;
  }
  .osm-min-w-140 {
    min-width: 140px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .md-max-w-140 {
    max-width: 140px;
  }
  .md-min-w-140 {
    min-width: 140px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .omd-max-w-140 {
    max-width: 140px;
  }
  .omd-min-w-140 {
    min-width: 140px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-140 {
    min-width: 140px;
    max-width: 140px;
  }
  .lg-max-w-140 {
    max-width: 140px;
  }
  .lg-min-w-140 {
    min-width: 140px;
  }
}
.w-145px {
  width: 145px;
}

.w-145px-important {
  width: 145px !important;
}

.mm-w-145 {
  min-width: 145px;
  max-width: 145px;
}

.max-w-145 {
  max-width: 145px;
}

.min-w-145 {
  min-width: 145px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .xs-max-w-145 {
    max-width: 145px;
  }
  .xs-min-w-145 {
    min-width: 145px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .sm-max-w-145 {
    max-width: 145px;
  }
  .sm-min-w-145 {
    min-width: 145px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .osm-max-w-145 {
    max-width: 145px;
  }
  .osm-min-w-145 {
    min-width: 145px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .md-max-w-145 {
    max-width: 145px;
  }
  .md-min-w-145 {
    min-width: 145px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .omd-max-w-145 {
    max-width: 145px;
  }
  .omd-min-w-145 {
    min-width: 145px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-145 {
    min-width: 145px;
    max-width: 145px;
  }
  .lg-max-w-145 {
    max-width: 145px;
  }
  .lg-min-w-145 {
    min-width: 145px;
  }
}
.w-150px {
  width: 150px;
}

.w-150px-important {
  width: 150px !important;
}

.mm-w-150 {
  min-width: 150px;
  max-width: 150px;
}

.max-w-150 {
  max-width: 150px;
}

.min-w-150 {
  min-width: 150px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .xs-max-w-150 {
    max-width: 150px;
  }
  .xs-min-w-150 {
    min-width: 150px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .sm-max-w-150 {
    max-width: 150px;
  }
  .sm-min-w-150 {
    min-width: 150px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .osm-max-w-150 {
    max-width: 150px;
  }
  .osm-min-w-150 {
    min-width: 150px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .md-max-w-150 {
    max-width: 150px;
  }
  .md-min-w-150 {
    min-width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .omd-max-w-150 {
    max-width: 150px;
  }
  .omd-min-w-150 {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-150 {
    min-width: 150px;
    max-width: 150px;
  }
  .lg-max-w-150 {
    max-width: 150px;
  }
  .lg-min-w-150 {
    min-width: 150px;
  }
}
.w-155px {
  width: 155px;
}

.w-155px-important {
  width: 155px !important;
}

.mm-w-155 {
  min-width: 155px;
  max-width: 155px;
}

.max-w-155 {
  max-width: 155px;
}

.min-w-155 {
  min-width: 155px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .xs-max-w-155 {
    max-width: 155px;
  }
  .xs-min-w-155 {
    min-width: 155px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .sm-max-w-155 {
    max-width: 155px;
  }
  .sm-min-w-155 {
    min-width: 155px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .osm-max-w-155 {
    max-width: 155px;
  }
  .osm-min-w-155 {
    min-width: 155px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .md-max-w-155 {
    max-width: 155px;
  }
  .md-min-w-155 {
    min-width: 155px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .omd-max-w-155 {
    max-width: 155px;
  }
  .omd-min-w-155 {
    min-width: 155px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-155 {
    min-width: 155px;
    max-width: 155px;
  }
  .lg-max-w-155 {
    max-width: 155px;
  }
  .lg-min-w-155 {
    min-width: 155px;
  }
}
.w-160px {
  width: 160px;
}

.w-160px-important {
  width: 160px !important;
}

.mm-w-160 {
  min-width: 160px;
  max-width: 160px;
}

.max-w-160 {
  max-width: 160px;
}

.min-w-160 {
  min-width: 160px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .xs-max-w-160 {
    max-width: 160px;
  }
  .xs-min-w-160 {
    min-width: 160px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .sm-max-w-160 {
    max-width: 160px;
  }
  .sm-min-w-160 {
    min-width: 160px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .osm-max-w-160 {
    max-width: 160px;
  }
  .osm-min-w-160 {
    min-width: 160px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .md-max-w-160 {
    max-width: 160px;
  }
  .md-min-w-160 {
    min-width: 160px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .omd-max-w-160 {
    max-width: 160px;
  }
  .omd-min-w-160 {
    min-width: 160px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-160 {
    min-width: 160px;
    max-width: 160px;
  }
  .lg-max-w-160 {
    max-width: 160px;
  }
  .lg-min-w-160 {
    min-width: 160px;
  }
}
.w-165px {
  width: 165px;
}

.w-165px-important {
  width: 165px !important;
}

.mm-w-165 {
  min-width: 165px;
  max-width: 165px;
}

.max-w-165 {
  max-width: 165px;
}

.min-w-165 {
  min-width: 165px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .xs-max-w-165 {
    max-width: 165px;
  }
  .xs-min-w-165 {
    min-width: 165px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .sm-max-w-165 {
    max-width: 165px;
  }
  .sm-min-w-165 {
    min-width: 165px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .osm-max-w-165 {
    max-width: 165px;
  }
  .osm-min-w-165 {
    min-width: 165px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .md-max-w-165 {
    max-width: 165px;
  }
  .md-min-w-165 {
    min-width: 165px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .omd-max-w-165 {
    max-width: 165px;
  }
  .omd-min-w-165 {
    min-width: 165px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-165 {
    min-width: 165px;
    max-width: 165px;
  }
  .lg-max-w-165 {
    max-width: 165px;
  }
  .lg-min-w-165 {
    min-width: 165px;
  }
}
.w-170px {
  width: 170px;
}

.w-170px-important {
  width: 170px !important;
}

.mm-w-170 {
  min-width: 170px;
  max-width: 170px;
}

.max-w-170 {
  max-width: 170px;
}

.min-w-170 {
  min-width: 170px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .xs-max-w-170 {
    max-width: 170px;
  }
  .xs-min-w-170 {
    min-width: 170px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .sm-max-w-170 {
    max-width: 170px;
  }
  .sm-min-w-170 {
    min-width: 170px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .osm-max-w-170 {
    max-width: 170px;
  }
  .osm-min-w-170 {
    min-width: 170px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .md-max-w-170 {
    max-width: 170px;
  }
  .md-min-w-170 {
    min-width: 170px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .omd-max-w-170 {
    max-width: 170px;
  }
  .omd-min-w-170 {
    min-width: 170px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-170 {
    min-width: 170px;
    max-width: 170px;
  }
  .lg-max-w-170 {
    max-width: 170px;
  }
  .lg-min-w-170 {
    min-width: 170px;
  }
}
.w-175px {
  width: 175px;
}

.w-175px-important {
  width: 175px !important;
}

.mm-w-175 {
  min-width: 175px;
  max-width: 175px;
}

.max-w-175 {
  max-width: 175px;
}

.min-w-175 {
  min-width: 175px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .xs-max-w-175 {
    max-width: 175px;
  }
  .xs-min-w-175 {
    min-width: 175px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .sm-max-w-175 {
    max-width: 175px;
  }
  .sm-min-w-175 {
    min-width: 175px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .osm-max-w-175 {
    max-width: 175px;
  }
  .osm-min-w-175 {
    min-width: 175px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .md-max-w-175 {
    max-width: 175px;
  }
  .md-min-w-175 {
    min-width: 175px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .omd-max-w-175 {
    max-width: 175px;
  }
  .omd-min-w-175 {
    min-width: 175px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-175 {
    min-width: 175px;
    max-width: 175px;
  }
  .lg-max-w-175 {
    max-width: 175px;
  }
  .lg-min-w-175 {
    min-width: 175px;
  }
}
.w-180px {
  width: 180px;
}

.w-180px-important {
  width: 180px !important;
}

.mm-w-180 {
  min-width: 180px;
  max-width: 180px;
}

.max-w-180 {
  max-width: 180px;
}

.min-w-180 {
  min-width: 180px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .xs-max-w-180 {
    max-width: 180px;
  }
  .xs-min-w-180 {
    min-width: 180px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .sm-max-w-180 {
    max-width: 180px;
  }
  .sm-min-w-180 {
    min-width: 180px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .osm-max-w-180 {
    max-width: 180px;
  }
  .osm-min-w-180 {
    min-width: 180px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .md-max-w-180 {
    max-width: 180px;
  }
  .md-min-w-180 {
    min-width: 180px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .omd-max-w-180 {
    max-width: 180px;
  }
  .omd-min-w-180 {
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-180 {
    min-width: 180px;
    max-width: 180px;
  }
  .lg-max-w-180 {
    max-width: 180px;
  }
  .lg-min-w-180 {
    min-width: 180px;
  }
}
.w-185px {
  width: 185px;
}

.w-185px-important {
  width: 185px !important;
}

.mm-w-185 {
  min-width: 185px;
  max-width: 185px;
}

.max-w-185 {
  max-width: 185px;
}

.min-w-185 {
  min-width: 185px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .xs-max-w-185 {
    max-width: 185px;
  }
  .xs-min-w-185 {
    min-width: 185px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .sm-max-w-185 {
    max-width: 185px;
  }
  .sm-min-w-185 {
    min-width: 185px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .osm-max-w-185 {
    max-width: 185px;
  }
  .osm-min-w-185 {
    min-width: 185px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .md-max-w-185 {
    max-width: 185px;
  }
  .md-min-w-185 {
    min-width: 185px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .omd-max-w-185 {
    max-width: 185px;
  }
  .omd-min-w-185 {
    min-width: 185px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-185 {
    min-width: 185px;
    max-width: 185px;
  }
  .lg-max-w-185 {
    max-width: 185px;
  }
  .lg-min-w-185 {
    min-width: 185px;
  }
}
.w-190px {
  width: 190px;
}

.w-190px-important {
  width: 190px !important;
}

.mm-w-190 {
  min-width: 190px;
  max-width: 190px;
}

.max-w-190 {
  max-width: 190px;
}

.min-w-190 {
  min-width: 190px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .xs-max-w-190 {
    max-width: 190px;
  }
  .xs-min-w-190 {
    min-width: 190px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .sm-max-w-190 {
    max-width: 190px;
  }
  .sm-min-w-190 {
    min-width: 190px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .osm-max-w-190 {
    max-width: 190px;
  }
  .osm-min-w-190 {
    min-width: 190px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .md-max-w-190 {
    max-width: 190px;
  }
  .md-min-w-190 {
    min-width: 190px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .omd-max-w-190 {
    max-width: 190px;
  }
  .omd-min-w-190 {
    min-width: 190px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-190 {
    min-width: 190px;
    max-width: 190px;
  }
  .lg-max-w-190 {
    max-width: 190px;
  }
  .lg-min-w-190 {
    min-width: 190px;
  }
}
.w-195px {
  width: 195px;
}

.w-195px-important {
  width: 195px !important;
}

.mm-w-195 {
  min-width: 195px;
  max-width: 195px;
}

.max-w-195 {
  max-width: 195px;
}

.min-w-195 {
  min-width: 195px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .xs-max-w-195 {
    max-width: 195px;
  }
  .xs-min-w-195 {
    min-width: 195px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .sm-max-w-195 {
    max-width: 195px;
  }
  .sm-min-w-195 {
    min-width: 195px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .osm-max-w-195 {
    max-width: 195px;
  }
  .osm-min-w-195 {
    min-width: 195px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .md-max-w-195 {
    max-width: 195px;
  }
  .md-min-w-195 {
    min-width: 195px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .omd-max-w-195 {
    max-width: 195px;
  }
  .omd-min-w-195 {
    min-width: 195px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-195 {
    min-width: 195px;
    max-width: 195px;
  }
  .lg-max-w-195 {
    max-width: 195px;
  }
  .lg-min-w-195 {
    min-width: 195px;
  }
}
.w-200px {
  width: 200px;
}

.w-200px-important {
  width: 200px !important;
}

.mm-w-200 {
  min-width: 200px;
  max-width: 200px;
}

.max-w-200 {
  max-width: 200px;
}

.min-w-200 {
  min-width: 200px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .xs-max-w-200 {
    max-width: 200px;
  }
  .xs-min-w-200 {
    min-width: 200px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .sm-max-w-200 {
    max-width: 200px;
  }
  .sm-min-w-200 {
    min-width: 200px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .osm-max-w-200 {
    max-width: 200px;
  }
  .osm-min-w-200 {
    min-width: 200px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .md-max-w-200 {
    max-width: 200px;
  }
  .md-min-w-200 {
    min-width: 200px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .omd-max-w-200 {
    max-width: 200px;
  }
  .omd-min-w-200 {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-200 {
    min-width: 200px;
    max-width: 200px;
  }
  .lg-max-w-200 {
    max-width: 200px;
  }
  .lg-min-w-200 {
    min-width: 200px;
  }
}
.w-205px {
  width: 205px;
}

.w-205px-important {
  width: 205px !important;
}

.mm-w-205 {
  min-width: 205px;
  max-width: 205px;
}

.max-w-205 {
  max-width: 205px;
}

.min-w-205 {
  min-width: 205px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .xs-max-w-205 {
    max-width: 205px;
  }
  .xs-min-w-205 {
    min-width: 205px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .sm-max-w-205 {
    max-width: 205px;
  }
  .sm-min-w-205 {
    min-width: 205px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .osm-max-w-205 {
    max-width: 205px;
  }
  .osm-min-w-205 {
    min-width: 205px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .md-max-w-205 {
    max-width: 205px;
  }
  .md-min-w-205 {
    min-width: 205px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .omd-max-w-205 {
    max-width: 205px;
  }
  .omd-min-w-205 {
    min-width: 205px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-205 {
    min-width: 205px;
    max-width: 205px;
  }
  .lg-max-w-205 {
    max-width: 205px;
  }
  .lg-min-w-205 {
    min-width: 205px;
  }
}
.w-210px {
  width: 210px;
}

.w-210px-important {
  width: 210px !important;
}

.mm-w-210 {
  min-width: 210px;
  max-width: 210px;
}

.max-w-210 {
  max-width: 210px;
}

.min-w-210 {
  min-width: 210px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .xs-max-w-210 {
    max-width: 210px;
  }
  .xs-min-w-210 {
    min-width: 210px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .sm-max-w-210 {
    max-width: 210px;
  }
  .sm-min-w-210 {
    min-width: 210px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .osm-max-w-210 {
    max-width: 210px;
  }
  .osm-min-w-210 {
    min-width: 210px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .md-max-w-210 {
    max-width: 210px;
  }
  .md-min-w-210 {
    min-width: 210px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .omd-max-w-210 {
    max-width: 210px;
  }
  .omd-min-w-210 {
    min-width: 210px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-210 {
    min-width: 210px;
    max-width: 210px;
  }
  .lg-max-w-210 {
    max-width: 210px;
  }
  .lg-min-w-210 {
    min-width: 210px;
  }
}
.w-215px {
  width: 215px;
}

.w-215px-important {
  width: 215px !important;
}

.mm-w-215 {
  min-width: 215px;
  max-width: 215px;
}

.max-w-215 {
  max-width: 215px;
}

.min-w-215 {
  min-width: 215px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .xs-max-w-215 {
    max-width: 215px;
  }
  .xs-min-w-215 {
    min-width: 215px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .sm-max-w-215 {
    max-width: 215px;
  }
  .sm-min-w-215 {
    min-width: 215px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .osm-max-w-215 {
    max-width: 215px;
  }
  .osm-min-w-215 {
    min-width: 215px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .md-max-w-215 {
    max-width: 215px;
  }
  .md-min-w-215 {
    min-width: 215px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .omd-max-w-215 {
    max-width: 215px;
  }
  .omd-min-w-215 {
    min-width: 215px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-215 {
    min-width: 215px;
    max-width: 215px;
  }
  .lg-max-w-215 {
    max-width: 215px;
  }
  .lg-min-w-215 {
    min-width: 215px;
  }
}
.w-220px {
  width: 220px;
}

.w-220px-important {
  width: 220px !important;
}

.mm-w-220 {
  min-width: 220px;
  max-width: 220px;
}

.max-w-220 {
  max-width: 220px;
}

.min-w-220 {
  min-width: 220px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .xs-max-w-220 {
    max-width: 220px;
  }
  .xs-min-w-220 {
    min-width: 220px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .sm-max-w-220 {
    max-width: 220px;
  }
  .sm-min-w-220 {
    min-width: 220px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .osm-max-w-220 {
    max-width: 220px;
  }
  .osm-min-w-220 {
    min-width: 220px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .md-max-w-220 {
    max-width: 220px;
  }
  .md-min-w-220 {
    min-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .omd-max-w-220 {
    max-width: 220px;
  }
  .omd-min-w-220 {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-220 {
    min-width: 220px;
    max-width: 220px;
  }
  .lg-max-w-220 {
    max-width: 220px;
  }
  .lg-min-w-220 {
    min-width: 220px;
  }
}
.w-225px {
  width: 225px;
}

.w-225px-important {
  width: 225px !important;
}

.mm-w-225 {
  min-width: 225px;
  max-width: 225px;
}

.max-w-225 {
  max-width: 225px;
}

.min-w-225 {
  min-width: 225px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .xs-max-w-225 {
    max-width: 225px;
  }
  .xs-min-w-225 {
    min-width: 225px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .sm-max-w-225 {
    max-width: 225px;
  }
  .sm-min-w-225 {
    min-width: 225px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .osm-max-w-225 {
    max-width: 225px;
  }
  .osm-min-w-225 {
    min-width: 225px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .md-max-w-225 {
    max-width: 225px;
  }
  .md-min-w-225 {
    min-width: 225px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .omd-max-w-225 {
    max-width: 225px;
  }
  .omd-min-w-225 {
    min-width: 225px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-225 {
    min-width: 225px;
    max-width: 225px;
  }
  .lg-max-w-225 {
    max-width: 225px;
  }
  .lg-min-w-225 {
    min-width: 225px;
  }
}
.w-230px {
  width: 230px;
}

.w-230px-important {
  width: 230px !important;
}

.mm-w-230 {
  min-width: 230px;
  max-width: 230px;
}

.max-w-230 {
  max-width: 230px;
}

.min-w-230 {
  min-width: 230px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .xs-max-w-230 {
    max-width: 230px;
  }
  .xs-min-w-230 {
    min-width: 230px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .sm-max-w-230 {
    max-width: 230px;
  }
  .sm-min-w-230 {
    min-width: 230px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .osm-max-w-230 {
    max-width: 230px;
  }
  .osm-min-w-230 {
    min-width: 230px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .md-max-w-230 {
    max-width: 230px;
  }
  .md-min-w-230 {
    min-width: 230px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .omd-max-w-230 {
    max-width: 230px;
  }
  .omd-min-w-230 {
    min-width: 230px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-230 {
    min-width: 230px;
    max-width: 230px;
  }
  .lg-max-w-230 {
    max-width: 230px;
  }
  .lg-min-w-230 {
    min-width: 230px;
  }
}
.w-235px {
  width: 235px;
}

.w-235px-important {
  width: 235px !important;
}

.mm-w-235 {
  min-width: 235px;
  max-width: 235px;
}

.max-w-235 {
  max-width: 235px;
}

.min-w-235 {
  min-width: 235px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .xs-max-w-235 {
    max-width: 235px;
  }
  .xs-min-w-235 {
    min-width: 235px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .sm-max-w-235 {
    max-width: 235px;
  }
  .sm-min-w-235 {
    min-width: 235px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .osm-max-w-235 {
    max-width: 235px;
  }
  .osm-min-w-235 {
    min-width: 235px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .md-max-w-235 {
    max-width: 235px;
  }
  .md-min-w-235 {
    min-width: 235px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .omd-max-w-235 {
    max-width: 235px;
  }
  .omd-min-w-235 {
    min-width: 235px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-235 {
    min-width: 235px;
    max-width: 235px;
  }
  .lg-max-w-235 {
    max-width: 235px;
  }
  .lg-min-w-235 {
    min-width: 235px;
  }
}
.w-240px {
  width: 240px;
}

.w-240px-important {
  width: 240px !important;
}

.mm-w-240 {
  min-width: 240px;
  max-width: 240px;
}

.max-w-240 {
  max-width: 240px;
}

.min-w-240 {
  min-width: 240px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .xs-max-w-240 {
    max-width: 240px;
  }
  .xs-min-w-240 {
    min-width: 240px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .sm-max-w-240 {
    max-width: 240px;
  }
  .sm-min-w-240 {
    min-width: 240px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .osm-max-w-240 {
    max-width: 240px;
  }
  .osm-min-w-240 {
    min-width: 240px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .md-max-w-240 {
    max-width: 240px;
  }
  .md-min-w-240 {
    min-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .omd-max-w-240 {
    max-width: 240px;
  }
  .omd-min-w-240 {
    min-width: 240px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-240 {
    min-width: 240px;
    max-width: 240px;
  }
  .lg-max-w-240 {
    max-width: 240px;
  }
  .lg-min-w-240 {
    min-width: 240px;
  }
}
.w-245px {
  width: 245px;
}

.w-245px-important {
  width: 245px !important;
}

.mm-w-245 {
  min-width: 245px;
  max-width: 245px;
}

.max-w-245 {
  max-width: 245px;
}

.min-w-245 {
  min-width: 245px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .xs-max-w-245 {
    max-width: 245px;
  }
  .xs-min-w-245 {
    min-width: 245px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .sm-max-w-245 {
    max-width: 245px;
  }
  .sm-min-w-245 {
    min-width: 245px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .osm-max-w-245 {
    max-width: 245px;
  }
  .osm-min-w-245 {
    min-width: 245px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .md-max-w-245 {
    max-width: 245px;
  }
  .md-min-w-245 {
    min-width: 245px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .omd-max-w-245 {
    max-width: 245px;
  }
  .omd-min-w-245 {
    min-width: 245px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-245 {
    min-width: 245px;
    max-width: 245px;
  }
  .lg-max-w-245 {
    max-width: 245px;
  }
  .lg-min-w-245 {
    min-width: 245px;
  }
}
.w-250px {
  width: 250px;
}

.w-250px-important {
  width: 250px !important;
}

.mm-w-250 {
  min-width: 250px;
  max-width: 250px;
}

.max-w-250 {
  max-width: 250px;
}

.min-w-250 {
  min-width: 250px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .xs-max-w-250 {
    max-width: 250px;
  }
  .xs-min-w-250 {
    min-width: 250px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .sm-max-w-250 {
    max-width: 250px;
  }
  .sm-min-w-250 {
    min-width: 250px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .osm-max-w-250 {
    max-width: 250px;
  }
  .osm-min-w-250 {
    min-width: 250px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .md-max-w-250 {
    max-width: 250px;
  }
  .md-min-w-250 {
    min-width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .omd-max-w-250 {
    max-width: 250px;
  }
  .omd-min-w-250 {
    min-width: 250px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-250 {
    min-width: 250px;
    max-width: 250px;
  }
  .lg-max-w-250 {
    max-width: 250px;
  }
  .lg-min-w-250 {
    min-width: 250px;
  }
}
.w-255px {
  width: 255px;
}

.w-255px-important {
  width: 255px !important;
}

.mm-w-255 {
  min-width: 255px;
  max-width: 255px;
}

.max-w-255 {
  max-width: 255px;
}

.min-w-255 {
  min-width: 255px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .xs-max-w-255 {
    max-width: 255px;
  }
  .xs-min-w-255 {
    min-width: 255px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .sm-max-w-255 {
    max-width: 255px;
  }
  .sm-min-w-255 {
    min-width: 255px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .osm-max-w-255 {
    max-width: 255px;
  }
  .osm-min-w-255 {
    min-width: 255px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .md-max-w-255 {
    max-width: 255px;
  }
  .md-min-w-255 {
    min-width: 255px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .omd-max-w-255 {
    max-width: 255px;
  }
  .omd-min-w-255 {
    min-width: 255px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-255 {
    min-width: 255px;
    max-width: 255px;
  }
  .lg-max-w-255 {
    max-width: 255px;
  }
  .lg-min-w-255 {
    min-width: 255px;
  }
}
.w-260px {
  width: 260px;
}

.w-260px-important {
  width: 260px !important;
}

.mm-w-260 {
  min-width: 260px;
  max-width: 260px;
}

.max-w-260 {
  max-width: 260px;
}

.min-w-260 {
  min-width: 260px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .xs-max-w-260 {
    max-width: 260px;
  }
  .xs-min-w-260 {
    min-width: 260px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .sm-max-w-260 {
    max-width: 260px;
  }
  .sm-min-w-260 {
    min-width: 260px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .osm-max-w-260 {
    max-width: 260px;
  }
  .osm-min-w-260 {
    min-width: 260px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .md-max-w-260 {
    max-width: 260px;
  }
  .md-min-w-260 {
    min-width: 260px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .omd-max-w-260 {
    max-width: 260px;
  }
  .omd-min-w-260 {
    min-width: 260px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-260 {
    min-width: 260px;
    max-width: 260px;
  }
  .lg-max-w-260 {
    max-width: 260px;
  }
  .lg-min-w-260 {
    min-width: 260px;
  }
}
.w-265px {
  width: 265px;
}

.w-265px-important {
  width: 265px !important;
}

.mm-w-265 {
  min-width: 265px;
  max-width: 265px;
}

.max-w-265 {
  max-width: 265px;
}

.min-w-265 {
  min-width: 265px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .xs-max-w-265 {
    max-width: 265px;
  }
  .xs-min-w-265 {
    min-width: 265px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .sm-max-w-265 {
    max-width: 265px;
  }
  .sm-min-w-265 {
    min-width: 265px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .osm-max-w-265 {
    max-width: 265px;
  }
  .osm-min-w-265 {
    min-width: 265px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .md-max-w-265 {
    max-width: 265px;
  }
  .md-min-w-265 {
    min-width: 265px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .omd-max-w-265 {
    max-width: 265px;
  }
  .omd-min-w-265 {
    min-width: 265px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-265 {
    min-width: 265px;
    max-width: 265px;
  }
  .lg-max-w-265 {
    max-width: 265px;
  }
  .lg-min-w-265 {
    min-width: 265px;
  }
}
.w-270px {
  width: 270px;
}

.w-270px-important {
  width: 270px !important;
}

.mm-w-270 {
  min-width: 270px;
  max-width: 270px;
}

.max-w-270 {
  max-width: 270px;
}

.min-w-270 {
  min-width: 270px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .xs-max-w-270 {
    max-width: 270px;
  }
  .xs-min-w-270 {
    min-width: 270px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .sm-max-w-270 {
    max-width: 270px;
  }
  .sm-min-w-270 {
    min-width: 270px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .osm-max-w-270 {
    max-width: 270px;
  }
  .osm-min-w-270 {
    min-width: 270px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .md-max-w-270 {
    max-width: 270px;
  }
  .md-min-w-270 {
    min-width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .omd-max-w-270 {
    max-width: 270px;
  }
  .omd-min-w-270 {
    min-width: 270px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-270 {
    min-width: 270px;
    max-width: 270px;
  }
  .lg-max-w-270 {
    max-width: 270px;
  }
  .lg-min-w-270 {
    min-width: 270px;
  }
}
.w-275px {
  width: 275px;
}

.w-275px-important {
  width: 275px !important;
}

.mm-w-275 {
  min-width: 275px;
  max-width: 275px;
}

.max-w-275 {
  max-width: 275px;
}

.min-w-275 {
  min-width: 275px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .xs-max-w-275 {
    max-width: 275px;
  }
  .xs-min-w-275 {
    min-width: 275px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .sm-max-w-275 {
    max-width: 275px;
  }
  .sm-min-w-275 {
    min-width: 275px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .osm-max-w-275 {
    max-width: 275px;
  }
  .osm-min-w-275 {
    min-width: 275px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .md-max-w-275 {
    max-width: 275px;
  }
  .md-min-w-275 {
    min-width: 275px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .omd-max-w-275 {
    max-width: 275px;
  }
  .omd-min-w-275 {
    min-width: 275px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-275 {
    min-width: 275px;
    max-width: 275px;
  }
  .lg-max-w-275 {
    max-width: 275px;
  }
  .lg-min-w-275 {
    min-width: 275px;
  }
}
.w-280px {
  width: 280px;
}

.w-280px-important {
  width: 280px !important;
}

.mm-w-280 {
  min-width: 280px;
  max-width: 280px;
}

.max-w-280 {
  max-width: 280px;
}

.min-w-280 {
  min-width: 280px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .xs-max-w-280 {
    max-width: 280px;
  }
  .xs-min-w-280 {
    min-width: 280px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .sm-max-w-280 {
    max-width: 280px;
  }
  .sm-min-w-280 {
    min-width: 280px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .osm-max-w-280 {
    max-width: 280px;
  }
  .osm-min-w-280 {
    min-width: 280px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .md-max-w-280 {
    max-width: 280px;
  }
  .md-min-w-280 {
    min-width: 280px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .omd-max-w-280 {
    max-width: 280px;
  }
  .omd-min-w-280 {
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-280 {
    min-width: 280px;
    max-width: 280px;
  }
  .lg-max-w-280 {
    max-width: 280px;
  }
  .lg-min-w-280 {
    min-width: 280px;
  }
}
.w-285px {
  width: 285px;
}

.w-285px-important {
  width: 285px !important;
}

.mm-w-285 {
  min-width: 285px;
  max-width: 285px;
}

.max-w-285 {
  max-width: 285px;
}

.min-w-285 {
  min-width: 285px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .xs-max-w-285 {
    max-width: 285px;
  }
  .xs-min-w-285 {
    min-width: 285px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .sm-max-w-285 {
    max-width: 285px;
  }
  .sm-min-w-285 {
    min-width: 285px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .osm-max-w-285 {
    max-width: 285px;
  }
  .osm-min-w-285 {
    min-width: 285px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .md-max-w-285 {
    max-width: 285px;
  }
  .md-min-w-285 {
    min-width: 285px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .omd-max-w-285 {
    max-width: 285px;
  }
  .omd-min-w-285 {
    min-width: 285px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-285 {
    min-width: 285px;
    max-width: 285px;
  }
  .lg-max-w-285 {
    max-width: 285px;
  }
  .lg-min-w-285 {
    min-width: 285px;
  }
}
.w-290px {
  width: 290px;
}

.w-290px-important {
  width: 290px !important;
}

.mm-w-290 {
  min-width: 290px;
  max-width: 290px;
}

.max-w-290 {
  max-width: 290px;
}

.min-w-290 {
  min-width: 290px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .xs-max-w-290 {
    max-width: 290px;
  }
  .xs-min-w-290 {
    min-width: 290px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .sm-max-w-290 {
    max-width: 290px;
  }
  .sm-min-w-290 {
    min-width: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .osm-max-w-290 {
    max-width: 290px;
  }
  .osm-min-w-290 {
    min-width: 290px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .md-max-w-290 {
    max-width: 290px;
  }
  .md-min-w-290 {
    min-width: 290px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .omd-max-w-290 {
    max-width: 290px;
  }
  .omd-min-w-290 {
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-290 {
    min-width: 290px;
    max-width: 290px;
  }
  .lg-max-w-290 {
    max-width: 290px;
  }
  .lg-min-w-290 {
    min-width: 290px;
  }
}
.w-295px {
  width: 295px;
}

.w-295px-important {
  width: 295px !important;
}

.mm-w-295 {
  min-width: 295px;
  max-width: 295px;
}

.max-w-295 {
  max-width: 295px;
}

.min-w-295 {
  min-width: 295px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .xs-max-w-295 {
    max-width: 295px;
  }
  .xs-min-w-295 {
    min-width: 295px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .sm-max-w-295 {
    max-width: 295px;
  }
  .sm-min-w-295 {
    min-width: 295px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .osm-max-w-295 {
    max-width: 295px;
  }
  .osm-min-w-295 {
    min-width: 295px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .md-max-w-295 {
    max-width: 295px;
  }
  .md-min-w-295 {
    min-width: 295px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .omd-max-w-295 {
    max-width: 295px;
  }
  .omd-min-w-295 {
    min-width: 295px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-295 {
    min-width: 295px;
    max-width: 295px;
  }
  .lg-max-w-295 {
    max-width: 295px;
  }
  .lg-min-w-295 {
    min-width: 295px;
  }
}
.w-300px {
  width: 300px;
}

.w-300px-important {
  width: 300px !important;
}

.mm-w-300 {
  min-width: 300px;
  max-width: 300px;
}

.max-w-300 {
  max-width: 300px;
}

.min-w-300 {
  min-width: 300px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .xs-max-w-300 {
    max-width: 300px;
  }
  .xs-min-w-300 {
    min-width: 300px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .sm-max-w-300 {
    max-width: 300px;
  }
  .sm-min-w-300 {
    min-width: 300px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .osm-max-w-300 {
    max-width: 300px;
  }
  .osm-min-w-300 {
    min-width: 300px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .md-max-w-300 {
    max-width: 300px;
  }
  .md-min-w-300 {
    min-width: 300px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .omd-max-w-300 {
    max-width: 300px;
  }
  .omd-min-w-300 {
    min-width: 300px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-300 {
    min-width: 300px;
    max-width: 300px;
  }
  .lg-max-w-300 {
    max-width: 300px;
  }
  .lg-min-w-300 {
    min-width: 300px;
  }
}
.w-305px {
  width: 305px;
}

.w-305px-important {
  width: 305px !important;
}

.mm-w-305 {
  min-width: 305px;
  max-width: 305px;
}

.max-w-305 {
  max-width: 305px;
}

.min-w-305 {
  min-width: 305px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .xs-max-w-305 {
    max-width: 305px;
  }
  .xs-min-w-305 {
    min-width: 305px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .sm-max-w-305 {
    max-width: 305px;
  }
  .sm-min-w-305 {
    min-width: 305px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .osm-max-w-305 {
    max-width: 305px;
  }
  .osm-min-w-305 {
    min-width: 305px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .md-max-w-305 {
    max-width: 305px;
  }
  .md-min-w-305 {
    min-width: 305px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .omd-max-w-305 {
    max-width: 305px;
  }
  .omd-min-w-305 {
    min-width: 305px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-305 {
    min-width: 305px;
    max-width: 305px;
  }
  .lg-max-w-305 {
    max-width: 305px;
  }
  .lg-min-w-305 {
    min-width: 305px;
  }
}
.w-310px {
  width: 310px;
}

.w-310px-important {
  width: 310px !important;
}

.mm-w-310 {
  min-width: 310px;
  max-width: 310px;
}

.max-w-310 {
  max-width: 310px;
}

.min-w-310 {
  min-width: 310px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .xs-max-w-310 {
    max-width: 310px;
  }
  .xs-min-w-310 {
    min-width: 310px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .sm-max-w-310 {
    max-width: 310px;
  }
  .sm-min-w-310 {
    min-width: 310px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .osm-max-w-310 {
    max-width: 310px;
  }
  .osm-min-w-310 {
    min-width: 310px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .md-max-w-310 {
    max-width: 310px;
  }
  .md-min-w-310 {
    min-width: 310px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .omd-max-w-310 {
    max-width: 310px;
  }
  .omd-min-w-310 {
    min-width: 310px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-310 {
    min-width: 310px;
    max-width: 310px;
  }
  .lg-max-w-310 {
    max-width: 310px;
  }
  .lg-min-w-310 {
    min-width: 310px;
  }
}
.w-315px {
  width: 315px;
}

.w-315px-important {
  width: 315px !important;
}

.mm-w-315 {
  min-width: 315px;
  max-width: 315px;
}

.max-w-315 {
  max-width: 315px;
}

.min-w-315 {
  min-width: 315px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .xs-max-w-315 {
    max-width: 315px;
  }
  .xs-min-w-315 {
    min-width: 315px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .sm-max-w-315 {
    max-width: 315px;
  }
  .sm-min-w-315 {
    min-width: 315px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .osm-max-w-315 {
    max-width: 315px;
  }
  .osm-min-w-315 {
    min-width: 315px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .md-max-w-315 {
    max-width: 315px;
  }
  .md-min-w-315 {
    min-width: 315px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .omd-max-w-315 {
    max-width: 315px;
  }
  .omd-min-w-315 {
    min-width: 315px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-315 {
    min-width: 315px;
    max-width: 315px;
  }
  .lg-max-w-315 {
    max-width: 315px;
  }
  .lg-min-w-315 {
    min-width: 315px;
  }
}
.w-320px {
  width: 320px;
}

.w-320px-important {
  width: 320px !important;
}

.mm-w-320 {
  min-width: 320px;
  max-width: 320px;
}

.max-w-320 {
  max-width: 320px;
}

.min-w-320 {
  min-width: 320px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .xs-max-w-320 {
    max-width: 320px;
  }
  .xs-min-w-320 {
    min-width: 320px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .sm-max-w-320 {
    max-width: 320px;
  }
  .sm-min-w-320 {
    min-width: 320px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .osm-max-w-320 {
    max-width: 320px;
  }
  .osm-min-w-320 {
    min-width: 320px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .md-max-w-320 {
    max-width: 320px;
  }
  .md-min-w-320 {
    min-width: 320px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .omd-max-w-320 {
    max-width: 320px;
  }
  .omd-min-w-320 {
    min-width: 320px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-320 {
    min-width: 320px;
    max-width: 320px;
  }
  .lg-max-w-320 {
    max-width: 320px;
  }
  .lg-min-w-320 {
    min-width: 320px;
  }
}
.w-325px {
  width: 325px;
}

.w-325px-important {
  width: 325px !important;
}

.mm-w-325 {
  min-width: 325px;
  max-width: 325px;
}

.max-w-325 {
  max-width: 325px;
}

.min-w-325 {
  min-width: 325px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .xs-max-w-325 {
    max-width: 325px;
  }
  .xs-min-w-325 {
    min-width: 325px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .sm-max-w-325 {
    max-width: 325px;
  }
  .sm-min-w-325 {
    min-width: 325px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .osm-max-w-325 {
    max-width: 325px;
  }
  .osm-min-w-325 {
    min-width: 325px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .md-max-w-325 {
    max-width: 325px;
  }
  .md-min-w-325 {
    min-width: 325px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .omd-max-w-325 {
    max-width: 325px;
  }
  .omd-min-w-325 {
    min-width: 325px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-325 {
    min-width: 325px;
    max-width: 325px;
  }
  .lg-max-w-325 {
    max-width: 325px;
  }
  .lg-min-w-325 {
    min-width: 325px;
  }
}
.w-330px {
  width: 330px;
}

.w-330px-important {
  width: 330px !important;
}

.mm-w-330 {
  min-width: 330px;
  max-width: 330px;
}

.max-w-330 {
  max-width: 330px;
}

.min-w-330 {
  min-width: 330px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .xs-max-w-330 {
    max-width: 330px;
  }
  .xs-min-w-330 {
    min-width: 330px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .sm-max-w-330 {
    max-width: 330px;
  }
  .sm-min-w-330 {
    min-width: 330px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .osm-max-w-330 {
    max-width: 330px;
  }
  .osm-min-w-330 {
    min-width: 330px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .md-max-w-330 {
    max-width: 330px;
  }
  .md-min-w-330 {
    min-width: 330px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .omd-max-w-330 {
    max-width: 330px;
  }
  .omd-min-w-330 {
    min-width: 330px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-330 {
    min-width: 330px;
    max-width: 330px;
  }
  .lg-max-w-330 {
    max-width: 330px;
  }
  .lg-min-w-330 {
    min-width: 330px;
  }
}
.w-335px {
  width: 335px;
}

.w-335px-important {
  width: 335px !important;
}

.mm-w-335 {
  min-width: 335px;
  max-width: 335px;
}

.max-w-335 {
  max-width: 335px;
}

.min-w-335 {
  min-width: 335px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .xs-max-w-335 {
    max-width: 335px;
  }
  .xs-min-w-335 {
    min-width: 335px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .sm-max-w-335 {
    max-width: 335px;
  }
  .sm-min-w-335 {
    min-width: 335px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .osm-max-w-335 {
    max-width: 335px;
  }
  .osm-min-w-335 {
    min-width: 335px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .md-max-w-335 {
    max-width: 335px;
  }
  .md-min-w-335 {
    min-width: 335px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .omd-max-w-335 {
    max-width: 335px;
  }
  .omd-min-w-335 {
    min-width: 335px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-335 {
    min-width: 335px;
    max-width: 335px;
  }
  .lg-max-w-335 {
    max-width: 335px;
  }
  .lg-min-w-335 {
    min-width: 335px;
  }
}
.w-340px {
  width: 340px;
}

.w-340px-important {
  width: 340px !important;
}

.mm-w-340 {
  min-width: 340px;
  max-width: 340px;
}

.max-w-340 {
  max-width: 340px;
}

.min-w-340 {
  min-width: 340px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .xs-max-w-340 {
    max-width: 340px;
  }
  .xs-min-w-340 {
    min-width: 340px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .sm-max-w-340 {
    max-width: 340px;
  }
  .sm-min-w-340 {
    min-width: 340px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .osm-max-w-340 {
    max-width: 340px;
  }
  .osm-min-w-340 {
    min-width: 340px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .md-max-w-340 {
    max-width: 340px;
  }
  .md-min-w-340 {
    min-width: 340px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .omd-max-w-340 {
    max-width: 340px;
  }
  .omd-min-w-340 {
    min-width: 340px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-340 {
    min-width: 340px;
    max-width: 340px;
  }
  .lg-max-w-340 {
    max-width: 340px;
  }
  .lg-min-w-340 {
    min-width: 340px;
  }
}
.w-345px {
  width: 345px;
}

.w-345px-important {
  width: 345px !important;
}

.mm-w-345 {
  min-width: 345px;
  max-width: 345px;
}

.max-w-345 {
  max-width: 345px;
}

.min-w-345 {
  min-width: 345px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .xs-max-w-345 {
    max-width: 345px;
  }
  .xs-min-w-345 {
    min-width: 345px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .sm-max-w-345 {
    max-width: 345px;
  }
  .sm-min-w-345 {
    min-width: 345px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .osm-max-w-345 {
    max-width: 345px;
  }
  .osm-min-w-345 {
    min-width: 345px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .md-max-w-345 {
    max-width: 345px;
  }
  .md-min-w-345 {
    min-width: 345px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .omd-max-w-345 {
    max-width: 345px;
  }
  .omd-min-w-345 {
    min-width: 345px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-345 {
    min-width: 345px;
    max-width: 345px;
  }
  .lg-max-w-345 {
    max-width: 345px;
  }
  .lg-min-w-345 {
    min-width: 345px;
  }
}
.w-350px {
  width: 350px;
}

.w-350px-important {
  width: 350px !important;
}

.mm-w-350 {
  min-width: 350px;
  max-width: 350px;
}

.max-w-350 {
  max-width: 350px;
}

.min-w-350 {
  min-width: 350px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .xs-max-w-350 {
    max-width: 350px;
  }
  .xs-min-w-350 {
    min-width: 350px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .sm-max-w-350 {
    max-width: 350px;
  }
  .sm-min-w-350 {
    min-width: 350px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .osm-max-w-350 {
    max-width: 350px;
  }
  .osm-min-w-350 {
    min-width: 350px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .md-max-w-350 {
    max-width: 350px;
  }
  .md-min-w-350 {
    min-width: 350px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .omd-max-w-350 {
    max-width: 350px;
  }
  .omd-min-w-350 {
    min-width: 350px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-350 {
    min-width: 350px;
    max-width: 350px;
  }
  .lg-max-w-350 {
    max-width: 350px;
  }
  .lg-min-w-350 {
    min-width: 350px;
  }
}
.w-355px {
  width: 355px;
}

.w-355px-important {
  width: 355px !important;
}

.mm-w-355 {
  min-width: 355px;
  max-width: 355px;
}

.max-w-355 {
  max-width: 355px;
}

.min-w-355 {
  min-width: 355px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .xs-max-w-355 {
    max-width: 355px;
  }
  .xs-min-w-355 {
    min-width: 355px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .sm-max-w-355 {
    max-width: 355px;
  }
  .sm-min-w-355 {
    min-width: 355px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .osm-max-w-355 {
    max-width: 355px;
  }
  .osm-min-w-355 {
    min-width: 355px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .md-max-w-355 {
    max-width: 355px;
  }
  .md-min-w-355 {
    min-width: 355px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .omd-max-w-355 {
    max-width: 355px;
  }
  .omd-min-w-355 {
    min-width: 355px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-355 {
    min-width: 355px;
    max-width: 355px;
  }
  .lg-max-w-355 {
    max-width: 355px;
  }
  .lg-min-w-355 {
    min-width: 355px;
  }
}
.w-360px {
  width: 360px;
}

.w-360px-important {
  width: 360px !important;
}

.mm-w-360 {
  min-width: 360px;
  max-width: 360px;
}

.max-w-360 {
  max-width: 360px;
}

.min-w-360 {
  min-width: 360px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .xs-max-w-360 {
    max-width: 360px;
  }
  .xs-min-w-360 {
    min-width: 360px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .sm-max-w-360 {
    max-width: 360px;
  }
  .sm-min-w-360 {
    min-width: 360px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .osm-max-w-360 {
    max-width: 360px;
  }
  .osm-min-w-360 {
    min-width: 360px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .md-max-w-360 {
    max-width: 360px;
  }
  .md-min-w-360 {
    min-width: 360px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .omd-max-w-360 {
    max-width: 360px;
  }
  .omd-min-w-360 {
    min-width: 360px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-360 {
    min-width: 360px;
    max-width: 360px;
  }
  .lg-max-w-360 {
    max-width: 360px;
  }
  .lg-min-w-360 {
    min-width: 360px;
  }
}
.w-365px {
  width: 365px;
}

.w-365px-important {
  width: 365px !important;
}

.mm-w-365 {
  min-width: 365px;
  max-width: 365px;
}

.max-w-365 {
  max-width: 365px;
}

.min-w-365 {
  min-width: 365px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .xs-max-w-365 {
    max-width: 365px;
  }
  .xs-min-w-365 {
    min-width: 365px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .sm-max-w-365 {
    max-width: 365px;
  }
  .sm-min-w-365 {
    min-width: 365px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .osm-max-w-365 {
    max-width: 365px;
  }
  .osm-min-w-365 {
    min-width: 365px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .md-max-w-365 {
    max-width: 365px;
  }
  .md-min-w-365 {
    min-width: 365px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .omd-max-w-365 {
    max-width: 365px;
  }
  .omd-min-w-365 {
    min-width: 365px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-365 {
    min-width: 365px;
    max-width: 365px;
  }
  .lg-max-w-365 {
    max-width: 365px;
  }
  .lg-min-w-365 {
    min-width: 365px;
  }
}
.w-370px {
  width: 370px;
}

.w-370px-important {
  width: 370px !important;
}

.mm-w-370 {
  min-width: 370px;
  max-width: 370px;
}

.max-w-370 {
  max-width: 370px;
}

.min-w-370 {
  min-width: 370px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .xs-max-w-370 {
    max-width: 370px;
  }
  .xs-min-w-370 {
    min-width: 370px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .sm-max-w-370 {
    max-width: 370px;
  }
  .sm-min-w-370 {
    min-width: 370px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .osm-max-w-370 {
    max-width: 370px;
  }
  .osm-min-w-370 {
    min-width: 370px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .md-max-w-370 {
    max-width: 370px;
  }
  .md-min-w-370 {
    min-width: 370px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .omd-max-w-370 {
    max-width: 370px;
  }
  .omd-min-w-370 {
    min-width: 370px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-370 {
    min-width: 370px;
    max-width: 370px;
  }
  .lg-max-w-370 {
    max-width: 370px;
  }
  .lg-min-w-370 {
    min-width: 370px;
  }
}
.w-375px {
  width: 375px;
}

.w-375px-important {
  width: 375px !important;
}

.mm-w-375 {
  min-width: 375px;
  max-width: 375px;
}

.max-w-375 {
  max-width: 375px;
}

.min-w-375 {
  min-width: 375px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .xs-max-w-375 {
    max-width: 375px;
  }
  .xs-min-w-375 {
    min-width: 375px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .sm-max-w-375 {
    max-width: 375px;
  }
  .sm-min-w-375 {
    min-width: 375px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .osm-max-w-375 {
    max-width: 375px;
  }
  .osm-min-w-375 {
    min-width: 375px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .md-max-w-375 {
    max-width: 375px;
  }
  .md-min-w-375 {
    min-width: 375px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .omd-max-w-375 {
    max-width: 375px;
  }
  .omd-min-w-375 {
    min-width: 375px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-375 {
    min-width: 375px;
    max-width: 375px;
  }
  .lg-max-w-375 {
    max-width: 375px;
  }
  .lg-min-w-375 {
    min-width: 375px;
  }
}
.w-380px {
  width: 380px;
}

.w-380px-important {
  width: 380px !important;
}

.mm-w-380 {
  min-width: 380px;
  max-width: 380px;
}

.max-w-380 {
  max-width: 380px;
}

.min-w-380 {
  min-width: 380px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .xs-max-w-380 {
    max-width: 380px;
  }
  .xs-min-w-380 {
    min-width: 380px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .sm-max-w-380 {
    max-width: 380px;
  }
  .sm-min-w-380 {
    min-width: 380px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .osm-max-w-380 {
    max-width: 380px;
  }
  .osm-min-w-380 {
    min-width: 380px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .md-max-w-380 {
    max-width: 380px;
  }
  .md-min-w-380 {
    min-width: 380px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .omd-max-w-380 {
    max-width: 380px;
  }
  .omd-min-w-380 {
    min-width: 380px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-380 {
    min-width: 380px;
    max-width: 380px;
  }
  .lg-max-w-380 {
    max-width: 380px;
  }
  .lg-min-w-380 {
    min-width: 380px;
  }
}
.w-385px {
  width: 385px;
}

.w-385px-important {
  width: 385px !important;
}

.mm-w-385 {
  min-width: 385px;
  max-width: 385px;
}

.max-w-385 {
  max-width: 385px;
}

.min-w-385 {
  min-width: 385px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .xs-max-w-385 {
    max-width: 385px;
  }
  .xs-min-w-385 {
    min-width: 385px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .sm-max-w-385 {
    max-width: 385px;
  }
  .sm-min-w-385 {
    min-width: 385px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .osm-max-w-385 {
    max-width: 385px;
  }
  .osm-min-w-385 {
    min-width: 385px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .md-max-w-385 {
    max-width: 385px;
  }
  .md-min-w-385 {
    min-width: 385px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .omd-max-w-385 {
    max-width: 385px;
  }
  .omd-min-w-385 {
    min-width: 385px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-385 {
    min-width: 385px;
    max-width: 385px;
  }
  .lg-max-w-385 {
    max-width: 385px;
  }
  .lg-min-w-385 {
    min-width: 385px;
  }
}
.w-390px {
  width: 390px;
}

.w-390px-important {
  width: 390px !important;
}

.mm-w-390 {
  min-width: 390px;
  max-width: 390px;
}

.max-w-390 {
  max-width: 390px;
}

.min-w-390 {
  min-width: 390px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .xs-max-w-390 {
    max-width: 390px;
  }
  .xs-min-w-390 {
    min-width: 390px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .sm-max-w-390 {
    max-width: 390px;
  }
  .sm-min-w-390 {
    min-width: 390px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .osm-max-w-390 {
    max-width: 390px;
  }
  .osm-min-w-390 {
    min-width: 390px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .md-max-w-390 {
    max-width: 390px;
  }
  .md-min-w-390 {
    min-width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .omd-max-w-390 {
    max-width: 390px;
  }
  .omd-min-w-390 {
    min-width: 390px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-390 {
    min-width: 390px;
    max-width: 390px;
  }
  .lg-max-w-390 {
    max-width: 390px;
  }
  .lg-min-w-390 {
    min-width: 390px;
  }
}
.w-395px {
  width: 395px;
}

.w-395px-important {
  width: 395px !important;
}

.mm-w-395 {
  min-width: 395px;
  max-width: 395px;
}

.max-w-395 {
  max-width: 395px;
}

.min-w-395 {
  min-width: 395px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .xs-max-w-395 {
    max-width: 395px;
  }
  .xs-min-w-395 {
    min-width: 395px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .sm-max-w-395 {
    max-width: 395px;
  }
  .sm-min-w-395 {
    min-width: 395px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .osm-max-w-395 {
    max-width: 395px;
  }
  .osm-min-w-395 {
    min-width: 395px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .md-max-w-395 {
    max-width: 395px;
  }
  .md-min-w-395 {
    min-width: 395px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .omd-max-w-395 {
    max-width: 395px;
  }
  .omd-min-w-395 {
    min-width: 395px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-395 {
    min-width: 395px;
    max-width: 395px;
  }
  .lg-max-w-395 {
    max-width: 395px;
  }
  .lg-min-w-395 {
    min-width: 395px;
  }
}
.w-400px {
  width: 400px;
}

.w-400px-important {
  width: 400px !important;
}

.mm-w-400 {
  min-width: 400px;
  max-width: 400px;
}

.max-w-400 {
  max-width: 400px;
}

.min-w-400 {
  min-width: 400px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .xs-max-w-400 {
    max-width: 400px;
  }
  .xs-min-w-400 {
    min-width: 400px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .sm-max-w-400 {
    max-width: 400px;
  }
  .sm-min-w-400 {
    min-width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .osm-max-w-400 {
    max-width: 400px;
  }
  .osm-min-w-400 {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .md-max-w-400 {
    max-width: 400px;
  }
  .md-min-w-400 {
    min-width: 400px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .omd-max-w-400 {
    max-width: 400px;
  }
  .omd-min-w-400 {
    min-width: 400px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-400 {
    min-width: 400px;
    max-width: 400px;
  }
  .lg-max-w-400 {
    max-width: 400px;
  }
  .lg-min-w-400 {
    min-width: 400px;
  }
}
.w-405px {
  width: 405px;
}

.w-405px-important {
  width: 405px !important;
}

.mm-w-405 {
  min-width: 405px;
  max-width: 405px;
}

.max-w-405 {
  max-width: 405px;
}

.min-w-405 {
  min-width: 405px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .xs-max-w-405 {
    max-width: 405px;
  }
  .xs-min-w-405 {
    min-width: 405px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .sm-max-w-405 {
    max-width: 405px;
  }
  .sm-min-w-405 {
    min-width: 405px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .osm-max-w-405 {
    max-width: 405px;
  }
  .osm-min-w-405 {
    min-width: 405px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .md-max-w-405 {
    max-width: 405px;
  }
  .md-min-w-405 {
    min-width: 405px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .omd-max-w-405 {
    max-width: 405px;
  }
  .omd-min-w-405 {
    min-width: 405px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-405 {
    min-width: 405px;
    max-width: 405px;
  }
  .lg-max-w-405 {
    max-width: 405px;
  }
  .lg-min-w-405 {
    min-width: 405px;
  }
}
.w-410px {
  width: 410px;
}

.w-410px-important {
  width: 410px !important;
}

.mm-w-410 {
  min-width: 410px;
  max-width: 410px;
}

.max-w-410 {
  max-width: 410px;
}

.min-w-410 {
  min-width: 410px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .xs-max-w-410 {
    max-width: 410px;
  }
  .xs-min-w-410 {
    min-width: 410px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .sm-max-w-410 {
    max-width: 410px;
  }
  .sm-min-w-410 {
    min-width: 410px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .osm-max-w-410 {
    max-width: 410px;
  }
  .osm-min-w-410 {
    min-width: 410px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .md-max-w-410 {
    max-width: 410px;
  }
  .md-min-w-410 {
    min-width: 410px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .omd-max-w-410 {
    max-width: 410px;
  }
  .omd-min-w-410 {
    min-width: 410px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-410 {
    min-width: 410px;
    max-width: 410px;
  }
  .lg-max-w-410 {
    max-width: 410px;
  }
  .lg-min-w-410 {
    min-width: 410px;
  }
}
.w-415px {
  width: 415px;
}

.w-415px-important {
  width: 415px !important;
}

.mm-w-415 {
  min-width: 415px;
  max-width: 415px;
}

.max-w-415 {
  max-width: 415px;
}

.min-w-415 {
  min-width: 415px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .xs-max-w-415 {
    max-width: 415px;
  }
  .xs-min-w-415 {
    min-width: 415px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .sm-max-w-415 {
    max-width: 415px;
  }
  .sm-min-w-415 {
    min-width: 415px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .osm-max-w-415 {
    max-width: 415px;
  }
  .osm-min-w-415 {
    min-width: 415px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .md-max-w-415 {
    max-width: 415px;
  }
  .md-min-w-415 {
    min-width: 415px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .omd-max-w-415 {
    max-width: 415px;
  }
  .omd-min-w-415 {
    min-width: 415px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-415 {
    min-width: 415px;
    max-width: 415px;
  }
  .lg-max-w-415 {
    max-width: 415px;
  }
  .lg-min-w-415 {
    min-width: 415px;
  }
}
.w-420px {
  width: 420px;
}

.w-420px-important {
  width: 420px !important;
}

.mm-w-420 {
  min-width: 420px;
  max-width: 420px;
}

.max-w-420 {
  max-width: 420px;
}

.min-w-420 {
  min-width: 420px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .xs-max-w-420 {
    max-width: 420px;
  }
  .xs-min-w-420 {
    min-width: 420px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .sm-max-w-420 {
    max-width: 420px;
  }
  .sm-min-w-420 {
    min-width: 420px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .osm-max-w-420 {
    max-width: 420px;
  }
  .osm-min-w-420 {
    min-width: 420px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .md-max-w-420 {
    max-width: 420px;
  }
  .md-min-w-420 {
    min-width: 420px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .omd-max-w-420 {
    max-width: 420px;
  }
  .omd-min-w-420 {
    min-width: 420px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-420 {
    min-width: 420px;
    max-width: 420px;
  }
  .lg-max-w-420 {
    max-width: 420px;
  }
  .lg-min-w-420 {
    min-width: 420px;
  }
}
.w-425px {
  width: 425px;
}

.w-425px-important {
  width: 425px !important;
}

.mm-w-425 {
  min-width: 425px;
  max-width: 425px;
}

.max-w-425 {
  max-width: 425px;
}

.min-w-425 {
  min-width: 425px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .xs-max-w-425 {
    max-width: 425px;
  }
  .xs-min-w-425 {
    min-width: 425px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .sm-max-w-425 {
    max-width: 425px;
  }
  .sm-min-w-425 {
    min-width: 425px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .osm-max-w-425 {
    max-width: 425px;
  }
  .osm-min-w-425 {
    min-width: 425px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .md-max-w-425 {
    max-width: 425px;
  }
  .md-min-w-425 {
    min-width: 425px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .omd-max-w-425 {
    max-width: 425px;
  }
  .omd-min-w-425 {
    min-width: 425px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-425 {
    min-width: 425px;
    max-width: 425px;
  }
  .lg-max-w-425 {
    max-width: 425px;
  }
  .lg-min-w-425 {
    min-width: 425px;
  }
}
.w-430px {
  width: 430px;
}

.w-430px-important {
  width: 430px !important;
}

.mm-w-430 {
  min-width: 430px;
  max-width: 430px;
}

.max-w-430 {
  max-width: 430px;
}

.min-w-430 {
  min-width: 430px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .xs-max-w-430 {
    max-width: 430px;
  }
  .xs-min-w-430 {
    min-width: 430px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .sm-max-w-430 {
    max-width: 430px;
  }
  .sm-min-w-430 {
    min-width: 430px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .osm-max-w-430 {
    max-width: 430px;
  }
  .osm-min-w-430 {
    min-width: 430px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .md-max-w-430 {
    max-width: 430px;
  }
  .md-min-w-430 {
    min-width: 430px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .omd-max-w-430 {
    max-width: 430px;
  }
  .omd-min-w-430 {
    min-width: 430px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-430 {
    min-width: 430px;
    max-width: 430px;
  }
  .lg-max-w-430 {
    max-width: 430px;
  }
  .lg-min-w-430 {
    min-width: 430px;
  }
}
.w-435px {
  width: 435px;
}

.w-435px-important {
  width: 435px !important;
}

.mm-w-435 {
  min-width: 435px;
  max-width: 435px;
}

.max-w-435 {
  max-width: 435px;
}

.min-w-435 {
  min-width: 435px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .xs-max-w-435 {
    max-width: 435px;
  }
  .xs-min-w-435 {
    min-width: 435px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .sm-max-w-435 {
    max-width: 435px;
  }
  .sm-min-w-435 {
    min-width: 435px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .osm-max-w-435 {
    max-width: 435px;
  }
  .osm-min-w-435 {
    min-width: 435px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .md-max-w-435 {
    max-width: 435px;
  }
  .md-min-w-435 {
    min-width: 435px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .omd-max-w-435 {
    max-width: 435px;
  }
  .omd-min-w-435 {
    min-width: 435px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-435 {
    min-width: 435px;
    max-width: 435px;
  }
  .lg-max-w-435 {
    max-width: 435px;
  }
  .lg-min-w-435 {
    min-width: 435px;
  }
}
.w-440px {
  width: 440px;
}

.w-440px-important {
  width: 440px !important;
}

.mm-w-440 {
  min-width: 440px;
  max-width: 440px;
}

.max-w-440 {
  max-width: 440px;
}

.min-w-440 {
  min-width: 440px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .xs-max-w-440 {
    max-width: 440px;
  }
  .xs-min-w-440 {
    min-width: 440px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .sm-max-w-440 {
    max-width: 440px;
  }
  .sm-min-w-440 {
    min-width: 440px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .osm-max-w-440 {
    max-width: 440px;
  }
  .osm-min-w-440 {
    min-width: 440px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .md-max-w-440 {
    max-width: 440px;
  }
  .md-min-w-440 {
    min-width: 440px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .omd-max-w-440 {
    max-width: 440px;
  }
  .omd-min-w-440 {
    min-width: 440px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-440 {
    min-width: 440px;
    max-width: 440px;
  }
  .lg-max-w-440 {
    max-width: 440px;
  }
  .lg-min-w-440 {
    min-width: 440px;
  }
}
.w-445px {
  width: 445px;
}

.w-445px-important {
  width: 445px !important;
}

.mm-w-445 {
  min-width: 445px;
  max-width: 445px;
}

.max-w-445 {
  max-width: 445px;
}

.min-w-445 {
  min-width: 445px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .xs-max-w-445 {
    max-width: 445px;
  }
  .xs-min-w-445 {
    min-width: 445px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .sm-max-w-445 {
    max-width: 445px;
  }
  .sm-min-w-445 {
    min-width: 445px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .osm-max-w-445 {
    max-width: 445px;
  }
  .osm-min-w-445 {
    min-width: 445px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .md-max-w-445 {
    max-width: 445px;
  }
  .md-min-w-445 {
    min-width: 445px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .omd-max-w-445 {
    max-width: 445px;
  }
  .omd-min-w-445 {
    min-width: 445px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-445 {
    min-width: 445px;
    max-width: 445px;
  }
  .lg-max-w-445 {
    max-width: 445px;
  }
  .lg-min-w-445 {
    min-width: 445px;
  }
}
.w-450px {
  width: 450px;
}

.w-450px-important {
  width: 450px !important;
}

.mm-w-450 {
  min-width: 450px;
  max-width: 450px;
}

.max-w-450 {
  max-width: 450px;
}

.min-w-450 {
  min-width: 450px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .xs-max-w-450 {
    max-width: 450px;
  }
  .xs-min-w-450 {
    min-width: 450px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .sm-max-w-450 {
    max-width: 450px;
  }
  .sm-min-w-450 {
    min-width: 450px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .osm-max-w-450 {
    max-width: 450px;
  }
  .osm-min-w-450 {
    min-width: 450px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .md-max-w-450 {
    max-width: 450px;
  }
  .md-min-w-450 {
    min-width: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .omd-max-w-450 {
    max-width: 450px;
  }
  .omd-min-w-450 {
    min-width: 450px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-450 {
    min-width: 450px;
    max-width: 450px;
  }
  .lg-max-w-450 {
    max-width: 450px;
  }
  .lg-min-w-450 {
    min-width: 450px;
  }
}
.w-455px {
  width: 455px;
}

.w-455px-important {
  width: 455px !important;
}

.mm-w-455 {
  min-width: 455px;
  max-width: 455px;
}

.max-w-455 {
  max-width: 455px;
}

.min-w-455 {
  min-width: 455px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .xs-max-w-455 {
    max-width: 455px;
  }
  .xs-min-w-455 {
    min-width: 455px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .sm-max-w-455 {
    max-width: 455px;
  }
  .sm-min-w-455 {
    min-width: 455px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .osm-max-w-455 {
    max-width: 455px;
  }
  .osm-min-w-455 {
    min-width: 455px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .md-max-w-455 {
    max-width: 455px;
  }
  .md-min-w-455 {
    min-width: 455px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .omd-max-w-455 {
    max-width: 455px;
  }
  .omd-min-w-455 {
    min-width: 455px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-455 {
    min-width: 455px;
    max-width: 455px;
  }
  .lg-max-w-455 {
    max-width: 455px;
  }
  .lg-min-w-455 {
    min-width: 455px;
  }
}
.w-460px {
  width: 460px;
}

.w-460px-important {
  width: 460px !important;
}

.mm-w-460 {
  min-width: 460px;
  max-width: 460px;
}

.max-w-460 {
  max-width: 460px;
}

.min-w-460 {
  min-width: 460px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .xs-max-w-460 {
    max-width: 460px;
  }
  .xs-min-w-460 {
    min-width: 460px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .sm-max-w-460 {
    max-width: 460px;
  }
  .sm-min-w-460 {
    min-width: 460px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .osm-max-w-460 {
    max-width: 460px;
  }
  .osm-min-w-460 {
    min-width: 460px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .md-max-w-460 {
    max-width: 460px;
  }
  .md-min-w-460 {
    min-width: 460px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .omd-max-w-460 {
    max-width: 460px;
  }
  .omd-min-w-460 {
    min-width: 460px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-460 {
    min-width: 460px;
    max-width: 460px;
  }
  .lg-max-w-460 {
    max-width: 460px;
  }
  .lg-min-w-460 {
    min-width: 460px;
  }
}
.w-465px {
  width: 465px;
}

.w-465px-important {
  width: 465px !important;
}

.mm-w-465 {
  min-width: 465px;
  max-width: 465px;
}

.max-w-465 {
  max-width: 465px;
}

.min-w-465 {
  min-width: 465px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .xs-max-w-465 {
    max-width: 465px;
  }
  .xs-min-w-465 {
    min-width: 465px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .sm-max-w-465 {
    max-width: 465px;
  }
  .sm-min-w-465 {
    min-width: 465px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .osm-max-w-465 {
    max-width: 465px;
  }
  .osm-min-w-465 {
    min-width: 465px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .md-max-w-465 {
    max-width: 465px;
  }
  .md-min-w-465 {
    min-width: 465px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .omd-max-w-465 {
    max-width: 465px;
  }
  .omd-min-w-465 {
    min-width: 465px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-465 {
    min-width: 465px;
    max-width: 465px;
  }
  .lg-max-w-465 {
    max-width: 465px;
  }
  .lg-min-w-465 {
    min-width: 465px;
  }
}
.w-470px {
  width: 470px;
}

.w-470px-important {
  width: 470px !important;
}

.mm-w-470 {
  min-width: 470px;
  max-width: 470px;
}

.max-w-470 {
  max-width: 470px;
}

.min-w-470 {
  min-width: 470px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .xs-max-w-470 {
    max-width: 470px;
  }
  .xs-min-w-470 {
    min-width: 470px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .sm-max-w-470 {
    max-width: 470px;
  }
  .sm-min-w-470 {
    min-width: 470px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .osm-max-w-470 {
    max-width: 470px;
  }
  .osm-min-w-470 {
    min-width: 470px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .md-max-w-470 {
    max-width: 470px;
  }
  .md-min-w-470 {
    min-width: 470px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .omd-max-w-470 {
    max-width: 470px;
  }
  .omd-min-w-470 {
    min-width: 470px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-470 {
    min-width: 470px;
    max-width: 470px;
  }
  .lg-max-w-470 {
    max-width: 470px;
  }
  .lg-min-w-470 {
    min-width: 470px;
  }
}
.w-475px {
  width: 475px;
}

.w-475px-important {
  width: 475px !important;
}

.mm-w-475 {
  min-width: 475px;
  max-width: 475px;
}

.max-w-475 {
  max-width: 475px;
}

.min-w-475 {
  min-width: 475px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .xs-max-w-475 {
    max-width: 475px;
  }
  .xs-min-w-475 {
    min-width: 475px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .sm-max-w-475 {
    max-width: 475px;
  }
  .sm-min-w-475 {
    min-width: 475px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .osm-max-w-475 {
    max-width: 475px;
  }
  .osm-min-w-475 {
    min-width: 475px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .md-max-w-475 {
    max-width: 475px;
  }
  .md-min-w-475 {
    min-width: 475px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .omd-max-w-475 {
    max-width: 475px;
  }
  .omd-min-w-475 {
    min-width: 475px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-475 {
    min-width: 475px;
    max-width: 475px;
  }
  .lg-max-w-475 {
    max-width: 475px;
  }
  .lg-min-w-475 {
    min-width: 475px;
  }
}
.w-480px {
  width: 480px;
}

.w-480px-important {
  width: 480px !important;
}

.mm-w-480 {
  min-width: 480px;
  max-width: 480px;
}

.max-w-480 {
  max-width: 480px;
}

.min-w-480 {
  min-width: 480px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .xs-max-w-480 {
    max-width: 480px;
  }
  .xs-min-w-480 {
    min-width: 480px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .sm-max-w-480 {
    max-width: 480px;
  }
  .sm-min-w-480 {
    min-width: 480px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .osm-max-w-480 {
    max-width: 480px;
  }
  .osm-min-w-480 {
    min-width: 480px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .md-max-w-480 {
    max-width: 480px;
  }
  .md-min-w-480 {
    min-width: 480px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .omd-max-w-480 {
    max-width: 480px;
  }
  .omd-min-w-480 {
    min-width: 480px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-480 {
    min-width: 480px;
    max-width: 480px;
  }
  .lg-max-w-480 {
    max-width: 480px;
  }
  .lg-min-w-480 {
    min-width: 480px;
  }
}
.w-485px {
  width: 485px;
}

.w-485px-important {
  width: 485px !important;
}

.mm-w-485 {
  min-width: 485px;
  max-width: 485px;
}

.max-w-485 {
  max-width: 485px;
}

.min-w-485 {
  min-width: 485px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .xs-max-w-485 {
    max-width: 485px;
  }
  .xs-min-w-485 {
    min-width: 485px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .sm-max-w-485 {
    max-width: 485px;
  }
  .sm-min-w-485 {
    min-width: 485px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .osm-max-w-485 {
    max-width: 485px;
  }
  .osm-min-w-485 {
    min-width: 485px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .md-max-w-485 {
    max-width: 485px;
  }
  .md-min-w-485 {
    min-width: 485px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .omd-max-w-485 {
    max-width: 485px;
  }
  .omd-min-w-485 {
    min-width: 485px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-485 {
    min-width: 485px;
    max-width: 485px;
  }
  .lg-max-w-485 {
    max-width: 485px;
  }
  .lg-min-w-485 {
    min-width: 485px;
  }
}
.w-490px {
  width: 490px;
}

.w-490px-important {
  width: 490px !important;
}

.mm-w-490 {
  min-width: 490px;
  max-width: 490px;
}

.max-w-490 {
  max-width: 490px;
}

.min-w-490 {
  min-width: 490px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .xs-max-w-490 {
    max-width: 490px;
  }
  .xs-min-w-490 {
    min-width: 490px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .sm-max-w-490 {
    max-width: 490px;
  }
  .sm-min-w-490 {
    min-width: 490px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .osm-max-w-490 {
    max-width: 490px;
  }
  .osm-min-w-490 {
    min-width: 490px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .md-max-w-490 {
    max-width: 490px;
  }
  .md-min-w-490 {
    min-width: 490px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .omd-max-w-490 {
    max-width: 490px;
  }
  .omd-min-w-490 {
    min-width: 490px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-490 {
    min-width: 490px;
    max-width: 490px;
  }
  .lg-max-w-490 {
    max-width: 490px;
  }
  .lg-min-w-490 {
    min-width: 490px;
  }
}
.w-495px {
  width: 495px;
}

.w-495px-important {
  width: 495px !important;
}

.mm-w-495 {
  min-width: 495px;
  max-width: 495px;
}

.max-w-495 {
  max-width: 495px;
}

.min-w-495 {
  min-width: 495px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .xs-max-w-495 {
    max-width: 495px;
  }
  .xs-min-w-495 {
    min-width: 495px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .sm-max-w-495 {
    max-width: 495px;
  }
  .sm-min-w-495 {
    min-width: 495px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .osm-max-w-495 {
    max-width: 495px;
  }
  .osm-min-w-495 {
    min-width: 495px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .md-max-w-495 {
    max-width: 495px;
  }
  .md-min-w-495 {
    min-width: 495px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .omd-max-w-495 {
    max-width: 495px;
  }
  .omd-min-w-495 {
    min-width: 495px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-495 {
    min-width: 495px;
    max-width: 495px;
  }
  .lg-max-w-495 {
    max-width: 495px;
  }
  .lg-min-w-495 {
    min-width: 495px;
  }
}
.w-500px {
  width: 500px;
}

.w-500px-important {
  width: 500px !important;
}

.mm-w-500 {
  min-width: 500px;
  max-width: 500px;
}

.max-w-500 {
  max-width: 500px;
}

.min-w-500 {
  min-width: 500px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .xs-max-w-500 {
    max-width: 500px;
  }
  .xs-min-w-500 {
    min-width: 500px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .sm-max-w-500 {
    max-width: 500px;
  }
  .sm-min-w-500 {
    min-width: 500px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .osm-max-w-500 {
    max-width: 500px;
  }
  .osm-min-w-500 {
    min-width: 500px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .md-max-w-500 {
    max-width: 500px;
  }
  .md-min-w-500 {
    min-width: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .omd-max-w-500 {
    max-width: 500px;
  }
  .omd-min-w-500 {
    min-width: 500px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-500 {
    min-width: 500px;
    max-width: 500px;
  }
  .lg-max-w-500 {
    max-width: 500px;
  }
  .lg-min-w-500 {
    min-width: 500px;
  }
}
.w-505px {
  width: 505px;
}

.w-505px-important {
  width: 505px !important;
}

.mm-w-505 {
  min-width: 505px;
  max-width: 505px;
}

.max-w-505 {
  max-width: 505px;
}

.min-w-505 {
  min-width: 505px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .xs-max-w-505 {
    max-width: 505px;
  }
  .xs-min-w-505 {
    min-width: 505px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .sm-max-w-505 {
    max-width: 505px;
  }
  .sm-min-w-505 {
    min-width: 505px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .osm-max-w-505 {
    max-width: 505px;
  }
  .osm-min-w-505 {
    min-width: 505px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .md-max-w-505 {
    max-width: 505px;
  }
  .md-min-w-505 {
    min-width: 505px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .omd-max-w-505 {
    max-width: 505px;
  }
  .omd-min-w-505 {
    min-width: 505px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-505 {
    min-width: 505px;
    max-width: 505px;
  }
  .lg-max-w-505 {
    max-width: 505px;
  }
  .lg-min-w-505 {
    min-width: 505px;
  }
}
.w-510px {
  width: 510px;
}

.w-510px-important {
  width: 510px !important;
}

.mm-w-510 {
  min-width: 510px;
  max-width: 510px;
}

.max-w-510 {
  max-width: 510px;
}

.min-w-510 {
  min-width: 510px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .xs-max-w-510 {
    max-width: 510px;
  }
  .xs-min-w-510 {
    min-width: 510px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .sm-max-w-510 {
    max-width: 510px;
  }
  .sm-min-w-510 {
    min-width: 510px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .osm-max-w-510 {
    max-width: 510px;
  }
  .osm-min-w-510 {
    min-width: 510px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .md-max-w-510 {
    max-width: 510px;
  }
  .md-min-w-510 {
    min-width: 510px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .omd-max-w-510 {
    max-width: 510px;
  }
  .omd-min-w-510 {
    min-width: 510px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-510 {
    min-width: 510px;
    max-width: 510px;
  }
  .lg-max-w-510 {
    max-width: 510px;
  }
  .lg-min-w-510 {
    min-width: 510px;
  }
}
.w-515px {
  width: 515px;
}

.w-515px-important {
  width: 515px !important;
}

.mm-w-515 {
  min-width: 515px;
  max-width: 515px;
}

.max-w-515 {
  max-width: 515px;
}

.min-w-515 {
  min-width: 515px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .xs-max-w-515 {
    max-width: 515px;
  }
  .xs-min-w-515 {
    min-width: 515px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .sm-max-w-515 {
    max-width: 515px;
  }
  .sm-min-w-515 {
    min-width: 515px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .osm-max-w-515 {
    max-width: 515px;
  }
  .osm-min-w-515 {
    min-width: 515px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .md-max-w-515 {
    max-width: 515px;
  }
  .md-min-w-515 {
    min-width: 515px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .omd-max-w-515 {
    max-width: 515px;
  }
  .omd-min-w-515 {
    min-width: 515px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-515 {
    min-width: 515px;
    max-width: 515px;
  }
  .lg-max-w-515 {
    max-width: 515px;
  }
  .lg-min-w-515 {
    min-width: 515px;
  }
}
.w-520px {
  width: 520px;
}

.w-520px-important {
  width: 520px !important;
}

.mm-w-520 {
  min-width: 520px;
  max-width: 520px;
}

.max-w-520 {
  max-width: 520px;
}

.min-w-520 {
  min-width: 520px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .xs-max-w-520 {
    max-width: 520px;
  }
  .xs-min-w-520 {
    min-width: 520px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .sm-max-w-520 {
    max-width: 520px;
  }
  .sm-min-w-520 {
    min-width: 520px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .osm-max-w-520 {
    max-width: 520px;
  }
  .osm-min-w-520 {
    min-width: 520px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .md-max-w-520 {
    max-width: 520px;
  }
  .md-min-w-520 {
    min-width: 520px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .omd-max-w-520 {
    max-width: 520px;
  }
  .omd-min-w-520 {
    min-width: 520px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-520 {
    min-width: 520px;
    max-width: 520px;
  }
  .lg-max-w-520 {
    max-width: 520px;
  }
  .lg-min-w-520 {
    min-width: 520px;
  }
}
.w-525px {
  width: 525px;
}

.w-525px-important {
  width: 525px !important;
}

.mm-w-525 {
  min-width: 525px;
  max-width: 525px;
}

.max-w-525 {
  max-width: 525px;
}

.min-w-525 {
  min-width: 525px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .xs-max-w-525 {
    max-width: 525px;
  }
  .xs-min-w-525 {
    min-width: 525px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .sm-max-w-525 {
    max-width: 525px;
  }
  .sm-min-w-525 {
    min-width: 525px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .osm-max-w-525 {
    max-width: 525px;
  }
  .osm-min-w-525 {
    min-width: 525px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .md-max-w-525 {
    max-width: 525px;
  }
  .md-min-w-525 {
    min-width: 525px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .omd-max-w-525 {
    max-width: 525px;
  }
  .omd-min-w-525 {
    min-width: 525px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-525 {
    min-width: 525px;
    max-width: 525px;
  }
  .lg-max-w-525 {
    max-width: 525px;
  }
  .lg-min-w-525 {
    min-width: 525px;
  }
}
.w-530px {
  width: 530px;
}

.w-530px-important {
  width: 530px !important;
}

.mm-w-530 {
  min-width: 530px;
  max-width: 530px;
}

.max-w-530 {
  max-width: 530px;
}

.min-w-530 {
  min-width: 530px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .xs-max-w-530 {
    max-width: 530px;
  }
  .xs-min-w-530 {
    min-width: 530px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .sm-max-w-530 {
    max-width: 530px;
  }
  .sm-min-w-530 {
    min-width: 530px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .osm-max-w-530 {
    max-width: 530px;
  }
  .osm-min-w-530 {
    min-width: 530px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .md-max-w-530 {
    max-width: 530px;
  }
  .md-min-w-530 {
    min-width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .omd-max-w-530 {
    max-width: 530px;
  }
  .omd-min-w-530 {
    min-width: 530px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-530 {
    min-width: 530px;
    max-width: 530px;
  }
  .lg-max-w-530 {
    max-width: 530px;
  }
  .lg-min-w-530 {
    min-width: 530px;
  }
}
.w-535px {
  width: 535px;
}

.w-535px-important {
  width: 535px !important;
}

.mm-w-535 {
  min-width: 535px;
  max-width: 535px;
}

.max-w-535 {
  max-width: 535px;
}

.min-w-535 {
  min-width: 535px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .xs-max-w-535 {
    max-width: 535px;
  }
  .xs-min-w-535 {
    min-width: 535px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .sm-max-w-535 {
    max-width: 535px;
  }
  .sm-min-w-535 {
    min-width: 535px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .osm-max-w-535 {
    max-width: 535px;
  }
  .osm-min-w-535 {
    min-width: 535px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .md-max-w-535 {
    max-width: 535px;
  }
  .md-min-w-535 {
    min-width: 535px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .omd-max-w-535 {
    max-width: 535px;
  }
  .omd-min-w-535 {
    min-width: 535px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-535 {
    min-width: 535px;
    max-width: 535px;
  }
  .lg-max-w-535 {
    max-width: 535px;
  }
  .lg-min-w-535 {
    min-width: 535px;
  }
}
.w-540px {
  width: 540px;
}

.w-540px-important {
  width: 540px !important;
}

.mm-w-540 {
  min-width: 540px;
  max-width: 540px;
}

.max-w-540 {
  max-width: 540px;
}

.min-w-540 {
  min-width: 540px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .xs-max-w-540 {
    max-width: 540px;
  }
  .xs-min-w-540 {
    min-width: 540px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .sm-max-w-540 {
    max-width: 540px;
  }
  .sm-min-w-540 {
    min-width: 540px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .osm-max-w-540 {
    max-width: 540px;
  }
  .osm-min-w-540 {
    min-width: 540px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .md-max-w-540 {
    max-width: 540px;
  }
  .md-min-w-540 {
    min-width: 540px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .omd-max-w-540 {
    max-width: 540px;
  }
  .omd-min-w-540 {
    min-width: 540px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-540 {
    min-width: 540px;
    max-width: 540px;
  }
  .lg-max-w-540 {
    max-width: 540px;
  }
  .lg-min-w-540 {
    min-width: 540px;
  }
}
.w-545px {
  width: 545px;
}

.w-545px-important {
  width: 545px !important;
}

.mm-w-545 {
  min-width: 545px;
  max-width: 545px;
}

.max-w-545 {
  max-width: 545px;
}

.min-w-545 {
  min-width: 545px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .xs-max-w-545 {
    max-width: 545px;
  }
  .xs-min-w-545 {
    min-width: 545px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .sm-max-w-545 {
    max-width: 545px;
  }
  .sm-min-w-545 {
    min-width: 545px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .osm-max-w-545 {
    max-width: 545px;
  }
  .osm-min-w-545 {
    min-width: 545px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .md-max-w-545 {
    max-width: 545px;
  }
  .md-min-w-545 {
    min-width: 545px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .omd-max-w-545 {
    max-width: 545px;
  }
  .omd-min-w-545 {
    min-width: 545px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-545 {
    min-width: 545px;
    max-width: 545px;
  }
  .lg-max-w-545 {
    max-width: 545px;
  }
  .lg-min-w-545 {
    min-width: 545px;
  }
}
.w-550px {
  width: 550px;
}

.w-550px-important {
  width: 550px !important;
}

.mm-w-550 {
  min-width: 550px;
  max-width: 550px;
}

.max-w-550 {
  max-width: 550px;
}

.min-w-550 {
  min-width: 550px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .xs-max-w-550 {
    max-width: 550px;
  }
  .xs-min-w-550 {
    min-width: 550px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .sm-max-w-550 {
    max-width: 550px;
  }
  .sm-min-w-550 {
    min-width: 550px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .osm-max-w-550 {
    max-width: 550px;
  }
  .osm-min-w-550 {
    min-width: 550px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .md-max-w-550 {
    max-width: 550px;
  }
  .md-min-w-550 {
    min-width: 550px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .omd-max-w-550 {
    max-width: 550px;
  }
  .omd-min-w-550 {
    min-width: 550px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-550 {
    min-width: 550px;
    max-width: 550px;
  }
  .lg-max-w-550 {
    max-width: 550px;
  }
  .lg-min-w-550 {
    min-width: 550px;
  }
}
.w-555px {
  width: 555px;
}

.w-555px-important {
  width: 555px !important;
}

.mm-w-555 {
  min-width: 555px;
  max-width: 555px;
}

.max-w-555 {
  max-width: 555px;
}

.min-w-555 {
  min-width: 555px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .xs-max-w-555 {
    max-width: 555px;
  }
  .xs-min-w-555 {
    min-width: 555px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .sm-max-w-555 {
    max-width: 555px;
  }
  .sm-min-w-555 {
    min-width: 555px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .osm-max-w-555 {
    max-width: 555px;
  }
  .osm-min-w-555 {
    min-width: 555px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .md-max-w-555 {
    max-width: 555px;
  }
  .md-min-w-555 {
    min-width: 555px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .omd-max-w-555 {
    max-width: 555px;
  }
  .omd-min-w-555 {
    min-width: 555px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-555 {
    min-width: 555px;
    max-width: 555px;
  }
  .lg-max-w-555 {
    max-width: 555px;
  }
  .lg-min-w-555 {
    min-width: 555px;
  }
}
.w-560px {
  width: 560px;
}

.w-560px-important {
  width: 560px !important;
}

.mm-w-560 {
  min-width: 560px;
  max-width: 560px;
}

.max-w-560 {
  max-width: 560px;
}

.min-w-560 {
  min-width: 560px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .xs-max-w-560 {
    max-width: 560px;
  }
  .xs-min-w-560 {
    min-width: 560px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .sm-max-w-560 {
    max-width: 560px;
  }
  .sm-min-w-560 {
    min-width: 560px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .osm-max-w-560 {
    max-width: 560px;
  }
  .osm-min-w-560 {
    min-width: 560px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .md-max-w-560 {
    max-width: 560px;
  }
  .md-min-w-560 {
    min-width: 560px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .omd-max-w-560 {
    max-width: 560px;
  }
  .omd-min-w-560 {
    min-width: 560px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-560 {
    min-width: 560px;
    max-width: 560px;
  }
  .lg-max-w-560 {
    max-width: 560px;
  }
  .lg-min-w-560 {
    min-width: 560px;
  }
}
.w-565px {
  width: 565px;
}

.w-565px-important {
  width: 565px !important;
}

.mm-w-565 {
  min-width: 565px;
  max-width: 565px;
}

.max-w-565 {
  max-width: 565px;
}

.min-w-565 {
  min-width: 565px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .xs-max-w-565 {
    max-width: 565px;
  }
  .xs-min-w-565 {
    min-width: 565px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .sm-max-w-565 {
    max-width: 565px;
  }
  .sm-min-w-565 {
    min-width: 565px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .osm-max-w-565 {
    max-width: 565px;
  }
  .osm-min-w-565 {
    min-width: 565px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .md-max-w-565 {
    max-width: 565px;
  }
  .md-min-w-565 {
    min-width: 565px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .omd-max-w-565 {
    max-width: 565px;
  }
  .omd-min-w-565 {
    min-width: 565px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-565 {
    min-width: 565px;
    max-width: 565px;
  }
  .lg-max-w-565 {
    max-width: 565px;
  }
  .lg-min-w-565 {
    min-width: 565px;
  }
}
.w-570px {
  width: 570px;
}

.w-570px-important {
  width: 570px !important;
}

.mm-w-570 {
  min-width: 570px;
  max-width: 570px;
}

.max-w-570 {
  max-width: 570px;
}

.min-w-570 {
  min-width: 570px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .xs-max-w-570 {
    max-width: 570px;
  }
  .xs-min-w-570 {
    min-width: 570px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .sm-max-w-570 {
    max-width: 570px;
  }
  .sm-min-w-570 {
    min-width: 570px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .osm-max-w-570 {
    max-width: 570px;
  }
  .osm-min-w-570 {
    min-width: 570px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .md-max-w-570 {
    max-width: 570px;
  }
  .md-min-w-570 {
    min-width: 570px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .omd-max-w-570 {
    max-width: 570px;
  }
  .omd-min-w-570 {
    min-width: 570px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-570 {
    min-width: 570px;
    max-width: 570px;
  }
  .lg-max-w-570 {
    max-width: 570px;
  }
  .lg-min-w-570 {
    min-width: 570px;
  }
}
.w-575px {
  width: 575px;
}

.w-575px-important {
  width: 575px !important;
}

.mm-w-575 {
  min-width: 575px;
  max-width: 575px;
}

.max-w-575 {
  max-width: 575px;
}

.min-w-575 {
  min-width: 575px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .xs-max-w-575 {
    max-width: 575px;
  }
  .xs-min-w-575 {
    min-width: 575px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .sm-max-w-575 {
    max-width: 575px;
  }
  .sm-min-w-575 {
    min-width: 575px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .osm-max-w-575 {
    max-width: 575px;
  }
  .osm-min-w-575 {
    min-width: 575px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .md-max-w-575 {
    max-width: 575px;
  }
  .md-min-w-575 {
    min-width: 575px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .omd-max-w-575 {
    max-width: 575px;
  }
  .omd-min-w-575 {
    min-width: 575px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-575 {
    min-width: 575px;
    max-width: 575px;
  }
  .lg-max-w-575 {
    max-width: 575px;
  }
  .lg-min-w-575 {
    min-width: 575px;
  }
}
.w-580px {
  width: 580px;
}

.w-580px-important {
  width: 580px !important;
}

.mm-w-580 {
  min-width: 580px;
  max-width: 580px;
}

.max-w-580 {
  max-width: 580px;
}

.min-w-580 {
  min-width: 580px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .xs-max-w-580 {
    max-width: 580px;
  }
  .xs-min-w-580 {
    min-width: 580px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .sm-max-w-580 {
    max-width: 580px;
  }
  .sm-min-w-580 {
    min-width: 580px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .osm-max-w-580 {
    max-width: 580px;
  }
  .osm-min-w-580 {
    min-width: 580px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .md-max-w-580 {
    max-width: 580px;
  }
  .md-min-w-580 {
    min-width: 580px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .omd-max-w-580 {
    max-width: 580px;
  }
  .omd-min-w-580 {
    min-width: 580px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-580 {
    min-width: 580px;
    max-width: 580px;
  }
  .lg-max-w-580 {
    max-width: 580px;
  }
  .lg-min-w-580 {
    min-width: 580px;
  }
}
.w-585px {
  width: 585px;
}

.w-585px-important {
  width: 585px !important;
}

.mm-w-585 {
  min-width: 585px;
  max-width: 585px;
}

.max-w-585 {
  max-width: 585px;
}

.min-w-585 {
  min-width: 585px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .xs-max-w-585 {
    max-width: 585px;
  }
  .xs-min-w-585 {
    min-width: 585px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .sm-max-w-585 {
    max-width: 585px;
  }
  .sm-min-w-585 {
    min-width: 585px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .osm-max-w-585 {
    max-width: 585px;
  }
  .osm-min-w-585 {
    min-width: 585px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .md-max-w-585 {
    max-width: 585px;
  }
  .md-min-w-585 {
    min-width: 585px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .omd-max-w-585 {
    max-width: 585px;
  }
  .omd-min-w-585 {
    min-width: 585px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-585 {
    min-width: 585px;
    max-width: 585px;
  }
  .lg-max-w-585 {
    max-width: 585px;
  }
  .lg-min-w-585 {
    min-width: 585px;
  }
}
.w-590px {
  width: 590px;
}

.w-590px-important {
  width: 590px !important;
}

.mm-w-590 {
  min-width: 590px;
  max-width: 590px;
}

.max-w-590 {
  max-width: 590px;
}

.min-w-590 {
  min-width: 590px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .xs-max-w-590 {
    max-width: 590px;
  }
  .xs-min-w-590 {
    min-width: 590px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .sm-max-w-590 {
    max-width: 590px;
  }
  .sm-min-w-590 {
    min-width: 590px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .osm-max-w-590 {
    max-width: 590px;
  }
  .osm-min-w-590 {
    min-width: 590px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .md-max-w-590 {
    max-width: 590px;
  }
  .md-min-w-590 {
    min-width: 590px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .omd-max-w-590 {
    max-width: 590px;
  }
  .omd-min-w-590 {
    min-width: 590px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-590 {
    min-width: 590px;
    max-width: 590px;
  }
  .lg-max-w-590 {
    max-width: 590px;
  }
  .lg-min-w-590 {
    min-width: 590px;
  }
}
.w-595px {
  width: 595px;
}

.w-595px-important {
  width: 595px !important;
}

.mm-w-595 {
  min-width: 595px;
  max-width: 595px;
}

.max-w-595 {
  max-width: 595px;
}

.min-w-595 {
  min-width: 595px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .xs-max-w-595 {
    max-width: 595px;
  }
  .xs-min-w-595 {
    min-width: 595px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .sm-max-w-595 {
    max-width: 595px;
  }
  .sm-min-w-595 {
    min-width: 595px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .osm-max-w-595 {
    max-width: 595px;
  }
  .osm-min-w-595 {
    min-width: 595px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .md-max-w-595 {
    max-width: 595px;
  }
  .md-min-w-595 {
    min-width: 595px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .omd-max-w-595 {
    max-width: 595px;
  }
  .omd-min-w-595 {
    min-width: 595px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-595 {
    min-width: 595px;
    max-width: 595px;
  }
  .lg-max-w-595 {
    max-width: 595px;
  }
  .lg-min-w-595 {
    min-width: 595px;
  }
}
.w-600px {
  width: 600px;
}

.w-600px-important {
  width: 600px !important;
}

.mm-w-600 {
  min-width: 600px;
  max-width: 600px;
}

.max-w-600 {
  max-width: 600px;
}

.min-w-600 {
  min-width: 600px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .xs-max-w-600 {
    max-width: 600px;
  }
  .xs-min-w-600 {
    min-width: 600px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .sm-max-w-600 {
    max-width: 600px;
  }
  .sm-min-w-600 {
    min-width: 600px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .osm-max-w-600 {
    max-width: 600px;
  }
  .osm-min-w-600 {
    min-width: 600px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .md-max-w-600 {
    max-width: 600px;
  }
  .md-min-w-600 {
    min-width: 600px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .omd-max-w-600 {
    max-width: 600px;
  }
  .omd-min-w-600 {
    min-width: 600px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-600 {
    min-width: 600px;
    max-width: 600px;
  }
  .lg-max-w-600 {
    max-width: 600px;
  }
  .lg-min-w-600 {
    min-width: 600px;
  }
}
.w-605px {
  width: 605px;
}

.w-605px-important {
  width: 605px !important;
}

.mm-w-605 {
  min-width: 605px;
  max-width: 605px;
}

.max-w-605 {
  max-width: 605px;
}

.min-w-605 {
  min-width: 605px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .xs-max-w-605 {
    max-width: 605px;
  }
  .xs-min-w-605 {
    min-width: 605px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .sm-max-w-605 {
    max-width: 605px;
  }
  .sm-min-w-605 {
    min-width: 605px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .osm-max-w-605 {
    max-width: 605px;
  }
  .osm-min-w-605 {
    min-width: 605px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .md-max-w-605 {
    max-width: 605px;
  }
  .md-min-w-605 {
    min-width: 605px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .omd-max-w-605 {
    max-width: 605px;
  }
  .omd-min-w-605 {
    min-width: 605px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-605 {
    min-width: 605px;
    max-width: 605px;
  }
  .lg-max-w-605 {
    max-width: 605px;
  }
  .lg-min-w-605 {
    min-width: 605px;
  }
}
.w-610px {
  width: 610px;
}

.w-610px-important {
  width: 610px !important;
}

.mm-w-610 {
  min-width: 610px;
  max-width: 610px;
}

.max-w-610 {
  max-width: 610px;
}

.min-w-610 {
  min-width: 610px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .xs-max-w-610 {
    max-width: 610px;
  }
  .xs-min-w-610 {
    min-width: 610px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .sm-max-w-610 {
    max-width: 610px;
  }
  .sm-min-w-610 {
    min-width: 610px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .osm-max-w-610 {
    max-width: 610px;
  }
  .osm-min-w-610 {
    min-width: 610px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .md-max-w-610 {
    max-width: 610px;
  }
  .md-min-w-610 {
    min-width: 610px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .omd-max-w-610 {
    max-width: 610px;
  }
  .omd-min-w-610 {
    min-width: 610px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-610 {
    min-width: 610px;
    max-width: 610px;
  }
  .lg-max-w-610 {
    max-width: 610px;
  }
  .lg-min-w-610 {
    min-width: 610px;
  }
}
.w-615px {
  width: 615px;
}

.w-615px-important {
  width: 615px !important;
}

.mm-w-615 {
  min-width: 615px;
  max-width: 615px;
}

.max-w-615 {
  max-width: 615px;
}

.min-w-615 {
  min-width: 615px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .xs-max-w-615 {
    max-width: 615px;
  }
  .xs-min-w-615 {
    min-width: 615px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .sm-max-w-615 {
    max-width: 615px;
  }
  .sm-min-w-615 {
    min-width: 615px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .osm-max-w-615 {
    max-width: 615px;
  }
  .osm-min-w-615 {
    min-width: 615px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .md-max-w-615 {
    max-width: 615px;
  }
  .md-min-w-615 {
    min-width: 615px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .omd-max-w-615 {
    max-width: 615px;
  }
  .omd-min-w-615 {
    min-width: 615px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-615 {
    min-width: 615px;
    max-width: 615px;
  }
  .lg-max-w-615 {
    max-width: 615px;
  }
  .lg-min-w-615 {
    min-width: 615px;
  }
}
.w-620px {
  width: 620px;
}

.w-620px-important {
  width: 620px !important;
}

.mm-w-620 {
  min-width: 620px;
  max-width: 620px;
}

.max-w-620 {
  max-width: 620px;
}

.min-w-620 {
  min-width: 620px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .xs-max-w-620 {
    max-width: 620px;
  }
  .xs-min-w-620 {
    min-width: 620px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .sm-max-w-620 {
    max-width: 620px;
  }
  .sm-min-w-620 {
    min-width: 620px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .osm-max-w-620 {
    max-width: 620px;
  }
  .osm-min-w-620 {
    min-width: 620px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .md-max-w-620 {
    max-width: 620px;
  }
  .md-min-w-620 {
    min-width: 620px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .omd-max-w-620 {
    max-width: 620px;
  }
  .omd-min-w-620 {
    min-width: 620px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-620 {
    min-width: 620px;
    max-width: 620px;
  }
  .lg-max-w-620 {
    max-width: 620px;
  }
  .lg-min-w-620 {
    min-width: 620px;
  }
}
.w-625px {
  width: 625px;
}

.w-625px-important {
  width: 625px !important;
}

.mm-w-625 {
  min-width: 625px;
  max-width: 625px;
}

.max-w-625 {
  max-width: 625px;
}

.min-w-625 {
  min-width: 625px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .xs-max-w-625 {
    max-width: 625px;
  }
  .xs-min-w-625 {
    min-width: 625px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .sm-max-w-625 {
    max-width: 625px;
  }
  .sm-min-w-625 {
    min-width: 625px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .osm-max-w-625 {
    max-width: 625px;
  }
  .osm-min-w-625 {
    min-width: 625px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .md-max-w-625 {
    max-width: 625px;
  }
  .md-min-w-625 {
    min-width: 625px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .omd-max-w-625 {
    max-width: 625px;
  }
  .omd-min-w-625 {
    min-width: 625px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-625 {
    min-width: 625px;
    max-width: 625px;
  }
  .lg-max-w-625 {
    max-width: 625px;
  }
  .lg-min-w-625 {
    min-width: 625px;
  }
}
.w-630px {
  width: 630px;
}

.w-630px-important {
  width: 630px !important;
}

.mm-w-630 {
  min-width: 630px;
  max-width: 630px;
}

.max-w-630 {
  max-width: 630px;
}

.min-w-630 {
  min-width: 630px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .xs-max-w-630 {
    max-width: 630px;
  }
  .xs-min-w-630 {
    min-width: 630px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .sm-max-w-630 {
    max-width: 630px;
  }
  .sm-min-w-630 {
    min-width: 630px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .osm-max-w-630 {
    max-width: 630px;
  }
  .osm-min-w-630 {
    min-width: 630px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .md-max-w-630 {
    max-width: 630px;
  }
  .md-min-w-630 {
    min-width: 630px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .omd-max-w-630 {
    max-width: 630px;
  }
  .omd-min-w-630 {
    min-width: 630px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-630 {
    min-width: 630px;
    max-width: 630px;
  }
  .lg-max-w-630 {
    max-width: 630px;
  }
  .lg-min-w-630 {
    min-width: 630px;
  }
}
.w-635px {
  width: 635px;
}

.w-635px-important {
  width: 635px !important;
}

.mm-w-635 {
  min-width: 635px;
  max-width: 635px;
}

.max-w-635 {
  max-width: 635px;
}

.min-w-635 {
  min-width: 635px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .xs-max-w-635 {
    max-width: 635px;
  }
  .xs-min-w-635 {
    min-width: 635px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .sm-max-w-635 {
    max-width: 635px;
  }
  .sm-min-w-635 {
    min-width: 635px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .osm-max-w-635 {
    max-width: 635px;
  }
  .osm-min-w-635 {
    min-width: 635px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .md-max-w-635 {
    max-width: 635px;
  }
  .md-min-w-635 {
    min-width: 635px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .omd-max-w-635 {
    max-width: 635px;
  }
  .omd-min-w-635 {
    min-width: 635px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-635 {
    min-width: 635px;
    max-width: 635px;
  }
  .lg-max-w-635 {
    max-width: 635px;
  }
  .lg-min-w-635 {
    min-width: 635px;
  }
}
.w-640px {
  width: 640px;
}

.w-640px-important {
  width: 640px !important;
}

.mm-w-640 {
  min-width: 640px;
  max-width: 640px;
}

.max-w-640 {
  max-width: 640px;
}

.min-w-640 {
  min-width: 640px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .xs-max-w-640 {
    max-width: 640px;
  }
  .xs-min-w-640 {
    min-width: 640px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .sm-max-w-640 {
    max-width: 640px;
  }
  .sm-min-w-640 {
    min-width: 640px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .osm-max-w-640 {
    max-width: 640px;
  }
  .osm-min-w-640 {
    min-width: 640px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .md-max-w-640 {
    max-width: 640px;
  }
  .md-min-w-640 {
    min-width: 640px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .omd-max-w-640 {
    max-width: 640px;
  }
  .omd-min-w-640 {
    min-width: 640px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-640 {
    min-width: 640px;
    max-width: 640px;
  }
  .lg-max-w-640 {
    max-width: 640px;
  }
  .lg-min-w-640 {
    min-width: 640px;
  }
}
.w-645px {
  width: 645px;
}

.w-645px-important {
  width: 645px !important;
}

.mm-w-645 {
  min-width: 645px;
  max-width: 645px;
}

.max-w-645 {
  max-width: 645px;
}

.min-w-645 {
  min-width: 645px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .xs-max-w-645 {
    max-width: 645px;
  }
  .xs-min-w-645 {
    min-width: 645px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .sm-max-w-645 {
    max-width: 645px;
  }
  .sm-min-w-645 {
    min-width: 645px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .osm-max-w-645 {
    max-width: 645px;
  }
  .osm-min-w-645 {
    min-width: 645px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .md-max-w-645 {
    max-width: 645px;
  }
  .md-min-w-645 {
    min-width: 645px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .omd-max-w-645 {
    max-width: 645px;
  }
  .omd-min-w-645 {
    min-width: 645px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-645 {
    min-width: 645px;
    max-width: 645px;
  }
  .lg-max-w-645 {
    max-width: 645px;
  }
  .lg-min-w-645 {
    min-width: 645px;
  }
}
.w-650px {
  width: 650px;
}

.w-650px-important {
  width: 650px !important;
}

.mm-w-650 {
  min-width: 650px;
  max-width: 650px;
}

.max-w-650 {
  max-width: 650px;
}

.min-w-650 {
  min-width: 650px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .xs-max-w-650 {
    max-width: 650px;
  }
  .xs-min-w-650 {
    min-width: 650px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .sm-max-w-650 {
    max-width: 650px;
  }
  .sm-min-w-650 {
    min-width: 650px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .osm-max-w-650 {
    max-width: 650px;
  }
  .osm-min-w-650 {
    min-width: 650px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .md-max-w-650 {
    max-width: 650px;
  }
  .md-min-w-650 {
    min-width: 650px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .omd-max-w-650 {
    max-width: 650px;
  }
  .omd-min-w-650 {
    min-width: 650px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-650 {
    min-width: 650px;
    max-width: 650px;
  }
  .lg-max-w-650 {
    max-width: 650px;
  }
  .lg-min-w-650 {
    min-width: 650px;
  }
}
.w-655px {
  width: 655px;
}

.w-655px-important {
  width: 655px !important;
}

.mm-w-655 {
  min-width: 655px;
  max-width: 655px;
}

.max-w-655 {
  max-width: 655px;
}

.min-w-655 {
  min-width: 655px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .xs-max-w-655 {
    max-width: 655px;
  }
  .xs-min-w-655 {
    min-width: 655px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .sm-max-w-655 {
    max-width: 655px;
  }
  .sm-min-w-655 {
    min-width: 655px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .osm-max-w-655 {
    max-width: 655px;
  }
  .osm-min-w-655 {
    min-width: 655px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .md-max-w-655 {
    max-width: 655px;
  }
  .md-min-w-655 {
    min-width: 655px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .omd-max-w-655 {
    max-width: 655px;
  }
  .omd-min-w-655 {
    min-width: 655px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-655 {
    min-width: 655px;
    max-width: 655px;
  }
  .lg-max-w-655 {
    max-width: 655px;
  }
  .lg-min-w-655 {
    min-width: 655px;
  }
}
.w-660px {
  width: 660px;
}

.w-660px-important {
  width: 660px !important;
}

.mm-w-660 {
  min-width: 660px;
  max-width: 660px;
}

.max-w-660 {
  max-width: 660px;
}

.min-w-660 {
  min-width: 660px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .xs-max-w-660 {
    max-width: 660px;
  }
  .xs-min-w-660 {
    min-width: 660px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .sm-max-w-660 {
    max-width: 660px;
  }
  .sm-min-w-660 {
    min-width: 660px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .osm-max-w-660 {
    max-width: 660px;
  }
  .osm-min-w-660 {
    min-width: 660px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .md-max-w-660 {
    max-width: 660px;
  }
  .md-min-w-660 {
    min-width: 660px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .omd-max-w-660 {
    max-width: 660px;
  }
  .omd-min-w-660 {
    min-width: 660px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-660 {
    min-width: 660px;
    max-width: 660px;
  }
  .lg-max-w-660 {
    max-width: 660px;
  }
  .lg-min-w-660 {
    min-width: 660px;
  }
}
.w-665px {
  width: 665px;
}

.w-665px-important {
  width: 665px !important;
}

.mm-w-665 {
  min-width: 665px;
  max-width: 665px;
}

.max-w-665 {
  max-width: 665px;
}

.min-w-665 {
  min-width: 665px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .xs-max-w-665 {
    max-width: 665px;
  }
  .xs-min-w-665 {
    min-width: 665px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .sm-max-w-665 {
    max-width: 665px;
  }
  .sm-min-w-665 {
    min-width: 665px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .osm-max-w-665 {
    max-width: 665px;
  }
  .osm-min-w-665 {
    min-width: 665px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .md-max-w-665 {
    max-width: 665px;
  }
  .md-min-w-665 {
    min-width: 665px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .omd-max-w-665 {
    max-width: 665px;
  }
  .omd-min-w-665 {
    min-width: 665px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-665 {
    min-width: 665px;
    max-width: 665px;
  }
  .lg-max-w-665 {
    max-width: 665px;
  }
  .lg-min-w-665 {
    min-width: 665px;
  }
}
.w-670px {
  width: 670px;
}

.w-670px-important {
  width: 670px !important;
}

.mm-w-670 {
  min-width: 670px;
  max-width: 670px;
}

.max-w-670 {
  max-width: 670px;
}

.min-w-670 {
  min-width: 670px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .xs-max-w-670 {
    max-width: 670px;
  }
  .xs-min-w-670 {
    min-width: 670px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .sm-max-w-670 {
    max-width: 670px;
  }
  .sm-min-w-670 {
    min-width: 670px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .osm-max-w-670 {
    max-width: 670px;
  }
  .osm-min-w-670 {
    min-width: 670px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .md-max-w-670 {
    max-width: 670px;
  }
  .md-min-w-670 {
    min-width: 670px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .omd-max-w-670 {
    max-width: 670px;
  }
  .omd-min-w-670 {
    min-width: 670px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-670 {
    min-width: 670px;
    max-width: 670px;
  }
  .lg-max-w-670 {
    max-width: 670px;
  }
  .lg-min-w-670 {
    min-width: 670px;
  }
}
.w-675px {
  width: 675px;
}

.w-675px-important {
  width: 675px !important;
}

.mm-w-675 {
  min-width: 675px;
  max-width: 675px;
}

.max-w-675 {
  max-width: 675px;
}

.min-w-675 {
  min-width: 675px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .xs-max-w-675 {
    max-width: 675px;
  }
  .xs-min-w-675 {
    min-width: 675px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .sm-max-w-675 {
    max-width: 675px;
  }
  .sm-min-w-675 {
    min-width: 675px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .osm-max-w-675 {
    max-width: 675px;
  }
  .osm-min-w-675 {
    min-width: 675px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .md-max-w-675 {
    max-width: 675px;
  }
  .md-min-w-675 {
    min-width: 675px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .omd-max-w-675 {
    max-width: 675px;
  }
  .omd-min-w-675 {
    min-width: 675px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-675 {
    min-width: 675px;
    max-width: 675px;
  }
  .lg-max-w-675 {
    max-width: 675px;
  }
  .lg-min-w-675 {
    min-width: 675px;
  }
}
.w-680px {
  width: 680px;
}

.w-680px-important {
  width: 680px !important;
}

.mm-w-680 {
  min-width: 680px;
  max-width: 680px;
}

.max-w-680 {
  max-width: 680px;
}

.min-w-680 {
  min-width: 680px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .xs-max-w-680 {
    max-width: 680px;
  }
  .xs-min-w-680 {
    min-width: 680px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .sm-max-w-680 {
    max-width: 680px;
  }
  .sm-min-w-680 {
    min-width: 680px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .osm-max-w-680 {
    max-width: 680px;
  }
  .osm-min-w-680 {
    min-width: 680px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .md-max-w-680 {
    max-width: 680px;
  }
  .md-min-w-680 {
    min-width: 680px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .omd-max-w-680 {
    max-width: 680px;
  }
  .omd-min-w-680 {
    min-width: 680px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-680 {
    min-width: 680px;
    max-width: 680px;
  }
  .lg-max-w-680 {
    max-width: 680px;
  }
  .lg-min-w-680 {
    min-width: 680px;
  }
}
.w-685px {
  width: 685px;
}

.w-685px-important {
  width: 685px !important;
}

.mm-w-685 {
  min-width: 685px;
  max-width: 685px;
}

.max-w-685 {
  max-width: 685px;
}

.min-w-685 {
  min-width: 685px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .xs-max-w-685 {
    max-width: 685px;
  }
  .xs-min-w-685 {
    min-width: 685px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .sm-max-w-685 {
    max-width: 685px;
  }
  .sm-min-w-685 {
    min-width: 685px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .osm-max-w-685 {
    max-width: 685px;
  }
  .osm-min-w-685 {
    min-width: 685px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .md-max-w-685 {
    max-width: 685px;
  }
  .md-min-w-685 {
    min-width: 685px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .omd-max-w-685 {
    max-width: 685px;
  }
  .omd-min-w-685 {
    min-width: 685px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-685 {
    min-width: 685px;
    max-width: 685px;
  }
  .lg-max-w-685 {
    max-width: 685px;
  }
  .lg-min-w-685 {
    min-width: 685px;
  }
}
.w-690px {
  width: 690px;
}

.w-690px-important {
  width: 690px !important;
}

.mm-w-690 {
  min-width: 690px;
  max-width: 690px;
}

.max-w-690 {
  max-width: 690px;
}

.min-w-690 {
  min-width: 690px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .xs-max-w-690 {
    max-width: 690px;
  }
  .xs-min-w-690 {
    min-width: 690px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .sm-max-w-690 {
    max-width: 690px;
  }
  .sm-min-w-690 {
    min-width: 690px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .osm-max-w-690 {
    max-width: 690px;
  }
  .osm-min-w-690 {
    min-width: 690px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .md-max-w-690 {
    max-width: 690px;
  }
  .md-min-w-690 {
    min-width: 690px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .omd-max-w-690 {
    max-width: 690px;
  }
  .omd-min-w-690 {
    min-width: 690px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-690 {
    min-width: 690px;
    max-width: 690px;
  }
  .lg-max-w-690 {
    max-width: 690px;
  }
  .lg-min-w-690 {
    min-width: 690px;
  }
}
.w-695px {
  width: 695px;
}

.w-695px-important {
  width: 695px !important;
}

.mm-w-695 {
  min-width: 695px;
  max-width: 695px;
}

.max-w-695 {
  max-width: 695px;
}

.min-w-695 {
  min-width: 695px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .xs-max-w-695 {
    max-width: 695px;
  }
  .xs-min-w-695 {
    min-width: 695px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .sm-max-w-695 {
    max-width: 695px;
  }
  .sm-min-w-695 {
    min-width: 695px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .osm-max-w-695 {
    max-width: 695px;
  }
  .osm-min-w-695 {
    min-width: 695px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .md-max-w-695 {
    max-width: 695px;
  }
  .md-min-w-695 {
    min-width: 695px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .omd-max-w-695 {
    max-width: 695px;
  }
  .omd-min-w-695 {
    min-width: 695px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-695 {
    min-width: 695px;
    max-width: 695px;
  }
  .lg-max-w-695 {
    max-width: 695px;
  }
  .lg-min-w-695 {
    min-width: 695px;
  }
}
.w-700px {
  width: 700px;
}

.w-700px-important {
  width: 700px !important;
}

.mm-w-700 {
  min-width: 700px;
  max-width: 700px;
}

.max-w-700 {
  max-width: 700px;
}

.min-w-700 {
  min-width: 700px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .xs-max-w-700 {
    max-width: 700px;
  }
  .xs-min-w-700 {
    min-width: 700px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .sm-max-w-700 {
    max-width: 700px;
  }
  .sm-min-w-700 {
    min-width: 700px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .osm-max-w-700 {
    max-width: 700px;
  }
  .osm-min-w-700 {
    min-width: 700px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .md-max-w-700 {
    max-width: 700px;
  }
  .md-min-w-700 {
    min-width: 700px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .omd-max-w-700 {
    max-width: 700px;
  }
  .omd-min-w-700 {
    min-width: 700px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-700 {
    min-width: 700px;
    max-width: 700px;
  }
  .lg-max-w-700 {
    max-width: 700px;
  }
  .lg-min-w-700 {
    min-width: 700px;
  }
}
.w-705px {
  width: 705px;
}

.w-705px-important {
  width: 705px !important;
}

.mm-w-705 {
  min-width: 705px;
  max-width: 705px;
}

.max-w-705 {
  max-width: 705px;
}

.min-w-705 {
  min-width: 705px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .xs-max-w-705 {
    max-width: 705px;
  }
  .xs-min-w-705 {
    min-width: 705px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .sm-max-w-705 {
    max-width: 705px;
  }
  .sm-min-w-705 {
    min-width: 705px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .osm-max-w-705 {
    max-width: 705px;
  }
  .osm-min-w-705 {
    min-width: 705px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .md-max-w-705 {
    max-width: 705px;
  }
  .md-min-w-705 {
    min-width: 705px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .omd-max-w-705 {
    max-width: 705px;
  }
  .omd-min-w-705 {
    min-width: 705px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-705 {
    min-width: 705px;
    max-width: 705px;
  }
  .lg-max-w-705 {
    max-width: 705px;
  }
  .lg-min-w-705 {
    min-width: 705px;
  }
}
.w-710px {
  width: 710px;
}

.w-710px-important {
  width: 710px !important;
}

.mm-w-710 {
  min-width: 710px;
  max-width: 710px;
}

.max-w-710 {
  max-width: 710px;
}

.min-w-710 {
  min-width: 710px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .xs-max-w-710 {
    max-width: 710px;
  }
  .xs-min-w-710 {
    min-width: 710px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .sm-max-w-710 {
    max-width: 710px;
  }
  .sm-min-w-710 {
    min-width: 710px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .osm-max-w-710 {
    max-width: 710px;
  }
  .osm-min-w-710 {
    min-width: 710px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .md-max-w-710 {
    max-width: 710px;
  }
  .md-min-w-710 {
    min-width: 710px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .omd-max-w-710 {
    max-width: 710px;
  }
  .omd-min-w-710 {
    min-width: 710px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-710 {
    min-width: 710px;
    max-width: 710px;
  }
  .lg-max-w-710 {
    max-width: 710px;
  }
  .lg-min-w-710 {
    min-width: 710px;
  }
}
.w-715px {
  width: 715px;
}

.w-715px-important {
  width: 715px !important;
}

.mm-w-715 {
  min-width: 715px;
  max-width: 715px;
}

.max-w-715 {
  max-width: 715px;
}

.min-w-715 {
  min-width: 715px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .xs-max-w-715 {
    max-width: 715px;
  }
  .xs-min-w-715 {
    min-width: 715px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .sm-max-w-715 {
    max-width: 715px;
  }
  .sm-min-w-715 {
    min-width: 715px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .osm-max-w-715 {
    max-width: 715px;
  }
  .osm-min-w-715 {
    min-width: 715px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .md-max-w-715 {
    max-width: 715px;
  }
  .md-min-w-715 {
    min-width: 715px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .omd-max-w-715 {
    max-width: 715px;
  }
  .omd-min-w-715 {
    min-width: 715px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-715 {
    min-width: 715px;
    max-width: 715px;
  }
  .lg-max-w-715 {
    max-width: 715px;
  }
  .lg-min-w-715 {
    min-width: 715px;
  }
}
.w-720px {
  width: 720px;
}

.w-720px-important {
  width: 720px !important;
}

.mm-w-720 {
  min-width: 720px;
  max-width: 720px;
}

.max-w-720 {
  max-width: 720px;
}

.min-w-720 {
  min-width: 720px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .xs-max-w-720 {
    max-width: 720px;
  }
  .xs-min-w-720 {
    min-width: 720px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .sm-max-w-720 {
    max-width: 720px;
  }
  .sm-min-w-720 {
    min-width: 720px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .osm-max-w-720 {
    max-width: 720px;
  }
  .osm-min-w-720 {
    min-width: 720px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .md-max-w-720 {
    max-width: 720px;
  }
  .md-min-w-720 {
    min-width: 720px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .omd-max-w-720 {
    max-width: 720px;
  }
  .omd-min-w-720 {
    min-width: 720px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-720 {
    min-width: 720px;
    max-width: 720px;
  }
  .lg-max-w-720 {
    max-width: 720px;
  }
  .lg-min-w-720 {
    min-width: 720px;
  }
}
.w-725px {
  width: 725px;
}

.w-725px-important {
  width: 725px !important;
}

.mm-w-725 {
  min-width: 725px;
  max-width: 725px;
}

.max-w-725 {
  max-width: 725px;
}

.min-w-725 {
  min-width: 725px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .xs-max-w-725 {
    max-width: 725px;
  }
  .xs-min-w-725 {
    min-width: 725px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .sm-max-w-725 {
    max-width: 725px;
  }
  .sm-min-w-725 {
    min-width: 725px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .osm-max-w-725 {
    max-width: 725px;
  }
  .osm-min-w-725 {
    min-width: 725px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .md-max-w-725 {
    max-width: 725px;
  }
  .md-min-w-725 {
    min-width: 725px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .omd-max-w-725 {
    max-width: 725px;
  }
  .omd-min-w-725 {
    min-width: 725px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-725 {
    min-width: 725px;
    max-width: 725px;
  }
  .lg-max-w-725 {
    max-width: 725px;
  }
  .lg-min-w-725 {
    min-width: 725px;
  }
}
.w-730px {
  width: 730px;
}

.w-730px-important {
  width: 730px !important;
}

.mm-w-730 {
  min-width: 730px;
  max-width: 730px;
}

.max-w-730 {
  max-width: 730px;
}

.min-w-730 {
  min-width: 730px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .xs-max-w-730 {
    max-width: 730px;
  }
  .xs-min-w-730 {
    min-width: 730px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .sm-max-w-730 {
    max-width: 730px;
  }
  .sm-min-w-730 {
    min-width: 730px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .osm-max-w-730 {
    max-width: 730px;
  }
  .osm-min-w-730 {
    min-width: 730px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .md-max-w-730 {
    max-width: 730px;
  }
  .md-min-w-730 {
    min-width: 730px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .omd-max-w-730 {
    max-width: 730px;
  }
  .omd-min-w-730 {
    min-width: 730px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-730 {
    min-width: 730px;
    max-width: 730px;
  }
  .lg-max-w-730 {
    max-width: 730px;
  }
  .lg-min-w-730 {
    min-width: 730px;
  }
}
.w-735px {
  width: 735px;
}

.w-735px-important {
  width: 735px !important;
}

.mm-w-735 {
  min-width: 735px;
  max-width: 735px;
}

.max-w-735 {
  max-width: 735px;
}

.min-w-735 {
  min-width: 735px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .xs-max-w-735 {
    max-width: 735px;
  }
  .xs-min-w-735 {
    min-width: 735px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .sm-max-w-735 {
    max-width: 735px;
  }
  .sm-min-w-735 {
    min-width: 735px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .osm-max-w-735 {
    max-width: 735px;
  }
  .osm-min-w-735 {
    min-width: 735px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .md-max-w-735 {
    max-width: 735px;
  }
  .md-min-w-735 {
    min-width: 735px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .omd-max-w-735 {
    max-width: 735px;
  }
  .omd-min-w-735 {
    min-width: 735px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-735 {
    min-width: 735px;
    max-width: 735px;
  }
  .lg-max-w-735 {
    max-width: 735px;
  }
  .lg-min-w-735 {
    min-width: 735px;
  }
}
.w-740px {
  width: 740px;
}

.w-740px-important {
  width: 740px !important;
}

.mm-w-740 {
  min-width: 740px;
  max-width: 740px;
}

.max-w-740 {
  max-width: 740px;
}

.min-w-740 {
  min-width: 740px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .xs-max-w-740 {
    max-width: 740px;
  }
  .xs-min-w-740 {
    min-width: 740px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .sm-max-w-740 {
    max-width: 740px;
  }
  .sm-min-w-740 {
    min-width: 740px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .osm-max-w-740 {
    max-width: 740px;
  }
  .osm-min-w-740 {
    min-width: 740px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .md-max-w-740 {
    max-width: 740px;
  }
  .md-min-w-740 {
    min-width: 740px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .omd-max-w-740 {
    max-width: 740px;
  }
  .omd-min-w-740 {
    min-width: 740px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-740 {
    min-width: 740px;
    max-width: 740px;
  }
  .lg-max-w-740 {
    max-width: 740px;
  }
  .lg-min-w-740 {
    min-width: 740px;
  }
}
.w-745px {
  width: 745px;
}

.w-745px-important {
  width: 745px !important;
}

.mm-w-745 {
  min-width: 745px;
  max-width: 745px;
}

.max-w-745 {
  max-width: 745px;
}

.min-w-745 {
  min-width: 745px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .xs-max-w-745 {
    max-width: 745px;
  }
  .xs-min-w-745 {
    min-width: 745px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .sm-max-w-745 {
    max-width: 745px;
  }
  .sm-min-w-745 {
    min-width: 745px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .osm-max-w-745 {
    max-width: 745px;
  }
  .osm-min-w-745 {
    min-width: 745px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .md-max-w-745 {
    max-width: 745px;
  }
  .md-min-w-745 {
    min-width: 745px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .omd-max-w-745 {
    max-width: 745px;
  }
  .omd-min-w-745 {
    min-width: 745px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-745 {
    min-width: 745px;
    max-width: 745px;
  }
  .lg-max-w-745 {
    max-width: 745px;
  }
  .lg-min-w-745 {
    min-width: 745px;
  }
}
.w-750px {
  width: 750px;
}

.w-750px-important {
  width: 750px !important;
}

.mm-w-750 {
  min-width: 750px;
  max-width: 750px;
}

.max-w-750 {
  max-width: 750px;
}

.min-w-750 {
  min-width: 750px;
}

@media (max-width: 575.99px) {
  .xs-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .xs-max-w-750 {
    max-width: 750px;
  }
  .xs-min-w-750 {
    min-width: 750px;
  }
}
@media (min-width: 576px) {
  .sm-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .sm-max-w-750 {
    max-width: 750px;
  }
  .sm-min-w-750 {
    min-width: 750px;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .osm-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .osm-max-w-750 {
    max-width: 750px;
  }
  .osm-min-w-750 {
    min-width: 750px;
  }
}
@media (min-width: 768px) {
  .md-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .md-max-w-750 {
    max-width: 750px;
  }
  .md-min-w-750 {
    min-width: 750px;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .omd-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .omd-max-w-750 {
    max-width: 750px;
  }
  .omd-min-w-750 {
    min-width: 750px;
  }
}
@media (min-width: 992px) {
  .lg-mm-w-750 {
    min-width: 750px;
    max-width: 750px;
  }
  .lg-max-w-750 {
    max-width: 750px;
  }
  .lg-min-w-750 {
    min-width: 750px;
  }
}
.fit-child-divs > div {
  max-width: fit-content;
}

.w-1p {
  width: 1% !important;
}

.max-w-1p {
  width: 1% !important;
  max-width: 1% !important;
}

.min-w-1p {
  width: 1% !important;
  min-width: 1% !important;
}

.mm-w-1p {
  width: 1% !important;
  max-width: 1% !important;
  min-width: 1% !important;
}

.max-w-1vw {
  max-width: 1vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-1p {
    width: 1% !important;
  }
  .xs-max-w-1p {
    max-width: 1% !important;
  }
  .xs-min-w-1p {
    min-width: 1% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-1p {
    width: 1% !important;
  }
  .sm-max-w-1p {
    max-width: 1% !important;
  }
  .sm-min-w-1p {
    min-width: 1% !important;
  }
}
@media (min-width: 768px) {
  .md-w-1p {
    width: 1% !important;
  }
  .md-max-w-1p {
    max-width: 1% !important;
  }
  .md-min-w-1p {
    min-width: 1% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-1p {
    width: 1% !important;
  }
  .lg-max-w-1p {
    max-width: 1% !important;
  }
  .lg-min-w-1p {
    min-width: 1% !important;
  }
}
.w-2p {
  width: 2% !important;
}

.max-w-2p {
  width: 2% !important;
  max-width: 2% !important;
}

.min-w-2p {
  width: 2% !important;
  min-width: 2% !important;
}

.mm-w-2p {
  width: 2% !important;
  max-width: 2% !important;
  min-width: 2% !important;
}

.max-w-2vw {
  max-width: 2vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-2p {
    width: 2% !important;
  }
  .xs-max-w-2p {
    max-width: 2% !important;
  }
  .xs-min-w-2p {
    min-width: 2% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-2p {
    width: 2% !important;
  }
  .sm-max-w-2p {
    max-width: 2% !important;
  }
  .sm-min-w-2p {
    min-width: 2% !important;
  }
}
@media (min-width: 768px) {
  .md-w-2p {
    width: 2% !important;
  }
  .md-max-w-2p {
    max-width: 2% !important;
  }
  .md-min-w-2p {
    min-width: 2% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-2p {
    width: 2% !important;
  }
  .lg-max-w-2p {
    max-width: 2% !important;
  }
  .lg-min-w-2p {
    min-width: 2% !important;
  }
}
.w-3p {
  width: 3% !important;
}

.max-w-3p {
  width: 3% !important;
  max-width: 3% !important;
}

.min-w-3p {
  width: 3% !important;
  min-width: 3% !important;
}

.mm-w-3p {
  width: 3% !important;
  max-width: 3% !important;
  min-width: 3% !important;
}

.max-w-3vw {
  max-width: 3vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-3p {
    width: 3% !important;
  }
  .xs-max-w-3p {
    max-width: 3% !important;
  }
  .xs-min-w-3p {
    min-width: 3% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-3p {
    width: 3% !important;
  }
  .sm-max-w-3p {
    max-width: 3% !important;
  }
  .sm-min-w-3p {
    min-width: 3% !important;
  }
}
@media (min-width: 768px) {
  .md-w-3p {
    width: 3% !important;
  }
  .md-max-w-3p {
    max-width: 3% !important;
  }
  .md-min-w-3p {
    min-width: 3% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-3p {
    width: 3% !important;
  }
  .lg-max-w-3p {
    max-width: 3% !important;
  }
  .lg-min-w-3p {
    min-width: 3% !important;
  }
}
.w-4p {
  width: 4% !important;
}

.max-w-4p {
  width: 4% !important;
  max-width: 4% !important;
}

.min-w-4p {
  width: 4% !important;
  min-width: 4% !important;
}

.mm-w-4p {
  width: 4% !important;
  max-width: 4% !important;
  min-width: 4% !important;
}

.max-w-4vw {
  max-width: 4vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-4p {
    width: 4% !important;
  }
  .xs-max-w-4p {
    max-width: 4% !important;
  }
  .xs-min-w-4p {
    min-width: 4% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-4p {
    width: 4% !important;
  }
  .sm-max-w-4p {
    max-width: 4% !important;
  }
  .sm-min-w-4p {
    min-width: 4% !important;
  }
}
@media (min-width: 768px) {
  .md-w-4p {
    width: 4% !important;
  }
  .md-max-w-4p {
    max-width: 4% !important;
  }
  .md-min-w-4p {
    min-width: 4% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-4p {
    width: 4% !important;
  }
  .lg-max-w-4p {
    max-width: 4% !important;
  }
  .lg-min-w-4p {
    min-width: 4% !important;
  }
}
.w-5p {
  width: 5% !important;
}

.max-w-5p {
  width: 5% !important;
  max-width: 5% !important;
}

.min-w-5p {
  width: 5% !important;
  min-width: 5% !important;
}

.mm-w-5p {
  width: 5% !important;
  max-width: 5% !important;
  min-width: 5% !important;
}

.max-w-5vw {
  max-width: 5vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-5p {
    width: 5% !important;
  }
  .xs-max-w-5p {
    max-width: 5% !important;
  }
  .xs-min-w-5p {
    min-width: 5% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-5p {
    width: 5% !important;
  }
  .sm-max-w-5p {
    max-width: 5% !important;
  }
  .sm-min-w-5p {
    min-width: 5% !important;
  }
}
@media (min-width: 768px) {
  .md-w-5p {
    width: 5% !important;
  }
  .md-max-w-5p {
    max-width: 5% !important;
  }
  .md-min-w-5p {
    min-width: 5% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-5p {
    width: 5% !important;
  }
  .lg-max-w-5p {
    max-width: 5% !important;
  }
  .lg-min-w-5p {
    min-width: 5% !important;
  }
}
.w-6p {
  width: 6% !important;
}

.max-w-6p {
  width: 6% !important;
  max-width: 6% !important;
}

.min-w-6p {
  width: 6% !important;
  min-width: 6% !important;
}

.mm-w-6p {
  width: 6% !important;
  max-width: 6% !important;
  min-width: 6% !important;
}

.max-w-6vw {
  max-width: 6vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-6p {
    width: 6% !important;
  }
  .xs-max-w-6p {
    max-width: 6% !important;
  }
  .xs-min-w-6p {
    min-width: 6% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-6p {
    width: 6% !important;
  }
  .sm-max-w-6p {
    max-width: 6% !important;
  }
  .sm-min-w-6p {
    min-width: 6% !important;
  }
}
@media (min-width: 768px) {
  .md-w-6p {
    width: 6% !important;
  }
  .md-max-w-6p {
    max-width: 6% !important;
  }
  .md-min-w-6p {
    min-width: 6% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-6p {
    width: 6% !important;
  }
  .lg-max-w-6p {
    max-width: 6% !important;
  }
  .lg-min-w-6p {
    min-width: 6% !important;
  }
}
.w-7p {
  width: 7% !important;
}

.max-w-7p {
  width: 7% !important;
  max-width: 7% !important;
}

.min-w-7p {
  width: 7% !important;
  min-width: 7% !important;
}

.mm-w-7p {
  width: 7% !important;
  max-width: 7% !important;
  min-width: 7% !important;
}

.max-w-7vw {
  max-width: 7vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-7p {
    width: 7% !important;
  }
  .xs-max-w-7p {
    max-width: 7% !important;
  }
  .xs-min-w-7p {
    min-width: 7% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-7p {
    width: 7% !important;
  }
  .sm-max-w-7p {
    max-width: 7% !important;
  }
  .sm-min-w-7p {
    min-width: 7% !important;
  }
}
@media (min-width: 768px) {
  .md-w-7p {
    width: 7% !important;
  }
  .md-max-w-7p {
    max-width: 7% !important;
  }
  .md-min-w-7p {
    min-width: 7% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-7p {
    width: 7% !important;
  }
  .lg-max-w-7p {
    max-width: 7% !important;
  }
  .lg-min-w-7p {
    min-width: 7% !important;
  }
}
.w-8p {
  width: 8% !important;
}

.max-w-8p {
  width: 8% !important;
  max-width: 8% !important;
}

.min-w-8p {
  width: 8% !important;
  min-width: 8% !important;
}

.mm-w-8p {
  width: 8% !important;
  max-width: 8% !important;
  min-width: 8% !important;
}

.max-w-8vw {
  max-width: 8vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-8p {
    width: 8% !important;
  }
  .xs-max-w-8p {
    max-width: 8% !important;
  }
  .xs-min-w-8p {
    min-width: 8% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-8p {
    width: 8% !important;
  }
  .sm-max-w-8p {
    max-width: 8% !important;
  }
  .sm-min-w-8p {
    min-width: 8% !important;
  }
}
@media (min-width: 768px) {
  .md-w-8p {
    width: 8% !important;
  }
  .md-max-w-8p {
    max-width: 8% !important;
  }
  .md-min-w-8p {
    min-width: 8% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-8p {
    width: 8% !important;
  }
  .lg-max-w-8p {
    max-width: 8% !important;
  }
  .lg-min-w-8p {
    min-width: 8% !important;
  }
}
.w-9p {
  width: 9% !important;
}

.max-w-9p {
  width: 9% !important;
  max-width: 9% !important;
}

.min-w-9p {
  width: 9% !important;
  min-width: 9% !important;
}

.mm-w-9p {
  width: 9% !important;
  max-width: 9% !important;
  min-width: 9% !important;
}

.max-w-9vw {
  max-width: 9vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-9p {
    width: 9% !important;
  }
  .xs-max-w-9p {
    max-width: 9% !important;
  }
  .xs-min-w-9p {
    min-width: 9% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-9p {
    width: 9% !important;
  }
  .sm-max-w-9p {
    max-width: 9% !important;
  }
  .sm-min-w-9p {
    min-width: 9% !important;
  }
}
@media (min-width: 768px) {
  .md-w-9p {
    width: 9% !important;
  }
  .md-max-w-9p {
    max-width: 9% !important;
  }
  .md-min-w-9p {
    min-width: 9% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-9p {
    width: 9% !important;
  }
  .lg-max-w-9p {
    max-width: 9% !important;
  }
  .lg-min-w-9p {
    min-width: 9% !important;
  }
}
.w-10p {
  width: 10% !important;
}

.max-w-10p {
  width: 10% !important;
  max-width: 10% !important;
}

.min-w-10p {
  width: 10% !important;
  min-width: 10% !important;
}

.mm-w-10p {
  width: 10% !important;
  max-width: 10% !important;
  min-width: 10% !important;
}

.max-w-10vw {
  max-width: 10vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-10p {
    width: 10% !important;
  }
  .xs-max-w-10p {
    max-width: 10% !important;
  }
  .xs-min-w-10p {
    min-width: 10% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-10p {
    width: 10% !important;
  }
  .sm-max-w-10p {
    max-width: 10% !important;
  }
  .sm-min-w-10p {
    min-width: 10% !important;
  }
}
@media (min-width: 768px) {
  .md-w-10p {
    width: 10% !important;
  }
  .md-max-w-10p {
    max-width: 10% !important;
  }
  .md-min-w-10p {
    min-width: 10% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-10p {
    width: 10% !important;
  }
  .lg-max-w-10p {
    max-width: 10% !important;
  }
  .lg-min-w-10p {
    min-width: 10% !important;
  }
}
.w-11p {
  width: 11% !important;
}

.max-w-11p {
  width: 11% !important;
  max-width: 11% !important;
}

.min-w-11p {
  width: 11% !important;
  min-width: 11% !important;
}

.mm-w-11p {
  width: 11% !important;
  max-width: 11% !important;
  min-width: 11% !important;
}

.max-w-11vw {
  max-width: 11vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-11p {
    width: 11% !important;
  }
  .xs-max-w-11p {
    max-width: 11% !important;
  }
  .xs-min-w-11p {
    min-width: 11% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-11p {
    width: 11% !important;
  }
  .sm-max-w-11p {
    max-width: 11% !important;
  }
  .sm-min-w-11p {
    min-width: 11% !important;
  }
}
@media (min-width: 768px) {
  .md-w-11p {
    width: 11% !important;
  }
  .md-max-w-11p {
    max-width: 11% !important;
  }
  .md-min-w-11p {
    min-width: 11% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-11p {
    width: 11% !important;
  }
  .lg-max-w-11p {
    max-width: 11% !important;
  }
  .lg-min-w-11p {
    min-width: 11% !important;
  }
}
.w-12p {
  width: 12% !important;
}

.max-w-12p {
  width: 12% !important;
  max-width: 12% !important;
}

.min-w-12p {
  width: 12% !important;
  min-width: 12% !important;
}

.mm-w-12p {
  width: 12% !important;
  max-width: 12% !important;
  min-width: 12% !important;
}

.max-w-12vw {
  max-width: 12vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-12p {
    width: 12% !important;
  }
  .xs-max-w-12p {
    max-width: 12% !important;
  }
  .xs-min-w-12p {
    min-width: 12% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-12p {
    width: 12% !important;
  }
  .sm-max-w-12p {
    max-width: 12% !important;
  }
  .sm-min-w-12p {
    min-width: 12% !important;
  }
}
@media (min-width: 768px) {
  .md-w-12p {
    width: 12% !important;
  }
  .md-max-w-12p {
    max-width: 12% !important;
  }
  .md-min-w-12p {
    min-width: 12% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-12p {
    width: 12% !important;
  }
  .lg-max-w-12p {
    max-width: 12% !important;
  }
  .lg-min-w-12p {
    min-width: 12% !important;
  }
}
.w-13p {
  width: 13% !important;
}

.max-w-13p {
  width: 13% !important;
  max-width: 13% !important;
}

.min-w-13p {
  width: 13% !important;
  min-width: 13% !important;
}

.mm-w-13p {
  width: 13% !important;
  max-width: 13% !important;
  min-width: 13% !important;
}

.max-w-13vw {
  max-width: 13vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-13p {
    width: 13% !important;
  }
  .xs-max-w-13p {
    max-width: 13% !important;
  }
  .xs-min-w-13p {
    min-width: 13% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-13p {
    width: 13% !important;
  }
  .sm-max-w-13p {
    max-width: 13% !important;
  }
  .sm-min-w-13p {
    min-width: 13% !important;
  }
}
@media (min-width: 768px) {
  .md-w-13p {
    width: 13% !important;
  }
  .md-max-w-13p {
    max-width: 13% !important;
  }
  .md-min-w-13p {
    min-width: 13% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-13p {
    width: 13% !important;
  }
  .lg-max-w-13p {
    max-width: 13% !important;
  }
  .lg-min-w-13p {
    min-width: 13% !important;
  }
}
.w-14p {
  width: 14% !important;
}

.max-w-14p {
  width: 14% !important;
  max-width: 14% !important;
}

.min-w-14p {
  width: 14% !important;
  min-width: 14% !important;
}

.mm-w-14p {
  width: 14% !important;
  max-width: 14% !important;
  min-width: 14% !important;
}

.max-w-14vw {
  max-width: 14vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-14p {
    width: 14% !important;
  }
  .xs-max-w-14p {
    max-width: 14% !important;
  }
  .xs-min-w-14p {
    min-width: 14% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-14p {
    width: 14% !important;
  }
  .sm-max-w-14p {
    max-width: 14% !important;
  }
  .sm-min-w-14p {
    min-width: 14% !important;
  }
}
@media (min-width: 768px) {
  .md-w-14p {
    width: 14% !important;
  }
  .md-max-w-14p {
    max-width: 14% !important;
  }
  .md-min-w-14p {
    min-width: 14% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-14p {
    width: 14% !important;
  }
  .lg-max-w-14p {
    max-width: 14% !important;
  }
  .lg-min-w-14p {
    min-width: 14% !important;
  }
}
.w-15p {
  width: 15% !important;
}

.max-w-15p {
  width: 15% !important;
  max-width: 15% !important;
}

.min-w-15p {
  width: 15% !important;
  min-width: 15% !important;
}

.mm-w-15p {
  width: 15% !important;
  max-width: 15% !important;
  min-width: 15% !important;
}

.max-w-15vw {
  max-width: 15vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-15p {
    width: 15% !important;
  }
  .xs-max-w-15p {
    max-width: 15% !important;
  }
  .xs-min-w-15p {
    min-width: 15% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-15p {
    width: 15% !important;
  }
  .sm-max-w-15p {
    max-width: 15% !important;
  }
  .sm-min-w-15p {
    min-width: 15% !important;
  }
}
@media (min-width: 768px) {
  .md-w-15p {
    width: 15% !important;
  }
  .md-max-w-15p {
    max-width: 15% !important;
  }
  .md-min-w-15p {
    min-width: 15% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-15p {
    width: 15% !important;
  }
  .lg-max-w-15p {
    max-width: 15% !important;
  }
  .lg-min-w-15p {
    min-width: 15% !important;
  }
}
.w-16p {
  width: 16% !important;
}

.max-w-16p {
  width: 16% !important;
  max-width: 16% !important;
}

.min-w-16p {
  width: 16% !important;
  min-width: 16% !important;
}

.mm-w-16p {
  width: 16% !important;
  max-width: 16% !important;
  min-width: 16% !important;
}

.max-w-16vw {
  max-width: 16vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-16p {
    width: 16% !important;
  }
  .xs-max-w-16p {
    max-width: 16% !important;
  }
  .xs-min-w-16p {
    min-width: 16% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-16p {
    width: 16% !important;
  }
  .sm-max-w-16p {
    max-width: 16% !important;
  }
  .sm-min-w-16p {
    min-width: 16% !important;
  }
}
@media (min-width: 768px) {
  .md-w-16p {
    width: 16% !important;
  }
  .md-max-w-16p {
    max-width: 16% !important;
  }
  .md-min-w-16p {
    min-width: 16% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-16p {
    width: 16% !important;
  }
  .lg-max-w-16p {
    max-width: 16% !important;
  }
  .lg-min-w-16p {
    min-width: 16% !important;
  }
}
.w-17p {
  width: 17% !important;
}

.max-w-17p {
  width: 17% !important;
  max-width: 17% !important;
}

.min-w-17p {
  width: 17% !important;
  min-width: 17% !important;
}

.mm-w-17p {
  width: 17% !important;
  max-width: 17% !important;
  min-width: 17% !important;
}

.max-w-17vw {
  max-width: 17vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-17p {
    width: 17% !important;
  }
  .xs-max-w-17p {
    max-width: 17% !important;
  }
  .xs-min-w-17p {
    min-width: 17% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-17p {
    width: 17% !important;
  }
  .sm-max-w-17p {
    max-width: 17% !important;
  }
  .sm-min-w-17p {
    min-width: 17% !important;
  }
}
@media (min-width: 768px) {
  .md-w-17p {
    width: 17% !important;
  }
  .md-max-w-17p {
    max-width: 17% !important;
  }
  .md-min-w-17p {
    min-width: 17% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-17p {
    width: 17% !important;
  }
  .lg-max-w-17p {
    max-width: 17% !important;
  }
  .lg-min-w-17p {
    min-width: 17% !important;
  }
}
.w-18p {
  width: 18% !important;
}

.max-w-18p {
  width: 18% !important;
  max-width: 18% !important;
}

.min-w-18p {
  width: 18% !important;
  min-width: 18% !important;
}

.mm-w-18p {
  width: 18% !important;
  max-width: 18% !important;
  min-width: 18% !important;
}

.max-w-18vw {
  max-width: 18vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-18p {
    width: 18% !important;
  }
  .xs-max-w-18p {
    max-width: 18% !important;
  }
  .xs-min-w-18p {
    min-width: 18% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-18p {
    width: 18% !important;
  }
  .sm-max-w-18p {
    max-width: 18% !important;
  }
  .sm-min-w-18p {
    min-width: 18% !important;
  }
}
@media (min-width: 768px) {
  .md-w-18p {
    width: 18% !important;
  }
  .md-max-w-18p {
    max-width: 18% !important;
  }
  .md-min-w-18p {
    min-width: 18% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-18p {
    width: 18% !important;
  }
  .lg-max-w-18p {
    max-width: 18% !important;
  }
  .lg-min-w-18p {
    min-width: 18% !important;
  }
}
.w-19p {
  width: 19% !important;
}

.max-w-19p {
  width: 19% !important;
  max-width: 19% !important;
}

.min-w-19p {
  width: 19% !important;
  min-width: 19% !important;
}

.mm-w-19p {
  width: 19% !important;
  max-width: 19% !important;
  min-width: 19% !important;
}

.max-w-19vw {
  max-width: 19vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-19p {
    width: 19% !important;
  }
  .xs-max-w-19p {
    max-width: 19% !important;
  }
  .xs-min-w-19p {
    min-width: 19% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-19p {
    width: 19% !important;
  }
  .sm-max-w-19p {
    max-width: 19% !important;
  }
  .sm-min-w-19p {
    min-width: 19% !important;
  }
}
@media (min-width: 768px) {
  .md-w-19p {
    width: 19% !important;
  }
  .md-max-w-19p {
    max-width: 19% !important;
  }
  .md-min-w-19p {
    min-width: 19% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-19p {
    width: 19% !important;
  }
  .lg-max-w-19p {
    max-width: 19% !important;
  }
  .lg-min-w-19p {
    min-width: 19% !important;
  }
}
.w-20p {
  width: 20% !important;
}

.max-w-20p {
  width: 20% !important;
  max-width: 20% !important;
}

.min-w-20p {
  width: 20% !important;
  min-width: 20% !important;
}

.mm-w-20p {
  width: 20% !important;
  max-width: 20% !important;
  min-width: 20% !important;
}

.max-w-20vw {
  max-width: 20vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-20p {
    width: 20% !important;
  }
  .xs-max-w-20p {
    max-width: 20% !important;
  }
  .xs-min-w-20p {
    min-width: 20% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-20p {
    width: 20% !important;
  }
  .sm-max-w-20p {
    max-width: 20% !important;
  }
  .sm-min-w-20p {
    min-width: 20% !important;
  }
}
@media (min-width: 768px) {
  .md-w-20p {
    width: 20% !important;
  }
  .md-max-w-20p {
    max-width: 20% !important;
  }
  .md-min-w-20p {
    min-width: 20% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-20p {
    width: 20% !important;
  }
  .lg-max-w-20p {
    max-width: 20% !important;
  }
  .lg-min-w-20p {
    min-width: 20% !important;
  }
}
.w-21p {
  width: 21% !important;
}

.max-w-21p {
  width: 21% !important;
  max-width: 21% !important;
}

.min-w-21p {
  width: 21% !important;
  min-width: 21% !important;
}

.mm-w-21p {
  width: 21% !important;
  max-width: 21% !important;
  min-width: 21% !important;
}

.max-w-21vw {
  max-width: 21vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-21p {
    width: 21% !important;
  }
  .xs-max-w-21p {
    max-width: 21% !important;
  }
  .xs-min-w-21p {
    min-width: 21% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-21p {
    width: 21% !important;
  }
  .sm-max-w-21p {
    max-width: 21% !important;
  }
  .sm-min-w-21p {
    min-width: 21% !important;
  }
}
@media (min-width: 768px) {
  .md-w-21p {
    width: 21% !important;
  }
  .md-max-w-21p {
    max-width: 21% !important;
  }
  .md-min-w-21p {
    min-width: 21% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-21p {
    width: 21% !important;
  }
  .lg-max-w-21p {
    max-width: 21% !important;
  }
  .lg-min-w-21p {
    min-width: 21% !important;
  }
}
.w-22p {
  width: 22% !important;
}

.max-w-22p {
  width: 22% !important;
  max-width: 22% !important;
}

.min-w-22p {
  width: 22% !important;
  min-width: 22% !important;
}

.mm-w-22p {
  width: 22% !important;
  max-width: 22% !important;
  min-width: 22% !important;
}

.max-w-22vw {
  max-width: 22vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-22p {
    width: 22% !important;
  }
  .xs-max-w-22p {
    max-width: 22% !important;
  }
  .xs-min-w-22p {
    min-width: 22% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-22p {
    width: 22% !important;
  }
  .sm-max-w-22p {
    max-width: 22% !important;
  }
  .sm-min-w-22p {
    min-width: 22% !important;
  }
}
@media (min-width: 768px) {
  .md-w-22p {
    width: 22% !important;
  }
  .md-max-w-22p {
    max-width: 22% !important;
  }
  .md-min-w-22p {
    min-width: 22% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-22p {
    width: 22% !important;
  }
  .lg-max-w-22p {
    max-width: 22% !important;
  }
  .lg-min-w-22p {
    min-width: 22% !important;
  }
}
.w-23p {
  width: 23% !important;
}

.max-w-23p {
  width: 23% !important;
  max-width: 23% !important;
}

.min-w-23p {
  width: 23% !important;
  min-width: 23% !important;
}

.mm-w-23p {
  width: 23% !important;
  max-width: 23% !important;
  min-width: 23% !important;
}

.max-w-23vw {
  max-width: 23vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-23p {
    width: 23% !important;
  }
  .xs-max-w-23p {
    max-width: 23% !important;
  }
  .xs-min-w-23p {
    min-width: 23% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-23p {
    width: 23% !important;
  }
  .sm-max-w-23p {
    max-width: 23% !important;
  }
  .sm-min-w-23p {
    min-width: 23% !important;
  }
}
@media (min-width: 768px) {
  .md-w-23p {
    width: 23% !important;
  }
  .md-max-w-23p {
    max-width: 23% !important;
  }
  .md-min-w-23p {
    min-width: 23% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-23p {
    width: 23% !important;
  }
  .lg-max-w-23p {
    max-width: 23% !important;
  }
  .lg-min-w-23p {
    min-width: 23% !important;
  }
}
.w-24p {
  width: 24% !important;
}

.max-w-24p {
  width: 24% !important;
  max-width: 24% !important;
}

.min-w-24p {
  width: 24% !important;
  min-width: 24% !important;
}

.mm-w-24p {
  width: 24% !important;
  max-width: 24% !important;
  min-width: 24% !important;
}

.max-w-24vw {
  max-width: 24vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-24p {
    width: 24% !important;
  }
  .xs-max-w-24p {
    max-width: 24% !important;
  }
  .xs-min-w-24p {
    min-width: 24% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-24p {
    width: 24% !important;
  }
  .sm-max-w-24p {
    max-width: 24% !important;
  }
  .sm-min-w-24p {
    min-width: 24% !important;
  }
}
@media (min-width: 768px) {
  .md-w-24p {
    width: 24% !important;
  }
  .md-max-w-24p {
    max-width: 24% !important;
  }
  .md-min-w-24p {
    min-width: 24% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-24p {
    width: 24% !important;
  }
  .lg-max-w-24p {
    max-width: 24% !important;
  }
  .lg-min-w-24p {
    min-width: 24% !important;
  }
}
.w-25p {
  width: 25% !important;
}

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

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

.mm-w-25p {
  width: 25% !important;
  max-width: 25% !important;
  min-width: 25% !important;
}

.max-w-25vw {
  max-width: 25vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-25p {
    width: 25% !important;
  }
  .xs-max-w-25p {
    max-width: 25% !important;
  }
  .xs-min-w-25p {
    min-width: 25% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-25p {
    width: 25% !important;
  }
  .sm-max-w-25p {
    max-width: 25% !important;
  }
  .sm-min-w-25p {
    min-width: 25% !important;
  }
}
@media (min-width: 768px) {
  .md-w-25p {
    width: 25% !important;
  }
  .md-max-w-25p {
    max-width: 25% !important;
  }
  .md-min-w-25p {
    min-width: 25% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-25p {
    width: 25% !important;
  }
  .lg-max-w-25p {
    max-width: 25% !important;
  }
  .lg-min-w-25p {
    min-width: 25% !important;
  }
}
.w-26p {
  width: 26% !important;
}

.max-w-26p {
  width: 26% !important;
  max-width: 26% !important;
}

.min-w-26p {
  width: 26% !important;
  min-width: 26% !important;
}

.mm-w-26p {
  width: 26% !important;
  max-width: 26% !important;
  min-width: 26% !important;
}

.max-w-26vw {
  max-width: 26vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-26p {
    width: 26% !important;
  }
  .xs-max-w-26p {
    max-width: 26% !important;
  }
  .xs-min-w-26p {
    min-width: 26% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-26p {
    width: 26% !important;
  }
  .sm-max-w-26p {
    max-width: 26% !important;
  }
  .sm-min-w-26p {
    min-width: 26% !important;
  }
}
@media (min-width: 768px) {
  .md-w-26p {
    width: 26% !important;
  }
  .md-max-w-26p {
    max-width: 26% !important;
  }
  .md-min-w-26p {
    min-width: 26% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-26p {
    width: 26% !important;
  }
  .lg-max-w-26p {
    max-width: 26% !important;
  }
  .lg-min-w-26p {
    min-width: 26% !important;
  }
}
.w-27p {
  width: 27% !important;
}

.max-w-27p {
  width: 27% !important;
  max-width: 27% !important;
}

.min-w-27p {
  width: 27% !important;
  min-width: 27% !important;
}

.mm-w-27p {
  width: 27% !important;
  max-width: 27% !important;
  min-width: 27% !important;
}

.max-w-27vw {
  max-width: 27vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-27p {
    width: 27% !important;
  }
  .xs-max-w-27p {
    max-width: 27% !important;
  }
  .xs-min-w-27p {
    min-width: 27% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-27p {
    width: 27% !important;
  }
  .sm-max-w-27p {
    max-width: 27% !important;
  }
  .sm-min-w-27p {
    min-width: 27% !important;
  }
}
@media (min-width: 768px) {
  .md-w-27p {
    width: 27% !important;
  }
  .md-max-w-27p {
    max-width: 27% !important;
  }
  .md-min-w-27p {
    min-width: 27% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-27p {
    width: 27% !important;
  }
  .lg-max-w-27p {
    max-width: 27% !important;
  }
  .lg-min-w-27p {
    min-width: 27% !important;
  }
}
.w-28p {
  width: 28% !important;
}

.max-w-28p {
  width: 28% !important;
  max-width: 28% !important;
}

.min-w-28p {
  width: 28% !important;
  min-width: 28% !important;
}

.mm-w-28p {
  width: 28% !important;
  max-width: 28% !important;
  min-width: 28% !important;
}

.max-w-28vw {
  max-width: 28vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-28p {
    width: 28% !important;
  }
  .xs-max-w-28p {
    max-width: 28% !important;
  }
  .xs-min-w-28p {
    min-width: 28% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-28p {
    width: 28% !important;
  }
  .sm-max-w-28p {
    max-width: 28% !important;
  }
  .sm-min-w-28p {
    min-width: 28% !important;
  }
}
@media (min-width: 768px) {
  .md-w-28p {
    width: 28% !important;
  }
  .md-max-w-28p {
    max-width: 28% !important;
  }
  .md-min-w-28p {
    min-width: 28% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-28p {
    width: 28% !important;
  }
  .lg-max-w-28p {
    max-width: 28% !important;
  }
  .lg-min-w-28p {
    min-width: 28% !important;
  }
}
.w-29p {
  width: 29% !important;
}

.max-w-29p {
  width: 29% !important;
  max-width: 29% !important;
}

.min-w-29p {
  width: 29% !important;
  min-width: 29% !important;
}

.mm-w-29p {
  width: 29% !important;
  max-width: 29% !important;
  min-width: 29% !important;
}

.max-w-29vw {
  max-width: 29vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-29p {
    width: 29% !important;
  }
  .xs-max-w-29p {
    max-width: 29% !important;
  }
  .xs-min-w-29p {
    min-width: 29% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-29p {
    width: 29% !important;
  }
  .sm-max-w-29p {
    max-width: 29% !important;
  }
  .sm-min-w-29p {
    min-width: 29% !important;
  }
}
@media (min-width: 768px) {
  .md-w-29p {
    width: 29% !important;
  }
  .md-max-w-29p {
    max-width: 29% !important;
  }
  .md-min-w-29p {
    min-width: 29% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-29p {
    width: 29% !important;
  }
  .lg-max-w-29p {
    max-width: 29% !important;
  }
  .lg-min-w-29p {
    min-width: 29% !important;
  }
}
.w-30p {
  width: 30% !important;
}

.max-w-30p {
  width: 30% !important;
  max-width: 30% !important;
}

.min-w-30p {
  width: 30% !important;
  min-width: 30% !important;
}

.mm-w-30p {
  width: 30% !important;
  max-width: 30% !important;
  min-width: 30% !important;
}

.max-w-30vw {
  max-width: 30vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-30p {
    width: 30% !important;
  }
  .xs-max-w-30p {
    max-width: 30% !important;
  }
  .xs-min-w-30p {
    min-width: 30% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-30p {
    width: 30% !important;
  }
  .sm-max-w-30p {
    max-width: 30% !important;
  }
  .sm-min-w-30p {
    min-width: 30% !important;
  }
}
@media (min-width: 768px) {
  .md-w-30p {
    width: 30% !important;
  }
  .md-max-w-30p {
    max-width: 30% !important;
  }
  .md-min-w-30p {
    min-width: 30% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-30p {
    width: 30% !important;
  }
  .lg-max-w-30p {
    max-width: 30% !important;
  }
  .lg-min-w-30p {
    min-width: 30% !important;
  }
}
.w-31p {
  width: 31% !important;
}

.max-w-31p {
  width: 31% !important;
  max-width: 31% !important;
}

.min-w-31p {
  width: 31% !important;
  min-width: 31% !important;
}

.mm-w-31p {
  width: 31% !important;
  max-width: 31% !important;
  min-width: 31% !important;
}

.max-w-31vw {
  max-width: 31vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-31p {
    width: 31% !important;
  }
  .xs-max-w-31p {
    max-width: 31% !important;
  }
  .xs-min-w-31p {
    min-width: 31% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-31p {
    width: 31% !important;
  }
  .sm-max-w-31p {
    max-width: 31% !important;
  }
  .sm-min-w-31p {
    min-width: 31% !important;
  }
}
@media (min-width: 768px) {
  .md-w-31p {
    width: 31% !important;
  }
  .md-max-w-31p {
    max-width: 31% !important;
  }
  .md-min-w-31p {
    min-width: 31% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-31p {
    width: 31% !important;
  }
  .lg-max-w-31p {
    max-width: 31% !important;
  }
  .lg-min-w-31p {
    min-width: 31% !important;
  }
}
.w-32p {
  width: 32% !important;
}

.max-w-32p {
  width: 32% !important;
  max-width: 32% !important;
}

.min-w-32p {
  width: 32% !important;
  min-width: 32% !important;
}

.mm-w-32p {
  width: 32% !important;
  max-width: 32% !important;
  min-width: 32% !important;
}

.max-w-32vw {
  max-width: 32vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-32p {
    width: 32% !important;
  }
  .xs-max-w-32p {
    max-width: 32% !important;
  }
  .xs-min-w-32p {
    min-width: 32% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-32p {
    width: 32% !important;
  }
  .sm-max-w-32p {
    max-width: 32% !important;
  }
  .sm-min-w-32p {
    min-width: 32% !important;
  }
}
@media (min-width: 768px) {
  .md-w-32p {
    width: 32% !important;
  }
  .md-max-w-32p {
    max-width: 32% !important;
  }
  .md-min-w-32p {
    min-width: 32% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-32p {
    width: 32% !important;
  }
  .lg-max-w-32p {
    max-width: 32% !important;
  }
  .lg-min-w-32p {
    min-width: 32% !important;
  }
}
.w-33p {
  width: 33% !important;
}

.max-w-33p {
  width: 33% !important;
  max-width: 33% !important;
}

.min-w-33p {
  width: 33% !important;
  min-width: 33% !important;
}

.mm-w-33p {
  width: 33% !important;
  max-width: 33% !important;
  min-width: 33% !important;
}

.max-w-33vw {
  max-width: 33vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-33p {
    width: 33% !important;
  }
  .xs-max-w-33p {
    max-width: 33% !important;
  }
  .xs-min-w-33p {
    min-width: 33% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-33p {
    width: 33% !important;
  }
  .sm-max-w-33p {
    max-width: 33% !important;
  }
  .sm-min-w-33p {
    min-width: 33% !important;
  }
}
@media (min-width: 768px) {
  .md-w-33p {
    width: 33% !important;
  }
  .md-max-w-33p {
    max-width: 33% !important;
  }
  .md-min-w-33p {
    min-width: 33% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-33p {
    width: 33% !important;
  }
  .lg-max-w-33p {
    max-width: 33% !important;
  }
  .lg-min-w-33p {
    min-width: 33% !important;
  }
}
.w-34p {
  width: 34% !important;
}

.max-w-34p {
  width: 34% !important;
  max-width: 34% !important;
}

.min-w-34p {
  width: 34% !important;
  min-width: 34% !important;
}

.mm-w-34p {
  width: 34% !important;
  max-width: 34% !important;
  min-width: 34% !important;
}

.max-w-34vw {
  max-width: 34vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-34p {
    width: 34% !important;
  }
  .xs-max-w-34p {
    max-width: 34% !important;
  }
  .xs-min-w-34p {
    min-width: 34% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-34p {
    width: 34% !important;
  }
  .sm-max-w-34p {
    max-width: 34% !important;
  }
  .sm-min-w-34p {
    min-width: 34% !important;
  }
}
@media (min-width: 768px) {
  .md-w-34p {
    width: 34% !important;
  }
  .md-max-w-34p {
    max-width: 34% !important;
  }
  .md-min-w-34p {
    min-width: 34% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-34p {
    width: 34% !important;
  }
  .lg-max-w-34p {
    max-width: 34% !important;
  }
  .lg-min-w-34p {
    min-width: 34% !important;
  }
}
.w-35p {
  width: 35% !important;
}

.max-w-35p {
  width: 35% !important;
  max-width: 35% !important;
}

.min-w-35p {
  width: 35% !important;
  min-width: 35% !important;
}

.mm-w-35p {
  width: 35% !important;
  max-width: 35% !important;
  min-width: 35% !important;
}

.max-w-35vw {
  max-width: 35vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-35p {
    width: 35% !important;
  }
  .xs-max-w-35p {
    max-width: 35% !important;
  }
  .xs-min-w-35p {
    min-width: 35% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-35p {
    width: 35% !important;
  }
  .sm-max-w-35p {
    max-width: 35% !important;
  }
  .sm-min-w-35p {
    min-width: 35% !important;
  }
}
@media (min-width: 768px) {
  .md-w-35p {
    width: 35% !important;
  }
  .md-max-w-35p {
    max-width: 35% !important;
  }
  .md-min-w-35p {
    min-width: 35% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-35p {
    width: 35% !important;
  }
  .lg-max-w-35p {
    max-width: 35% !important;
  }
  .lg-min-w-35p {
    min-width: 35% !important;
  }
}
.w-36p {
  width: 36% !important;
}

.max-w-36p {
  width: 36% !important;
  max-width: 36% !important;
}

.min-w-36p {
  width: 36% !important;
  min-width: 36% !important;
}

.mm-w-36p {
  width: 36% !important;
  max-width: 36% !important;
  min-width: 36% !important;
}

.max-w-36vw {
  max-width: 36vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-36p {
    width: 36% !important;
  }
  .xs-max-w-36p {
    max-width: 36% !important;
  }
  .xs-min-w-36p {
    min-width: 36% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-36p {
    width: 36% !important;
  }
  .sm-max-w-36p {
    max-width: 36% !important;
  }
  .sm-min-w-36p {
    min-width: 36% !important;
  }
}
@media (min-width: 768px) {
  .md-w-36p {
    width: 36% !important;
  }
  .md-max-w-36p {
    max-width: 36% !important;
  }
  .md-min-w-36p {
    min-width: 36% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-36p {
    width: 36% !important;
  }
  .lg-max-w-36p {
    max-width: 36% !important;
  }
  .lg-min-w-36p {
    min-width: 36% !important;
  }
}
.w-37p {
  width: 37% !important;
}

.max-w-37p {
  width: 37% !important;
  max-width: 37% !important;
}

.min-w-37p {
  width: 37% !important;
  min-width: 37% !important;
}

.mm-w-37p {
  width: 37% !important;
  max-width: 37% !important;
  min-width: 37% !important;
}

.max-w-37vw {
  max-width: 37vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-37p {
    width: 37% !important;
  }
  .xs-max-w-37p {
    max-width: 37% !important;
  }
  .xs-min-w-37p {
    min-width: 37% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-37p {
    width: 37% !important;
  }
  .sm-max-w-37p {
    max-width: 37% !important;
  }
  .sm-min-w-37p {
    min-width: 37% !important;
  }
}
@media (min-width: 768px) {
  .md-w-37p {
    width: 37% !important;
  }
  .md-max-w-37p {
    max-width: 37% !important;
  }
  .md-min-w-37p {
    min-width: 37% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-37p {
    width: 37% !important;
  }
  .lg-max-w-37p {
    max-width: 37% !important;
  }
  .lg-min-w-37p {
    min-width: 37% !important;
  }
}
.w-38p {
  width: 38% !important;
}

.max-w-38p {
  width: 38% !important;
  max-width: 38% !important;
}

.min-w-38p {
  width: 38% !important;
  min-width: 38% !important;
}

.mm-w-38p {
  width: 38% !important;
  max-width: 38% !important;
  min-width: 38% !important;
}

.max-w-38vw {
  max-width: 38vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-38p {
    width: 38% !important;
  }
  .xs-max-w-38p {
    max-width: 38% !important;
  }
  .xs-min-w-38p {
    min-width: 38% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-38p {
    width: 38% !important;
  }
  .sm-max-w-38p {
    max-width: 38% !important;
  }
  .sm-min-w-38p {
    min-width: 38% !important;
  }
}
@media (min-width: 768px) {
  .md-w-38p {
    width: 38% !important;
  }
  .md-max-w-38p {
    max-width: 38% !important;
  }
  .md-min-w-38p {
    min-width: 38% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-38p {
    width: 38% !important;
  }
  .lg-max-w-38p {
    max-width: 38% !important;
  }
  .lg-min-w-38p {
    min-width: 38% !important;
  }
}
.w-39p {
  width: 39% !important;
}

.max-w-39p {
  width: 39% !important;
  max-width: 39% !important;
}

.min-w-39p {
  width: 39% !important;
  min-width: 39% !important;
}

.mm-w-39p {
  width: 39% !important;
  max-width: 39% !important;
  min-width: 39% !important;
}

.max-w-39vw {
  max-width: 39vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-39p {
    width: 39% !important;
  }
  .xs-max-w-39p {
    max-width: 39% !important;
  }
  .xs-min-w-39p {
    min-width: 39% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-39p {
    width: 39% !important;
  }
  .sm-max-w-39p {
    max-width: 39% !important;
  }
  .sm-min-w-39p {
    min-width: 39% !important;
  }
}
@media (min-width: 768px) {
  .md-w-39p {
    width: 39% !important;
  }
  .md-max-w-39p {
    max-width: 39% !important;
  }
  .md-min-w-39p {
    min-width: 39% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-39p {
    width: 39% !important;
  }
  .lg-max-w-39p {
    max-width: 39% !important;
  }
  .lg-min-w-39p {
    min-width: 39% !important;
  }
}
.w-40p {
  width: 40% !important;
}

.max-w-40p {
  width: 40% !important;
  max-width: 40% !important;
}

.min-w-40p {
  width: 40% !important;
  min-width: 40% !important;
}

.mm-w-40p {
  width: 40% !important;
  max-width: 40% !important;
  min-width: 40% !important;
}

.max-w-40vw {
  max-width: 40vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-40p {
    width: 40% !important;
  }
  .xs-max-w-40p {
    max-width: 40% !important;
  }
  .xs-min-w-40p {
    min-width: 40% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-40p {
    width: 40% !important;
  }
  .sm-max-w-40p {
    max-width: 40% !important;
  }
  .sm-min-w-40p {
    min-width: 40% !important;
  }
}
@media (min-width: 768px) {
  .md-w-40p {
    width: 40% !important;
  }
  .md-max-w-40p {
    max-width: 40% !important;
  }
  .md-min-w-40p {
    min-width: 40% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-40p {
    width: 40% !important;
  }
  .lg-max-w-40p {
    max-width: 40% !important;
  }
  .lg-min-w-40p {
    min-width: 40% !important;
  }
}
.w-41p {
  width: 41% !important;
}

.max-w-41p {
  width: 41% !important;
  max-width: 41% !important;
}

.min-w-41p {
  width: 41% !important;
  min-width: 41% !important;
}

.mm-w-41p {
  width: 41% !important;
  max-width: 41% !important;
  min-width: 41% !important;
}

.max-w-41vw {
  max-width: 41vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-41p {
    width: 41% !important;
  }
  .xs-max-w-41p {
    max-width: 41% !important;
  }
  .xs-min-w-41p {
    min-width: 41% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-41p {
    width: 41% !important;
  }
  .sm-max-w-41p {
    max-width: 41% !important;
  }
  .sm-min-w-41p {
    min-width: 41% !important;
  }
}
@media (min-width: 768px) {
  .md-w-41p {
    width: 41% !important;
  }
  .md-max-w-41p {
    max-width: 41% !important;
  }
  .md-min-w-41p {
    min-width: 41% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-41p {
    width: 41% !important;
  }
  .lg-max-w-41p {
    max-width: 41% !important;
  }
  .lg-min-w-41p {
    min-width: 41% !important;
  }
}
.w-42p {
  width: 42% !important;
}

.max-w-42p {
  width: 42% !important;
  max-width: 42% !important;
}

.min-w-42p {
  width: 42% !important;
  min-width: 42% !important;
}

.mm-w-42p {
  width: 42% !important;
  max-width: 42% !important;
  min-width: 42% !important;
}

.max-w-42vw {
  max-width: 42vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-42p {
    width: 42% !important;
  }
  .xs-max-w-42p {
    max-width: 42% !important;
  }
  .xs-min-w-42p {
    min-width: 42% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-42p {
    width: 42% !important;
  }
  .sm-max-w-42p {
    max-width: 42% !important;
  }
  .sm-min-w-42p {
    min-width: 42% !important;
  }
}
@media (min-width: 768px) {
  .md-w-42p {
    width: 42% !important;
  }
  .md-max-w-42p {
    max-width: 42% !important;
  }
  .md-min-w-42p {
    min-width: 42% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-42p {
    width: 42% !important;
  }
  .lg-max-w-42p {
    max-width: 42% !important;
  }
  .lg-min-w-42p {
    min-width: 42% !important;
  }
}
.w-43p {
  width: 43% !important;
}

.max-w-43p {
  width: 43% !important;
  max-width: 43% !important;
}

.min-w-43p {
  width: 43% !important;
  min-width: 43% !important;
}

.mm-w-43p {
  width: 43% !important;
  max-width: 43% !important;
  min-width: 43% !important;
}

.max-w-43vw {
  max-width: 43vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-43p {
    width: 43% !important;
  }
  .xs-max-w-43p {
    max-width: 43% !important;
  }
  .xs-min-w-43p {
    min-width: 43% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-43p {
    width: 43% !important;
  }
  .sm-max-w-43p {
    max-width: 43% !important;
  }
  .sm-min-w-43p {
    min-width: 43% !important;
  }
}
@media (min-width: 768px) {
  .md-w-43p {
    width: 43% !important;
  }
  .md-max-w-43p {
    max-width: 43% !important;
  }
  .md-min-w-43p {
    min-width: 43% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-43p {
    width: 43% !important;
  }
  .lg-max-w-43p {
    max-width: 43% !important;
  }
  .lg-min-w-43p {
    min-width: 43% !important;
  }
}
.w-44p {
  width: 44% !important;
}

.max-w-44p {
  width: 44% !important;
  max-width: 44% !important;
}

.min-w-44p {
  width: 44% !important;
  min-width: 44% !important;
}

.mm-w-44p {
  width: 44% !important;
  max-width: 44% !important;
  min-width: 44% !important;
}

.max-w-44vw {
  max-width: 44vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-44p {
    width: 44% !important;
  }
  .xs-max-w-44p {
    max-width: 44% !important;
  }
  .xs-min-w-44p {
    min-width: 44% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-44p {
    width: 44% !important;
  }
  .sm-max-w-44p {
    max-width: 44% !important;
  }
  .sm-min-w-44p {
    min-width: 44% !important;
  }
}
@media (min-width: 768px) {
  .md-w-44p {
    width: 44% !important;
  }
  .md-max-w-44p {
    max-width: 44% !important;
  }
  .md-min-w-44p {
    min-width: 44% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-44p {
    width: 44% !important;
  }
  .lg-max-w-44p {
    max-width: 44% !important;
  }
  .lg-min-w-44p {
    min-width: 44% !important;
  }
}
.w-45p {
  width: 45% !important;
}

.max-w-45p {
  width: 45% !important;
  max-width: 45% !important;
}

.min-w-45p {
  width: 45% !important;
  min-width: 45% !important;
}

.mm-w-45p {
  width: 45% !important;
  max-width: 45% !important;
  min-width: 45% !important;
}

.max-w-45vw {
  max-width: 45vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-45p {
    width: 45% !important;
  }
  .xs-max-w-45p {
    max-width: 45% !important;
  }
  .xs-min-w-45p {
    min-width: 45% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-45p {
    width: 45% !important;
  }
  .sm-max-w-45p {
    max-width: 45% !important;
  }
  .sm-min-w-45p {
    min-width: 45% !important;
  }
}
@media (min-width: 768px) {
  .md-w-45p {
    width: 45% !important;
  }
  .md-max-w-45p {
    max-width: 45% !important;
  }
  .md-min-w-45p {
    min-width: 45% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-45p {
    width: 45% !important;
  }
  .lg-max-w-45p {
    max-width: 45% !important;
  }
  .lg-min-w-45p {
    min-width: 45% !important;
  }
}
.w-46p {
  width: 46% !important;
}

.max-w-46p {
  width: 46% !important;
  max-width: 46% !important;
}

.min-w-46p {
  width: 46% !important;
  min-width: 46% !important;
}

.mm-w-46p {
  width: 46% !important;
  max-width: 46% !important;
  min-width: 46% !important;
}

.max-w-46vw {
  max-width: 46vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-46p {
    width: 46% !important;
  }
  .xs-max-w-46p {
    max-width: 46% !important;
  }
  .xs-min-w-46p {
    min-width: 46% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-46p {
    width: 46% !important;
  }
  .sm-max-w-46p {
    max-width: 46% !important;
  }
  .sm-min-w-46p {
    min-width: 46% !important;
  }
}
@media (min-width: 768px) {
  .md-w-46p {
    width: 46% !important;
  }
  .md-max-w-46p {
    max-width: 46% !important;
  }
  .md-min-w-46p {
    min-width: 46% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-46p {
    width: 46% !important;
  }
  .lg-max-w-46p {
    max-width: 46% !important;
  }
  .lg-min-w-46p {
    min-width: 46% !important;
  }
}
.w-47p {
  width: 47% !important;
}

.max-w-47p {
  width: 47% !important;
  max-width: 47% !important;
}

.min-w-47p {
  width: 47% !important;
  min-width: 47% !important;
}

.mm-w-47p {
  width: 47% !important;
  max-width: 47% !important;
  min-width: 47% !important;
}

.max-w-47vw {
  max-width: 47vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-47p {
    width: 47% !important;
  }
  .xs-max-w-47p {
    max-width: 47% !important;
  }
  .xs-min-w-47p {
    min-width: 47% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-47p {
    width: 47% !important;
  }
  .sm-max-w-47p {
    max-width: 47% !important;
  }
  .sm-min-w-47p {
    min-width: 47% !important;
  }
}
@media (min-width: 768px) {
  .md-w-47p {
    width: 47% !important;
  }
  .md-max-w-47p {
    max-width: 47% !important;
  }
  .md-min-w-47p {
    min-width: 47% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-47p {
    width: 47% !important;
  }
  .lg-max-w-47p {
    max-width: 47% !important;
  }
  .lg-min-w-47p {
    min-width: 47% !important;
  }
}
.w-48p {
  width: 48% !important;
}

.max-w-48p {
  width: 48% !important;
  max-width: 48% !important;
}

.min-w-48p {
  width: 48% !important;
  min-width: 48% !important;
}

.mm-w-48p {
  width: 48% !important;
  max-width: 48% !important;
  min-width: 48% !important;
}

.max-w-48vw {
  max-width: 48vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-48p {
    width: 48% !important;
  }
  .xs-max-w-48p {
    max-width: 48% !important;
  }
  .xs-min-w-48p {
    min-width: 48% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-48p {
    width: 48% !important;
  }
  .sm-max-w-48p {
    max-width: 48% !important;
  }
  .sm-min-w-48p {
    min-width: 48% !important;
  }
}
@media (min-width: 768px) {
  .md-w-48p {
    width: 48% !important;
  }
  .md-max-w-48p {
    max-width: 48% !important;
  }
  .md-min-w-48p {
    min-width: 48% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-48p {
    width: 48% !important;
  }
  .lg-max-w-48p {
    max-width: 48% !important;
  }
  .lg-min-w-48p {
    min-width: 48% !important;
  }
}
.w-49p {
  width: 49% !important;
}

.max-w-49p {
  width: 49% !important;
  max-width: 49% !important;
}

.min-w-49p {
  width: 49% !important;
  min-width: 49% !important;
}

.mm-w-49p {
  width: 49% !important;
  max-width: 49% !important;
  min-width: 49% !important;
}

.max-w-49vw {
  max-width: 49vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-49p {
    width: 49% !important;
  }
  .xs-max-w-49p {
    max-width: 49% !important;
  }
  .xs-min-w-49p {
    min-width: 49% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-49p {
    width: 49% !important;
  }
  .sm-max-w-49p {
    max-width: 49% !important;
  }
  .sm-min-w-49p {
    min-width: 49% !important;
  }
}
@media (min-width: 768px) {
  .md-w-49p {
    width: 49% !important;
  }
  .md-max-w-49p {
    max-width: 49% !important;
  }
  .md-min-w-49p {
    min-width: 49% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-49p {
    width: 49% !important;
  }
  .lg-max-w-49p {
    max-width: 49% !important;
  }
  .lg-min-w-49p {
    min-width: 49% !important;
  }
}
.w-50p {
  width: 50% !important;
}

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

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

.mm-w-50p {
  width: 50% !important;
  max-width: 50% !important;
  min-width: 50% !important;
}

.max-w-50vw {
  max-width: 50vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-50p {
    width: 50% !important;
  }
  .xs-max-w-50p {
    max-width: 50% !important;
  }
  .xs-min-w-50p {
    min-width: 50% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-50p {
    width: 50% !important;
  }
  .sm-max-w-50p {
    max-width: 50% !important;
  }
  .sm-min-w-50p {
    min-width: 50% !important;
  }
}
@media (min-width: 768px) {
  .md-w-50p {
    width: 50% !important;
  }
  .md-max-w-50p {
    max-width: 50% !important;
  }
  .md-min-w-50p {
    min-width: 50% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-50p {
    width: 50% !important;
  }
  .lg-max-w-50p {
    max-width: 50% !important;
  }
  .lg-min-w-50p {
    min-width: 50% !important;
  }
}
.w-51p {
  width: 51% !important;
}

.max-w-51p {
  width: 51% !important;
  max-width: 51% !important;
}

.min-w-51p {
  width: 51% !important;
  min-width: 51% !important;
}

.mm-w-51p {
  width: 51% !important;
  max-width: 51% !important;
  min-width: 51% !important;
}

.max-w-51vw {
  max-width: 51vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-51p {
    width: 51% !important;
  }
  .xs-max-w-51p {
    max-width: 51% !important;
  }
  .xs-min-w-51p {
    min-width: 51% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-51p {
    width: 51% !important;
  }
  .sm-max-w-51p {
    max-width: 51% !important;
  }
  .sm-min-w-51p {
    min-width: 51% !important;
  }
}
@media (min-width: 768px) {
  .md-w-51p {
    width: 51% !important;
  }
  .md-max-w-51p {
    max-width: 51% !important;
  }
  .md-min-w-51p {
    min-width: 51% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-51p {
    width: 51% !important;
  }
  .lg-max-w-51p {
    max-width: 51% !important;
  }
  .lg-min-w-51p {
    min-width: 51% !important;
  }
}
.w-52p {
  width: 52% !important;
}

.max-w-52p {
  width: 52% !important;
  max-width: 52% !important;
}

.min-w-52p {
  width: 52% !important;
  min-width: 52% !important;
}

.mm-w-52p {
  width: 52% !important;
  max-width: 52% !important;
  min-width: 52% !important;
}

.max-w-52vw {
  max-width: 52vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-52p {
    width: 52% !important;
  }
  .xs-max-w-52p {
    max-width: 52% !important;
  }
  .xs-min-w-52p {
    min-width: 52% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-52p {
    width: 52% !important;
  }
  .sm-max-w-52p {
    max-width: 52% !important;
  }
  .sm-min-w-52p {
    min-width: 52% !important;
  }
}
@media (min-width: 768px) {
  .md-w-52p {
    width: 52% !important;
  }
  .md-max-w-52p {
    max-width: 52% !important;
  }
  .md-min-w-52p {
    min-width: 52% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-52p {
    width: 52% !important;
  }
  .lg-max-w-52p {
    max-width: 52% !important;
  }
  .lg-min-w-52p {
    min-width: 52% !important;
  }
}
.w-53p {
  width: 53% !important;
}

.max-w-53p {
  width: 53% !important;
  max-width: 53% !important;
}

.min-w-53p {
  width: 53% !important;
  min-width: 53% !important;
}

.mm-w-53p {
  width: 53% !important;
  max-width: 53% !important;
  min-width: 53% !important;
}

.max-w-53vw {
  max-width: 53vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-53p {
    width: 53% !important;
  }
  .xs-max-w-53p {
    max-width: 53% !important;
  }
  .xs-min-w-53p {
    min-width: 53% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-53p {
    width: 53% !important;
  }
  .sm-max-w-53p {
    max-width: 53% !important;
  }
  .sm-min-w-53p {
    min-width: 53% !important;
  }
}
@media (min-width: 768px) {
  .md-w-53p {
    width: 53% !important;
  }
  .md-max-w-53p {
    max-width: 53% !important;
  }
  .md-min-w-53p {
    min-width: 53% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-53p {
    width: 53% !important;
  }
  .lg-max-w-53p {
    max-width: 53% !important;
  }
  .lg-min-w-53p {
    min-width: 53% !important;
  }
}
.w-54p {
  width: 54% !important;
}

.max-w-54p {
  width: 54% !important;
  max-width: 54% !important;
}

.min-w-54p {
  width: 54% !important;
  min-width: 54% !important;
}

.mm-w-54p {
  width: 54% !important;
  max-width: 54% !important;
  min-width: 54% !important;
}

.max-w-54vw {
  max-width: 54vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-54p {
    width: 54% !important;
  }
  .xs-max-w-54p {
    max-width: 54% !important;
  }
  .xs-min-w-54p {
    min-width: 54% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-54p {
    width: 54% !important;
  }
  .sm-max-w-54p {
    max-width: 54% !important;
  }
  .sm-min-w-54p {
    min-width: 54% !important;
  }
}
@media (min-width: 768px) {
  .md-w-54p {
    width: 54% !important;
  }
  .md-max-w-54p {
    max-width: 54% !important;
  }
  .md-min-w-54p {
    min-width: 54% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-54p {
    width: 54% !important;
  }
  .lg-max-w-54p {
    max-width: 54% !important;
  }
  .lg-min-w-54p {
    min-width: 54% !important;
  }
}
.w-55p {
  width: 55% !important;
}

.max-w-55p {
  width: 55% !important;
  max-width: 55% !important;
}

.min-w-55p {
  width: 55% !important;
  min-width: 55% !important;
}

.mm-w-55p {
  width: 55% !important;
  max-width: 55% !important;
  min-width: 55% !important;
}

.max-w-55vw {
  max-width: 55vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-55p {
    width: 55% !important;
  }
  .xs-max-w-55p {
    max-width: 55% !important;
  }
  .xs-min-w-55p {
    min-width: 55% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-55p {
    width: 55% !important;
  }
  .sm-max-w-55p {
    max-width: 55% !important;
  }
  .sm-min-w-55p {
    min-width: 55% !important;
  }
}
@media (min-width: 768px) {
  .md-w-55p {
    width: 55% !important;
  }
  .md-max-w-55p {
    max-width: 55% !important;
  }
  .md-min-w-55p {
    min-width: 55% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-55p {
    width: 55% !important;
  }
  .lg-max-w-55p {
    max-width: 55% !important;
  }
  .lg-min-w-55p {
    min-width: 55% !important;
  }
}
.w-56p {
  width: 56% !important;
}

.max-w-56p {
  width: 56% !important;
  max-width: 56% !important;
}

.min-w-56p {
  width: 56% !important;
  min-width: 56% !important;
}

.mm-w-56p {
  width: 56% !important;
  max-width: 56% !important;
  min-width: 56% !important;
}

.max-w-56vw {
  max-width: 56vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-56p {
    width: 56% !important;
  }
  .xs-max-w-56p {
    max-width: 56% !important;
  }
  .xs-min-w-56p {
    min-width: 56% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-56p {
    width: 56% !important;
  }
  .sm-max-w-56p {
    max-width: 56% !important;
  }
  .sm-min-w-56p {
    min-width: 56% !important;
  }
}
@media (min-width: 768px) {
  .md-w-56p {
    width: 56% !important;
  }
  .md-max-w-56p {
    max-width: 56% !important;
  }
  .md-min-w-56p {
    min-width: 56% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-56p {
    width: 56% !important;
  }
  .lg-max-w-56p {
    max-width: 56% !important;
  }
  .lg-min-w-56p {
    min-width: 56% !important;
  }
}
.w-57p {
  width: 57% !important;
}

.max-w-57p {
  width: 57% !important;
  max-width: 57% !important;
}

.min-w-57p {
  width: 57% !important;
  min-width: 57% !important;
}

.mm-w-57p {
  width: 57% !important;
  max-width: 57% !important;
  min-width: 57% !important;
}

.max-w-57vw {
  max-width: 57vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-57p {
    width: 57% !important;
  }
  .xs-max-w-57p {
    max-width: 57% !important;
  }
  .xs-min-w-57p {
    min-width: 57% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-57p {
    width: 57% !important;
  }
  .sm-max-w-57p {
    max-width: 57% !important;
  }
  .sm-min-w-57p {
    min-width: 57% !important;
  }
}
@media (min-width: 768px) {
  .md-w-57p {
    width: 57% !important;
  }
  .md-max-w-57p {
    max-width: 57% !important;
  }
  .md-min-w-57p {
    min-width: 57% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-57p {
    width: 57% !important;
  }
  .lg-max-w-57p {
    max-width: 57% !important;
  }
  .lg-min-w-57p {
    min-width: 57% !important;
  }
}
.w-58p {
  width: 58% !important;
}

.max-w-58p {
  width: 58% !important;
  max-width: 58% !important;
}

.min-w-58p {
  width: 58% !important;
  min-width: 58% !important;
}

.mm-w-58p {
  width: 58% !important;
  max-width: 58% !important;
  min-width: 58% !important;
}

.max-w-58vw {
  max-width: 58vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-58p {
    width: 58% !important;
  }
  .xs-max-w-58p {
    max-width: 58% !important;
  }
  .xs-min-w-58p {
    min-width: 58% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-58p {
    width: 58% !important;
  }
  .sm-max-w-58p {
    max-width: 58% !important;
  }
  .sm-min-w-58p {
    min-width: 58% !important;
  }
}
@media (min-width: 768px) {
  .md-w-58p {
    width: 58% !important;
  }
  .md-max-w-58p {
    max-width: 58% !important;
  }
  .md-min-w-58p {
    min-width: 58% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-58p {
    width: 58% !important;
  }
  .lg-max-w-58p {
    max-width: 58% !important;
  }
  .lg-min-w-58p {
    min-width: 58% !important;
  }
}
.w-59p {
  width: 59% !important;
}

.max-w-59p {
  width: 59% !important;
  max-width: 59% !important;
}

.min-w-59p {
  width: 59% !important;
  min-width: 59% !important;
}

.mm-w-59p {
  width: 59% !important;
  max-width: 59% !important;
  min-width: 59% !important;
}

.max-w-59vw {
  max-width: 59vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-59p {
    width: 59% !important;
  }
  .xs-max-w-59p {
    max-width: 59% !important;
  }
  .xs-min-w-59p {
    min-width: 59% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-59p {
    width: 59% !important;
  }
  .sm-max-w-59p {
    max-width: 59% !important;
  }
  .sm-min-w-59p {
    min-width: 59% !important;
  }
}
@media (min-width: 768px) {
  .md-w-59p {
    width: 59% !important;
  }
  .md-max-w-59p {
    max-width: 59% !important;
  }
  .md-min-w-59p {
    min-width: 59% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-59p {
    width: 59% !important;
  }
  .lg-max-w-59p {
    max-width: 59% !important;
  }
  .lg-min-w-59p {
    min-width: 59% !important;
  }
}
.w-60p {
  width: 60% !important;
}

.max-w-60p {
  width: 60% !important;
  max-width: 60% !important;
}

.min-w-60p {
  width: 60% !important;
  min-width: 60% !important;
}

.mm-w-60p {
  width: 60% !important;
  max-width: 60% !important;
  min-width: 60% !important;
}

.max-w-60vw {
  max-width: 60vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-60p {
    width: 60% !important;
  }
  .xs-max-w-60p {
    max-width: 60% !important;
  }
  .xs-min-w-60p {
    min-width: 60% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-60p {
    width: 60% !important;
  }
  .sm-max-w-60p {
    max-width: 60% !important;
  }
  .sm-min-w-60p {
    min-width: 60% !important;
  }
}
@media (min-width: 768px) {
  .md-w-60p {
    width: 60% !important;
  }
  .md-max-w-60p {
    max-width: 60% !important;
  }
  .md-min-w-60p {
    min-width: 60% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-60p {
    width: 60% !important;
  }
  .lg-max-w-60p {
    max-width: 60% !important;
  }
  .lg-min-w-60p {
    min-width: 60% !important;
  }
}
.w-61p {
  width: 61% !important;
}

.max-w-61p {
  width: 61% !important;
  max-width: 61% !important;
}

.min-w-61p {
  width: 61% !important;
  min-width: 61% !important;
}

.mm-w-61p {
  width: 61% !important;
  max-width: 61% !important;
  min-width: 61% !important;
}

.max-w-61vw {
  max-width: 61vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-61p {
    width: 61% !important;
  }
  .xs-max-w-61p {
    max-width: 61% !important;
  }
  .xs-min-w-61p {
    min-width: 61% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-61p {
    width: 61% !important;
  }
  .sm-max-w-61p {
    max-width: 61% !important;
  }
  .sm-min-w-61p {
    min-width: 61% !important;
  }
}
@media (min-width: 768px) {
  .md-w-61p {
    width: 61% !important;
  }
  .md-max-w-61p {
    max-width: 61% !important;
  }
  .md-min-w-61p {
    min-width: 61% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-61p {
    width: 61% !important;
  }
  .lg-max-w-61p {
    max-width: 61% !important;
  }
  .lg-min-w-61p {
    min-width: 61% !important;
  }
}
.w-62p {
  width: 62% !important;
}

.max-w-62p {
  width: 62% !important;
  max-width: 62% !important;
}

.min-w-62p {
  width: 62% !important;
  min-width: 62% !important;
}

.mm-w-62p {
  width: 62% !important;
  max-width: 62% !important;
  min-width: 62% !important;
}

.max-w-62vw {
  max-width: 62vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-62p {
    width: 62% !important;
  }
  .xs-max-w-62p {
    max-width: 62% !important;
  }
  .xs-min-w-62p {
    min-width: 62% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-62p {
    width: 62% !important;
  }
  .sm-max-w-62p {
    max-width: 62% !important;
  }
  .sm-min-w-62p {
    min-width: 62% !important;
  }
}
@media (min-width: 768px) {
  .md-w-62p {
    width: 62% !important;
  }
  .md-max-w-62p {
    max-width: 62% !important;
  }
  .md-min-w-62p {
    min-width: 62% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-62p {
    width: 62% !important;
  }
  .lg-max-w-62p {
    max-width: 62% !important;
  }
  .lg-min-w-62p {
    min-width: 62% !important;
  }
}
.w-63p {
  width: 63% !important;
}

.max-w-63p {
  width: 63% !important;
  max-width: 63% !important;
}

.min-w-63p {
  width: 63% !important;
  min-width: 63% !important;
}

.mm-w-63p {
  width: 63% !important;
  max-width: 63% !important;
  min-width: 63% !important;
}

.max-w-63vw {
  max-width: 63vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-63p {
    width: 63% !important;
  }
  .xs-max-w-63p {
    max-width: 63% !important;
  }
  .xs-min-w-63p {
    min-width: 63% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-63p {
    width: 63% !important;
  }
  .sm-max-w-63p {
    max-width: 63% !important;
  }
  .sm-min-w-63p {
    min-width: 63% !important;
  }
}
@media (min-width: 768px) {
  .md-w-63p {
    width: 63% !important;
  }
  .md-max-w-63p {
    max-width: 63% !important;
  }
  .md-min-w-63p {
    min-width: 63% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-63p {
    width: 63% !important;
  }
  .lg-max-w-63p {
    max-width: 63% !important;
  }
  .lg-min-w-63p {
    min-width: 63% !important;
  }
}
.w-64p {
  width: 64% !important;
}

.max-w-64p {
  width: 64% !important;
  max-width: 64% !important;
}

.min-w-64p {
  width: 64% !important;
  min-width: 64% !important;
}

.mm-w-64p {
  width: 64% !important;
  max-width: 64% !important;
  min-width: 64% !important;
}

.max-w-64vw {
  max-width: 64vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-64p {
    width: 64% !important;
  }
  .xs-max-w-64p {
    max-width: 64% !important;
  }
  .xs-min-w-64p {
    min-width: 64% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-64p {
    width: 64% !important;
  }
  .sm-max-w-64p {
    max-width: 64% !important;
  }
  .sm-min-w-64p {
    min-width: 64% !important;
  }
}
@media (min-width: 768px) {
  .md-w-64p {
    width: 64% !important;
  }
  .md-max-w-64p {
    max-width: 64% !important;
  }
  .md-min-w-64p {
    min-width: 64% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-64p {
    width: 64% !important;
  }
  .lg-max-w-64p {
    max-width: 64% !important;
  }
  .lg-min-w-64p {
    min-width: 64% !important;
  }
}
.w-65p {
  width: 65% !important;
}

.max-w-65p {
  width: 65% !important;
  max-width: 65% !important;
}

.min-w-65p {
  width: 65% !important;
  min-width: 65% !important;
}

.mm-w-65p {
  width: 65% !important;
  max-width: 65% !important;
  min-width: 65% !important;
}

.max-w-65vw {
  max-width: 65vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-65p {
    width: 65% !important;
  }
  .xs-max-w-65p {
    max-width: 65% !important;
  }
  .xs-min-w-65p {
    min-width: 65% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-65p {
    width: 65% !important;
  }
  .sm-max-w-65p {
    max-width: 65% !important;
  }
  .sm-min-w-65p {
    min-width: 65% !important;
  }
}
@media (min-width: 768px) {
  .md-w-65p {
    width: 65% !important;
  }
  .md-max-w-65p {
    max-width: 65% !important;
  }
  .md-min-w-65p {
    min-width: 65% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-65p {
    width: 65% !important;
  }
  .lg-max-w-65p {
    max-width: 65% !important;
  }
  .lg-min-w-65p {
    min-width: 65% !important;
  }
}
.w-66p {
  width: 66% !important;
}

.max-w-66p {
  width: 66% !important;
  max-width: 66% !important;
}

.min-w-66p {
  width: 66% !important;
  min-width: 66% !important;
}

.mm-w-66p {
  width: 66% !important;
  max-width: 66% !important;
  min-width: 66% !important;
}

.max-w-66vw {
  max-width: 66vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-66p {
    width: 66% !important;
  }
  .xs-max-w-66p {
    max-width: 66% !important;
  }
  .xs-min-w-66p {
    min-width: 66% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-66p {
    width: 66% !important;
  }
  .sm-max-w-66p {
    max-width: 66% !important;
  }
  .sm-min-w-66p {
    min-width: 66% !important;
  }
}
@media (min-width: 768px) {
  .md-w-66p {
    width: 66% !important;
  }
  .md-max-w-66p {
    max-width: 66% !important;
  }
  .md-min-w-66p {
    min-width: 66% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-66p {
    width: 66% !important;
  }
  .lg-max-w-66p {
    max-width: 66% !important;
  }
  .lg-min-w-66p {
    min-width: 66% !important;
  }
}
.w-67p {
  width: 67% !important;
}

.max-w-67p {
  width: 67% !important;
  max-width: 67% !important;
}

.min-w-67p {
  width: 67% !important;
  min-width: 67% !important;
}

.mm-w-67p {
  width: 67% !important;
  max-width: 67% !important;
  min-width: 67% !important;
}

.max-w-67vw {
  max-width: 67vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-67p {
    width: 67% !important;
  }
  .xs-max-w-67p {
    max-width: 67% !important;
  }
  .xs-min-w-67p {
    min-width: 67% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-67p {
    width: 67% !important;
  }
  .sm-max-w-67p {
    max-width: 67% !important;
  }
  .sm-min-w-67p {
    min-width: 67% !important;
  }
}
@media (min-width: 768px) {
  .md-w-67p {
    width: 67% !important;
  }
  .md-max-w-67p {
    max-width: 67% !important;
  }
  .md-min-w-67p {
    min-width: 67% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-67p {
    width: 67% !important;
  }
  .lg-max-w-67p {
    max-width: 67% !important;
  }
  .lg-min-w-67p {
    min-width: 67% !important;
  }
}
.w-68p {
  width: 68% !important;
}

.max-w-68p {
  width: 68% !important;
  max-width: 68% !important;
}

.min-w-68p {
  width: 68% !important;
  min-width: 68% !important;
}

.mm-w-68p {
  width: 68% !important;
  max-width: 68% !important;
  min-width: 68% !important;
}

.max-w-68vw {
  max-width: 68vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-68p {
    width: 68% !important;
  }
  .xs-max-w-68p {
    max-width: 68% !important;
  }
  .xs-min-w-68p {
    min-width: 68% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-68p {
    width: 68% !important;
  }
  .sm-max-w-68p {
    max-width: 68% !important;
  }
  .sm-min-w-68p {
    min-width: 68% !important;
  }
}
@media (min-width: 768px) {
  .md-w-68p {
    width: 68% !important;
  }
  .md-max-w-68p {
    max-width: 68% !important;
  }
  .md-min-w-68p {
    min-width: 68% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-68p {
    width: 68% !important;
  }
  .lg-max-w-68p {
    max-width: 68% !important;
  }
  .lg-min-w-68p {
    min-width: 68% !important;
  }
}
.w-69p {
  width: 69% !important;
}

.max-w-69p {
  width: 69% !important;
  max-width: 69% !important;
}

.min-w-69p {
  width: 69% !important;
  min-width: 69% !important;
}

.mm-w-69p {
  width: 69% !important;
  max-width: 69% !important;
  min-width: 69% !important;
}

.max-w-69vw {
  max-width: 69vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-69p {
    width: 69% !important;
  }
  .xs-max-w-69p {
    max-width: 69% !important;
  }
  .xs-min-w-69p {
    min-width: 69% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-69p {
    width: 69% !important;
  }
  .sm-max-w-69p {
    max-width: 69% !important;
  }
  .sm-min-w-69p {
    min-width: 69% !important;
  }
}
@media (min-width: 768px) {
  .md-w-69p {
    width: 69% !important;
  }
  .md-max-w-69p {
    max-width: 69% !important;
  }
  .md-min-w-69p {
    min-width: 69% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-69p {
    width: 69% !important;
  }
  .lg-max-w-69p {
    max-width: 69% !important;
  }
  .lg-min-w-69p {
    min-width: 69% !important;
  }
}
.w-70p {
  width: 70% !important;
}

.max-w-70p {
  width: 70% !important;
  max-width: 70% !important;
}

.min-w-70p {
  width: 70% !important;
  min-width: 70% !important;
}

.mm-w-70p {
  width: 70% !important;
  max-width: 70% !important;
  min-width: 70% !important;
}

.max-w-70vw {
  max-width: 70vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-70p {
    width: 70% !important;
  }
  .xs-max-w-70p {
    max-width: 70% !important;
  }
  .xs-min-w-70p {
    min-width: 70% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-70p {
    width: 70% !important;
  }
  .sm-max-w-70p {
    max-width: 70% !important;
  }
  .sm-min-w-70p {
    min-width: 70% !important;
  }
}
@media (min-width: 768px) {
  .md-w-70p {
    width: 70% !important;
  }
  .md-max-w-70p {
    max-width: 70% !important;
  }
  .md-min-w-70p {
    min-width: 70% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-70p {
    width: 70% !important;
  }
  .lg-max-w-70p {
    max-width: 70% !important;
  }
  .lg-min-w-70p {
    min-width: 70% !important;
  }
}
.w-71p {
  width: 71% !important;
}

.max-w-71p {
  width: 71% !important;
  max-width: 71% !important;
}

.min-w-71p {
  width: 71% !important;
  min-width: 71% !important;
}

.mm-w-71p {
  width: 71% !important;
  max-width: 71% !important;
  min-width: 71% !important;
}

.max-w-71vw {
  max-width: 71vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-71p {
    width: 71% !important;
  }
  .xs-max-w-71p {
    max-width: 71% !important;
  }
  .xs-min-w-71p {
    min-width: 71% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-71p {
    width: 71% !important;
  }
  .sm-max-w-71p {
    max-width: 71% !important;
  }
  .sm-min-w-71p {
    min-width: 71% !important;
  }
}
@media (min-width: 768px) {
  .md-w-71p {
    width: 71% !important;
  }
  .md-max-w-71p {
    max-width: 71% !important;
  }
  .md-min-w-71p {
    min-width: 71% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-71p {
    width: 71% !important;
  }
  .lg-max-w-71p {
    max-width: 71% !important;
  }
  .lg-min-w-71p {
    min-width: 71% !important;
  }
}
.w-72p {
  width: 72% !important;
}

.max-w-72p {
  width: 72% !important;
  max-width: 72% !important;
}

.min-w-72p {
  width: 72% !important;
  min-width: 72% !important;
}

.mm-w-72p {
  width: 72% !important;
  max-width: 72% !important;
  min-width: 72% !important;
}

.max-w-72vw {
  max-width: 72vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-72p {
    width: 72% !important;
  }
  .xs-max-w-72p {
    max-width: 72% !important;
  }
  .xs-min-w-72p {
    min-width: 72% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-72p {
    width: 72% !important;
  }
  .sm-max-w-72p {
    max-width: 72% !important;
  }
  .sm-min-w-72p {
    min-width: 72% !important;
  }
}
@media (min-width: 768px) {
  .md-w-72p {
    width: 72% !important;
  }
  .md-max-w-72p {
    max-width: 72% !important;
  }
  .md-min-w-72p {
    min-width: 72% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-72p {
    width: 72% !important;
  }
  .lg-max-w-72p {
    max-width: 72% !important;
  }
  .lg-min-w-72p {
    min-width: 72% !important;
  }
}
.w-73p {
  width: 73% !important;
}

.max-w-73p {
  width: 73% !important;
  max-width: 73% !important;
}

.min-w-73p {
  width: 73% !important;
  min-width: 73% !important;
}

.mm-w-73p {
  width: 73% !important;
  max-width: 73% !important;
  min-width: 73% !important;
}

.max-w-73vw {
  max-width: 73vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-73p {
    width: 73% !important;
  }
  .xs-max-w-73p {
    max-width: 73% !important;
  }
  .xs-min-w-73p {
    min-width: 73% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-73p {
    width: 73% !important;
  }
  .sm-max-w-73p {
    max-width: 73% !important;
  }
  .sm-min-w-73p {
    min-width: 73% !important;
  }
}
@media (min-width: 768px) {
  .md-w-73p {
    width: 73% !important;
  }
  .md-max-w-73p {
    max-width: 73% !important;
  }
  .md-min-w-73p {
    min-width: 73% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-73p {
    width: 73% !important;
  }
  .lg-max-w-73p {
    max-width: 73% !important;
  }
  .lg-min-w-73p {
    min-width: 73% !important;
  }
}
.w-74p {
  width: 74% !important;
}

.max-w-74p {
  width: 74% !important;
  max-width: 74% !important;
}

.min-w-74p {
  width: 74% !important;
  min-width: 74% !important;
}

.mm-w-74p {
  width: 74% !important;
  max-width: 74% !important;
  min-width: 74% !important;
}

.max-w-74vw {
  max-width: 74vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-74p {
    width: 74% !important;
  }
  .xs-max-w-74p {
    max-width: 74% !important;
  }
  .xs-min-w-74p {
    min-width: 74% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-74p {
    width: 74% !important;
  }
  .sm-max-w-74p {
    max-width: 74% !important;
  }
  .sm-min-w-74p {
    min-width: 74% !important;
  }
}
@media (min-width: 768px) {
  .md-w-74p {
    width: 74% !important;
  }
  .md-max-w-74p {
    max-width: 74% !important;
  }
  .md-min-w-74p {
    min-width: 74% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-74p {
    width: 74% !important;
  }
  .lg-max-w-74p {
    max-width: 74% !important;
  }
  .lg-min-w-74p {
    min-width: 74% !important;
  }
}
.w-75p {
  width: 75% !important;
}

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

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

.mm-w-75p {
  width: 75% !important;
  max-width: 75% !important;
  min-width: 75% !important;
}

.max-w-75vw {
  max-width: 75vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-75p {
    width: 75% !important;
  }
  .xs-max-w-75p {
    max-width: 75% !important;
  }
  .xs-min-w-75p {
    min-width: 75% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-75p {
    width: 75% !important;
  }
  .sm-max-w-75p {
    max-width: 75% !important;
  }
  .sm-min-w-75p {
    min-width: 75% !important;
  }
}
@media (min-width: 768px) {
  .md-w-75p {
    width: 75% !important;
  }
  .md-max-w-75p {
    max-width: 75% !important;
  }
  .md-min-w-75p {
    min-width: 75% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-75p {
    width: 75% !important;
  }
  .lg-max-w-75p {
    max-width: 75% !important;
  }
  .lg-min-w-75p {
    min-width: 75% !important;
  }
}
.w-76p {
  width: 76% !important;
}

.max-w-76p {
  width: 76% !important;
  max-width: 76% !important;
}

.min-w-76p {
  width: 76% !important;
  min-width: 76% !important;
}

.mm-w-76p {
  width: 76% !important;
  max-width: 76% !important;
  min-width: 76% !important;
}

.max-w-76vw {
  max-width: 76vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-76p {
    width: 76% !important;
  }
  .xs-max-w-76p {
    max-width: 76% !important;
  }
  .xs-min-w-76p {
    min-width: 76% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-76p {
    width: 76% !important;
  }
  .sm-max-w-76p {
    max-width: 76% !important;
  }
  .sm-min-w-76p {
    min-width: 76% !important;
  }
}
@media (min-width: 768px) {
  .md-w-76p {
    width: 76% !important;
  }
  .md-max-w-76p {
    max-width: 76% !important;
  }
  .md-min-w-76p {
    min-width: 76% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-76p {
    width: 76% !important;
  }
  .lg-max-w-76p {
    max-width: 76% !important;
  }
  .lg-min-w-76p {
    min-width: 76% !important;
  }
}
.w-77p {
  width: 77% !important;
}

.max-w-77p {
  width: 77% !important;
  max-width: 77% !important;
}

.min-w-77p {
  width: 77% !important;
  min-width: 77% !important;
}

.mm-w-77p {
  width: 77% !important;
  max-width: 77% !important;
  min-width: 77% !important;
}

.max-w-77vw {
  max-width: 77vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-77p {
    width: 77% !important;
  }
  .xs-max-w-77p {
    max-width: 77% !important;
  }
  .xs-min-w-77p {
    min-width: 77% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-77p {
    width: 77% !important;
  }
  .sm-max-w-77p {
    max-width: 77% !important;
  }
  .sm-min-w-77p {
    min-width: 77% !important;
  }
}
@media (min-width: 768px) {
  .md-w-77p {
    width: 77% !important;
  }
  .md-max-w-77p {
    max-width: 77% !important;
  }
  .md-min-w-77p {
    min-width: 77% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-77p {
    width: 77% !important;
  }
  .lg-max-w-77p {
    max-width: 77% !important;
  }
  .lg-min-w-77p {
    min-width: 77% !important;
  }
}
.w-78p {
  width: 78% !important;
}

.max-w-78p {
  width: 78% !important;
  max-width: 78% !important;
}

.min-w-78p {
  width: 78% !important;
  min-width: 78% !important;
}

.mm-w-78p {
  width: 78% !important;
  max-width: 78% !important;
  min-width: 78% !important;
}

.max-w-78vw {
  max-width: 78vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-78p {
    width: 78% !important;
  }
  .xs-max-w-78p {
    max-width: 78% !important;
  }
  .xs-min-w-78p {
    min-width: 78% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-78p {
    width: 78% !important;
  }
  .sm-max-w-78p {
    max-width: 78% !important;
  }
  .sm-min-w-78p {
    min-width: 78% !important;
  }
}
@media (min-width: 768px) {
  .md-w-78p {
    width: 78% !important;
  }
  .md-max-w-78p {
    max-width: 78% !important;
  }
  .md-min-w-78p {
    min-width: 78% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-78p {
    width: 78% !important;
  }
  .lg-max-w-78p {
    max-width: 78% !important;
  }
  .lg-min-w-78p {
    min-width: 78% !important;
  }
}
.w-79p {
  width: 79% !important;
}

.max-w-79p {
  width: 79% !important;
  max-width: 79% !important;
}

.min-w-79p {
  width: 79% !important;
  min-width: 79% !important;
}

.mm-w-79p {
  width: 79% !important;
  max-width: 79% !important;
  min-width: 79% !important;
}

.max-w-79vw {
  max-width: 79vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-79p {
    width: 79% !important;
  }
  .xs-max-w-79p {
    max-width: 79% !important;
  }
  .xs-min-w-79p {
    min-width: 79% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-79p {
    width: 79% !important;
  }
  .sm-max-w-79p {
    max-width: 79% !important;
  }
  .sm-min-w-79p {
    min-width: 79% !important;
  }
}
@media (min-width: 768px) {
  .md-w-79p {
    width: 79% !important;
  }
  .md-max-w-79p {
    max-width: 79% !important;
  }
  .md-min-w-79p {
    min-width: 79% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-79p {
    width: 79% !important;
  }
  .lg-max-w-79p {
    max-width: 79% !important;
  }
  .lg-min-w-79p {
    min-width: 79% !important;
  }
}
.w-80p {
  width: 80% !important;
}

.max-w-80p {
  width: 80% !important;
  max-width: 80% !important;
}

.min-w-80p {
  width: 80% !important;
  min-width: 80% !important;
}

.mm-w-80p {
  width: 80% !important;
  max-width: 80% !important;
  min-width: 80% !important;
}

.max-w-80vw {
  max-width: 80vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-80p {
    width: 80% !important;
  }
  .xs-max-w-80p {
    max-width: 80% !important;
  }
  .xs-min-w-80p {
    min-width: 80% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-80p {
    width: 80% !important;
  }
  .sm-max-w-80p {
    max-width: 80% !important;
  }
  .sm-min-w-80p {
    min-width: 80% !important;
  }
}
@media (min-width: 768px) {
  .md-w-80p {
    width: 80% !important;
  }
  .md-max-w-80p {
    max-width: 80% !important;
  }
  .md-min-w-80p {
    min-width: 80% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-80p {
    width: 80% !important;
  }
  .lg-max-w-80p {
    max-width: 80% !important;
  }
  .lg-min-w-80p {
    min-width: 80% !important;
  }
}
.w-81p {
  width: 81% !important;
}

.max-w-81p {
  width: 81% !important;
  max-width: 81% !important;
}

.min-w-81p {
  width: 81% !important;
  min-width: 81% !important;
}

.mm-w-81p {
  width: 81% !important;
  max-width: 81% !important;
  min-width: 81% !important;
}

.max-w-81vw {
  max-width: 81vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-81p {
    width: 81% !important;
  }
  .xs-max-w-81p {
    max-width: 81% !important;
  }
  .xs-min-w-81p {
    min-width: 81% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-81p {
    width: 81% !important;
  }
  .sm-max-w-81p {
    max-width: 81% !important;
  }
  .sm-min-w-81p {
    min-width: 81% !important;
  }
}
@media (min-width: 768px) {
  .md-w-81p {
    width: 81% !important;
  }
  .md-max-w-81p {
    max-width: 81% !important;
  }
  .md-min-w-81p {
    min-width: 81% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-81p {
    width: 81% !important;
  }
  .lg-max-w-81p {
    max-width: 81% !important;
  }
  .lg-min-w-81p {
    min-width: 81% !important;
  }
}
.w-82p {
  width: 82% !important;
}

.max-w-82p {
  width: 82% !important;
  max-width: 82% !important;
}

.min-w-82p {
  width: 82% !important;
  min-width: 82% !important;
}

.mm-w-82p {
  width: 82% !important;
  max-width: 82% !important;
  min-width: 82% !important;
}

.max-w-82vw {
  max-width: 82vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-82p {
    width: 82% !important;
  }
  .xs-max-w-82p {
    max-width: 82% !important;
  }
  .xs-min-w-82p {
    min-width: 82% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-82p {
    width: 82% !important;
  }
  .sm-max-w-82p {
    max-width: 82% !important;
  }
  .sm-min-w-82p {
    min-width: 82% !important;
  }
}
@media (min-width: 768px) {
  .md-w-82p {
    width: 82% !important;
  }
  .md-max-w-82p {
    max-width: 82% !important;
  }
  .md-min-w-82p {
    min-width: 82% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-82p {
    width: 82% !important;
  }
  .lg-max-w-82p {
    max-width: 82% !important;
  }
  .lg-min-w-82p {
    min-width: 82% !important;
  }
}
.w-83p {
  width: 83% !important;
}

.max-w-83p {
  width: 83% !important;
  max-width: 83% !important;
}

.min-w-83p {
  width: 83% !important;
  min-width: 83% !important;
}

.mm-w-83p {
  width: 83% !important;
  max-width: 83% !important;
  min-width: 83% !important;
}

.max-w-83vw {
  max-width: 83vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-83p {
    width: 83% !important;
  }
  .xs-max-w-83p {
    max-width: 83% !important;
  }
  .xs-min-w-83p {
    min-width: 83% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-83p {
    width: 83% !important;
  }
  .sm-max-w-83p {
    max-width: 83% !important;
  }
  .sm-min-w-83p {
    min-width: 83% !important;
  }
}
@media (min-width: 768px) {
  .md-w-83p {
    width: 83% !important;
  }
  .md-max-w-83p {
    max-width: 83% !important;
  }
  .md-min-w-83p {
    min-width: 83% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-83p {
    width: 83% !important;
  }
  .lg-max-w-83p {
    max-width: 83% !important;
  }
  .lg-min-w-83p {
    min-width: 83% !important;
  }
}
.w-84p {
  width: 84% !important;
}

.max-w-84p {
  width: 84% !important;
  max-width: 84% !important;
}

.min-w-84p {
  width: 84% !important;
  min-width: 84% !important;
}

.mm-w-84p {
  width: 84% !important;
  max-width: 84% !important;
  min-width: 84% !important;
}

.max-w-84vw {
  max-width: 84vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-84p {
    width: 84% !important;
  }
  .xs-max-w-84p {
    max-width: 84% !important;
  }
  .xs-min-w-84p {
    min-width: 84% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-84p {
    width: 84% !important;
  }
  .sm-max-w-84p {
    max-width: 84% !important;
  }
  .sm-min-w-84p {
    min-width: 84% !important;
  }
}
@media (min-width: 768px) {
  .md-w-84p {
    width: 84% !important;
  }
  .md-max-w-84p {
    max-width: 84% !important;
  }
  .md-min-w-84p {
    min-width: 84% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-84p {
    width: 84% !important;
  }
  .lg-max-w-84p {
    max-width: 84% !important;
  }
  .lg-min-w-84p {
    min-width: 84% !important;
  }
}
.w-85p {
  width: 85% !important;
}

.max-w-85p {
  width: 85% !important;
  max-width: 85% !important;
}

.min-w-85p {
  width: 85% !important;
  min-width: 85% !important;
}

.mm-w-85p {
  width: 85% !important;
  max-width: 85% !important;
  min-width: 85% !important;
}

.max-w-85vw {
  max-width: 85vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-85p {
    width: 85% !important;
  }
  .xs-max-w-85p {
    max-width: 85% !important;
  }
  .xs-min-w-85p {
    min-width: 85% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-85p {
    width: 85% !important;
  }
  .sm-max-w-85p {
    max-width: 85% !important;
  }
  .sm-min-w-85p {
    min-width: 85% !important;
  }
}
@media (min-width: 768px) {
  .md-w-85p {
    width: 85% !important;
  }
  .md-max-w-85p {
    max-width: 85% !important;
  }
  .md-min-w-85p {
    min-width: 85% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-85p {
    width: 85% !important;
  }
  .lg-max-w-85p {
    max-width: 85% !important;
  }
  .lg-min-w-85p {
    min-width: 85% !important;
  }
}
.w-86p {
  width: 86% !important;
}

.max-w-86p {
  width: 86% !important;
  max-width: 86% !important;
}

.min-w-86p {
  width: 86% !important;
  min-width: 86% !important;
}

.mm-w-86p {
  width: 86% !important;
  max-width: 86% !important;
  min-width: 86% !important;
}

.max-w-86vw {
  max-width: 86vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-86p {
    width: 86% !important;
  }
  .xs-max-w-86p {
    max-width: 86% !important;
  }
  .xs-min-w-86p {
    min-width: 86% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-86p {
    width: 86% !important;
  }
  .sm-max-w-86p {
    max-width: 86% !important;
  }
  .sm-min-w-86p {
    min-width: 86% !important;
  }
}
@media (min-width: 768px) {
  .md-w-86p {
    width: 86% !important;
  }
  .md-max-w-86p {
    max-width: 86% !important;
  }
  .md-min-w-86p {
    min-width: 86% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-86p {
    width: 86% !important;
  }
  .lg-max-w-86p {
    max-width: 86% !important;
  }
  .lg-min-w-86p {
    min-width: 86% !important;
  }
}
.w-87p {
  width: 87% !important;
}

.max-w-87p {
  width: 87% !important;
  max-width: 87% !important;
}

.min-w-87p {
  width: 87% !important;
  min-width: 87% !important;
}

.mm-w-87p {
  width: 87% !important;
  max-width: 87% !important;
  min-width: 87% !important;
}

.max-w-87vw {
  max-width: 87vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-87p {
    width: 87% !important;
  }
  .xs-max-w-87p {
    max-width: 87% !important;
  }
  .xs-min-w-87p {
    min-width: 87% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-87p {
    width: 87% !important;
  }
  .sm-max-w-87p {
    max-width: 87% !important;
  }
  .sm-min-w-87p {
    min-width: 87% !important;
  }
}
@media (min-width: 768px) {
  .md-w-87p {
    width: 87% !important;
  }
  .md-max-w-87p {
    max-width: 87% !important;
  }
  .md-min-w-87p {
    min-width: 87% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-87p {
    width: 87% !important;
  }
  .lg-max-w-87p {
    max-width: 87% !important;
  }
  .lg-min-w-87p {
    min-width: 87% !important;
  }
}
.w-88p {
  width: 88% !important;
}

.max-w-88p {
  width: 88% !important;
  max-width: 88% !important;
}

.min-w-88p {
  width: 88% !important;
  min-width: 88% !important;
}

.mm-w-88p {
  width: 88% !important;
  max-width: 88% !important;
  min-width: 88% !important;
}

.max-w-88vw {
  max-width: 88vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-88p {
    width: 88% !important;
  }
  .xs-max-w-88p {
    max-width: 88% !important;
  }
  .xs-min-w-88p {
    min-width: 88% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-88p {
    width: 88% !important;
  }
  .sm-max-w-88p {
    max-width: 88% !important;
  }
  .sm-min-w-88p {
    min-width: 88% !important;
  }
}
@media (min-width: 768px) {
  .md-w-88p {
    width: 88% !important;
  }
  .md-max-w-88p {
    max-width: 88% !important;
  }
  .md-min-w-88p {
    min-width: 88% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-88p {
    width: 88% !important;
  }
  .lg-max-w-88p {
    max-width: 88% !important;
  }
  .lg-min-w-88p {
    min-width: 88% !important;
  }
}
.w-89p {
  width: 89% !important;
}

.max-w-89p {
  width: 89% !important;
  max-width: 89% !important;
}

.min-w-89p {
  width: 89% !important;
  min-width: 89% !important;
}

.mm-w-89p {
  width: 89% !important;
  max-width: 89% !important;
  min-width: 89% !important;
}

.max-w-89vw {
  max-width: 89vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-89p {
    width: 89% !important;
  }
  .xs-max-w-89p {
    max-width: 89% !important;
  }
  .xs-min-w-89p {
    min-width: 89% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-89p {
    width: 89% !important;
  }
  .sm-max-w-89p {
    max-width: 89% !important;
  }
  .sm-min-w-89p {
    min-width: 89% !important;
  }
}
@media (min-width: 768px) {
  .md-w-89p {
    width: 89% !important;
  }
  .md-max-w-89p {
    max-width: 89% !important;
  }
  .md-min-w-89p {
    min-width: 89% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-89p {
    width: 89% !important;
  }
  .lg-max-w-89p {
    max-width: 89% !important;
  }
  .lg-min-w-89p {
    min-width: 89% !important;
  }
}
.w-90p {
  width: 90% !important;
}

.max-w-90p {
  width: 90% !important;
  max-width: 90% !important;
}

.min-w-90p {
  width: 90% !important;
  min-width: 90% !important;
}

.mm-w-90p {
  width: 90% !important;
  max-width: 90% !important;
  min-width: 90% !important;
}

.max-w-90vw {
  max-width: 90vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-90p {
    width: 90% !important;
  }
  .xs-max-w-90p {
    max-width: 90% !important;
  }
  .xs-min-w-90p {
    min-width: 90% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-90p {
    width: 90% !important;
  }
  .sm-max-w-90p {
    max-width: 90% !important;
  }
  .sm-min-w-90p {
    min-width: 90% !important;
  }
}
@media (min-width: 768px) {
  .md-w-90p {
    width: 90% !important;
  }
  .md-max-w-90p {
    max-width: 90% !important;
  }
  .md-min-w-90p {
    min-width: 90% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-90p {
    width: 90% !important;
  }
  .lg-max-w-90p {
    max-width: 90% !important;
  }
  .lg-min-w-90p {
    min-width: 90% !important;
  }
}
.w-91p {
  width: 91% !important;
}

.max-w-91p {
  width: 91% !important;
  max-width: 91% !important;
}

.min-w-91p {
  width: 91% !important;
  min-width: 91% !important;
}

.mm-w-91p {
  width: 91% !important;
  max-width: 91% !important;
  min-width: 91% !important;
}

.max-w-91vw {
  max-width: 91vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-91p {
    width: 91% !important;
  }
  .xs-max-w-91p {
    max-width: 91% !important;
  }
  .xs-min-w-91p {
    min-width: 91% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-91p {
    width: 91% !important;
  }
  .sm-max-w-91p {
    max-width: 91% !important;
  }
  .sm-min-w-91p {
    min-width: 91% !important;
  }
}
@media (min-width: 768px) {
  .md-w-91p {
    width: 91% !important;
  }
  .md-max-w-91p {
    max-width: 91% !important;
  }
  .md-min-w-91p {
    min-width: 91% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-91p {
    width: 91% !important;
  }
  .lg-max-w-91p {
    max-width: 91% !important;
  }
  .lg-min-w-91p {
    min-width: 91% !important;
  }
}
.w-92p {
  width: 92% !important;
}

.max-w-92p {
  width: 92% !important;
  max-width: 92% !important;
}

.min-w-92p {
  width: 92% !important;
  min-width: 92% !important;
}

.mm-w-92p {
  width: 92% !important;
  max-width: 92% !important;
  min-width: 92% !important;
}

.max-w-92vw {
  max-width: 92vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-92p {
    width: 92% !important;
  }
  .xs-max-w-92p {
    max-width: 92% !important;
  }
  .xs-min-w-92p {
    min-width: 92% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-92p {
    width: 92% !important;
  }
  .sm-max-w-92p {
    max-width: 92% !important;
  }
  .sm-min-w-92p {
    min-width: 92% !important;
  }
}
@media (min-width: 768px) {
  .md-w-92p {
    width: 92% !important;
  }
  .md-max-w-92p {
    max-width: 92% !important;
  }
  .md-min-w-92p {
    min-width: 92% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-92p {
    width: 92% !important;
  }
  .lg-max-w-92p {
    max-width: 92% !important;
  }
  .lg-min-w-92p {
    min-width: 92% !important;
  }
}
.w-93p {
  width: 93% !important;
}

.max-w-93p {
  width: 93% !important;
  max-width: 93% !important;
}

.min-w-93p {
  width: 93% !important;
  min-width: 93% !important;
}

.mm-w-93p {
  width: 93% !important;
  max-width: 93% !important;
  min-width: 93% !important;
}

.max-w-93vw {
  max-width: 93vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-93p {
    width: 93% !important;
  }
  .xs-max-w-93p {
    max-width: 93% !important;
  }
  .xs-min-w-93p {
    min-width: 93% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-93p {
    width: 93% !important;
  }
  .sm-max-w-93p {
    max-width: 93% !important;
  }
  .sm-min-w-93p {
    min-width: 93% !important;
  }
}
@media (min-width: 768px) {
  .md-w-93p {
    width: 93% !important;
  }
  .md-max-w-93p {
    max-width: 93% !important;
  }
  .md-min-w-93p {
    min-width: 93% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-93p {
    width: 93% !important;
  }
  .lg-max-w-93p {
    max-width: 93% !important;
  }
  .lg-min-w-93p {
    min-width: 93% !important;
  }
}
.w-94p {
  width: 94% !important;
}

.max-w-94p {
  width: 94% !important;
  max-width: 94% !important;
}

.min-w-94p {
  width: 94% !important;
  min-width: 94% !important;
}

.mm-w-94p {
  width: 94% !important;
  max-width: 94% !important;
  min-width: 94% !important;
}

.max-w-94vw {
  max-width: 94vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-94p {
    width: 94% !important;
  }
  .xs-max-w-94p {
    max-width: 94% !important;
  }
  .xs-min-w-94p {
    min-width: 94% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-94p {
    width: 94% !important;
  }
  .sm-max-w-94p {
    max-width: 94% !important;
  }
  .sm-min-w-94p {
    min-width: 94% !important;
  }
}
@media (min-width: 768px) {
  .md-w-94p {
    width: 94% !important;
  }
  .md-max-w-94p {
    max-width: 94% !important;
  }
  .md-min-w-94p {
    min-width: 94% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-94p {
    width: 94% !important;
  }
  .lg-max-w-94p {
    max-width: 94% !important;
  }
  .lg-min-w-94p {
    min-width: 94% !important;
  }
}
.w-95p {
  width: 95% !important;
}

.max-w-95p {
  width: 95% !important;
  max-width: 95% !important;
}

.min-w-95p {
  width: 95% !important;
  min-width: 95% !important;
}

.mm-w-95p {
  width: 95% !important;
  max-width: 95% !important;
  min-width: 95% !important;
}

.max-w-95vw {
  max-width: 95vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-95p {
    width: 95% !important;
  }
  .xs-max-w-95p {
    max-width: 95% !important;
  }
  .xs-min-w-95p {
    min-width: 95% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-95p {
    width: 95% !important;
  }
  .sm-max-w-95p {
    max-width: 95% !important;
  }
  .sm-min-w-95p {
    min-width: 95% !important;
  }
}
@media (min-width: 768px) {
  .md-w-95p {
    width: 95% !important;
  }
  .md-max-w-95p {
    max-width: 95% !important;
  }
  .md-min-w-95p {
    min-width: 95% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-95p {
    width: 95% !important;
  }
  .lg-max-w-95p {
    max-width: 95% !important;
  }
  .lg-min-w-95p {
    min-width: 95% !important;
  }
}
.w-96p {
  width: 96% !important;
}

.max-w-96p {
  width: 96% !important;
  max-width: 96% !important;
}

.min-w-96p {
  width: 96% !important;
  min-width: 96% !important;
}

.mm-w-96p {
  width: 96% !important;
  max-width: 96% !important;
  min-width: 96% !important;
}

.max-w-96vw {
  max-width: 96vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-96p {
    width: 96% !important;
  }
  .xs-max-w-96p {
    max-width: 96% !important;
  }
  .xs-min-w-96p {
    min-width: 96% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-96p {
    width: 96% !important;
  }
  .sm-max-w-96p {
    max-width: 96% !important;
  }
  .sm-min-w-96p {
    min-width: 96% !important;
  }
}
@media (min-width: 768px) {
  .md-w-96p {
    width: 96% !important;
  }
  .md-max-w-96p {
    max-width: 96% !important;
  }
  .md-min-w-96p {
    min-width: 96% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-96p {
    width: 96% !important;
  }
  .lg-max-w-96p {
    max-width: 96% !important;
  }
  .lg-min-w-96p {
    min-width: 96% !important;
  }
}
.w-97p {
  width: 97% !important;
}

.max-w-97p {
  width: 97% !important;
  max-width: 97% !important;
}

.min-w-97p {
  width: 97% !important;
  min-width: 97% !important;
}

.mm-w-97p {
  width: 97% !important;
  max-width: 97% !important;
  min-width: 97% !important;
}

.max-w-97vw {
  max-width: 97vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-97p {
    width: 97% !important;
  }
  .xs-max-w-97p {
    max-width: 97% !important;
  }
  .xs-min-w-97p {
    min-width: 97% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-97p {
    width: 97% !important;
  }
  .sm-max-w-97p {
    max-width: 97% !important;
  }
  .sm-min-w-97p {
    min-width: 97% !important;
  }
}
@media (min-width: 768px) {
  .md-w-97p {
    width: 97% !important;
  }
  .md-max-w-97p {
    max-width: 97% !important;
  }
  .md-min-w-97p {
    min-width: 97% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-97p {
    width: 97% !important;
  }
  .lg-max-w-97p {
    max-width: 97% !important;
  }
  .lg-min-w-97p {
    min-width: 97% !important;
  }
}
.w-98p {
  width: 98% !important;
}

.max-w-98p {
  width: 98% !important;
  max-width: 98% !important;
}

.min-w-98p {
  width: 98% !important;
  min-width: 98% !important;
}

.mm-w-98p {
  width: 98% !important;
  max-width: 98% !important;
  min-width: 98% !important;
}

.max-w-98vw {
  max-width: 98vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-98p {
    width: 98% !important;
  }
  .xs-max-w-98p {
    max-width: 98% !important;
  }
  .xs-min-w-98p {
    min-width: 98% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-98p {
    width: 98% !important;
  }
  .sm-max-w-98p {
    max-width: 98% !important;
  }
  .sm-min-w-98p {
    min-width: 98% !important;
  }
}
@media (min-width: 768px) {
  .md-w-98p {
    width: 98% !important;
  }
  .md-max-w-98p {
    max-width: 98% !important;
  }
  .md-min-w-98p {
    min-width: 98% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-98p {
    width: 98% !important;
  }
  .lg-max-w-98p {
    max-width: 98% !important;
  }
  .lg-min-w-98p {
    min-width: 98% !important;
  }
}
.w-99p {
  width: 99% !important;
}

.max-w-99p {
  width: 99% !important;
  max-width: 99% !important;
}

.min-w-99p {
  width: 99% !important;
  min-width: 99% !important;
}

.mm-w-99p {
  width: 99% !important;
  max-width: 99% !important;
  min-width: 99% !important;
}

.max-w-99vw {
  max-width: 99vw !important;
}

@media (max-width: 575.99px) {
  .xs-w-99p {
    width: 99% !important;
  }
  .xs-max-w-99p {
    max-width: 99% !important;
  }
  .xs-min-w-99p {
    min-width: 99% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-99p {
    width: 99% !important;
  }
  .sm-max-w-99p {
    max-width: 99% !important;
  }
  .sm-min-w-99p {
    min-width: 99% !important;
  }
}
@media (min-width: 768px) {
  .md-w-99p {
    width: 99% !important;
  }
  .md-max-w-99p {
    max-width: 99% !important;
  }
  .md-min-w-99p {
    min-width: 99% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-99p {
    width: 99% !important;
  }
  .lg-max-w-99p {
    max-width: 99% !important;
  }
  .lg-min-w-99p {
    min-width: 99% !important;
  }
}
.w-100p {
  width: 100% !important;
}

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

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

.mm-w-100p {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 100% !important;
}

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

@media (max-width: 575.99px) {
  .xs-w-100p {
    width: 100% !important;
  }
  .xs-max-w-100p {
    max-width: 100% !important;
  }
  .xs-min-w-100p {
    min-width: 100% !important;
  }
}
@media (min-width: 576px) {
  .sm-w-100p {
    width: 100% !important;
  }
  .sm-max-w-100p {
    max-width: 100% !important;
  }
  .sm-min-w-100p {
    min-width: 100% !important;
  }
}
@media (min-width: 768px) {
  .md-w-100p {
    width: 100% !important;
  }
  .md-max-w-100p {
    max-width: 100% !important;
  }
  .md-min-w-100p {
    min-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .lg-w-100p {
    width: 100% !important;
  }
  .lg-max-w-100p {
    max-width: 100% !important;
  }
  .lg-min-w-100p {
    min-width: 100% !important;
  }
}
.nav-item-fill-height .nav-item .nav-link {
  height: -webkit-fill-available;
}

.h-max-content {
  height: max-content;
}

.h-max-content-important {
  height: max-content !important;
}

.h-min-content {
  height: min-content;
}

.h-min-content-important {
  height: min-content !important;
}

.h-fit-content {
  height: fit-content;
}

.h-fit-content-important {
  height: fit-content !important;
}

.max-h-max-content {
  max-height: max-content;
}

.max-h-max-content-important {
  max-height: max-content !important;
}

.max-h-min-content {
  max-height: min-content;
}

.max-h-min-content-important {
  max-height: min-content !important;
}

.max-h-fit-content {
  max-height: fit-content;
}

.max-h-fit-content-important {
  max-height: fit-content !important;
}

.min-h-max-content {
  min-height: max-content;
}

.min-h-max-content-important {
  min-height: max-content !important;
}

.min-h-min-content {
  min-height: min-content;
}

.min-h-min-content-important {
  min-height: min-content !important;
}

.min-h-fit-content {
  min-height: fit-content;
}

.min-h-fit-content-important {
  min-height: fit-content !important;
}

.mm-h-10 {
  min-height: 10px;
  max-height: 10px;
}

.max-h-10 {
  max-height: 10px;
}

.min-h-10 {
  min-height: 10px;
}

.mm-h-15 {
  min-height: 15px;
  max-height: 15px;
}

.max-h-15 {
  max-height: 15px;
}

.min-h-15 {
  min-height: 15px;
}

.mm-h-20 {
  min-height: 20px;
  max-height: 20px;
}

.max-h-20 {
  max-height: 20px;
}

.min-h-20 {
  min-height: 20px;
}

.mm-h-25 {
  min-height: 25px;
  max-height: 25px;
}

.max-h-25 {
  max-height: 25px;
}

.min-h-25 {
  min-height: 25px;
}

.mm-h-30 {
  min-height: 30px;
  max-height: 30px;
}

.max-h-30 {
  max-height: 30px;
}

.min-h-30 {
  min-height: 30px;
}

.mm-h-35 {
  min-height: 35px;
  max-height: 35px;
}

.max-h-35 {
  max-height: 35px;
}

.min-h-35 {
  min-height: 35px;
}

.mm-h-40 {
  min-height: 40px;
  max-height: 40px;
}

.max-h-40 {
  max-height: 40px;
}

.min-h-40 {
  min-height: 40px;
}

.mm-h-45 {
  min-height: 45px;
  max-height: 45px;
}

.max-h-45 {
  max-height: 45px;
}

.min-h-45 {
  min-height: 45px;
}

.mm-h-50 {
  min-height: 50px;
  max-height: 50px;
}

.max-h-50 {
  max-height: 50px;
}

.min-h-50 {
  min-height: 50px;
}

.mm-h-55 {
  min-height: 55px;
  max-height: 55px;
}

.max-h-55 {
  max-height: 55px;
}

.min-h-55 {
  min-height: 55px;
}

.mm-h-60 {
  min-height: 60px;
  max-height: 60px;
}

.max-h-60 {
  max-height: 60px;
}

.min-h-60 {
  min-height: 60px;
}

.mm-h-65 {
  min-height: 65px;
  max-height: 65px;
}

.max-h-65 {
  max-height: 65px;
}

.min-h-65 {
  min-height: 65px;
}

.mm-h-70 {
  min-height: 70px;
  max-height: 70px;
}

.max-h-70 {
  max-height: 70px;
}

.min-h-70 {
  min-height: 70px;
}

.mm-h-75 {
  min-height: 75px;
  max-height: 75px;
}

.max-h-75 {
  max-height: 75px;
}

.min-h-75 {
  min-height: 75px;
}

.mm-h-80 {
  min-height: 80px;
  max-height: 80px;
}

.max-h-80 {
  max-height: 80px;
}

.min-h-80 {
  min-height: 80px;
}

.mm-h-85 {
  min-height: 85px;
  max-height: 85px;
}

.max-h-85 {
  max-height: 85px;
}

.min-h-85 {
  min-height: 85px;
}

.mm-h-90 {
  min-height: 90px;
  max-height: 90px;
}

.max-h-90 {
  max-height: 90px;
}

.min-h-90 {
  min-height: 90px;
}

.mm-h-95 {
  min-height: 95px;
  max-height: 95px;
}

.max-h-95 {
  max-height: 95px;
}

.min-h-95 {
  min-height: 95px;
}

.mm-h-100 {
  min-height: 100px;
  max-height: 100px;
}

.max-h-100 {
  max-height: 100px;
}

.min-h-100 {
  min-height: 100px;
}

.mm-h-105 {
  min-height: 105px;
  max-height: 105px;
}

.max-h-105 {
  max-height: 105px;
}

.min-h-105 {
  min-height: 105px;
}

.mm-h-110 {
  min-height: 110px;
  max-height: 110px;
}

.max-h-110 {
  max-height: 110px;
}

.min-h-110 {
  min-height: 110px;
}

.mm-h-115 {
  min-height: 115px;
  max-height: 115px;
}

.max-h-115 {
  max-height: 115px;
}

.min-h-115 {
  min-height: 115px;
}

.mm-h-120 {
  min-height: 120px;
  max-height: 120px;
}

.max-h-120 {
  max-height: 120px;
}

.min-h-120 {
  min-height: 120px;
}

.mm-h-125 {
  min-height: 125px;
  max-height: 125px;
}

.max-h-125 {
  max-height: 125px;
}

.min-h-125 {
  min-height: 125px;
}

.mm-h-130 {
  min-height: 130px;
  max-height: 130px;
}

.max-h-130 {
  max-height: 130px;
}

.min-h-130 {
  min-height: 130px;
}

.mm-h-135 {
  min-height: 135px;
  max-height: 135px;
}

.max-h-135 {
  max-height: 135px;
}

.min-h-135 {
  min-height: 135px;
}

.mm-h-140 {
  min-height: 140px;
  max-height: 140px;
}

.max-h-140 {
  max-height: 140px;
}

.min-h-140 {
  min-height: 140px;
}

.mm-h-145 {
  min-height: 145px;
  max-height: 145px;
}

.max-h-145 {
  max-height: 145px;
}

.min-h-145 {
  min-height: 145px;
}

.mm-h-150 {
  min-height: 150px;
  max-height: 150px;
}

.max-h-150 {
  max-height: 150px;
}

.min-h-150 {
  min-height: 150px;
}

.mm-h-155 {
  min-height: 155px;
  max-height: 155px;
}

.max-h-155 {
  max-height: 155px;
}

.min-h-155 {
  min-height: 155px;
}

.mm-h-160 {
  min-height: 160px;
  max-height: 160px;
}

.max-h-160 {
  max-height: 160px;
}

.min-h-160 {
  min-height: 160px;
}

.mm-h-165 {
  min-height: 165px;
  max-height: 165px;
}

.max-h-165 {
  max-height: 165px;
}

.min-h-165 {
  min-height: 165px;
}

.mm-h-170 {
  min-height: 170px;
  max-height: 170px;
}

.max-h-170 {
  max-height: 170px;
}

.min-h-170 {
  min-height: 170px;
}

.mm-h-175 {
  min-height: 175px;
  max-height: 175px;
}

.max-h-175 {
  max-height: 175px;
}

.min-h-175 {
  min-height: 175px;
}

.mm-h-180 {
  min-height: 180px;
  max-height: 180px;
}

.max-h-180 {
  max-height: 180px;
}

.min-h-180 {
  min-height: 180px;
}

.mm-h-185 {
  min-height: 185px;
  max-height: 185px;
}

.max-h-185 {
  max-height: 185px;
}

.min-h-185 {
  min-height: 185px;
}

.mm-h-190 {
  min-height: 190px;
  max-height: 190px;
}

.max-h-190 {
  max-height: 190px;
}

.min-h-190 {
  min-height: 190px;
}

.mm-h-195 {
  min-height: 195px;
  max-height: 195px;
}

.max-h-195 {
  max-height: 195px;
}

.min-h-195 {
  min-height: 195px;
}

.mm-h-200 {
  min-height: 200px;
  max-height: 200px;
}

.max-h-200 {
  max-height: 200px;
}

.min-h-200 {
  min-height: 200px;
}

.mm-h-205 {
  min-height: 205px;
  max-height: 205px;
}

.max-h-205 {
  max-height: 205px;
}

.min-h-205 {
  min-height: 205px;
}

.mm-h-210 {
  min-height: 210px;
  max-height: 210px;
}

.max-h-210 {
  max-height: 210px;
}

.min-h-210 {
  min-height: 210px;
}

.mm-h-215 {
  min-height: 215px;
  max-height: 215px;
}

.max-h-215 {
  max-height: 215px;
}

.min-h-215 {
  min-height: 215px;
}

.mm-h-220 {
  min-height: 220px;
  max-height: 220px;
}

.max-h-220 {
  max-height: 220px;
}

.min-h-220 {
  min-height: 220px;
}

.mm-h-225 {
  min-height: 225px;
  max-height: 225px;
}

.max-h-225 {
  max-height: 225px;
}

.min-h-225 {
  min-height: 225px;
}

.mm-h-230 {
  min-height: 230px;
  max-height: 230px;
}

.max-h-230 {
  max-height: 230px;
}

.min-h-230 {
  min-height: 230px;
}

.mm-h-235 {
  min-height: 235px;
  max-height: 235px;
}

.max-h-235 {
  max-height: 235px;
}

.min-h-235 {
  min-height: 235px;
}

.mm-h-240 {
  min-height: 240px;
  max-height: 240px;
}

.max-h-240 {
  max-height: 240px;
}

.min-h-240 {
  min-height: 240px;
}

.mm-h-245 {
  min-height: 245px;
  max-height: 245px;
}

.max-h-245 {
  max-height: 245px;
}

.min-h-245 {
  min-height: 245px;
}

.mm-h-250 {
  min-height: 250px;
  max-height: 250px;
}

.max-h-250 {
  max-height: 250px;
}

.min-h-250 {
  min-height: 250px;
}

.mm-h-255 {
  min-height: 255px;
  max-height: 255px;
}

.max-h-255 {
  max-height: 255px;
}

.min-h-255 {
  min-height: 255px;
}

.mm-h-260 {
  min-height: 260px;
  max-height: 260px;
}

.max-h-260 {
  max-height: 260px;
}

.min-h-260 {
  min-height: 260px;
}

.mm-h-265 {
  min-height: 265px;
  max-height: 265px;
}

.max-h-265 {
  max-height: 265px;
}

.min-h-265 {
  min-height: 265px;
}

.mm-h-270 {
  min-height: 270px;
  max-height: 270px;
}

.max-h-270 {
  max-height: 270px;
}

.min-h-270 {
  min-height: 270px;
}

.mm-h-275 {
  min-height: 275px;
  max-height: 275px;
}

.max-h-275 {
  max-height: 275px;
}

.min-h-275 {
  min-height: 275px;
}

.mm-h-280 {
  min-height: 280px;
  max-height: 280px;
}

.max-h-280 {
  max-height: 280px;
}

.min-h-280 {
  min-height: 280px;
}

.mm-h-285 {
  min-height: 285px;
  max-height: 285px;
}

.max-h-285 {
  max-height: 285px;
}

.min-h-285 {
  min-height: 285px;
}

.mm-h-290 {
  min-height: 290px;
  max-height: 290px;
}

.max-h-290 {
  max-height: 290px;
}

.min-h-290 {
  min-height: 290px;
}

.mm-h-295 {
  min-height: 295px;
  max-height: 295px;
}

.max-h-295 {
  max-height: 295px;
}

.min-h-295 {
  min-height: 295px;
}

.mm-h-300 {
  min-height: 300px;
  max-height: 300px;
}

.max-h-300 {
  max-height: 300px;
}

.min-h-300 {
  min-height: 300px;
}

.mm-h-305 {
  min-height: 305px;
  max-height: 305px;
}

.max-h-305 {
  max-height: 305px;
}

.min-h-305 {
  min-height: 305px;
}

.mm-h-310 {
  min-height: 310px;
  max-height: 310px;
}

.max-h-310 {
  max-height: 310px;
}

.min-h-310 {
  min-height: 310px;
}

.mm-h-315 {
  min-height: 315px;
  max-height: 315px;
}

.max-h-315 {
  max-height: 315px;
}

.min-h-315 {
  min-height: 315px;
}

.mm-h-320 {
  min-height: 320px;
  max-height: 320px;
}

.max-h-320 {
  max-height: 320px;
}

.min-h-320 {
  min-height: 320px;
}

.mm-h-325 {
  min-height: 325px;
  max-height: 325px;
}

.max-h-325 {
  max-height: 325px;
}

.min-h-325 {
  min-height: 325px;
}

.mm-h-330 {
  min-height: 330px;
  max-height: 330px;
}

.max-h-330 {
  max-height: 330px;
}

.min-h-330 {
  min-height: 330px;
}

.mm-h-335 {
  min-height: 335px;
  max-height: 335px;
}

.max-h-335 {
  max-height: 335px;
}

.min-h-335 {
  min-height: 335px;
}

.mm-h-340 {
  min-height: 340px;
  max-height: 340px;
}

.max-h-340 {
  max-height: 340px;
}

.min-h-340 {
  min-height: 340px;
}

.mm-h-345 {
  min-height: 345px;
  max-height: 345px;
}

.max-h-345 {
  max-height: 345px;
}

.min-h-345 {
  min-height: 345px;
}

.mm-h-350 {
  min-height: 350px;
  max-height: 350px;
}

.max-h-350 {
  max-height: 350px;
}

.min-h-350 {
  min-height: 350px;
}

.mm-h-355 {
  min-height: 355px;
  max-height: 355px;
}

.max-h-355 {
  max-height: 355px;
}

.min-h-355 {
  min-height: 355px;
}

.mm-h-360 {
  min-height: 360px;
  max-height: 360px;
}

.max-h-360 {
  max-height: 360px;
}

.min-h-360 {
  min-height: 360px;
}

.mm-h-365 {
  min-height: 365px;
  max-height: 365px;
}

.max-h-365 {
  max-height: 365px;
}

.min-h-365 {
  min-height: 365px;
}

.mm-h-370 {
  min-height: 370px;
  max-height: 370px;
}

.max-h-370 {
  max-height: 370px;
}

.min-h-370 {
  min-height: 370px;
}

.mm-h-375 {
  min-height: 375px;
  max-height: 375px;
}

.max-h-375 {
  max-height: 375px;
}

.min-h-375 {
  min-height: 375px;
}

.mm-h-380 {
  min-height: 380px;
  max-height: 380px;
}

.max-h-380 {
  max-height: 380px;
}

.min-h-380 {
  min-height: 380px;
}

.mm-h-385 {
  min-height: 385px;
  max-height: 385px;
}

.max-h-385 {
  max-height: 385px;
}

.min-h-385 {
  min-height: 385px;
}

.mm-h-390 {
  min-height: 390px;
  max-height: 390px;
}

.max-h-390 {
  max-height: 390px;
}

.min-h-390 {
  min-height: 390px;
}

.mm-h-395 {
  min-height: 395px;
  max-height: 395px;
}

.max-h-395 {
  max-height: 395px;
}

.min-h-395 {
  min-height: 395px;
}

.mm-h-400 {
  min-height: 400px;
  max-height: 400px;
}

.max-h-400 {
  max-height: 400px;
}

.min-h-400 {
  min-height: 400px;
}

.mm-h-405 {
  min-height: 405px;
  max-height: 405px;
}

.max-h-405 {
  max-height: 405px;
}

.min-h-405 {
  min-height: 405px;
}

.mm-h-410 {
  min-height: 410px;
  max-height: 410px;
}

.max-h-410 {
  max-height: 410px;
}

.min-h-410 {
  min-height: 410px;
}

.mm-h-415 {
  min-height: 415px;
  max-height: 415px;
}

.max-h-415 {
  max-height: 415px;
}

.min-h-415 {
  min-height: 415px;
}

.mm-h-420 {
  min-height: 420px;
  max-height: 420px;
}

.max-h-420 {
  max-height: 420px;
}

.min-h-420 {
  min-height: 420px;
}

.mm-h-425 {
  min-height: 425px;
  max-height: 425px;
}

.max-h-425 {
  max-height: 425px;
}

.min-h-425 {
  min-height: 425px;
}

.mm-h-430 {
  min-height: 430px;
  max-height: 430px;
}

.max-h-430 {
  max-height: 430px;
}

.min-h-430 {
  min-height: 430px;
}

.mm-h-435 {
  min-height: 435px;
  max-height: 435px;
}

.max-h-435 {
  max-height: 435px;
}

.min-h-435 {
  min-height: 435px;
}

.mm-h-440 {
  min-height: 440px;
  max-height: 440px;
}

.max-h-440 {
  max-height: 440px;
}

.min-h-440 {
  min-height: 440px;
}

.mm-h-445 {
  min-height: 445px;
  max-height: 445px;
}

.max-h-445 {
  max-height: 445px;
}

.min-h-445 {
  min-height: 445px;
}

.mm-h-450 {
  min-height: 450px;
  max-height: 450px;
}

.max-h-450 {
  max-height: 450px;
}

.min-h-450 {
  min-height: 450px;
}

.mm-h-455 {
  min-height: 455px;
  max-height: 455px;
}

.max-h-455 {
  max-height: 455px;
}

.min-h-455 {
  min-height: 455px;
}

.mm-h-460 {
  min-height: 460px;
  max-height: 460px;
}

.max-h-460 {
  max-height: 460px;
}

.min-h-460 {
  min-height: 460px;
}

.mm-h-465 {
  min-height: 465px;
  max-height: 465px;
}

.max-h-465 {
  max-height: 465px;
}

.min-h-465 {
  min-height: 465px;
}

.mm-h-470 {
  min-height: 470px;
  max-height: 470px;
}

.max-h-470 {
  max-height: 470px;
}

.min-h-470 {
  min-height: 470px;
}

.mm-h-475 {
  min-height: 475px;
  max-height: 475px;
}

.max-h-475 {
  max-height: 475px;
}

.min-h-475 {
  min-height: 475px;
}

.mm-h-480 {
  min-height: 480px;
  max-height: 480px;
}

.max-h-480 {
  max-height: 480px;
}

.min-h-480 {
  min-height: 480px;
}

.mm-h-485 {
  min-height: 485px;
  max-height: 485px;
}

.max-h-485 {
  max-height: 485px;
}

.min-h-485 {
  min-height: 485px;
}

.mm-h-490 {
  min-height: 490px;
  max-height: 490px;
}

.max-h-490 {
  max-height: 490px;
}

.min-h-490 {
  min-height: 490px;
}

.mm-h-495 {
  min-height: 495px;
  max-height: 495px;
}

.max-h-495 {
  max-height: 495px;
}

.min-h-495 {
  min-height: 495px;
}

.mm-h-500 {
  min-height: 500px;
  max-height: 500px;
}

.max-h-500 {
  max-height: 500px;
}

.min-h-500 {
  min-height: 500px;
}

.mm-h-505 {
  min-height: 505px;
  max-height: 505px;
}

.max-h-505 {
  max-height: 505px;
}

.min-h-505 {
  min-height: 505px;
}

.mm-h-510 {
  min-height: 510px;
  max-height: 510px;
}

.max-h-510 {
  max-height: 510px;
}

.min-h-510 {
  min-height: 510px;
}

.mm-h-515 {
  min-height: 515px;
  max-height: 515px;
}

.max-h-515 {
  max-height: 515px;
}

.min-h-515 {
  min-height: 515px;
}

.mm-h-520 {
  min-height: 520px;
  max-height: 520px;
}

.max-h-520 {
  max-height: 520px;
}

.min-h-520 {
  min-height: 520px;
}

.mm-h-525 {
  min-height: 525px;
  max-height: 525px;
}

.max-h-525 {
  max-height: 525px;
}

.min-h-525 {
  min-height: 525px;
}

.mm-h-530 {
  min-height: 530px;
  max-height: 530px;
}

.max-h-530 {
  max-height: 530px;
}

.min-h-530 {
  min-height: 530px;
}

.mm-h-535 {
  min-height: 535px;
  max-height: 535px;
}

.max-h-535 {
  max-height: 535px;
}

.min-h-535 {
  min-height: 535px;
}

.mm-h-540 {
  min-height: 540px;
  max-height: 540px;
}

.max-h-540 {
  max-height: 540px;
}

.min-h-540 {
  min-height: 540px;
}

.mm-h-545 {
  min-height: 545px;
  max-height: 545px;
}

.max-h-545 {
  max-height: 545px;
}

.min-h-545 {
  min-height: 545px;
}

.mm-h-550 {
  min-height: 550px;
  max-height: 550px;
}

.max-h-550 {
  max-height: 550px;
}

.min-h-550 {
  min-height: 550px;
}

.mm-h-555 {
  min-height: 555px;
  max-height: 555px;
}

.max-h-555 {
  max-height: 555px;
}

.min-h-555 {
  min-height: 555px;
}

.mm-h-560 {
  min-height: 560px;
  max-height: 560px;
}

.max-h-560 {
  max-height: 560px;
}

.min-h-560 {
  min-height: 560px;
}

.mm-h-565 {
  min-height: 565px;
  max-height: 565px;
}

.max-h-565 {
  max-height: 565px;
}

.min-h-565 {
  min-height: 565px;
}

.mm-h-570 {
  min-height: 570px;
  max-height: 570px;
}

.max-h-570 {
  max-height: 570px;
}

.min-h-570 {
  min-height: 570px;
}

.mm-h-575 {
  min-height: 575px;
  max-height: 575px;
}

.max-h-575 {
  max-height: 575px;
}

.min-h-575 {
  min-height: 575px;
}

.mm-h-580 {
  min-height: 580px;
  max-height: 580px;
}

.max-h-580 {
  max-height: 580px;
}

.min-h-580 {
  min-height: 580px;
}

.mm-h-585 {
  min-height: 585px;
  max-height: 585px;
}

.max-h-585 {
  max-height: 585px;
}

.min-h-585 {
  min-height: 585px;
}

.mm-h-590 {
  min-height: 590px;
  max-height: 590px;
}

.max-h-590 {
  max-height: 590px;
}

.min-h-590 {
  min-height: 590px;
}

.mm-h-595 {
  min-height: 595px;
  max-height: 595px;
}

.max-h-595 {
  max-height: 595px;
}

.min-h-595 {
  min-height: 595px;
}

.mm-h-600 {
  min-height: 600px;
  max-height: 600px;
}

.max-h-600 {
  max-height: 600px;
}

.min-h-600 {
  min-height: 600px;
}

.mm-h-605 {
  min-height: 605px;
  max-height: 605px;
}

.max-h-605 {
  max-height: 605px;
}

.min-h-605 {
  min-height: 605px;
}

.mm-h-610 {
  min-height: 610px;
  max-height: 610px;
}

.max-h-610 {
  max-height: 610px;
}

.min-h-610 {
  min-height: 610px;
}

.mm-h-615 {
  min-height: 615px;
  max-height: 615px;
}

.max-h-615 {
  max-height: 615px;
}

.min-h-615 {
  min-height: 615px;
}

.mm-h-620 {
  min-height: 620px;
  max-height: 620px;
}

.max-h-620 {
  max-height: 620px;
}

.min-h-620 {
  min-height: 620px;
}

.mm-h-625 {
  min-height: 625px;
  max-height: 625px;
}

.max-h-625 {
  max-height: 625px;
}

.min-h-625 {
  min-height: 625px;
}

.mm-h-630 {
  min-height: 630px;
  max-height: 630px;
}

.max-h-630 {
  max-height: 630px;
}

.min-h-630 {
  min-height: 630px;
}

.mm-h-635 {
  min-height: 635px;
  max-height: 635px;
}

.max-h-635 {
  max-height: 635px;
}

.min-h-635 {
  min-height: 635px;
}

.mm-h-640 {
  min-height: 640px;
  max-height: 640px;
}

.max-h-640 {
  max-height: 640px;
}

.min-h-640 {
  min-height: 640px;
}

.mm-h-645 {
  min-height: 645px;
  max-height: 645px;
}

.max-h-645 {
  max-height: 645px;
}

.min-h-645 {
  min-height: 645px;
}

.mm-h-650 {
  min-height: 650px;
  max-height: 650px;
}

.max-h-650 {
  max-height: 650px;
}

.min-h-650 {
  min-height: 650px;
}

.mm-h-655 {
  min-height: 655px;
  max-height: 655px;
}

.max-h-655 {
  max-height: 655px;
}

.min-h-655 {
  min-height: 655px;
}

.mm-h-660 {
  min-height: 660px;
  max-height: 660px;
}

.max-h-660 {
  max-height: 660px;
}

.min-h-660 {
  min-height: 660px;
}

.mm-h-665 {
  min-height: 665px;
  max-height: 665px;
}

.max-h-665 {
  max-height: 665px;
}

.min-h-665 {
  min-height: 665px;
}

.mm-h-670 {
  min-height: 670px;
  max-height: 670px;
}

.max-h-670 {
  max-height: 670px;
}

.min-h-670 {
  min-height: 670px;
}

.mm-h-675 {
  min-height: 675px;
  max-height: 675px;
}

.max-h-675 {
  max-height: 675px;
}

.min-h-675 {
  min-height: 675px;
}

.mm-h-680 {
  min-height: 680px;
  max-height: 680px;
}

.max-h-680 {
  max-height: 680px;
}

.min-h-680 {
  min-height: 680px;
}

.mm-h-685 {
  min-height: 685px;
  max-height: 685px;
}

.max-h-685 {
  max-height: 685px;
}

.min-h-685 {
  min-height: 685px;
}

.mm-h-690 {
  min-height: 690px;
  max-height: 690px;
}

.max-h-690 {
  max-height: 690px;
}

.min-h-690 {
  min-height: 690px;
}

.mm-h-695 {
  min-height: 695px;
  max-height: 695px;
}

.max-h-695 {
  max-height: 695px;
}

.min-h-695 {
  min-height: 695px;
}

.mm-h-700 {
  min-height: 700px;
  max-height: 700px;
}

.max-h-700 {
  max-height: 700px;
}

.min-h-700 {
  min-height: 700px;
}

.mm-h-705 {
  min-height: 705px;
  max-height: 705px;
}

.max-h-705 {
  max-height: 705px;
}

.min-h-705 {
  min-height: 705px;
}

.mm-h-710 {
  min-height: 710px;
  max-height: 710px;
}

.max-h-710 {
  max-height: 710px;
}

.min-h-710 {
  min-height: 710px;
}

.mm-h-715 {
  min-height: 715px;
  max-height: 715px;
}

.max-h-715 {
  max-height: 715px;
}

.min-h-715 {
  min-height: 715px;
}

.mm-h-720 {
  min-height: 720px;
  max-height: 720px;
}

.max-h-720 {
  max-height: 720px;
}

.min-h-720 {
  min-height: 720px;
}

.mm-h-725 {
  min-height: 725px;
  max-height: 725px;
}

.max-h-725 {
  max-height: 725px;
}

.min-h-725 {
  min-height: 725px;
}

.mm-h-730 {
  min-height: 730px;
  max-height: 730px;
}

.max-h-730 {
  max-height: 730px;
}

.min-h-730 {
  min-height: 730px;
}

.mm-h-735 {
  min-height: 735px;
  max-height: 735px;
}

.max-h-735 {
  max-height: 735px;
}

.min-h-735 {
  min-height: 735px;
}

.mm-h-740 {
  min-height: 740px;
  max-height: 740px;
}

.max-h-740 {
  max-height: 740px;
}

.min-h-740 {
  min-height: 740px;
}

.mm-h-745 {
  min-height: 745px;
  max-height: 745px;
}

.max-h-745 {
  max-height: 745px;
}

.min-h-745 {
  min-height: 745px;
}

.mm-h-750 {
  min-height: 750px;
  max-height: 750px;
}

.max-h-750 {
  max-height: 750px;
}

.min-h-750 {
  min-height: 750px;
}

.mm-h-755 {
  min-height: 755px;
  max-height: 755px;
}

.max-h-755 {
  max-height: 755px;
}

.min-h-755 {
  min-height: 755px;
}

.mm-h-760 {
  min-height: 760px;
  max-height: 760px;
}

.max-h-760 {
  max-height: 760px;
}

.min-h-760 {
  min-height: 760px;
}

.mm-h-765 {
  min-height: 765px;
  max-height: 765px;
}

.max-h-765 {
  max-height: 765px;
}

.min-h-765 {
  min-height: 765px;
}

.mm-h-770 {
  min-height: 770px;
  max-height: 770px;
}

.max-h-770 {
  max-height: 770px;
}

.min-h-770 {
  min-height: 770px;
}

.mm-h-775 {
  min-height: 775px;
  max-height: 775px;
}

.max-h-775 {
  max-height: 775px;
}

.min-h-775 {
  min-height: 775px;
}

.mm-h-780 {
  min-height: 780px;
  max-height: 780px;
}

.max-h-780 {
  max-height: 780px;
}

.min-h-780 {
  min-height: 780px;
}

.mm-h-785 {
  min-height: 785px;
  max-height: 785px;
}

.max-h-785 {
  max-height: 785px;
}

.min-h-785 {
  min-height: 785px;
}

.mm-h-790 {
  min-height: 790px;
  max-height: 790px;
}

.max-h-790 {
  max-height: 790px;
}

.min-h-790 {
  min-height: 790px;
}

.mm-h-795 {
  min-height: 795px;
  max-height: 795px;
}

.max-h-795 {
  max-height: 795px;
}

.min-h-795 {
  min-height: 795px;
}

.mm-h-800 {
  min-height: 800px;
  max-height: 800px;
}

.max-h-800 {
  max-height: 800px;
}

.min-h-800 {
  min-height: 800px;
}

.mm-h-805 {
  min-height: 805px;
  max-height: 805px;
}

.max-h-805 {
  max-height: 805px;
}

.min-h-805 {
  min-height: 805px;
}

.mm-h-810 {
  min-height: 810px;
  max-height: 810px;
}

.max-h-810 {
  max-height: 810px;
}

.min-h-810 {
  min-height: 810px;
}

.mm-h-815 {
  min-height: 815px;
  max-height: 815px;
}

.max-h-815 {
  max-height: 815px;
}

.min-h-815 {
  min-height: 815px;
}

.mm-h-820 {
  min-height: 820px;
  max-height: 820px;
}

.max-h-820 {
  max-height: 820px;
}

.min-h-820 {
  min-height: 820px;
}

.mm-h-825 {
  min-height: 825px;
  max-height: 825px;
}

.max-h-825 {
  max-height: 825px;
}

.min-h-825 {
  min-height: 825px;
}

.mm-h-830 {
  min-height: 830px;
  max-height: 830px;
}

.max-h-830 {
  max-height: 830px;
}

.min-h-830 {
  min-height: 830px;
}

.mm-h-835 {
  min-height: 835px;
  max-height: 835px;
}

.max-h-835 {
  max-height: 835px;
}

.min-h-835 {
  min-height: 835px;
}

.mm-h-840 {
  min-height: 840px;
  max-height: 840px;
}

.max-h-840 {
  max-height: 840px;
}

.min-h-840 {
  min-height: 840px;
}

.mm-h-845 {
  min-height: 845px;
  max-height: 845px;
}

.max-h-845 {
  max-height: 845px;
}

.min-h-845 {
  min-height: 845px;
}

.mm-h-850 {
  min-height: 850px;
  max-height: 850px;
}

.max-h-850 {
  max-height: 850px;
}

.min-h-850 {
  min-height: 850px;
}

.mm-h-855 {
  min-height: 855px;
  max-height: 855px;
}

.max-h-855 {
  max-height: 855px;
}

.min-h-855 {
  min-height: 855px;
}

.mm-h-860 {
  min-height: 860px;
  max-height: 860px;
}

.max-h-860 {
  max-height: 860px;
}

.min-h-860 {
  min-height: 860px;
}

.mm-h-865 {
  min-height: 865px;
  max-height: 865px;
}

.max-h-865 {
  max-height: 865px;
}

.min-h-865 {
  min-height: 865px;
}

.mm-h-870 {
  min-height: 870px;
  max-height: 870px;
}

.max-h-870 {
  max-height: 870px;
}

.min-h-870 {
  min-height: 870px;
}

.mm-h-875 {
  min-height: 875px;
  max-height: 875px;
}

.max-h-875 {
  max-height: 875px;
}

.min-h-875 {
  min-height: 875px;
}

.mm-h-880 {
  min-height: 880px;
  max-height: 880px;
}

.max-h-880 {
  max-height: 880px;
}

.min-h-880 {
  min-height: 880px;
}

.mm-h-885 {
  min-height: 885px;
  max-height: 885px;
}

.max-h-885 {
  max-height: 885px;
}

.min-h-885 {
  min-height: 885px;
}

.mm-h-890 {
  min-height: 890px;
  max-height: 890px;
}

.max-h-890 {
  max-height: 890px;
}

.min-h-890 {
  min-height: 890px;
}

.mm-h-895 {
  min-height: 895px;
  max-height: 895px;
}

.max-h-895 {
  max-height: 895px;
}

.min-h-895 {
  min-height: 895px;
}

.mm-h-900 {
  min-height: 900px;
  max-height: 900px;
}

.max-h-900 {
  max-height: 900px;
}

.min-h-900 {
  min-height: 900px;
}

.mm-h-905 {
  min-height: 905px;
  max-height: 905px;
}

.max-h-905 {
  max-height: 905px;
}

.min-h-905 {
  min-height: 905px;
}

.mm-h-910 {
  min-height: 910px;
  max-height: 910px;
}

.max-h-910 {
  max-height: 910px;
}

.min-h-910 {
  min-height: 910px;
}

.mm-h-915 {
  min-height: 915px;
  max-height: 915px;
}

.max-h-915 {
  max-height: 915px;
}

.min-h-915 {
  min-height: 915px;
}

.mm-h-920 {
  min-height: 920px;
  max-height: 920px;
}

.max-h-920 {
  max-height: 920px;
}

.min-h-920 {
  min-height: 920px;
}

.mm-h-925 {
  min-height: 925px;
  max-height: 925px;
}

.max-h-925 {
  max-height: 925px;
}

.min-h-925 {
  min-height: 925px;
}

.mm-h-930 {
  min-height: 930px;
  max-height: 930px;
}

.max-h-930 {
  max-height: 930px;
}

.min-h-930 {
  min-height: 930px;
}

.mm-h-935 {
  min-height: 935px;
  max-height: 935px;
}

.max-h-935 {
  max-height: 935px;
}

.min-h-935 {
  min-height: 935px;
}

.mm-h-940 {
  min-height: 940px;
  max-height: 940px;
}

.max-h-940 {
  max-height: 940px;
}

.min-h-940 {
  min-height: 940px;
}

.mm-h-945 {
  min-height: 945px;
  max-height: 945px;
}

.max-h-945 {
  max-height: 945px;
}

.min-h-945 {
  min-height: 945px;
}

.mm-h-950 {
  min-height: 950px;
  max-height: 950px;
}

.max-h-950 {
  max-height: 950px;
}

.min-h-950 {
  min-height: 950px;
}

.mm-h-955 {
  min-height: 955px;
  max-height: 955px;
}

.max-h-955 {
  max-height: 955px;
}

.min-h-955 {
  min-height: 955px;
}

.mm-h-960 {
  min-height: 960px;
  max-height: 960px;
}

.max-h-960 {
  max-height: 960px;
}

.min-h-960 {
  min-height: 960px;
}

.mm-h-965 {
  min-height: 965px;
  max-height: 965px;
}

.max-h-965 {
  max-height: 965px;
}

.min-h-965 {
  min-height: 965px;
}

.mm-h-970 {
  min-height: 970px;
  max-height: 970px;
}

.max-h-970 {
  max-height: 970px;
}

.min-h-970 {
  min-height: 970px;
}

.mm-h-975 {
  min-height: 975px;
  max-height: 975px;
}

.max-h-975 {
  max-height: 975px;
}

.min-h-975 {
  min-height: 975px;
}

.mm-h-980 {
  min-height: 980px;
  max-height: 980px;
}

.max-h-980 {
  max-height: 980px;
}

.min-h-980 {
  min-height: 980px;
}

.mm-h-985 {
  min-height: 985px;
  max-height: 985px;
}

.max-h-985 {
  max-height: 985px;
}

.min-h-985 {
  min-height: 985px;
}

.mm-h-990 {
  min-height: 990px;
  max-height: 990px;
}

.max-h-990 {
  max-height: 990px;
}

.min-h-990 {
  min-height: 990px;
}

.mm-h-995 {
  min-height: 995px;
  max-height: 995px;
}

.max-h-995 {
  max-height: 995px;
}

.min-h-995 {
  min-height: 995px;
}

.mm-h-1000 {
  min-height: 1000px;
  max-height: 1000px;
}

.max-h-1000 {
  max-height: 1000px;
}

.min-h-1000 {
  min-height: 1000px;
}

@media (min-height: 576px) {
  .sm-mm-h-10 {
    min-height: 10px;
    max-height: 10px;
  }
  .sm-max-h-10 {
    max-height: 10px;
  }
  .sm-min-h-10 {
    min-height: 10px;
  }
  .sm-mm-h-15 {
    min-height: 15px;
    max-height: 15px;
  }
  .sm-max-h-15 {
    max-height: 15px;
  }
  .sm-min-h-15 {
    min-height: 15px;
  }
  .sm-mm-h-20 {
    min-height: 20px;
    max-height: 20px;
  }
  .sm-max-h-20 {
    max-height: 20px;
  }
  .sm-min-h-20 {
    min-height: 20px;
  }
  .sm-mm-h-25 {
    min-height: 25px;
    max-height: 25px;
  }
  .sm-max-h-25 {
    max-height: 25px;
  }
  .sm-min-h-25 {
    min-height: 25px;
  }
  .sm-mm-h-30 {
    min-height: 30px;
    max-height: 30px;
  }
  .sm-max-h-30 {
    max-height: 30px;
  }
  .sm-min-h-30 {
    min-height: 30px;
  }
  .sm-mm-h-35 {
    min-height: 35px;
    max-height: 35px;
  }
  .sm-max-h-35 {
    max-height: 35px;
  }
  .sm-min-h-35 {
    min-height: 35px;
  }
  .sm-mm-h-40 {
    min-height: 40px;
    max-height: 40px;
  }
  .sm-max-h-40 {
    max-height: 40px;
  }
  .sm-min-h-40 {
    min-height: 40px;
  }
  .sm-mm-h-45 {
    min-height: 45px;
    max-height: 45px;
  }
  .sm-max-h-45 {
    max-height: 45px;
  }
  .sm-min-h-45 {
    min-height: 45px;
  }
  .sm-mm-h-50 {
    min-height: 50px;
    max-height: 50px;
  }
  .sm-max-h-50 {
    max-height: 50px;
  }
  .sm-min-h-50 {
    min-height: 50px;
  }
  .sm-mm-h-55 {
    min-height: 55px;
    max-height: 55px;
  }
  .sm-max-h-55 {
    max-height: 55px;
  }
  .sm-min-h-55 {
    min-height: 55px;
  }
  .sm-mm-h-60 {
    min-height: 60px;
    max-height: 60px;
  }
  .sm-max-h-60 {
    max-height: 60px;
  }
  .sm-min-h-60 {
    min-height: 60px;
  }
  .sm-mm-h-65 {
    min-height: 65px;
    max-height: 65px;
  }
  .sm-max-h-65 {
    max-height: 65px;
  }
  .sm-min-h-65 {
    min-height: 65px;
  }
  .sm-mm-h-70 {
    min-height: 70px;
    max-height: 70px;
  }
  .sm-max-h-70 {
    max-height: 70px;
  }
  .sm-min-h-70 {
    min-height: 70px;
  }
  .sm-mm-h-75 {
    min-height: 75px;
    max-height: 75px;
  }
  .sm-max-h-75 {
    max-height: 75px;
  }
  .sm-min-h-75 {
    min-height: 75px;
  }
  .sm-mm-h-80 {
    min-height: 80px;
    max-height: 80px;
  }
  .sm-max-h-80 {
    max-height: 80px;
  }
  .sm-min-h-80 {
    min-height: 80px;
  }
  .sm-mm-h-85 {
    min-height: 85px;
    max-height: 85px;
  }
  .sm-max-h-85 {
    max-height: 85px;
  }
  .sm-min-h-85 {
    min-height: 85px;
  }
  .sm-mm-h-90 {
    min-height: 90px;
    max-height: 90px;
  }
  .sm-max-h-90 {
    max-height: 90px;
  }
  .sm-min-h-90 {
    min-height: 90px;
  }
  .sm-mm-h-95 {
    min-height: 95px;
    max-height: 95px;
  }
  .sm-max-h-95 {
    max-height: 95px;
  }
  .sm-min-h-95 {
    min-height: 95px;
  }
  .sm-mm-h-100 {
    min-height: 100px;
    max-height: 100px;
  }
  .sm-max-h-100 {
    max-height: 100px;
  }
  .sm-min-h-100 {
    min-height: 100px;
  }
  .sm-mm-h-105 {
    min-height: 105px;
    max-height: 105px;
  }
  .sm-max-h-105 {
    max-height: 105px;
  }
  .sm-min-h-105 {
    min-height: 105px;
  }
  .sm-mm-h-110 {
    min-height: 110px;
    max-height: 110px;
  }
  .sm-max-h-110 {
    max-height: 110px;
  }
  .sm-min-h-110 {
    min-height: 110px;
  }
  .sm-mm-h-115 {
    min-height: 115px;
    max-height: 115px;
  }
  .sm-max-h-115 {
    max-height: 115px;
  }
  .sm-min-h-115 {
    min-height: 115px;
  }
  .sm-mm-h-120 {
    min-height: 120px;
    max-height: 120px;
  }
  .sm-max-h-120 {
    max-height: 120px;
  }
  .sm-min-h-120 {
    min-height: 120px;
  }
  .sm-mm-h-125 {
    min-height: 125px;
    max-height: 125px;
  }
  .sm-max-h-125 {
    max-height: 125px;
  }
  .sm-min-h-125 {
    min-height: 125px;
  }
  .sm-mm-h-130 {
    min-height: 130px;
    max-height: 130px;
  }
  .sm-max-h-130 {
    max-height: 130px;
  }
  .sm-min-h-130 {
    min-height: 130px;
  }
  .sm-mm-h-135 {
    min-height: 135px;
    max-height: 135px;
  }
  .sm-max-h-135 {
    max-height: 135px;
  }
  .sm-min-h-135 {
    min-height: 135px;
  }
  .sm-mm-h-140 {
    min-height: 140px;
    max-height: 140px;
  }
  .sm-max-h-140 {
    max-height: 140px;
  }
  .sm-min-h-140 {
    min-height: 140px;
  }
  .sm-mm-h-145 {
    min-height: 145px;
    max-height: 145px;
  }
  .sm-max-h-145 {
    max-height: 145px;
  }
  .sm-min-h-145 {
    min-height: 145px;
  }
  .sm-mm-h-150 {
    min-height: 150px;
    max-height: 150px;
  }
  .sm-max-h-150 {
    max-height: 150px;
  }
  .sm-min-h-150 {
    min-height: 150px;
  }
  .sm-mm-h-155 {
    min-height: 155px;
    max-height: 155px;
  }
  .sm-max-h-155 {
    max-height: 155px;
  }
  .sm-min-h-155 {
    min-height: 155px;
  }
  .sm-mm-h-160 {
    min-height: 160px;
    max-height: 160px;
  }
  .sm-max-h-160 {
    max-height: 160px;
  }
  .sm-min-h-160 {
    min-height: 160px;
  }
  .sm-mm-h-165 {
    min-height: 165px;
    max-height: 165px;
  }
  .sm-max-h-165 {
    max-height: 165px;
  }
  .sm-min-h-165 {
    min-height: 165px;
  }
  .sm-mm-h-170 {
    min-height: 170px;
    max-height: 170px;
  }
  .sm-max-h-170 {
    max-height: 170px;
  }
  .sm-min-h-170 {
    min-height: 170px;
  }
  .sm-mm-h-175 {
    min-height: 175px;
    max-height: 175px;
  }
  .sm-max-h-175 {
    max-height: 175px;
  }
  .sm-min-h-175 {
    min-height: 175px;
  }
  .sm-mm-h-180 {
    min-height: 180px;
    max-height: 180px;
  }
  .sm-max-h-180 {
    max-height: 180px;
  }
  .sm-min-h-180 {
    min-height: 180px;
  }
  .sm-mm-h-185 {
    min-height: 185px;
    max-height: 185px;
  }
  .sm-max-h-185 {
    max-height: 185px;
  }
  .sm-min-h-185 {
    min-height: 185px;
  }
  .sm-mm-h-190 {
    min-height: 190px;
    max-height: 190px;
  }
  .sm-max-h-190 {
    max-height: 190px;
  }
  .sm-min-h-190 {
    min-height: 190px;
  }
  .sm-mm-h-195 {
    min-height: 195px;
    max-height: 195px;
  }
  .sm-max-h-195 {
    max-height: 195px;
  }
  .sm-min-h-195 {
    min-height: 195px;
  }
  .sm-mm-h-200 {
    min-height: 200px;
    max-height: 200px;
  }
  .sm-max-h-200 {
    max-height: 200px;
  }
  .sm-min-h-200 {
    min-height: 200px;
  }
  .sm-mm-h-205 {
    min-height: 205px;
    max-height: 205px;
  }
  .sm-max-h-205 {
    max-height: 205px;
  }
  .sm-min-h-205 {
    min-height: 205px;
  }
  .sm-mm-h-210 {
    min-height: 210px;
    max-height: 210px;
  }
  .sm-max-h-210 {
    max-height: 210px;
  }
  .sm-min-h-210 {
    min-height: 210px;
  }
  .sm-mm-h-215 {
    min-height: 215px;
    max-height: 215px;
  }
  .sm-max-h-215 {
    max-height: 215px;
  }
  .sm-min-h-215 {
    min-height: 215px;
  }
  .sm-mm-h-220 {
    min-height: 220px;
    max-height: 220px;
  }
  .sm-max-h-220 {
    max-height: 220px;
  }
  .sm-min-h-220 {
    min-height: 220px;
  }
  .sm-mm-h-225 {
    min-height: 225px;
    max-height: 225px;
  }
  .sm-max-h-225 {
    max-height: 225px;
  }
  .sm-min-h-225 {
    min-height: 225px;
  }
  .sm-mm-h-230 {
    min-height: 230px;
    max-height: 230px;
  }
  .sm-max-h-230 {
    max-height: 230px;
  }
  .sm-min-h-230 {
    min-height: 230px;
  }
  .sm-mm-h-235 {
    min-height: 235px;
    max-height: 235px;
  }
  .sm-max-h-235 {
    max-height: 235px;
  }
  .sm-min-h-235 {
    min-height: 235px;
  }
  .sm-mm-h-240 {
    min-height: 240px;
    max-height: 240px;
  }
  .sm-max-h-240 {
    max-height: 240px;
  }
  .sm-min-h-240 {
    min-height: 240px;
  }
  .sm-mm-h-245 {
    min-height: 245px;
    max-height: 245px;
  }
  .sm-max-h-245 {
    max-height: 245px;
  }
  .sm-min-h-245 {
    min-height: 245px;
  }
  .sm-mm-h-250 {
    min-height: 250px;
    max-height: 250px;
  }
  .sm-max-h-250 {
    max-height: 250px;
  }
  .sm-min-h-250 {
    min-height: 250px;
  }
  .sm-mm-h-255 {
    min-height: 255px;
    max-height: 255px;
  }
  .sm-max-h-255 {
    max-height: 255px;
  }
  .sm-min-h-255 {
    min-height: 255px;
  }
  .sm-mm-h-260 {
    min-height: 260px;
    max-height: 260px;
  }
  .sm-max-h-260 {
    max-height: 260px;
  }
  .sm-min-h-260 {
    min-height: 260px;
  }
  .sm-mm-h-265 {
    min-height: 265px;
    max-height: 265px;
  }
  .sm-max-h-265 {
    max-height: 265px;
  }
  .sm-min-h-265 {
    min-height: 265px;
  }
  .sm-mm-h-270 {
    min-height: 270px;
    max-height: 270px;
  }
  .sm-max-h-270 {
    max-height: 270px;
  }
  .sm-min-h-270 {
    min-height: 270px;
  }
  .sm-mm-h-275 {
    min-height: 275px;
    max-height: 275px;
  }
  .sm-max-h-275 {
    max-height: 275px;
  }
  .sm-min-h-275 {
    min-height: 275px;
  }
  .sm-mm-h-280 {
    min-height: 280px;
    max-height: 280px;
  }
  .sm-max-h-280 {
    max-height: 280px;
  }
  .sm-min-h-280 {
    min-height: 280px;
  }
  .sm-mm-h-285 {
    min-height: 285px;
    max-height: 285px;
  }
  .sm-max-h-285 {
    max-height: 285px;
  }
  .sm-min-h-285 {
    min-height: 285px;
  }
  .sm-mm-h-290 {
    min-height: 290px;
    max-height: 290px;
  }
  .sm-max-h-290 {
    max-height: 290px;
  }
  .sm-min-h-290 {
    min-height: 290px;
  }
  .sm-mm-h-295 {
    min-height: 295px;
    max-height: 295px;
  }
  .sm-max-h-295 {
    max-height: 295px;
  }
  .sm-min-h-295 {
    min-height: 295px;
  }
  .sm-mm-h-300 {
    min-height: 300px;
    max-height: 300px;
  }
  .sm-max-h-300 {
    max-height: 300px;
  }
  .sm-min-h-300 {
    min-height: 300px;
  }
  .sm-mm-h-305 {
    min-height: 305px;
    max-height: 305px;
  }
  .sm-max-h-305 {
    max-height: 305px;
  }
  .sm-min-h-305 {
    min-height: 305px;
  }
  .sm-mm-h-310 {
    min-height: 310px;
    max-height: 310px;
  }
  .sm-max-h-310 {
    max-height: 310px;
  }
  .sm-min-h-310 {
    min-height: 310px;
  }
  .sm-mm-h-315 {
    min-height: 315px;
    max-height: 315px;
  }
  .sm-max-h-315 {
    max-height: 315px;
  }
  .sm-min-h-315 {
    min-height: 315px;
  }
  .sm-mm-h-320 {
    min-height: 320px;
    max-height: 320px;
  }
  .sm-max-h-320 {
    max-height: 320px;
  }
  .sm-min-h-320 {
    min-height: 320px;
  }
  .sm-mm-h-325 {
    min-height: 325px;
    max-height: 325px;
  }
  .sm-max-h-325 {
    max-height: 325px;
  }
  .sm-min-h-325 {
    min-height: 325px;
  }
  .sm-mm-h-330 {
    min-height: 330px;
    max-height: 330px;
  }
  .sm-max-h-330 {
    max-height: 330px;
  }
  .sm-min-h-330 {
    min-height: 330px;
  }
  .sm-mm-h-335 {
    min-height: 335px;
    max-height: 335px;
  }
  .sm-max-h-335 {
    max-height: 335px;
  }
  .sm-min-h-335 {
    min-height: 335px;
  }
  .sm-mm-h-340 {
    min-height: 340px;
    max-height: 340px;
  }
  .sm-max-h-340 {
    max-height: 340px;
  }
  .sm-min-h-340 {
    min-height: 340px;
  }
  .sm-mm-h-345 {
    min-height: 345px;
    max-height: 345px;
  }
  .sm-max-h-345 {
    max-height: 345px;
  }
  .sm-min-h-345 {
    min-height: 345px;
  }
  .sm-mm-h-350 {
    min-height: 350px;
    max-height: 350px;
  }
  .sm-max-h-350 {
    max-height: 350px;
  }
  .sm-min-h-350 {
    min-height: 350px;
  }
  .sm-mm-h-355 {
    min-height: 355px;
    max-height: 355px;
  }
  .sm-max-h-355 {
    max-height: 355px;
  }
  .sm-min-h-355 {
    min-height: 355px;
  }
  .sm-mm-h-360 {
    min-height: 360px;
    max-height: 360px;
  }
  .sm-max-h-360 {
    max-height: 360px;
  }
  .sm-min-h-360 {
    min-height: 360px;
  }
  .sm-mm-h-365 {
    min-height: 365px;
    max-height: 365px;
  }
  .sm-max-h-365 {
    max-height: 365px;
  }
  .sm-min-h-365 {
    min-height: 365px;
  }
  .sm-mm-h-370 {
    min-height: 370px;
    max-height: 370px;
  }
  .sm-max-h-370 {
    max-height: 370px;
  }
  .sm-min-h-370 {
    min-height: 370px;
  }
  .sm-mm-h-375 {
    min-height: 375px;
    max-height: 375px;
  }
  .sm-max-h-375 {
    max-height: 375px;
  }
  .sm-min-h-375 {
    min-height: 375px;
  }
  .sm-mm-h-380 {
    min-height: 380px;
    max-height: 380px;
  }
  .sm-max-h-380 {
    max-height: 380px;
  }
  .sm-min-h-380 {
    min-height: 380px;
  }
  .sm-mm-h-385 {
    min-height: 385px;
    max-height: 385px;
  }
  .sm-max-h-385 {
    max-height: 385px;
  }
  .sm-min-h-385 {
    min-height: 385px;
  }
  .sm-mm-h-390 {
    min-height: 390px;
    max-height: 390px;
  }
  .sm-max-h-390 {
    max-height: 390px;
  }
  .sm-min-h-390 {
    min-height: 390px;
  }
  .sm-mm-h-395 {
    min-height: 395px;
    max-height: 395px;
  }
  .sm-max-h-395 {
    max-height: 395px;
  }
  .sm-min-h-395 {
    min-height: 395px;
  }
  .sm-mm-h-400 {
    min-height: 400px;
    max-height: 400px;
  }
  .sm-max-h-400 {
    max-height: 400px;
  }
  .sm-min-h-400 {
    min-height: 400px;
  }
  .sm-mm-h-405 {
    min-height: 405px;
    max-height: 405px;
  }
  .sm-max-h-405 {
    max-height: 405px;
  }
  .sm-min-h-405 {
    min-height: 405px;
  }
  .sm-mm-h-410 {
    min-height: 410px;
    max-height: 410px;
  }
  .sm-max-h-410 {
    max-height: 410px;
  }
  .sm-min-h-410 {
    min-height: 410px;
  }
  .sm-mm-h-415 {
    min-height: 415px;
    max-height: 415px;
  }
  .sm-max-h-415 {
    max-height: 415px;
  }
  .sm-min-h-415 {
    min-height: 415px;
  }
  .sm-mm-h-420 {
    min-height: 420px;
    max-height: 420px;
  }
  .sm-max-h-420 {
    max-height: 420px;
  }
  .sm-min-h-420 {
    min-height: 420px;
  }
  .sm-mm-h-425 {
    min-height: 425px;
    max-height: 425px;
  }
  .sm-max-h-425 {
    max-height: 425px;
  }
  .sm-min-h-425 {
    min-height: 425px;
  }
  .sm-mm-h-430 {
    min-height: 430px;
    max-height: 430px;
  }
  .sm-max-h-430 {
    max-height: 430px;
  }
  .sm-min-h-430 {
    min-height: 430px;
  }
  .sm-mm-h-435 {
    min-height: 435px;
    max-height: 435px;
  }
  .sm-max-h-435 {
    max-height: 435px;
  }
  .sm-min-h-435 {
    min-height: 435px;
  }
  .sm-mm-h-440 {
    min-height: 440px;
    max-height: 440px;
  }
  .sm-max-h-440 {
    max-height: 440px;
  }
  .sm-min-h-440 {
    min-height: 440px;
  }
  .sm-mm-h-445 {
    min-height: 445px;
    max-height: 445px;
  }
  .sm-max-h-445 {
    max-height: 445px;
  }
  .sm-min-h-445 {
    min-height: 445px;
  }
  .sm-mm-h-450 {
    min-height: 450px;
    max-height: 450px;
  }
  .sm-max-h-450 {
    max-height: 450px;
  }
  .sm-min-h-450 {
    min-height: 450px;
  }
  .sm-mm-h-455 {
    min-height: 455px;
    max-height: 455px;
  }
  .sm-max-h-455 {
    max-height: 455px;
  }
  .sm-min-h-455 {
    min-height: 455px;
  }
  .sm-mm-h-460 {
    min-height: 460px;
    max-height: 460px;
  }
  .sm-max-h-460 {
    max-height: 460px;
  }
  .sm-min-h-460 {
    min-height: 460px;
  }
  .sm-mm-h-465 {
    min-height: 465px;
    max-height: 465px;
  }
  .sm-max-h-465 {
    max-height: 465px;
  }
  .sm-min-h-465 {
    min-height: 465px;
  }
  .sm-mm-h-470 {
    min-height: 470px;
    max-height: 470px;
  }
  .sm-max-h-470 {
    max-height: 470px;
  }
  .sm-min-h-470 {
    min-height: 470px;
  }
  .sm-mm-h-475 {
    min-height: 475px;
    max-height: 475px;
  }
  .sm-max-h-475 {
    max-height: 475px;
  }
  .sm-min-h-475 {
    min-height: 475px;
  }
  .sm-mm-h-480 {
    min-height: 480px;
    max-height: 480px;
  }
  .sm-max-h-480 {
    max-height: 480px;
  }
  .sm-min-h-480 {
    min-height: 480px;
  }
  .sm-mm-h-485 {
    min-height: 485px;
    max-height: 485px;
  }
  .sm-max-h-485 {
    max-height: 485px;
  }
  .sm-min-h-485 {
    min-height: 485px;
  }
  .sm-mm-h-490 {
    min-height: 490px;
    max-height: 490px;
  }
  .sm-max-h-490 {
    max-height: 490px;
  }
  .sm-min-h-490 {
    min-height: 490px;
  }
  .sm-mm-h-495 {
    min-height: 495px;
    max-height: 495px;
  }
  .sm-max-h-495 {
    max-height: 495px;
  }
  .sm-min-h-495 {
    min-height: 495px;
  }
  .sm-mm-h-500 {
    min-height: 500px;
    max-height: 500px;
  }
  .sm-max-h-500 {
    max-height: 500px;
  }
  .sm-min-h-500 {
    min-height: 500px;
  }
  .sm-mm-h-505 {
    min-height: 505px;
    max-height: 505px;
  }
  .sm-max-h-505 {
    max-height: 505px;
  }
  .sm-min-h-505 {
    min-height: 505px;
  }
  .sm-mm-h-510 {
    min-height: 510px;
    max-height: 510px;
  }
  .sm-max-h-510 {
    max-height: 510px;
  }
  .sm-min-h-510 {
    min-height: 510px;
  }
  .sm-mm-h-515 {
    min-height: 515px;
    max-height: 515px;
  }
  .sm-max-h-515 {
    max-height: 515px;
  }
  .sm-min-h-515 {
    min-height: 515px;
  }
  .sm-mm-h-520 {
    min-height: 520px;
    max-height: 520px;
  }
  .sm-max-h-520 {
    max-height: 520px;
  }
  .sm-min-h-520 {
    min-height: 520px;
  }
  .sm-mm-h-525 {
    min-height: 525px;
    max-height: 525px;
  }
  .sm-max-h-525 {
    max-height: 525px;
  }
  .sm-min-h-525 {
    min-height: 525px;
  }
  .sm-mm-h-530 {
    min-height: 530px;
    max-height: 530px;
  }
  .sm-max-h-530 {
    max-height: 530px;
  }
  .sm-min-h-530 {
    min-height: 530px;
  }
  .sm-mm-h-535 {
    min-height: 535px;
    max-height: 535px;
  }
  .sm-max-h-535 {
    max-height: 535px;
  }
  .sm-min-h-535 {
    min-height: 535px;
  }
  .sm-mm-h-540 {
    min-height: 540px;
    max-height: 540px;
  }
  .sm-max-h-540 {
    max-height: 540px;
  }
  .sm-min-h-540 {
    min-height: 540px;
  }
  .sm-mm-h-545 {
    min-height: 545px;
    max-height: 545px;
  }
  .sm-max-h-545 {
    max-height: 545px;
  }
  .sm-min-h-545 {
    min-height: 545px;
  }
  .sm-mm-h-550 {
    min-height: 550px;
    max-height: 550px;
  }
  .sm-max-h-550 {
    max-height: 550px;
  }
  .sm-min-h-550 {
    min-height: 550px;
  }
  .sm-mm-h-555 {
    min-height: 555px;
    max-height: 555px;
  }
  .sm-max-h-555 {
    max-height: 555px;
  }
  .sm-min-h-555 {
    min-height: 555px;
  }
  .sm-mm-h-560 {
    min-height: 560px;
    max-height: 560px;
  }
  .sm-max-h-560 {
    max-height: 560px;
  }
  .sm-min-h-560 {
    min-height: 560px;
  }
  .sm-mm-h-565 {
    min-height: 565px;
    max-height: 565px;
  }
  .sm-max-h-565 {
    max-height: 565px;
  }
  .sm-min-h-565 {
    min-height: 565px;
  }
  .sm-mm-h-570 {
    min-height: 570px;
    max-height: 570px;
  }
  .sm-max-h-570 {
    max-height: 570px;
  }
  .sm-min-h-570 {
    min-height: 570px;
  }
  .sm-mm-h-575 {
    min-height: 575px;
    max-height: 575px;
  }
  .sm-max-h-575 {
    max-height: 575px;
  }
  .sm-min-h-575 {
    min-height: 575px;
  }
  .sm-mm-h-580 {
    min-height: 580px;
    max-height: 580px;
  }
  .sm-max-h-580 {
    max-height: 580px;
  }
  .sm-min-h-580 {
    min-height: 580px;
  }
  .sm-mm-h-585 {
    min-height: 585px;
    max-height: 585px;
  }
  .sm-max-h-585 {
    max-height: 585px;
  }
  .sm-min-h-585 {
    min-height: 585px;
  }
  .sm-mm-h-590 {
    min-height: 590px;
    max-height: 590px;
  }
  .sm-max-h-590 {
    max-height: 590px;
  }
  .sm-min-h-590 {
    min-height: 590px;
  }
  .sm-mm-h-595 {
    min-height: 595px;
    max-height: 595px;
  }
  .sm-max-h-595 {
    max-height: 595px;
  }
  .sm-min-h-595 {
    min-height: 595px;
  }
  .sm-mm-h-600 {
    min-height: 600px;
    max-height: 600px;
  }
  .sm-max-h-600 {
    max-height: 600px;
  }
  .sm-min-h-600 {
    min-height: 600px;
  }
  .sm-mm-h-605 {
    min-height: 605px;
    max-height: 605px;
  }
  .sm-max-h-605 {
    max-height: 605px;
  }
  .sm-min-h-605 {
    min-height: 605px;
  }
  .sm-mm-h-610 {
    min-height: 610px;
    max-height: 610px;
  }
  .sm-max-h-610 {
    max-height: 610px;
  }
  .sm-min-h-610 {
    min-height: 610px;
  }
  .sm-mm-h-615 {
    min-height: 615px;
    max-height: 615px;
  }
  .sm-max-h-615 {
    max-height: 615px;
  }
  .sm-min-h-615 {
    min-height: 615px;
  }
  .sm-mm-h-620 {
    min-height: 620px;
    max-height: 620px;
  }
  .sm-max-h-620 {
    max-height: 620px;
  }
  .sm-min-h-620 {
    min-height: 620px;
  }
  .sm-mm-h-625 {
    min-height: 625px;
    max-height: 625px;
  }
  .sm-max-h-625 {
    max-height: 625px;
  }
  .sm-min-h-625 {
    min-height: 625px;
  }
  .sm-mm-h-630 {
    min-height: 630px;
    max-height: 630px;
  }
  .sm-max-h-630 {
    max-height: 630px;
  }
  .sm-min-h-630 {
    min-height: 630px;
  }
  .sm-mm-h-635 {
    min-height: 635px;
    max-height: 635px;
  }
  .sm-max-h-635 {
    max-height: 635px;
  }
  .sm-min-h-635 {
    min-height: 635px;
  }
  .sm-mm-h-640 {
    min-height: 640px;
    max-height: 640px;
  }
  .sm-max-h-640 {
    max-height: 640px;
  }
  .sm-min-h-640 {
    min-height: 640px;
  }
  .sm-mm-h-645 {
    min-height: 645px;
    max-height: 645px;
  }
  .sm-max-h-645 {
    max-height: 645px;
  }
  .sm-min-h-645 {
    min-height: 645px;
  }
  .sm-mm-h-650 {
    min-height: 650px;
    max-height: 650px;
  }
  .sm-max-h-650 {
    max-height: 650px;
  }
  .sm-min-h-650 {
    min-height: 650px;
  }
  .sm-mm-h-655 {
    min-height: 655px;
    max-height: 655px;
  }
  .sm-max-h-655 {
    max-height: 655px;
  }
  .sm-min-h-655 {
    min-height: 655px;
  }
  .sm-mm-h-660 {
    min-height: 660px;
    max-height: 660px;
  }
  .sm-max-h-660 {
    max-height: 660px;
  }
  .sm-min-h-660 {
    min-height: 660px;
  }
  .sm-mm-h-665 {
    min-height: 665px;
    max-height: 665px;
  }
  .sm-max-h-665 {
    max-height: 665px;
  }
  .sm-min-h-665 {
    min-height: 665px;
  }
  .sm-mm-h-670 {
    min-height: 670px;
    max-height: 670px;
  }
  .sm-max-h-670 {
    max-height: 670px;
  }
  .sm-min-h-670 {
    min-height: 670px;
  }
  .sm-mm-h-675 {
    min-height: 675px;
    max-height: 675px;
  }
  .sm-max-h-675 {
    max-height: 675px;
  }
  .sm-min-h-675 {
    min-height: 675px;
  }
  .sm-mm-h-680 {
    min-height: 680px;
    max-height: 680px;
  }
  .sm-max-h-680 {
    max-height: 680px;
  }
  .sm-min-h-680 {
    min-height: 680px;
  }
  .sm-mm-h-685 {
    min-height: 685px;
    max-height: 685px;
  }
  .sm-max-h-685 {
    max-height: 685px;
  }
  .sm-min-h-685 {
    min-height: 685px;
  }
  .sm-mm-h-690 {
    min-height: 690px;
    max-height: 690px;
  }
  .sm-max-h-690 {
    max-height: 690px;
  }
  .sm-min-h-690 {
    min-height: 690px;
  }
  .sm-mm-h-695 {
    min-height: 695px;
    max-height: 695px;
  }
  .sm-max-h-695 {
    max-height: 695px;
  }
  .sm-min-h-695 {
    min-height: 695px;
  }
  .sm-mm-h-700 {
    min-height: 700px;
    max-height: 700px;
  }
  .sm-max-h-700 {
    max-height: 700px;
  }
  .sm-min-h-700 {
    min-height: 700px;
  }
  .sm-mm-h-705 {
    min-height: 705px;
    max-height: 705px;
  }
  .sm-max-h-705 {
    max-height: 705px;
  }
  .sm-min-h-705 {
    min-height: 705px;
  }
  .sm-mm-h-710 {
    min-height: 710px;
    max-height: 710px;
  }
  .sm-max-h-710 {
    max-height: 710px;
  }
  .sm-min-h-710 {
    min-height: 710px;
  }
  .sm-mm-h-715 {
    min-height: 715px;
    max-height: 715px;
  }
  .sm-max-h-715 {
    max-height: 715px;
  }
  .sm-min-h-715 {
    min-height: 715px;
  }
  .sm-mm-h-720 {
    min-height: 720px;
    max-height: 720px;
  }
  .sm-max-h-720 {
    max-height: 720px;
  }
  .sm-min-h-720 {
    min-height: 720px;
  }
  .sm-mm-h-725 {
    min-height: 725px;
    max-height: 725px;
  }
  .sm-max-h-725 {
    max-height: 725px;
  }
  .sm-min-h-725 {
    min-height: 725px;
  }
  .sm-mm-h-730 {
    min-height: 730px;
    max-height: 730px;
  }
  .sm-max-h-730 {
    max-height: 730px;
  }
  .sm-min-h-730 {
    min-height: 730px;
  }
  .sm-mm-h-735 {
    min-height: 735px;
    max-height: 735px;
  }
  .sm-max-h-735 {
    max-height: 735px;
  }
  .sm-min-h-735 {
    min-height: 735px;
  }
  .sm-mm-h-740 {
    min-height: 740px;
    max-height: 740px;
  }
  .sm-max-h-740 {
    max-height: 740px;
  }
  .sm-min-h-740 {
    min-height: 740px;
  }
  .sm-mm-h-745 {
    min-height: 745px;
    max-height: 745px;
  }
  .sm-max-h-745 {
    max-height: 745px;
  }
  .sm-min-h-745 {
    min-height: 745px;
  }
  .sm-mm-h-750 {
    min-height: 750px;
    max-height: 750px;
  }
  .sm-max-h-750 {
    max-height: 750px;
  }
  .sm-min-h-750 {
    min-height: 750px;
  }
  .sm-mm-h-755 {
    min-height: 755px;
    max-height: 755px;
  }
  .sm-max-h-755 {
    max-height: 755px;
  }
  .sm-min-h-755 {
    min-height: 755px;
  }
  .sm-mm-h-760 {
    min-height: 760px;
    max-height: 760px;
  }
  .sm-max-h-760 {
    max-height: 760px;
  }
  .sm-min-h-760 {
    min-height: 760px;
  }
  .sm-mm-h-765 {
    min-height: 765px;
    max-height: 765px;
  }
  .sm-max-h-765 {
    max-height: 765px;
  }
  .sm-min-h-765 {
    min-height: 765px;
  }
  .sm-mm-h-770 {
    min-height: 770px;
    max-height: 770px;
  }
  .sm-max-h-770 {
    max-height: 770px;
  }
  .sm-min-h-770 {
    min-height: 770px;
  }
  .sm-mm-h-775 {
    min-height: 775px;
    max-height: 775px;
  }
  .sm-max-h-775 {
    max-height: 775px;
  }
  .sm-min-h-775 {
    min-height: 775px;
  }
  .sm-mm-h-780 {
    min-height: 780px;
    max-height: 780px;
  }
  .sm-max-h-780 {
    max-height: 780px;
  }
  .sm-min-h-780 {
    min-height: 780px;
  }
  .sm-mm-h-785 {
    min-height: 785px;
    max-height: 785px;
  }
  .sm-max-h-785 {
    max-height: 785px;
  }
  .sm-min-h-785 {
    min-height: 785px;
  }
  .sm-mm-h-790 {
    min-height: 790px;
    max-height: 790px;
  }
  .sm-max-h-790 {
    max-height: 790px;
  }
  .sm-min-h-790 {
    min-height: 790px;
  }
  .sm-mm-h-795 {
    min-height: 795px;
    max-height: 795px;
  }
  .sm-max-h-795 {
    max-height: 795px;
  }
  .sm-min-h-795 {
    min-height: 795px;
  }
  .sm-mm-h-800 {
    min-height: 800px;
    max-height: 800px;
  }
  .sm-max-h-800 {
    max-height: 800px;
  }
  .sm-min-h-800 {
    min-height: 800px;
  }
  .sm-mm-h-805 {
    min-height: 805px;
    max-height: 805px;
  }
  .sm-max-h-805 {
    max-height: 805px;
  }
  .sm-min-h-805 {
    min-height: 805px;
  }
  .sm-mm-h-810 {
    min-height: 810px;
    max-height: 810px;
  }
  .sm-max-h-810 {
    max-height: 810px;
  }
  .sm-min-h-810 {
    min-height: 810px;
  }
  .sm-mm-h-815 {
    min-height: 815px;
    max-height: 815px;
  }
  .sm-max-h-815 {
    max-height: 815px;
  }
  .sm-min-h-815 {
    min-height: 815px;
  }
  .sm-mm-h-820 {
    min-height: 820px;
    max-height: 820px;
  }
  .sm-max-h-820 {
    max-height: 820px;
  }
  .sm-min-h-820 {
    min-height: 820px;
  }
  .sm-mm-h-825 {
    min-height: 825px;
    max-height: 825px;
  }
  .sm-max-h-825 {
    max-height: 825px;
  }
  .sm-min-h-825 {
    min-height: 825px;
  }
  .sm-mm-h-830 {
    min-height: 830px;
    max-height: 830px;
  }
  .sm-max-h-830 {
    max-height: 830px;
  }
  .sm-min-h-830 {
    min-height: 830px;
  }
  .sm-mm-h-835 {
    min-height: 835px;
    max-height: 835px;
  }
  .sm-max-h-835 {
    max-height: 835px;
  }
  .sm-min-h-835 {
    min-height: 835px;
  }
  .sm-mm-h-840 {
    min-height: 840px;
    max-height: 840px;
  }
  .sm-max-h-840 {
    max-height: 840px;
  }
  .sm-min-h-840 {
    min-height: 840px;
  }
  .sm-mm-h-845 {
    min-height: 845px;
    max-height: 845px;
  }
  .sm-max-h-845 {
    max-height: 845px;
  }
  .sm-min-h-845 {
    min-height: 845px;
  }
  .sm-mm-h-850 {
    min-height: 850px;
    max-height: 850px;
  }
  .sm-max-h-850 {
    max-height: 850px;
  }
  .sm-min-h-850 {
    min-height: 850px;
  }
  .sm-mm-h-855 {
    min-height: 855px;
    max-height: 855px;
  }
  .sm-max-h-855 {
    max-height: 855px;
  }
  .sm-min-h-855 {
    min-height: 855px;
  }
  .sm-mm-h-860 {
    min-height: 860px;
    max-height: 860px;
  }
  .sm-max-h-860 {
    max-height: 860px;
  }
  .sm-min-h-860 {
    min-height: 860px;
  }
  .sm-mm-h-865 {
    min-height: 865px;
    max-height: 865px;
  }
  .sm-max-h-865 {
    max-height: 865px;
  }
  .sm-min-h-865 {
    min-height: 865px;
  }
  .sm-mm-h-870 {
    min-height: 870px;
    max-height: 870px;
  }
  .sm-max-h-870 {
    max-height: 870px;
  }
  .sm-min-h-870 {
    min-height: 870px;
  }
  .sm-mm-h-875 {
    min-height: 875px;
    max-height: 875px;
  }
  .sm-max-h-875 {
    max-height: 875px;
  }
  .sm-min-h-875 {
    min-height: 875px;
  }
  .sm-mm-h-880 {
    min-height: 880px;
    max-height: 880px;
  }
  .sm-max-h-880 {
    max-height: 880px;
  }
  .sm-min-h-880 {
    min-height: 880px;
  }
  .sm-mm-h-885 {
    min-height: 885px;
    max-height: 885px;
  }
  .sm-max-h-885 {
    max-height: 885px;
  }
  .sm-min-h-885 {
    min-height: 885px;
  }
  .sm-mm-h-890 {
    min-height: 890px;
    max-height: 890px;
  }
  .sm-max-h-890 {
    max-height: 890px;
  }
  .sm-min-h-890 {
    min-height: 890px;
  }
  .sm-mm-h-895 {
    min-height: 895px;
    max-height: 895px;
  }
  .sm-max-h-895 {
    max-height: 895px;
  }
  .sm-min-h-895 {
    min-height: 895px;
  }
  .sm-mm-h-900 {
    min-height: 900px;
    max-height: 900px;
  }
  .sm-max-h-900 {
    max-height: 900px;
  }
  .sm-min-h-900 {
    min-height: 900px;
  }
  .sm-mm-h-905 {
    min-height: 905px;
    max-height: 905px;
  }
  .sm-max-h-905 {
    max-height: 905px;
  }
  .sm-min-h-905 {
    min-height: 905px;
  }
  .sm-mm-h-910 {
    min-height: 910px;
    max-height: 910px;
  }
  .sm-max-h-910 {
    max-height: 910px;
  }
  .sm-min-h-910 {
    min-height: 910px;
  }
  .sm-mm-h-915 {
    min-height: 915px;
    max-height: 915px;
  }
  .sm-max-h-915 {
    max-height: 915px;
  }
  .sm-min-h-915 {
    min-height: 915px;
  }
  .sm-mm-h-920 {
    min-height: 920px;
    max-height: 920px;
  }
  .sm-max-h-920 {
    max-height: 920px;
  }
  .sm-min-h-920 {
    min-height: 920px;
  }
  .sm-mm-h-925 {
    min-height: 925px;
    max-height: 925px;
  }
  .sm-max-h-925 {
    max-height: 925px;
  }
  .sm-min-h-925 {
    min-height: 925px;
  }
  .sm-mm-h-930 {
    min-height: 930px;
    max-height: 930px;
  }
  .sm-max-h-930 {
    max-height: 930px;
  }
  .sm-min-h-930 {
    min-height: 930px;
  }
  .sm-mm-h-935 {
    min-height: 935px;
    max-height: 935px;
  }
  .sm-max-h-935 {
    max-height: 935px;
  }
  .sm-min-h-935 {
    min-height: 935px;
  }
  .sm-mm-h-940 {
    min-height: 940px;
    max-height: 940px;
  }
  .sm-max-h-940 {
    max-height: 940px;
  }
  .sm-min-h-940 {
    min-height: 940px;
  }
  .sm-mm-h-945 {
    min-height: 945px;
    max-height: 945px;
  }
  .sm-max-h-945 {
    max-height: 945px;
  }
  .sm-min-h-945 {
    min-height: 945px;
  }
  .sm-mm-h-950 {
    min-height: 950px;
    max-height: 950px;
  }
  .sm-max-h-950 {
    max-height: 950px;
  }
  .sm-min-h-950 {
    min-height: 950px;
  }
  .sm-mm-h-955 {
    min-height: 955px;
    max-height: 955px;
  }
  .sm-max-h-955 {
    max-height: 955px;
  }
  .sm-min-h-955 {
    min-height: 955px;
  }
  .sm-mm-h-960 {
    min-height: 960px;
    max-height: 960px;
  }
  .sm-max-h-960 {
    max-height: 960px;
  }
  .sm-min-h-960 {
    min-height: 960px;
  }
  .sm-mm-h-965 {
    min-height: 965px;
    max-height: 965px;
  }
  .sm-max-h-965 {
    max-height: 965px;
  }
  .sm-min-h-965 {
    min-height: 965px;
  }
  .sm-mm-h-970 {
    min-height: 970px;
    max-height: 970px;
  }
  .sm-max-h-970 {
    max-height: 970px;
  }
  .sm-min-h-970 {
    min-height: 970px;
  }
  .sm-mm-h-975 {
    min-height: 975px;
    max-height: 975px;
  }
  .sm-max-h-975 {
    max-height: 975px;
  }
  .sm-min-h-975 {
    min-height: 975px;
  }
  .sm-mm-h-980 {
    min-height: 980px;
    max-height: 980px;
  }
  .sm-max-h-980 {
    max-height: 980px;
  }
  .sm-min-h-980 {
    min-height: 980px;
  }
  .sm-mm-h-985 {
    min-height: 985px;
    max-height: 985px;
  }
  .sm-max-h-985 {
    max-height: 985px;
  }
  .sm-min-h-985 {
    min-height: 985px;
  }
  .sm-mm-h-990 {
    min-height: 990px;
    max-height: 990px;
  }
  .sm-max-h-990 {
    max-height: 990px;
  }
  .sm-min-h-990 {
    min-height: 990px;
  }
  .sm-mm-h-995 {
    min-height: 995px;
    max-height: 995px;
  }
  .sm-max-h-995 {
    max-height: 995px;
  }
  .sm-min-h-995 {
    min-height: 995px;
  }
  .sm-mm-h-1000 {
    min-height: 1000px;
    max-height: 1000px;
  }
  .sm-max-h-1000 {
    max-height: 1000px;
  }
  .sm-min-h-1000 {
    min-height: 1000px;
  }
}
@media (min-height: 768px) {
  .md-mm-h-10 {
    min-height: 10px;
    max-height: 10px;
  }
  .md-max-h-10 {
    max-height: 10px;
  }
  .md-min-h-10 {
    min-height: 10px;
  }
  .md-mm-h-15 {
    min-height: 15px;
    max-height: 15px;
  }
  .md-max-h-15 {
    max-height: 15px;
  }
  .md-min-h-15 {
    min-height: 15px;
  }
  .md-mm-h-20 {
    min-height: 20px;
    max-height: 20px;
  }
  .md-max-h-20 {
    max-height: 20px;
  }
  .md-min-h-20 {
    min-height: 20px;
  }
  .md-mm-h-25 {
    min-height: 25px;
    max-height: 25px;
  }
  .md-max-h-25 {
    max-height: 25px;
  }
  .md-min-h-25 {
    min-height: 25px;
  }
  .md-mm-h-30 {
    min-height: 30px;
    max-height: 30px;
  }
  .md-max-h-30 {
    max-height: 30px;
  }
  .md-min-h-30 {
    min-height: 30px;
  }
  .md-mm-h-35 {
    min-height: 35px;
    max-height: 35px;
  }
  .md-max-h-35 {
    max-height: 35px;
  }
  .md-min-h-35 {
    min-height: 35px;
  }
  .md-mm-h-40 {
    min-height: 40px;
    max-height: 40px;
  }
  .md-max-h-40 {
    max-height: 40px;
  }
  .md-min-h-40 {
    min-height: 40px;
  }
  .md-mm-h-45 {
    min-height: 45px;
    max-height: 45px;
  }
  .md-max-h-45 {
    max-height: 45px;
  }
  .md-min-h-45 {
    min-height: 45px;
  }
  .md-mm-h-50 {
    min-height: 50px;
    max-height: 50px;
  }
  .md-max-h-50 {
    max-height: 50px;
  }
  .md-min-h-50 {
    min-height: 50px;
  }
  .md-mm-h-55 {
    min-height: 55px;
    max-height: 55px;
  }
  .md-max-h-55 {
    max-height: 55px;
  }
  .md-min-h-55 {
    min-height: 55px;
  }
  .md-mm-h-60 {
    min-height: 60px;
    max-height: 60px;
  }
  .md-max-h-60 {
    max-height: 60px;
  }
  .md-min-h-60 {
    min-height: 60px;
  }
  .md-mm-h-65 {
    min-height: 65px;
    max-height: 65px;
  }
  .md-max-h-65 {
    max-height: 65px;
  }
  .md-min-h-65 {
    min-height: 65px;
  }
  .md-mm-h-70 {
    min-height: 70px;
    max-height: 70px;
  }
  .md-max-h-70 {
    max-height: 70px;
  }
  .md-min-h-70 {
    min-height: 70px;
  }
  .md-mm-h-75 {
    min-height: 75px;
    max-height: 75px;
  }
  .md-max-h-75 {
    max-height: 75px;
  }
  .md-min-h-75 {
    min-height: 75px;
  }
  .md-mm-h-80 {
    min-height: 80px;
    max-height: 80px;
  }
  .md-max-h-80 {
    max-height: 80px;
  }
  .md-min-h-80 {
    min-height: 80px;
  }
  .md-mm-h-85 {
    min-height: 85px;
    max-height: 85px;
  }
  .md-max-h-85 {
    max-height: 85px;
  }
  .md-min-h-85 {
    min-height: 85px;
  }
  .md-mm-h-90 {
    min-height: 90px;
    max-height: 90px;
  }
  .md-max-h-90 {
    max-height: 90px;
  }
  .md-min-h-90 {
    min-height: 90px;
  }
  .md-mm-h-95 {
    min-height: 95px;
    max-height: 95px;
  }
  .md-max-h-95 {
    max-height: 95px;
  }
  .md-min-h-95 {
    min-height: 95px;
  }
  .md-mm-h-100 {
    min-height: 100px;
    max-height: 100px;
  }
  .md-max-h-100 {
    max-height: 100px;
  }
  .md-min-h-100 {
    min-height: 100px;
  }
  .md-mm-h-105 {
    min-height: 105px;
    max-height: 105px;
  }
  .md-max-h-105 {
    max-height: 105px;
  }
  .md-min-h-105 {
    min-height: 105px;
  }
  .md-mm-h-110 {
    min-height: 110px;
    max-height: 110px;
  }
  .md-max-h-110 {
    max-height: 110px;
  }
  .md-min-h-110 {
    min-height: 110px;
  }
  .md-mm-h-115 {
    min-height: 115px;
    max-height: 115px;
  }
  .md-max-h-115 {
    max-height: 115px;
  }
  .md-min-h-115 {
    min-height: 115px;
  }
  .md-mm-h-120 {
    min-height: 120px;
    max-height: 120px;
  }
  .md-max-h-120 {
    max-height: 120px;
  }
  .md-min-h-120 {
    min-height: 120px;
  }
  .md-mm-h-125 {
    min-height: 125px;
    max-height: 125px;
  }
  .md-max-h-125 {
    max-height: 125px;
  }
  .md-min-h-125 {
    min-height: 125px;
  }
  .md-mm-h-130 {
    min-height: 130px;
    max-height: 130px;
  }
  .md-max-h-130 {
    max-height: 130px;
  }
  .md-min-h-130 {
    min-height: 130px;
  }
  .md-mm-h-135 {
    min-height: 135px;
    max-height: 135px;
  }
  .md-max-h-135 {
    max-height: 135px;
  }
  .md-min-h-135 {
    min-height: 135px;
  }
  .md-mm-h-140 {
    min-height: 140px;
    max-height: 140px;
  }
  .md-max-h-140 {
    max-height: 140px;
  }
  .md-min-h-140 {
    min-height: 140px;
  }
  .md-mm-h-145 {
    min-height: 145px;
    max-height: 145px;
  }
  .md-max-h-145 {
    max-height: 145px;
  }
  .md-min-h-145 {
    min-height: 145px;
  }
  .md-mm-h-150 {
    min-height: 150px;
    max-height: 150px;
  }
  .md-max-h-150 {
    max-height: 150px;
  }
  .md-min-h-150 {
    min-height: 150px;
  }
  .md-mm-h-155 {
    min-height: 155px;
    max-height: 155px;
  }
  .md-max-h-155 {
    max-height: 155px;
  }
  .md-min-h-155 {
    min-height: 155px;
  }
  .md-mm-h-160 {
    min-height: 160px;
    max-height: 160px;
  }
  .md-max-h-160 {
    max-height: 160px;
  }
  .md-min-h-160 {
    min-height: 160px;
  }
  .md-mm-h-165 {
    min-height: 165px;
    max-height: 165px;
  }
  .md-max-h-165 {
    max-height: 165px;
  }
  .md-min-h-165 {
    min-height: 165px;
  }
  .md-mm-h-170 {
    min-height: 170px;
    max-height: 170px;
  }
  .md-max-h-170 {
    max-height: 170px;
  }
  .md-min-h-170 {
    min-height: 170px;
  }
  .md-mm-h-175 {
    min-height: 175px;
    max-height: 175px;
  }
  .md-max-h-175 {
    max-height: 175px;
  }
  .md-min-h-175 {
    min-height: 175px;
  }
  .md-mm-h-180 {
    min-height: 180px;
    max-height: 180px;
  }
  .md-max-h-180 {
    max-height: 180px;
  }
  .md-min-h-180 {
    min-height: 180px;
  }
  .md-mm-h-185 {
    min-height: 185px;
    max-height: 185px;
  }
  .md-max-h-185 {
    max-height: 185px;
  }
  .md-min-h-185 {
    min-height: 185px;
  }
  .md-mm-h-190 {
    min-height: 190px;
    max-height: 190px;
  }
  .md-max-h-190 {
    max-height: 190px;
  }
  .md-min-h-190 {
    min-height: 190px;
  }
  .md-mm-h-195 {
    min-height: 195px;
    max-height: 195px;
  }
  .md-max-h-195 {
    max-height: 195px;
  }
  .md-min-h-195 {
    min-height: 195px;
  }
  .md-mm-h-200 {
    min-height: 200px;
    max-height: 200px;
  }
  .md-max-h-200 {
    max-height: 200px;
  }
  .md-min-h-200 {
    min-height: 200px;
  }
  .md-mm-h-205 {
    min-height: 205px;
    max-height: 205px;
  }
  .md-max-h-205 {
    max-height: 205px;
  }
  .md-min-h-205 {
    min-height: 205px;
  }
  .md-mm-h-210 {
    min-height: 210px;
    max-height: 210px;
  }
  .md-max-h-210 {
    max-height: 210px;
  }
  .md-min-h-210 {
    min-height: 210px;
  }
  .md-mm-h-215 {
    min-height: 215px;
    max-height: 215px;
  }
  .md-max-h-215 {
    max-height: 215px;
  }
  .md-min-h-215 {
    min-height: 215px;
  }
  .md-mm-h-220 {
    min-height: 220px;
    max-height: 220px;
  }
  .md-max-h-220 {
    max-height: 220px;
  }
  .md-min-h-220 {
    min-height: 220px;
  }
  .md-mm-h-225 {
    min-height: 225px;
    max-height: 225px;
  }
  .md-max-h-225 {
    max-height: 225px;
  }
  .md-min-h-225 {
    min-height: 225px;
  }
  .md-mm-h-230 {
    min-height: 230px;
    max-height: 230px;
  }
  .md-max-h-230 {
    max-height: 230px;
  }
  .md-min-h-230 {
    min-height: 230px;
  }
  .md-mm-h-235 {
    min-height: 235px;
    max-height: 235px;
  }
  .md-max-h-235 {
    max-height: 235px;
  }
  .md-min-h-235 {
    min-height: 235px;
  }
  .md-mm-h-240 {
    min-height: 240px;
    max-height: 240px;
  }
  .md-max-h-240 {
    max-height: 240px;
  }
  .md-min-h-240 {
    min-height: 240px;
  }
  .md-mm-h-245 {
    min-height: 245px;
    max-height: 245px;
  }
  .md-max-h-245 {
    max-height: 245px;
  }
  .md-min-h-245 {
    min-height: 245px;
  }
  .md-mm-h-250 {
    min-height: 250px;
    max-height: 250px;
  }
  .md-max-h-250 {
    max-height: 250px;
  }
  .md-min-h-250 {
    min-height: 250px;
  }
  .md-mm-h-255 {
    min-height: 255px;
    max-height: 255px;
  }
  .md-max-h-255 {
    max-height: 255px;
  }
  .md-min-h-255 {
    min-height: 255px;
  }
  .md-mm-h-260 {
    min-height: 260px;
    max-height: 260px;
  }
  .md-max-h-260 {
    max-height: 260px;
  }
  .md-min-h-260 {
    min-height: 260px;
  }
  .md-mm-h-265 {
    min-height: 265px;
    max-height: 265px;
  }
  .md-max-h-265 {
    max-height: 265px;
  }
  .md-min-h-265 {
    min-height: 265px;
  }
  .md-mm-h-270 {
    min-height: 270px;
    max-height: 270px;
  }
  .md-max-h-270 {
    max-height: 270px;
  }
  .md-min-h-270 {
    min-height: 270px;
  }
  .md-mm-h-275 {
    min-height: 275px;
    max-height: 275px;
  }
  .md-max-h-275 {
    max-height: 275px;
  }
  .md-min-h-275 {
    min-height: 275px;
  }
  .md-mm-h-280 {
    min-height: 280px;
    max-height: 280px;
  }
  .md-max-h-280 {
    max-height: 280px;
  }
  .md-min-h-280 {
    min-height: 280px;
  }
  .md-mm-h-285 {
    min-height: 285px;
    max-height: 285px;
  }
  .md-max-h-285 {
    max-height: 285px;
  }
  .md-min-h-285 {
    min-height: 285px;
  }
  .md-mm-h-290 {
    min-height: 290px;
    max-height: 290px;
  }
  .md-max-h-290 {
    max-height: 290px;
  }
  .md-min-h-290 {
    min-height: 290px;
  }
  .md-mm-h-295 {
    min-height: 295px;
    max-height: 295px;
  }
  .md-max-h-295 {
    max-height: 295px;
  }
  .md-min-h-295 {
    min-height: 295px;
  }
  .md-mm-h-300 {
    min-height: 300px;
    max-height: 300px;
  }
  .md-max-h-300 {
    max-height: 300px;
  }
  .md-min-h-300 {
    min-height: 300px;
  }
  .md-mm-h-305 {
    min-height: 305px;
    max-height: 305px;
  }
  .md-max-h-305 {
    max-height: 305px;
  }
  .md-min-h-305 {
    min-height: 305px;
  }
  .md-mm-h-310 {
    min-height: 310px;
    max-height: 310px;
  }
  .md-max-h-310 {
    max-height: 310px;
  }
  .md-min-h-310 {
    min-height: 310px;
  }
  .md-mm-h-315 {
    min-height: 315px;
    max-height: 315px;
  }
  .md-max-h-315 {
    max-height: 315px;
  }
  .md-min-h-315 {
    min-height: 315px;
  }
  .md-mm-h-320 {
    min-height: 320px;
    max-height: 320px;
  }
  .md-max-h-320 {
    max-height: 320px;
  }
  .md-min-h-320 {
    min-height: 320px;
  }
  .md-mm-h-325 {
    min-height: 325px;
    max-height: 325px;
  }
  .md-max-h-325 {
    max-height: 325px;
  }
  .md-min-h-325 {
    min-height: 325px;
  }
  .md-mm-h-330 {
    min-height: 330px;
    max-height: 330px;
  }
  .md-max-h-330 {
    max-height: 330px;
  }
  .md-min-h-330 {
    min-height: 330px;
  }
  .md-mm-h-335 {
    min-height: 335px;
    max-height: 335px;
  }
  .md-max-h-335 {
    max-height: 335px;
  }
  .md-min-h-335 {
    min-height: 335px;
  }
  .md-mm-h-340 {
    min-height: 340px;
    max-height: 340px;
  }
  .md-max-h-340 {
    max-height: 340px;
  }
  .md-min-h-340 {
    min-height: 340px;
  }
  .md-mm-h-345 {
    min-height: 345px;
    max-height: 345px;
  }
  .md-max-h-345 {
    max-height: 345px;
  }
  .md-min-h-345 {
    min-height: 345px;
  }
  .md-mm-h-350 {
    min-height: 350px;
    max-height: 350px;
  }
  .md-max-h-350 {
    max-height: 350px;
  }
  .md-min-h-350 {
    min-height: 350px;
  }
  .md-mm-h-355 {
    min-height: 355px;
    max-height: 355px;
  }
  .md-max-h-355 {
    max-height: 355px;
  }
  .md-min-h-355 {
    min-height: 355px;
  }
  .md-mm-h-360 {
    min-height: 360px;
    max-height: 360px;
  }
  .md-max-h-360 {
    max-height: 360px;
  }
  .md-min-h-360 {
    min-height: 360px;
  }
  .md-mm-h-365 {
    min-height: 365px;
    max-height: 365px;
  }
  .md-max-h-365 {
    max-height: 365px;
  }
  .md-min-h-365 {
    min-height: 365px;
  }
  .md-mm-h-370 {
    min-height: 370px;
    max-height: 370px;
  }
  .md-max-h-370 {
    max-height: 370px;
  }
  .md-min-h-370 {
    min-height: 370px;
  }
  .md-mm-h-375 {
    min-height: 375px;
    max-height: 375px;
  }
  .md-max-h-375 {
    max-height: 375px;
  }
  .md-min-h-375 {
    min-height: 375px;
  }
  .md-mm-h-380 {
    min-height: 380px;
    max-height: 380px;
  }
  .md-max-h-380 {
    max-height: 380px;
  }
  .md-min-h-380 {
    min-height: 380px;
  }
  .md-mm-h-385 {
    min-height: 385px;
    max-height: 385px;
  }
  .md-max-h-385 {
    max-height: 385px;
  }
  .md-min-h-385 {
    min-height: 385px;
  }
  .md-mm-h-390 {
    min-height: 390px;
    max-height: 390px;
  }
  .md-max-h-390 {
    max-height: 390px;
  }
  .md-min-h-390 {
    min-height: 390px;
  }
  .md-mm-h-395 {
    min-height: 395px;
    max-height: 395px;
  }
  .md-max-h-395 {
    max-height: 395px;
  }
  .md-min-h-395 {
    min-height: 395px;
  }
  .md-mm-h-400 {
    min-height: 400px;
    max-height: 400px;
  }
  .md-max-h-400 {
    max-height: 400px;
  }
  .md-min-h-400 {
    min-height: 400px;
  }
  .md-mm-h-405 {
    min-height: 405px;
    max-height: 405px;
  }
  .md-max-h-405 {
    max-height: 405px;
  }
  .md-min-h-405 {
    min-height: 405px;
  }
  .md-mm-h-410 {
    min-height: 410px;
    max-height: 410px;
  }
  .md-max-h-410 {
    max-height: 410px;
  }
  .md-min-h-410 {
    min-height: 410px;
  }
  .md-mm-h-415 {
    min-height: 415px;
    max-height: 415px;
  }
  .md-max-h-415 {
    max-height: 415px;
  }
  .md-min-h-415 {
    min-height: 415px;
  }
  .md-mm-h-420 {
    min-height: 420px;
    max-height: 420px;
  }
  .md-max-h-420 {
    max-height: 420px;
  }
  .md-min-h-420 {
    min-height: 420px;
  }
  .md-mm-h-425 {
    min-height: 425px;
    max-height: 425px;
  }
  .md-max-h-425 {
    max-height: 425px;
  }
  .md-min-h-425 {
    min-height: 425px;
  }
  .md-mm-h-430 {
    min-height: 430px;
    max-height: 430px;
  }
  .md-max-h-430 {
    max-height: 430px;
  }
  .md-min-h-430 {
    min-height: 430px;
  }
  .md-mm-h-435 {
    min-height: 435px;
    max-height: 435px;
  }
  .md-max-h-435 {
    max-height: 435px;
  }
  .md-min-h-435 {
    min-height: 435px;
  }
  .md-mm-h-440 {
    min-height: 440px;
    max-height: 440px;
  }
  .md-max-h-440 {
    max-height: 440px;
  }
  .md-min-h-440 {
    min-height: 440px;
  }
  .md-mm-h-445 {
    min-height: 445px;
    max-height: 445px;
  }
  .md-max-h-445 {
    max-height: 445px;
  }
  .md-min-h-445 {
    min-height: 445px;
  }
  .md-mm-h-450 {
    min-height: 450px;
    max-height: 450px;
  }
  .md-max-h-450 {
    max-height: 450px;
  }
  .md-min-h-450 {
    min-height: 450px;
  }
  .md-mm-h-455 {
    min-height: 455px;
    max-height: 455px;
  }
  .md-max-h-455 {
    max-height: 455px;
  }
  .md-min-h-455 {
    min-height: 455px;
  }
  .md-mm-h-460 {
    min-height: 460px;
    max-height: 460px;
  }
  .md-max-h-460 {
    max-height: 460px;
  }
  .md-min-h-460 {
    min-height: 460px;
  }
  .md-mm-h-465 {
    min-height: 465px;
    max-height: 465px;
  }
  .md-max-h-465 {
    max-height: 465px;
  }
  .md-min-h-465 {
    min-height: 465px;
  }
  .md-mm-h-470 {
    min-height: 470px;
    max-height: 470px;
  }
  .md-max-h-470 {
    max-height: 470px;
  }
  .md-min-h-470 {
    min-height: 470px;
  }
  .md-mm-h-475 {
    min-height: 475px;
    max-height: 475px;
  }
  .md-max-h-475 {
    max-height: 475px;
  }
  .md-min-h-475 {
    min-height: 475px;
  }
  .md-mm-h-480 {
    min-height: 480px;
    max-height: 480px;
  }
  .md-max-h-480 {
    max-height: 480px;
  }
  .md-min-h-480 {
    min-height: 480px;
  }
  .md-mm-h-485 {
    min-height: 485px;
    max-height: 485px;
  }
  .md-max-h-485 {
    max-height: 485px;
  }
  .md-min-h-485 {
    min-height: 485px;
  }
  .md-mm-h-490 {
    min-height: 490px;
    max-height: 490px;
  }
  .md-max-h-490 {
    max-height: 490px;
  }
  .md-min-h-490 {
    min-height: 490px;
  }
  .md-mm-h-495 {
    min-height: 495px;
    max-height: 495px;
  }
  .md-max-h-495 {
    max-height: 495px;
  }
  .md-min-h-495 {
    min-height: 495px;
  }
  .md-mm-h-500 {
    min-height: 500px;
    max-height: 500px;
  }
  .md-max-h-500 {
    max-height: 500px;
  }
  .md-min-h-500 {
    min-height: 500px;
  }
  .md-mm-h-505 {
    min-height: 505px;
    max-height: 505px;
  }
  .md-max-h-505 {
    max-height: 505px;
  }
  .md-min-h-505 {
    min-height: 505px;
  }
  .md-mm-h-510 {
    min-height: 510px;
    max-height: 510px;
  }
  .md-max-h-510 {
    max-height: 510px;
  }
  .md-min-h-510 {
    min-height: 510px;
  }
  .md-mm-h-515 {
    min-height: 515px;
    max-height: 515px;
  }
  .md-max-h-515 {
    max-height: 515px;
  }
  .md-min-h-515 {
    min-height: 515px;
  }
  .md-mm-h-520 {
    min-height: 520px;
    max-height: 520px;
  }
  .md-max-h-520 {
    max-height: 520px;
  }
  .md-min-h-520 {
    min-height: 520px;
  }
  .md-mm-h-525 {
    min-height: 525px;
    max-height: 525px;
  }
  .md-max-h-525 {
    max-height: 525px;
  }
  .md-min-h-525 {
    min-height: 525px;
  }
  .md-mm-h-530 {
    min-height: 530px;
    max-height: 530px;
  }
  .md-max-h-530 {
    max-height: 530px;
  }
  .md-min-h-530 {
    min-height: 530px;
  }
  .md-mm-h-535 {
    min-height: 535px;
    max-height: 535px;
  }
  .md-max-h-535 {
    max-height: 535px;
  }
  .md-min-h-535 {
    min-height: 535px;
  }
  .md-mm-h-540 {
    min-height: 540px;
    max-height: 540px;
  }
  .md-max-h-540 {
    max-height: 540px;
  }
  .md-min-h-540 {
    min-height: 540px;
  }
  .md-mm-h-545 {
    min-height: 545px;
    max-height: 545px;
  }
  .md-max-h-545 {
    max-height: 545px;
  }
  .md-min-h-545 {
    min-height: 545px;
  }
  .md-mm-h-550 {
    min-height: 550px;
    max-height: 550px;
  }
  .md-max-h-550 {
    max-height: 550px;
  }
  .md-min-h-550 {
    min-height: 550px;
  }
  .md-mm-h-555 {
    min-height: 555px;
    max-height: 555px;
  }
  .md-max-h-555 {
    max-height: 555px;
  }
  .md-min-h-555 {
    min-height: 555px;
  }
  .md-mm-h-560 {
    min-height: 560px;
    max-height: 560px;
  }
  .md-max-h-560 {
    max-height: 560px;
  }
  .md-min-h-560 {
    min-height: 560px;
  }
  .md-mm-h-565 {
    min-height: 565px;
    max-height: 565px;
  }
  .md-max-h-565 {
    max-height: 565px;
  }
  .md-min-h-565 {
    min-height: 565px;
  }
  .md-mm-h-570 {
    min-height: 570px;
    max-height: 570px;
  }
  .md-max-h-570 {
    max-height: 570px;
  }
  .md-min-h-570 {
    min-height: 570px;
  }
  .md-mm-h-575 {
    min-height: 575px;
    max-height: 575px;
  }
  .md-max-h-575 {
    max-height: 575px;
  }
  .md-min-h-575 {
    min-height: 575px;
  }
  .md-mm-h-580 {
    min-height: 580px;
    max-height: 580px;
  }
  .md-max-h-580 {
    max-height: 580px;
  }
  .md-min-h-580 {
    min-height: 580px;
  }
  .md-mm-h-585 {
    min-height: 585px;
    max-height: 585px;
  }
  .md-max-h-585 {
    max-height: 585px;
  }
  .md-min-h-585 {
    min-height: 585px;
  }
  .md-mm-h-590 {
    min-height: 590px;
    max-height: 590px;
  }
  .md-max-h-590 {
    max-height: 590px;
  }
  .md-min-h-590 {
    min-height: 590px;
  }
  .md-mm-h-595 {
    min-height: 595px;
    max-height: 595px;
  }
  .md-max-h-595 {
    max-height: 595px;
  }
  .md-min-h-595 {
    min-height: 595px;
  }
  .md-mm-h-600 {
    min-height: 600px;
    max-height: 600px;
  }
  .md-max-h-600 {
    max-height: 600px;
  }
  .md-min-h-600 {
    min-height: 600px;
  }
  .md-mm-h-605 {
    min-height: 605px;
    max-height: 605px;
  }
  .md-max-h-605 {
    max-height: 605px;
  }
  .md-min-h-605 {
    min-height: 605px;
  }
  .md-mm-h-610 {
    min-height: 610px;
    max-height: 610px;
  }
  .md-max-h-610 {
    max-height: 610px;
  }
  .md-min-h-610 {
    min-height: 610px;
  }
  .md-mm-h-615 {
    min-height: 615px;
    max-height: 615px;
  }
  .md-max-h-615 {
    max-height: 615px;
  }
  .md-min-h-615 {
    min-height: 615px;
  }
  .md-mm-h-620 {
    min-height: 620px;
    max-height: 620px;
  }
  .md-max-h-620 {
    max-height: 620px;
  }
  .md-min-h-620 {
    min-height: 620px;
  }
  .md-mm-h-625 {
    min-height: 625px;
    max-height: 625px;
  }
  .md-max-h-625 {
    max-height: 625px;
  }
  .md-min-h-625 {
    min-height: 625px;
  }
  .md-mm-h-630 {
    min-height: 630px;
    max-height: 630px;
  }
  .md-max-h-630 {
    max-height: 630px;
  }
  .md-min-h-630 {
    min-height: 630px;
  }
  .md-mm-h-635 {
    min-height: 635px;
    max-height: 635px;
  }
  .md-max-h-635 {
    max-height: 635px;
  }
  .md-min-h-635 {
    min-height: 635px;
  }
  .md-mm-h-640 {
    min-height: 640px;
    max-height: 640px;
  }
  .md-max-h-640 {
    max-height: 640px;
  }
  .md-min-h-640 {
    min-height: 640px;
  }
  .md-mm-h-645 {
    min-height: 645px;
    max-height: 645px;
  }
  .md-max-h-645 {
    max-height: 645px;
  }
  .md-min-h-645 {
    min-height: 645px;
  }
  .md-mm-h-650 {
    min-height: 650px;
    max-height: 650px;
  }
  .md-max-h-650 {
    max-height: 650px;
  }
  .md-min-h-650 {
    min-height: 650px;
  }
  .md-mm-h-655 {
    min-height: 655px;
    max-height: 655px;
  }
  .md-max-h-655 {
    max-height: 655px;
  }
  .md-min-h-655 {
    min-height: 655px;
  }
  .md-mm-h-660 {
    min-height: 660px;
    max-height: 660px;
  }
  .md-max-h-660 {
    max-height: 660px;
  }
  .md-min-h-660 {
    min-height: 660px;
  }
  .md-mm-h-665 {
    min-height: 665px;
    max-height: 665px;
  }
  .md-max-h-665 {
    max-height: 665px;
  }
  .md-min-h-665 {
    min-height: 665px;
  }
  .md-mm-h-670 {
    min-height: 670px;
    max-height: 670px;
  }
  .md-max-h-670 {
    max-height: 670px;
  }
  .md-min-h-670 {
    min-height: 670px;
  }
  .md-mm-h-675 {
    min-height: 675px;
    max-height: 675px;
  }
  .md-max-h-675 {
    max-height: 675px;
  }
  .md-min-h-675 {
    min-height: 675px;
  }
  .md-mm-h-680 {
    min-height: 680px;
    max-height: 680px;
  }
  .md-max-h-680 {
    max-height: 680px;
  }
  .md-min-h-680 {
    min-height: 680px;
  }
  .md-mm-h-685 {
    min-height: 685px;
    max-height: 685px;
  }
  .md-max-h-685 {
    max-height: 685px;
  }
  .md-min-h-685 {
    min-height: 685px;
  }
  .md-mm-h-690 {
    min-height: 690px;
    max-height: 690px;
  }
  .md-max-h-690 {
    max-height: 690px;
  }
  .md-min-h-690 {
    min-height: 690px;
  }
  .md-mm-h-695 {
    min-height: 695px;
    max-height: 695px;
  }
  .md-max-h-695 {
    max-height: 695px;
  }
  .md-min-h-695 {
    min-height: 695px;
  }
  .md-mm-h-700 {
    min-height: 700px;
    max-height: 700px;
  }
  .md-max-h-700 {
    max-height: 700px;
  }
  .md-min-h-700 {
    min-height: 700px;
  }
  .md-mm-h-705 {
    min-height: 705px;
    max-height: 705px;
  }
  .md-max-h-705 {
    max-height: 705px;
  }
  .md-min-h-705 {
    min-height: 705px;
  }
  .md-mm-h-710 {
    min-height: 710px;
    max-height: 710px;
  }
  .md-max-h-710 {
    max-height: 710px;
  }
  .md-min-h-710 {
    min-height: 710px;
  }
  .md-mm-h-715 {
    min-height: 715px;
    max-height: 715px;
  }
  .md-max-h-715 {
    max-height: 715px;
  }
  .md-min-h-715 {
    min-height: 715px;
  }
  .md-mm-h-720 {
    min-height: 720px;
    max-height: 720px;
  }
  .md-max-h-720 {
    max-height: 720px;
  }
  .md-min-h-720 {
    min-height: 720px;
  }
  .md-mm-h-725 {
    min-height: 725px;
    max-height: 725px;
  }
  .md-max-h-725 {
    max-height: 725px;
  }
  .md-min-h-725 {
    min-height: 725px;
  }
  .md-mm-h-730 {
    min-height: 730px;
    max-height: 730px;
  }
  .md-max-h-730 {
    max-height: 730px;
  }
  .md-min-h-730 {
    min-height: 730px;
  }
  .md-mm-h-735 {
    min-height: 735px;
    max-height: 735px;
  }
  .md-max-h-735 {
    max-height: 735px;
  }
  .md-min-h-735 {
    min-height: 735px;
  }
  .md-mm-h-740 {
    min-height: 740px;
    max-height: 740px;
  }
  .md-max-h-740 {
    max-height: 740px;
  }
  .md-min-h-740 {
    min-height: 740px;
  }
  .md-mm-h-745 {
    min-height: 745px;
    max-height: 745px;
  }
  .md-max-h-745 {
    max-height: 745px;
  }
  .md-min-h-745 {
    min-height: 745px;
  }
  .md-mm-h-750 {
    min-height: 750px;
    max-height: 750px;
  }
  .md-max-h-750 {
    max-height: 750px;
  }
  .md-min-h-750 {
    min-height: 750px;
  }
  .md-mm-h-755 {
    min-height: 755px;
    max-height: 755px;
  }
  .md-max-h-755 {
    max-height: 755px;
  }
  .md-min-h-755 {
    min-height: 755px;
  }
  .md-mm-h-760 {
    min-height: 760px;
    max-height: 760px;
  }
  .md-max-h-760 {
    max-height: 760px;
  }
  .md-min-h-760 {
    min-height: 760px;
  }
  .md-mm-h-765 {
    min-height: 765px;
    max-height: 765px;
  }
  .md-max-h-765 {
    max-height: 765px;
  }
  .md-min-h-765 {
    min-height: 765px;
  }
  .md-mm-h-770 {
    min-height: 770px;
    max-height: 770px;
  }
  .md-max-h-770 {
    max-height: 770px;
  }
  .md-min-h-770 {
    min-height: 770px;
  }
  .md-mm-h-775 {
    min-height: 775px;
    max-height: 775px;
  }
  .md-max-h-775 {
    max-height: 775px;
  }
  .md-min-h-775 {
    min-height: 775px;
  }
  .md-mm-h-780 {
    min-height: 780px;
    max-height: 780px;
  }
  .md-max-h-780 {
    max-height: 780px;
  }
  .md-min-h-780 {
    min-height: 780px;
  }
  .md-mm-h-785 {
    min-height: 785px;
    max-height: 785px;
  }
  .md-max-h-785 {
    max-height: 785px;
  }
  .md-min-h-785 {
    min-height: 785px;
  }
  .md-mm-h-790 {
    min-height: 790px;
    max-height: 790px;
  }
  .md-max-h-790 {
    max-height: 790px;
  }
  .md-min-h-790 {
    min-height: 790px;
  }
  .md-mm-h-795 {
    min-height: 795px;
    max-height: 795px;
  }
  .md-max-h-795 {
    max-height: 795px;
  }
  .md-min-h-795 {
    min-height: 795px;
  }
  .md-mm-h-800 {
    min-height: 800px;
    max-height: 800px;
  }
  .md-max-h-800 {
    max-height: 800px;
  }
  .md-min-h-800 {
    min-height: 800px;
  }
  .md-mm-h-805 {
    min-height: 805px;
    max-height: 805px;
  }
  .md-max-h-805 {
    max-height: 805px;
  }
  .md-min-h-805 {
    min-height: 805px;
  }
  .md-mm-h-810 {
    min-height: 810px;
    max-height: 810px;
  }
  .md-max-h-810 {
    max-height: 810px;
  }
  .md-min-h-810 {
    min-height: 810px;
  }
  .md-mm-h-815 {
    min-height: 815px;
    max-height: 815px;
  }
  .md-max-h-815 {
    max-height: 815px;
  }
  .md-min-h-815 {
    min-height: 815px;
  }
  .md-mm-h-820 {
    min-height: 820px;
    max-height: 820px;
  }
  .md-max-h-820 {
    max-height: 820px;
  }
  .md-min-h-820 {
    min-height: 820px;
  }
  .md-mm-h-825 {
    min-height: 825px;
    max-height: 825px;
  }
  .md-max-h-825 {
    max-height: 825px;
  }
  .md-min-h-825 {
    min-height: 825px;
  }
  .md-mm-h-830 {
    min-height: 830px;
    max-height: 830px;
  }
  .md-max-h-830 {
    max-height: 830px;
  }
  .md-min-h-830 {
    min-height: 830px;
  }
  .md-mm-h-835 {
    min-height: 835px;
    max-height: 835px;
  }
  .md-max-h-835 {
    max-height: 835px;
  }
  .md-min-h-835 {
    min-height: 835px;
  }
  .md-mm-h-840 {
    min-height: 840px;
    max-height: 840px;
  }
  .md-max-h-840 {
    max-height: 840px;
  }
  .md-min-h-840 {
    min-height: 840px;
  }
  .md-mm-h-845 {
    min-height: 845px;
    max-height: 845px;
  }
  .md-max-h-845 {
    max-height: 845px;
  }
  .md-min-h-845 {
    min-height: 845px;
  }
  .md-mm-h-850 {
    min-height: 850px;
    max-height: 850px;
  }
  .md-max-h-850 {
    max-height: 850px;
  }
  .md-min-h-850 {
    min-height: 850px;
  }
  .md-mm-h-855 {
    min-height: 855px;
    max-height: 855px;
  }
  .md-max-h-855 {
    max-height: 855px;
  }
  .md-min-h-855 {
    min-height: 855px;
  }
  .md-mm-h-860 {
    min-height: 860px;
    max-height: 860px;
  }
  .md-max-h-860 {
    max-height: 860px;
  }
  .md-min-h-860 {
    min-height: 860px;
  }
  .md-mm-h-865 {
    min-height: 865px;
    max-height: 865px;
  }
  .md-max-h-865 {
    max-height: 865px;
  }
  .md-min-h-865 {
    min-height: 865px;
  }
  .md-mm-h-870 {
    min-height: 870px;
    max-height: 870px;
  }
  .md-max-h-870 {
    max-height: 870px;
  }
  .md-min-h-870 {
    min-height: 870px;
  }
  .md-mm-h-875 {
    min-height: 875px;
    max-height: 875px;
  }
  .md-max-h-875 {
    max-height: 875px;
  }
  .md-min-h-875 {
    min-height: 875px;
  }
  .md-mm-h-880 {
    min-height: 880px;
    max-height: 880px;
  }
  .md-max-h-880 {
    max-height: 880px;
  }
  .md-min-h-880 {
    min-height: 880px;
  }
  .md-mm-h-885 {
    min-height: 885px;
    max-height: 885px;
  }
  .md-max-h-885 {
    max-height: 885px;
  }
  .md-min-h-885 {
    min-height: 885px;
  }
  .md-mm-h-890 {
    min-height: 890px;
    max-height: 890px;
  }
  .md-max-h-890 {
    max-height: 890px;
  }
  .md-min-h-890 {
    min-height: 890px;
  }
  .md-mm-h-895 {
    min-height: 895px;
    max-height: 895px;
  }
  .md-max-h-895 {
    max-height: 895px;
  }
  .md-min-h-895 {
    min-height: 895px;
  }
  .md-mm-h-900 {
    min-height: 900px;
    max-height: 900px;
  }
  .md-max-h-900 {
    max-height: 900px;
  }
  .md-min-h-900 {
    min-height: 900px;
  }
  .md-mm-h-905 {
    min-height: 905px;
    max-height: 905px;
  }
  .md-max-h-905 {
    max-height: 905px;
  }
  .md-min-h-905 {
    min-height: 905px;
  }
  .md-mm-h-910 {
    min-height: 910px;
    max-height: 910px;
  }
  .md-max-h-910 {
    max-height: 910px;
  }
  .md-min-h-910 {
    min-height: 910px;
  }
  .md-mm-h-915 {
    min-height: 915px;
    max-height: 915px;
  }
  .md-max-h-915 {
    max-height: 915px;
  }
  .md-min-h-915 {
    min-height: 915px;
  }
  .md-mm-h-920 {
    min-height: 920px;
    max-height: 920px;
  }
  .md-max-h-920 {
    max-height: 920px;
  }
  .md-min-h-920 {
    min-height: 920px;
  }
  .md-mm-h-925 {
    min-height: 925px;
    max-height: 925px;
  }
  .md-max-h-925 {
    max-height: 925px;
  }
  .md-min-h-925 {
    min-height: 925px;
  }
  .md-mm-h-930 {
    min-height: 930px;
    max-height: 930px;
  }
  .md-max-h-930 {
    max-height: 930px;
  }
  .md-min-h-930 {
    min-height: 930px;
  }
  .md-mm-h-935 {
    min-height: 935px;
    max-height: 935px;
  }
  .md-max-h-935 {
    max-height: 935px;
  }
  .md-min-h-935 {
    min-height: 935px;
  }
  .md-mm-h-940 {
    min-height: 940px;
    max-height: 940px;
  }
  .md-max-h-940 {
    max-height: 940px;
  }
  .md-min-h-940 {
    min-height: 940px;
  }
  .md-mm-h-945 {
    min-height: 945px;
    max-height: 945px;
  }
  .md-max-h-945 {
    max-height: 945px;
  }
  .md-min-h-945 {
    min-height: 945px;
  }
  .md-mm-h-950 {
    min-height: 950px;
    max-height: 950px;
  }
  .md-max-h-950 {
    max-height: 950px;
  }
  .md-min-h-950 {
    min-height: 950px;
  }
  .md-mm-h-955 {
    min-height: 955px;
    max-height: 955px;
  }
  .md-max-h-955 {
    max-height: 955px;
  }
  .md-min-h-955 {
    min-height: 955px;
  }
  .md-mm-h-960 {
    min-height: 960px;
    max-height: 960px;
  }
  .md-max-h-960 {
    max-height: 960px;
  }
  .md-min-h-960 {
    min-height: 960px;
  }
  .md-mm-h-965 {
    min-height: 965px;
    max-height: 965px;
  }
  .md-max-h-965 {
    max-height: 965px;
  }
  .md-min-h-965 {
    min-height: 965px;
  }
  .md-mm-h-970 {
    min-height: 970px;
    max-height: 970px;
  }
  .md-max-h-970 {
    max-height: 970px;
  }
  .md-min-h-970 {
    min-height: 970px;
  }
  .md-mm-h-975 {
    min-height: 975px;
    max-height: 975px;
  }
  .md-max-h-975 {
    max-height: 975px;
  }
  .md-min-h-975 {
    min-height: 975px;
  }
  .md-mm-h-980 {
    min-height: 980px;
    max-height: 980px;
  }
  .md-max-h-980 {
    max-height: 980px;
  }
  .md-min-h-980 {
    min-height: 980px;
  }
  .md-mm-h-985 {
    min-height: 985px;
    max-height: 985px;
  }
  .md-max-h-985 {
    max-height: 985px;
  }
  .md-min-h-985 {
    min-height: 985px;
  }
  .md-mm-h-990 {
    min-height: 990px;
    max-height: 990px;
  }
  .md-max-h-990 {
    max-height: 990px;
  }
  .md-min-h-990 {
    min-height: 990px;
  }
  .md-mm-h-995 {
    min-height: 995px;
    max-height: 995px;
  }
  .md-max-h-995 {
    max-height: 995px;
  }
  .md-min-h-995 {
    min-height: 995px;
  }
  .md-mm-h-1000 {
    min-height: 1000px;
    max-height: 1000px;
  }
  .md-max-h-1000 {
    max-height: 1000px;
  }
  .md-min-h-1000 {
    min-height: 1000px;
  }
}
@media (min-height: 992px) {
  .lg-mm-h-10 {
    min-height: 10px;
    max-height: 10px;
  }
  .lg-max-h-10 {
    max-height: 10px;
  }
  .lg-min-h-10 {
    min-height: 10px;
  }
  .lg-mm-h-15 {
    min-height: 15px;
    max-height: 15px;
  }
  .lg-max-h-15 {
    max-height: 15px;
  }
  .lg-min-h-15 {
    min-height: 15px;
  }
  .lg-mm-h-20 {
    min-height: 20px;
    max-height: 20px;
  }
  .lg-max-h-20 {
    max-height: 20px;
  }
  .lg-min-h-20 {
    min-height: 20px;
  }
  .lg-mm-h-25 {
    min-height: 25px;
    max-height: 25px;
  }
  .lg-max-h-25 {
    max-height: 25px;
  }
  .lg-min-h-25 {
    min-height: 25px;
  }
  .lg-mm-h-30 {
    min-height: 30px;
    max-height: 30px;
  }
  .lg-max-h-30 {
    max-height: 30px;
  }
  .lg-min-h-30 {
    min-height: 30px;
  }
  .lg-mm-h-35 {
    min-height: 35px;
    max-height: 35px;
  }
  .lg-max-h-35 {
    max-height: 35px;
  }
  .lg-min-h-35 {
    min-height: 35px;
  }
  .lg-mm-h-40 {
    min-height: 40px;
    max-height: 40px;
  }
  .lg-max-h-40 {
    max-height: 40px;
  }
  .lg-min-h-40 {
    min-height: 40px;
  }
  .lg-mm-h-45 {
    min-height: 45px;
    max-height: 45px;
  }
  .lg-max-h-45 {
    max-height: 45px;
  }
  .lg-min-h-45 {
    min-height: 45px;
  }
  .lg-mm-h-50 {
    min-height: 50px;
    max-height: 50px;
  }
  .lg-max-h-50 {
    max-height: 50px;
  }
  .lg-min-h-50 {
    min-height: 50px;
  }
  .lg-mm-h-55 {
    min-height: 55px;
    max-height: 55px;
  }
  .lg-max-h-55 {
    max-height: 55px;
  }
  .lg-min-h-55 {
    min-height: 55px;
  }
  .lg-mm-h-60 {
    min-height: 60px;
    max-height: 60px;
  }
  .lg-max-h-60 {
    max-height: 60px;
  }
  .lg-min-h-60 {
    min-height: 60px;
  }
  .lg-mm-h-65 {
    min-height: 65px;
    max-height: 65px;
  }
  .lg-max-h-65 {
    max-height: 65px;
  }
  .lg-min-h-65 {
    min-height: 65px;
  }
  .lg-mm-h-70 {
    min-height: 70px;
    max-height: 70px;
  }
  .lg-max-h-70 {
    max-height: 70px;
  }
  .lg-min-h-70 {
    min-height: 70px;
  }
  .lg-mm-h-75 {
    min-height: 75px;
    max-height: 75px;
  }
  .lg-max-h-75 {
    max-height: 75px;
  }
  .lg-min-h-75 {
    min-height: 75px;
  }
  .lg-mm-h-80 {
    min-height: 80px;
    max-height: 80px;
  }
  .lg-max-h-80 {
    max-height: 80px;
  }
  .lg-min-h-80 {
    min-height: 80px;
  }
  .lg-mm-h-85 {
    min-height: 85px;
    max-height: 85px;
  }
  .lg-max-h-85 {
    max-height: 85px;
  }
  .lg-min-h-85 {
    min-height: 85px;
  }
  .lg-mm-h-90 {
    min-height: 90px;
    max-height: 90px;
  }
  .lg-max-h-90 {
    max-height: 90px;
  }
  .lg-min-h-90 {
    min-height: 90px;
  }
  .lg-mm-h-95 {
    min-height: 95px;
    max-height: 95px;
  }
  .lg-max-h-95 {
    max-height: 95px;
  }
  .lg-min-h-95 {
    min-height: 95px;
  }
  .lg-mm-h-100 {
    min-height: 100px;
    max-height: 100px;
  }
  .lg-max-h-100 {
    max-height: 100px;
  }
  .lg-min-h-100 {
    min-height: 100px;
  }
  .lg-mm-h-105 {
    min-height: 105px;
    max-height: 105px;
  }
  .lg-max-h-105 {
    max-height: 105px;
  }
  .lg-min-h-105 {
    min-height: 105px;
  }
  .lg-mm-h-110 {
    min-height: 110px;
    max-height: 110px;
  }
  .lg-max-h-110 {
    max-height: 110px;
  }
  .lg-min-h-110 {
    min-height: 110px;
  }
  .lg-mm-h-115 {
    min-height: 115px;
    max-height: 115px;
  }
  .lg-max-h-115 {
    max-height: 115px;
  }
  .lg-min-h-115 {
    min-height: 115px;
  }
  .lg-mm-h-120 {
    min-height: 120px;
    max-height: 120px;
  }
  .lg-max-h-120 {
    max-height: 120px;
  }
  .lg-min-h-120 {
    min-height: 120px;
  }
  .lg-mm-h-125 {
    min-height: 125px;
    max-height: 125px;
  }
  .lg-max-h-125 {
    max-height: 125px;
  }
  .lg-min-h-125 {
    min-height: 125px;
  }
  .lg-mm-h-130 {
    min-height: 130px;
    max-height: 130px;
  }
  .lg-max-h-130 {
    max-height: 130px;
  }
  .lg-min-h-130 {
    min-height: 130px;
  }
  .lg-mm-h-135 {
    min-height: 135px;
    max-height: 135px;
  }
  .lg-max-h-135 {
    max-height: 135px;
  }
  .lg-min-h-135 {
    min-height: 135px;
  }
  .lg-mm-h-140 {
    min-height: 140px;
    max-height: 140px;
  }
  .lg-max-h-140 {
    max-height: 140px;
  }
  .lg-min-h-140 {
    min-height: 140px;
  }
  .lg-mm-h-145 {
    min-height: 145px;
    max-height: 145px;
  }
  .lg-max-h-145 {
    max-height: 145px;
  }
  .lg-min-h-145 {
    min-height: 145px;
  }
  .lg-mm-h-150 {
    min-height: 150px;
    max-height: 150px;
  }
  .lg-max-h-150 {
    max-height: 150px;
  }
  .lg-min-h-150 {
    min-height: 150px;
  }
  .lg-mm-h-155 {
    min-height: 155px;
    max-height: 155px;
  }
  .lg-max-h-155 {
    max-height: 155px;
  }
  .lg-min-h-155 {
    min-height: 155px;
  }
  .lg-mm-h-160 {
    min-height: 160px;
    max-height: 160px;
  }
  .lg-max-h-160 {
    max-height: 160px;
  }
  .lg-min-h-160 {
    min-height: 160px;
  }
  .lg-mm-h-165 {
    min-height: 165px;
    max-height: 165px;
  }
  .lg-max-h-165 {
    max-height: 165px;
  }
  .lg-min-h-165 {
    min-height: 165px;
  }
  .lg-mm-h-170 {
    min-height: 170px;
    max-height: 170px;
  }
  .lg-max-h-170 {
    max-height: 170px;
  }
  .lg-min-h-170 {
    min-height: 170px;
  }
  .lg-mm-h-175 {
    min-height: 175px;
    max-height: 175px;
  }
  .lg-max-h-175 {
    max-height: 175px;
  }
  .lg-min-h-175 {
    min-height: 175px;
  }
  .lg-mm-h-180 {
    min-height: 180px;
    max-height: 180px;
  }
  .lg-max-h-180 {
    max-height: 180px;
  }
  .lg-min-h-180 {
    min-height: 180px;
  }
  .lg-mm-h-185 {
    min-height: 185px;
    max-height: 185px;
  }
  .lg-max-h-185 {
    max-height: 185px;
  }
  .lg-min-h-185 {
    min-height: 185px;
  }
  .lg-mm-h-190 {
    min-height: 190px;
    max-height: 190px;
  }
  .lg-max-h-190 {
    max-height: 190px;
  }
  .lg-min-h-190 {
    min-height: 190px;
  }
  .lg-mm-h-195 {
    min-height: 195px;
    max-height: 195px;
  }
  .lg-max-h-195 {
    max-height: 195px;
  }
  .lg-min-h-195 {
    min-height: 195px;
  }
  .lg-mm-h-200 {
    min-height: 200px;
    max-height: 200px;
  }
  .lg-max-h-200 {
    max-height: 200px;
  }
  .lg-min-h-200 {
    min-height: 200px;
  }
  .lg-mm-h-205 {
    min-height: 205px;
    max-height: 205px;
  }
  .lg-max-h-205 {
    max-height: 205px;
  }
  .lg-min-h-205 {
    min-height: 205px;
  }
  .lg-mm-h-210 {
    min-height: 210px;
    max-height: 210px;
  }
  .lg-max-h-210 {
    max-height: 210px;
  }
  .lg-min-h-210 {
    min-height: 210px;
  }
  .lg-mm-h-215 {
    min-height: 215px;
    max-height: 215px;
  }
  .lg-max-h-215 {
    max-height: 215px;
  }
  .lg-min-h-215 {
    min-height: 215px;
  }
  .lg-mm-h-220 {
    min-height: 220px;
    max-height: 220px;
  }
  .lg-max-h-220 {
    max-height: 220px;
  }
  .lg-min-h-220 {
    min-height: 220px;
  }
  .lg-mm-h-225 {
    min-height: 225px;
    max-height: 225px;
  }
  .lg-max-h-225 {
    max-height: 225px;
  }
  .lg-min-h-225 {
    min-height: 225px;
  }
  .lg-mm-h-230 {
    min-height: 230px;
    max-height: 230px;
  }
  .lg-max-h-230 {
    max-height: 230px;
  }
  .lg-min-h-230 {
    min-height: 230px;
  }
  .lg-mm-h-235 {
    min-height: 235px;
    max-height: 235px;
  }
  .lg-max-h-235 {
    max-height: 235px;
  }
  .lg-min-h-235 {
    min-height: 235px;
  }
  .lg-mm-h-240 {
    min-height: 240px;
    max-height: 240px;
  }
  .lg-max-h-240 {
    max-height: 240px;
  }
  .lg-min-h-240 {
    min-height: 240px;
  }
  .lg-mm-h-245 {
    min-height: 245px;
    max-height: 245px;
  }
  .lg-max-h-245 {
    max-height: 245px;
  }
  .lg-min-h-245 {
    min-height: 245px;
  }
  .lg-mm-h-250 {
    min-height: 250px;
    max-height: 250px;
  }
  .lg-max-h-250 {
    max-height: 250px;
  }
  .lg-min-h-250 {
    min-height: 250px;
  }
  .lg-mm-h-255 {
    min-height: 255px;
    max-height: 255px;
  }
  .lg-max-h-255 {
    max-height: 255px;
  }
  .lg-min-h-255 {
    min-height: 255px;
  }
  .lg-mm-h-260 {
    min-height: 260px;
    max-height: 260px;
  }
  .lg-max-h-260 {
    max-height: 260px;
  }
  .lg-min-h-260 {
    min-height: 260px;
  }
  .lg-mm-h-265 {
    min-height: 265px;
    max-height: 265px;
  }
  .lg-max-h-265 {
    max-height: 265px;
  }
  .lg-min-h-265 {
    min-height: 265px;
  }
  .lg-mm-h-270 {
    min-height: 270px;
    max-height: 270px;
  }
  .lg-max-h-270 {
    max-height: 270px;
  }
  .lg-min-h-270 {
    min-height: 270px;
  }
  .lg-mm-h-275 {
    min-height: 275px;
    max-height: 275px;
  }
  .lg-max-h-275 {
    max-height: 275px;
  }
  .lg-min-h-275 {
    min-height: 275px;
  }
  .lg-mm-h-280 {
    min-height: 280px;
    max-height: 280px;
  }
  .lg-max-h-280 {
    max-height: 280px;
  }
  .lg-min-h-280 {
    min-height: 280px;
  }
  .lg-mm-h-285 {
    min-height: 285px;
    max-height: 285px;
  }
  .lg-max-h-285 {
    max-height: 285px;
  }
  .lg-min-h-285 {
    min-height: 285px;
  }
  .lg-mm-h-290 {
    min-height: 290px;
    max-height: 290px;
  }
  .lg-max-h-290 {
    max-height: 290px;
  }
  .lg-min-h-290 {
    min-height: 290px;
  }
  .lg-mm-h-295 {
    min-height: 295px;
    max-height: 295px;
  }
  .lg-max-h-295 {
    max-height: 295px;
  }
  .lg-min-h-295 {
    min-height: 295px;
  }
  .lg-mm-h-300 {
    min-height: 300px;
    max-height: 300px;
  }
  .lg-max-h-300 {
    max-height: 300px;
  }
  .lg-min-h-300 {
    min-height: 300px;
  }
  .lg-mm-h-305 {
    min-height: 305px;
    max-height: 305px;
  }
  .lg-max-h-305 {
    max-height: 305px;
  }
  .lg-min-h-305 {
    min-height: 305px;
  }
  .lg-mm-h-310 {
    min-height: 310px;
    max-height: 310px;
  }
  .lg-max-h-310 {
    max-height: 310px;
  }
  .lg-min-h-310 {
    min-height: 310px;
  }
  .lg-mm-h-315 {
    min-height: 315px;
    max-height: 315px;
  }
  .lg-max-h-315 {
    max-height: 315px;
  }
  .lg-min-h-315 {
    min-height: 315px;
  }
  .lg-mm-h-320 {
    min-height: 320px;
    max-height: 320px;
  }
  .lg-max-h-320 {
    max-height: 320px;
  }
  .lg-min-h-320 {
    min-height: 320px;
  }
  .lg-mm-h-325 {
    min-height: 325px;
    max-height: 325px;
  }
  .lg-max-h-325 {
    max-height: 325px;
  }
  .lg-min-h-325 {
    min-height: 325px;
  }
  .lg-mm-h-330 {
    min-height: 330px;
    max-height: 330px;
  }
  .lg-max-h-330 {
    max-height: 330px;
  }
  .lg-min-h-330 {
    min-height: 330px;
  }
  .lg-mm-h-335 {
    min-height: 335px;
    max-height: 335px;
  }
  .lg-max-h-335 {
    max-height: 335px;
  }
  .lg-min-h-335 {
    min-height: 335px;
  }
  .lg-mm-h-340 {
    min-height: 340px;
    max-height: 340px;
  }
  .lg-max-h-340 {
    max-height: 340px;
  }
  .lg-min-h-340 {
    min-height: 340px;
  }
  .lg-mm-h-345 {
    min-height: 345px;
    max-height: 345px;
  }
  .lg-max-h-345 {
    max-height: 345px;
  }
  .lg-min-h-345 {
    min-height: 345px;
  }
  .lg-mm-h-350 {
    min-height: 350px;
    max-height: 350px;
  }
  .lg-max-h-350 {
    max-height: 350px;
  }
  .lg-min-h-350 {
    min-height: 350px;
  }
  .lg-mm-h-355 {
    min-height: 355px;
    max-height: 355px;
  }
  .lg-max-h-355 {
    max-height: 355px;
  }
  .lg-min-h-355 {
    min-height: 355px;
  }
  .lg-mm-h-360 {
    min-height: 360px;
    max-height: 360px;
  }
  .lg-max-h-360 {
    max-height: 360px;
  }
  .lg-min-h-360 {
    min-height: 360px;
  }
  .lg-mm-h-365 {
    min-height: 365px;
    max-height: 365px;
  }
  .lg-max-h-365 {
    max-height: 365px;
  }
  .lg-min-h-365 {
    min-height: 365px;
  }
  .lg-mm-h-370 {
    min-height: 370px;
    max-height: 370px;
  }
  .lg-max-h-370 {
    max-height: 370px;
  }
  .lg-min-h-370 {
    min-height: 370px;
  }
  .lg-mm-h-375 {
    min-height: 375px;
    max-height: 375px;
  }
  .lg-max-h-375 {
    max-height: 375px;
  }
  .lg-min-h-375 {
    min-height: 375px;
  }
  .lg-mm-h-380 {
    min-height: 380px;
    max-height: 380px;
  }
  .lg-max-h-380 {
    max-height: 380px;
  }
  .lg-min-h-380 {
    min-height: 380px;
  }
  .lg-mm-h-385 {
    min-height: 385px;
    max-height: 385px;
  }
  .lg-max-h-385 {
    max-height: 385px;
  }
  .lg-min-h-385 {
    min-height: 385px;
  }
  .lg-mm-h-390 {
    min-height: 390px;
    max-height: 390px;
  }
  .lg-max-h-390 {
    max-height: 390px;
  }
  .lg-min-h-390 {
    min-height: 390px;
  }
  .lg-mm-h-395 {
    min-height: 395px;
    max-height: 395px;
  }
  .lg-max-h-395 {
    max-height: 395px;
  }
  .lg-min-h-395 {
    min-height: 395px;
  }
  .lg-mm-h-400 {
    min-height: 400px;
    max-height: 400px;
  }
  .lg-max-h-400 {
    max-height: 400px;
  }
  .lg-min-h-400 {
    min-height: 400px;
  }
  .lg-mm-h-405 {
    min-height: 405px;
    max-height: 405px;
  }
  .lg-max-h-405 {
    max-height: 405px;
  }
  .lg-min-h-405 {
    min-height: 405px;
  }
  .lg-mm-h-410 {
    min-height: 410px;
    max-height: 410px;
  }
  .lg-max-h-410 {
    max-height: 410px;
  }
  .lg-min-h-410 {
    min-height: 410px;
  }
  .lg-mm-h-415 {
    min-height: 415px;
    max-height: 415px;
  }
  .lg-max-h-415 {
    max-height: 415px;
  }
  .lg-min-h-415 {
    min-height: 415px;
  }
  .lg-mm-h-420 {
    min-height: 420px;
    max-height: 420px;
  }
  .lg-max-h-420 {
    max-height: 420px;
  }
  .lg-min-h-420 {
    min-height: 420px;
  }
  .lg-mm-h-425 {
    min-height: 425px;
    max-height: 425px;
  }
  .lg-max-h-425 {
    max-height: 425px;
  }
  .lg-min-h-425 {
    min-height: 425px;
  }
  .lg-mm-h-430 {
    min-height: 430px;
    max-height: 430px;
  }
  .lg-max-h-430 {
    max-height: 430px;
  }
  .lg-min-h-430 {
    min-height: 430px;
  }
  .lg-mm-h-435 {
    min-height: 435px;
    max-height: 435px;
  }
  .lg-max-h-435 {
    max-height: 435px;
  }
  .lg-min-h-435 {
    min-height: 435px;
  }
  .lg-mm-h-440 {
    min-height: 440px;
    max-height: 440px;
  }
  .lg-max-h-440 {
    max-height: 440px;
  }
  .lg-min-h-440 {
    min-height: 440px;
  }
  .lg-mm-h-445 {
    min-height: 445px;
    max-height: 445px;
  }
  .lg-max-h-445 {
    max-height: 445px;
  }
  .lg-min-h-445 {
    min-height: 445px;
  }
  .lg-mm-h-450 {
    min-height: 450px;
    max-height: 450px;
  }
  .lg-max-h-450 {
    max-height: 450px;
  }
  .lg-min-h-450 {
    min-height: 450px;
  }
  .lg-mm-h-455 {
    min-height: 455px;
    max-height: 455px;
  }
  .lg-max-h-455 {
    max-height: 455px;
  }
  .lg-min-h-455 {
    min-height: 455px;
  }
  .lg-mm-h-460 {
    min-height: 460px;
    max-height: 460px;
  }
  .lg-max-h-460 {
    max-height: 460px;
  }
  .lg-min-h-460 {
    min-height: 460px;
  }
  .lg-mm-h-465 {
    min-height: 465px;
    max-height: 465px;
  }
  .lg-max-h-465 {
    max-height: 465px;
  }
  .lg-min-h-465 {
    min-height: 465px;
  }
  .lg-mm-h-470 {
    min-height: 470px;
    max-height: 470px;
  }
  .lg-max-h-470 {
    max-height: 470px;
  }
  .lg-min-h-470 {
    min-height: 470px;
  }
  .lg-mm-h-475 {
    min-height: 475px;
    max-height: 475px;
  }
  .lg-max-h-475 {
    max-height: 475px;
  }
  .lg-min-h-475 {
    min-height: 475px;
  }
  .lg-mm-h-480 {
    min-height: 480px;
    max-height: 480px;
  }
  .lg-max-h-480 {
    max-height: 480px;
  }
  .lg-min-h-480 {
    min-height: 480px;
  }
  .lg-mm-h-485 {
    min-height: 485px;
    max-height: 485px;
  }
  .lg-max-h-485 {
    max-height: 485px;
  }
  .lg-min-h-485 {
    min-height: 485px;
  }
  .lg-mm-h-490 {
    min-height: 490px;
    max-height: 490px;
  }
  .lg-max-h-490 {
    max-height: 490px;
  }
  .lg-min-h-490 {
    min-height: 490px;
  }
  .lg-mm-h-495 {
    min-height: 495px;
    max-height: 495px;
  }
  .lg-max-h-495 {
    max-height: 495px;
  }
  .lg-min-h-495 {
    min-height: 495px;
  }
  .lg-mm-h-500 {
    min-height: 500px;
    max-height: 500px;
  }
  .lg-max-h-500 {
    max-height: 500px;
  }
  .lg-min-h-500 {
    min-height: 500px;
  }
  .lg-mm-h-505 {
    min-height: 505px;
    max-height: 505px;
  }
  .lg-max-h-505 {
    max-height: 505px;
  }
  .lg-min-h-505 {
    min-height: 505px;
  }
  .lg-mm-h-510 {
    min-height: 510px;
    max-height: 510px;
  }
  .lg-max-h-510 {
    max-height: 510px;
  }
  .lg-min-h-510 {
    min-height: 510px;
  }
  .lg-mm-h-515 {
    min-height: 515px;
    max-height: 515px;
  }
  .lg-max-h-515 {
    max-height: 515px;
  }
  .lg-min-h-515 {
    min-height: 515px;
  }
  .lg-mm-h-520 {
    min-height: 520px;
    max-height: 520px;
  }
  .lg-max-h-520 {
    max-height: 520px;
  }
  .lg-min-h-520 {
    min-height: 520px;
  }
  .lg-mm-h-525 {
    min-height: 525px;
    max-height: 525px;
  }
  .lg-max-h-525 {
    max-height: 525px;
  }
  .lg-min-h-525 {
    min-height: 525px;
  }
  .lg-mm-h-530 {
    min-height: 530px;
    max-height: 530px;
  }
  .lg-max-h-530 {
    max-height: 530px;
  }
  .lg-min-h-530 {
    min-height: 530px;
  }
  .lg-mm-h-535 {
    min-height: 535px;
    max-height: 535px;
  }
  .lg-max-h-535 {
    max-height: 535px;
  }
  .lg-min-h-535 {
    min-height: 535px;
  }
  .lg-mm-h-540 {
    min-height: 540px;
    max-height: 540px;
  }
  .lg-max-h-540 {
    max-height: 540px;
  }
  .lg-min-h-540 {
    min-height: 540px;
  }
  .lg-mm-h-545 {
    min-height: 545px;
    max-height: 545px;
  }
  .lg-max-h-545 {
    max-height: 545px;
  }
  .lg-min-h-545 {
    min-height: 545px;
  }
  .lg-mm-h-550 {
    min-height: 550px;
    max-height: 550px;
  }
  .lg-max-h-550 {
    max-height: 550px;
  }
  .lg-min-h-550 {
    min-height: 550px;
  }
  .lg-mm-h-555 {
    min-height: 555px;
    max-height: 555px;
  }
  .lg-max-h-555 {
    max-height: 555px;
  }
  .lg-min-h-555 {
    min-height: 555px;
  }
  .lg-mm-h-560 {
    min-height: 560px;
    max-height: 560px;
  }
  .lg-max-h-560 {
    max-height: 560px;
  }
  .lg-min-h-560 {
    min-height: 560px;
  }
  .lg-mm-h-565 {
    min-height: 565px;
    max-height: 565px;
  }
  .lg-max-h-565 {
    max-height: 565px;
  }
  .lg-min-h-565 {
    min-height: 565px;
  }
  .lg-mm-h-570 {
    min-height: 570px;
    max-height: 570px;
  }
  .lg-max-h-570 {
    max-height: 570px;
  }
  .lg-min-h-570 {
    min-height: 570px;
  }
  .lg-mm-h-575 {
    min-height: 575px;
    max-height: 575px;
  }
  .lg-max-h-575 {
    max-height: 575px;
  }
  .lg-min-h-575 {
    min-height: 575px;
  }
  .lg-mm-h-580 {
    min-height: 580px;
    max-height: 580px;
  }
  .lg-max-h-580 {
    max-height: 580px;
  }
  .lg-min-h-580 {
    min-height: 580px;
  }
  .lg-mm-h-585 {
    min-height: 585px;
    max-height: 585px;
  }
  .lg-max-h-585 {
    max-height: 585px;
  }
  .lg-min-h-585 {
    min-height: 585px;
  }
  .lg-mm-h-590 {
    min-height: 590px;
    max-height: 590px;
  }
  .lg-max-h-590 {
    max-height: 590px;
  }
  .lg-min-h-590 {
    min-height: 590px;
  }
  .lg-mm-h-595 {
    min-height: 595px;
    max-height: 595px;
  }
  .lg-max-h-595 {
    max-height: 595px;
  }
  .lg-min-h-595 {
    min-height: 595px;
  }
  .lg-mm-h-600 {
    min-height: 600px;
    max-height: 600px;
  }
  .lg-max-h-600 {
    max-height: 600px;
  }
  .lg-min-h-600 {
    min-height: 600px;
  }
  .lg-mm-h-605 {
    min-height: 605px;
    max-height: 605px;
  }
  .lg-max-h-605 {
    max-height: 605px;
  }
  .lg-min-h-605 {
    min-height: 605px;
  }
  .lg-mm-h-610 {
    min-height: 610px;
    max-height: 610px;
  }
  .lg-max-h-610 {
    max-height: 610px;
  }
  .lg-min-h-610 {
    min-height: 610px;
  }
  .lg-mm-h-615 {
    min-height: 615px;
    max-height: 615px;
  }
  .lg-max-h-615 {
    max-height: 615px;
  }
  .lg-min-h-615 {
    min-height: 615px;
  }
  .lg-mm-h-620 {
    min-height: 620px;
    max-height: 620px;
  }
  .lg-max-h-620 {
    max-height: 620px;
  }
  .lg-min-h-620 {
    min-height: 620px;
  }
  .lg-mm-h-625 {
    min-height: 625px;
    max-height: 625px;
  }
  .lg-max-h-625 {
    max-height: 625px;
  }
  .lg-min-h-625 {
    min-height: 625px;
  }
  .lg-mm-h-630 {
    min-height: 630px;
    max-height: 630px;
  }
  .lg-max-h-630 {
    max-height: 630px;
  }
  .lg-min-h-630 {
    min-height: 630px;
  }
  .lg-mm-h-635 {
    min-height: 635px;
    max-height: 635px;
  }
  .lg-max-h-635 {
    max-height: 635px;
  }
  .lg-min-h-635 {
    min-height: 635px;
  }
  .lg-mm-h-640 {
    min-height: 640px;
    max-height: 640px;
  }
  .lg-max-h-640 {
    max-height: 640px;
  }
  .lg-min-h-640 {
    min-height: 640px;
  }
  .lg-mm-h-645 {
    min-height: 645px;
    max-height: 645px;
  }
  .lg-max-h-645 {
    max-height: 645px;
  }
  .lg-min-h-645 {
    min-height: 645px;
  }
  .lg-mm-h-650 {
    min-height: 650px;
    max-height: 650px;
  }
  .lg-max-h-650 {
    max-height: 650px;
  }
  .lg-min-h-650 {
    min-height: 650px;
  }
  .lg-mm-h-655 {
    min-height: 655px;
    max-height: 655px;
  }
  .lg-max-h-655 {
    max-height: 655px;
  }
  .lg-min-h-655 {
    min-height: 655px;
  }
  .lg-mm-h-660 {
    min-height: 660px;
    max-height: 660px;
  }
  .lg-max-h-660 {
    max-height: 660px;
  }
  .lg-min-h-660 {
    min-height: 660px;
  }
  .lg-mm-h-665 {
    min-height: 665px;
    max-height: 665px;
  }
  .lg-max-h-665 {
    max-height: 665px;
  }
  .lg-min-h-665 {
    min-height: 665px;
  }
  .lg-mm-h-670 {
    min-height: 670px;
    max-height: 670px;
  }
  .lg-max-h-670 {
    max-height: 670px;
  }
  .lg-min-h-670 {
    min-height: 670px;
  }
  .lg-mm-h-675 {
    min-height: 675px;
    max-height: 675px;
  }
  .lg-max-h-675 {
    max-height: 675px;
  }
  .lg-min-h-675 {
    min-height: 675px;
  }
  .lg-mm-h-680 {
    min-height: 680px;
    max-height: 680px;
  }
  .lg-max-h-680 {
    max-height: 680px;
  }
  .lg-min-h-680 {
    min-height: 680px;
  }
  .lg-mm-h-685 {
    min-height: 685px;
    max-height: 685px;
  }
  .lg-max-h-685 {
    max-height: 685px;
  }
  .lg-min-h-685 {
    min-height: 685px;
  }
  .lg-mm-h-690 {
    min-height: 690px;
    max-height: 690px;
  }
  .lg-max-h-690 {
    max-height: 690px;
  }
  .lg-min-h-690 {
    min-height: 690px;
  }
  .lg-mm-h-695 {
    min-height: 695px;
    max-height: 695px;
  }
  .lg-max-h-695 {
    max-height: 695px;
  }
  .lg-min-h-695 {
    min-height: 695px;
  }
  .lg-mm-h-700 {
    min-height: 700px;
    max-height: 700px;
  }
  .lg-max-h-700 {
    max-height: 700px;
  }
  .lg-min-h-700 {
    min-height: 700px;
  }
  .lg-mm-h-705 {
    min-height: 705px;
    max-height: 705px;
  }
  .lg-max-h-705 {
    max-height: 705px;
  }
  .lg-min-h-705 {
    min-height: 705px;
  }
  .lg-mm-h-710 {
    min-height: 710px;
    max-height: 710px;
  }
  .lg-max-h-710 {
    max-height: 710px;
  }
  .lg-min-h-710 {
    min-height: 710px;
  }
  .lg-mm-h-715 {
    min-height: 715px;
    max-height: 715px;
  }
  .lg-max-h-715 {
    max-height: 715px;
  }
  .lg-min-h-715 {
    min-height: 715px;
  }
  .lg-mm-h-720 {
    min-height: 720px;
    max-height: 720px;
  }
  .lg-max-h-720 {
    max-height: 720px;
  }
  .lg-min-h-720 {
    min-height: 720px;
  }
  .lg-mm-h-725 {
    min-height: 725px;
    max-height: 725px;
  }
  .lg-max-h-725 {
    max-height: 725px;
  }
  .lg-min-h-725 {
    min-height: 725px;
  }
  .lg-mm-h-730 {
    min-height: 730px;
    max-height: 730px;
  }
  .lg-max-h-730 {
    max-height: 730px;
  }
  .lg-min-h-730 {
    min-height: 730px;
  }
  .lg-mm-h-735 {
    min-height: 735px;
    max-height: 735px;
  }
  .lg-max-h-735 {
    max-height: 735px;
  }
  .lg-min-h-735 {
    min-height: 735px;
  }
  .lg-mm-h-740 {
    min-height: 740px;
    max-height: 740px;
  }
  .lg-max-h-740 {
    max-height: 740px;
  }
  .lg-min-h-740 {
    min-height: 740px;
  }
  .lg-mm-h-745 {
    min-height: 745px;
    max-height: 745px;
  }
  .lg-max-h-745 {
    max-height: 745px;
  }
  .lg-min-h-745 {
    min-height: 745px;
  }
  .lg-mm-h-750 {
    min-height: 750px;
    max-height: 750px;
  }
  .lg-max-h-750 {
    max-height: 750px;
  }
  .lg-min-h-750 {
    min-height: 750px;
  }
  .lg-mm-h-755 {
    min-height: 755px;
    max-height: 755px;
  }
  .lg-max-h-755 {
    max-height: 755px;
  }
  .lg-min-h-755 {
    min-height: 755px;
  }
  .lg-mm-h-760 {
    min-height: 760px;
    max-height: 760px;
  }
  .lg-max-h-760 {
    max-height: 760px;
  }
  .lg-min-h-760 {
    min-height: 760px;
  }
  .lg-mm-h-765 {
    min-height: 765px;
    max-height: 765px;
  }
  .lg-max-h-765 {
    max-height: 765px;
  }
  .lg-min-h-765 {
    min-height: 765px;
  }
  .lg-mm-h-770 {
    min-height: 770px;
    max-height: 770px;
  }
  .lg-max-h-770 {
    max-height: 770px;
  }
  .lg-min-h-770 {
    min-height: 770px;
  }
  .lg-mm-h-775 {
    min-height: 775px;
    max-height: 775px;
  }
  .lg-max-h-775 {
    max-height: 775px;
  }
  .lg-min-h-775 {
    min-height: 775px;
  }
  .lg-mm-h-780 {
    min-height: 780px;
    max-height: 780px;
  }
  .lg-max-h-780 {
    max-height: 780px;
  }
  .lg-min-h-780 {
    min-height: 780px;
  }
  .lg-mm-h-785 {
    min-height: 785px;
    max-height: 785px;
  }
  .lg-max-h-785 {
    max-height: 785px;
  }
  .lg-min-h-785 {
    min-height: 785px;
  }
  .lg-mm-h-790 {
    min-height: 790px;
    max-height: 790px;
  }
  .lg-max-h-790 {
    max-height: 790px;
  }
  .lg-min-h-790 {
    min-height: 790px;
  }
  .lg-mm-h-795 {
    min-height: 795px;
    max-height: 795px;
  }
  .lg-max-h-795 {
    max-height: 795px;
  }
  .lg-min-h-795 {
    min-height: 795px;
  }
  .lg-mm-h-800 {
    min-height: 800px;
    max-height: 800px;
  }
  .lg-max-h-800 {
    max-height: 800px;
  }
  .lg-min-h-800 {
    min-height: 800px;
  }
  .lg-mm-h-805 {
    min-height: 805px;
    max-height: 805px;
  }
  .lg-max-h-805 {
    max-height: 805px;
  }
  .lg-min-h-805 {
    min-height: 805px;
  }
  .lg-mm-h-810 {
    min-height: 810px;
    max-height: 810px;
  }
  .lg-max-h-810 {
    max-height: 810px;
  }
  .lg-min-h-810 {
    min-height: 810px;
  }
  .lg-mm-h-815 {
    min-height: 815px;
    max-height: 815px;
  }
  .lg-max-h-815 {
    max-height: 815px;
  }
  .lg-min-h-815 {
    min-height: 815px;
  }
  .lg-mm-h-820 {
    min-height: 820px;
    max-height: 820px;
  }
  .lg-max-h-820 {
    max-height: 820px;
  }
  .lg-min-h-820 {
    min-height: 820px;
  }
  .lg-mm-h-825 {
    min-height: 825px;
    max-height: 825px;
  }
  .lg-max-h-825 {
    max-height: 825px;
  }
  .lg-min-h-825 {
    min-height: 825px;
  }
  .lg-mm-h-830 {
    min-height: 830px;
    max-height: 830px;
  }
  .lg-max-h-830 {
    max-height: 830px;
  }
  .lg-min-h-830 {
    min-height: 830px;
  }
  .lg-mm-h-835 {
    min-height: 835px;
    max-height: 835px;
  }
  .lg-max-h-835 {
    max-height: 835px;
  }
  .lg-min-h-835 {
    min-height: 835px;
  }
  .lg-mm-h-840 {
    min-height: 840px;
    max-height: 840px;
  }
  .lg-max-h-840 {
    max-height: 840px;
  }
  .lg-min-h-840 {
    min-height: 840px;
  }
  .lg-mm-h-845 {
    min-height: 845px;
    max-height: 845px;
  }
  .lg-max-h-845 {
    max-height: 845px;
  }
  .lg-min-h-845 {
    min-height: 845px;
  }
  .lg-mm-h-850 {
    min-height: 850px;
    max-height: 850px;
  }
  .lg-max-h-850 {
    max-height: 850px;
  }
  .lg-min-h-850 {
    min-height: 850px;
  }
  .lg-mm-h-855 {
    min-height: 855px;
    max-height: 855px;
  }
  .lg-max-h-855 {
    max-height: 855px;
  }
  .lg-min-h-855 {
    min-height: 855px;
  }
  .lg-mm-h-860 {
    min-height: 860px;
    max-height: 860px;
  }
  .lg-max-h-860 {
    max-height: 860px;
  }
  .lg-min-h-860 {
    min-height: 860px;
  }
  .lg-mm-h-865 {
    min-height: 865px;
    max-height: 865px;
  }
  .lg-max-h-865 {
    max-height: 865px;
  }
  .lg-min-h-865 {
    min-height: 865px;
  }
  .lg-mm-h-870 {
    min-height: 870px;
    max-height: 870px;
  }
  .lg-max-h-870 {
    max-height: 870px;
  }
  .lg-min-h-870 {
    min-height: 870px;
  }
  .lg-mm-h-875 {
    min-height: 875px;
    max-height: 875px;
  }
  .lg-max-h-875 {
    max-height: 875px;
  }
  .lg-min-h-875 {
    min-height: 875px;
  }
  .lg-mm-h-880 {
    min-height: 880px;
    max-height: 880px;
  }
  .lg-max-h-880 {
    max-height: 880px;
  }
  .lg-min-h-880 {
    min-height: 880px;
  }
  .lg-mm-h-885 {
    min-height: 885px;
    max-height: 885px;
  }
  .lg-max-h-885 {
    max-height: 885px;
  }
  .lg-min-h-885 {
    min-height: 885px;
  }
  .lg-mm-h-890 {
    min-height: 890px;
    max-height: 890px;
  }
  .lg-max-h-890 {
    max-height: 890px;
  }
  .lg-min-h-890 {
    min-height: 890px;
  }
  .lg-mm-h-895 {
    min-height: 895px;
    max-height: 895px;
  }
  .lg-max-h-895 {
    max-height: 895px;
  }
  .lg-min-h-895 {
    min-height: 895px;
  }
  .lg-mm-h-900 {
    min-height: 900px;
    max-height: 900px;
  }
  .lg-max-h-900 {
    max-height: 900px;
  }
  .lg-min-h-900 {
    min-height: 900px;
  }
  .lg-mm-h-905 {
    min-height: 905px;
    max-height: 905px;
  }
  .lg-max-h-905 {
    max-height: 905px;
  }
  .lg-min-h-905 {
    min-height: 905px;
  }
  .lg-mm-h-910 {
    min-height: 910px;
    max-height: 910px;
  }
  .lg-max-h-910 {
    max-height: 910px;
  }
  .lg-min-h-910 {
    min-height: 910px;
  }
  .lg-mm-h-915 {
    min-height: 915px;
    max-height: 915px;
  }
  .lg-max-h-915 {
    max-height: 915px;
  }
  .lg-min-h-915 {
    min-height: 915px;
  }
  .lg-mm-h-920 {
    min-height: 920px;
    max-height: 920px;
  }
  .lg-max-h-920 {
    max-height: 920px;
  }
  .lg-min-h-920 {
    min-height: 920px;
  }
  .lg-mm-h-925 {
    min-height: 925px;
    max-height: 925px;
  }
  .lg-max-h-925 {
    max-height: 925px;
  }
  .lg-min-h-925 {
    min-height: 925px;
  }
  .lg-mm-h-930 {
    min-height: 930px;
    max-height: 930px;
  }
  .lg-max-h-930 {
    max-height: 930px;
  }
  .lg-min-h-930 {
    min-height: 930px;
  }
  .lg-mm-h-935 {
    min-height: 935px;
    max-height: 935px;
  }
  .lg-max-h-935 {
    max-height: 935px;
  }
  .lg-min-h-935 {
    min-height: 935px;
  }
  .lg-mm-h-940 {
    min-height: 940px;
    max-height: 940px;
  }
  .lg-max-h-940 {
    max-height: 940px;
  }
  .lg-min-h-940 {
    min-height: 940px;
  }
  .lg-mm-h-945 {
    min-height: 945px;
    max-height: 945px;
  }
  .lg-max-h-945 {
    max-height: 945px;
  }
  .lg-min-h-945 {
    min-height: 945px;
  }
  .lg-mm-h-950 {
    min-height: 950px;
    max-height: 950px;
  }
  .lg-max-h-950 {
    max-height: 950px;
  }
  .lg-min-h-950 {
    min-height: 950px;
  }
  .lg-mm-h-955 {
    min-height: 955px;
    max-height: 955px;
  }
  .lg-max-h-955 {
    max-height: 955px;
  }
  .lg-min-h-955 {
    min-height: 955px;
  }
  .lg-mm-h-960 {
    min-height: 960px;
    max-height: 960px;
  }
  .lg-max-h-960 {
    max-height: 960px;
  }
  .lg-min-h-960 {
    min-height: 960px;
  }
  .lg-mm-h-965 {
    min-height: 965px;
    max-height: 965px;
  }
  .lg-max-h-965 {
    max-height: 965px;
  }
  .lg-min-h-965 {
    min-height: 965px;
  }
  .lg-mm-h-970 {
    min-height: 970px;
    max-height: 970px;
  }
  .lg-max-h-970 {
    max-height: 970px;
  }
  .lg-min-h-970 {
    min-height: 970px;
  }
  .lg-mm-h-975 {
    min-height: 975px;
    max-height: 975px;
  }
  .lg-max-h-975 {
    max-height: 975px;
  }
  .lg-min-h-975 {
    min-height: 975px;
  }
  .lg-mm-h-980 {
    min-height: 980px;
    max-height: 980px;
  }
  .lg-max-h-980 {
    max-height: 980px;
  }
  .lg-min-h-980 {
    min-height: 980px;
  }
  .lg-mm-h-985 {
    min-height: 985px;
    max-height: 985px;
  }
  .lg-max-h-985 {
    max-height: 985px;
  }
  .lg-min-h-985 {
    min-height: 985px;
  }
  .lg-mm-h-990 {
    min-height: 990px;
    max-height: 990px;
  }
  .lg-max-h-990 {
    max-height: 990px;
  }
  .lg-min-h-990 {
    min-height: 990px;
  }
  .lg-mm-h-995 {
    min-height: 995px;
    max-height: 995px;
  }
  .lg-max-h-995 {
    max-height: 995px;
  }
  .lg-min-h-995 {
    min-height: 995px;
  }
  .lg-mm-h-1000 {
    min-height: 1000px;
    max-height: 1000px;
  }
  .lg-max-h-1000 {
    max-height: 1000px;
  }
  .lg-min-h-1000 {
    min-height: 1000px;
  }
}
.h-1p {
  height: 1% !important;
}

.h-1p {
  height: 1% !important;
}

.max-h-1p {
  height: 1% !important;
  max-height: 1% !important;
}

.min-h-1p {
  height: 1% !important;
  min-height: 1% !important;
}

.mm-h-1p {
  height: 1% !important;
  max-height: 1% !important;
  min-height: 1% !important;
}

.max-h-1vw {
  max-height: 1vw !important;
}

.h-2p {
  height: 2% !important;
}

.h-2p {
  height: 2% !important;
}

.max-h-2p {
  height: 2% !important;
  max-height: 2% !important;
}

.min-h-2p {
  height: 2% !important;
  min-height: 2% !important;
}

.mm-h-2p {
  height: 2% !important;
  max-height: 2% !important;
  min-height: 2% !important;
}

.max-h-2vw {
  max-height: 2vw !important;
}

.h-3p {
  height: 3% !important;
}

.h-3p {
  height: 3% !important;
}

.max-h-3p {
  height: 3% !important;
  max-height: 3% !important;
}

.min-h-3p {
  height: 3% !important;
  min-height: 3% !important;
}

.mm-h-3p {
  height: 3% !important;
  max-height: 3% !important;
  min-height: 3% !important;
}

.max-h-3vw {
  max-height: 3vw !important;
}

.h-4p {
  height: 4% !important;
}

.h-4p {
  height: 4% !important;
}

.max-h-4p {
  height: 4% !important;
  max-height: 4% !important;
}

.min-h-4p {
  height: 4% !important;
  min-height: 4% !important;
}

.mm-h-4p {
  height: 4% !important;
  max-height: 4% !important;
  min-height: 4% !important;
}

.max-h-4vw {
  max-height: 4vw !important;
}

.h-5p {
  height: 5% !important;
}

.h-5p {
  height: 5% !important;
}

.max-h-5p {
  height: 5% !important;
  max-height: 5% !important;
}

.min-h-5p {
  height: 5% !important;
  min-height: 5% !important;
}

.mm-h-5p {
  height: 5% !important;
  max-height: 5% !important;
  min-height: 5% !important;
}

.max-h-5vw {
  max-height: 5vw !important;
}

.h-6p {
  height: 6% !important;
}

.h-6p {
  height: 6% !important;
}

.max-h-6p {
  height: 6% !important;
  max-height: 6% !important;
}

.min-h-6p {
  height: 6% !important;
  min-height: 6% !important;
}

.mm-h-6p {
  height: 6% !important;
  max-height: 6% !important;
  min-height: 6% !important;
}

.max-h-6vw {
  max-height: 6vw !important;
}

.h-7p {
  height: 7% !important;
}

.h-7p {
  height: 7% !important;
}

.max-h-7p {
  height: 7% !important;
  max-height: 7% !important;
}

.min-h-7p {
  height: 7% !important;
  min-height: 7% !important;
}

.mm-h-7p {
  height: 7% !important;
  max-height: 7% !important;
  min-height: 7% !important;
}

.max-h-7vw {
  max-height: 7vw !important;
}

.h-8p {
  height: 8% !important;
}

.h-8p {
  height: 8% !important;
}

.max-h-8p {
  height: 8% !important;
  max-height: 8% !important;
}

.min-h-8p {
  height: 8% !important;
  min-height: 8% !important;
}

.mm-h-8p {
  height: 8% !important;
  max-height: 8% !important;
  min-height: 8% !important;
}

.max-h-8vw {
  max-height: 8vw !important;
}

.h-9p {
  height: 9% !important;
}

.h-9p {
  height: 9% !important;
}

.max-h-9p {
  height: 9% !important;
  max-height: 9% !important;
}

.min-h-9p {
  height: 9% !important;
  min-height: 9% !important;
}

.mm-h-9p {
  height: 9% !important;
  max-height: 9% !important;
  min-height: 9% !important;
}

.max-h-9vw {
  max-height: 9vw !important;
}

.h-10p {
  height: 10% !important;
}

.h-10p {
  height: 10% !important;
}

.max-h-10p {
  height: 10% !important;
  max-height: 10% !important;
}

.min-h-10p {
  height: 10% !important;
  min-height: 10% !important;
}

.mm-h-10p {
  height: 10% !important;
  max-height: 10% !important;
  min-height: 10% !important;
}

.max-h-10vw {
  max-height: 10vw !important;
}

.h-11p {
  height: 11% !important;
}

.h-11p {
  height: 11% !important;
}

.max-h-11p {
  height: 11% !important;
  max-height: 11% !important;
}

.min-h-11p {
  height: 11% !important;
  min-height: 11% !important;
}

.mm-h-11p {
  height: 11% !important;
  max-height: 11% !important;
  min-height: 11% !important;
}

.max-h-11vw {
  max-height: 11vw !important;
}

.h-12p {
  height: 12% !important;
}

.h-12p {
  height: 12% !important;
}

.max-h-12p {
  height: 12% !important;
  max-height: 12% !important;
}

.min-h-12p {
  height: 12% !important;
  min-height: 12% !important;
}

.mm-h-12p {
  height: 12% !important;
  max-height: 12% !important;
  min-height: 12% !important;
}

.max-h-12vw {
  max-height: 12vw !important;
}

.h-13p {
  height: 13% !important;
}

.h-13p {
  height: 13% !important;
}

.max-h-13p {
  height: 13% !important;
  max-height: 13% !important;
}

.min-h-13p {
  height: 13% !important;
  min-height: 13% !important;
}

.mm-h-13p {
  height: 13% !important;
  max-height: 13% !important;
  min-height: 13% !important;
}

.max-h-13vw {
  max-height: 13vw !important;
}

.h-14p {
  height: 14% !important;
}

.h-14p {
  height: 14% !important;
}

.max-h-14p {
  height: 14% !important;
  max-height: 14% !important;
}

.min-h-14p {
  height: 14% !important;
  min-height: 14% !important;
}

.mm-h-14p {
  height: 14% !important;
  max-height: 14% !important;
  min-height: 14% !important;
}

.max-h-14vw {
  max-height: 14vw !important;
}

.h-15p {
  height: 15% !important;
}

.h-15p {
  height: 15% !important;
}

.max-h-15p {
  height: 15% !important;
  max-height: 15% !important;
}

.min-h-15p {
  height: 15% !important;
  min-height: 15% !important;
}

.mm-h-15p {
  height: 15% !important;
  max-height: 15% !important;
  min-height: 15% !important;
}

.max-h-15vw {
  max-height: 15vw !important;
}

.h-16p {
  height: 16% !important;
}

.h-16p {
  height: 16% !important;
}

.max-h-16p {
  height: 16% !important;
  max-height: 16% !important;
}

.min-h-16p {
  height: 16% !important;
  min-height: 16% !important;
}

.mm-h-16p {
  height: 16% !important;
  max-height: 16% !important;
  min-height: 16% !important;
}

.max-h-16vw {
  max-height: 16vw !important;
}

.h-17p {
  height: 17% !important;
}

.h-17p {
  height: 17% !important;
}

.max-h-17p {
  height: 17% !important;
  max-height: 17% !important;
}

.min-h-17p {
  height: 17% !important;
  min-height: 17% !important;
}

.mm-h-17p {
  height: 17% !important;
  max-height: 17% !important;
  min-height: 17% !important;
}

.max-h-17vw {
  max-height: 17vw !important;
}

.h-18p {
  height: 18% !important;
}

.h-18p {
  height: 18% !important;
}

.max-h-18p {
  height: 18% !important;
  max-height: 18% !important;
}

.min-h-18p {
  height: 18% !important;
  min-height: 18% !important;
}

.mm-h-18p {
  height: 18% !important;
  max-height: 18% !important;
  min-height: 18% !important;
}

.max-h-18vw {
  max-height: 18vw !important;
}

.h-19p {
  height: 19% !important;
}

.h-19p {
  height: 19% !important;
}

.max-h-19p {
  height: 19% !important;
  max-height: 19% !important;
}

.min-h-19p {
  height: 19% !important;
  min-height: 19% !important;
}

.mm-h-19p {
  height: 19% !important;
  max-height: 19% !important;
  min-height: 19% !important;
}

.max-h-19vw {
  max-height: 19vw !important;
}

.h-20p {
  height: 20% !important;
}

.h-20p {
  height: 20% !important;
}

.max-h-20p {
  height: 20% !important;
  max-height: 20% !important;
}

.min-h-20p {
  height: 20% !important;
  min-height: 20% !important;
}

.mm-h-20p {
  height: 20% !important;
  max-height: 20% !important;
  min-height: 20% !important;
}

.max-h-20vw {
  max-height: 20vw !important;
}

.h-21p {
  height: 21% !important;
}

.h-21p {
  height: 21% !important;
}

.max-h-21p {
  height: 21% !important;
  max-height: 21% !important;
}

.min-h-21p {
  height: 21% !important;
  min-height: 21% !important;
}

.mm-h-21p {
  height: 21% !important;
  max-height: 21% !important;
  min-height: 21% !important;
}

.max-h-21vw {
  max-height: 21vw !important;
}

.h-22p {
  height: 22% !important;
}

.h-22p {
  height: 22% !important;
}

.max-h-22p {
  height: 22% !important;
  max-height: 22% !important;
}

.min-h-22p {
  height: 22% !important;
  min-height: 22% !important;
}

.mm-h-22p {
  height: 22% !important;
  max-height: 22% !important;
  min-height: 22% !important;
}

.max-h-22vw {
  max-height: 22vw !important;
}

.h-23p {
  height: 23% !important;
}

.h-23p {
  height: 23% !important;
}

.max-h-23p {
  height: 23% !important;
  max-height: 23% !important;
}

.min-h-23p {
  height: 23% !important;
  min-height: 23% !important;
}

.mm-h-23p {
  height: 23% !important;
  max-height: 23% !important;
  min-height: 23% !important;
}

.max-h-23vw {
  max-height: 23vw !important;
}

.h-24p {
  height: 24% !important;
}

.h-24p {
  height: 24% !important;
}

.max-h-24p {
  height: 24% !important;
  max-height: 24% !important;
}

.min-h-24p {
  height: 24% !important;
  min-height: 24% !important;
}

.mm-h-24p {
  height: 24% !important;
  max-height: 24% !important;
  min-height: 24% !important;
}

.max-h-24vw {
  max-height: 24vw !important;
}

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

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

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

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

.mm-h-25p {
  height: 25% !important;
  max-height: 25% !important;
  min-height: 25% !important;
}

.max-h-25vw {
  max-height: 25vw !important;
}

.h-26p {
  height: 26% !important;
}

.h-26p {
  height: 26% !important;
}

.max-h-26p {
  height: 26% !important;
  max-height: 26% !important;
}

.min-h-26p {
  height: 26% !important;
  min-height: 26% !important;
}

.mm-h-26p {
  height: 26% !important;
  max-height: 26% !important;
  min-height: 26% !important;
}

.max-h-26vw {
  max-height: 26vw !important;
}

.h-27p {
  height: 27% !important;
}

.h-27p {
  height: 27% !important;
}

.max-h-27p {
  height: 27% !important;
  max-height: 27% !important;
}

.min-h-27p {
  height: 27% !important;
  min-height: 27% !important;
}

.mm-h-27p {
  height: 27% !important;
  max-height: 27% !important;
  min-height: 27% !important;
}

.max-h-27vw {
  max-height: 27vw !important;
}

.h-28p {
  height: 28% !important;
}

.h-28p {
  height: 28% !important;
}

.max-h-28p {
  height: 28% !important;
  max-height: 28% !important;
}

.min-h-28p {
  height: 28% !important;
  min-height: 28% !important;
}

.mm-h-28p {
  height: 28% !important;
  max-height: 28% !important;
  min-height: 28% !important;
}

.max-h-28vw {
  max-height: 28vw !important;
}

.h-29p {
  height: 29% !important;
}

.h-29p {
  height: 29% !important;
}

.max-h-29p {
  height: 29% !important;
  max-height: 29% !important;
}

.min-h-29p {
  height: 29% !important;
  min-height: 29% !important;
}

.mm-h-29p {
  height: 29% !important;
  max-height: 29% !important;
  min-height: 29% !important;
}

.max-h-29vw {
  max-height: 29vw !important;
}

.h-30p {
  height: 30% !important;
}

.h-30p {
  height: 30% !important;
}

.max-h-30p {
  height: 30% !important;
  max-height: 30% !important;
}

.min-h-30p {
  height: 30% !important;
  min-height: 30% !important;
}

.mm-h-30p {
  height: 30% !important;
  max-height: 30% !important;
  min-height: 30% !important;
}

.max-h-30vw {
  max-height: 30vw !important;
}

.h-31p {
  height: 31% !important;
}

.h-31p {
  height: 31% !important;
}

.max-h-31p {
  height: 31% !important;
  max-height: 31% !important;
}

.min-h-31p {
  height: 31% !important;
  min-height: 31% !important;
}

.mm-h-31p {
  height: 31% !important;
  max-height: 31% !important;
  min-height: 31% !important;
}

.max-h-31vw {
  max-height: 31vw !important;
}

.h-32p {
  height: 32% !important;
}

.h-32p {
  height: 32% !important;
}

.max-h-32p {
  height: 32% !important;
  max-height: 32% !important;
}

.min-h-32p {
  height: 32% !important;
  min-height: 32% !important;
}

.mm-h-32p {
  height: 32% !important;
  max-height: 32% !important;
  min-height: 32% !important;
}

.max-h-32vw {
  max-height: 32vw !important;
}

.h-33p {
  height: 33% !important;
}

.h-33p {
  height: 33% !important;
}

.max-h-33p {
  height: 33% !important;
  max-height: 33% !important;
}

.min-h-33p {
  height: 33% !important;
  min-height: 33% !important;
}

.mm-h-33p {
  height: 33% !important;
  max-height: 33% !important;
  min-height: 33% !important;
}

.max-h-33vw {
  max-height: 33vw !important;
}

.h-34p {
  height: 34% !important;
}

.h-34p {
  height: 34% !important;
}

.max-h-34p {
  height: 34% !important;
  max-height: 34% !important;
}

.min-h-34p {
  height: 34% !important;
  min-height: 34% !important;
}

.mm-h-34p {
  height: 34% !important;
  max-height: 34% !important;
  min-height: 34% !important;
}

.max-h-34vw {
  max-height: 34vw !important;
}

.h-35p {
  height: 35% !important;
}

.h-35p {
  height: 35% !important;
}

.max-h-35p {
  height: 35% !important;
  max-height: 35% !important;
}

.min-h-35p {
  height: 35% !important;
  min-height: 35% !important;
}

.mm-h-35p {
  height: 35% !important;
  max-height: 35% !important;
  min-height: 35% !important;
}

.max-h-35vw {
  max-height: 35vw !important;
}

.h-36p {
  height: 36% !important;
}

.h-36p {
  height: 36% !important;
}

.max-h-36p {
  height: 36% !important;
  max-height: 36% !important;
}

.min-h-36p {
  height: 36% !important;
  min-height: 36% !important;
}

.mm-h-36p {
  height: 36% !important;
  max-height: 36% !important;
  min-height: 36% !important;
}

.max-h-36vw {
  max-height: 36vw !important;
}

.h-37p {
  height: 37% !important;
}

.h-37p {
  height: 37% !important;
}

.max-h-37p {
  height: 37% !important;
  max-height: 37% !important;
}

.min-h-37p {
  height: 37% !important;
  min-height: 37% !important;
}

.mm-h-37p {
  height: 37% !important;
  max-height: 37% !important;
  min-height: 37% !important;
}

.max-h-37vw {
  max-height: 37vw !important;
}

.h-38p {
  height: 38% !important;
}

.h-38p {
  height: 38% !important;
}

.max-h-38p {
  height: 38% !important;
  max-height: 38% !important;
}

.min-h-38p {
  height: 38% !important;
  min-height: 38% !important;
}

.mm-h-38p {
  height: 38% !important;
  max-height: 38% !important;
  min-height: 38% !important;
}

.max-h-38vw {
  max-height: 38vw !important;
}

.h-39p {
  height: 39% !important;
}

.h-39p {
  height: 39% !important;
}

.max-h-39p {
  height: 39% !important;
  max-height: 39% !important;
}

.min-h-39p {
  height: 39% !important;
  min-height: 39% !important;
}

.mm-h-39p {
  height: 39% !important;
  max-height: 39% !important;
  min-height: 39% !important;
}

.max-h-39vw {
  max-height: 39vw !important;
}

.h-40p {
  height: 40% !important;
}

.h-40p {
  height: 40% !important;
}

.max-h-40p {
  height: 40% !important;
  max-height: 40% !important;
}

.min-h-40p {
  height: 40% !important;
  min-height: 40% !important;
}

.mm-h-40p {
  height: 40% !important;
  max-height: 40% !important;
  min-height: 40% !important;
}

.max-h-40vw {
  max-height: 40vw !important;
}

.h-41p {
  height: 41% !important;
}

.h-41p {
  height: 41% !important;
}

.max-h-41p {
  height: 41% !important;
  max-height: 41% !important;
}

.min-h-41p {
  height: 41% !important;
  min-height: 41% !important;
}

.mm-h-41p {
  height: 41% !important;
  max-height: 41% !important;
  min-height: 41% !important;
}

.max-h-41vw {
  max-height: 41vw !important;
}

.h-42p {
  height: 42% !important;
}

.h-42p {
  height: 42% !important;
}

.max-h-42p {
  height: 42% !important;
  max-height: 42% !important;
}

.min-h-42p {
  height: 42% !important;
  min-height: 42% !important;
}

.mm-h-42p {
  height: 42% !important;
  max-height: 42% !important;
  min-height: 42% !important;
}

.max-h-42vw {
  max-height: 42vw !important;
}

.h-43p {
  height: 43% !important;
}

.h-43p {
  height: 43% !important;
}

.max-h-43p {
  height: 43% !important;
  max-height: 43% !important;
}

.min-h-43p {
  height: 43% !important;
  min-height: 43% !important;
}

.mm-h-43p {
  height: 43% !important;
  max-height: 43% !important;
  min-height: 43% !important;
}

.max-h-43vw {
  max-height: 43vw !important;
}

.h-44p {
  height: 44% !important;
}

.h-44p {
  height: 44% !important;
}

.max-h-44p {
  height: 44% !important;
  max-height: 44% !important;
}

.min-h-44p {
  height: 44% !important;
  min-height: 44% !important;
}

.mm-h-44p {
  height: 44% !important;
  max-height: 44% !important;
  min-height: 44% !important;
}

.max-h-44vw {
  max-height: 44vw !important;
}

.h-45p {
  height: 45% !important;
}

.h-45p {
  height: 45% !important;
}

.max-h-45p {
  height: 45% !important;
  max-height: 45% !important;
}

.min-h-45p {
  height: 45% !important;
  min-height: 45% !important;
}

.mm-h-45p {
  height: 45% !important;
  max-height: 45% !important;
  min-height: 45% !important;
}

.max-h-45vw {
  max-height: 45vw !important;
}

.h-46p {
  height: 46% !important;
}

.h-46p {
  height: 46% !important;
}

.max-h-46p {
  height: 46% !important;
  max-height: 46% !important;
}

.min-h-46p {
  height: 46% !important;
  min-height: 46% !important;
}

.mm-h-46p {
  height: 46% !important;
  max-height: 46% !important;
  min-height: 46% !important;
}

.max-h-46vw {
  max-height: 46vw !important;
}

.h-47p {
  height: 47% !important;
}

.h-47p {
  height: 47% !important;
}

.max-h-47p {
  height: 47% !important;
  max-height: 47% !important;
}

.min-h-47p {
  height: 47% !important;
  min-height: 47% !important;
}

.mm-h-47p {
  height: 47% !important;
  max-height: 47% !important;
  min-height: 47% !important;
}

.max-h-47vw {
  max-height: 47vw !important;
}

.h-48p {
  height: 48% !important;
}

.h-48p {
  height: 48% !important;
}

.max-h-48p {
  height: 48% !important;
  max-height: 48% !important;
}

.min-h-48p {
  height: 48% !important;
  min-height: 48% !important;
}

.mm-h-48p {
  height: 48% !important;
  max-height: 48% !important;
  min-height: 48% !important;
}

.max-h-48vw {
  max-height: 48vw !important;
}

.h-49p {
  height: 49% !important;
}

.h-49p {
  height: 49% !important;
}

.max-h-49p {
  height: 49% !important;
  max-height: 49% !important;
}

.min-h-49p {
  height: 49% !important;
  min-height: 49% !important;
}

.mm-h-49p {
  height: 49% !important;
  max-height: 49% !important;
  min-height: 49% !important;
}

.max-h-49vw {
  max-height: 49vw !important;
}

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

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

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

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

.mm-h-50p {
  height: 50% !important;
  max-height: 50% !important;
  min-height: 50% !important;
}

.max-h-50vw {
  max-height: 50vw !important;
}

.h-51p {
  height: 51% !important;
}

.h-51p {
  height: 51% !important;
}

.max-h-51p {
  height: 51% !important;
  max-height: 51% !important;
}

.min-h-51p {
  height: 51% !important;
  min-height: 51% !important;
}

.mm-h-51p {
  height: 51% !important;
  max-height: 51% !important;
  min-height: 51% !important;
}

.max-h-51vw {
  max-height: 51vw !important;
}

.h-52p {
  height: 52% !important;
}

.h-52p {
  height: 52% !important;
}

.max-h-52p {
  height: 52% !important;
  max-height: 52% !important;
}

.min-h-52p {
  height: 52% !important;
  min-height: 52% !important;
}

.mm-h-52p {
  height: 52% !important;
  max-height: 52% !important;
  min-height: 52% !important;
}

.max-h-52vw {
  max-height: 52vw !important;
}

.h-53p {
  height: 53% !important;
}

.h-53p {
  height: 53% !important;
}

.max-h-53p {
  height: 53% !important;
  max-height: 53% !important;
}

.min-h-53p {
  height: 53% !important;
  min-height: 53% !important;
}

.mm-h-53p {
  height: 53% !important;
  max-height: 53% !important;
  min-height: 53% !important;
}

.max-h-53vw {
  max-height: 53vw !important;
}

.h-54p {
  height: 54% !important;
}

.h-54p {
  height: 54% !important;
}

.max-h-54p {
  height: 54% !important;
  max-height: 54% !important;
}

.min-h-54p {
  height: 54% !important;
  min-height: 54% !important;
}

.mm-h-54p {
  height: 54% !important;
  max-height: 54% !important;
  min-height: 54% !important;
}

.max-h-54vw {
  max-height: 54vw !important;
}

.h-55p {
  height: 55% !important;
}

.h-55p {
  height: 55% !important;
}

.max-h-55p {
  height: 55% !important;
  max-height: 55% !important;
}

.min-h-55p {
  height: 55% !important;
  min-height: 55% !important;
}

.mm-h-55p {
  height: 55% !important;
  max-height: 55% !important;
  min-height: 55% !important;
}

.max-h-55vw {
  max-height: 55vw !important;
}

.h-56p {
  height: 56% !important;
}

.h-56p {
  height: 56% !important;
}

.max-h-56p {
  height: 56% !important;
  max-height: 56% !important;
}

.min-h-56p {
  height: 56% !important;
  min-height: 56% !important;
}

.mm-h-56p {
  height: 56% !important;
  max-height: 56% !important;
  min-height: 56% !important;
}

.max-h-56vw {
  max-height: 56vw !important;
}

.h-57p {
  height: 57% !important;
}

.h-57p {
  height: 57% !important;
}

.max-h-57p {
  height: 57% !important;
  max-height: 57% !important;
}

.min-h-57p {
  height: 57% !important;
  min-height: 57% !important;
}

.mm-h-57p {
  height: 57% !important;
  max-height: 57% !important;
  min-height: 57% !important;
}

.max-h-57vw {
  max-height: 57vw !important;
}

.h-58p {
  height: 58% !important;
}

.h-58p {
  height: 58% !important;
}

.max-h-58p {
  height: 58% !important;
  max-height: 58% !important;
}

.min-h-58p {
  height: 58% !important;
  min-height: 58% !important;
}

.mm-h-58p {
  height: 58% !important;
  max-height: 58% !important;
  min-height: 58% !important;
}

.max-h-58vw {
  max-height: 58vw !important;
}

.h-59p {
  height: 59% !important;
}

.h-59p {
  height: 59% !important;
}

.max-h-59p {
  height: 59% !important;
  max-height: 59% !important;
}

.min-h-59p {
  height: 59% !important;
  min-height: 59% !important;
}

.mm-h-59p {
  height: 59% !important;
  max-height: 59% !important;
  min-height: 59% !important;
}

.max-h-59vw {
  max-height: 59vw !important;
}

.h-60p {
  height: 60% !important;
}

.h-60p {
  height: 60% !important;
}

.max-h-60p {
  height: 60% !important;
  max-height: 60% !important;
}

.min-h-60p {
  height: 60% !important;
  min-height: 60% !important;
}

.mm-h-60p {
  height: 60% !important;
  max-height: 60% !important;
  min-height: 60% !important;
}

.max-h-60vw {
  max-height: 60vw !important;
}

.h-61p {
  height: 61% !important;
}

.h-61p {
  height: 61% !important;
}

.max-h-61p {
  height: 61% !important;
  max-height: 61% !important;
}

.min-h-61p {
  height: 61% !important;
  min-height: 61% !important;
}

.mm-h-61p {
  height: 61% !important;
  max-height: 61% !important;
  min-height: 61% !important;
}

.max-h-61vw {
  max-height: 61vw !important;
}

.h-62p {
  height: 62% !important;
}

.h-62p {
  height: 62% !important;
}

.max-h-62p {
  height: 62% !important;
  max-height: 62% !important;
}

.min-h-62p {
  height: 62% !important;
  min-height: 62% !important;
}

.mm-h-62p {
  height: 62% !important;
  max-height: 62% !important;
  min-height: 62% !important;
}

.max-h-62vw {
  max-height: 62vw !important;
}

.h-63p {
  height: 63% !important;
}

.h-63p {
  height: 63% !important;
}

.max-h-63p {
  height: 63% !important;
  max-height: 63% !important;
}

.min-h-63p {
  height: 63% !important;
  min-height: 63% !important;
}

.mm-h-63p {
  height: 63% !important;
  max-height: 63% !important;
  min-height: 63% !important;
}

.max-h-63vw {
  max-height: 63vw !important;
}

.h-64p {
  height: 64% !important;
}

.h-64p {
  height: 64% !important;
}

.max-h-64p {
  height: 64% !important;
  max-height: 64% !important;
}

.min-h-64p {
  height: 64% !important;
  min-height: 64% !important;
}

.mm-h-64p {
  height: 64% !important;
  max-height: 64% !important;
  min-height: 64% !important;
}

.max-h-64vw {
  max-height: 64vw !important;
}

.h-65p {
  height: 65% !important;
}

.h-65p {
  height: 65% !important;
}

.max-h-65p {
  height: 65% !important;
  max-height: 65% !important;
}

.min-h-65p {
  height: 65% !important;
  min-height: 65% !important;
}

.mm-h-65p {
  height: 65% !important;
  max-height: 65% !important;
  min-height: 65% !important;
}

.max-h-65vw {
  max-height: 65vw !important;
}

.h-66p {
  height: 66% !important;
}

.h-66p {
  height: 66% !important;
}

.max-h-66p {
  height: 66% !important;
  max-height: 66% !important;
}

.min-h-66p {
  height: 66% !important;
  min-height: 66% !important;
}

.mm-h-66p {
  height: 66% !important;
  max-height: 66% !important;
  min-height: 66% !important;
}

.max-h-66vw {
  max-height: 66vw !important;
}

.h-67p {
  height: 67% !important;
}

.h-67p {
  height: 67% !important;
}

.max-h-67p {
  height: 67% !important;
  max-height: 67% !important;
}

.min-h-67p {
  height: 67% !important;
  min-height: 67% !important;
}

.mm-h-67p {
  height: 67% !important;
  max-height: 67% !important;
  min-height: 67% !important;
}

.max-h-67vw {
  max-height: 67vw !important;
}

.h-68p {
  height: 68% !important;
}

.h-68p {
  height: 68% !important;
}

.max-h-68p {
  height: 68% !important;
  max-height: 68% !important;
}

.min-h-68p {
  height: 68% !important;
  min-height: 68% !important;
}

.mm-h-68p {
  height: 68% !important;
  max-height: 68% !important;
  min-height: 68% !important;
}

.max-h-68vw {
  max-height: 68vw !important;
}

.h-69p {
  height: 69% !important;
}

.h-69p {
  height: 69% !important;
}

.max-h-69p {
  height: 69% !important;
  max-height: 69% !important;
}

.min-h-69p {
  height: 69% !important;
  min-height: 69% !important;
}

.mm-h-69p {
  height: 69% !important;
  max-height: 69% !important;
  min-height: 69% !important;
}

.max-h-69vw {
  max-height: 69vw !important;
}

.h-70p {
  height: 70% !important;
}

.h-70p {
  height: 70% !important;
}

.max-h-70p {
  height: 70% !important;
  max-height: 70% !important;
}

.min-h-70p {
  height: 70% !important;
  min-height: 70% !important;
}

.mm-h-70p {
  height: 70% !important;
  max-height: 70% !important;
  min-height: 70% !important;
}

.max-h-70vw {
  max-height: 70vw !important;
}

.h-71p {
  height: 71% !important;
}

.h-71p {
  height: 71% !important;
}

.max-h-71p {
  height: 71% !important;
  max-height: 71% !important;
}

.min-h-71p {
  height: 71% !important;
  min-height: 71% !important;
}

.mm-h-71p {
  height: 71% !important;
  max-height: 71% !important;
  min-height: 71% !important;
}

.max-h-71vw {
  max-height: 71vw !important;
}

.h-72p {
  height: 72% !important;
}

.h-72p {
  height: 72% !important;
}

.max-h-72p {
  height: 72% !important;
  max-height: 72% !important;
}

.min-h-72p {
  height: 72% !important;
  min-height: 72% !important;
}

.mm-h-72p {
  height: 72% !important;
  max-height: 72% !important;
  min-height: 72% !important;
}

.max-h-72vw {
  max-height: 72vw !important;
}

.h-73p {
  height: 73% !important;
}

.h-73p {
  height: 73% !important;
}

.max-h-73p {
  height: 73% !important;
  max-height: 73% !important;
}

.min-h-73p {
  height: 73% !important;
  min-height: 73% !important;
}

.mm-h-73p {
  height: 73% !important;
  max-height: 73% !important;
  min-height: 73% !important;
}

.max-h-73vw {
  max-height: 73vw !important;
}

.h-74p {
  height: 74% !important;
}

.h-74p {
  height: 74% !important;
}

.max-h-74p {
  height: 74% !important;
  max-height: 74% !important;
}

.min-h-74p {
  height: 74% !important;
  min-height: 74% !important;
}

.mm-h-74p {
  height: 74% !important;
  max-height: 74% !important;
  min-height: 74% !important;
}

.max-h-74vw {
  max-height: 74vw !important;
}

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

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

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

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

.mm-h-75p {
  height: 75% !important;
  max-height: 75% !important;
  min-height: 75% !important;
}

.max-h-75vw {
  max-height: 75vw !important;
}

.h-76p {
  height: 76% !important;
}

.h-76p {
  height: 76% !important;
}

.max-h-76p {
  height: 76% !important;
  max-height: 76% !important;
}

.min-h-76p {
  height: 76% !important;
  min-height: 76% !important;
}

.mm-h-76p {
  height: 76% !important;
  max-height: 76% !important;
  min-height: 76% !important;
}

.max-h-76vw {
  max-height: 76vw !important;
}

.h-77p {
  height: 77% !important;
}

.h-77p {
  height: 77% !important;
}

.max-h-77p {
  height: 77% !important;
  max-height: 77% !important;
}

.min-h-77p {
  height: 77% !important;
  min-height: 77% !important;
}

.mm-h-77p {
  height: 77% !important;
  max-height: 77% !important;
  min-height: 77% !important;
}

.max-h-77vw {
  max-height: 77vw !important;
}

.h-78p {
  height: 78% !important;
}

.h-78p {
  height: 78% !important;
}

.max-h-78p {
  height: 78% !important;
  max-height: 78% !important;
}

.min-h-78p {
  height: 78% !important;
  min-height: 78% !important;
}

.mm-h-78p {
  height: 78% !important;
  max-height: 78% !important;
  min-height: 78% !important;
}

.max-h-78vw {
  max-height: 78vw !important;
}

.h-79p {
  height: 79% !important;
}

.h-79p {
  height: 79% !important;
}

.max-h-79p {
  height: 79% !important;
  max-height: 79% !important;
}

.min-h-79p {
  height: 79% !important;
  min-height: 79% !important;
}

.mm-h-79p {
  height: 79% !important;
  max-height: 79% !important;
  min-height: 79% !important;
}

.max-h-79vw {
  max-height: 79vw !important;
}

.h-80p {
  height: 80% !important;
}

.h-80p {
  height: 80% !important;
}

.max-h-80p {
  height: 80% !important;
  max-height: 80% !important;
}

.min-h-80p {
  height: 80% !important;
  min-height: 80% !important;
}

.mm-h-80p {
  height: 80% !important;
  max-height: 80% !important;
  min-height: 80% !important;
}

.max-h-80vw {
  max-height: 80vw !important;
}

.h-81p {
  height: 81% !important;
}

.h-81p {
  height: 81% !important;
}

.max-h-81p {
  height: 81% !important;
  max-height: 81% !important;
}

.min-h-81p {
  height: 81% !important;
  min-height: 81% !important;
}

.mm-h-81p {
  height: 81% !important;
  max-height: 81% !important;
  min-height: 81% !important;
}

.max-h-81vw {
  max-height: 81vw !important;
}

.h-82p {
  height: 82% !important;
}

.h-82p {
  height: 82% !important;
}

.max-h-82p {
  height: 82% !important;
  max-height: 82% !important;
}

.min-h-82p {
  height: 82% !important;
  min-height: 82% !important;
}

.mm-h-82p {
  height: 82% !important;
  max-height: 82% !important;
  min-height: 82% !important;
}

.max-h-82vw {
  max-height: 82vw !important;
}

.h-83p {
  height: 83% !important;
}

.h-83p {
  height: 83% !important;
}

.max-h-83p {
  height: 83% !important;
  max-height: 83% !important;
}

.min-h-83p {
  height: 83% !important;
  min-height: 83% !important;
}

.mm-h-83p {
  height: 83% !important;
  max-height: 83% !important;
  min-height: 83% !important;
}

.max-h-83vw {
  max-height: 83vw !important;
}

.h-84p {
  height: 84% !important;
}

.h-84p {
  height: 84% !important;
}

.max-h-84p {
  height: 84% !important;
  max-height: 84% !important;
}

.min-h-84p {
  height: 84% !important;
  min-height: 84% !important;
}

.mm-h-84p {
  height: 84% !important;
  max-height: 84% !important;
  min-height: 84% !important;
}

.max-h-84vw {
  max-height: 84vw !important;
}

.h-85p {
  height: 85% !important;
}

.h-85p {
  height: 85% !important;
}

.max-h-85p {
  height: 85% !important;
  max-height: 85% !important;
}

.min-h-85p {
  height: 85% !important;
  min-height: 85% !important;
}

.mm-h-85p {
  height: 85% !important;
  max-height: 85% !important;
  min-height: 85% !important;
}

.max-h-85vw {
  max-height: 85vw !important;
}

.h-86p {
  height: 86% !important;
}

.h-86p {
  height: 86% !important;
}

.max-h-86p {
  height: 86% !important;
  max-height: 86% !important;
}

.min-h-86p {
  height: 86% !important;
  min-height: 86% !important;
}

.mm-h-86p {
  height: 86% !important;
  max-height: 86% !important;
  min-height: 86% !important;
}

.max-h-86vw {
  max-height: 86vw !important;
}

.h-87p {
  height: 87% !important;
}

.h-87p {
  height: 87% !important;
}

.max-h-87p {
  height: 87% !important;
  max-height: 87% !important;
}

.min-h-87p {
  height: 87% !important;
  min-height: 87% !important;
}

.mm-h-87p {
  height: 87% !important;
  max-height: 87% !important;
  min-height: 87% !important;
}

.max-h-87vw {
  max-height: 87vw !important;
}

.h-88p {
  height: 88% !important;
}

.h-88p {
  height: 88% !important;
}

.max-h-88p {
  height: 88% !important;
  max-height: 88% !important;
}

.min-h-88p {
  height: 88% !important;
  min-height: 88% !important;
}

.mm-h-88p {
  height: 88% !important;
  max-height: 88% !important;
  min-height: 88% !important;
}

.max-h-88vw {
  max-height: 88vw !important;
}

.h-89p {
  height: 89% !important;
}

.h-89p {
  height: 89% !important;
}

.max-h-89p {
  height: 89% !important;
  max-height: 89% !important;
}

.min-h-89p {
  height: 89% !important;
  min-height: 89% !important;
}

.mm-h-89p {
  height: 89% !important;
  max-height: 89% !important;
  min-height: 89% !important;
}

.max-h-89vw {
  max-height: 89vw !important;
}

.h-90p {
  height: 90% !important;
}

.h-90p {
  height: 90% !important;
}

.max-h-90p {
  height: 90% !important;
  max-height: 90% !important;
}

.min-h-90p {
  height: 90% !important;
  min-height: 90% !important;
}

.mm-h-90p {
  height: 90% !important;
  max-height: 90% !important;
  min-height: 90% !important;
}

.max-h-90vw {
  max-height: 90vw !important;
}

.h-91p {
  height: 91% !important;
}

.h-91p {
  height: 91% !important;
}

.max-h-91p {
  height: 91% !important;
  max-height: 91% !important;
}

.min-h-91p {
  height: 91% !important;
  min-height: 91% !important;
}

.mm-h-91p {
  height: 91% !important;
  max-height: 91% !important;
  min-height: 91% !important;
}

.max-h-91vw {
  max-height: 91vw !important;
}

.h-92p {
  height: 92% !important;
}

.h-92p {
  height: 92% !important;
}

.max-h-92p {
  height: 92% !important;
  max-height: 92% !important;
}

.min-h-92p {
  height: 92% !important;
  min-height: 92% !important;
}

.mm-h-92p {
  height: 92% !important;
  max-height: 92% !important;
  min-height: 92% !important;
}

.max-h-92vw {
  max-height: 92vw !important;
}

.h-93p {
  height: 93% !important;
}

.h-93p {
  height: 93% !important;
}

.max-h-93p {
  height: 93% !important;
  max-height: 93% !important;
}

.min-h-93p {
  height: 93% !important;
  min-height: 93% !important;
}

.mm-h-93p {
  height: 93% !important;
  max-height: 93% !important;
  min-height: 93% !important;
}

.max-h-93vw {
  max-height: 93vw !important;
}

.h-94p {
  height: 94% !important;
}

.h-94p {
  height: 94% !important;
}

.max-h-94p {
  height: 94% !important;
  max-height: 94% !important;
}

.min-h-94p {
  height: 94% !important;
  min-height: 94% !important;
}

.mm-h-94p {
  height: 94% !important;
  max-height: 94% !important;
  min-height: 94% !important;
}

.max-h-94vw {
  max-height: 94vw !important;
}

.h-95p {
  height: 95% !important;
}

.h-95p {
  height: 95% !important;
}

.max-h-95p {
  height: 95% !important;
  max-height: 95% !important;
}

.min-h-95p {
  height: 95% !important;
  min-height: 95% !important;
}

.mm-h-95p {
  height: 95% !important;
  max-height: 95% !important;
  min-height: 95% !important;
}

.max-h-95vw {
  max-height: 95vw !important;
}

.h-96p {
  height: 96% !important;
}

.h-96p {
  height: 96% !important;
}

.max-h-96p {
  height: 96% !important;
  max-height: 96% !important;
}

.min-h-96p {
  height: 96% !important;
  min-height: 96% !important;
}

.mm-h-96p {
  height: 96% !important;
  max-height: 96% !important;
  min-height: 96% !important;
}

.max-h-96vw {
  max-height: 96vw !important;
}

.h-97p {
  height: 97% !important;
}

.h-97p {
  height: 97% !important;
}

.max-h-97p {
  height: 97% !important;
  max-height: 97% !important;
}

.min-h-97p {
  height: 97% !important;
  min-height: 97% !important;
}

.mm-h-97p {
  height: 97% !important;
  max-height: 97% !important;
  min-height: 97% !important;
}

.max-h-97vw {
  max-height: 97vw !important;
}

.h-98p {
  height: 98% !important;
}

.h-98p {
  height: 98% !important;
}

.max-h-98p {
  height: 98% !important;
  max-height: 98% !important;
}

.min-h-98p {
  height: 98% !important;
  min-height: 98% !important;
}

.mm-h-98p {
  height: 98% !important;
  max-height: 98% !important;
  min-height: 98% !important;
}

.max-h-98vw {
  max-height: 98vw !important;
}

.h-99p {
  height: 99% !important;
}

.h-99p {
  height: 99% !important;
}

.max-h-99p {
  height: 99% !important;
  max-height: 99% !important;
}

.min-h-99p {
  height: 99% !important;
  min-height: 99% !important;
}

.mm-h-99p {
  height: 99% !important;
  max-height: 99% !important;
  min-height: 99% !important;
}

.max-h-99vw {
  max-height: 99vw !important;
}

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

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

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

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

.mm-h-100p {
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
}

.max-h-100vw {
  max-height: 100vw !important;
}

@media (min-height: 576px) {
  .sm-h-1p {
    height: 1% !important;
  }
  .sm-h-1p {
    height: 1% !important;
  }
  .sm-max-h-1p {
    max-height: 1% !important;
  }
  .sm-min-h-1p {
    min-height: 1% !important;
  }
  .sm-h-2p {
    height: 2% !important;
  }
  .sm-h-2p {
    height: 2% !important;
  }
  .sm-max-h-2p {
    max-height: 2% !important;
  }
  .sm-min-h-2p {
    min-height: 2% !important;
  }
  .sm-h-3p {
    height: 3% !important;
  }
  .sm-h-3p {
    height: 3% !important;
  }
  .sm-max-h-3p {
    max-height: 3% !important;
  }
  .sm-min-h-3p {
    min-height: 3% !important;
  }
  .sm-h-4p {
    height: 4% !important;
  }
  .sm-h-4p {
    height: 4% !important;
  }
  .sm-max-h-4p {
    max-height: 4% !important;
  }
  .sm-min-h-4p {
    min-height: 4% !important;
  }
  .sm-h-5p {
    height: 5% !important;
  }
  .sm-h-5p {
    height: 5% !important;
  }
  .sm-max-h-5p {
    max-height: 5% !important;
  }
  .sm-min-h-5p {
    min-height: 5% !important;
  }
  .sm-h-6p {
    height: 6% !important;
  }
  .sm-h-6p {
    height: 6% !important;
  }
  .sm-max-h-6p {
    max-height: 6% !important;
  }
  .sm-min-h-6p {
    min-height: 6% !important;
  }
  .sm-h-7p {
    height: 7% !important;
  }
  .sm-h-7p {
    height: 7% !important;
  }
  .sm-max-h-7p {
    max-height: 7% !important;
  }
  .sm-min-h-7p {
    min-height: 7% !important;
  }
  .sm-h-8p {
    height: 8% !important;
  }
  .sm-h-8p {
    height: 8% !important;
  }
  .sm-max-h-8p {
    max-height: 8% !important;
  }
  .sm-min-h-8p {
    min-height: 8% !important;
  }
  .sm-h-9p {
    height: 9% !important;
  }
  .sm-h-9p {
    height: 9% !important;
  }
  .sm-max-h-9p {
    max-height: 9% !important;
  }
  .sm-min-h-9p {
    min-height: 9% !important;
  }
  .sm-h-10p {
    height: 10% !important;
  }
  .sm-h-10p {
    height: 10% !important;
  }
  .sm-max-h-10p {
    max-height: 10% !important;
  }
  .sm-min-h-10p {
    min-height: 10% !important;
  }
  .sm-h-11p {
    height: 11% !important;
  }
  .sm-h-11p {
    height: 11% !important;
  }
  .sm-max-h-11p {
    max-height: 11% !important;
  }
  .sm-min-h-11p {
    min-height: 11% !important;
  }
  .sm-h-12p {
    height: 12% !important;
  }
  .sm-h-12p {
    height: 12% !important;
  }
  .sm-max-h-12p {
    max-height: 12% !important;
  }
  .sm-min-h-12p {
    min-height: 12% !important;
  }
  .sm-h-13p {
    height: 13% !important;
  }
  .sm-h-13p {
    height: 13% !important;
  }
  .sm-max-h-13p {
    max-height: 13% !important;
  }
  .sm-min-h-13p {
    min-height: 13% !important;
  }
  .sm-h-14p {
    height: 14% !important;
  }
  .sm-h-14p {
    height: 14% !important;
  }
  .sm-max-h-14p {
    max-height: 14% !important;
  }
  .sm-min-h-14p {
    min-height: 14% !important;
  }
  .sm-h-15p {
    height: 15% !important;
  }
  .sm-h-15p {
    height: 15% !important;
  }
  .sm-max-h-15p {
    max-height: 15% !important;
  }
  .sm-min-h-15p {
    min-height: 15% !important;
  }
  .sm-h-16p {
    height: 16% !important;
  }
  .sm-h-16p {
    height: 16% !important;
  }
  .sm-max-h-16p {
    max-height: 16% !important;
  }
  .sm-min-h-16p {
    min-height: 16% !important;
  }
  .sm-h-17p {
    height: 17% !important;
  }
  .sm-h-17p {
    height: 17% !important;
  }
  .sm-max-h-17p {
    max-height: 17% !important;
  }
  .sm-min-h-17p {
    min-height: 17% !important;
  }
  .sm-h-18p {
    height: 18% !important;
  }
  .sm-h-18p {
    height: 18% !important;
  }
  .sm-max-h-18p {
    max-height: 18% !important;
  }
  .sm-min-h-18p {
    min-height: 18% !important;
  }
  .sm-h-19p {
    height: 19% !important;
  }
  .sm-h-19p {
    height: 19% !important;
  }
  .sm-max-h-19p {
    max-height: 19% !important;
  }
  .sm-min-h-19p {
    min-height: 19% !important;
  }
  .sm-h-20p {
    height: 20% !important;
  }
  .sm-h-20p {
    height: 20% !important;
  }
  .sm-max-h-20p {
    max-height: 20% !important;
  }
  .sm-min-h-20p {
    min-height: 20% !important;
  }
  .sm-h-21p {
    height: 21% !important;
  }
  .sm-h-21p {
    height: 21% !important;
  }
  .sm-max-h-21p {
    max-height: 21% !important;
  }
  .sm-min-h-21p {
    min-height: 21% !important;
  }
  .sm-h-22p {
    height: 22% !important;
  }
  .sm-h-22p {
    height: 22% !important;
  }
  .sm-max-h-22p {
    max-height: 22% !important;
  }
  .sm-min-h-22p {
    min-height: 22% !important;
  }
  .sm-h-23p {
    height: 23% !important;
  }
  .sm-h-23p {
    height: 23% !important;
  }
  .sm-max-h-23p {
    max-height: 23% !important;
  }
  .sm-min-h-23p {
    min-height: 23% !important;
  }
  .sm-h-24p {
    height: 24% !important;
  }
  .sm-h-24p {
    height: 24% !important;
  }
  .sm-max-h-24p {
    max-height: 24% !important;
  }
  .sm-min-h-24p {
    min-height: 24% !important;
  }
  .sm-h-25p {
    height: 25% !important;
  }
  .sm-h-25p {
    height: 25% !important;
  }
  .sm-max-h-25p {
    max-height: 25% !important;
  }
  .sm-min-h-25p {
    min-height: 25% !important;
  }
  .sm-h-26p {
    height: 26% !important;
  }
  .sm-h-26p {
    height: 26% !important;
  }
  .sm-max-h-26p {
    max-height: 26% !important;
  }
  .sm-min-h-26p {
    min-height: 26% !important;
  }
  .sm-h-27p {
    height: 27% !important;
  }
  .sm-h-27p {
    height: 27% !important;
  }
  .sm-max-h-27p {
    max-height: 27% !important;
  }
  .sm-min-h-27p {
    min-height: 27% !important;
  }
  .sm-h-28p {
    height: 28% !important;
  }
  .sm-h-28p {
    height: 28% !important;
  }
  .sm-max-h-28p {
    max-height: 28% !important;
  }
  .sm-min-h-28p {
    min-height: 28% !important;
  }
  .sm-h-29p {
    height: 29% !important;
  }
  .sm-h-29p {
    height: 29% !important;
  }
  .sm-max-h-29p {
    max-height: 29% !important;
  }
  .sm-min-h-29p {
    min-height: 29% !important;
  }
  .sm-h-30p {
    height: 30% !important;
  }
  .sm-h-30p {
    height: 30% !important;
  }
  .sm-max-h-30p {
    max-height: 30% !important;
  }
  .sm-min-h-30p {
    min-height: 30% !important;
  }
  .sm-h-31p {
    height: 31% !important;
  }
  .sm-h-31p {
    height: 31% !important;
  }
  .sm-max-h-31p {
    max-height: 31% !important;
  }
  .sm-min-h-31p {
    min-height: 31% !important;
  }
  .sm-h-32p {
    height: 32% !important;
  }
  .sm-h-32p {
    height: 32% !important;
  }
  .sm-max-h-32p {
    max-height: 32% !important;
  }
  .sm-min-h-32p {
    min-height: 32% !important;
  }
  .sm-h-33p {
    height: 33% !important;
  }
  .sm-h-33p {
    height: 33% !important;
  }
  .sm-max-h-33p {
    max-height: 33% !important;
  }
  .sm-min-h-33p {
    min-height: 33% !important;
  }
  .sm-h-34p {
    height: 34% !important;
  }
  .sm-h-34p {
    height: 34% !important;
  }
  .sm-max-h-34p {
    max-height: 34% !important;
  }
  .sm-min-h-34p {
    min-height: 34% !important;
  }
  .sm-h-35p {
    height: 35% !important;
  }
  .sm-h-35p {
    height: 35% !important;
  }
  .sm-max-h-35p {
    max-height: 35% !important;
  }
  .sm-min-h-35p {
    min-height: 35% !important;
  }
  .sm-h-36p {
    height: 36% !important;
  }
  .sm-h-36p {
    height: 36% !important;
  }
  .sm-max-h-36p {
    max-height: 36% !important;
  }
  .sm-min-h-36p {
    min-height: 36% !important;
  }
  .sm-h-37p {
    height: 37% !important;
  }
  .sm-h-37p {
    height: 37% !important;
  }
  .sm-max-h-37p {
    max-height: 37% !important;
  }
  .sm-min-h-37p {
    min-height: 37% !important;
  }
  .sm-h-38p {
    height: 38% !important;
  }
  .sm-h-38p {
    height: 38% !important;
  }
  .sm-max-h-38p {
    max-height: 38% !important;
  }
  .sm-min-h-38p {
    min-height: 38% !important;
  }
  .sm-h-39p {
    height: 39% !important;
  }
  .sm-h-39p {
    height: 39% !important;
  }
  .sm-max-h-39p {
    max-height: 39% !important;
  }
  .sm-min-h-39p {
    min-height: 39% !important;
  }
  .sm-h-40p {
    height: 40% !important;
  }
  .sm-h-40p {
    height: 40% !important;
  }
  .sm-max-h-40p {
    max-height: 40% !important;
  }
  .sm-min-h-40p {
    min-height: 40% !important;
  }
  .sm-h-41p {
    height: 41% !important;
  }
  .sm-h-41p {
    height: 41% !important;
  }
  .sm-max-h-41p {
    max-height: 41% !important;
  }
  .sm-min-h-41p {
    min-height: 41% !important;
  }
  .sm-h-42p {
    height: 42% !important;
  }
  .sm-h-42p {
    height: 42% !important;
  }
  .sm-max-h-42p {
    max-height: 42% !important;
  }
  .sm-min-h-42p {
    min-height: 42% !important;
  }
  .sm-h-43p {
    height: 43% !important;
  }
  .sm-h-43p {
    height: 43% !important;
  }
  .sm-max-h-43p {
    max-height: 43% !important;
  }
  .sm-min-h-43p {
    min-height: 43% !important;
  }
  .sm-h-44p {
    height: 44% !important;
  }
  .sm-h-44p {
    height: 44% !important;
  }
  .sm-max-h-44p {
    max-height: 44% !important;
  }
  .sm-min-h-44p {
    min-height: 44% !important;
  }
  .sm-h-45p {
    height: 45% !important;
  }
  .sm-h-45p {
    height: 45% !important;
  }
  .sm-max-h-45p {
    max-height: 45% !important;
  }
  .sm-min-h-45p {
    min-height: 45% !important;
  }
  .sm-h-46p {
    height: 46% !important;
  }
  .sm-h-46p {
    height: 46% !important;
  }
  .sm-max-h-46p {
    max-height: 46% !important;
  }
  .sm-min-h-46p {
    min-height: 46% !important;
  }
  .sm-h-47p {
    height: 47% !important;
  }
  .sm-h-47p {
    height: 47% !important;
  }
  .sm-max-h-47p {
    max-height: 47% !important;
  }
  .sm-min-h-47p {
    min-height: 47% !important;
  }
  .sm-h-48p {
    height: 48% !important;
  }
  .sm-h-48p {
    height: 48% !important;
  }
  .sm-max-h-48p {
    max-height: 48% !important;
  }
  .sm-min-h-48p {
    min-height: 48% !important;
  }
  .sm-h-49p {
    height: 49% !important;
  }
  .sm-h-49p {
    height: 49% !important;
  }
  .sm-max-h-49p {
    max-height: 49% !important;
  }
  .sm-min-h-49p {
    min-height: 49% !important;
  }
  .sm-h-50p {
    height: 50% !important;
  }
  .sm-h-50p {
    height: 50% !important;
  }
  .sm-max-h-50p {
    max-height: 50% !important;
  }
  .sm-min-h-50p {
    min-height: 50% !important;
  }
  .sm-h-51p {
    height: 51% !important;
  }
  .sm-h-51p {
    height: 51% !important;
  }
  .sm-max-h-51p {
    max-height: 51% !important;
  }
  .sm-min-h-51p {
    min-height: 51% !important;
  }
  .sm-h-52p {
    height: 52% !important;
  }
  .sm-h-52p {
    height: 52% !important;
  }
  .sm-max-h-52p {
    max-height: 52% !important;
  }
  .sm-min-h-52p {
    min-height: 52% !important;
  }
  .sm-h-53p {
    height: 53% !important;
  }
  .sm-h-53p {
    height: 53% !important;
  }
  .sm-max-h-53p {
    max-height: 53% !important;
  }
  .sm-min-h-53p {
    min-height: 53% !important;
  }
  .sm-h-54p {
    height: 54% !important;
  }
  .sm-h-54p {
    height: 54% !important;
  }
  .sm-max-h-54p {
    max-height: 54% !important;
  }
  .sm-min-h-54p {
    min-height: 54% !important;
  }
  .sm-h-55p {
    height: 55% !important;
  }
  .sm-h-55p {
    height: 55% !important;
  }
  .sm-max-h-55p {
    max-height: 55% !important;
  }
  .sm-min-h-55p {
    min-height: 55% !important;
  }
  .sm-h-56p {
    height: 56% !important;
  }
  .sm-h-56p {
    height: 56% !important;
  }
  .sm-max-h-56p {
    max-height: 56% !important;
  }
  .sm-min-h-56p {
    min-height: 56% !important;
  }
  .sm-h-57p {
    height: 57% !important;
  }
  .sm-h-57p {
    height: 57% !important;
  }
  .sm-max-h-57p {
    max-height: 57% !important;
  }
  .sm-min-h-57p {
    min-height: 57% !important;
  }
  .sm-h-58p {
    height: 58% !important;
  }
  .sm-h-58p {
    height: 58% !important;
  }
  .sm-max-h-58p {
    max-height: 58% !important;
  }
  .sm-min-h-58p {
    min-height: 58% !important;
  }
  .sm-h-59p {
    height: 59% !important;
  }
  .sm-h-59p {
    height: 59% !important;
  }
  .sm-max-h-59p {
    max-height: 59% !important;
  }
  .sm-min-h-59p {
    min-height: 59% !important;
  }
  .sm-h-60p {
    height: 60% !important;
  }
  .sm-h-60p {
    height: 60% !important;
  }
  .sm-max-h-60p {
    max-height: 60% !important;
  }
  .sm-min-h-60p {
    min-height: 60% !important;
  }
  .sm-h-61p {
    height: 61% !important;
  }
  .sm-h-61p {
    height: 61% !important;
  }
  .sm-max-h-61p {
    max-height: 61% !important;
  }
  .sm-min-h-61p {
    min-height: 61% !important;
  }
  .sm-h-62p {
    height: 62% !important;
  }
  .sm-h-62p {
    height: 62% !important;
  }
  .sm-max-h-62p {
    max-height: 62% !important;
  }
  .sm-min-h-62p {
    min-height: 62% !important;
  }
  .sm-h-63p {
    height: 63% !important;
  }
  .sm-h-63p {
    height: 63% !important;
  }
  .sm-max-h-63p {
    max-height: 63% !important;
  }
  .sm-min-h-63p {
    min-height: 63% !important;
  }
  .sm-h-64p {
    height: 64% !important;
  }
  .sm-h-64p {
    height: 64% !important;
  }
  .sm-max-h-64p {
    max-height: 64% !important;
  }
  .sm-min-h-64p {
    min-height: 64% !important;
  }
  .sm-h-65p {
    height: 65% !important;
  }
  .sm-h-65p {
    height: 65% !important;
  }
  .sm-max-h-65p {
    max-height: 65% !important;
  }
  .sm-min-h-65p {
    min-height: 65% !important;
  }
  .sm-h-66p {
    height: 66% !important;
  }
  .sm-h-66p {
    height: 66% !important;
  }
  .sm-max-h-66p {
    max-height: 66% !important;
  }
  .sm-min-h-66p {
    min-height: 66% !important;
  }
  .sm-h-67p {
    height: 67% !important;
  }
  .sm-h-67p {
    height: 67% !important;
  }
  .sm-max-h-67p {
    max-height: 67% !important;
  }
  .sm-min-h-67p {
    min-height: 67% !important;
  }
  .sm-h-68p {
    height: 68% !important;
  }
  .sm-h-68p {
    height: 68% !important;
  }
  .sm-max-h-68p {
    max-height: 68% !important;
  }
  .sm-min-h-68p {
    min-height: 68% !important;
  }
  .sm-h-69p {
    height: 69% !important;
  }
  .sm-h-69p {
    height: 69% !important;
  }
  .sm-max-h-69p {
    max-height: 69% !important;
  }
  .sm-min-h-69p {
    min-height: 69% !important;
  }
  .sm-h-70p {
    height: 70% !important;
  }
  .sm-h-70p {
    height: 70% !important;
  }
  .sm-max-h-70p {
    max-height: 70% !important;
  }
  .sm-min-h-70p {
    min-height: 70% !important;
  }
  .sm-h-71p {
    height: 71% !important;
  }
  .sm-h-71p {
    height: 71% !important;
  }
  .sm-max-h-71p {
    max-height: 71% !important;
  }
  .sm-min-h-71p {
    min-height: 71% !important;
  }
  .sm-h-72p {
    height: 72% !important;
  }
  .sm-h-72p {
    height: 72% !important;
  }
  .sm-max-h-72p {
    max-height: 72% !important;
  }
  .sm-min-h-72p {
    min-height: 72% !important;
  }
  .sm-h-73p {
    height: 73% !important;
  }
  .sm-h-73p {
    height: 73% !important;
  }
  .sm-max-h-73p {
    max-height: 73% !important;
  }
  .sm-min-h-73p {
    min-height: 73% !important;
  }
  .sm-h-74p {
    height: 74% !important;
  }
  .sm-h-74p {
    height: 74% !important;
  }
  .sm-max-h-74p {
    max-height: 74% !important;
  }
  .sm-min-h-74p {
    min-height: 74% !important;
  }
  .sm-h-75p {
    height: 75% !important;
  }
  .sm-h-75p {
    height: 75% !important;
  }
  .sm-max-h-75p {
    max-height: 75% !important;
  }
  .sm-min-h-75p {
    min-height: 75% !important;
  }
  .sm-h-76p {
    height: 76% !important;
  }
  .sm-h-76p {
    height: 76% !important;
  }
  .sm-max-h-76p {
    max-height: 76% !important;
  }
  .sm-min-h-76p {
    min-height: 76% !important;
  }
  .sm-h-77p {
    height: 77% !important;
  }
  .sm-h-77p {
    height: 77% !important;
  }
  .sm-max-h-77p {
    max-height: 77% !important;
  }
  .sm-min-h-77p {
    min-height: 77% !important;
  }
  .sm-h-78p {
    height: 78% !important;
  }
  .sm-h-78p {
    height: 78% !important;
  }
  .sm-max-h-78p {
    max-height: 78% !important;
  }
  .sm-min-h-78p {
    min-height: 78% !important;
  }
  .sm-h-79p {
    height: 79% !important;
  }
  .sm-h-79p {
    height: 79% !important;
  }
  .sm-max-h-79p {
    max-height: 79% !important;
  }
  .sm-min-h-79p {
    min-height: 79% !important;
  }
  .sm-h-80p {
    height: 80% !important;
  }
  .sm-h-80p {
    height: 80% !important;
  }
  .sm-max-h-80p {
    max-height: 80% !important;
  }
  .sm-min-h-80p {
    min-height: 80% !important;
  }
  .sm-h-81p {
    height: 81% !important;
  }
  .sm-h-81p {
    height: 81% !important;
  }
  .sm-max-h-81p {
    max-height: 81% !important;
  }
  .sm-min-h-81p {
    min-height: 81% !important;
  }
  .sm-h-82p {
    height: 82% !important;
  }
  .sm-h-82p {
    height: 82% !important;
  }
  .sm-max-h-82p {
    max-height: 82% !important;
  }
  .sm-min-h-82p {
    min-height: 82% !important;
  }
  .sm-h-83p {
    height: 83% !important;
  }
  .sm-h-83p {
    height: 83% !important;
  }
  .sm-max-h-83p {
    max-height: 83% !important;
  }
  .sm-min-h-83p {
    min-height: 83% !important;
  }
  .sm-h-84p {
    height: 84% !important;
  }
  .sm-h-84p {
    height: 84% !important;
  }
  .sm-max-h-84p {
    max-height: 84% !important;
  }
  .sm-min-h-84p {
    min-height: 84% !important;
  }
  .sm-h-85p {
    height: 85% !important;
  }
  .sm-h-85p {
    height: 85% !important;
  }
  .sm-max-h-85p {
    max-height: 85% !important;
  }
  .sm-min-h-85p {
    min-height: 85% !important;
  }
  .sm-h-86p {
    height: 86% !important;
  }
  .sm-h-86p {
    height: 86% !important;
  }
  .sm-max-h-86p {
    max-height: 86% !important;
  }
  .sm-min-h-86p {
    min-height: 86% !important;
  }
  .sm-h-87p {
    height: 87% !important;
  }
  .sm-h-87p {
    height: 87% !important;
  }
  .sm-max-h-87p {
    max-height: 87% !important;
  }
  .sm-min-h-87p {
    min-height: 87% !important;
  }
  .sm-h-88p {
    height: 88% !important;
  }
  .sm-h-88p {
    height: 88% !important;
  }
  .sm-max-h-88p {
    max-height: 88% !important;
  }
  .sm-min-h-88p {
    min-height: 88% !important;
  }
  .sm-h-89p {
    height: 89% !important;
  }
  .sm-h-89p {
    height: 89% !important;
  }
  .sm-max-h-89p {
    max-height: 89% !important;
  }
  .sm-min-h-89p {
    min-height: 89% !important;
  }
  .sm-h-90p {
    height: 90% !important;
  }
  .sm-h-90p {
    height: 90% !important;
  }
  .sm-max-h-90p {
    max-height: 90% !important;
  }
  .sm-min-h-90p {
    min-height: 90% !important;
  }
  .sm-h-91p {
    height: 91% !important;
  }
  .sm-h-91p {
    height: 91% !important;
  }
  .sm-max-h-91p {
    max-height: 91% !important;
  }
  .sm-min-h-91p {
    min-height: 91% !important;
  }
  .sm-h-92p {
    height: 92% !important;
  }
  .sm-h-92p {
    height: 92% !important;
  }
  .sm-max-h-92p {
    max-height: 92% !important;
  }
  .sm-min-h-92p {
    min-height: 92% !important;
  }
  .sm-h-93p {
    height: 93% !important;
  }
  .sm-h-93p {
    height: 93% !important;
  }
  .sm-max-h-93p {
    max-height: 93% !important;
  }
  .sm-min-h-93p {
    min-height: 93% !important;
  }
  .sm-h-94p {
    height: 94% !important;
  }
  .sm-h-94p {
    height: 94% !important;
  }
  .sm-max-h-94p {
    max-height: 94% !important;
  }
  .sm-min-h-94p {
    min-height: 94% !important;
  }
  .sm-h-95p {
    height: 95% !important;
  }
  .sm-h-95p {
    height: 95% !important;
  }
  .sm-max-h-95p {
    max-height: 95% !important;
  }
  .sm-min-h-95p {
    min-height: 95% !important;
  }
  .sm-h-96p {
    height: 96% !important;
  }
  .sm-h-96p {
    height: 96% !important;
  }
  .sm-max-h-96p {
    max-height: 96% !important;
  }
  .sm-min-h-96p {
    min-height: 96% !important;
  }
  .sm-h-97p {
    height: 97% !important;
  }
  .sm-h-97p {
    height: 97% !important;
  }
  .sm-max-h-97p {
    max-height: 97% !important;
  }
  .sm-min-h-97p {
    min-height: 97% !important;
  }
  .sm-h-98p {
    height: 98% !important;
  }
  .sm-h-98p {
    height: 98% !important;
  }
  .sm-max-h-98p {
    max-height: 98% !important;
  }
  .sm-min-h-98p {
    min-height: 98% !important;
  }
  .sm-h-99p {
    height: 99% !important;
  }
  .sm-h-99p {
    height: 99% !important;
  }
  .sm-max-h-99p {
    max-height: 99% !important;
  }
  .sm-min-h-99p {
    min-height: 99% !important;
  }
  .sm-h-100p {
    height: 100% !important;
  }
  .sm-h-100p {
    height: 100% !important;
  }
  .sm-max-h-100p {
    max-height: 100% !important;
  }
  .sm-min-h-100p {
    min-height: 100% !important;
  }
}
@media (min-height: 768px) {
  .md-h-1p {
    height: 1% !important;
  }
  .md-h-1p {
    height: 1% !important;
  }
  .md-max-h-1p {
    max-height: 1% !important;
  }
  .md-min-h-1p {
    min-height: 1% !important;
  }
  .md-h-2p {
    height: 2% !important;
  }
  .md-h-2p {
    height: 2% !important;
  }
  .md-max-h-2p {
    max-height: 2% !important;
  }
  .md-min-h-2p {
    min-height: 2% !important;
  }
  .md-h-3p {
    height: 3% !important;
  }
  .md-h-3p {
    height: 3% !important;
  }
  .md-max-h-3p {
    max-height: 3% !important;
  }
  .md-min-h-3p {
    min-height: 3% !important;
  }
  .md-h-4p {
    height: 4% !important;
  }
  .md-h-4p {
    height: 4% !important;
  }
  .md-max-h-4p {
    max-height: 4% !important;
  }
  .md-min-h-4p {
    min-height: 4% !important;
  }
  .md-h-5p {
    height: 5% !important;
  }
  .md-h-5p {
    height: 5% !important;
  }
  .md-max-h-5p {
    max-height: 5% !important;
  }
  .md-min-h-5p {
    min-height: 5% !important;
  }
  .md-h-6p {
    height: 6% !important;
  }
  .md-h-6p {
    height: 6% !important;
  }
  .md-max-h-6p {
    max-height: 6% !important;
  }
  .md-min-h-6p {
    min-height: 6% !important;
  }
  .md-h-7p {
    height: 7% !important;
  }
  .md-h-7p {
    height: 7% !important;
  }
  .md-max-h-7p {
    max-height: 7% !important;
  }
  .md-min-h-7p {
    min-height: 7% !important;
  }
  .md-h-8p {
    height: 8% !important;
  }
  .md-h-8p {
    height: 8% !important;
  }
  .md-max-h-8p {
    max-height: 8% !important;
  }
  .md-min-h-8p {
    min-height: 8% !important;
  }
  .md-h-9p {
    height: 9% !important;
  }
  .md-h-9p {
    height: 9% !important;
  }
  .md-max-h-9p {
    max-height: 9% !important;
  }
  .md-min-h-9p {
    min-height: 9% !important;
  }
  .md-h-10p {
    height: 10% !important;
  }
  .md-h-10p {
    height: 10% !important;
  }
  .md-max-h-10p {
    max-height: 10% !important;
  }
  .md-min-h-10p {
    min-height: 10% !important;
  }
  .md-h-11p {
    height: 11% !important;
  }
  .md-h-11p {
    height: 11% !important;
  }
  .md-max-h-11p {
    max-height: 11% !important;
  }
  .md-min-h-11p {
    min-height: 11% !important;
  }
  .md-h-12p {
    height: 12% !important;
  }
  .md-h-12p {
    height: 12% !important;
  }
  .md-max-h-12p {
    max-height: 12% !important;
  }
  .md-min-h-12p {
    min-height: 12% !important;
  }
  .md-h-13p {
    height: 13% !important;
  }
  .md-h-13p {
    height: 13% !important;
  }
  .md-max-h-13p {
    max-height: 13% !important;
  }
  .md-min-h-13p {
    min-height: 13% !important;
  }
  .md-h-14p {
    height: 14% !important;
  }
  .md-h-14p {
    height: 14% !important;
  }
  .md-max-h-14p {
    max-height: 14% !important;
  }
  .md-min-h-14p {
    min-height: 14% !important;
  }
  .md-h-15p {
    height: 15% !important;
  }
  .md-h-15p {
    height: 15% !important;
  }
  .md-max-h-15p {
    max-height: 15% !important;
  }
  .md-min-h-15p {
    min-height: 15% !important;
  }
  .md-h-16p {
    height: 16% !important;
  }
  .md-h-16p {
    height: 16% !important;
  }
  .md-max-h-16p {
    max-height: 16% !important;
  }
  .md-min-h-16p {
    min-height: 16% !important;
  }
  .md-h-17p {
    height: 17% !important;
  }
  .md-h-17p {
    height: 17% !important;
  }
  .md-max-h-17p {
    max-height: 17% !important;
  }
  .md-min-h-17p {
    min-height: 17% !important;
  }
  .md-h-18p {
    height: 18% !important;
  }
  .md-h-18p {
    height: 18% !important;
  }
  .md-max-h-18p {
    max-height: 18% !important;
  }
  .md-min-h-18p {
    min-height: 18% !important;
  }
  .md-h-19p {
    height: 19% !important;
  }
  .md-h-19p {
    height: 19% !important;
  }
  .md-max-h-19p {
    max-height: 19% !important;
  }
  .md-min-h-19p {
    min-height: 19% !important;
  }
  .md-h-20p {
    height: 20% !important;
  }
  .md-h-20p {
    height: 20% !important;
  }
  .md-max-h-20p {
    max-height: 20% !important;
  }
  .md-min-h-20p {
    min-height: 20% !important;
  }
  .md-h-21p {
    height: 21% !important;
  }
  .md-h-21p {
    height: 21% !important;
  }
  .md-max-h-21p {
    max-height: 21% !important;
  }
  .md-min-h-21p {
    min-height: 21% !important;
  }
  .md-h-22p {
    height: 22% !important;
  }
  .md-h-22p {
    height: 22% !important;
  }
  .md-max-h-22p {
    max-height: 22% !important;
  }
  .md-min-h-22p {
    min-height: 22% !important;
  }
  .md-h-23p {
    height: 23% !important;
  }
  .md-h-23p {
    height: 23% !important;
  }
  .md-max-h-23p {
    max-height: 23% !important;
  }
  .md-min-h-23p {
    min-height: 23% !important;
  }
  .md-h-24p {
    height: 24% !important;
  }
  .md-h-24p {
    height: 24% !important;
  }
  .md-max-h-24p {
    max-height: 24% !important;
  }
  .md-min-h-24p {
    min-height: 24% !important;
  }
  .md-h-25p {
    height: 25% !important;
  }
  .md-h-25p {
    height: 25% !important;
  }
  .md-max-h-25p {
    max-height: 25% !important;
  }
  .md-min-h-25p {
    min-height: 25% !important;
  }
  .md-h-26p {
    height: 26% !important;
  }
  .md-h-26p {
    height: 26% !important;
  }
  .md-max-h-26p {
    max-height: 26% !important;
  }
  .md-min-h-26p {
    min-height: 26% !important;
  }
  .md-h-27p {
    height: 27% !important;
  }
  .md-h-27p {
    height: 27% !important;
  }
  .md-max-h-27p {
    max-height: 27% !important;
  }
  .md-min-h-27p {
    min-height: 27% !important;
  }
  .md-h-28p {
    height: 28% !important;
  }
  .md-h-28p {
    height: 28% !important;
  }
  .md-max-h-28p {
    max-height: 28% !important;
  }
  .md-min-h-28p {
    min-height: 28% !important;
  }
  .md-h-29p {
    height: 29% !important;
  }
  .md-h-29p {
    height: 29% !important;
  }
  .md-max-h-29p {
    max-height: 29% !important;
  }
  .md-min-h-29p {
    min-height: 29% !important;
  }
  .md-h-30p {
    height: 30% !important;
  }
  .md-h-30p {
    height: 30% !important;
  }
  .md-max-h-30p {
    max-height: 30% !important;
  }
  .md-min-h-30p {
    min-height: 30% !important;
  }
  .md-h-31p {
    height: 31% !important;
  }
  .md-h-31p {
    height: 31% !important;
  }
  .md-max-h-31p {
    max-height: 31% !important;
  }
  .md-min-h-31p {
    min-height: 31% !important;
  }
  .md-h-32p {
    height: 32% !important;
  }
  .md-h-32p {
    height: 32% !important;
  }
  .md-max-h-32p {
    max-height: 32% !important;
  }
  .md-min-h-32p {
    min-height: 32% !important;
  }
  .md-h-33p {
    height: 33% !important;
  }
  .md-h-33p {
    height: 33% !important;
  }
  .md-max-h-33p {
    max-height: 33% !important;
  }
  .md-min-h-33p {
    min-height: 33% !important;
  }
  .md-h-34p {
    height: 34% !important;
  }
  .md-h-34p {
    height: 34% !important;
  }
  .md-max-h-34p {
    max-height: 34% !important;
  }
  .md-min-h-34p {
    min-height: 34% !important;
  }
  .md-h-35p {
    height: 35% !important;
  }
  .md-h-35p {
    height: 35% !important;
  }
  .md-max-h-35p {
    max-height: 35% !important;
  }
  .md-min-h-35p {
    min-height: 35% !important;
  }
  .md-h-36p {
    height: 36% !important;
  }
  .md-h-36p {
    height: 36% !important;
  }
  .md-max-h-36p {
    max-height: 36% !important;
  }
  .md-min-h-36p {
    min-height: 36% !important;
  }
  .md-h-37p {
    height: 37% !important;
  }
  .md-h-37p {
    height: 37% !important;
  }
  .md-max-h-37p {
    max-height: 37% !important;
  }
  .md-min-h-37p {
    min-height: 37% !important;
  }
  .md-h-38p {
    height: 38% !important;
  }
  .md-h-38p {
    height: 38% !important;
  }
  .md-max-h-38p {
    max-height: 38% !important;
  }
  .md-min-h-38p {
    min-height: 38% !important;
  }
  .md-h-39p {
    height: 39% !important;
  }
  .md-h-39p {
    height: 39% !important;
  }
  .md-max-h-39p {
    max-height: 39% !important;
  }
  .md-min-h-39p {
    min-height: 39% !important;
  }
  .md-h-40p {
    height: 40% !important;
  }
  .md-h-40p {
    height: 40% !important;
  }
  .md-max-h-40p {
    max-height: 40% !important;
  }
  .md-min-h-40p {
    min-height: 40% !important;
  }
  .md-h-41p {
    height: 41% !important;
  }
  .md-h-41p {
    height: 41% !important;
  }
  .md-max-h-41p {
    max-height: 41% !important;
  }
  .md-min-h-41p {
    min-height: 41% !important;
  }
  .md-h-42p {
    height: 42% !important;
  }
  .md-h-42p {
    height: 42% !important;
  }
  .md-max-h-42p {
    max-height: 42% !important;
  }
  .md-min-h-42p {
    min-height: 42% !important;
  }
  .md-h-43p {
    height: 43% !important;
  }
  .md-h-43p {
    height: 43% !important;
  }
  .md-max-h-43p {
    max-height: 43% !important;
  }
  .md-min-h-43p {
    min-height: 43% !important;
  }
  .md-h-44p {
    height: 44% !important;
  }
  .md-h-44p {
    height: 44% !important;
  }
  .md-max-h-44p {
    max-height: 44% !important;
  }
  .md-min-h-44p {
    min-height: 44% !important;
  }
  .md-h-45p {
    height: 45% !important;
  }
  .md-h-45p {
    height: 45% !important;
  }
  .md-max-h-45p {
    max-height: 45% !important;
  }
  .md-min-h-45p {
    min-height: 45% !important;
  }
  .md-h-46p {
    height: 46% !important;
  }
  .md-h-46p {
    height: 46% !important;
  }
  .md-max-h-46p {
    max-height: 46% !important;
  }
  .md-min-h-46p {
    min-height: 46% !important;
  }
  .md-h-47p {
    height: 47% !important;
  }
  .md-h-47p {
    height: 47% !important;
  }
  .md-max-h-47p {
    max-height: 47% !important;
  }
  .md-min-h-47p {
    min-height: 47% !important;
  }
  .md-h-48p {
    height: 48% !important;
  }
  .md-h-48p {
    height: 48% !important;
  }
  .md-max-h-48p {
    max-height: 48% !important;
  }
  .md-min-h-48p {
    min-height: 48% !important;
  }
  .md-h-49p {
    height: 49% !important;
  }
  .md-h-49p {
    height: 49% !important;
  }
  .md-max-h-49p {
    max-height: 49% !important;
  }
  .md-min-h-49p {
    min-height: 49% !important;
  }
  .md-h-50p {
    height: 50% !important;
  }
  .md-h-50p {
    height: 50% !important;
  }
  .md-max-h-50p {
    max-height: 50% !important;
  }
  .md-min-h-50p {
    min-height: 50% !important;
  }
  .md-h-51p {
    height: 51% !important;
  }
  .md-h-51p {
    height: 51% !important;
  }
  .md-max-h-51p {
    max-height: 51% !important;
  }
  .md-min-h-51p {
    min-height: 51% !important;
  }
  .md-h-52p {
    height: 52% !important;
  }
  .md-h-52p {
    height: 52% !important;
  }
  .md-max-h-52p {
    max-height: 52% !important;
  }
  .md-min-h-52p {
    min-height: 52% !important;
  }
  .md-h-53p {
    height: 53% !important;
  }
  .md-h-53p {
    height: 53% !important;
  }
  .md-max-h-53p {
    max-height: 53% !important;
  }
  .md-min-h-53p {
    min-height: 53% !important;
  }
  .md-h-54p {
    height: 54% !important;
  }
  .md-h-54p {
    height: 54% !important;
  }
  .md-max-h-54p {
    max-height: 54% !important;
  }
  .md-min-h-54p {
    min-height: 54% !important;
  }
  .md-h-55p {
    height: 55% !important;
  }
  .md-h-55p {
    height: 55% !important;
  }
  .md-max-h-55p {
    max-height: 55% !important;
  }
  .md-min-h-55p {
    min-height: 55% !important;
  }
  .md-h-56p {
    height: 56% !important;
  }
  .md-h-56p {
    height: 56% !important;
  }
  .md-max-h-56p {
    max-height: 56% !important;
  }
  .md-min-h-56p {
    min-height: 56% !important;
  }
  .md-h-57p {
    height: 57% !important;
  }
  .md-h-57p {
    height: 57% !important;
  }
  .md-max-h-57p {
    max-height: 57% !important;
  }
  .md-min-h-57p {
    min-height: 57% !important;
  }
  .md-h-58p {
    height: 58% !important;
  }
  .md-h-58p {
    height: 58% !important;
  }
  .md-max-h-58p {
    max-height: 58% !important;
  }
  .md-min-h-58p {
    min-height: 58% !important;
  }
  .md-h-59p {
    height: 59% !important;
  }
  .md-h-59p {
    height: 59% !important;
  }
  .md-max-h-59p {
    max-height: 59% !important;
  }
  .md-min-h-59p {
    min-height: 59% !important;
  }
  .md-h-60p {
    height: 60% !important;
  }
  .md-h-60p {
    height: 60% !important;
  }
  .md-max-h-60p {
    max-height: 60% !important;
  }
  .md-min-h-60p {
    min-height: 60% !important;
  }
  .md-h-61p {
    height: 61% !important;
  }
  .md-h-61p {
    height: 61% !important;
  }
  .md-max-h-61p {
    max-height: 61% !important;
  }
  .md-min-h-61p {
    min-height: 61% !important;
  }
  .md-h-62p {
    height: 62% !important;
  }
  .md-h-62p {
    height: 62% !important;
  }
  .md-max-h-62p {
    max-height: 62% !important;
  }
  .md-min-h-62p {
    min-height: 62% !important;
  }
  .md-h-63p {
    height: 63% !important;
  }
  .md-h-63p {
    height: 63% !important;
  }
  .md-max-h-63p {
    max-height: 63% !important;
  }
  .md-min-h-63p {
    min-height: 63% !important;
  }
  .md-h-64p {
    height: 64% !important;
  }
  .md-h-64p {
    height: 64% !important;
  }
  .md-max-h-64p {
    max-height: 64% !important;
  }
  .md-min-h-64p {
    min-height: 64% !important;
  }
  .md-h-65p {
    height: 65% !important;
  }
  .md-h-65p {
    height: 65% !important;
  }
  .md-max-h-65p {
    max-height: 65% !important;
  }
  .md-min-h-65p {
    min-height: 65% !important;
  }
  .md-h-66p {
    height: 66% !important;
  }
  .md-h-66p {
    height: 66% !important;
  }
  .md-max-h-66p {
    max-height: 66% !important;
  }
  .md-min-h-66p {
    min-height: 66% !important;
  }
  .md-h-67p {
    height: 67% !important;
  }
  .md-h-67p {
    height: 67% !important;
  }
  .md-max-h-67p {
    max-height: 67% !important;
  }
  .md-min-h-67p {
    min-height: 67% !important;
  }
  .md-h-68p {
    height: 68% !important;
  }
  .md-h-68p {
    height: 68% !important;
  }
  .md-max-h-68p {
    max-height: 68% !important;
  }
  .md-min-h-68p {
    min-height: 68% !important;
  }
  .md-h-69p {
    height: 69% !important;
  }
  .md-h-69p {
    height: 69% !important;
  }
  .md-max-h-69p {
    max-height: 69% !important;
  }
  .md-min-h-69p {
    min-height: 69% !important;
  }
  .md-h-70p {
    height: 70% !important;
  }
  .md-h-70p {
    height: 70% !important;
  }
  .md-max-h-70p {
    max-height: 70% !important;
  }
  .md-min-h-70p {
    min-height: 70% !important;
  }
  .md-h-71p {
    height: 71% !important;
  }
  .md-h-71p {
    height: 71% !important;
  }
  .md-max-h-71p {
    max-height: 71% !important;
  }
  .md-min-h-71p {
    min-height: 71% !important;
  }
  .md-h-72p {
    height: 72% !important;
  }
  .md-h-72p {
    height: 72% !important;
  }
  .md-max-h-72p {
    max-height: 72% !important;
  }
  .md-min-h-72p {
    min-height: 72% !important;
  }
  .md-h-73p {
    height: 73% !important;
  }
  .md-h-73p {
    height: 73% !important;
  }
  .md-max-h-73p {
    max-height: 73% !important;
  }
  .md-min-h-73p {
    min-height: 73% !important;
  }
  .md-h-74p {
    height: 74% !important;
  }
  .md-h-74p {
    height: 74% !important;
  }
  .md-max-h-74p {
    max-height: 74% !important;
  }
  .md-min-h-74p {
    min-height: 74% !important;
  }
  .md-h-75p {
    height: 75% !important;
  }
  .md-h-75p {
    height: 75% !important;
  }
  .md-max-h-75p {
    max-height: 75% !important;
  }
  .md-min-h-75p {
    min-height: 75% !important;
  }
  .md-h-76p {
    height: 76% !important;
  }
  .md-h-76p {
    height: 76% !important;
  }
  .md-max-h-76p {
    max-height: 76% !important;
  }
  .md-min-h-76p {
    min-height: 76% !important;
  }
  .md-h-77p {
    height: 77% !important;
  }
  .md-h-77p {
    height: 77% !important;
  }
  .md-max-h-77p {
    max-height: 77% !important;
  }
  .md-min-h-77p {
    min-height: 77% !important;
  }
  .md-h-78p {
    height: 78% !important;
  }
  .md-h-78p {
    height: 78% !important;
  }
  .md-max-h-78p {
    max-height: 78% !important;
  }
  .md-min-h-78p {
    min-height: 78% !important;
  }
  .md-h-79p {
    height: 79% !important;
  }
  .md-h-79p {
    height: 79% !important;
  }
  .md-max-h-79p {
    max-height: 79% !important;
  }
  .md-min-h-79p {
    min-height: 79% !important;
  }
  .md-h-80p {
    height: 80% !important;
  }
  .md-h-80p {
    height: 80% !important;
  }
  .md-max-h-80p {
    max-height: 80% !important;
  }
  .md-min-h-80p {
    min-height: 80% !important;
  }
  .md-h-81p {
    height: 81% !important;
  }
  .md-h-81p {
    height: 81% !important;
  }
  .md-max-h-81p {
    max-height: 81% !important;
  }
  .md-min-h-81p {
    min-height: 81% !important;
  }
  .md-h-82p {
    height: 82% !important;
  }
  .md-h-82p {
    height: 82% !important;
  }
  .md-max-h-82p {
    max-height: 82% !important;
  }
  .md-min-h-82p {
    min-height: 82% !important;
  }
  .md-h-83p {
    height: 83% !important;
  }
  .md-h-83p {
    height: 83% !important;
  }
  .md-max-h-83p {
    max-height: 83% !important;
  }
  .md-min-h-83p {
    min-height: 83% !important;
  }
  .md-h-84p {
    height: 84% !important;
  }
  .md-h-84p {
    height: 84% !important;
  }
  .md-max-h-84p {
    max-height: 84% !important;
  }
  .md-min-h-84p {
    min-height: 84% !important;
  }
  .md-h-85p {
    height: 85% !important;
  }
  .md-h-85p {
    height: 85% !important;
  }
  .md-max-h-85p {
    max-height: 85% !important;
  }
  .md-min-h-85p {
    min-height: 85% !important;
  }
  .md-h-86p {
    height: 86% !important;
  }
  .md-h-86p {
    height: 86% !important;
  }
  .md-max-h-86p {
    max-height: 86% !important;
  }
  .md-min-h-86p {
    min-height: 86% !important;
  }
  .md-h-87p {
    height: 87% !important;
  }
  .md-h-87p {
    height: 87% !important;
  }
  .md-max-h-87p {
    max-height: 87% !important;
  }
  .md-min-h-87p {
    min-height: 87% !important;
  }
  .md-h-88p {
    height: 88% !important;
  }
  .md-h-88p {
    height: 88% !important;
  }
  .md-max-h-88p {
    max-height: 88% !important;
  }
  .md-min-h-88p {
    min-height: 88% !important;
  }
  .md-h-89p {
    height: 89% !important;
  }
  .md-h-89p {
    height: 89% !important;
  }
  .md-max-h-89p {
    max-height: 89% !important;
  }
  .md-min-h-89p {
    min-height: 89% !important;
  }
  .md-h-90p {
    height: 90% !important;
  }
  .md-h-90p {
    height: 90% !important;
  }
  .md-max-h-90p {
    max-height: 90% !important;
  }
  .md-min-h-90p {
    min-height: 90% !important;
  }
  .md-h-91p {
    height: 91% !important;
  }
  .md-h-91p {
    height: 91% !important;
  }
  .md-max-h-91p {
    max-height: 91% !important;
  }
  .md-min-h-91p {
    min-height: 91% !important;
  }
  .md-h-92p {
    height: 92% !important;
  }
  .md-h-92p {
    height: 92% !important;
  }
  .md-max-h-92p {
    max-height: 92% !important;
  }
  .md-min-h-92p {
    min-height: 92% !important;
  }
  .md-h-93p {
    height: 93% !important;
  }
  .md-h-93p {
    height: 93% !important;
  }
  .md-max-h-93p {
    max-height: 93% !important;
  }
  .md-min-h-93p {
    min-height: 93% !important;
  }
  .md-h-94p {
    height: 94% !important;
  }
  .md-h-94p {
    height: 94% !important;
  }
  .md-max-h-94p {
    max-height: 94% !important;
  }
  .md-min-h-94p {
    min-height: 94% !important;
  }
  .md-h-95p {
    height: 95% !important;
  }
  .md-h-95p {
    height: 95% !important;
  }
  .md-max-h-95p {
    max-height: 95% !important;
  }
  .md-min-h-95p {
    min-height: 95% !important;
  }
  .md-h-96p {
    height: 96% !important;
  }
  .md-h-96p {
    height: 96% !important;
  }
  .md-max-h-96p {
    max-height: 96% !important;
  }
  .md-min-h-96p {
    min-height: 96% !important;
  }
  .md-h-97p {
    height: 97% !important;
  }
  .md-h-97p {
    height: 97% !important;
  }
  .md-max-h-97p {
    max-height: 97% !important;
  }
  .md-min-h-97p {
    min-height: 97% !important;
  }
  .md-h-98p {
    height: 98% !important;
  }
  .md-h-98p {
    height: 98% !important;
  }
  .md-max-h-98p {
    max-height: 98% !important;
  }
  .md-min-h-98p {
    min-height: 98% !important;
  }
  .md-h-99p {
    height: 99% !important;
  }
  .md-h-99p {
    height: 99% !important;
  }
  .md-max-h-99p {
    max-height: 99% !important;
  }
  .md-min-h-99p {
    min-height: 99% !important;
  }
  .md-h-100p {
    height: 100% !important;
  }
  .md-h-100p {
    height: 100% !important;
  }
  .md-max-h-100p {
    max-height: 100% !important;
  }
  .md-min-h-100p {
    min-height: 100% !important;
  }
}
@media (min-height: 992px) {
  .lg-h-1p {
    height: 1% !important;
  }
  .lg-h-1p {
    height: 1% !important;
  }
  .lg-max-h-1p {
    max-height: 1% !important;
  }
  .lg-min-h-1p {
    min-height: 1% !important;
  }
  .lg-h-2p {
    height: 2% !important;
  }
  .lg-h-2p {
    height: 2% !important;
  }
  .lg-max-h-2p {
    max-height: 2% !important;
  }
  .lg-min-h-2p {
    min-height: 2% !important;
  }
  .lg-h-3p {
    height: 3% !important;
  }
  .lg-h-3p {
    height: 3% !important;
  }
  .lg-max-h-3p {
    max-height: 3% !important;
  }
  .lg-min-h-3p {
    min-height: 3% !important;
  }
  .lg-h-4p {
    height: 4% !important;
  }
  .lg-h-4p {
    height: 4% !important;
  }
  .lg-max-h-4p {
    max-height: 4% !important;
  }
  .lg-min-h-4p {
    min-height: 4% !important;
  }
  .lg-h-5p {
    height: 5% !important;
  }
  .lg-h-5p {
    height: 5% !important;
  }
  .lg-max-h-5p {
    max-height: 5% !important;
  }
  .lg-min-h-5p {
    min-height: 5% !important;
  }
  .lg-h-6p {
    height: 6% !important;
  }
  .lg-h-6p {
    height: 6% !important;
  }
  .lg-max-h-6p {
    max-height: 6% !important;
  }
  .lg-min-h-6p {
    min-height: 6% !important;
  }
  .lg-h-7p {
    height: 7% !important;
  }
  .lg-h-7p {
    height: 7% !important;
  }
  .lg-max-h-7p {
    max-height: 7% !important;
  }
  .lg-min-h-7p {
    min-height: 7% !important;
  }
  .lg-h-8p {
    height: 8% !important;
  }
  .lg-h-8p {
    height: 8% !important;
  }
  .lg-max-h-8p {
    max-height: 8% !important;
  }
  .lg-min-h-8p {
    min-height: 8% !important;
  }
  .lg-h-9p {
    height: 9% !important;
  }
  .lg-h-9p {
    height: 9% !important;
  }
  .lg-max-h-9p {
    max-height: 9% !important;
  }
  .lg-min-h-9p {
    min-height: 9% !important;
  }
  .lg-h-10p {
    height: 10% !important;
  }
  .lg-h-10p {
    height: 10% !important;
  }
  .lg-max-h-10p {
    max-height: 10% !important;
  }
  .lg-min-h-10p {
    min-height: 10% !important;
  }
  .lg-h-11p {
    height: 11% !important;
  }
  .lg-h-11p {
    height: 11% !important;
  }
  .lg-max-h-11p {
    max-height: 11% !important;
  }
  .lg-min-h-11p {
    min-height: 11% !important;
  }
  .lg-h-12p {
    height: 12% !important;
  }
  .lg-h-12p {
    height: 12% !important;
  }
  .lg-max-h-12p {
    max-height: 12% !important;
  }
  .lg-min-h-12p {
    min-height: 12% !important;
  }
  .lg-h-13p {
    height: 13% !important;
  }
  .lg-h-13p {
    height: 13% !important;
  }
  .lg-max-h-13p {
    max-height: 13% !important;
  }
  .lg-min-h-13p {
    min-height: 13% !important;
  }
  .lg-h-14p {
    height: 14% !important;
  }
  .lg-h-14p {
    height: 14% !important;
  }
  .lg-max-h-14p {
    max-height: 14% !important;
  }
  .lg-min-h-14p {
    min-height: 14% !important;
  }
  .lg-h-15p {
    height: 15% !important;
  }
  .lg-h-15p {
    height: 15% !important;
  }
  .lg-max-h-15p {
    max-height: 15% !important;
  }
  .lg-min-h-15p {
    min-height: 15% !important;
  }
  .lg-h-16p {
    height: 16% !important;
  }
  .lg-h-16p {
    height: 16% !important;
  }
  .lg-max-h-16p {
    max-height: 16% !important;
  }
  .lg-min-h-16p {
    min-height: 16% !important;
  }
  .lg-h-17p {
    height: 17% !important;
  }
  .lg-h-17p {
    height: 17% !important;
  }
  .lg-max-h-17p {
    max-height: 17% !important;
  }
  .lg-min-h-17p {
    min-height: 17% !important;
  }
  .lg-h-18p {
    height: 18% !important;
  }
  .lg-h-18p {
    height: 18% !important;
  }
  .lg-max-h-18p {
    max-height: 18% !important;
  }
  .lg-min-h-18p {
    min-height: 18% !important;
  }
  .lg-h-19p {
    height: 19% !important;
  }
  .lg-h-19p {
    height: 19% !important;
  }
  .lg-max-h-19p {
    max-height: 19% !important;
  }
  .lg-min-h-19p {
    min-height: 19% !important;
  }
  .lg-h-20p {
    height: 20% !important;
  }
  .lg-h-20p {
    height: 20% !important;
  }
  .lg-max-h-20p {
    max-height: 20% !important;
  }
  .lg-min-h-20p {
    min-height: 20% !important;
  }
  .lg-h-21p {
    height: 21% !important;
  }
  .lg-h-21p {
    height: 21% !important;
  }
  .lg-max-h-21p {
    max-height: 21% !important;
  }
  .lg-min-h-21p {
    min-height: 21% !important;
  }
  .lg-h-22p {
    height: 22% !important;
  }
  .lg-h-22p {
    height: 22% !important;
  }
  .lg-max-h-22p {
    max-height: 22% !important;
  }
  .lg-min-h-22p {
    min-height: 22% !important;
  }
  .lg-h-23p {
    height: 23% !important;
  }
  .lg-h-23p {
    height: 23% !important;
  }
  .lg-max-h-23p {
    max-height: 23% !important;
  }
  .lg-min-h-23p {
    min-height: 23% !important;
  }
  .lg-h-24p {
    height: 24% !important;
  }
  .lg-h-24p {
    height: 24% !important;
  }
  .lg-max-h-24p {
    max-height: 24% !important;
  }
  .lg-min-h-24p {
    min-height: 24% !important;
  }
  .lg-h-25p {
    height: 25% !important;
  }
  .lg-h-25p {
    height: 25% !important;
  }
  .lg-max-h-25p {
    max-height: 25% !important;
  }
  .lg-min-h-25p {
    min-height: 25% !important;
  }
  .lg-h-26p {
    height: 26% !important;
  }
  .lg-h-26p {
    height: 26% !important;
  }
  .lg-max-h-26p {
    max-height: 26% !important;
  }
  .lg-min-h-26p {
    min-height: 26% !important;
  }
  .lg-h-27p {
    height: 27% !important;
  }
  .lg-h-27p {
    height: 27% !important;
  }
  .lg-max-h-27p {
    max-height: 27% !important;
  }
  .lg-min-h-27p {
    min-height: 27% !important;
  }
  .lg-h-28p {
    height: 28% !important;
  }
  .lg-h-28p {
    height: 28% !important;
  }
  .lg-max-h-28p {
    max-height: 28% !important;
  }
  .lg-min-h-28p {
    min-height: 28% !important;
  }
  .lg-h-29p {
    height: 29% !important;
  }
  .lg-h-29p {
    height: 29% !important;
  }
  .lg-max-h-29p {
    max-height: 29% !important;
  }
  .lg-min-h-29p {
    min-height: 29% !important;
  }
  .lg-h-30p {
    height: 30% !important;
  }
  .lg-h-30p {
    height: 30% !important;
  }
  .lg-max-h-30p {
    max-height: 30% !important;
  }
  .lg-min-h-30p {
    min-height: 30% !important;
  }
  .lg-h-31p {
    height: 31% !important;
  }
  .lg-h-31p {
    height: 31% !important;
  }
  .lg-max-h-31p {
    max-height: 31% !important;
  }
  .lg-min-h-31p {
    min-height: 31% !important;
  }
  .lg-h-32p {
    height: 32% !important;
  }
  .lg-h-32p {
    height: 32% !important;
  }
  .lg-max-h-32p {
    max-height: 32% !important;
  }
  .lg-min-h-32p {
    min-height: 32% !important;
  }
  .lg-h-33p {
    height: 33% !important;
  }
  .lg-h-33p {
    height: 33% !important;
  }
  .lg-max-h-33p {
    max-height: 33% !important;
  }
  .lg-min-h-33p {
    min-height: 33% !important;
  }
  .lg-h-34p {
    height: 34% !important;
  }
  .lg-h-34p {
    height: 34% !important;
  }
  .lg-max-h-34p {
    max-height: 34% !important;
  }
  .lg-min-h-34p {
    min-height: 34% !important;
  }
  .lg-h-35p {
    height: 35% !important;
  }
  .lg-h-35p {
    height: 35% !important;
  }
  .lg-max-h-35p {
    max-height: 35% !important;
  }
  .lg-min-h-35p {
    min-height: 35% !important;
  }
  .lg-h-36p {
    height: 36% !important;
  }
  .lg-h-36p {
    height: 36% !important;
  }
  .lg-max-h-36p {
    max-height: 36% !important;
  }
  .lg-min-h-36p {
    min-height: 36% !important;
  }
  .lg-h-37p {
    height: 37% !important;
  }
  .lg-h-37p {
    height: 37% !important;
  }
  .lg-max-h-37p {
    max-height: 37% !important;
  }
  .lg-min-h-37p {
    min-height: 37% !important;
  }
  .lg-h-38p {
    height: 38% !important;
  }
  .lg-h-38p {
    height: 38% !important;
  }
  .lg-max-h-38p {
    max-height: 38% !important;
  }
  .lg-min-h-38p {
    min-height: 38% !important;
  }
  .lg-h-39p {
    height: 39% !important;
  }
  .lg-h-39p {
    height: 39% !important;
  }
  .lg-max-h-39p {
    max-height: 39% !important;
  }
  .lg-min-h-39p {
    min-height: 39% !important;
  }
  .lg-h-40p {
    height: 40% !important;
  }
  .lg-h-40p {
    height: 40% !important;
  }
  .lg-max-h-40p {
    max-height: 40% !important;
  }
  .lg-min-h-40p {
    min-height: 40% !important;
  }
  .lg-h-41p {
    height: 41% !important;
  }
  .lg-h-41p {
    height: 41% !important;
  }
  .lg-max-h-41p {
    max-height: 41% !important;
  }
  .lg-min-h-41p {
    min-height: 41% !important;
  }
  .lg-h-42p {
    height: 42% !important;
  }
  .lg-h-42p {
    height: 42% !important;
  }
  .lg-max-h-42p {
    max-height: 42% !important;
  }
  .lg-min-h-42p {
    min-height: 42% !important;
  }
  .lg-h-43p {
    height: 43% !important;
  }
  .lg-h-43p {
    height: 43% !important;
  }
  .lg-max-h-43p {
    max-height: 43% !important;
  }
  .lg-min-h-43p {
    min-height: 43% !important;
  }
  .lg-h-44p {
    height: 44% !important;
  }
  .lg-h-44p {
    height: 44% !important;
  }
  .lg-max-h-44p {
    max-height: 44% !important;
  }
  .lg-min-h-44p {
    min-height: 44% !important;
  }
  .lg-h-45p {
    height: 45% !important;
  }
  .lg-h-45p {
    height: 45% !important;
  }
  .lg-max-h-45p {
    max-height: 45% !important;
  }
  .lg-min-h-45p {
    min-height: 45% !important;
  }
  .lg-h-46p {
    height: 46% !important;
  }
  .lg-h-46p {
    height: 46% !important;
  }
  .lg-max-h-46p {
    max-height: 46% !important;
  }
  .lg-min-h-46p {
    min-height: 46% !important;
  }
  .lg-h-47p {
    height: 47% !important;
  }
  .lg-h-47p {
    height: 47% !important;
  }
  .lg-max-h-47p {
    max-height: 47% !important;
  }
  .lg-min-h-47p {
    min-height: 47% !important;
  }
  .lg-h-48p {
    height: 48% !important;
  }
  .lg-h-48p {
    height: 48% !important;
  }
  .lg-max-h-48p {
    max-height: 48% !important;
  }
  .lg-min-h-48p {
    min-height: 48% !important;
  }
  .lg-h-49p {
    height: 49% !important;
  }
  .lg-h-49p {
    height: 49% !important;
  }
  .lg-max-h-49p {
    max-height: 49% !important;
  }
  .lg-min-h-49p {
    min-height: 49% !important;
  }
  .lg-h-50p {
    height: 50% !important;
  }
  .lg-h-50p {
    height: 50% !important;
  }
  .lg-max-h-50p {
    max-height: 50% !important;
  }
  .lg-min-h-50p {
    min-height: 50% !important;
  }
  .lg-h-51p {
    height: 51% !important;
  }
  .lg-h-51p {
    height: 51% !important;
  }
  .lg-max-h-51p {
    max-height: 51% !important;
  }
  .lg-min-h-51p {
    min-height: 51% !important;
  }
  .lg-h-52p {
    height: 52% !important;
  }
  .lg-h-52p {
    height: 52% !important;
  }
  .lg-max-h-52p {
    max-height: 52% !important;
  }
  .lg-min-h-52p {
    min-height: 52% !important;
  }
  .lg-h-53p {
    height: 53% !important;
  }
  .lg-h-53p {
    height: 53% !important;
  }
  .lg-max-h-53p {
    max-height: 53% !important;
  }
  .lg-min-h-53p {
    min-height: 53% !important;
  }
  .lg-h-54p {
    height: 54% !important;
  }
  .lg-h-54p {
    height: 54% !important;
  }
  .lg-max-h-54p {
    max-height: 54% !important;
  }
  .lg-min-h-54p {
    min-height: 54% !important;
  }
  .lg-h-55p {
    height: 55% !important;
  }
  .lg-h-55p {
    height: 55% !important;
  }
  .lg-max-h-55p {
    max-height: 55% !important;
  }
  .lg-min-h-55p {
    min-height: 55% !important;
  }
  .lg-h-56p {
    height: 56% !important;
  }
  .lg-h-56p {
    height: 56% !important;
  }
  .lg-max-h-56p {
    max-height: 56% !important;
  }
  .lg-min-h-56p {
    min-height: 56% !important;
  }
  .lg-h-57p {
    height: 57% !important;
  }
  .lg-h-57p {
    height: 57% !important;
  }
  .lg-max-h-57p {
    max-height: 57% !important;
  }
  .lg-min-h-57p {
    min-height: 57% !important;
  }
  .lg-h-58p {
    height: 58% !important;
  }
  .lg-h-58p {
    height: 58% !important;
  }
  .lg-max-h-58p {
    max-height: 58% !important;
  }
  .lg-min-h-58p {
    min-height: 58% !important;
  }
  .lg-h-59p {
    height: 59% !important;
  }
  .lg-h-59p {
    height: 59% !important;
  }
  .lg-max-h-59p {
    max-height: 59% !important;
  }
  .lg-min-h-59p {
    min-height: 59% !important;
  }
  .lg-h-60p {
    height: 60% !important;
  }
  .lg-h-60p {
    height: 60% !important;
  }
  .lg-max-h-60p {
    max-height: 60% !important;
  }
  .lg-min-h-60p {
    min-height: 60% !important;
  }
  .lg-h-61p {
    height: 61% !important;
  }
  .lg-h-61p {
    height: 61% !important;
  }
  .lg-max-h-61p {
    max-height: 61% !important;
  }
  .lg-min-h-61p {
    min-height: 61% !important;
  }
  .lg-h-62p {
    height: 62% !important;
  }
  .lg-h-62p {
    height: 62% !important;
  }
  .lg-max-h-62p {
    max-height: 62% !important;
  }
  .lg-min-h-62p {
    min-height: 62% !important;
  }
  .lg-h-63p {
    height: 63% !important;
  }
  .lg-h-63p {
    height: 63% !important;
  }
  .lg-max-h-63p {
    max-height: 63% !important;
  }
  .lg-min-h-63p {
    min-height: 63% !important;
  }
  .lg-h-64p {
    height: 64% !important;
  }
  .lg-h-64p {
    height: 64% !important;
  }
  .lg-max-h-64p {
    max-height: 64% !important;
  }
  .lg-min-h-64p {
    min-height: 64% !important;
  }
  .lg-h-65p {
    height: 65% !important;
  }
  .lg-h-65p {
    height: 65% !important;
  }
  .lg-max-h-65p {
    max-height: 65% !important;
  }
  .lg-min-h-65p {
    min-height: 65% !important;
  }
  .lg-h-66p {
    height: 66% !important;
  }
  .lg-h-66p {
    height: 66% !important;
  }
  .lg-max-h-66p {
    max-height: 66% !important;
  }
  .lg-min-h-66p {
    min-height: 66% !important;
  }
  .lg-h-67p {
    height: 67% !important;
  }
  .lg-h-67p {
    height: 67% !important;
  }
  .lg-max-h-67p {
    max-height: 67% !important;
  }
  .lg-min-h-67p {
    min-height: 67% !important;
  }
  .lg-h-68p {
    height: 68% !important;
  }
  .lg-h-68p {
    height: 68% !important;
  }
  .lg-max-h-68p {
    max-height: 68% !important;
  }
  .lg-min-h-68p {
    min-height: 68% !important;
  }
  .lg-h-69p {
    height: 69% !important;
  }
  .lg-h-69p {
    height: 69% !important;
  }
  .lg-max-h-69p {
    max-height: 69% !important;
  }
  .lg-min-h-69p {
    min-height: 69% !important;
  }
  .lg-h-70p {
    height: 70% !important;
  }
  .lg-h-70p {
    height: 70% !important;
  }
  .lg-max-h-70p {
    max-height: 70% !important;
  }
  .lg-min-h-70p {
    min-height: 70% !important;
  }
  .lg-h-71p {
    height: 71% !important;
  }
  .lg-h-71p {
    height: 71% !important;
  }
  .lg-max-h-71p {
    max-height: 71% !important;
  }
  .lg-min-h-71p {
    min-height: 71% !important;
  }
  .lg-h-72p {
    height: 72% !important;
  }
  .lg-h-72p {
    height: 72% !important;
  }
  .lg-max-h-72p {
    max-height: 72% !important;
  }
  .lg-min-h-72p {
    min-height: 72% !important;
  }
  .lg-h-73p {
    height: 73% !important;
  }
  .lg-h-73p {
    height: 73% !important;
  }
  .lg-max-h-73p {
    max-height: 73% !important;
  }
  .lg-min-h-73p {
    min-height: 73% !important;
  }
  .lg-h-74p {
    height: 74% !important;
  }
  .lg-h-74p {
    height: 74% !important;
  }
  .lg-max-h-74p {
    max-height: 74% !important;
  }
  .lg-min-h-74p {
    min-height: 74% !important;
  }
  .lg-h-75p {
    height: 75% !important;
  }
  .lg-h-75p {
    height: 75% !important;
  }
  .lg-max-h-75p {
    max-height: 75% !important;
  }
  .lg-min-h-75p {
    min-height: 75% !important;
  }
  .lg-h-76p {
    height: 76% !important;
  }
  .lg-h-76p {
    height: 76% !important;
  }
  .lg-max-h-76p {
    max-height: 76% !important;
  }
  .lg-min-h-76p {
    min-height: 76% !important;
  }
  .lg-h-77p {
    height: 77% !important;
  }
  .lg-h-77p {
    height: 77% !important;
  }
  .lg-max-h-77p {
    max-height: 77% !important;
  }
  .lg-min-h-77p {
    min-height: 77% !important;
  }
  .lg-h-78p {
    height: 78% !important;
  }
  .lg-h-78p {
    height: 78% !important;
  }
  .lg-max-h-78p {
    max-height: 78% !important;
  }
  .lg-min-h-78p {
    min-height: 78% !important;
  }
  .lg-h-79p {
    height: 79% !important;
  }
  .lg-h-79p {
    height: 79% !important;
  }
  .lg-max-h-79p {
    max-height: 79% !important;
  }
  .lg-min-h-79p {
    min-height: 79% !important;
  }
  .lg-h-80p {
    height: 80% !important;
  }
  .lg-h-80p {
    height: 80% !important;
  }
  .lg-max-h-80p {
    max-height: 80% !important;
  }
  .lg-min-h-80p {
    min-height: 80% !important;
  }
  .lg-h-81p {
    height: 81% !important;
  }
  .lg-h-81p {
    height: 81% !important;
  }
  .lg-max-h-81p {
    max-height: 81% !important;
  }
  .lg-min-h-81p {
    min-height: 81% !important;
  }
  .lg-h-82p {
    height: 82% !important;
  }
  .lg-h-82p {
    height: 82% !important;
  }
  .lg-max-h-82p {
    max-height: 82% !important;
  }
  .lg-min-h-82p {
    min-height: 82% !important;
  }
  .lg-h-83p {
    height: 83% !important;
  }
  .lg-h-83p {
    height: 83% !important;
  }
  .lg-max-h-83p {
    max-height: 83% !important;
  }
  .lg-min-h-83p {
    min-height: 83% !important;
  }
  .lg-h-84p {
    height: 84% !important;
  }
  .lg-h-84p {
    height: 84% !important;
  }
  .lg-max-h-84p {
    max-height: 84% !important;
  }
  .lg-min-h-84p {
    min-height: 84% !important;
  }
  .lg-h-85p {
    height: 85% !important;
  }
  .lg-h-85p {
    height: 85% !important;
  }
  .lg-max-h-85p {
    max-height: 85% !important;
  }
  .lg-min-h-85p {
    min-height: 85% !important;
  }
  .lg-h-86p {
    height: 86% !important;
  }
  .lg-h-86p {
    height: 86% !important;
  }
  .lg-max-h-86p {
    max-height: 86% !important;
  }
  .lg-min-h-86p {
    min-height: 86% !important;
  }
  .lg-h-87p {
    height: 87% !important;
  }
  .lg-h-87p {
    height: 87% !important;
  }
  .lg-max-h-87p {
    max-height: 87% !important;
  }
  .lg-min-h-87p {
    min-height: 87% !important;
  }
  .lg-h-88p {
    height: 88% !important;
  }
  .lg-h-88p {
    height: 88% !important;
  }
  .lg-max-h-88p {
    max-height: 88% !important;
  }
  .lg-min-h-88p {
    min-height: 88% !important;
  }
  .lg-h-89p {
    height: 89% !important;
  }
  .lg-h-89p {
    height: 89% !important;
  }
  .lg-max-h-89p {
    max-height: 89% !important;
  }
  .lg-min-h-89p {
    min-height: 89% !important;
  }
  .lg-h-90p {
    height: 90% !important;
  }
  .lg-h-90p {
    height: 90% !important;
  }
  .lg-max-h-90p {
    max-height: 90% !important;
  }
  .lg-min-h-90p {
    min-height: 90% !important;
  }
  .lg-h-91p {
    height: 91% !important;
  }
  .lg-h-91p {
    height: 91% !important;
  }
  .lg-max-h-91p {
    max-height: 91% !important;
  }
  .lg-min-h-91p {
    min-height: 91% !important;
  }
  .lg-h-92p {
    height: 92% !important;
  }
  .lg-h-92p {
    height: 92% !important;
  }
  .lg-max-h-92p {
    max-height: 92% !important;
  }
  .lg-min-h-92p {
    min-height: 92% !important;
  }
  .lg-h-93p {
    height: 93% !important;
  }
  .lg-h-93p {
    height: 93% !important;
  }
  .lg-max-h-93p {
    max-height: 93% !important;
  }
  .lg-min-h-93p {
    min-height: 93% !important;
  }
  .lg-h-94p {
    height: 94% !important;
  }
  .lg-h-94p {
    height: 94% !important;
  }
  .lg-max-h-94p {
    max-height: 94% !important;
  }
  .lg-min-h-94p {
    min-height: 94% !important;
  }
  .lg-h-95p {
    height: 95% !important;
  }
  .lg-h-95p {
    height: 95% !important;
  }
  .lg-max-h-95p {
    max-height: 95% !important;
  }
  .lg-min-h-95p {
    min-height: 95% !important;
  }
  .lg-h-96p {
    height: 96% !important;
  }
  .lg-h-96p {
    height: 96% !important;
  }
  .lg-max-h-96p {
    max-height: 96% !important;
  }
  .lg-min-h-96p {
    min-height: 96% !important;
  }
  .lg-h-97p {
    height: 97% !important;
  }
  .lg-h-97p {
    height: 97% !important;
  }
  .lg-max-h-97p {
    max-height: 97% !important;
  }
  .lg-min-h-97p {
    min-height: 97% !important;
  }
  .lg-h-98p {
    height: 98% !important;
  }
  .lg-h-98p {
    height: 98% !important;
  }
  .lg-max-h-98p {
    max-height: 98% !important;
  }
  .lg-min-h-98p {
    min-height: 98% !important;
  }
  .lg-h-99p {
    height: 99% !important;
  }
  .lg-h-99p {
    height: 99% !important;
  }
  .lg-max-h-99p {
    max-height: 99% !important;
  }
  .lg-min-h-99p {
    min-height: 99% !important;
  }
  .lg-h-100p {
    height: 100% !important;
  }
  .lg-h-100p {
    height: 100% !important;
  }
  .lg-max-h-100p {
    max-height: 100% !important;
  }
  .lg-min-h-100p {
    min-height: 100% !important;
  }
}
@media (max-width: 340px) {
  .region-center-340px {
    text-align: center;
  }
  .region-center-340px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-340px {
    flex-flow: wrap;
  }
}
@media (max-width: 345px) {
  .region-center-345px {
    text-align: center;
  }
  .region-center-345px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-345px {
    flex-flow: wrap;
  }
}
@media (max-width: 350px) {
  .region-center-350px {
    text-align: center;
  }
  .region-center-350px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-350px {
    flex-flow: wrap;
  }
}
@media (max-width: 355px) {
  .region-center-355px {
    text-align: center;
  }
  .region-center-355px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-355px {
    flex-flow: wrap;
  }
}
@media (max-width: 360px) {
  .region-center-360px {
    text-align: center;
  }
  .region-center-360px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-360px {
    flex-flow: wrap;
  }
}
@media (max-width: 365px) {
  .region-center-365px {
    text-align: center;
  }
  .region-center-365px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-365px {
    flex-flow: wrap;
  }
}
@media (max-width: 370px) {
  .region-center-370px {
    text-align: center;
  }
  .region-center-370px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-370px {
    flex-flow: wrap;
  }
}
@media (max-width: 375px) {
  .region-center-375px {
    text-align: center;
  }
  .region-center-375px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-375px {
    flex-flow: wrap;
  }
}
@media (max-width: 380px) {
  .region-center-380px {
    text-align: center;
  }
  .region-center-380px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-380px {
    flex-flow: wrap;
  }
}
@media (max-width: 385px) {
  .region-center-385px {
    text-align: center;
  }
  .region-center-385px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-385px {
    flex-flow: wrap;
  }
}
@media (max-width: 390px) {
  .region-center-390px {
    text-align: center;
  }
  .region-center-390px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-390px {
    flex-flow: wrap;
  }
}
@media (max-width: 395px) {
  .region-center-395px {
    text-align: center;
  }
  .region-center-395px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-395px {
    flex-flow: wrap;
  }
}
@media (max-width: 400px) {
  .region-center-400px {
    text-align: center;
  }
  .region-center-400px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-400px {
    flex-flow: wrap;
  }
}
@media (max-width: 405px) {
  .region-center-405px {
    text-align: center;
  }
  .region-center-405px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-405px {
    flex-flow: wrap;
  }
}
@media (max-width: 410px) {
  .region-center-410px {
    text-align: center;
  }
  .region-center-410px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-410px {
    flex-flow: wrap;
  }
}
@media (max-width: 415px) {
  .region-center-415px {
    text-align: center;
  }
  .region-center-415px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-415px {
    flex-flow: wrap;
  }
}
@media (max-width: 420px) {
  .region-center-420px {
    text-align: center;
  }
  .region-center-420px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-420px {
    flex-flow: wrap;
  }
}
@media (max-width: 425px) {
  .region-center-425px {
    text-align: center;
  }
  .region-center-425px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-425px {
    flex-flow: wrap;
  }
}
@media (max-width: 430px) {
  .region-center-430px {
    text-align: center;
  }
  .region-center-430px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-430px {
    flex-flow: wrap;
  }
}
@media (max-width: 435px) {
  .region-center-435px {
    text-align: center;
  }
  .region-center-435px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-435px {
    flex-flow: wrap;
  }
}
@media (max-width: 440px) {
  .region-center-440px {
    text-align: center;
  }
  .region-center-440px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-440px {
    flex-flow: wrap;
  }
}
@media (max-width: 445px) {
  .region-center-445px {
    text-align: center;
  }
  .region-center-445px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-445px {
    flex-flow: wrap;
  }
}
@media (max-width: 450px) {
  .region-center-450px {
    text-align: center;
  }
  .region-center-450px .d-flex {
    flex-flow: wrap;
    justify-content: center;
  }
  .ff-wrap-450px {
    flex-flow: wrap;
  }
}
.ff-wrap {
  flex-flow: wrap;
}

.text-nowrap,
.nowrap {
  text-wrap: nowrap;
}

.display-column {
  display: flex;
  flex-direction: column;
}

.error-border {
  border: 3px solid red !important;
}

.child-input-error-border input {
  border: 3px solid red !important;
}

.custom-border-light {
  border-color: rgba(108, 117, 125, 0.3411764706);
}

.border-radius-1 {
  border-radius: 1px;
}

.border-bottom-radius-1 {
  border-end-start-radius: 1px;
  border-end-end-radius: 1px;
}

.border-top-radius-1 {
  border-start-end-radius: 1px;
  border-start-start-radius: 1px;
}

.border-radius-2 {
  border-radius: 2px;
}

.border-bottom-radius-2 {
  border-end-start-radius: 2px;
  border-end-end-radius: 2px;
}

.border-top-radius-2 {
  border-start-end-radius: 2px;
  border-start-start-radius: 2px;
}

.border-radius-3 {
  border-radius: 3px;
}

.border-bottom-radius-3 {
  border-end-start-radius: 3px;
  border-end-end-radius: 3px;
}

.border-top-radius-3 {
  border-start-end-radius: 3px;
  border-start-start-radius: 3px;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-bottom-radius-4 {
  border-end-start-radius: 4px;
  border-end-end-radius: 4px;
}

.border-top-radius-4 {
  border-start-end-radius: 4px;
  border-start-start-radius: 4px;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-bottom-radius-5 {
  border-end-start-radius: 5px;
  border-end-end-radius: 5px;
}

.border-top-radius-5 {
  border-start-end-radius: 5px;
  border-start-start-radius: 5px;
}

.border-radius-6 {
  border-radius: 6px;
}

.border-bottom-radius-6 {
  border-end-start-radius: 6px;
  border-end-end-radius: 6px;
}

.border-top-radius-6 {
  border-start-end-radius: 6px;
  border-start-start-radius: 6px;
}

.border-radius-7 {
  border-radius: 7px;
}

.border-bottom-radius-7 {
  border-end-start-radius: 7px;
  border-end-end-radius: 7px;
}

.border-top-radius-7 {
  border-start-end-radius: 7px;
  border-start-start-radius: 7px;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-bottom-radius-8 {
  border-end-start-radius: 8px;
  border-end-end-radius: 8px;
}

.border-top-radius-8 {
  border-start-end-radius: 8px;
  border-start-start-radius: 8px;
}

.border-radius-9 {
  border-radius: 9px;
}

.border-bottom-radius-9 {
  border-end-start-radius: 9px;
  border-end-end-radius: 9px;
}

.border-top-radius-9 {
  border-start-end-radius: 9px;
  border-start-start-radius: 9px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-bottom-radius-10 {
  border-end-start-radius: 10px;
  border-end-end-radius: 10px;
}

.border-top-radius-10 {
  border-start-end-radius: 10px;
  border-start-start-radius: 10px;
}

.border-radius-11 {
  border-radius: 11px;
}

.border-bottom-radius-11 {
  border-end-start-radius: 11px;
  border-end-end-radius: 11px;
}

.border-top-radius-11 {
  border-start-end-radius: 11px;
  border-start-start-radius: 11px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-bottom-radius-12 {
  border-end-start-radius: 12px;
  border-end-end-radius: 12px;
}

.border-top-radius-12 {
  border-start-end-radius: 12px;
  border-start-start-radius: 12px;
}

.border-radius-13 {
  border-radius: 13px;
}

.border-bottom-radius-13 {
  border-end-start-radius: 13px;
  border-end-end-radius: 13px;
}

.border-top-radius-13 {
  border-start-end-radius: 13px;
  border-start-start-radius: 13px;
}

.border-radius-14 {
  border-radius: 14px;
}

.border-bottom-radius-14 {
  border-end-start-radius: 14px;
  border-end-end-radius: 14px;
}

.border-top-radius-14 {
  border-start-end-radius: 14px;
  border-start-start-radius: 14px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-bottom-radius-15 {
  border-end-start-radius: 15px;
  border-end-end-radius: 15px;
}

.border-top-radius-15 {
  border-start-end-radius: 15px;
  border-start-start-radius: 15px;
}

.border-radius-16 {
  border-radius: 16px;
}

.border-bottom-radius-16 {
  border-end-start-radius: 16px;
  border-end-end-radius: 16px;
}

.border-top-radius-16 {
  border-start-end-radius: 16px;
  border-start-start-radius: 16px;
}

.border-radius-17 {
  border-radius: 17px;
}

.border-bottom-radius-17 {
  border-end-start-radius: 17px;
  border-end-end-radius: 17px;
}

.border-top-radius-17 {
  border-start-end-radius: 17px;
  border-start-start-radius: 17px;
}

.border-radius-18 {
  border-radius: 18px;
}

.border-bottom-radius-18 {
  border-end-start-radius: 18px;
  border-end-end-radius: 18px;
}

.border-top-radius-18 {
  border-start-end-radius: 18px;
  border-start-start-radius: 18px;
}

.border-radius-19 {
  border-radius: 19px;
}

.border-bottom-radius-19 {
  border-end-start-radius: 19px;
  border-end-end-radius: 19px;
}

.border-top-radius-19 {
  border-start-end-radius: 19px;
  border-start-start-radius: 19px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-bottom-radius-20 {
  border-end-start-radius: 20px;
  border-end-end-radius: 20px;
}

.border-top-radius-20 {
  border-start-end-radius: 20px;
  border-start-start-radius: 20px;
}

.border-radius-21 {
  border-radius: 21px;
}

.border-bottom-radius-21 {
  border-end-start-radius: 21px;
  border-end-end-radius: 21px;
}

.border-top-radius-21 {
  border-start-end-radius: 21px;
  border-start-start-radius: 21px;
}

.border-radius-22 {
  border-radius: 22px;
}

.border-bottom-radius-22 {
  border-end-start-radius: 22px;
  border-end-end-radius: 22px;
}

.border-top-radius-22 {
  border-start-end-radius: 22px;
  border-start-start-radius: 22px;
}

.border-radius-23 {
  border-radius: 23px;
}

.border-bottom-radius-23 {
  border-end-start-radius: 23px;
  border-end-end-radius: 23px;
}

.border-top-radius-23 {
  border-start-end-radius: 23px;
  border-start-start-radius: 23px;
}

.border-radius-24 {
  border-radius: 24px;
}

.border-bottom-radius-24 {
  border-end-start-radius: 24px;
  border-end-end-radius: 24px;
}

.border-top-radius-24 {
  border-start-end-radius: 24px;
  border-start-start-radius: 24px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-bottom-radius-25 {
  border-end-start-radius: 25px;
  border-end-end-radius: 25px;
}

.border-top-radius-25 {
  border-start-end-radius: 25px;
  border-start-start-radius: 25px;
}

.border-radius-26 {
  border-radius: 26px;
}

.border-bottom-radius-26 {
  border-end-start-radius: 26px;
  border-end-end-radius: 26px;
}

.border-top-radius-26 {
  border-start-end-radius: 26px;
  border-start-start-radius: 26px;
}

.border-radius-27 {
  border-radius: 27px;
}

.border-bottom-radius-27 {
  border-end-start-radius: 27px;
  border-end-end-radius: 27px;
}

.border-top-radius-27 {
  border-start-end-radius: 27px;
  border-start-start-radius: 27px;
}

.border-radius-28 {
  border-radius: 28px;
}

.border-bottom-radius-28 {
  border-end-start-radius: 28px;
  border-end-end-radius: 28px;
}

.border-top-radius-28 {
  border-start-end-radius: 28px;
  border-start-start-radius: 28px;
}

.border-radius-29 {
  border-radius: 29px;
}

.border-bottom-radius-29 {
  border-end-start-radius: 29px;
  border-end-end-radius: 29px;
}

.border-top-radius-29 {
  border-start-end-radius: 29px;
  border-start-start-radius: 29px;
}

.border-radius-30 {
  border-radius: 30px;
}

.border-bottom-radius-30 {
  border-end-start-radius: 30px;
  border-end-end-radius: 30px;
}

.border-top-radius-30 {
  border-start-end-radius: 30px;
  border-start-start-radius: 30px;
}

.border-radius-31 {
  border-radius: 31px;
}

.border-bottom-radius-31 {
  border-end-start-radius: 31px;
  border-end-end-radius: 31px;
}

.border-top-radius-31 {
  border-start-end-radius: 31px;
  border-start-start-radius: 31px;
}

.border-radius-32 {
  border-radius: 32px;
}

.border-bottom-radius-32 {
  border-end-start-radius: 32px;
  border-end-end-radius: 32px;
}

.border-top-radius-32 {
  border-start-end-radius: 32px;
  border-start-start-radius: 32px;
}

.border-radius-33 {
  border-radius: 33px;
}

.border-bottom-radius-33 {
  border-end-start-radius: 33px;
  border-end-end-radius: 33px;
}

.border-top-radius-33 {
  border-start-end-radius: 33px;
  border-start-start-radius: 33px;
}

.border-radius-34 {
  border-radius: 34px;
}

.border-bottom-radius-34 {
  border-end-start-radius: 34px;
  border-end-end-radius: 34px;
}

.border-top-radius-34 {
  border-start-end-radius: 34px;
  border-start-start-radius: 34px;
}

.border-radius-35 {
  border-radius: 35px;
}

.border-bottom-radius-35 {
  border-end-start-radius: 35px;
  border-end-end-radius: 35px;
}

.border-top-radius-35 {
  border-start-end-radius: 35px;
  border-start-start-radius: 35px;
}

.border-radius-36 {
  border-radius: 36px;
}

.border-bottom-radius-36 {
  border-end-start-radius: 36px;
  border-end-end-radius: 36px;
}

.border-top-radius-36 {
  border-start-end-radius: 36px;
  border-start-start-radius: 36px;
}

.border-radius-37 {
  border-radius: 37px;
}

.border-bottom-radius-37 {
  border-end-start-radius: 37px;
  border-end-end-radius: 37px;
}

.border-top-radius-37 {
  border-start-end-radius: 37px;
  border-start-start-radius: 37px;
}

.border-radius-38 {
  border-radius: 38px;
}

.border-bottom-radius-38 {
  border-end-start-radius: 38px;
  border-end-end-radius: 38px;
}

.border-top-radius-38 {
  border-start-end-radius: 38px;
  border-start-start-radius: 38px;
}

.border-radius-39 {
  border-radius: 39px;
}

.border-bottom-radius-39 {
  border-end-start-radius: 39px;
  border-end-end-radius: 39px;
}

.border-top-radius-39 {
  border-start-end-radius: 39px;
  border-start-start-radius: 39px;
}

.border-radius-40 {
  border-radius: 40px;
}

.border-bottom-radius-40 {
  border-end-start-radius: 40px;
  border-end-end-radius: 40px;
}

.border-top-radius-40 {
  border-start-end-radius: 40px;
  border-start-start-radius: 40px;
}

.border-radius-41 {
  border-radius: 41px;
}

.border-bottom-radius-41 {
  border-end-start-radius: 41px;
  border-end-end-radius: 41px;
}

.border-top-radius-41 {
  border-start-end-radius: 41px;
  border-start-start-radius: 41px;
}

.border-radius-42 {
  border-radius: 42px;
}

.border-bottom-radius-42 {
  border-end-start-radius: 42px;
  border-end-end-radius: 42px;
}

.border-top-radius-42 {
  border-start-end-radius: 42px;
  border-start-start-radius: 42px;
}

.border-radius-43 {
  border-radius: 43px;
}

.border-bottom-radius-43 {
  border-end-start-radius: 43px;
  border-end-end-radius: 43px;
}

.border-top-radius-43 {
  border-start-end-radius: 43px;
  border-start-start-radius: 43px;
}

.border-radius-44 {
  border-radius: 44px;
}

.border-bottom-radius-44 {
  border-end-start-radius: 44px;
  border-end-end-radius: 44px;
}

.border-top-radius-44 {
  border-start-end-radius: 44px;
  border-start-start-radius: 44px;
}

.border-radius-45 {
  border-radius: 45px;
}

.border-bottom-radius-45 {
  border-end-start-radius: 45px;
  border-end-end-radius: 45px;
}

.border-top-radius-45 {
  border-start-end-radius: 45px;
  border-start-start-radius: 45px;
}

.border-radius-46 {
  border-radius: 46px;
}

.border-bottom-radius-46 {
  border-end-start-radius: 46px;
  border-end-end-radius: 46px;
}

.border-top-radius-46 {
  border-start-end-radius: 46px;
  border-start-start-radius: 46px;
}

.border-radius-47 {
  border-radius: 47px;
}

.border-bottom-radius-47 {
  border-end-start-radius: 47px;
  border-end-end-radius: 47px;
}

.border-top-radius-47 {
  border-start-end-radius: 47px;
  border-start-start-radius: 47px;
}

.border-radius-48 {
  border-radius: 48px;
}

.border-bottom-radius-48 {
  border-end-start-radius: 48px;
  border-end-end-radius: 48px;
}

.border-top-radius-48 {
  border-start-end-radius: 48px;
  border-start-start-radius: 48px;
}

.border-radius-49 {
  border-radius: 49px;
}

.border-bottom-radius-49 {
  border-end-start-radius: 49px;
  border-end-end-radius: 49px;
}

.border-top-radius-49 {
  border-start-end-radius: 49px;
  border-start-start-radius: 49px;
}

.border-radius-50 {
  border-radius: 50px;
}

.border-bottom-radius-50 {
  border-end-start-radius: 50px;
  border-end-end-radius: 50px;
}

.border-top-radius-50 {
  border-start-end-radius: 50px;
  border-start-start-radius: 50px;
}

.dt-border-1 .dataTables_wrapper .dataTables_scrollBody {
  border: 1px solid;
}

.dt-border-bottom-1 .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 1px solid;
}

.dt-border-2 .dataTables_wrapper .dataTables_scrollBody {
  border: 2px solid;
}

.dt-border-bottom-2 .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 2px solid;
}

.dt-border-3 .dataTables_wrapper .dataTables_scrollBody {
  border: 3px solid;
}

.dt-border-bottom-3 .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 3px solid;
}

.dt-border-4 .dataTables_wrapper .dataTables_scrollBody {
  border: 4px solid;
}

.dt-border-bottom-4 .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 4px solid;
}

.dt-border-5 .dataTables_wrapper .dataTables_scrollBody {
  border: 5px solid;
}

.dt-border-bottom-5 .dataTables_wrapper .dataTables_scrollBody {
  border-bottom: 5px solid;
}

.fsize-4 {
  font-size: 4px !important;
}

.after-fsize-4::after {
  font-size: 4px !important;
}

.fsize-5 {
  font-size: 5px !important;
}

.after-fsize-5::after {
  font-size: 5px !important;
}

.fsize-6 {
  font-size: 6px !important;
}

.after-fsize-6::after {
  font-size: 6px !important;
}

.fsize-7 {
  font-size: 7px !important;
}

.after-fsize-7::after {
  font-size: 7px !important;
}

.fsize-8 {
  font-size: 8px !important;
}

.after-fsize-8::after {
  font-size: 8px !important;
}

.fsize-9 {
  font-size: 9px !important;
}

.after-fsize-9::after {
  font-size: 9px !important;
}

.fsize-10 {
  font-size: 10px !important;
}

.after-fsize-10::after {
  font-size: 10px !important;
}

.fsize-11 {
  font-size: 11px !important;
}

.after-fsize-11::after {
  font-size: 11px !important;
}

.fsize-12 {
  font-size: 12px !important;
}

.after-fsize-12::after {
  font-size: 12px !important;
}

.fsize-13 {
  font-size: 13px !important;
}

.after-fsize-13::after {
  font-size: 13px !important;
}

.fsize-14 {
  font-size: 14px !important;
}

.after-fsize-14::after {
  font-size: 14px !important;
}

.fsize-15 {
  font-size: 15px !important;
}

.after-fsize-15::after {
  font-size: 15px !important;
}

.fsize-16 {
  font-size: 16px !important;
}

.after-fsize-16::after {
  font-size: 16px !important;
}

.fsize-17 {
  font-size: 17px !important;
}

.after-fsize-17::after {
  font-size: 17px !important;
}

.fsize-18 {
  font-size: 18px !important;
}

.after-fsize-18::after {
  font-size: 18px !important;
}

.fsize-19 {
  font-size: 19px !important;
}

.after-fsize-19::after {
  font-size: 19px !important;
}

.fsize-20 {
  font-size: 20px !important;
}

.after-fsize-20::after {
  font-size: 20px !important;
}

.fsize-21 {
  font-size: 21px !important;
}

.after-fsize-21::after {
  font-size: 21px !important;
}

.fsize-22 {
  font-size: 22px !important;
}

.after-fsize-22::after {
  font-size: 22px !important;
}

.fsize-23 {
  font-size: 23px !important;
}

.after-fsize-23::after {
  font-size: 23px !important;
}

.fsize-24 {
  font-size: 24px !important;
}

.after-fsize-24::after {
  font-size: 24px !important;
}

.fsize-25 {
  font-size: 25px !important;
}

.after-fsize-25::after {
  font-size: 25px !important;
}

.fsize-26 {
  font-size: 26px !important;
}

.after-fsize-26::after {
  font-size: 26px !important;
}

.fsize-27 {
  font-size: 27px !important;
}

.after-fsize-27::after {
  font-size: 27px !important;
}

.fsize-28 {
  font-size: 28px !important;
}

.after-fsize-28::after {
  font-size: 28px !important;
}

.fsize-29 {
  font-size: 29px !important;
}

.after-fsize-29::after {
  font-size: 29px !important;
}

.fsize-30 {
  font-size: 30px !important;
}

.after-fsize-30::after {
  font-size: 30px !important;
}

.dt-col-fit-50px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 50px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-55px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 55px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-60px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 60px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-65px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 65px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-70px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 70px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-75px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 75px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-80px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 80px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-85px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 85px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-90px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 90px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-95px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 95px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-100px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 100px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-105px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 105px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-110px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 110px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-115px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 115px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-120px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 120px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-125px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 125px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-130px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 130px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-135px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 135px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-140px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 140px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-145px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 145px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-150px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 150px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-155px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 155px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-160px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 160px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-165px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 165px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-170px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 170px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-175px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 175px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-180px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 180px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-185px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 185px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-190px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 190px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-195px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 195px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-200px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 200px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-205px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 205px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-210px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 210px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-215px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 215px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-220px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 220px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-225px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 225px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-230px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 230px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-235px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 235px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-240px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 240px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-245px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 245px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-250px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 250px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-255px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 255px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-260px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 260px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-265px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 265px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-270px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 270px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-275px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 275px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-280px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 280px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-285px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 285px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-290px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 290px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-295px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 295px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-300px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 300px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-305px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 305px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-310px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 310px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-315px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 315px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-320px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 320px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-325px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 325px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-330px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 330px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-335px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 335px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-340px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 340px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-345px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 345px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-350px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 350px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-355px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 355px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-360px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 360px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-365px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 365px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-370px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 370px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-375px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 375px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-380px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 380px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-385px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 385px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-390px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 390px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-395px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 395px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-400px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 400px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-405px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 405px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-410px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 410px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-415px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 415px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-420px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 420px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-425px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 425px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-430px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 430px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-435px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 435px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-440px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 440px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-445px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 445px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-450px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 450px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-455px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 455px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-460px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 460px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-465px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 465px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-470px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 470px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-475px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 475px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-480px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 480px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-485px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 485px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-490px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 490px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-495px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 495px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-col-fit-500px {
  white-space: normal !important; /* Permite quebra de linha */
  max-width: 500px; /* Define o limite máximo da coluna */
  word-wrap: break-word; /* Quebra palavras muito longas */
  word-break: break-word; /* Garante quebra para compatibilidade com navegadores antigos */
}

.dt-break-width-10px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 10px;
}
.dt-break-width-10px:not(:empty):not(.dt-no-min) {
  min-width: 5px;
}
.dt-break-width-10px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 10px;
}
.dt-break-width-10px > .btn {
  height: auto;
}

.dt-break-width-15px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 15px;
}
.dt-break-width-15px:not(:empty):not(.dt-no-min) {
  min-width: 7.5px;
}
.dt-break-width-15px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 15px;
}
.dt-break-width-15px > .btn {
  height: auto;
}

.dt-break-width-20px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 20px;
}
.dt-break-width-20px:not(:empty):not(.dt-no-min) {
  min-width: 10px;
}
.dt-break-width-20px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 20px;
}
.dt-break-width-20px > .btn {
  height: auto;
}

.dt-break-width-25px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 25px;
}
.dt-break-width-25px:not(:empty):not(.dt-no-min) {
  min-width: 12.5px;
}
.dt-break-width-25px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 25px;
}
.dt-break-width-25px > .btn {
  height: auto;
}

.dt-break-width-30px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 30px;
}
.dt-break-width-30px:not(:empty):not(.dt-no-min) {
  min-width: 15px;
}
.dt-break-width-30px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 30px;
}
.dt-break-width-30px > .btn {
  height: auto;
}

.dt-break-width-35px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 35px;
}
.dt-break-width-35px:not(:empty):not(.dt-no-min) {
  min-width: 17.5px;
}
.dt-break-width-35px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 35px;
}
.dt-break-width-35px > .btn {
  height: auto;
}

.dt-break-width-40px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 40px;
}
.dt-break-width-40px:not(:empty):not(.dt-no-min) {
  min-width: 20px;
}
.dt-break-width-40px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 40px;
}
.dt-break-width-40px > .btn {
  height: auto;
}

.dt-break-width-45px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 45px;
}
.dt-break-width-45px:not(:empty):not(.dt-no-min) {
  min-width: 22.5px;
}
.dt-break-width-45px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 45px;
}
.dt-break-width-45px > .btn {
  height: auto;
}

.dt-break-width-50px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 50px;
}
.dt-break-width-50px:not(:empty):not(.dt-no-min) {
  min-width: 25px;
}
.dt-break-width-50px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 50px;
}
.dt-break-width-50px > .btn {
  height: auto;
}

.dt-break-width-55px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 55px;
}
.dt-break-width-55px:not(:empty):not(.dt-no-min) {
  min-width: 27.5px;
}
.dt-break-width-55px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 55px;
}
.dt-break-width-55px > .btn {
  height: auto;
}

.dt-break-width-60px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 60px;
}
.dt-break-width-60px:not(:empty):not(.dt-no-min) {
  min-width: 30px;
}
.dt-break-width-60px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 60px;
}
.dt-break-width-60px > .btn {
  height: auto;
}

.dt-break-width-65px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 65px;
}
.dt-break-width-65px:not(:empty):not(.dt-no-min) {
  min-width: 32.5px;
}
.dt-break-width-65px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 65px;
}
.dt-break-width-65px > .btn {
  height: auto;
}

.dt-break-width-70px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 70px;
}
.dt-break-width-70px:not(:empty):not(.dt-no-min) {
  min-width: 35px;
}
.dt-break-width-70px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 70px;
}
.dt-break-width-70px > .btn {
  height: auto;
}

.dt-break-width-75px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 75px;
}
.dt-break-width-75px:not(:empty):not(.dt-no-min) {
  min-width: 37.5px;
}
.dt-break-width-75px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 75px;
}
.dt-break-width-75px > .btn {
  height: auto;
}

.dt-break-width-80px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 80px;
}
.dt-break-width-80px:not(:empty):not(.dt-no-min) {
  min-width: 40px;
}
.dt-break-width-80px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 80px;
}
.dt-break-width-80px > .btn {
  height: auto;
}

.dt-break-width-85px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 85px;
}
.dt-break-width-85px:not(:empty):not(.dt-no-min) {
  min-width: 42.5px;
}
.dt-break-width-85px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 85px;
}
.dt-break-width-85px > .btn {
  height: auto;
}

.dt-break-width-90px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 90px;
}
.dt-break-width-90px:not(:empty):not(.dt-no-min) {
  min-width: 45px;
}
.dt-break-width-90px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 90px;
}
.dt-break-width-90px > .btn {
  height: auto;
}

.dt-break-width-95px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 95px;
}
.dt-break-width-95px:not(:empty):not(.dt-no-min) {
  min-width: 47.5px;
}
.dt-break-width-95px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 95px;
}
.dt-break-width-95px > .btn {
  height: auto;
}

.dt-break-width-100px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 100px;
}
.dt-break-width-100px:not(:empty):not(.dt-no-min) {
  min-width: 50px;
}
.dt-break-width-100px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 100px;
}
.dt-break-width-100px > .btn {
  height: auto;
}

.dt-break-width-105px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 105px;
}
.dt-break-width-105px:not(:empty):not(.dt-no-min) {
  min-width: 52.5px;
}
.dt-break-width-105px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 105px;
}
.dt-break-width-105px > .btn {
  height: auto;
}

.dt-break-width-110px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 110px;
}
.dt-break-width-110px:not(:empty):not(.dt-no-min) {
  min-width: 55px;
}
.dt-break-width-110px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 110px;
}
.dt-break-width-110px > .btn {
  height: auto;
}

.dt-break-width-115px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 115px;
}
.dt-break-width-115px:not(:empty):not(.dt-no-min) {
  min-width: 57.5px;
}
.dt-break-width-115px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 115px;
}
.dt-break-width-115px > .btn {
  height: auto;
}

.dt-break-width-120px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 120px;
}
.dt-break-width-120px:not(:empty):not(.dt-no-min) {
  min-width: 60px;
}
.dt-break-width-120px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 120px;
}
.dt-break-width-120px > .btn {
  height: auto;
}

.dt-break-width-125px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 125px;
}
.dt-break-width-125px:not(:empty):not(.dt-no-min) {
  min-width: 62.5px;
}
.dt-break-width-125px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 125px;
}
.dt-break-width-125px > .btn {
  height: auto;
}

.dt-break-width-130px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 130px;
}
.dt-break-width-130px:not(:empty):not(.dt-no-min) {
  min-width: 65px;
}
.dt-break-width-130px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 130px;
}
.dt-break-width-130px > .btn {
  height: auto;
}

.dt-break-width-135px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 135px;
}
.dt-break-width-135px:not(:empty):not(.dt-no-min) {
  min-width: 67.5px;
}
.dt-break-width-135px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 135px;
}
.dt-break-width-135px > .btn {
  height: auto;
}

.dt-break-width-140px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 140px;
}
.dt-break-width-140px:not(:empty):not(.dt-no-min) {
  min-width: 70px;
}
.dt-break-width-140px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 140px;
}
.dt-break-width-140px > .btn {
  height: auto;
}

.dt-break-width-145px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 145px;
}
.dt-break-width-145px:not(:empty):not(.dt-no-min) {
  min-width: 72.5px;
}
.dt-break-width-145px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 145px;
}
.dt-break-width-145px > .btn {
  height: auto;
}

.dt-break-width-150px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 150px;
}
.dt-break-width-150px:not(:empty):not(.dt-no-min) {
  min-width: 75px;
}
.dt-break-width-150px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 150px;
}
.dt-break-width-150px > .btn {
  height: auto;
}

.dt-break-width-155px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 155px;
}
.dt-break-width-155px:not(:empty):not(.dt-no-min) {
  min-width: 77.5px;
}
.dt-break-width-155px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 155px;
}
.dt-break-width-155px > .btn {
  height: auto;
}

.dt-break-width-160px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 160px;
}
.dt-break-width-160px:not(:empty):not(.dt-no-min) {
  min-width: 80px;
}
.dt-break-width-160px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 160px;
}
.dt-break-width-160px > .btn {
  height: auto;
}

.dt-break-width-165px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 165px;
}
.dt-break-width-165px:not(:empty):not(.dt-no-min) {
  min-width: 82.5px;
}
.dt-break-width-165px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 165px;
}
.dt-break-width-165px > .btn {
  height: auto;
}

.dt-break-width-170px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 170px;
}
.dt-break-width-170px:not(:empty):not(.dt-no-min) {
  min-width: 85px;
}
.dt-break-width-170px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 170px;
}
.dt-break-width-170px > .btn {
  height: auto;
}

.dt-break-width-175px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 175px;
}
.dt-break-width-175px:not(:empty):not(.dt-no-min) {
  min-width: 87.5px;
}
.dt-break-width-175px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 175px;
}
.dt-break-width-175px > .btn {
  height: auto;
}

.dt-break-width-180px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 180px;
}
.dt-break-width-180px:not(:empty):not(.dt-no-min) {
  min-width: 90px;
}
.dt-break-width-180px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 180px;
}
.dt-break-width-180px > .btn {
  height: auto;
}

.dt-break-width-185px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 185px;
}
.dt-break-width-185px:not(:empty):not(.dt-no-min) {
  min-width: 92.5px;
}
.dt-break-width-185px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 185px;
}
.dt-break-width-185px > .btn {
  height: auto;
}

.dt-break-width-190px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 190px;
}
.dt-break-width-190px:not(:empty):not(.dt-no-min) {
  min-width: 95px;
}
.dt-break-width-190px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 190px;
}
.dt-break-width-190px > .btn {
  height: auto;
}

.dt-break-width-195px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 195px;
}
.dt-break-width-195px:not(:empty):not(.dt-no-min) {
  min-width: 97.5px;
}
.dt-break-width-195px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 195px;
}
.dt-break-width-195px > .btn {
  height: auto;
}

.dt-break-width-200px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 200px;
}
.dt-break-width-200px:not(:empty):not(.dt-no-min) {
  min-width: 100px;
}
.dt-break-width-200px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 200px;
}
.dt-break-width-200px > .btn {
  height: auto;
}

.dt-break-width-205px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 205px;
}
.dt-break-width-205px:not(:empty):not(.dt-no-min) {
  min-width: 102.5px;
}
.dt-break-width-205px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 205px;
}
.dt-break-width-205px > .btn {
  height: auto;
}

.dt-break-width-210px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 210px;
}
.dt-break-width-210px:not(:empty):not(.dt-no-min) {
  min-width: 105px;
}
.dt-break-width-210px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 210px;
}
.dt-break-width-210px > .btn {
  height: auto;
}

.dt-break-width-215px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 215px;
}
.dt-break-width-215px:not(:empty):not(.dt-no-min) {
  min-width: 107.5px;
}
.dt-break-width-215px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 215px;
}
.dt-break-width-215px > .btn {
  height: auto;
}

.dt-break-width-220px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 220px;
}
.dt-break-width-220px:not(:empty):not(.dt-no-min) {
  min-width: 110px;
}
.dt-break-width-220px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 220px;
}
.dt-break-width-220px > .btn {
  height: auto;
}

.dt-break-width-225px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 225px;
}
.dt-break-width-225px:not(:empty):not(.dt-no-min) {
  min-width: 112.5px;
}
.dt-break-width-225px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 225px;
}
.dt-break-width-225px > .btn {
  height: auto;
}

.dt-break-width-230px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 230px;
}
.dt-break-width-230px:not(:empty):not(.dt-no-min) {
  min-width: 115px;
}
.dt-break-width-230px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 230px;
}
.dt-break-width-230px > .btn {
  height: auto;
}

.dt-break-width-235px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 235px;
}
.dt-break-width-235px:not(:empty):not(.dt-no-min) {
  min-width: 117.5px;
}
.dt-break-width-235px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 235px;
}
.dt-break-width-235px > .btn {
  height: auto;
}

.dt-break-width-240px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 240px;
}
.dt-break-width-240px:not(:empty):not(.dt-no-min) {
  min-width: 120px;
}
.dt-break-width-240px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 240px;
}
.dt-break-width-240px > .btn {
  height: auto;
}

.dt-break-width-245px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 245px;
}
.dt-break-width-245px:not(:empty):not(.dt-no-min) {
  min-width: 122.5px;
}
.dt-break-width-245px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 245px;
}
.dt-break-width-245px > .btn {
  height: auto;
}

.dt-break-width-250px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 250px;
}
.dt-break-width-250px:not(:empty):not(.dt-no-min) {
  min-width: 125px;
}
.dt-break-width-250px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 250px;
}
.dt-break-width-250px > .btn {
  height: auto;
}

.dt-break-width-255px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 255px;
}
.dt-break-width-255px:not(:empty):not(.dt-no-min) {
  min-width: 127.5px;
}
.dt-break-width-255px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 255px;
}
.dt-break-width-255px > .btn {
  height: auto;
}

.dt-break-width-260px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 260px;
}
.dt-break-width-260px:not(:empty):not(.dt-no-min) {
  min-width: 130px;
}
.dt-break-width-260px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 260px;
}
.dt-break-width-260px > .btn {
  height: auto;
}

.dt-break-width-265px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 265px;
}
.dt-break-width-265px:not(:empty):not(.dt-no-min) {
  min-width: 132.5px;
}
.dt-break-width-265px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 265px;
}
.dt-break-width-265px > .btn {
  height: auto;
}

.dt-break-width-270px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 270px;
}
.dt-break-width-270px:not(:empty):not(.dt-no-min) {
  min-width: 135px;
}
.dt-break-width-270px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 270px;
}
.dt-break-width-270px > .btn {
  height: auto;
}

.dt-break-width-275px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 275px;
}
.dt-break-width-275px:not(:empty):not(.dt-no-min) {
  min-width: 137.5px;
}
.dt-break-width-275px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 275px;
}
.dt-break-width-275px > .btn {
  height: auto;
}

.dt-break-width-280px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 280px;
}
.dt-break-width-280px:not(:empty):not(.dt-no-min) {
  min-width: 140px;
}
.dt-break-width-280px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 280px;
}
.dt-break-width-280px > .btn {
  height: auto;
}

.dt-break-width-285px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 285px;
}
.dt-break-width-285px:not(:empty):not(.dt-no-min) {
  min-width: 142.5px;
}
.dt-break-width-285px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 285px;
}
.dt-break-width-285px > .btn {
  height: auto;
}

.dt-break-width-290px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 290px;
}
.dt-break-width-290px:not(:empty):not(.dt-no-min) {
  min-width: 145px;
}
.dt-break-width-290px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 290px;
}
.dt-break-width-290px > .btn {
  height: auto;
}

.dt-break-width-295px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 295px;
}
.dt-break-width-295px:not(:empty):not(.dt-no-min) {
  min-width: 147.5px;
}
.dt-break-width-295px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 295px;
}
.dt-break-width-295px > .btn {
  height: auto;
}

.dt-break-width-300px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 300px;
}
.dt-break-width-300px:not(:empty):not(.dt-no-min) {
  min-width: 150px;
}
.dt-break-width-300px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 300px;
}
.dt-break-width-300px > .btn {
  height: auto;
}

.dt-break-width-305px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 305px;
}
.dt-break-width-305px:not(:empty):not(.dt-no-min) {
  min-width: 152.5px;
}
.dt-break-width-305px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 305px;
}
.dt-break-width-305px > .btn {
  height: auto;
}

.dt-break-width-310px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 310px;
}
.dt-break-width-310px:not(:empty):not(.dt-no-min) {
  min-width: 155px;
}
.dt-break-width-310px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 310px;
}
.dt-break-width-310px > .btn {
  height: auto;
}

.dt-break-width-315px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 315px;
}
.dt-break-width-315px:not(:empty):not(.dt-no-min) {
  min-width: 157.5px;
}
.dt-break-width-315px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 315px;
}
.dt-break-width-315px > .btn {
  height: auto;
}

.dt-break-width-320px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 320px;
}
.dt-break-width-320px:not(:empty):not(.dt-no-min) {
  min-width: 160px;
}
.dt-break-width-320px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 320px;
}
.dt-break-width-320px > .btn {
  height: auto;
}

.dt-break-width-325px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 325px;
}
.dt-break-width-325px:not(:empty):not(.dt-no-min) {
  min-width: 162.5px;
}
.dt-break-width-325px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 325px;
}
.dt-break-width-325px > .btn {
  height: auto;
}

.dt-break-width-330px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 330px;
}
.dt-break-width-330px:not(:empty):not(.dt-no-min) {
  min-width: 165px;
}
.dt-break-width-330px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 330px;
}
.dt-break-width-330px > .btn {
  height: auto;
}

.dt-break-width-335px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 335px;
}
.dt-break-width-335px:not(:empty):not(.dt-no-min) {
  min-width: 167.5px;
}
.dt-break-width-335px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 335px;
}
.dt-break-width-335px > .btn {
  height: auto;
}

.dt-break-width-340px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 340px;
}
.dt-break-width-340px:not(:empty):not(.dt-no-min) {
  min-width: 170px;
}
.dt-break-width-340px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 340px;
}
.dt-break-width-340px > .btn {
  height: auto;
}

.dt-break-width-345px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 345px;
}
.dt-break-width-345px:not(:empty):not(.dt-no-min) {
  min-width: 172.5px;
}
.dt-break-width-345px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 345px;
}
.dt-break-width-345px > .btn {
  height: auto;
}

.dt-break-width-350px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 350px;
}
.dt-break-width-350px:not(:empty):not(.dt-no-min) {
  min-width: 175px;
}
.dt-break-width-350px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 350px;
}
.dt-break-width-350px > .btn {
  height: auto;
}

.dt-break-width-355px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 355px;
}
.dt-break-width-355px:not(:empty):not(.dt-no-min) {
  min-width: 177.5px;
}
.dt-break-width-355px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 355px;
}
.dt-break-width-355px > .btn {
  height: auto;
}

.dt-break-width-360px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 360px;
}
.dt-break-width-360px:not(:empty):not(.dt-no-min) {
  min-width: 180px;
}
.dt-break-width-360px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 360px;
}
.dt-break-width-360px > .btn {
  height: auto;
}

.dt-break-width-365px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 365px;
}
.dt-break-width-365px:not(:empty):not(.dt-no-min) {
  min-width: 182.5px;
}
.dt-break-width-365px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 365px;
}
.dt-break-width-365px > .btn {
  height: auto;
}

.dt-break-width-370px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 370px;
}
.dt-break-width-370px:not(:empty):not(.dt-no-min) {
  min-width: 185px;
}
.dt-break-width-370px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 370px;
}
.dt-break-width-370px > .btn {
  height: auto;
}

.dt-break-width-375px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 375px;
}
.dt-break-width-375px:not(:empty):not(.dt-no-min) {
  min-width: 187.5px;
}
.dt-break-width-375px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 375px;
}
.dt-break-width-375px > .btn {
  height: auto;
}

.dt-break-width-380px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 380px;
}
.dt-break-width-380px:not(:empty):not(.dt-no-min) {
  min-width: 190px;
}
.dt-break-width-380px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 380px;
}
.dt-break-width-380px > .btn {
  height: auto;
}

.dt-break-width-385px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 385px;
}
.dt-break-width-385px:not(:empty):not(.dt-no-min) {
  min-width: 192.5px;
}
.dt-break-width-385px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 385px;
}
.dt-break-width-385px > .btn {
  height: auto;
}

.dt-break-width-390px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 390px;
}
.dt-break-width-390px:not(:empty):not(.dt-no-min) {
  min-width: 195px;
}
.dt-break-width-390px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 390px;
}
.dt-break-width-390px > .btn {
  height: auto;
}

.dt-break-width-395px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 395px;
}
.dt-break-width-395px:not(:empty):not(.dt-no-min) {
  min-width: 197.5px;
}
.dt-break-width-395px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 395px;
}
.dt-break-width-395px > .btn {
  height: auto;
}

.dt-break-width-400px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 400px;
}
.dt-break-width-400px:not(:empty):not(.dt-no-min) {
  min-width: 200px;
}
.dt-break-width-400px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 400px;
}
.dt-break-width-400px > .btn {
  height: auto;
}

.dt-break-width-405px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 405px;
}
.dt-break-width-405px:not(:empty):not(.dt-no-min) {
  min-width: 202.5px;
}
.dt-break-width-405px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 405px;
}
.dt-break-width-405px > .btn {
  height: auto;
}

.dt-break-width-410px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 410px;
}
.dt-break-width-410px:not(:empty):not(.dt-no-min) {
  min-width: 205px;
}
.dt-break-width-410px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 410px;
}
.dt-break-width-410px > .btn {
  height: auto;
}

.dt-break-width-415px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 415px;
}
.dt-break-width-415px:not(:empty):not(.dt-no-min) {
  min-width: 207.5px;
}
.dt-break-width-415px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 415px;
}
.dt-break-width-415px > .btn {
  height: auto;
}

.dt-break-width-420px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 420px;
}
.dt-break-width-420px:not(:empty):not(.dt-no-min) {
  min-width: 210px;
}
.dt-break-width-420px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 420px;
}
.dt-break-width-420px > .btn {
  height: auto;
}

.dt-break-width-425px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 425px;
}
.dt-break-width-425px:not(:empty):not(.dt-no-min) {
  min-width: 212.5px;
}
.dt-break-width-425px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 425px;
}
.dt-break-width-425px > .btn {
  height: auto;
}

.dt-break-width-430px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 430px;
}
.dt-break-width-430px:not(:empty):not(.dt-no-min) {
  min-width: 215px;
}
.dt-break-width-430px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 430px;
}
.dt-break-width-430px > .btn {
  height: auto;
}

.dt-break-width-435px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 435px;
}
.dt-break-width-435px:not(:empty):not(.dt-no-min) {
  min-width: 217.5px;
}
.dt-break-width-435px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 435px;
}
.dt-break-width-435px > .btn {
  height: auto;
}

.dt-break-width-440px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 440px;
}
.dt-break-width-440px:not(:empty):not(.dt-no-min) {
  min-width: 220px;
}
.dt-break-width-440px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 440px;
}
.dt-break-width-440px > .btn {
  height: auto;
}

.dt-break-width-445px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 445px;
}
.dt-break-width-445px:not(:empty):not(.dt-no-min) {
  min-width: 222.5px;
}
.dt-break-width-445px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 445px;
}
.dt-break-width-445px > .btn {
  height: auto;
}

.dt-break-width-450px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 450px;
}
.dt-break-width-450px:not(:empty):not(.dt-no-min) {
  min-width: 225px;
}
.dt-break-width-450px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 450px;
}
.dt-break-width-450px > .btn {
  height: auto;
}

.dt-break-width-455px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 455px;
}
.dt-break-width-455px:not(:empty):not(.dt-no-min) {
  min-width: 227.5px;
}
.dt-break-width-455px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 455px;
}
.dt-break-width-455px > .btn {
  height: auto;
}

.dt-break-width-460px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 460px;
}
.dt-break-width-460px:not(:empty):not(.dt-no-min) {
  min-width: 230px;
}
.dt-break-width-460px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 460px;
}
.dt-break-width-460px > .btn {
  height: auto;
}

.dt-break-width-465px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 465px;
}
.dt-break-width-465px:not(:empty):not(.dt-no-min) {
  min-width: 232.5px;
}
.dt-break-width-465px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 465px;
}
.dt-break-width-465px > .btn {
  height: auto;
}

.dt-break-width-470px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 470px;
}
.dt-break-width-470px:not(:empty):not(.dt-no-min) {
  min-width: 235px;
}
.dt-break-width-470px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 470px;
}
.dt-break-width-470px > .btn {
  height: auto;
}

.dt-break-width-475px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 475px;
}
.dt-break-width-475px:not(:empty):not(.dt-no-min) {
  min-width: 237.5px;
}
.dt-break-width-475px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 475px;
}
.dt-break-width-475px > .btn {
  height: auto;
}

.dt-break-width-480px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 480px;
}
.dt-break-width-480px:not(:empty):not(.dt-no-min) {
  min-width: 240px;
}
.dt-break-width-480px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 480px;
}
.dt-break-width-480px > .btn {
  height: auto;
}

.dt-break-width-485px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 485px;
}
.dt-break-width-485px:not(:empty):not(.dt-no-min) {
  min-width: 242.5px;
}
.dt-break-width-485px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 485px;
}
.dt-break-width-485px > .btn {
  height: auto;
}

.dt-break-width-490px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 490px;
}
.dt-break-width-490px:not(:empty):not(.dt-no-min) {
  min-width: 245px;
}
.dt-break-width-490px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 490px;
}
.dt-break-width-490px > .btn {
  height: auto;
}

.dt-break-width-495px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 495px;
}
.dt-break-width-495px:not(:empty):not(.dt-no-min) {
  min-width: 247.5px;
}
.dt-break-width-495px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 495px;
}
.dt-break-width-495px > .btn {
  height: auto;
}

.dt-break-width-500px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 500px;
}
.dt-break-width-500px:not(:empty):not(.dt-no-min) {
  min-width: 250px;
}
.dt-break-width-500px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 500px;
}
.dt-break-width-500px > .btn {
  height: auto;
}

.dt-break-width-505px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 505px;
}
.dt-break-width-505px:not(:empty):not(.dt-no-min) {
  min-width: 252.5px;
}
.dt-break-width-505px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 505px;
}
.dt-break-width-505px > .btn {
  height: auto;
}

.dt-break-width-510px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 510px;
}
.dt-break-width-510px:not(:empty):not(.dt-no-min) {
  min-width: 255px;
}
.dt-break-width-510px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 510px;
}
.dt-break-width-510px > .btn {
  height: auto;
}

.dt-break-width-515px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 515px;
}
.dt-break-width-515px:not(:empty):not(.dt-no-min) {
  min-width: 257.5px;
}
.dt-break-width-515px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 515px;
}
.dt-break-width-515px > .btn {
  height: auto;
}

.dt-break-width-520px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 520px;
}
.dt-break-width-520px:not(:empty):not(.dt-no-min) {
  min-width: 260px;
}
.dt-break-width-520px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 520px;
}
.dt-break-width-520px > .btn {
  height: auto;
}

.dt-break-width-525px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 525px;
}
.dt-break-width-525px:not(:empty):not(.dt-no-min) {
  min-width: 262.5px;
}
.dt-break-width-525px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 525px;
}
.dt-break-width-525px > .btn {
  height: auto;
}

.dt-break-width-530px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 530px;
}
.dt-break-width-530px:not(:empty):not(.dt-no-min) {
  min-width: 265px;
}
.dt-break-width-530px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 530px;
}
.dt-break-width-530px > .btn {
  height: auto;
}

.dt-break-width-535px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 535px;
}
.dt-break-width-535px:not(:empty):not(.dt-no-min) {
  min-width: 267.5px;
}
.dt-break-width-535px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 535px;
}
.dt-break-width-535px > .btn {
  height: auto;
}

.dt-break-width-540px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 540px;
}
.dt-break-width-540px:not(:empty):not(.dt-no-min) {
  min-width: 270px;
}
.dt-break-width-540px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 540px;
}
.dt-break-width-540px > .btn {
  height: auto;
}

.dt-break-width-545px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 545px;
}
.dt-break-width-545px:not(:empty):not(.dt-no-min) {
  min-width: 272.5px;
}
.dt-break-width-545px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 545px;
}
.dt-break-width-545px > .btn {
  height: auto;
}

.dt-break-width-550px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 550px;
}
.dt-break-width-550px:not(:empty):not(.dt-no-min) {
  min-width: 275px;
}
.dt-break-width-550px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 550px;
}
.dt-break-width-550px > .btn {
  height: auto;
}

.dt-break-width-555px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 555px;
}
.dt-break-width-555px:not(:empty):not(.dt-no-min) {
  min-width: 277.5px;
}
.dt-break-width-555px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 555px;
}
.dt-break-width-555px > .btn {
  height: auto;
}

.dt-break-width-560px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 560px;
}
.dt-break-width-560px:not(:empty):not(.dt-no-min) {
  min-width: 280px;
}
.dt-break-width-560px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 560px;
}
.dt-break-width-560px > .btn {
  height: auto;
}

.dt-break-width-565px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 565px;
}
.dt-break-width-565px:not(:empty):not(.dt-no-min) {
  min-width: 282.5px;
}
.dt-break-width-565px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 565px;
}
.dt-break-width-565px > .btn {
  height: auto;
}

.dt-break-width-570px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 570px;
}
.dt-break-width-570px:not(:empty):not(.dt-no-min) {
  min-width: 285px;
}
.dt-break-width-570px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 570px;
}
.dt-break-width-570px > .btn {
  height: auto;
}

.dt-break-width-575px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 575px;
}
.dt-break-width-575px:not(:empty):not(.dt-no-min) {
  min-width: 287.5px;
}
.dt-break-width-575px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 575px;
}
.dt-break-width-575px > .btn {
  height: auto;
}

.dt-break-width-580px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 580px;
}
.dt-break-width-580px:not(:empty):not(.dt-no-min) {
  min-width: 290px;
}
.dt-break-width-580px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 580px;
}
.dt-break-width-580px > .btn {
  height: auto;
}

.dt-break-width-585px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 585px;
}
.dt-break-width-585px:not(:empty):not(.dt-no-min) {
  min-width: 292.5px;
}
.dt-break-width-585px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 585px;
}
.dt-break-width-585px > .btn {
  height: auto;
}

.dt-break-width-590px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 590px;
}
.dt-break-width-590px:not(:empty):not(.dt-no-min) {
  min-width: 295px;
}
.dt-break-width-590px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 590px;
}
.dt-break-width-590px > .btn {
  height: auto;
}

.dt-break-width-595px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 595px;
}
.dt-break-width-595px:not(:empty):not(.dt-no-min) {
  min-width: 297.5px;
}
.dt-break-width-595px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 595px;
}
.dt-break-width-595px > .btn {
  height: auto;
}

.dt-break-width-600px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 600px;
}
.dt-break-width-600px:not(:empty):not(.dt-no-min) {
  min-width: 300px;
}
.dt-break-width-600px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 600px;
}
.dt-break-width-600px > .btn {
  height: auto;
}

.dt-break-width-605px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 605px;
}
.dt-break-width-605px:not(:empty):not(.dt-no-min) {
  min-width: 302.5px;
}
.dt-break-width-605px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 605px;
}
.dt-break-width-605px > .btn {
  height: auto;
}

.dt-break-width-610px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 610px;
}
.dt-break-width-610px:not(:empty):not(.dt-no-min) {
  min-width: 305px;
}
.dt-break-width-610px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 610px;
}
.dt-break-width-610px > .btn {
  height: auto;
}

.dt-break-width-615px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 615px;
}
.dt-break-width-615px:not(:empty):not(.dt-no-min) {
  min-width: 307.5px;
}
.dt-break-width-615px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 615px;
}
.dt-break-width-615px > .btn {
  height: auto;
}

.dt-break-width-620px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 620px;
}
.dt-break-width-620px:not(:empty):not(.dt-no-min) {
  min-width: 310px;
}
.dt-break-width-620px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 620px;
}
.dt-break-width-620px > .btn {
  height: auto;
}

.dt-break-width-625px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 625px;
}
.dt-break-width-625px:not(:empty):not(.dt-no-min) {
  min-width: 312.5px;
}
.dt-break-width-625px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 625px;
}
.dt-break-width-625px > .btn {
  height: auto;
}

.dt-break-width-630px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 630px;
}
.dt-break-width-630px:not(:empty):not(.dt-no-min) {
  min-width: 315px;
}
.dt-break-width-630px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 630px;
}
.dt-break-width-630px > .btn {
  height: auto;
}

.dt-break-width-635px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 635px;
}
.dt-break-width-635px:not(:empty):not(.dt-no-min) {
  min-width: 317.5px;
}
.dt-break-width-635px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 635px;
}
.dt-break-width-635px > .btn {
  height: auto;
}

.dt-break-width-640px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 640px;
}
.dt-break-width-640px:not(:empty):not(.dt-no-min) {
  min-width: 320px;
}
.dt-break-width-640px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 640px;
}
.dt-break-width-640px > .btn {
  height: auto;
}

.dt-break-width-645px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 645px;
}
.dt-break-width-645px:not(:empty):not(.dt-no-min) {
  min-width: 322.5px;
}
.dt-break-width-645px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 645px;
}
.dt-break-width-645px > .btn {
  height: auto;
}

.dt-break-width-650px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 650px;
}
.dt-break-width-650px:not(:empty):not(.dt-no-min) {
  min-width: 325px;
}
.dt-break-width-650px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 650px;
}
.dt-break-width-650px > .btn {
  height: auto;
}

.dt-break-width-655px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 655px;
}
.dt-break-width-655px:not(:empty):not(.dt-no-min) {
  min-width: 327.5px;
}
.dt-break-width-655px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 655px;
}
.dt-break-width-655px > .btn {
  height: auto;
}

.dt-break-width-660px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 660px;
}
.dt-break-width-660px:not(:empty):not(.dt-no-min) {
  min-width: 330px;
}
.dt-break-width-660px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 660px;
}
.dt-break-width-660px > .btn {
  height: auto;
}

.dt-break-width-665px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 665px;
}
.dt-break-width-665px:not(:empty):not(.dt-no-min) {
  min-width: 332.5px;
}
.dt-break-width-665px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 665px;
}
.dt-break-width-665px > .btn {
  height: auto;
}

.dt-break-width-670px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 670px;
}
.dt-break-width-670px:not(:empty):not(.dt-no-min) {
  min-width: 335px;
}
.dt-break-width-670px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 670px;
}
.dt-break-width-670px > .btn {
  height: auto;
}

.dt-break-width-675px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 675px;
}
.dt-break-width-675px:not(:empty):not(.dt-no-min) {
  min-width: 337.5px;
}
.dt-break-width-675px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 675px;
}
.dt-break-width-675px > .btn {
  height: auto;
}

.dt-break-width-680px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 680px;
}
.dt-break-width-680px:not(:empty):not(.dt-no-min) {
  min-width: 340px;
}
.dt-break-width-680px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 680px;
}
.dt-break-width-680px > .btn {
  height: auto;
}

.dt-break-width-685px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 685px;
}
.dt-break-width-685px:not(:empty):not(.dt-no-min) {
  min-width: 342.5px;
}
.dt-break-width-685px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 685px;
}
.dt-break-width-685px > .btn {
  height: auto;
}

.dt-break-width-690px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 690px;
}
.dt-break-width-690px:not(:empty):not(.dt-no-min) {
  min-width: 345px;
}
.dt-break-width-690px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 690px;
}
.dt-break-width-690px > .btn {
  height: auto;
}

.dt-break-width-695px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 695px;
}
.dt-break-width-695px:not(:empty):not(.dt-no-min) {
  min-width: 347.5px;
}
.dt-break-width-695px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 695px;
}
.dt-break-width-695px > .btn {
  height: auto;
}

.dt-break-width-700px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 700px;
}
.dt-break-width-700px:not(:empty):not(.dt-no-min) {
  min-width: 350px;
}
.dt-break-width-700px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 700px;
}
.dt-break-width-700px > .btn {
  height: auto;
}

.dt-break-width-705px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 705px;
}
.dt-break-width-705px:not(:empty):not(.dt-no-min) {
  min-width: 352.5px;
}
.dt-break-width-705px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 705px;
}
.dt-break-width-705px > .btn {
  height: auto;
}

.dt-break-width-710px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 710px;
}
.dt-break-width-710px:not(:empty):not(.dt-no-min) {
  min-width: 355px;
}
.dt-break-width-710px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 710px;
}
.dt-break-width-710px > .btn {
  height: auto;
}

.dt-break-width-715px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 715px;
}
.dt-break-width-715px:not(:empty):not(.dt-no-min) {
  min-width: 357.5px;
}
.dt-break-width-715px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 715px;
}
.dt-break-width-715px > .btn {
  height: auto;
}

.dt-break-width-720px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 720px;
}
.dt-break-width-720px:not(:empty):not(.dt-no-min) {
  min-width: 360px;
}
.dt-break-width-720px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 720px;
}
.dt-break-width-720px > .btn {
  height: auto;
}

.dt-break-width-725px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 725px;
}
.dt-break-width-725px:not(:empty):not(.dt-no-min) {
  min-width: 362.5px;
}
.dt-break-width-725px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 725px;
}
.dt-break-width-725px > .btn {
  height: auto;
}

.dt-break-width-730px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 730px;
}
.dt-break-width-730px:not(:empty):not(.dt-no-min) {
  min-width: 365px;
}
.dt-break-width-730px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 730px;
}
.dt-break-width-730px > .btn {
  height: auto;
}

.dt-break-width-735px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 735px;
}
.dt-break-width-735px:not(:empty):not(.dt-no-min) {
  min-width: 367.5px;
}
.dt-break-width-735px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 735px;
}
.dt-break-width-735px > .btn {
  height: auto;
}

.dt-break-width-740px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 740px;
}
.dt-break-width-740px:not(:empty):not(.dt-no-min) {
  min-width: 370px;
}
.dt-break-width-740px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 740px;
}
.dt-break-width-740px > .btn {
  height: auto;
}

.dt-break-width-745px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 745px;
}
.dt-break-width-745px:not(:empty):not(.dt-no-min) {
  min-width: 372.5px;
}
.dt-break-width-745px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 745px;
}
.dt-break-width-745px > .btn {
  height: auto;
}

.dt-break-width-750px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 750px;
}
.dt-break-width-750px:not(:empty):not(.dt-no-min) {
  min-width: 375px;
}
.dt-break-width-750px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 750px;
}
.dt-break-width-750px > .btn {
  height: auto;
}

.dt-break-width-755px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 755px;
}
.dt-break-width-755px:not(:empty):not(.dt-no-min) {
  min-width: 377.5px;
}
.dt-break-width-755px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 755px;
}
.dt-break-width-755px > .btn {
  height: auto;
}

.dt-break-width-760px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 760px;
}
.dt-break-width-760px:not(:empty):not(.dt-no-min) {
  min-width: 380px;
}
.dt-break-width-760px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 760px;
}
.dt-break-width-760px > .btn {
  height: auto;
}

.dt-break-width-765px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 765px;
}
.dt-break-width-765px:not(:empty):not(.dt-no-min) {
  min-width: 382.5px;
}
.dt-break-width-765px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 765px;
}
.dt-break-width-765px > .btn {
  height: auto;
}

.dt-break-width-770px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 770px;
}
.dt-break-width-770px:not(:empty):not(.dt-no-min) {
  min-width: 385px;
}
.dt-break-width-770px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 770px;
}
.dt-break-width-770px > .btn {
  height: auto;
}

.dt-break-width-775px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 775px;
}
.dt-break-width-775px:not(:empty):not(.dt-no-min) {
  min-width: 387.5px;
}
.dt-break-width-775px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 775px;
}
.dt-break-width-775px > .btn {
  height: auto;
}

.dt-break-width-780px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 780px;
}
.dt-break-width-780px:not(:empty):not(.dt-no-min) {
  min-width: 390px;
}
.dt-break-width-780px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 780px;
}
.dt-break-width-780px > .btn {
  height: auto;
}

.dt-break-width-785px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 785px;
}
.dt-break-width-785px:not(:empty):not(.dt-no-min) {
  min-width: 392.5px;
}
.dt-break-width-785px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 785px;
}
.dt-break-width-785px > .btn {
  height: auto;
}

.dt-break-width-790px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 790px;
}
.dt-break-width-790px:not(:empty):not(.dt-no-min) {
  min-width: 395px;
}
.dt-break-width-790px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 790px;
}
.dt-break-width-790px > .btn {
  height: auto;
}

.dt-break-width-795px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 795px;
}
.dt-break-width-795px:not(:empty):not(.dt-no-min) {
  min-width: 397.5px;
}
.dt-break-width-795px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 795px;
}
.dt-break-width-795px > .btn {
  height: auto;
}

.dt-break-width-800px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 800px;
}
.dt-break-width-800px:not(:empty):not(.dt-no-min) {
  min-width: 400px;
}
.dt-break-width-800px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 800px;
}
.dt-break-width-800px > .btn {
  height: auto;
}

.dt-break-width-805px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 805px;
}
.dt-break-width-805px:not(:empty):not(.dt-no-min) {
  min-width: 402.5px;
}
.dt-break-width-805px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 805px;
}
.dt-break-width-805px > .btn {
  height: auto;
}

.dt-break-width-810px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 810px;
}
.dt-break-width-810px:not(:empty):not(.dt-no-min) {
  min-width: 405px;
}
.dt-break-width-810px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 810px;
}
.dt-break-width-810px > .btn {
  height: auto;
}

.dt-break-width-815px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 815px;
}
.dt-break-width-815px:not(:empty):not(.dt-no-min) {
  min-width: 407.5px;
}
.dt-break-width-815px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 815px;
}
.dt-break-width-815px > .btn {
  height: auto;
}

.dt-break-width-820px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 820px;
}
.dt-break-width-820px:not(:empty):not(.dt-no-min) {
  min-width: 410px;
}
.dt-break-width-820px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 820px;
}
.dt-break-width-820px > .btn {
  height: auto;
}

.dt-break-width-825px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 825px;
}
.dt-break-width-825px:not(:empty):not(.dt-no-min) {
  min-width: 412.5px;
}
.dt-break-width-825px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 825px;
}
.dt-break-width-825px > .btn {
  height: auto;
}

.dt-break-width-830px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 830px;
}
.dt-break-width-830px:not(:empty):not(.dt-no-min) {
  min-width: 415px;
}
.dt-break-width-830px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 830px;
}
.dt-break-width-830px > .btn {
  height: auto;
}

.dt-break-width-835px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 835px;
}
.dt-break-width-835px:not(:empty):not(.dt-no-min) {
  min-width: 417.5px;
}
.dt-break-width-835px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 835px;
}
.dt-break-width-835px > .btn {
  height: auto;
}

.dt-break-width-840px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 840px;
}
.dt-break-width-840px:not(:empty):not(.dt-no-min) {
  min-width: 420px;
}
.dt-break-width-840px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 840px;
}
.dt-break-width-840px > .btn {
  height: auto;
}

.dt-break-width-845px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 845px;
}
.dt-break-width-845px:not(:empty):not(.dt-no-min) {
  min-width: 422.5px;
}
.dt-break-width-845px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 845px;
}
.dt-break-width-845px > .btn {
  height: auto;
}

.dt-break-width-850px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 850px;
}
.dt-break-width-850px:not(:empty):not(.dt-no-min) {
  min-width: 425px;
}
.dt-break-width-850px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 850px;
}
.dt-break-width-850px > .btn {
  height: auto;
}

.dt-break-width-855px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 855px;
}
.dt-break-width-855px:not(:empty):not(.dt-no-min) {
  min-width: 427.5px;
}
.dt-break-width-855px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 855px;
}
.dt-break-width-855px > .btn {
  height: auto;
}

.dt-break-width-860px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 860px;
}
.dt-break-width-860px:not(:empty):not(.dt-no-min) {
  min-width: 430px;
}
.dt-break-width-860px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 860px;
}
.dt-break-width-860px > .btn {
  height: auto;
}

.dt-break-width-865px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 865px;
}
.dt-break-width-865px:not(:empty):not(.dt-no-min) {
  min-width: 432.5px;
}
.dt-break-width-865px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 865px;
}
.dt-break-width-865px > .btn {
  height: auto;
}

.dt-break-width-870px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 870px;
}
.dt-break-width-870px:not(:empty):not(.dt-no-min) {
  min-width: 435px;
}
.dt-break-width-870px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 870px;
}
.dt-break-width-870px > .btn {
  height: auto;
}

.dt-break-width-875px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 875px;
}
.dt-break-width-875px:not(:empty):not(.dt-no-min) {
  min-width: 437.5px;
}
.dt-break-width-875px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 875px;
}
.dt-break-width-875px > .btn {
  height: auto;
}

.dt-break-width-880px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 880px;
}
.dt-break-width-880px:not(:empty):not(.dt-no-min) {
  min-width: 440px;
}
.dt-break-width-880px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 880px;
}
.dt-break-width-880px > .btn {
  height: auto;
}

.dt-break-width-885px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 885px;
}
.dt-break-width-885px:not(:empty):not(.dt-no-min) {
  min-width: 442.5px;
}
.dt-break-width-885px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 885px;
}
.dt-break-width-885px > .btn {
  height: auto;
}

.dt-break-width-890px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 890px;
}
.dt-break-width-890px:not(:empty):not(.dt-no-min) {
  min-width: 445px;
}
.dt-break-width-890px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 890px;
}
.dt-break-width-890px > .btn {
  height: auto;
}

.dt-break-width-895px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 895px;
}
.dt-break-width-895px:not(:empty):not(.dt-no-min) {
  min-width: 447.5px;
}
.dt-break-width-895px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 895px;
}
.dt-break-width-895px > .btn {
  height: auto;
}

.dt-break-width-900px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 900px;
}
.dt-break-width-900px:not(:empty):not(.dt-no-min) {
  min-width: 450px;
}
.dt-break-width-900px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 900px;
}
.dt-break-width-900px > .btn {
  height: auto;
}

.dt-break-width-905px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 905px;
}
.dt-break-width-905px:not(:empty):not(.dt-no-min) {
  min-width: 452.5px;
}
.dt-break-width-905px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 905px;
}
.dt-break-width-905px > .btn {
  height: auto;
}

.dt-break-width-910px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 910px;
}
.dt-break-width-910px:not(:empty):not(.dt-no-min) {
  min-width: 455px;
}
.dt-break-width-910px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 910px;
}
.dt-break-width-910px > .btn {
  height: auto;
}

.dt-break-width-915px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 915px;
}
.dt-break-width-915px:not(:empty):not(.dt-no-min) {
  min-width: 457.5px;
}
.dt-break-width-915px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 915px;
}
.dt-break-width-915px > .btn {
  height: auto;
}

.dt-break-width-920px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 920px;
}
.dt-break-width-920px:not(:empty):not(.dt-no-min) {
  min-width: 460px;
}
.dt-break-width-920px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 920px;
}
.dt-break-width-920px > .btn {
  height: auto;
}

.dt-break-width-925px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 925px;
}
.dt-break-width-925px:not(:empty):not(.dt-no-min) {
  min-width: 462.5px;
}
.dt-break-width-925px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 925px;
}
.dt-break-width-925px > .btn {
  height: auto;
}

.dt-break-width-930px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 930px;
}
.dt-break-width-930px:not(:empty):not(.dt-no-min) {
  min-width: 465px;
}
.dt-break-width-930px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 930px;
}
.dt-break-width-930px > .btn {
  height: auto;
}

.dt-break-width-935px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 935px;
}
.dt-break-width-935px:not(:empty):not(.dt-no-min) {
  min-width: 467.5px;
}
.dt-break-width-935px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 935px;
}
.dt-break-width-935px > .btn {
  height: auto;
}

.dt-break-width-940px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 940px;
}
.dt-break-width-940px:not(:empty):not(.dt-no-min) {
  min-width: 470px;
}
.dt-break-width-940px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 940px;
}
.dt-break-width-940px > .btn {
  height: auto;
}

.dt-break-width-945px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 945px;
}
.dt-break-width-945px:not(:empty):not(.dt-no-min) {
  min-width: 472.5px;
}
.dt-break-width-945px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 945px;
}
.dt-break-width-945px > .btn {
  height: auto;
}

.dt-break-width-950px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 950px;
}
.dt-break-width-950px:not(:empty):not(.dt-no-min) {
  min-width: 475px;
}
.dt-break-width-950px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 950px;
}
.dt-break-width-950px > .btn {
  height: auto;
}

.dt-break-width-955px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 955px;
}
.dt-break-width-955px:not(:empty):not(.dt-no-min) {
  min-width: 477.5px;
}
.dt-break-width-955px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 955px;
}
.dt-break-width-955px > .btn {
  height: auto;
}

.dt-break-width-960px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 960px;
}
.dt-break-width-960px:not(:empty):not(.dt-no-min) {
  min-width: 480px;
}
.dt-break-width-960px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 960px;
}
.dt-break-width-960px > .btn {
  height: auto;
}

.dt-break-width-965px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 965px;
}
.dt-break-width-965px:not(:empty):not(.dt-no-min) {
  min-width: 482.5px;
}
.dt-break-width-965px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 965px;
}
.dt-break-width-965px > .btn {
  height: auto;
}

.dt-break-width-970px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 970px;
}
.dt-break-width-970px:not(:empty):not(.dt-no-min) {
  min-width: 485px;
}
.dt-break-width-970px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 970px;
}
.dt-break-width-970px > .btn {
  height: auto;
}

.dt-break-width-975px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 975px;
}
.dt-break-width-975px:not(:empty):not(.dt-no-min) {
  min-width: 487.5px;
}
.dt-break-width-975px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 975px;
}
.dt-break-width-975px > .btn {
  height: auto;
}

.dt-break-width-980px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 980px;
}
.dt-break-width-980px:not(:empty):not(.dt-no-min) {
  min-width: 490px;
}
.dt-break-width-980px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 980px;
}
.dt-break-width-980px > .btn {
  height: auto;
}

.dt-break-width-985px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 985px;
}
.dt-break-width-985px:not(:empty):not(.dt-no-min) {
  min-width: 492.5px;
}
.dt-break-width-985px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 985px;
}
.dt-break-width-985px > .btn {
  height: auto;
}

.dt-break-width-990px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 990px;
}
.dt-break-width-990px:not(:empty):not(.dt-no-min) {
  min-width: 495px;
}
.dt-break-width-990px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 990px;
}
.dt-break-width-990px > .btn {
  height: auto;
}

.dt-break-width-995px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 995px;
}
.dt-break-width-995px:not(:empty):not(.dt-no-min) {
  min-width: 497.5px;
}
.dt-break-width-995px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 995px;
}
.dt-break-width-995px > .btn {
  height: auto;
}

.dt-break-width-1000px {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 1000px;
}
.dt-break-width-1000px:not(:empty):not(.dt-no-min) {
  min-width: 500px;
}
.dt-break-width-1000px > *:first-child {
  word-wrap: break-word !important; /* Permite que palavras longas sejam quebradas e movidas para a próxima linha */
  overflow-wrap: break-word !important; /* Alternativa moderna para word-wrap, com o mesmo efeito */
  white-space: normal !important; /* Garante que o espaço em branco seja tratado de forma que o texto flua para a próxima linha */
  word-break: break-word; /* Força a quebra de palavras para evitar overflow */
  overflow-x: hidden;
  max-width: 1000px;
}
.dt-break-width-1000px > .btn {
  height: auto;
}

.dt-col-fit {
  white-space: nowrap !important; /* Impede quebra de linha */
  width: 1px; /* Define o menor tamanho inicial possível */
  overflow: hidden; /* Evita que o conteúdo ultrapasse a célula */
  text-overflow: ellipsis; /* Adiciona reticências se o conteúdo não couber */
}

.dt-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.25rem !important;
  padding-bottom: 10px;
}

.dt-bottom:empty {
  display: none !important;
}

.dt-bottom > div {
  align-content: center;
}

.dt-bottom > .dataTables_info {
  padding-top: 0px !important;
  margin-left: auto;
  margin-right: auto;
}

.dt-bottom > .dataTables_paginate {
  margin-left: auto !important;
}

.dtActionMenu {
  position: absolute; /* Ajuste conforme necessário */
  z-index: 5;
  border: 1px solid #ccc;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
  /* Mais estilos conforme necessário */
}

.dtActionMenu button {
  display: block;
  min-width: max-content;
  width: 100%;
  padding: 3px;
  margin-bottom: 3px;
  text-align: center;
}

.dtActionMenu a {
  display: block;
  min-width: max-content;
  width: 100%;
  padding: 3px;
  margin-bottom: 3px;
  text-align: center;
}

.dt-body-overflow-y-hidden .dataTables_scrollBody {
  overflow: unset !important;
  overflow-y: hidden;
  overflow-x: auto;
}

.dt-click-disabled {
  cursor: auto !important;
}

.dataTables_scrollBody {
  overflow: unset !important;
}

.dataTables_scrollHead {
  overflow: unset !important;
}

.dataTables_scroll {
  overflow-y: visible;
  overflow-x: visible;
}

.dt-control {
  user-select: none;
}

.dt-extra-content:empty {
  display: none;
}

/*Personalizado - DataTable Config: {autoWidth = true} */
table.dataTable {
  max-width: calc(100% - 1px); /* Garante que a tabela não ultrapasse o contêiner */
  width: 100% !important;
}

/*Personalizado - DataTable Config: {autoWidth = true} */
.table-auto-width th, .table-auto-width td {
  width: auto !important; /* Mantém as larguras dinâmicas */
}

.table thead th .select2-container,
.table thead th .select2-container .select2-selection__placeholder {
  font-weight: 400 !important;
  font-size: 0.875rem;
  letter-spacing: initial;
  text-transform: capitalize;
}

.row-p-5px > div.col {
  padding-right: 5px;
  padding-left: 5px;
}

@media (max-width: 430px) {
  .safrar-switch-box-sm {
    margin-top: 0.5rem;
    /*text-align: center;*/
    display: inline-block;
    width: 100%;
  }
  .safrar-switch-box-sm .safrar-switch,
  .safrar-switch-box-sm .safrar-switch-sm {
    width: 100%;
  }
}
:root {
  --safrar-switch-width: 42px;
  --safrar-switch-height: 20px;
  --safrar-switch-sm-width: 28px;
  --safrar-switch-sm-height: 16px;
}

.safrar-switch {
  position: relative;
  display: inline-block;
  width: var(--safrar-switch-width);
  min-width: var(--safrar-switch-width);
  max-width: var(--safrar-switch-width);
  height: var(--safrar-switch-height);
  min-height: var(--safrar-switch-height);
  max-height: var(--safrar-switch-height);
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}

.safrar-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.safrar-switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  transition: 0.4s;
}

.safrar-switch input:not(:disabled):not(.disabled):not(:checked) + .slider {
  background-color: #b64646;
}

.safrar-switch input:disabled:not(:checked) + .slider,
.safrar-switch input.disabled:not(:checked) + .slider {
  background-color: #ccc;
}

.safrar-switch input:checked:not(.disabled):not(:disabled) + .slider {
  background-color: #28a745;
}

.safrar-switch input.disabled:checked + .slider,
.safrar-switch input:checked:disabled + .slider {
  background-color: #a4a663;
}

.safrar-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 18px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.2s;
}

.safrar-switch input:checked + .slider:before {
  transform: translateX(22px);
}

.safrar-switch .slider.round {
  border-radius: 34px;
}

.safrar-switch .slider.round:before {
  border-radius: 50%;
}

.safrar-switch-label {
  margin-left: 2px;
  /*text-align: center;*/
  margin-bottom: 5px;
  font-size: 16px;
}

.safrar-switch-input:checked ~ .safrar-switch-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.safrar-switch .safrar-switch-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.safrar-switch .safrar-switch-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: background-color 0.15s ease-in-out, left 0.15s ease-in-out;
}

.safrar-switch-input:checked ~ .safrar-switch-label::after {
  background-color: #fff;
  left: 0;
}

.safrar-switch {
  padding-left: 0;
}

/* BEGIN switch-sm*/
.safrar-switch-sm {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: var(--safrar-switch-sm-width);
  min-width: var(--safrar-switch-sm-width);
  max-width: var(--safrar-switch-sm-width);
  height: var(--safrar-switch-sm-height);
  min-height: var(--safrar-switch-sm-height);
  max-height: var(--safrar-switch-sm-height);
  margin-bottom: 0;
  cursor: pointer;
}

.safrar-switch-sm input {
  opacity: 0;
  width: 0;
  height: 0;
}

.safrar-switch-sm .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 15px;
  transition: 0.2s;
}

.safrar-switch-sm input:not(:disabled):not(.disabled):not(:checked) + .slider {
  background-color: #b64646;
}

.safrar-switch-sm input:disabled:not(:checked) + .slider,
.safrar-switch-sm input.disabled:not(:checked) + .slider {
  background-color: #ccc;
}

.safrar-switch-sm input:checked:not(.disabled):not(:disabled) + .slider {
  background-color: #28a745;
}

.safrar-switch-sm input.disabled:checked + .slider,
.safrar-switch-sm input:checked:disabled + .slider {
  background-color: #a4a663;
}

.safrar-switch-sm .slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 1px;
  bottom: 2px;
  background-color: white;
  border-radius: 50%;
  transition: 0.4s;
}

.safrar-switch-sm input:checked + .slider:before {
  transform: translateX(14px);
}

.safrar-switch-sm .slider.round {
  border-radius: 34px;
}

.safrar-switch-sm .slider.round:before {
  border-radius: 50%;
}

.safrar-switch-sm-label {
  /*text-align: center;*/
  margin-left: 3px;
  margin-bottom: 3px;
  font-size: 14px;
  margin-top: -2px;
}

.safrar-switch-sm-input:checked ~ .safrar-switch-sm-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.safrar-switch-sm .safrar-switch-sm-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.safrar-switch-sm .safrar-switch-sm-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: background-color 0.15s ease-in-out, left 0.15s ease-in-out;
}

.safrar-switch-sm-input:checked ~ .safrar-switch-sm-label::after {
  background-color: #fff;
  left: 0;
}

.safrar-switch-sm {
  padding-left: 0;
}

.dropdown-menu.show.dropdown-menu-buttons {
  display: grid;
  gap: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.place-self-anchor-center {
  place-self: anchor-center;
}

.modal-dialog {
  place-self: anchor-center;
}

.modal-90 {
  max-width: unset;
}
@media (max-width: 575.99px) {
  .modal-90 {
    width: 98%;
  }
}
@media (min-width: 576px) {
  .modal-90 {
    width: 90%;
  }
}

.align-center-all {
  align-items: center;
  text-align: center;
}
.align-center-all > div {
  justify-content: center;
}
.align-center-all > div > div {
  justify-content: center;
}

.align-items-start {
  align-items: start;
}

.justify-items-start {
  justify-items: start;
}

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

.justify-items-center {
  justify-items: center;
}

.align-items-end {
  align-items: end;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

@media (max-width: 575.99px) {
  .text-xs-start {
    text-align: start;
  }
  .text-xs-center {
    text-align: center;
  }
  .text-xs-end {
    text-align: end;
  }
  .align-items-xs-start {
    align-items: start;
  }
  .justify-items-xs-start {
    justify-items: start;
  }
  .align-items-xs-center {
    align-items: center;
  }
  .justify-items-xs-center {
    justify-items: center;
  }
  .align-items-xs-end {
    align-items: end;
  }
  .justify-items-xs-end {
    justify-items: end;
  }
  .align-items-xs-stretch {
    align-items: stretch;
  }
  .justify-items-xs-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 576px) {
  .text-sm-start {
    text-align: start;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-end {
    text-align: end;
  }
  .align-items-sm-start {
    align-items: start;
  }
  .justify-items-sm-start {
    justify-items: start;
  }
  .align-items-sm-center {
    align-items: center;
  }
  .justify-items-sm-center {
    justify-items: center;
  }
  .align-items-sm-end {
    align-items: end;
  }
  .justify-items-sm-end {
    justify-items: end;
  }
  .align-items-sm-stretch {
    align-items: stretch;
  }
  .justify-items-sm-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 576px) and (max-width: 767.99px) {
  .text-osm-start {
    text-align: start;
  }
  .text-osm-center {
    text-align: center;
  }
  .text-osm-end {
    text-align: end;
  }
  .align-items-osm-start {
    align-items: start;
  }
  .justify-items-osm-start {
    justify-items: start;
  }
  .align-items-osm-center {
    align-items: center;
  }
  .justify-items-osm-center {
    justify-items: center;
  }
  .align-items-osm-end {
    align-items: end;
  }
  .justify-items-osm-end {
    justify-items: end;
  }
  .align-items-osm-stretch {
    align-items: stretch;
  }
  .justify-items-osm-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 768px) {
  .text-md-start {
    text-align: start;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-end {
    text-align: end;
  }
  .align-items-md-start {
    align-items: start;
  }
  .justify-items-md-start {
    justify-items: start;
  }
  .align-items-md-center {
    align-items: center;
  }
  .justify-items-md-center {
    justify-items: center;
  }
  .align-items-md-end {
    align-items: end;
  }
  .justify-items-md-end {
    justify-items: end;
  }
  .align-items-md-stretch {
    align-items: stretch;
  }
  .justify-items-md-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 768px) and (max-width: 991.99px) {
  .text-omd-start {
    text-align: start;
  }
  .text-omd-center {
    text-align: center;
  }
  .text-omd-end {
    text-align: end;
  }
  .align-items-omd-start {
    align-items: start;
  }
  .justify-items-omd-start {
    justify-items: start;
  }
  .align-items-omd-center {
    align-items: center;
  }
  .justify-items-omd-center {
    justify-items: center;
  }
  .align-items-omd-end {
    align-items: end;
  }
  .justify-items-omd-end {
    justify-items: end;
  }
  .align-items-omd-stretch {
    align-items: stretch;
  }
  .justify-items-omd-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 992px) {
  .text-lg-start {
    text-align: start;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-end {
    text-align: end;
  }
  .align-items-lg-start {
    align-items: start;
  }
  .justify-items-lg-start {
    justify-items: start;
  }
  .align-items-lg-center {
    align-items: center;
  }
  .justify-items-lg-center {
    justify-items: center;
  }
  .align-items-lg-end {
    align-items: end;
  }
  .justify-items-lg-end {
    justify-items: end;
  }
  .align-items-lg-stretch {
    align-items: stretch;
  }
  .justify-items-lg-stretch {
    justify-items: stretch;
  }
}
@media (min-width: 992px) and (max-width: 1199.99px) {
  .text-olg-start {
    text-align: start;
  }
  .text-olg-center {
    text-align: center;
  }
  .text-olg-end {
    text-align: end;
  }
  .align-items-olg-start {
    align-items: start;
  }
  .justify-items-olg-start {
    justify-items: start;
  }
  .align-items-olg-center {
    align-items: center;
  }
  .justify-items-olg-center {
    justify-items: center;
  }
  .align-items-olg-end {
    align-items: end;
  }
  .justify-items-olg-end {
    justify-items: end;
  }
  .align-items-olg-stretch {
    align-items: stretch;
  }
  .justify-items-olg-stretch {
    justify-items: stretch;
  }
}
.print-container {
  overflow-x: auto;
}

.print-page {
  /*min-width: 210mm;*/
  min-width: 992px !important;
  transform: none !important;
  zoom: 1 !important;
  margin: auto;
}

.print-page * {
  transform: none !important;
  zoom: 1 !important;
}

.first-row-header table.dataTable:not(table table.dataTable) > tbody > tr:first-child {
  background-color: rgba(208, 238, 194, 0.6509803922);
}

.grid-table {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  border-collapse: collapse;
}

.grid-table > .col {
  padding: 8px;
}

.bordered-1 {
  border: 1px solid #ccc;
}

.grid-repeat-100px {
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

.grid-repeat-110px {
  grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}

.grid-repeat-120px {
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
}

.grid-repeat-130px {
  grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
}

.grid-repeat-140px {
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.grid-repeat-150px {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.grid-repeat-160px {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.grid-repeat-170px {
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
}

.grid-repeat-180px {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.grid-repeat-190px {
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.grid-repeat-200px {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.grid-repeat-210px {
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
}

.grid-repeat-220px {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.grid-repeat-230px {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.grid-repeat-240px {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid-repeat-250px {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.grid-repeat-260px {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid-repeat-270px {
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.grid-repeat-280px {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.grid-repeat-290px {
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
}

.grid-repeat-300px {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.grid-repeat-310px {
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
}

.grid-repeat-320px {
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.grid-repeat-330px {
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.grid-repeat-340px {
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
}

.grid-repeat-350px {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.grid-repeat-360px {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.grid-repeat-370px {
  grid-template-columns: repeat(auto-fit, minmax(370px, 1fr));
}

.grid-repeat-380px {
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
}

.grid-repeat-390px {
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
}

.grid-repeat-400px {
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid-repeat-410px {
  grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
}

.grid-repeat-420px {
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}

.grid-repeat-430px {
  grid-template-columns: repeat(auto-fit, minmax(430px, 1fr));
}

.grid-repeat-440px {
  grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
}

.grid-repeat-450px {
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
}

.grid-repeat-460px {
  grid-template-columns: repeat(auto-fit, minmax(460px, 1fr));
}

.grid-repeat-470px {
  grid-template-columns: repeat(auto-fit, minmax(470px, 1fr));
}

.grid-repeat-480px {
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
}

.grid-repeat-490px {
  grid-template-columns: repeat(auto-fit, minmax(490px, 1fr));
}

.grid-repeat-500px {
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
}

.grid-repeat-510px {
  grid-template-columns: repeat(auto-fit, minmax(510px, 1fr));
}

.grid-repeat-520px {
  grid-template-columns: repeat(auto-fit, minmax(520px, 1fr));
}

.grid-repeat-530px {
  grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
}

.grid-repeat-540px {
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
}

.grid-repeat-550px {
  grid-template-columns: repeat(auto-fit, minmax(550px, 1fr));
}

.grid-repeat-560px {
  grid-template-columns: repeat(auto-fit, minmax(560px, 1fr));
}

.grid-repeat-570px {
  grid-template-columns: repeat(auto-fit, minmax(570px, 1fr));
}

.grid-repeat-580px {
  grid-template-columns: repeat(auto-fit, minmax(580px, 1fr));
}

.grid-repeat-590px {
  grid-template-columns: repeat(auto-fit, minmax(590px, 1fr));
}

.grid-repeat-600px {
  grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
}

.grid-repeat-610px {
  grid-template-columns: repeat(auto-fit, minmax(610px, 1fr));
}

.grid-repeat-620px {
  grid-template-columns: repeat(auto-fit, minmax(620px, 1fr));
}

.grid-repeat-630px {
  grid-template-columns: repeat(auto-fit, minmax(630px, 1fr));
}

.grid-repeat-640px {
  grid-template-columns: repeat(auto-fit, minmax(640px, 1fr));
}

.grid-repeat-650px {
  grid-template-columns: repeat(auto-fit, minmax(650px, 1fr));
}

.grid-repeat-660px {
  grid-template-columns: repeat(auto-fit, minmax(660px, 1fr));
}

.grid-repeat-670px {
  grid-template-columns: repeat(auto-fit, minmax(670px, 1fr));
}

.grid-repeat-680px {
  grid-template-columns: repeat(auto-fit, minmax(680px, 1fr));
}

.grid-repeat-690px {
  grid-template-columns: repeat(auto-fit, minmax(690px, 1fr));
}

.grid-repeat-700px {
  grid-template-columns: repeat(auto-fit, minmax(700px, 1fr));
}

.grid-repeat-710px {
  grid-template-columns: repeat(auto-fit, minmax(710px, 1fr));
}

.grid-repeat-720px {
  grid-template-columns: repeat(auto-fit, minmax(720px, 1fr));
}

.grid-repeat-730px {
  grid-template-columns: repeat(auto-fit, minmax(730px, 1fr));
}

.grid-repeat-740px {
  grid-template-columns: repeat(auto-fit, minmax(740px, 1fr));
}

.grid-repeat-750px {
  grid-template-columns: repeat(auto-fit, minmax(750px, 1fr));
}

.grid-repeat-760px {
  grid-template-columns: repeat(auto-fit, minmax(760px, 1fr));
}

.grid-repeat-770px {
  grid-template-columns: repeat(auto-fit, minmax(770px, 1fr));
}

.grid-repeat-780px {
  grid-template-columns: repeat(auto-fit, minmax(780px, 1fr));
}

.grid-repeat-790px {
  grid-template-columns: repeat(auto-fit, minmax(790px, 1fr));
}

.grid-repeat-800px {
  grid-template-columns: repeat(auto-fit, minmax(800px, 1fr));
}

.grid-repeat-810px {
  grid-template-columns: repeat(auto-fit, minmax(810px, 1fr));
}

.grid-repeat-820px {
  grid-template-columns: repeat(auto-fit, minmax(820px, 1fr));
}

.grid-repeat-830px {
  grid-template-columns: repeat(auto-fit, minmax(830px, 1fr));
}

.grid-repeat-840px {
  grid-template-columns: repeat(auto-fit, minmax(840px, 1fr));
}

.grid-repeat-850px {
  grid-template-columns: repeat(auto-fit, minmax(850px, 1fr));
}

.grid-repeat-860px {
  grid-template-columns: repeat(auto-fit, minmax(860px, 1fr));
}

.grid-repeat-870px {
  grid-template-columns: repeat(auto-fit, minmax(870px, 1fr));
}

.grid-repeat-880px {
  grid-template-columns: repeat(auto-fit, minmax(880px, 1fr));
}

.grid-repeat-890px {
  grid-template-columns: repeat(auto-fit, minmax(890px, 1fr));
}

.grid-repeat-900px {
  grid-template-columns: repeat(auto-fit, minmax(900px, 1fr));
}

.grid-repeat-910px {
  grid-template-columns: repeat(auto-fit, minmax(910px, 1fr));
}

.grid-repeat-920px {
  grid-template-columns: repeat(auto-fit, minmax(920px, 1fr));
}

.grid-repeat-930px {
  grid-template-columns: repeat(auto-fit, minmax(930px, 1fr));
}

.grid-repeat-940px {
  grid-template-columns: repeat(auto-fit, minmax(940px, 1fr));
}

.grid-repeat-950px {
  grid-template-columns: repeat(auto-fit, minmax(950px, 1fr));
}

.grid-repeat-960px {
  grid-template-columns: repeat(auto-fit, minmax(960px, 1fr));
}

.grid-repeat-970px {
  grid-template-columns: repeat(auto-fit, minmax(970px, 1fr));
}

.grid-repeat-980px {
  grid-template-columns: repeat(auto-fit, minmax(980px, 1fr));
}

.grid-repeat-990px {
  grid-template-columns: repeat(auto-fit, minmax(990px, 1fr));
}

.grid-repeat-1000px {
  grid-template-columns: repeat(auto-fit, minmax(1000px, 1fr));
}

.grid-repeat-1010px {
  grid-template-columns: repeat(auto-fit, minmax(1010px, 1fr));
}

.grid-repeat-1020px {
  grid-template-columns: repeat(auto-fit, minmax(1020px, 1fr));
}

.grid-repeat-1030px {
  grid-template-columns: repeat(auto-fit, minmax(1030px, 1fr));
}

.grid-repeat-1040px {
  grid-template-columns: repeat(auto-fit, minmax(1040px, 1fr));
}

.grid-repeat-1050px {
  grid-template-columns: repeat(auto-fit, minmax(1050px, 1fr));
}

.grid-repeat-1060px {
  grid-template-columns: repeat(auto-fit, minmax(1060px, 1fr));
}

.grid-repeat-1070px {
  grid-template-columns: repeat(auto-fit, minmax(1070px, 1fr));
}

.grid-repeat-1080px {
  grid-template-columns: repeat(auto-fit, minmax(1080px, 1fr));
}

.grid-repeat-1090px {
  grid-template-columns: repeat(auto-fit, minmax(1090px, 1fr));
}

.grid-repeat-1100px {
  grid-template-columns: repeat(auto-fit, minmax(1100px, 1fr));
}

.grid-repeat-1110px {
  grid-template-columns: repeat(auto-fit, minmax(1110px, 1fr));
}

.grid-repeat-1120px {
  grid-template-columns: repeat(auto-fit, minmax(1120px, 1fr));
}

.grid-repeat-1130px {
  grid-template-columns: repeat(auto-fit, minmax(1130px, 1fr));
}

.grid-repeat-1140px {
  grid-template-columns: repeat(auto-fit, minmax(1140px, 1fr));
}

.grid-repeat-1150px {
  grid-template-columns: repeat(auto-fit, minmax(1150px, 1fr));
}

.grid-repeat-1160px {
  grid-template-columns: repeat(auto-fit, minmax(1160px, 1fr));
}

.grid-repeat-1170px {
  grid-template-columns: repeat(auto-fit, minmax(1170px, 1fr));
}

.grid-repeat-1180px {
  grid-template-columns: repeat(auto-fit, minmax(1180px, 1fr));
}

.grid-repeat-1190px {
  grid-template-columns: repeat(auto-fit, minmax(1190px, 1fr));
}

.grid-repeat-1200px {
  grid-template-columns: repeat(auto-fit, minmax(1200px, 1fr));
}

.grid-repeat-1210px {
  grid-template-columns: repeat(auto-fit, minmax(1210px, 1fr));
}

.grid-repeat-1220px {
  grid-template-columns: repeat(auto-fit, minmax(1220px, 1fr));
}

.grid-repeat-1230px {
  grid-template-columns: repeat(auto-fit, minmax(1230px, 1fr));
}

.grid-repeat-1240px {
  grid-template-columns: repeat(auto-fit, minmax(1240px, 1fr));
}

.grid-repeat-1250px {
  grid-template-columns: repeat(auto-fit, minmax(1250px, 1fr));
}

.grid-repeat-1260px {
  grid-template-columns: repeat(auto-fit, minmax(1260px, 1fr));
}

.grid-repeat-1270px {
  grid-template-columns: repeat(auto-fit, minmax(1270px, 1fr));
}

.grid-repeat-1280px {
  grid-template-columns: repeat(auto-fit, minmax(1280px, 1fr));
}

.grid-repeat-1290px {
  grid-template-columns: repeat(auto-fit, minmax(1290px, 1fr));
}

.grid-repeat-1300px {
  grid-template-columns: repeat(auto-fit, minmax(1300px, 1fr));
}

.grid-repeat-1310px {
  grid-template-columns: repeat(auto-fit, minmax(1310px, 1fr));
}

.grid-repeat-1320px {
  grid-template-columns: repeat(auto-fit, minmax(1320px, 1fr));
}

.grid-repeat-1330px {
  grid-template-columns: repeat(auto-fit, minmax(1330px, 1fr));
}

.grid-repeat-1340px {
  grid-template-columns: repeat(auto-fit, minmax(1340px, 1fr));
}

.grid-repeat-1350px {
  grid-template-columns: repeat(auto-fit, minmax(1350px, 1fr));
}

.grid-repeat-1360px {
  grid-template-columns: repeat(auto-fit, minmax(1360px, 1fr));
}

.grid-repeat-1370px {
  grid-template-columns: repeat(auto-fit, minmax(1370px, 1fr));
}

.grid-repeat-1380px {
  grid-template-columns: repeat(auto-fit, minmax(1380px, 1fr));
}

.grid-repeat-1390px {
  grid-template-columns: repeat(auto-fit, minmax(1390px, 1fr));
}

.grid-repeat-1400px {
  grid-template-columns: repeat(auto-fit, minmax(1400px, 1fr));
}

.grid-repeat-1410px {
  grid-template-columns: repeat(auto-fit, minmax(1410px, 1fr));
}

.grid-repeat-1420px {
  grid-template-columns: repeat(auto-fit, minmax(1420px, 1fr));
}

.grid-repeat-1430px {
  grid-template-columns: repeat(auto-fit, minmax(1430px, 1fr));
}

.grid-repeat-1440px {
  grid-template-columns: repeat(auto-fit, minmax(1440px, 1fr));
}

.grid-repeat-1450px {
  grid-template-columns: repeat(auto-fit, minmax(1450px, 1fr));
}

.grid-repeat-1460px {
  grid-template-columns: repeat(auto-fit, minmax(1460px, 1fr));
}

.grid-repeat-1470px {
  grid-template-columns: repeat(auto-fit, minmax(1470px, 1fr));
}

.grid-repeat-1480px {
  grid-template-columns: repeat(auto-fit, minmax(1480px, 1fr));
}

.grid-repeat-1490px {
  grid-template-columns: repeat(auto-fit, minmax(1490px, 1fr));
}

.grid-repeat-1500px {
  grid-template-columns: repeat(auto-fit, minmax(1500px, 1fr));
}
