/*!
Theme Name: Project Theme
Template: Divi
Author: GBH Team
Author URI: https://gbh.com.do
Description: A leading provider of state-of-the-art communications technologies.
Version: 1.0.0
*/
/* ---------------------- */
/*  Font families */
/* ---------------------- */
/* ---------------------- */
/*  Color palettes */
/* ---------------------- */
/* ------------------------------------------------------------ */
/* Theme Colors */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Font family */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Bootstrap Font variables */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Bootstrap Colors variables */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/* Bootstrap spacers variables */
/* ------------------------------------------------------------ */
/* ------------------------------------------------------------ */
/*  Basics  */
/* ------------------------------------------------------------ */
html {
  font-size: 100%; }

html,
body {
  height: 100%; }

body {
  background: #ffffff;
  font-family: "Montserrat", sans-serif; }

/* ------------------------------------------------------------ */
/*  Links */
/* ------------------------------------------------------------ */
a {
  color: #000000;
  display: inline-block;
  transition: all 0.25s ease-in-out; }
  a:hover, a:active {
    color: black;
    text-decoration: underline; }
  a:focus, a:focus:active {
    color: black; }

/* ------------------------------------------------------------ */
/*  Images */
/* ------------------------------------------------------------ */
img {
  max-width: 100%;
  height: auto; }

svg {
  display: block;
  max-width: 100%; }
  .not-ie svg {
    height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #795DE7;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #4520d8;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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 {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

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

@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: 981px) {
  .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;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-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, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.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: 981px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.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%; } }

@media (min-width: 1680px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 981px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 981px) {
  .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; } }

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

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

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

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

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

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

.m-1 {
  margin: 1px !important; }

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

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

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

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

.m-2 {
  margin: 2px !important; }

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

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

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

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

.m-3 {
  margin: 3px !important; }

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

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

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

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

.m-4 {
  margin: 4px !important; }

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

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

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

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

.m-5 {
  margin: 5px !important; }

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

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

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

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

.m-6 {
  margin: 6px !important; }

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

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

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

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

.m-7 {
  margin: 7px !important; }

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 9px !important; }

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

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

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

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

.m-10 {
  margin: 10px !important; }

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

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

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

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

.m-11 {
  margin: 11px !important; }

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

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

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

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

.m-12 {
  margin: 12px !important; }

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

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

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

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

.m-13 {
  margin: 13px !important; }

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

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

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

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

.m-14 {
  margin: 14px !important; }

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

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

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

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

.m-15 {
  margin: 15px !important; }

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

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

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

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

.m-16 {
  margin: 16px !important; }

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 1px !important; }

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

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

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

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

.p-2 {
  padding: 2px !important; }

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

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

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

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

.p-3 {
  padding: 3px !important; }

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

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

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

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

.p-4 {
  padding: 4px !important; }

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

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

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

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

.p-5 {
  padding: 5px !important; }

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

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

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

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

.p-6 {
  padding: 6px !important; }

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

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

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

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

.p-7 {
  padding: 7px !important; }

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

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

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

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

.p-8 {
  padding: 8px !important; }

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

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

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

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

.p-9 {
  padding: 9px !important; }

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

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

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

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

.p-10 {
  padding: 10px !important; }

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

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

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

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

.p-11 {
  padding: 11px !important; }

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

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

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

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

.p-12 {
  padding: 12px !important; }

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

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

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

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

.p-13 {
  padding: 13px !important; }

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

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

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

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

.p-14 {
  padding: 14px !important; }

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

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

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

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

.p-15 {
  padding: 15px !important; }

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

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

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

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

.p-16 {
  padding: 16px !important; }

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

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

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

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

.m-n1 {
  margin: -1px !important; }

.mt-n1,
.my-n1 {
  margin-top: -1px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -1px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -1px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -1px !important; }

.m-n2 {
  margin: -2px !important; }

.mt-n2,
.my-n2 {
  margin-top: -2px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -2px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -2px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -2px !important; }

.m-n3 {
  margin: -3px !important; }

.mt-n3,
.my-n3 {
  margin-top: -3px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3px !important; }

.m-n4 {
  margin: -4px !important; }

.mt-n4,
.my-n4 {
  margin-top: -4px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4px !important; }

.m-n5 {
  margin: -5px !important; }

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n6 {
  margin: -6px !important; }

.mt-n6,
.my-n6 {
  margin-top: -6px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -6px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -6px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -6px !important; }

.m-n7 {
  margin: -7px !important; }

.mt-n7,
.my-n7 {
  margin-top: -7px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7px !important; }

.m-n8 {
  margin: -8px !important; }

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

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

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

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

.m-n9 {
  margin: -9px !important; }

.mt-n9,
.my-n9 {
  margin-top: -9px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -9px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -9px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -9px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-n11 {
  margin: -11px !important; }

.mt-n11,
.my-n11 {
  margin-top: -11px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -11px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -11px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -11px !important; }

.m-n12 {
  margin: -12px !important; }

.mt-n12,
.my-n12 {
  margin-top: -12px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -12px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -12px !important; }

.m-n13 {
  margin: -13px !important; }

.mt-n13,
.my-n13 {
  margin-top: -13px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -13px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -13px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -13px !important; }

.m-n14 {
  margin: -14px !important; }

.mt-n14,
.my-n14 {
  margin-top: -14px !important; }

.mr-n14,
.mx-n14 {
  margin-right: -14px !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -14px !important; }

.ml-n14,
.mx-n14 {
  margin-left: -14px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n16 {
  margin: -16px !important; }

.mt-n16,
.my-n16 {
  margin-top: -16px !important; }

.mr-n16,
.mx-n16 {
  margin-right: -16px !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important; }

.ml-n16,
.mx-n16 {
  margin-left: -16px !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: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }
  .m-sm-1 {
    margin: 1px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1px !important; }
  .m-sm-2 {
    margin: 2px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2px !important; }
  .m-sm-3 {
    margin: 3px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3px !important; }
  .m-sm-4 {
    margin: 4px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-6 {
    margin: 6px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6px !important; }
  .m-sm-7 {
    margin: 7px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7px !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important; }
  .m-sm-9 {
    margin: 9px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-11 {
    margin: 11px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11px !important; }
  .m-sm-12 {
    margin: 12px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12px !important; }
  .m-sm-13 {
    margin: 13px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 13px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 13px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 13px !important; }
  .m-sm-14 {
    margin: 14px !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 14px !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 14px !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14px !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 14px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }
  .p-sm-1 {
    padding: 1px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1px !important; }
  .p-sm-2 {
    padding: 2px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2px !important; }
  .p-sm-3 {
    padding: 3px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3px !important; }
  .p-sm-4 {
    padding: 4px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-6 {
    padding: 6px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6px !important; }
  .p-sm-7 {
    padding: 7px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7px !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important; }
  .p-sm-9 {
    padding: 9px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-11 {
    padding: 11px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11px !important; }
  .p-sm-12 {
    padding: 12px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12px !important; }
  .p-sm-13 {
    padding: 13px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 13px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13px !important; }
  .p-sm-14 {
    padding: 14px !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14px !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 14px !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14px !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important; }
  .m-sm-n1 {
    margin: -1px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1px !important; }
  .m-sm-n2 {
    margin: -2px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2px !important; }
  .m-sm-n3 {
    margin: -3px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3px !important; }
  .m-sm-n4 {
    margin: -4px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n6 {
    margin: -6px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6px !important; }
  .m-sm-n7 {
    margin: -7px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7px !important; }
  .m-sm-n8 {
    margin: -8px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important; }
  .m-sm-n9 {
    margin: -9px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-n11 {
    margin: -11px !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11px !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11px !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11px !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11px !important; }
  .m-sm-n12 {
    margin: -12px !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12px !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12px !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12px !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12px !important; }
  .m-sm-n13 {
    margin: -13px !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -13px !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -13px !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13px !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -13px !important; }
  .m-sm-n14 {
    margin: -14px !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -14px !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -14px !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14px !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -14px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !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: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }
  .m-md-1 {
    margin: 1px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1px !important; }
  .m-md-2 {
    margin: 2px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2px !important; }
  .m-md-3 {
    margin: 3px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3px !important; }
  .m-md-4 {
    margin: 4px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-6 {
    margin: 6px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6px !important; }
  .m-md-7 {
    margin: 7px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7px !important; }
  .m-md-8 {
    margin: 8px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important; }
  .m-md-9 {
    margin: 9px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-11 {
    margin: 11px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11px !important; }
  .m-md-12 {
    margin: 12px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12px !important; }
  .m-md-13 {
    margin: 13px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 13px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 13px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 13px !important; }
  .m-md-14 {
    margin: 14px !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 14px !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 14px !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14px !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 14px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }
  .p-md-1 {
    padding: 1px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1px !important; }
  .p-md-2 {
    padding: 2px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2px !important; }
  .p-md-3 {
    padding: 3px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3px !important; }
  .p-md-4 {
    padding: 4px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-6 {
    padding: 6px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6px !important; }
  .p-md-7 {
    padding: 7px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7px !important; }
  .p-md-8 {
    padding: 8px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important; }
  .p-md-9 {
    padding: 9px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-11 {
    padding: 11px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11px !important; }
  .p-md-12 {
    padding: 12px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12px !important; }
  .p-md-13 {
    padding: 13px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 13px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 13px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 13px !important; }
  .p-md-14 {
    padding: 14px !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 14px !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 14px !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14px !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 14px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important; }
  .m-md-n1 {
    margin: -1px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1px !important; }
  .m-md-n2 {
    margin: -2px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2px !important; }
  .m-md-n3 {
    margin: -3px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3px !important; }
  .m-md-n4 {
    margin: -4px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n6 {
    margin: -6px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6px !important; }
  .m-md-n7 {
    margin: -7px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7px !important; }
  .m-md-n8 {
    margin: -8px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important; }
  .m-md-n9 {
    margin: -9px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-n11 {
    margin: -11px !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11px !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11px !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11px !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11px !important; }
  .m-md-n12 {
    margin: -12px !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12px !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12px !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12px !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12px !important; }
  .m-md-n13 {
    margin: -13px !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -13px !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -13px !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13px !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -13px !important; }
  .m-md-n14 {
    margin: -14px !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -14px !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -14px !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14px !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -14px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !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: 981px) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }
  .m-lg-1 {
    margin: 1px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1px !important; }
  .m-lg-2 {
    margin: 2px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2px !important; }
  .m-lg-3 {
    margin: 3px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3px !important; }
  .m-lg-4 {
    margin: 4px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-6 {
    margin: 6px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6px !important; }
  .m-lg-7 {
    margin: 7px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7px !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important; }
  .m-lg-9 {
    margin: 9px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-11 {
    margin: 11px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11px !important; }
  .m-lg-12 {
    margin: 12px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12px !important; }
  .m-lg-13 {
    margin: 13px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 13px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 13px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 13px !important; }
  .m-lg-14 {
    margin: 14px !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 14px !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 14px !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14px !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 14px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }
  .p-lg-1 {
    padding: 1px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1px !important; }
  .p-lg-2 {
    padding: 2px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2px !important; }
  .p-lg-3 {
    padding: 3px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3px !important; }
  .p-lg-4 {
    padding: 4px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-6 {
    padding: 6px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6px !important; }
  .p-lg-7 {
    padding: 7px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7px !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important; }
  .p-lg-9 {
    padding: 9px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-11 {
    padding: 11px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11px !important; }
  .p-lg-12 {
    padding: 12px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12px !important; }
  .p-lg-13 {
    padding: 13px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 13px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13px !important; }
  .p-lg-14 {
    padding: 14px !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14px !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 14px !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14px !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important; }
  .m-lg-n1 {
    margin: -1px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1px !important; }
  .m-lg-n2 {
    margin: -2px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2px !important; }
  .m-lg-n3 {
    margin: -3px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3px !important; }
  .m-lg-n4 {
    margin: -4px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n6 {
    margin: -6px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6px !important; }
  .m-lg-n7 {
    margin: -7px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7px !important; }
  .m-lg-n8 {
    margin: -8px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important; }
  .m-lg-n9 {
    margin: -9px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-n11 {
    margin: -11px !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11px !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11px !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11px !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11px !important; }
  .m-lg-n12 {
    margin: -12px !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12px !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12px !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12px !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12px !important; }
  .m-lg-n13 {
    margin: -13px !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -13px !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -13px !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13px !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -13px !important; }
  .m-lg-n14 {
    margin: -14px !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -14px !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -14px !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14px !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -14px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !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: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }
  .m-xl-1 {
    margin: 1px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1px !important; }
  .m-xl-2 {
    margin: 2px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2px !important; }
  .m-xl-3 {
    margin: 3px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3px !important; }
  .m-xl-4 {
    margin: 4px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-6 {
    margin: 6px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6px !important; }
  .m-xl-7 {
    margin: 7px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7px !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important; }
  .m-xl-9 {
    margin: 9px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-11 {
    margin: 11px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11px !important; }
  .m-xl-12 {
    margin: 12px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12px !important; }
  .m-xl-13 {
    margin: 13px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 13px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 13px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 13px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 13px !important; }
  .m-xl-14 {
    margin: 14px !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 14px !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 14px !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 14px !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 14px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }
  .p-xl-1 {
    padding: 1px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1px !important; }
  .p-xl-2 {
    padding: 2px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2px !important; }
  .p-xl-3 {
    padding: 3px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3px !important; }
  .p-xl-4 {
    padding: 4px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-6 {
    padding: 6px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6px !important; }
  .p-xl-7 {
    padding: 7px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7px !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important; }
  .p-xl-9 {
    padding: 9px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-11 {
    padding: 11px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11px !important; }
  .p-xl-12 {
    padding: 12px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12px !important; }
  .p-xl-13 {
    padding: 13px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 13px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 13px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 13px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 13px !important; }
  .p-xl-14 {
    padding: 14px !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 14px !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 14px !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 14px !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 14px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important; }
  .m-xl-n1 {
    margin: -1px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1px !important; }
  .m-xl-n2 {
    margin: -2px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2px !important; }
  .m-xl-n3 {
    margin: -3px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3px !important; }
  .m-xl-n4 {
    margin: -4px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n6 {
    margin: -6px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6px !important; }
  .m-xl-n7 {
    margin: -7px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7px !important; }
  .m-xl-n8 {
    margin: -8px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important; }
  .m-xl-n9 {
    margin: -9px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-n11 {
    margin: -11px !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11px !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11px !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11px !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11px !important; }
  .m-xl-n12 {
    margin: -12px !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12px !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12px !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12px !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12px !important; }
  .m-xl-n13 {
    margin: -13px !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -13px !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -13px !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -13px !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -13px !important; }
  .m-xl-n14 {
    margin: -14px !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -14px !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -14px !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -14px !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -14px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !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; } }

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0px !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important; }
  .m-xxl-1 {
    margin: 1px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1px !important; }
  .m-xxl-2 {
    margin: 2px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2px !important; }
  .m-xxl-3 {
    margin: 3px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3px !important; }
  .m-xxl-4 {
    margin: 4px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important; }
  .m-xxl-6 {
    margin: 6px !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6px !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6px !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6px !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6px !important; }
  .m-xxl-7 {
    margin: 7px !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7px !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7px !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7px !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7px !important; }
  .m-xxl-8 {
    margin: 8px !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8px !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8px !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8px !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8px !important; }
  .m-xxl-9 {
    margin: 9px !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9px !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9px !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9px !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important; }
  .m-xxl-11 {
    margin: 11px !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 11px !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 11px !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 11px !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 11px !important; }
  .m-xxl-12 {
    margin: 12px !important; }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 12px !important; }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 12px !important; }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 12px !important; }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 12px !important; }
  .m-xxl-13 {
    margin: 13px !important; }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 13px !important; }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 13px !important; }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 13px !important; }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 13px !important; }
  .m-xxl-14 {
    margin: 14px !important; }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 14px !important; }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 14px !important; }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 14px !important; }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 14px !important; }
  .m-xxl-15 {
    margin: 15px !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important; }
  .m-xxl-16 {
    margin: 16px !important; }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 16px !important; }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 16px !important; }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 16px !important; }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 16px !important; }
  .p-xxl-0 {
    padding: 0px !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important; }
  .p-xxl-1 {
    padding: 1px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1px !important; }
  .p-xxl-2 {
    padding: 2px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2px !important; }
  .p-xxl-3 {
    padding: 3px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3px !important; }
  .p-xxl-4 {
    padding: 4px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important; }
  .p-xxl-6 {
    padding: 6px !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6px !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6px !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6px !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6px !important; }
  .p-xxl-7 {
    padding: 7px !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7px !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7px !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7px !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7px !important; }
  .p-xxl-8 {
    padding: 8px !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8px !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8px !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8px !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8px !important; }
  .p-xxl-9 {
    padding: 9px !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9px !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9px !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9px !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important; }
  .p-xxl-11 {
    padding: 11px !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 11px !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 11px !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 11px !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 11px !important; }
  .p-xxl-12 {
    padding: 12px !important; }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 12px !important; }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 12px !important; }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 12px !important; }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 12px !important; }
  .p-xxl-13 {
    padding: 13px !important; }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 13px !important; }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 13px !important; }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 13px !important; }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 13px !important; }
  .p-xxl-14 {
    padding: 14px !important; }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 14px !important; }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 14px !important; }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 14px !important; }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 14px !important; }
  .p-xxl-15 {
    padding: 15px !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important; }
  .p-xxl-16 {
    padding: 16px !important; }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 16px !important; }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 16px !important; }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 16px !important; }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 16px !important; }
  .m-xxl-n1 {
    margin: -1px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -1px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -1px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -1px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -1px !important; }
  .m-xxl-n2 {
    margin: -2px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -2px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -2px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -2px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -2px !important; }
  .m-xxl-n3 {
    margin: -3px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3px !important; }
  .m-xxl-n4 {
    margin: -4px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4px !important; }
  .m-xxl-n5 {
    margin: -5px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5px !important; }
  .m-xxl-n6 {
    margin: -6px !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -6px !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -6px !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -6px !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -6px !important; }
  .m-xxl-n7 {
    margin: -7px !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -7px !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -7px !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -7px !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -7px !important; }
  .m-xxl-n8 {
    margin: -8px !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8px !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8px !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8px !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8px !important; }
  .m-xxl-n9 {
    margin: -9px !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9px !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9px !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9px !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9px !important; }
  .m-xxl-n10 {
    margin: -10px !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10px !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10px !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10px !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10px !important; }
  .m-xxl-n11 {
    margin: -11px !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -11px !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -11px !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -11px !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -11px !important; }
  .m-xxl-n12 {
    margin: -12px !important; }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -12px !important; }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -12px !important; }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -12px !important; }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -12px !important; }
  .m-xxl-n13 {
    margin: -13px !important; }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -13px !important; }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -13px !important; }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -13px !important; }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -13px !important; }
  .m-xxl-n14 {
    margin: -14px !important; }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -14px !important; }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -14px !important; }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -14px !important; }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -14px !important; }
  .m-xxl-n15 {
    margin: -15px !important; }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15px !important; }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15px !important; }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15px !important; }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15px !important; }
  .m-xxl-n16 {
    margin: -16px !important; }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -16px !important; }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -16px !important; }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -16px !important; }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -16px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.et-db .et_pb_module .btn, .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .et-db .et_pb_module .btn, .btn {
      transition: none; } }
  .et-db .et_pb_module .btn:hover, .btn:hover {
    color: #212529;
    text-decoration: none; }
  .et-db .et_pb_module .btn:focus, .btn:focus, .et-db .et_pb_module .focus.btn, .focus.btn {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(121, 93, 231, 0.25); }
  .et-db .et_pb_module .disabled.btn, .disabled.btn, .et-db .et_pb_module .btn:disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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

.btn-primary, .et-db .et_pb_module .btn-primary {
  color: #ffffff;
  background-color: #795DE7;
  border-color: #795DE7; }
  .btn-primary:hover, .et-db .et_pb_module .btn-primary:hover {
    color: #ffffff;
    background-color: #5d3ce2;
    border-color: #5431e0; }
  .btn-primary:focus, .et-db .et_pb_module .btn-primary:focus, .btn-primary.focus, .et-db .et_pb_module .focus.btn-primary {
    color: #ffffff;
    background-color: #5d3ce2;
    border-color: #5431e0;
    box-shadow: 0 0 0 0.2rem rgba(141, 117, 235, 0.5); }
  .btn-primary.disabled, .et-db .et_pb_module .disabled.btn-primary, .btn-primary:disabled, .et-db .et_pb_module .btn-primary:disabled {
    color: #ffffff;
    background-color: #795DE7;
    border-color: #795DE7; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle,
  .et-db .et_pb_module .show > .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #5431e0;
    border-color: #4b25df; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .et-db .et_pb_module .show > .dropdown-toggle.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(141, 117, 235, 0.5); }

.btn-secondary, .et-db .et_pb_module .btn-secondary {
  color: #ffffff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover, .et-db .et_pb_module .btn-secondary:hover {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .et-db .et_pb_module .btn-secondary:focus, .btn-secondary.focus, .et-db .et_pb_module .focus.btn-secondary {
    color: #ffffff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .et-db .et_pb_module .disabled.btn-secondary, .btn-secondary:disabled, .et-db .et_pb_module .btn-secondary:disabled {
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .et-db .et_pb_module .show > .dropdown-toggle.btn-secondary {
    color: #ffffff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .et-db .et_pb_module .show > .dropdown-toggle.btn-secondary:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #ffffff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #ffffff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #ffffff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #ffffff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #ffffff;
  background-color: #dc3232;
  border-color: #dc3232; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #c62222;
    border-color: #bb2020; }
  .btn-danger:focus, .btn-danger.focus {
    color: #ffffff;
    background-color: #c62222;
    border-color: #bb2020;
    box-shadow: 0 0 0 0.2rem rgba(225, 81, 81, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #ffffff;
    background-color: #dc3232;
    border-color: #dc3232; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #ffffff;
    background-color: #bb2020;
    border-color: #b01e1e; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 81, 81, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #ffffff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #ffffff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #ffffff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #795DE7;
  border-color: #795DE7; }
  .btn-outline-primary:hover {
    color: #ffffff;
    background-color: #795DE7;
    border-color: #795DE7; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(121, 93, 231, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #795DE7;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #795DE7;
    border-color: #795DE7; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(121, 93, 231, 0.5); }

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

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #ffffff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    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: #ffffff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    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: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

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

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

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

.btn-link {
  font-weight: 400;
  color: #795DE7;
  text-decoration: none; }
  .btn-link:hover {
    color: #4520d8;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

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

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

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

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

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

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 981px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

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

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #ffffff; }

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

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

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

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

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

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

.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: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

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

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(220, 50, 50, 0.9);
  border-radius: 0.25rem; }

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

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

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

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

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

.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: #dc3232; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3232; }

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 50, 50, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3232; }

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

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

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(: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 .et-db .et_pb_module .btn, .et-db .et_pb_module .input-group-prepend .btn, .input-group-prepend .btn,
  .input-group-append .et-db .et_pb_module .btn,
  .et-db .et_pb_module .input-group-append .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 .et-db .et_pb_module .btn + .btn, .input-group-prepend .btn + .btn,
  .input-group-prepend .et-db .et_pb_module .btn + .input-group-text,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .et-db .et_pb_module .input-group-text + .btn,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .et-db .et_pb_module .btn + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .et-db .et_pb_module .btn + .input-group-text,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .et-db .et_pb_module .input-group-text + .btn,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

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

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

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

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

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

.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,
.et-db .et_pb_module .input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .btn,
.et-db .et_pb_module .input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.et-db .et_pb_module .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.et-db .et_pb_module .input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.et-db .et_pb_module .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.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; }

.et-db .et_pb_module .input-group > .input-group-append > .btn, .input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.et-db .et_pb_module .input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.et-db .et_pb_module .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.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; }

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

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

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

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

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

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

.bg-primary {
  background-color: #795DE7 !important; }

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

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

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

.bg-success {
  background-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #795DE7 !important; }

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

.border-success {
  border-color: #28a745 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 981px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1680px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  flex-wrap: wrap !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 981px) {
  .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; } }

@media (min-width: 1680px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.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: 981px) {
  .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; } }

@media (min-width: 1680px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-1 {
  margin: 1px !important; }

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

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

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

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

.m-2 {
  margin: 2px !important; }

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

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

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

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

.m-3 {
  margin: 3px !important; }

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

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

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

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

.m-4 {
  margin: 4px !important; }

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

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

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

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

.m-5 {
  margin: 5px !important; }

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

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

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

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

.m-6 {
  margin: 6px !important; }

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

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

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

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

.m-7 {
  margin: 7px !important; }

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

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

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

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

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

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

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

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

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

.m-9 {
  margin: 9px !important; }

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

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

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

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

.m-10 {
  margin: 10px !important; }

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

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

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

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

.m-11 {
  margin: 11px !important; }

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

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

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

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

.m-12 {
  margin: 12px !important; }

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

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

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

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

.m-13 {
  margin: 13px !important; }

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

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

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

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

.m-14 {
  margin: 14px !important; }

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

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

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

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

.m-15 {
  margin: 15px !important; }

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

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

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

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

.m-16 {
  margin: 16px !important; }

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

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

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

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

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

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

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

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

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

.p-1 {
  padding: 1px !important; }

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

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

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

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

.p-2 {
  padding: 2px !important; }

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

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

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

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

.p-3 {
  padding: 3px !important; }

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

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

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

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

.p-4 {
  padding: 4px !important; }

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

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

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

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

.p-5 {
  padding: 5px !important; }

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

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

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

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

.p-6 {
  padding: 6px !important; }

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

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

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

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

.p-7 {
  padding: 7px !important; }

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

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

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

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

.p-8 {
  padding: 8px !important; }

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

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

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

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

.p-9 {
  padding: 9px !important; }

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

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

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

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

.p-10 {
  padding: 10px !important; }

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

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

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

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

.p-11 {
  padding: 11px !important; }

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

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

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

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

.p-12 {
  padding: 12px !important; }

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

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

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

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

.p-13 {
  padding: 13px !important; }

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

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

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

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

.p-14 {
  padding: 14px !important; }

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

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

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

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

.p-15 {
  padding: 15px !important; }

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

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

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

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

.p-16 {
  padding: 16px !important; }

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

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

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

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

.m-n1 {
  margin: -1px !important; }

.mt-n1,
.my-n1 {
  margin-top: -1px !important; }

.mr-n1,
.mx-n1 {
  margin-right: -1px !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -1px !important; }

.ml-n1,
.mx-n1 {
  margin-left: -1px !important; }

.m-n2 {
  margin: -2px !important; }

.mt-n2,
.my-n2 {
  margin-top: -2px !important; }

.mr-n2,
.mx-n2 {
  margin-right: -2px !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -2px !important; }

.ml-n2,
.mx-n2 {
  margin-left: -2px !important; }

.m-n3 {
  margin: -3px !important; }

.mt-n3,
.my-n3 {
  margin-top: -3px !important; }

.mr-n3,
.mx-n3 {
  margin-right: -3px !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -3px !important; }

.ml-n3,
.mx-n3 {
  margin-left: -3px !important; }

.m-n4 {
  margin: -4px !important; }

.mt-n4,
.my-n4 {
  margin-top: -4px !important; }

.mr-n4,
.mx-n4 {
  margin-right: -4px !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -4px !important; }

.ml-n4,
.mx-n4 {
  margin-left: -4px !important; }

.m-n5 {
  margin: -5px !important; }

.mt-n5,
.my-n5 {
  margin-top: -5px !important; }

.mr-n5,
.mx-n5 {
  margin-right: -5px !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -5px !important; }

.ml-n5,
.mx-n5 {
  margin-left: -5px !important; }

.m-n6 {
  margin: -6px !important; }

.mt-n6,
.my-n6 {
  margin-top: -6px !important; }

.mr-n6,
.mx-n6 {
  margin-right: -6px !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -6px !important; }

.ml-n6,
.mx-n6 {
  margin-left: -6px !important; }

.m-n7 {
  margin: -7px !important; }

.mt-n7,
.my-n7 {
  margin-top: -7px !important; }

.mr-n7,
.mx-n7 {
  margin-right: -7px !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -7px !important; }

.ml-n7,
.mx-n7 {
  margin-left: -7px !important; }

.m-n8 {
  margin: -8px !important; }

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

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

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

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

.m-n9 {
  margin: -9px !important; }

.mt-n9,
.my-n9 {
  margin-top: -9px !important; }

.mr-n9,
.mx-n9 {
  margin-right: -9px !important; }

.mb-n9,
.my-n9 {
  margin-bottom: -9px !important; }

.ml-n9,
.mx-n9 {
  margin-left: -9px !important; }

.m-n10 {
  margin: -10px !important; }

.mt-n10,
.my-n10 {
  margin-top: -10px !important; }

.mr-n10,
.mx-n10 {
  margin-right: -10px !important; }

.mb-n10,
.my-n10 {
  margin-bottom: -10px !important; }

.ml-n10,
.mx-n10 {
  margin-left: -10px !important; }

.m-n11 {
  margin: -11px !important; }

.mt-n11,
.my-n11 {
  margin-top: -11px !important; }

.mr-n11,
.mx-n11 {
  margin-right: -11px !important; }

.mb-n11,
.my-n11 {
  margin-bottom: -11px !important; }

.ml-n11,
.mx-n11 {
  margin-left: -11px !important; }

.m-n12 {
  margin: -12px !important; }

.mt-n12,
.my-n12 {
  margin-top: -12px !important; }

.mr-n12,
.mx-n12 {
  margin-right: -12px !important; }

.mb-n12,
.my-n12 {
  margin-bottom: -12px !important; }

.ml-n12,
.mx-n12 {
  margin-left: -12px !important; }

.m-n13 {
  margin: -13px !important; }

.mt-n13,
.my-n13 {
  margin-top: -13px !important; }

.mr-n13,
.mx-n13 {
  margin-right: -13px !important; }

.mb-n13,
.my-n13 {
  margin-bottom: -13px !important; }

.ml-n13,
.mx-n13 {
  margin-left: -13px !important; }

.m-n14 {
  margin: -14px !important; }

.mt-n14,
.my-n14 {
  margin-top: -14px !important; }

.mr-n14,
.mx-n14 {
  margin-right: -14px !important; }

.mb-n14,
.my-n14 {
  margin-bottom: -14px !important; }

.ml-n14,
.mx-n14 {
  margin-left: -14px !important; }

.m-n15 {
  margin: -15px !important; }

.mt-n15,
.my-n15 {
  margin-top: -15px !important; }

.mr-n15,
.mx-n15 {
  margin-right: -15px !important; }

.mb-n15,
.my-n15 {
  margin-bottom: -15px !important; }

.ml-n15,
.mx-n15 {
  margin-left: -15px !important; }

.m-n16 {
  margin: -16px !important; }

.mt-n16,
.my-n16 {
  margin-top: -16px !important; }

.mr-n16,
.mx-n16 {
  margin-right: -16px !important; }

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important; }

.ml-n16,
.mx-n16 {
  margin-left: -16px !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: 0px !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0px !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0px !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0px !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0px !important; }
  .m-sm-1 {
    margin: 1px !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 1px !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 1px !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 1px !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 1px !important; }
  .m-sm-2 {
    margin: 2px !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 2px !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 2px !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 2px !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 2px !important; }
  .m-sm-3 {
    margin: 3px !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 3px !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 3px !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 3px !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 3px !important; }
  .m-sm-4 {
    margin: 4px !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4px !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4px !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4px !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4px !important; }
  .m-sm-5 {
    margin: 5px !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 5px !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 5px !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 5px !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 5px !important; }
  .m-sm-6 {
    margin: 6px !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 6px !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 6px !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 6px !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 6px !important; }
  .m-sm-7 {
    margin: 7px !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 7px !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 7px !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 7px !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 7px !important; }
  .m-sm-8 {
    margin: 8px !important; }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 8px !important; }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 8px !important; }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 8px !important; }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 8px !important; }
  .m-sm-9 {
    margin: 9px !important; }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9px !important; }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9px !important; }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9px !important; }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10px !important; }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10px !important; }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10px !important; }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10px !important; }
  .m-sm-11 {
    margin: 11px !important; }
  .mt-sm-11,
  .my-sm-11 {
    margin-top: 11px !important; }
  .mr-sm-11,
  .mx-sm-11 {
    margin-right: 11px !important; }
  .mb-sm-11,
  .my-sm-11 {
    margin-bottom: 11px !important; }
  .ml-sm-11,
  .mx-sm-11 {
    margin-left: 11px !important; }
  .m-sm-12 {
    margin: 12px !important; }
  .mt-sm-12,
  .my-sm-12 {
    margin-top: 12px !important; }
  .mr-sm-12,
  .mx-sm-12 {
    margin-right: 12px !important; }
  .mb-sm-12,
  .my-sm-12 {
    margin-bottom: 12px !important; }
  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 12px !important; }
  .m-sm-13 {
    margin: 13px !important; }
  .mt-sm-13,
  .my-sm-13 {
    margin-top: 13px !important; }
  .mr-sm-13,
  .mx-sm-13 {
    margin-right: 13px !important; }
  .mb-sm-13,
  .my-sm-13 {
    margin-bottom: 13px !important; }
  .ml-sm-13,
  .mx-sm-13 {
    margin-left: 13px !important; }
  .m-sm-14 {
    margin: 14px !important; }
  .mt-sm-14,
  .my-sm-14 {
    margin-top: 14px !important; }
  .mr-sm-14,
  .mx-sm-14 {
    margin-right: 14px !important; }
  .mb-sm-14,
  .my-sm-14 {
    margin-bottom: 14px !important; }
  .ml-sm-14,
  .mx-sm-14 {
    margin-left: 14px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .mt-sm-15,
  .my-sm-15 {
    margin-top: 15px !important; }
  .mr-sm-15,
  .mx-sm-15 {
    margin-right: 15px !important; }
  .mb-sm-15,
  .my-sm-15 {
    margin-bottom: 15px !important; }
  .ml-sm-15,
  .mx-sm-15 {
    margin-left: 15px !important; }
  .m-sm-16 {
    margin: 16px !important; }
  .mt-sm-16,
  .my-sm-16 {
    margin-top: 16px !important; }
  .mr-sm-16,
  .mx-sm-16 {
    margin-right: 16px !important; }
  .mb-sm-16,
  .my-sm-16 {
    margin-bottom: 16px !important; }
  .ml-sm-16,
  .mx-sm-16 {
    margin-left: 16px !important; }
  .p-sm-0 {
    padding: 0px !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0px !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0px !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0px !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0px !important; }
  .p-sm-1 {
    padding: 1px !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 1px !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 1px !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 1px !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 1px !important; }
  .p-sm-2 {
    padding: 2px !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 2px !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 2px !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 2px !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 2px !important; }
  .p-sm-3 {
    padding: 3px !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 3px !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 3px !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 3px !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 3px !important; }
  .p-sm-4 {
    padding: 4px !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4px !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4px !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4px !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4px !important; }
  .p-sm-5 {
    padding: 5px !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 5px !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 5px !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 5px !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 5px !important; }
  .p-sm-6 {
    padding: 6px !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 6px !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 6px !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 6px !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 6px !important; }
  .p-sm-7 {
    padding: 7px !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 7px !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 7px !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 7px !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 7px !important; }
  .p-sm-8 {
    padding: 8px !important; }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 8px !important; }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 8px !important; }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 8px !important; }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 8px !important; }
  .p-sm-9 {
    padding: 9px !important; }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9px !important; }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9px !important; }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9px !important; }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10px !important; }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10px !important; }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10px !important; }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10px !important; }
  .p-sm-11 {
    padding: 11px !important; }
  .pt-sm-11,
  .py-sm-11 {
    padding-top: 11px !important; }
  .pr-sm-11,
  .px-sm-11 {
    padding-right: 11px !important; }
  .pb-sm-11,
  .py-sm-11 {
    padding-bottom: 11px !important; }
  .pl-sm-11,
  .px-sm-11 {
    padding-left: 11px !important; }
  .p-sm-12 {
    padding: 12px !important; }
  .pt-sm-12,
  .py-sm-12 {
    padding-top: 12px !important; }
  .pr-sm-12,
  .px-sm-12 {
    padding-right: 12px !important; }
  .pb-sm-12,
  .py-sm-12 {
    padding-bottom: 12px !important; }
  .pl-sm-12,
  .px-sm-12 {
    padding-left: 12px !important; }
  .p-sm-13 {
    padding: 13px !important; }
  .pt-sm-13,
  .py-sm-13 {
    padding-top: 13px !important; }
  .pr-sm-13,
  .px-sm-13 {
    padding-right: 13px !important; }
  .pb-sm-13,
  .py-sm-13 {
    padding-bottom: 13px !important; }
  .pl-sm-13,
  .px-sm-13 {
    padding-left: 13px !important; }
  .p-sm-14 {
    padding: 14px !important; }
  .pt-sm-14,
  .py-sm-14 {
    padding-top: 14px !important; }
  .pr-sm-14,
  .px-sm-14 {
    padding-right: 14px !important; }
  .pb-sm-14,
  .py-sm-14 {
    padding-bottom: 14px !important; }
  .pl-sm-14,
  .px-sm-14 {
    padding-left: 14px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .pt-sm-15,
  .py-sm-15 {
    padding-top: 15px !important; }
  .pr-sm-15,
  .px-sm-15 {
    padding-right: 15px !important; }
  .pb-sm-15,
  .py-sm-15 {
    padding-bottom: 15px !important; }
  .pl-sm-15,
  .px-sm-15 {
    padding-left: 15px !important; }
  .p-sm-16 {
    padding: 16px !important; }
  .pt-sm-16,
  .py-sm-16 {
    padding-top: 16px !important; }
  .pr-sm-16,
  .px-sm-16 {
    padding-right: 16px !important; }
  .pb-sm-16,
  .py-sm-16 {
    padding-bottom: 16px !important; }
  .pl-sm-16,
  .px-sm-16 {
    padding-left: 16px !important; }
  .m-sm-n1 {
    margin: -1px !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -1px !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -1px !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -1px !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -1px !important; }
  .m-sm-n2 {
    margin: -2px !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -2px !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -2px !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -2px !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -2px !important; }
  .m-sm-n3 {
    margin: -3px !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -3px !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -3px !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -3px !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -3px !important; }
  .m-sm-n4 {
    margin: -4px !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4px !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4px !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4px !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4px !important; }
  .m-sm-n5 {
    margin: -5px !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -5px !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -5px !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -5px !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -5px !important; }
  .m-sm-n6 {
    margin: -6px !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -6px !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -6px !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -6px !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -6px !important; }
  .m-sm-n7 {
    margin: -7px !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -7px !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -7px !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -7px !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -7px !important; }
  .m-sm-n8 {
    margin: -8px !important; }
  .mt-sm-n8,
  .my-sm-n8 {
    margin-top: -8px !important; }
  .mr-sm-n8,
  .mx-sm-n8 {
    margin-right: -8px !important; }
  .mb-sm-n8,
  .my-sm-n8 {
    margin-bottom: -8px !important; }
  .ml-sm-n8,
  .mx-sm-n8 {
    margin-left: -8px !important; }
  .m-sm-n9 {
    margin: -9px !important; }
  .mt-sm-n9,
  .my-sm-n9 {
    margin-top: -9px !important; }
  .mr-sm-n9,
  .mx-sm-n9 {
    margin-right: -9px !important; }
  .mb-sm-n9,
  .my-sm-n9 {
    margin-bottom: -9px !important; }
  .ml-sm-n9,
  .mx-sm-n9 {
    margin-left: -9px !important; }
  .m-sm-n10 {
    margin: -10px !important; }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -10px !important; }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -10px !important; }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -10px !important; }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -10px !important; }
  .m-sm-n11 {
    margin: -11px !important; }
  .mt-sm-n11,
  .my-sm-n11 {
    margin-top: -11px !important; }
  .mr-sm-n11,
  .mx-sm-n11 {
    margin-right: -11px !important; }
  .mb-sm-n11,
  .my-sm-n11 {
    margin-bottom: -11px !important; }
  .ml-sm-n11,
  .mx-sm-n11 {
    margin-left: -11px !important; }
  .m-sm-n12 {
    margin: -12px !important; }
  .mt-sm-n12,
  .my-sm-n12 {
    margin-top: -12px !important; }
  .mr-sm-n12,
  .mx-sm-n12 {
    margin-right: -12px !important; }
  .mb-sm-n12,
  .my-sm-n12 {
    margin-bottom: -12px !important; }
  .ml-sm-n12,
  .mx-sm-n12 {
    margin-left: -12px !important; }
  .m-sm-n13 {
    margin: -13px !important; }
  .mt-sm-n13,
  .my-sm-n13 {
    margin-top: -13px !important; }
  .mr-sm-n13,
  .mx-sm-n13 {
    margin-right: -13px !important; }
  .mb-sm-n13,
  .my-sm-n13 {
    margin-bottom: -13px !important; }
  .ml-sm-n13,
  .mx-sm-n13 {
    margin-left: -13px !important; }
  .m-sm-n14 {
    margin: -14px !important; }
  .mt-sm-n14,
  .my-sm-n14 {
    margin-top: -14px !important; }
  .mr-sm-n14,
  .mx-sm-n14 {
    margin-right: -14px !important; }
  .mb-sm-n14,
  .my-sm-n14 {
    margin-bottom: -14px !important; }
  .ml-sm-n14,
  .mx-sm-n14 {
    margin-left: -14px !important; }
  .m-sm-n15 {
    margin: -15px !important; }
  .mt-sm-n15,
  .my-sm-n15 {
    margin-top: -15px !important; }
  .mr-sm-n15,
  .mx-sm-n15 {
    margin-right: -15px !important; }
  .mb-sm-n15,
  .my-sm-n15 {
    margin-bottom: -15px !important; }
  .ml-sm-n15,
  .mx-sm-n15 {
    margin-left: -15px !important; }
  .m-sm-n16 {
    margin: -16px !important; }
  .mt-sm-n16,
  .my-sm-n16 {
    margin-top: -16px !important; }
  .mr-sm-n16,
  .mx-sm-n16 {
    margin-right: -16px !important; }
  .mb-sm-n16,
  .my-sm-n16 {
    margin-bottom: -16px !important; }
  .ml-sm-n16,
  .mx-sm-n16 {
    margin-left: -16px !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: 0px !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0px !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0px !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0px !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0px !important; }
  .m-md-1 {
    margin: 1px !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 1px !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 1px !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 1px !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 1px !important; }
  .m-md-2 {
    margin: 2px !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 2px !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 2px !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 2px !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 2px !important; }
  .m-md-3 {
    margin: 3px !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 3px !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 3px !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 3px !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 3px !important; }
  .m-md-4 {
    margin: 4px !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4px !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4px !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4px !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4px !important; }
  .m-md-5 {
    margin: 5px !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 5px !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 5px !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 5px !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 5px !important; }
  .m-md-6 {
    margin: 6px !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 6px !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 6px !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 6px !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 6px !important; }
  .m-md-7 {
    margin: 7px !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 7px !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 7px !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 7px !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 7px !important; }
  .m-md-8 {
    margin: 8px !important; }
  .mt-md-8,
  .my-md-8 {
    margin-top: 8px !important; }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 8px !important; }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 8px !important; }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 8px !important; }
  .m-md-9 {
    margin: 9px !important; }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9px !important; }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9px !important; }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9px !important; }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10px !important; }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10px !important; }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10px !important; }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10px !important; }
  .m-md-11 {
    margin: 11px !important; }
  .mt-md-11,
  .my-md-11 {
    margin-top: 11px !important; }
  .mr-md-11,
  .mx-md-11 {
    margin-right: 11px !important; }
  .mb-md-11,
  .my-md-11 {
    margin-bottom: 11px !important; }
  .ml-md-11,
  .mx-md-11 {
    margin-left: 11px !important; }
  .m-md-12 {
    margin: 12px !important; }
  .mt-md-12,
  .my-md-12 {
    margin-top: 12px !important; }
  .mr-md-12,
  .mx-md-12 {
    margin-right: 12px !important; }
  .mb-md-12,
  .my-md-12 {
    margin-bottom: 12px !important; }
  .ml-md-12,
  .mx-md-12 {
    margin-left: 12px !important; }
  .m-md-13 {
    margin: 13px !important; }
  .mt-md-13,
  .my-md-13 {
    margin-top: 13px !important; }
  .mr-md-13,
  .mx-md-13 {
    margin-right: 13px !important; }
  .mb-md-13,
  .my-md-13 {
    margin-bottom: 13px !important; }
  .ml-md-13,
  .mx-md-13 {
    margin-left: 13px !important; }
  .m-md-14 {
    margin: 14px !important; }
  .mt-md-14,
  .my-md-14 {
    margin-top: 14px !important; }
  .mr-md-14,
  .mx-md-14 {
    margin-right: 14px !important; }
  .mb-md-14,
  .my-md-14 {
    margin-bottom: 14px !important; }
  .ml-md-14,
  .mx-md-14 {
    margin-left: 14px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .mt-md-15,
  .my-md-15 {
    margin-top: 15px !important; }
  .mr-md-15,
  .mx-md-15 {
    margin-right: 15px !important; }
  .mb-md-15,
  .my-md-15 {
    margin-bottom: 15px !important; }
  .ml-md-15,
  .mx-md-15 {
    margin-left: 15px !important; }
  .m-md-16 {
    margin: 16px !important; }
  .mt-md-16,
  .my-md-16 {
    margin-top: 16px !important; }
  .mr-md-16,
  .mx-md-16 {
    margin-right: 16px !important; }
  .mb-md-16,
  .my-md-16 {
    margin-bottom: 16px !important; }
  .ml-md-16,
  .mx-md-16 {
    margin-left: 16px !important; }
  .p-md-0 {
    padding: 0px !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0px !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0px !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0px !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0px !important; }
  .p-md-1 {
    padding: 1px !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 1px !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 1px !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 1px !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 1px !important; }
  .p-md-2 {
    padding: 2px !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 2px !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 2px !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 2px !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 2px !important; }
  .p-md-3 {
    padding: 3px !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 3px !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 3px !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 3px !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 3px !important; }
  .p-md-4 {
    padding: 4px !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4px !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4px !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4px !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4px !important; }
  .p-md-5 {
    padding: 5px !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 5px !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 5px !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 5px !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 5px !important; }
  .p-md-6 {
    padding: 6px !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 6px !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 6px !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 6px !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 6px !important; }
  .p-md-7 {
    padding: 7px !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 7px !important; }
  .pr-md-7,
  .px-md-7 {
    padding-right: 7px !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 7px !important; }
  .pl-md-7,
  .px-md-7 {
    padding-left: 7px !important; }
  .p-md-8 {
    padding: 8px !important; }
  .pt-md-8,
  .py-md-8 {
    padding-top: 8px !important; }
  .pr-md-8,
  .px-md-8 {
    padding-right: 8px !important; }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 8px !important; }
  .pl-md-8,
  .px-md-8 {
    padding-left: 8px !important; }
  .p-md-9 {
    padding: 9px !important; }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9px !important; }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9px !important; }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9px !important; }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10px !important; }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10px !important; }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10px !important; }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10px !important; }
  .p-md-11 {
    padding: 11px !important; }
  .pt-md-11,
  .py-md-11 {
    padding-top: 11px !important; }
  .pr-md-11,
  .px-md-11 {
    padding-right: 11px !important; }
  .pb-md-11,
  .py-md-11 {
    padding-bottom: 11px !important; }
  .pl-md-11,
  .px-md-11 {
    padding-left: 11px !important; }
  .p-md-12 {
    padding: 12px !important; }
  .pt-md-12,
  .py-md-12 {
    padding-top: 12px !important; }
  .pr-md-12,
  .px-md-12 {
    padding-right: 12px !important; }
  .pb-md-12,
  .py-md-12 {
    padding-bottom: 12px !important; }
  .pl-md-12,
  .px-md-12 {
    padding-left: 12px !important; }
  .p-md-13 {
    padding: 13px !important; }
  .pt-md-13,
  .py-md-13 {
    padding-top: 13px !important; }
  .pr-md-13,
  .px-md-13 {
    padding-right: 13px !important; }
  .pb-md-13,
  .py-md-13 {
    padding-bottom: 13px !important; }
  .pl-md-13,
  .px-md-13 {
    padding-left: 13px !important; }
  .p-md-14 {
    padding: 14px !important; }
  .pt-md-14,
  .py-md-14 {
    padding-top: 14px !important; }
  .pr-md-14,
  .px-md-14 {
    padding-right: 14px !important; }
  .pb-md-14,
  .py-md-14 {
    padding-bottom: 14px !important; }
  .pl-md-14,
  .px-md-14 {
    padding-left: 14px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .pt-md-15,
  .py-md-15 {
    padding-top: 15px !important; }
  .pr-md-15,
  .px-md-15 {
    padding-right: 15px !important; }
  .pb-md-15,
  .py-md-15 {
    padding-bottom: 15px !important; }
  .pl-md-15,
  .px-md-15 {
    padding-left: 15px !important; }
  .p-md-16 {
    padding: 16px !important; }
  .pt-md-16,
  .py-md-16 {
    padding-top: 16px !important; }
  .pr-md-16,
  .px-md-16 {
    padding-right: 16px !important; }
  .pb-md-16,
  .py-md-16 {
    padding-bottom: 16px !important; }
  .pl-md-16,
  .px-md-16 {
    padding-left: 16px !important; }
  .m-md-n1 {
    margin: -1px !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -1px !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -1px !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -1px !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -1px !important; }
  .m-md-n2 {
    margin: -2px !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -2px !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -2px !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -2px !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -2px !important; }
  .m-md-n3 {
    margin: -3px !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -3px !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -3px !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -3px !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -3px !important; }
  .m-md-n4 {
    margin: -4px !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4px !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4px !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4px !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4px !important; }
  .m-md-n5 {
    margin: -5px !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -5px !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -5px !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -5px !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -5px !important; }
  .m-md-n6 {
    margin: -6px !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -6px !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -6px !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -6px !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -6px !important; }
  .m-md-n7 {
    margin: -7px !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -7px !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -7px !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -7px !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -7px !important; }
  .m-md-n8 {
    margin: -8px !important; }
  .mt-md-n8,
  .my-md-n8 {
    margin-top: -8px !important; }
  .mr-md-n8,
  .mx-md-n8 {
    margin-right: -8px !important; }
  .mb-md-n8,
  .my-md-n8 {
    margin-bottom: -8px !important; }
  .ml-md-n8,
  .mx-md-n8 {
    margin-left: -8px !important; }
  .m-md-n9 {
    margin: -9px !important; }
  .mt-md-n9,
  .my-md-n9 {
    margin-top: -9px !important; }
  .mr-md-n9,
  .mx-md-n9 {
    margin-right: -9px !important; }
  .mb-md-n9,
  .my-md-n9 {
    margin-bottom: -9px !important; }
  .ml-md-n9,
  .mx-md-n9 {
    margin-left: -9px !important; }
  .m-md-n10 {
    margin: -10px !important; }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -10px !important; }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -10px !important; }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -10px !important; }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -10px !important; }
  .m-md-n11 {
    margin: -11px !important; }
  .mt-md-n11,
  .my-md-n11 {
    margin-top: -11px !important; }
  .mr-md-n11,
  .mx-md-n11 {
    margin-right: -11px !important; }
  .mb-md-n11,
  .my-md-n11 {
    margin-bottom: -11px !important; }
  .ml-md-n11,
  .mx-md-n11 {
    margin-left: -11px !important; }
  .m-md-n12 {
    margin: -12px !important; }
  .mt-md-n12,
  .my-md-n12 {
    margin-top: -12px !important; }
  .mr-md-n12,
  .mx-md-n12 {
    margin-right: -12px !important; }
  .mb-md-n12,
  .my-md-n12 {
    margin-bottom: -12px !important; }
  .ml-md-n12,
  .mx-md-n12 {
    margin-left: -12px !important; }
  .m-md-n13 {
    margin: -13px !important; }
  .mt-md-n13,
  .my-md-n13 {
    margin-top: -13px !important; }
  .mr-md-n13,
  .mx-md-n13 {
    margin-right: -13px !important; }
  .mb-md-n13,
  .my-md-n13 {
    margin-bottom: -13px !important; }
  .ml-md-n13,
  .mx-md-n13 {
    margin-left: -13px !important; }
  .m-md-n14 {
    margin: -14px !important; }
  .mt-md-n14,
  .my-md-n14 {
    margin-top: -14px !important; }
  .mr-md-n14,
  .mx-md-n14 {
    margin-right: -14px !important; }
  .mb-md-n14,
  .my-md-n14 {
    margin-bottom: -14px !important; }
  .ml-md-n14,
  .mx-md-n14 {
    margin-left: -14px !important; }
  .m-md-n15 {
    margin: -15px !important; }
  .mt-md-n15,
  .my-md-n15 {
    margin-top: -15px !important; }
  .mr-md-n15,
  .mx-md-n15 {
    margin-right: -15px !important; }
  .mb-md-n15,
  .my-md-n15 {
    margin-bottom: -15px !important; }
  .ml-md-n15,
  .mx-md-n15 {
    margin-left: -15px !important; }
  .m-md-n16 {
    margin: -16px !important; }
  .mt-md-n16,
  .my-md-n16 {
    margin-top: -16px !important; }
  .mr-md-n16,
  .mx-md-n16 {
    margin-right: -16px !important; }
  .mb-md-n16,
  .my-md-n16 {
    margin-bottom: -16px !important; }
  .ml-md-n16,
  .mx-md-n16 {
    margin-left: -16px !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: 981px) {
  .m-lg-0 {
    margin: 0px !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0px !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0px !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0px !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0px !important; }
  .m-lg-1 {
    margin: 1px !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 1px !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 1px !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 1px !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 1px !important; }
  .m-lg-2 {
    margin: 2px !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 2px !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 2px !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 2px !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 2px !important; }
  .m-lg-3 {
    margin: 3px !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 3px !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 3px !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 3px !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 3px !important; }
  .m-lg-4 {
    margin: 4px !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4px !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4px !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4px !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4px !important; }
  .m-lg-5 {
    margin: 5px !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 5px !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 5px !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 5px !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 5px !important; }
  .m-lg-6 {
    margin: 6px !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 6px !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 6px !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 6px !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 6px !important; }
  .m-lg-7 {
    margin: 7px !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 7px !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 7px !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 7px !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 7px !important; }
  .m-lg-8 {
    margin: 8px !important; }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 8px !important; }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 8px !important; }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 8px !important; }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 8px !important; }
  .m-lg-9 {
    margin: 9px !important; }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9px !important; }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9px !important; }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9px !important; }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10px !important; }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10px !important; }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10px !important; }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10px !important; }
  .m-lg-11 {
    margin: 11px !important; }
  .mt-lg-11,
  .my-lg-11 {
    margin-top: 11px !important; }
  .mr-lg-11,
  .mx-lg-11 {
    margin-right: 11px !important; }
  .mb-lg-11,
  .my-lg-11 {
    margin-bottom: 11px !important; }
  .ml-lg-11,
  .mx-lg-11 {
    margin-left: 11px !important; }
  .m-lg-12 {
    margin: 12px !important; }
  .mt-lg-12,
  .my-lg-12 {
    margin-top: 12px !important; }
  .mr-lg-12,
  .mx-lg-12 {
    margin-right: 12px !important; }
  .mb-lg-12,
  .my-lg-12 {
    margin-bottom: 12px !important; }
  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 12px !important; }
  .m-lg-13 {
    margin: 13px !important; }
  .mt-lg-13,
  .my-lg-13 {
    margin-top: 13px !important; }
  .mr-lg-13,
  .mx-lg-13 {
    margin-right: 13px !important; }
  .mb-lg-13,
  .my-lg-13 {
    margin-bottom: 13px !important; }
  .ml-lg-13,
  .mx-lg-13 {
    margin-left: 13px !important; }
  .m-lg-14 {
    margin: 14px !important; }
  .mt-lg-14,
  .my-lg-14 {
    margin-top: 14px !important; }
  .mr-lg-14,
  .mx-lg-14 {
    margin-right: 14px !important; }
  .mb-lg-14,
  .my-lg-14 {
    margin-bottom: 14px !important; }
  .ml-lg-14,
  .mx-lg-14 {
    margin-left: 14px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .mt-lg-15,
  .my-lg-15 {
    margin-top: 15px !important; }
  .mr-lg-15,
  .mx-lg-15 {
    margin-right: 15px !important; }
  .mb-lg-15,
  .my-lg-15 {
    margin-bottom: 15px !important; }
  .ml-lg-15,
  .mx-lg-15 {
    margin-left: 15px !important; }
  .m-lg-16 {
    margin: 16px !important; }
  .mt-lg-16,
  .my-lg-16 {
    margin-top: 16px !important; }
  .mr-lg-16,
  .mx-lg-16 {
    margin-right: 16px !important; }
  .mb-lg-16,
  .my-lg-16 {
    margin-bottom: 16px !important; }
  .ml-lg-16,
  .mx-lg-16 {
    margin-left: 16px !important; }
  .p-lg-0 {
    padding: 0px !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0px !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0px !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0px !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0px !important; }
  .p-lg-1 {
    padding: 1px !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 1px !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 1px !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 1px !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 1px !important; }
  .p-lg-2 {
    padding: 2px !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 2px !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 2px !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 2px !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 2px !important; }
  .p-lg-3 {
    padding: 3px !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 3px !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 3px !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 3px !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 3px !important; }
  .p-lg-4 {
    padding: 4px !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4px !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4px !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4px !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4px !important; }
  .p-lg-5 {
    padding: 5px !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 5px !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 5px !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 5px !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 5px !important; }
  .p-lg-6 {
    padding: 6px !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 6px !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 6px !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 6px !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 6px !important; }
  .p-lg-7 {
    padding: 7px !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 7px !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 7px !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 7px !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 7px !important; }
  .p-lg-8 {
    padding: 8px !important; }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 8px !important; }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 8px !important; }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 8px !important; }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 8px !important; }
  .p-lg-9 {
    padding: 9px !important; }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9px !important; }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9px !important; }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9px !important; }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10px !important; }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10px !important; }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10px !important; }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10px !important; }
  .p-lg-11 {
    padding: 11px !important; }
  .pt-lg-11,
  .py-lg-11 {
    padding-top: 11px !important; }
  .pr-lg-11,
  .px-lg-11 {
    padding-right: 11px !important; }
  .pb-lg-11,
  .py-lg-11 {
    padding-bottom: 11px !important; }
  .pl-lg-11,
  .px-lg-11 {
    padding-left: 11px !important; }
  .p-lg-12 {
    padding: 12px !important; }
  .pt-lg-12,
  .py-lg-12 {
    padding-top: 12px !important; }
  .pr-lg-12,
  .px-lg-12 {
    padding-right: 12px !important; }
  .pb-lg-12,
  .py-lg-12 {
    padding-bottom: 12px !important; }
  .pl-lg-12,
  .px-lg-12 {
    padding-left: 12px !important; }
  .p-lg-13 {
    padding: 13px !important; }
  .pt-lg-13,
  .py-lg-13 {
    padding-top: 13px !important; }
  .pr-lg-13,
  .px-lg-13 {
    padding-right: 13px !important; }
  .pb-lg-13,
  .py-lg-13 {
    padding-bottom: 13px !important; }
  .pl-lg-13,
  .px-lg-13 {
    padding-left: 13px !important; }
  .p-lg-14 {
    padding: 14px !important; }
  .pt-lg-14,
  .py-lg-14 {
    padding-top: 14px !important; }
  .pr-lg-14,
  .px-lg-14 {
    padding-right: 14px !important; }
  .pb-lg-14,
  .py-lg-14 {
    padding-bottom: 14px !important; }
  .pl-lg-14,
  .px-lg-14 {
    padding-left: 14px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .pt-lg-15,
  .py-lg-15 {
    padding-top: 15px !important; }
  .pr-lg-15,
  .px-lg-15 {
    padding-right: 15px !important; }
  .pb-lg-15,
  .py-lg-15 {
    padding-bottom: 15px !important; }
  .pl-lg-15,
  .px-lg-15 {
    padding-left: 15px !important; }
  .p-lg-16 {
    padding: 16px !important; }
  .pt-lg-16,
  .py-lg-16 {
    padding-top: 16px !important; }
  .pr-lg-16,
  .px-lg-16 {
    padding-right: 16px !important; }
  .pb-lg-16,
  .py-lg-16 {
    padding-bottom: 16px !important; }
  .pl-lg-16,
  .px-lg-16 {
    padding-left: 16px !important; }
  .m-lg-n1 {
    margin: -1px !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -1px !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -1px !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -1px !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -1px !important; }
  .m-lg-n2 {
    margin: -2px !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -2px !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -2px !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -2px !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -2px !important; }
  .m-lg-n3 {
    margin: -3px !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -3px !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -3px !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -3px !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -3px !important; }
  .m-lg-n4 {
    margin: -4px !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4px !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4px !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4px !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4px !important; }
  .m-lg-n5 {
    margin: -5px !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -5px !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -5px !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -5px !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -5px !important; }
  .m-lg-n6 {
    margin: -6px !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -6px !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -6px !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -6px !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -6px !important; }
  .m-lg-n7 {
    margin: -7px !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -7px !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -7px !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -7px !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -7px !important; }
  .m-lg-n8 {
    margin: -8px !important; }
  .mt-lg-n8,
  .my-lg-n8 {
    margin-top: -8px !important; }
  .mr-lg-n8,
  .mx-lg-n8 {
    margin-right: -8px !important; }
  .mb-lg-n8,
  .my-lg-n8 {
    margin-bottom: -8px !important; }
  .ml-lg-n8,
  .mx-lg-n8 {
    margin-left: -8px !important; }
  .m-lg-n9 {
    margin: -9px !important; }
  .mt-lg-n9,
  .my-lg-n9 {
    margin-top: -9px !important; }
  .mr-lg-n9,
  .mx-lg-n9 {
    margin-right: -9px !important; }
  .mb-lg-n9,
  .my-lg-n9 {
    margin-bottom: -9px !important; }
  .ml-lg-n9,
  .mx-lg-n9 {
    margin-left: -9px !important; }
  .m-lg-n10 {
    margin: -10px !important; }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -10px !important; }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -10px !important; }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -10px !important; }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -10px !important; }
  .m-lg-n11 {
    margin: -11px !important; }
  .mt-lg-n11,
  .my-lg-n11 {
    margin-top: -11px !important; }
  .mr-lg-n11,
  .mx-lg-n11 {
    margin-right: -11px !important; }
  .mb-lg-n11,
  .my-lg-n11 {
    margin-bottom: -11px !important; }
  .ml-lg-n11,
  .mx-lg-n11 {
    margin-left: -11px !important; }
  .m-lg-n12 {
    margin: -12px !important; }
  .mt-lg-n12,
  .my-lg-n12 {
    margin-top: -12px !important; }
  .mr-lg-n12,
  .mx-lg-n12 {
    margin-right: -12px !important; }
  .mb-lg-n12,
  .my-lg-n12 {
    margin-bottom: -12px !important; }
  .ml-lg-n12,
  .mx-lg-n12 {
    margin-left: -12px !important; }
  .m-lg-n13 {
    margin: -13px !important; }
  .mt-lg-n13,
  .my-lg-n13 {
    margin-top: -13px !important; }
  .mr-lg-n13,
  .mx-lg-n13 {
    margin-right: -13px !important; }
  .mb-lg-n13,
  .my-lg-n13 {
    margin-bottom: -13px !important; }
  .ml-lg-n13,
  .mx-lg-n13 {
    margin-left: -13px !important; }
  .m-lg-n14 {
    margin: -14px !important; }
  .mt-lg-n14,
  .my-lg-n14 {
    margin-top: -14px !important; }
  .mr-lg-n14,
  .mx-lg-n14 {
    margin-right: -14px !important; }
  .mb-lg-n14,
  .my-lg-n14 {
    margin-bottom: -14px !important; }
  .ml-lg-n14,
  .mx-lg-n14 {
    margin-left: -14px !important; }
  .m-lg-n15 {
    margin: -15px !important; }
  .mt-lg-n15,
  .my-lg-n15 {
    margin-top: -15px !important; }
  .mr-lg-n15,
  .mx-lg-n15 {
    margin-right: -15px !important; }
  .mb-lg-n15,
  .my-lg-n15 {
    margin-bottom: -15px !important; }
  .ml-lg-n15,
  .mx-lg-n15 {
    margin-left: -15px !important; }
  .m-lg-n16 {
    margin: -16px !important; }
  .mt-lg-n16,
  .my-lg-n16 {
    margin-top: -16px !important; }
  .mr-lg-n16,
  .mx-lg-n16 {
    margin-right: -16px !important; }
  .mb-lg-n16,
  .my-lg-n16 {
    margin-bottom: -16px !important; }
  .ml-lg-n16,
  .mx-lg-n16 {
    margin-left: -16px !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: 0px !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0px !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0px !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0px !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0px !important; }
  .m-xl-1 {
    margin: 1px !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 1px !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 1px !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 1px !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 1px !important; }
  .m-xl-2 {
    margin: 2px !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 2px !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 2px !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 2px !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 2px !important; }
  .m-xl-3 {
    margin: 3px !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 3px !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 3px !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 3px !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 3px !important; }
  .m-xl-4 {
    margin: 4px !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4px !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4px !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4px !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4px !important; }
  .m-xl-5 {
    margin: 5px !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 5px !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 5px !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 5px !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 5px !important; }
  .m-xl-6 {
    margin: 6px !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 6px !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 6px !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 6px !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 6px !important; }
  .m-xl-7 {
    margin: 7px !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 7px !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 7px !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 7px !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 7px !important; }
  .m-xl-8 {
    margin: 8px !important; }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 8px !important; }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 8px !important; }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 8px !important; }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 8px !important; }
  .m-xl-9 {
    margin: 9px !important; }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9px !important; }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9px !important; }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9px !important; }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9px !important; }
  .m-xl-10 {
    margin: 10px !important; }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10px !important; }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10px !important; }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10px !important; }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10px !important; }
  .m-xl-11 {
    margin: 11px !important; }
  .mt-xl-11,
  .my-xl-11 {
    margin-top: 11px !important; }
  .mr-xl-11,
  .mx-xl-11 {
    margin-right: 11px !important; }
  .mb-xl-11,
  .my-xl-11 {
    margin-bottom: 11px !important; }
  .ml-xl-11,
  .mx-xl-11 {
    margin-left: 11px !important; }
  .m-xl-12 {
    margin: 12px !important; }
  .mt-xl-12,
  .my-xl-12 {
    margin-top: 12px !important; }
  .mr-xl-12,
  .mx-xl-12 {
    margin-right: 12px !important; }
  .mb-xl-12,
  .my-xl-12 {
    margin-bottom: 12px !important; }
  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 12px !important; }
  .m-xl-13 {
    margin: 13px !important; }
  .mt-xl-13,
  .my-xl-13 {
    margin-top: 13px !important; }
  .mr-xl-13,
  .mx-xl-13 {
    margin-right: 13px !important; }
  .mb-xl-13,
  .my-xl-13 {
    margin-bottom: 13px !important; }
  .ml-xl-13,
  .mx-xl-13 {
    margin-left: 13px !important; }
  .m-xl-14 {
    margin: 14px !important; }
  .mt-xl-14,
  .my-xl-14 {
    margin-top: 14px !important; }
  .mr-xl-14,
  .mx-xl-14 {
    margin-right: 14px !important; }
  .mb-xl-14,
  .my-xl-14 {
    margin-bottom: 14px !important; }
  .ml-xl-14,
  .mx-xl-14 {
    margin-left: 14px !important; }
  .m-xl-15 {
    margin: 15px !important; }
  .mt-xl-15,
  .my-xl-15 {
    margin-top: 15px !important; }
  .mr-xl-15,
  .mx-xl-15 {
    margin-right: 15px !important; }
  .mb-xl-15,
  .my-xl-15 {
    margin-bottom: 15px !important; }
  .ml-xl-15,
  .mx-xl-15 {
    margin-left: 15px !important; }
  .m-xl-16 {
    margin: 16px !important; }
  .mt-xl-16,
  .my-xl-16 {
    margin-top: 16px !important; }
  .mr-xl-16,
  .mx-xl-16 {
    margin-right: 16px !important; }
  .mb-xl-16,
  .my-xl-16 {
    margin-bottom: 16px !important; }
  .ml-xl-16,
  .mx-xl-16 {
    margin-left: 16px !important; }
  .p-xl-0 {
    padding: 0px !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0px !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0px !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0px !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0px !important; }
  .p-xl-1 {
    padding: 1px !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 1px !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 1px !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 1px !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 1px !important; }
  .p-xl-2 {
    padding: 2px !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 2px !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 2px !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 2px !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 2px !important; }
  .p-xl-3 {
    padding: 3px !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 3px !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 3px !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 3px !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 3px !important; }
  .p-xl-4 {
    padding: 4px !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4px !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4px !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4px !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4px !important; }
  .p-xl-5 {
    padding: 5px !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 5px !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 5px !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 5px !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 5px !important; }
  .p-xl-6 {
    padding: 6px !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 6px !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 6px !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 6px !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 6px !important; }
  .p-xl-7 {
    padding: 7px !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 7px !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 7px !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 7px !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 7px !important; }
  .p-xl-8 {
    padding: 8px !important; }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 8px !important; }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 8px !important; }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 8px !important; }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 8px !important; }
  .p-xl-9 {
    padding: 9px !important; }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9px !important; }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9px !important; }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9px !important; }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9px !important; }
  .p-xl-10 {
    padding: 10px !important; }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10px !important; }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10px !important; }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10px !important; }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10px !important; }
  .p-xl-11 {
    padding: 11px !important; }
  .pt-xl-11,
  .py-xl-11 {
    padding-top: 11px !important; }
  .pr-xl-11,
  .px-xl-11 {
    padding-right: 11px !important; }
  .pb-xl-11,
  .py-xl-11 {
    padding-bottom: 11px !important; }
  .pl-xl-11,
  .px-xl-11 {
    padding-left: 11px !important; }
  .p-xl-12 {
    padding: 12px !important; }
  .pt-xl-12,
  .py-xl-12 {
    padding-top: 12px !important; }
  .pr-xl-12,
  .px-xl-12 {
    padding-right: 12px !important; }
  .pb-xl-12,
  .py-xl-12 {
    padding-bottom: 12px !important; }
  .pl-xl-12,
  .px-xl-12 {
    padding-left: 12px !important; }
  .p-xl-13 {
    padding: 13px !important; }
  .pt-xl-13,
  .py-xl-13 {
    padding-top: 13px !important; }
  .pr-xl-13,
  .px-xl-13 {
    padding-right: 13px !important; }
  .pb-xl-13,
  .py-xl-13 {
    padding-bottom: 13px !important; }
  .pl-xl-13,
  .px-xl-13 {
    padding-left: 13px !important; }
  .p-xl-14 {
    padding: 14px !important; }
  .pt-xl-14,
  .py-xl-14 {
    padding-top: 14px !important; }
  .pr-xl-14,
  .px-xl-14 {
    padding-right: 14px !important; }
  .pb-xl-14,
  .py-xl-14 {
    padding-bottom: 14px !important; }
  .pl-xl-14,
  .px-xl-14 {
    padding-left: 14px !important; }
  .p-xl-15 {
    padding: 15px !important; }
  .pt-xl-15,
  .py-xl-15 {
    padding-top: 15px !important; }
  .pr-xl-15,
  .px-xl-15 {
    padding-right: 15px !important; }
  .pb-xl-15,
  .py-xl-15 {
    padding-bottom: 15px !important; }
  .pl-xl-15,
  .px-xl-15 {
    padding-left: 15px !important; }
  .p-xl-16 {
    padding: 16px !important; }
  .pt-xl-16,
  .py-xl-16 {
    padding-top: 16px !important; }
  .pr-xl-16,
  .px-xl-16 {
    padding-right: 16px !important; }
  .pb-xl-16,
  .py-xl-16 {
    padding-bottom: 16px !important; }
  .pl-xl-16,
  .px-xl-16 {
    padding-left: 16px !important; }
  .m-xl-n1 {
    margin: -1px !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -1px !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -1px !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -1px !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -1px !important; }
  .m-xl-n2 {
    margin: -2px !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -2px !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -2px !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -2px !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -2px !important; }
  .m-xl-n3 {
    margin: -3px !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -3px !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -3px !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -3px !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -3px !important; }
  .m-xl-n4 {
    margin: -4px !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4px !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4px !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4px !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4px !important; }
  .m-xl-n5 {
    margin: -5px !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -5px !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -5px !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -5px !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -5px !important; }
  .m-xl-n6 {
    margin: -6px !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -6px !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -6px !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -6px !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -6px !important; }
  .m-xl-n7 {
    margin: -7px !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -7px !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -7px !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -7px !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -7px !important; }
  .m-xl-n8 {
    margin: -8px !important; }
  .mt-xl-n8,
  .my-xl-n8 {
    margin-top: -8px !important; }
  .mr-xl-n8,
  .mx-xl-n8 {
    margin-right: -8px !important; }
  .mb-xl-n8,
  .my-xl-n8 {
    margin-bottom: -8px !important; }
  .ml-xl-n8,
  .mx-xl-n8 {
    margin-left: -8px !important; }
  .m-xl-n9 {
    margin: -9px !important; }
  .mt-xl-n9,
  .my-xl-n9 {
    margin-top: -9px !important; }
  .mr-xl-n9,
  .mx-xl-n9 {
    margin-right: -9px !important; }
  .mb-xl-n9,
  .my-xl-n9 {
    margin-bottom: -9px !important; }
  .ml-xl-n9,
  .mx-xl-n9 {
    margin-left: -9px !important; }
  .m-xl-n10 {
    margin: -10px !important; }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -10px !important; }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -10px !important; }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -10px !important; }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -10px !important; }
  .m-xl-n11 {
    margin: -11px !important; }
  .mt-xl-n11,
  .my-xl-n11 {
    margin-top: -11px !important; }
  .mr-xl-n11,
  .mx-xl-n11 {
    margin-right: -11px !important; }
  .mb-xl-n11,
  .my-xl-n11 {
    margin-bottom: -11px !important; }
  .ml-xl-n11,
  .mx-xl-n11 {
    margin-left: -11px !important; }
  .m-xl-n12 {
    margin: -12px !important; }
  .mt-xl-n12,
  .my-xl-n12 {
    margin-top: -12px !important; }
  .mr-xl-n12,
  .mx-xl-n12 {
    margin-right: -12px !important; }
  .mb-xl-n12,
  .my-xl-n12 {
    margin-bottom: -12px !important; }
  .ml-xl-n12,
  .mx-xl-n12 {
    margin-left: -12px !important; }
  .m-xl-n13 {
    margin: -13px !important; }
  .mt-xl-n13,
  .my-xl-n13 {
    margin-top: -13px !important; }
  .mr-xl-n13,
  .mx-xl-n13 {
    margin-right: -13px !important; }
  .mb-xl-n13,
  .my-xl-n13 {
    margin-bottom: -13px !important; }
  .ml-xl-n13,
  .mx-xl-n13 {
    margin-left: -13px !important; }
  .m-xl-n14 {
    margin: -14px !important; }
  .mt-xl-n14,
  .my-xl-n14 {
    margin-top: -14px !important; }
  .mr-xl-n14,
  .mx-xl-n14 {
    margin-right: -14px !important; }
  .mb-xl-n14,
  .my-xl-n14 {
    margin-bottom: -14px !important; }
  .ml-xl-n14,
  .mx-xl-n14 {
    margin-left: -14px !important; }
  .m-xl-n15 {
    margin: -15px !important; }
  .mt-xl-n15,
  .my-xl-n15 {
    margin-top: -15px !important; }
  .mr-xl-n15,
  .mx-xl-n15 {
    margin-right: -15px !important; }
  .mb-xl-n15,
  .my-xl-n15 {
    margin-bottom: -15px !important; }
  .ml-xl-n15,
  .mx-xl-n15 {
    margin-left: -15px !important; }
  .m-xl-n16 {
    margin: -16px !important; }
  .mt-xl-n16,
  .my-xl-n16 {
    margin-top: -16px !important; }
  .mr-xl-n16,
  .mx-xl-n16 {
    margin-right: -16px !important; }
  .mb-xl-n16,
  .my-xl-n16 {
    margin-bottom: -16px !important; }
  .ml-xl-n16,
  .mx-xl-n16 {
    margin-left: -16px !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; } }

@media (min-width: 1680px) {
  .m-xxl-0 {
    margin: 0px !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0px !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0px !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0px !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0px !important; }
  .m-xxl-1 {
    margin: 1px !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 1px !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 1px !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 1px !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 1px !important; }
  .m-xxl-2 {
    margin: 2px !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 2px !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 2px !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 2px !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 2px !important; }
  .m-xxl-3 {
    margin: 3px !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 3px !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 3px !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 3px !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 3px !important; }
  .m-xxl-4 {
    margin: 4px !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4px !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4px !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4px !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4px !important; }
  .m-xxl-5 {
    margin: 5px !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 5px !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 5px !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 5px !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 5px !important; }
  .m-xxl-6 {
    margin: 6px !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 6px !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 6px !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 6px !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 6px !important; }
  .m-xxl-7 {
    margin: 7px !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 7px !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 7px !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 7px !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 7px !important; }
  .m-xxl-8 {
    margin: 8px !important; }
  .mt-xxl-8,
  .my-xxl-8 {
    margin-top: 8px !important; }
  .mr-xxl-8,
  .mx-xxl-8 {
    margin-right: 8px !important; }
  .mb-xxl-8,
  .my-xxl-8 {
    margin-bottom: 8px !important; }
  .ml-xxl-8,
  .mx-xxl-8 {
    margin-left: 8px !important; }
  .m-xxl-9 {
    margin: 9px !important; }
  .mt-xxl-9,
  .my-xxl-9 {
    margin-top: 9px !important; }
  .mr-xxl-9,
  .mx-xxl-9 {
    margin-right: 9px !important; }
  .mb-xxl-9,
  .my-xxl-9 {
    margin-bottom: 9px !important; }
  .ml-xxl-9,
  .mx-xxl-9 {
    margin-left: 9px !important; }
  .m-xxl-10 {
    margin: 10px !important; }
  .mt-xxl-10,
  .my-xxl-10 {
    margin-top: 10px !important; }
  .mr-xxl-10,
  .mx-xxl-10 {
    margin-right: 10px !important; }
  .mb-xxl-10,
  .my-xxl-10 {
    margin-bottom: 10px !important; }
  .ml-xxl-10,
  .mx-xxl-10 {
    margin-left: 10px !important; }
  .m-xxl-11 {
    margin: 11px !important; }
  .mt-xxl-11,
  .my-xxl-11 {
    margin-top: 11px !important; }
  .mr-xxl-11,
  .mx-xxl-11 {
    margin-right: 11px !important; }
  .mb-xxl-11,
  .my-xxl-11 {
    margin-bottom: 11px !important; }
  .ml-xxl-11,
  .mx-xxl-11 {
    margin-left: 11px !important; }
  .m-xxl-12 {
    margin: 12px !important; }
  .mt-xxl-12,
  .my-xxl-12 {
    margin-top: 12px !important; }
  .mr-xxl-12,
  .mx-xxl-12 {
    margin-right: 12px !important; }
  .mb-xxl-12,
  .my-xxl-12 {
    margin-bottom: 12px !important; }
  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 12px !important; }
  .m-xxl-13 {
    margin: 13px !important; }
  .mt-xxl-13,
  .my-xxl-13 {
    margin-top: 13px !important; }
  .mr-xxl-13,
  .mx-xxl-13 {
    margin-right: 13px !important; }
  .mb-xxl-13,
  .my-xxl-13 {
    margin-bottom: 13px !important; }
  .ml-xxl-13,
  .mx-xxl-13 {
    margin-left: 13px !important; }
  .m-xxl-14 {
    margin: 14px !important; }
  .mt-xxl-14,
  .my-xxl-14 {
    margin-top: 14px !important; }
  .mr-xxl-14,
  .mx-xxl-14 {
    margin-right: 14px !important; }
  .mb-xxl-14,
  .my-xxl-14 {
    margin-bottom: 14px !important; }
  .ml-xxl-14,
  .mx-xxl-14 {
    margin-left: 14px !important; }
  .m-xxl-15 {
    margin: 15px !important; }
  .mt-xxl-15,
  .my-xxl-15 {
    margin-top: 15px !important; }
  .mr-xxl-15,
  .mx-xxl-15 {
    margin-right: 15px !important; }
  .mb-xxl-15,
  .my-xxl-15 {
    margin-bottom: 15px !important; }
  .ml-xxl-15,
  .mx-xxl-15 {
    margin-left: 15px !important; }
  .m-xxl-16 {
    margin: 16px !important; }
  .mt-xxl-16,
  .my-xxl-16 {
    margin-top: 16px !important; }
  .mr-xxl-16,
  .mx-xxl-16 {
    margin-right: 16px !important; }
  .mb-xxl-16,
  .my-xxl-16 {
    margin-bottom: 16px !important; }
  .ml-xxl-16,
  .mx-xxl-16 {
    margin-left: 16px !important; }
  .p-xxl-0 {
    padding: 0px !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0px !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0px !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0px !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0px !important; }
  .p-xxl-1 {
    padding: 1px !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 1px !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 1px !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 1px !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 1px !important; }
  .p-xxl-2 {
    padding: 2px !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 2px !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 2px !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 2px !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 2px !important; }
  .p-xxl-3 {
    padding: 3px !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 3px !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 3px !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 3px !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 3px !important; }
  .p-xxl-4 {
    padding: 4px !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4px !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4px !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4px !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4px !important; }
  .p-xxl-5 {
    padding: 5px !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 5px !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 5px !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 5px !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 5px !important; }
  .p-xxl-6 {
    padding: 6px !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 6px !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 6px !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 6px !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 6px !important; }
  .p-xxl-7 {
    padding: 7px !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 7px !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 7px !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 7px !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 7px !important; }
  .p-xxl-8 {
    padding: 8px !important; }
  .pt-xxl-8,
  .py-xxl-8 {
    padding-top: 8px !important; }
  .pr-xxl-8,
  .px-xxl-8 {
    padding-right: 8px !important; }
  .pb-xxl-8,
  .py-xxl-8 {
    padding-bottom: 8px !important; }
  .pl-xxl-8,
  .px-xxl-8 {
    padding-left: 8px !important; }
  .p-xxl-9 {
    padding: 9px !important; }
  .pt-xxl-9,
  .py-xxl-9 {
    padding-top: 9px !important; }
  .pr-xxl-9,
  .px-xxl-9 {
    padding-right: 9px !important; }
  .pb-xxl-9,
  .py-xxl-9 {
    padding-bottom: 9px !important; }
  .pl-xxl-9,
  .px-xxl-9 {
    padding-left: 9px !important; }
  .p-xxl-10 {
    padding: 10px !important; }
  .pt-xxl-10,
  .py-xxl-10 {
    padding-top: 10px !important; }
  .pr-xxl-10,
  .px-xxl-10 {
    padding-right: 10px !important; }
  .pb-xxl-10,
  .py-xxl-10 {
    padding-bottom: 10px !important; }
  .pl-xxl-10,
  .px-xxl-10 {
    padding-left: 10px !important; }
  .p-xxl-11 {
    padding: 11px !important; }
  .pt-xxl-11,
  .py-xxl-11 {
    padding-top: 11px !important; }
  .pr-xxl-11,
  .px-xxl-11 {
    padding-right: 11px !important; }
  .pb-xxl-11,
  .py-xxl-11 {
    padding-bottom: 11px !important; }
  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 11px !important; }
  .p-xxl-12 {
    padding: 12px !important; }
  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 12px !important; }
  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 12px !important; }
  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 12px !important; }
  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 12px !important; }
  .p-xxl-13 {
    padding: 13px !important; }
  .pt-xxl-13,
  .py-xxl-13 {
    padding-top: 13px !important; }
  .pr-xxl-13,
  .px-xxl-13 {
    padding-right: 13px !important; }
  .pb-xxl-13,
  .py-xxl-13 {
    padding-bottom: 13px !important; }
  .pl-xxl-13,
  .px-xxl-13 {
    padding-left: 13px !important; }
  .p-xxl-14 {
    padding: 14px !important; }
  .pt-xxl-14,
  .py-xxl-14 {
    padding-top: 14px !important; }
  .pr-xxl-14,
  .px-xxl-14 {
    padding-right: 14px !important; }
  .pb-xxl-14,
  .py-xxl-14 {
    padding-bottom: 14px !important; }
  .pl-xxl-14,
  .px-xxl-14 {
    padding-left: 14px !important; }
  .p-xxl-15 {
    padding: 15px !important; }
  .pt-xxl-15,
  .py-xxl-15 {
    padding-top: 15px !important; }
  .pr-xxl-15,
  .px-xxl-15 {
    padding-right: 15px !important; }
  .pb-xxl-15,
  .py-xxl-15 {
    padding-bottom: 15px !important; }
  .pl-xxl-15,
  .px-xxl-15 {
    padding-left: 15px !important; }
  .p-xxl-16 {
    padding: 16px !important; }
  .pt-xxl-16,
  .py-xxl-16 {
    padding-top: 16px !important; }
  .pr-xxl-16,
  .px-xxl-16 {
    padding-right: 16px !important; }
  .pb-xxl-16,
  .py-xxl-16 {
    padding-bottom: 16px !important; }
  .pl-xxl-16,
  .px-xxl-16 {
    padding-left: 16px !important; }
  .m-xxl-n1 {
    margin: -1px !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -1px !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -1px !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -1px !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -1px !important; }
  .m-xxl-n2 {
    margin: -2px !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -2px !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -2px !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -2px !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -2px !important; }
  .m-xxl-n3 {
    margin: -3px !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -3px !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -3px !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -3px !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -3px !important; }
  .m-xxl-n4 {
    margin: -4px !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4px !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4px !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4px !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4px !important; }
  .m-xxl-n5 {
    margin: -5px !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -5px !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -5px !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -5px !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -5px !important; }
  .m-xxl-n6 {
    margin: -6px !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -6px !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -6px !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -6px !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -6px !important; }
  .m-xxl-n7 {
    margin: -7px !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -7px !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -7px !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -7px !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -7px !important; }
  .m-xxl-n8 {
    margin: -8px !important; }
  .mt-xxl-n8,
  .my-xxl-n8 {
    margin-top: -8px !important; }
  .mr-xxl-n8,
  .mx-xxl-n8 {
    margin-right: -8px !important; }
  .mb-xxl-n8,
  .my-xxl-n8 {
    margin-bottom: -8px !important; }
  .ml-xxl-n8,
  .mx-xxl-n8 {
    margin-left: -8px !important; }
  .m-xxl-n9 {
    margin: -9px !important; }
  .mt-xxl-n9,
  .my-xxl-n9 {
    margin-top: -9px !important; }
  .mr-xxl-n9,
  .mx-xxl-n9 {
    margin-right: -9px !important; }
  .mb-xxl-n9,
  .my-xxl-n9 {
    margin-bottom: -9px !important; }
  .ml-xxl-n9,
  .mx-xxl-n9 {
    margin-left: -9px !important; }
  .m-xxl-n10 {
    margin: -10px !important; }
  .mt-xxl-n10,
  .my-xxl-n10 {
    margin-top: -10px !important; }
  .mr-xxl-n10,
  .mx-xxl-n10 {
    margin-right: -10px !important; }
  .mb-xxl-n10,
  .my-xxl-n10 {
    margin-bottom: -10px !important; }
  .ml-xxl-n10,
  .mx-xxl-n10 {
    margin-left: -10px !important; }
  .m-xxl-n11 {
    margin: -11px !important; }
  .mt-xxl-n11,
  .my-xxl-n11 {
    margin-top: -11px !important; }
  .mr-xxl-n11,
  .mx-xxl-n11 {
    margin-right: -11px !important; }
  .mb-xxl-n11,
  .my-xxl-n11 {
    margin-bottom: -11px !important; }
  .ml-xxl-n11,
  .mx-xxl-n11 {
    margin-left: -11px !important; }
  .m-xxl-n12 {
    margin: -12px !important; }
  .mt-xxl-n12,
  .my-xxl-n12 {
    margin-top: -12px !important; }
  .mr-xxl-n12,
  .mx-xxl-n12 {
    margin-right: -12px !important; }
  .mb-xxl-n12,
  .my-xxl-n12 {
    margin-bottom: -12px !important; }
  .ml-xxl-n12,
  .mx-xxl-n12 {
    margin-left: -12px !important; }
  .m-xxl-n13 {
    margin: -13px !important; }
  .mt-xxl-n13,
  .my-xxl-n13 {
    margin-top: -13px !important; }
  .mr-xxl-n13,
  .mx-xxl-n13 {
    margin-right: -13px !important; }
  .mb-xxl-n13,
  .my-xxl-n13 {
    margin-bottom: -13px !important; }
  .ml-xxl-n13,
  .mx-xxl-n13 {
    margin-left: -13px !important; }
  .m-xxl-n14 {
    margin: -14px !important; }
  .mt-xxl-n14,
  .my-xxl-n14 {
    margin-top: -14px !important; }
  .mr-xxl-n14,
  .mx-xxl-n14 {
    margin-right: -14px !important; }
  .mb-xxl-n14,
  .my-xxl-n14 {
    margin-bottom: -14px !important; }
  .ml-xxl-n14,
  .mx-xxl-n14 {
    margin-left: -14px !important; }
  .m-xxl-n15 {
    margin: -15px !important; }
  .mt-xxl-n15,
  .my-xxl-n15 {
    margin-top: -15px !important; }
  .mr-xxl-n15,
  .mx-xxl-n15 {
    margin-right: -15px !important; }
  .mb-xxl-n15,
  .my-xxl-n15 {
    margin-bottom: -15px !important; }
  .ml-xxl-n15,
  .mx-xxl-n15 {
    margin-left: -15px !important; }
  .m-xxl-n16 {
    margin: -16px !important; }
  .mt-xxl-n16,
  .my-xxl-n16 {
    margin-top: -16px !important; }
  .mr-xxl-n16,
  .mx-xxl-n16 {
    margin-right: -16px !important; }
  .mb-xxl-n16,
  .my-xxl-n16 {
    margin-bottom: -16px !important; }
  .ml-xxl-n16,
  .mx-xxl-n16 {
    margin-left: -16px !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 981px) {
  .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; } }

@media (min-width: 1680px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #795DE7 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #4520d8 !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a51c1c !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.fs-0 {
  font-size: 0px !important; }

.fst-0,
.fsy-0 {
  font-size-top: 0px !important; }

.fsr-0,
.fsx-0 {
  font-size-right: 0px !important; }

.fsb-0,
.fsy-0 {
  font-size-bottom: 0px !important; }

.fsl-0,
.fsx-0 {
  font-size-left: 0px !important; }

.fs-1 {
  font-size: 1px !important; }

.fst-1,
.fsy-1 {
  font-size-top: 1px !important; }

.fsr-1,
.fsx-1 {
  font-size-right: 1px !important; }

.fsb-1,
.fsy-1 {
  font-size-bottom: 1px !important; }

.fsl-1,
.fsx-1 {
  font-size-left: 1px !important; }

.fs-2 {
  font-size: 2px !important; }

.fst-2,
.fsy-2 {
  font-size-top: 2px !important; }

.fsr-2,
.fsx-2 {
  font-size-right: 2px !important; }

.fsb-2,
.fsy-2 {
  font-size-bottom: 2px !important; }

.fsl-2,
.fsx-2 {
  font-size-left: 2px !important; }

.fs-3 {
  font-size: 3px !important; }

.fst-3,
.fsy-3 {
  font-size-top: 3px !important; }

.fsr-3,
.fsx-3 {
  font-size-right: 3px !important; }

.fsb-3,
.fsy-3 {
  font-size-bottom: 3px !important; }

.fsl-3,
.fsx-3 {
  font-size-left: 3px !important; }

.fs-4 {
  font-size: 4px !important; }

.fst-4,
.fsy-4 {
  font-size-top: 4px !important; }

.fsr-4,
.fsx-4 {
  font-size-right: 4px !important; }

.fsb-4,
.fsy-4 {
  font-size-bottom: 4px !important; }

.fsl-4,
.fsx-4 {
  font-size-left: 4px !important; }

.fs-5 {
  font-size: 5px !important; }

.fst-5,
.fsy-5 {
  font-size-top: 5px !important; }

.fsr-5,
.fsx-5 {
  font-size-right: 5px !important; }

.fsb-5,
.fsy-5 {
  font-size-bottom: 5px !important; }

.fsl-5,
.fsx-5 {
  font-size-left: 5px !important; }

.fs-6 {
  font-size: 6px !important; }

.fst-6,
.fsy-6 {
  font-size-top: 6px !important; }

.fsr-6,
.fsx-6 {
  font-size-right: 6px !important; }

.fsb-6,
.fsy-6 {
  font-size-bottom: 6px !important; }

.fsl-6,
.fsx-6 {
  font-size-left: 6px !important; }

.fs-7 {
  font-size: 7px !important; }

.fst-7,
.fsy-7 {
  font-size-top: 7px !important; }

.fsr-7,
.fsx-7 {
  font-size-right: 7px !important; }

.fsb-7,
.fsy-7 {
  font-size-bottom: 7px !important; }

.fsl-7,
.fsx-7 {
  font-size-left: 7px !important; }

.fs-8 {
  font-size: 8px !important; }

.fst-8,
.fsy-8 {
  font-size-top: 8px !important; }

.fsr-8,
.fsx-8 {
  font-size-right: 8px !important; }

.fsb-8,
.fsy-8 {
  font-size-bottom: 8px !important; }

.fsl-8,
.fsx-8 {
  font-size-left: 8px !important; }

.fs-9 {
  font-size: 9px !important; }

.fst-9,
.fsy-9 {
  font-size-top: 9px !important; }

.fsr-9,
.fsx-9 {
  font-size-right: 9px !important; }

.fsb-9,
.fsy-9 {
  font-size-bottom: 9px !important; }

.fsl-9,
.fsx-9 {
  font-size-left: 9px !important; }

.fs-10 {
  font-size: 10px !important; }

.fst-10,
.fsy-10 {
  font-size-top: 10px !important; }

.fsr-10,
.fsx-10 {
  font-size-right: 10px !important; }

.fsb-10,
.fsy-10 {
  font-size-bottom: 10px !important; }

.fsl-10,
.fsx-10 {
  font-size-left: 10px !important; }

.fs-11 {
  font-size: 11px !important; }

.fst-11,
.fsy-11 {
  font-size-top: 11px !important; }

.fsr-11,
.fsx-11 {
  font-size-right: 11px !important; }

.fsb-11,
.fsy-11 {
  font-size-bottom: 11px !important; }

.fsl-11,
.fsx-11 {
  font-size-left: 11px !important; }

.fs-12 {
  font-size: 12px !important; }

.fst-12,
.fsy-12 {
  font-size-top: 12px !important; }

.fsr-12,
.fsx-12 {
  font-size-right: 12px !important; }

.fsb-12,
.fsy-12 {
  font-size-bottom: 12px !important; }

.fsl-12,
.fsx-12 {
  font-size-left: 12px !important; }

.fs-13 {
  font-size: 13px !important; }

.fst-13,
.fsy-13 {
  font-size-top: 13px !important; }

.fsr-13,
.fsx-13 {
  font-size-right: 13px !important; }

.fsb-13,
.fsy-13 {
  font-size-bottom: 13px !important; }

.fsl-13,
.fsx-13 {
  font-size-left: 13px !important; }

.fs-14 {
  font-size: 14px !important; }

.fst-14,
.fsy-14 {
  font-size-top: 14px !important; }

.fsr-14,
.fsx-14 {
  font-size-right: 14px !important; }

.fsb-14,
.fsy-14 {
  font-size-bottom: 14px !important; }

.fsl-14,
.fsx-14 {
  font-size-left: 14px !important; }

.fs-15 {
  font-size: 15px !important; }

.fst-15,
.fsy-15 {
  font-size-top: 15px !important; }

.fsr-15,
.fsx-15 {
  font-size-right: 15px !important; }

.fsb-15,
.fsy-15 {
  font-size-bottom: 15px !important; }

.fsl-15,
.fsx-15 {
  font-size-left: 15px !important; }

.fs-16 {
  font-size: 16px !important; }

.fst-16,
.fsy-16 {
  font-size-top: 16px !important; }

.fsr-16,
.fsx-16 {
  font-size-right: 16px !important; }

.fsb-16,
.fsy-16 {
  font-size-bottom: 16px !important; }

.fsl-16,
.fsx-16 {
  font-size-left: 16px !important; }

@media (min-width: 576px) {
  .fs-sm-0 {
    font-size: 0px !important; }
  .fst-sm-0,
  .fsy-sm-0 {
    font-size-top: 0px !important; }
  .fsr-sm-0,
  .fsx-sm-0 {
    font-size-right: 0px !important; }
  .fsb-sm-0,
  .fsy-sm-0 {
    font-size-bottom: 0px !important; }
  .fsl-sm-0,
  .fsx-sm-0 {
    font-size-left: 0px !important; }
  .fs-sm-1 {
    font-size: 1px !important; }
  .fst-sm-1,
  .fsy-sm-1 {
    font-size-top: 1px !important; }
  .fsr-sm-1,
  .fsx-sm-1 {
    font-size-right: 1px !important; }
  .fsb-sm-1,
  .fsy-sm-1 {
    font-size-bottom: 1px !important; }
  .fsl-sm-1,
  .fsx-sm-1 {
    font-size-left: 1px !important; }
  .fs-sm-2 {
    font-size: 2px !important; }
  .fst-sm-2,
  .fsy-sm-2 {
    font-size-top: 2px !important; }
  .fsr-sm-2,
  .fsx-sm-2 {
    font-size-right: 2px !important; }
  .fsb-sm-2,
  .fsy-sm-2 {
    font-size-bottom: 2px !important; }
  .fsl-sm-2,
  .fsx-sm-2 {
    font-size-left: 2px !important; }
  .fs-sm-3 {
    font-size: 3px !important; }
  .fst-sm-3,
  .fsy-sm-3 {
    font-size-top: 3px !important; }
  .fsr-sm-3,
  .fsx-sm-3 {
    font-size-right: 3px !important; }
  .fsb-sm-3,
  .fsy-sm-3 {
    font-size-bottom: 3px !important; }
  .fsl-sm-3,
  .fsx-sm-3 {
    font-size-left: 3px !important; }
  .fs-sm-4 {
    font-size: 4px !important; }
  .fst-sm-4,
  .fsy-sm-4 {
    font-size-top: 4px !important; }
  .fsr-sm-4,
  .fsx-sm-4 {
    font-size-right: 4px !important; }
  .fsb-sm-4,
  .fsy-sm-4 {
    font-size-bottom: 4px !important; }
  .fsl-sm-4,
  .fsx-sm-4 {
    font-size-left: 4px !important; }
  .fs-sm-5 {
    font-size: 5px !important; }
  .fst-sm-5,
  .fsy-sm-5 {
    font-size-top: 5px !important; }
  .fsr-sm-5,
  .fsx-sm-5 {
    font-size-right: 5px !important; }
  .fsb-sm-5,
  .fsy-sm-5 {
    font-size-bottom: 5px !important; }
  .fsl-sm-5,
  .fsx-sm-5 {
    font-size-left: 5px !important; }
  .fs-sm-6 {
    font-size: 6px !important; }
  .fst-sm-6,
  .fsy-sm-6 {
    font-size-top: 6px !important; }
  .fsr-sm-6,
  .fsx-sm-6 {
    font-size-right: 6px !important; }
  .fsb-sm-6,
  .fsy-sm-6 {
    font-size-bottom: 6px !important; }
  .fsl-sm-6,
  .fsx-sm-6 {
    font-size-left: 6px !important; }
  .fs-sm-7 {
    font-size: 7px !important; }
  .fst-sm-7,
  .fsy-sm-7 {
    font-size-top: 7px !important; }
  .fsr-sm-7,
  .fsx-sm-7 {
    font-size-right: 7px !important; }
  .fsb-sm-7,
  .fsy-sm-7 {
    font-size-bottom: 7px !important; }
  .fsl-sm-7,
  .fsx-sm-7 {
    font-size-left: 7px !important; }
  .fs-sm-8 {
    font-size: 8px !important; }
  .fst-sm-8,
  .fsy-sm-8 {
    font-size-top: 8px !important; }
  .fsr-sm-8,
  .fsx-sm-8 {
    font-size-right: 8px !important; }
  .fsb-sm-8,
  .fsy-sm-8 {
    font-size-bottom: 8px !important; }
  .fsl-sm-8,
  .fsx-sm-8 {
    font-size-left: 8px !important; }
  .fs-sm-9 {
    font-size: 9px !important; }
  .fst-sm-9,
  .fsy-sm-9 {
    font-size-top: 9px !important; }
  .fsr-sm-9,
  .fsx-sm-9 {
    font-size-right: 9px !important; }
  .fsb-sm-9,
  .fsy-sm-9 {
    font-size-bottom: 9px !important; }
  .fsl-sm-9,
  .fsx-sm-9 {
    font-size-left: 9px !important; }
  .fs-sm-10 {
    font-size: 10px !important; }
  .fst-sm-10,
  .fsy-sm-10 {
    font-size-top: 10px !important; }
  .fsr-sm-10,
  .fsx-sm-10 {
    font-size-right: 10px !important; }
  .fsb-sm-10,
  .fsy-sm-10 {
    font-size-bottom: 10px !important; }
  .fsl-sm-10,
  .fsx-sm-10 {
    font-size-left: 10px !important; }
  .fs-sm-11 {
    font-size: 11px !important; }
  .fst-sm-11,
  .fsy-sm-11 {
    font-size-top: 11px !important; }
  .fsr-sm-11,
  .fsx-sm-11 {
    font-size-right: 11px !important; }
  .fsb-sm-11,
  .fsy-sm-11 {
    font-size-bottom: 11px !important; }
  .fsl-sm-11,
  .fsx-sm-11 {
    font-size-left: 11px !important; }
  .fs-sm-12 {
    font-size: 12px !important; }
  .fst-sm-12,
  .fsy-sm-12 {
    font-size-top: 12px !important; }
  .fsr-sm-12,
  .fsx-sm-12 {
    font-size-right: 12px !important; }
  .fsb-sm-12,
  .fsy-sm-12 {
    font-size-bottom: 12px !important; }
  .fsl-sm-12,
  .fsx-sm-12 {
    font-size-left: 12px !important; }
  .fs-sm-13 {
    font-size: 13px !important; }
  .fst-sm-13,
  .fsy-sm-13 {
    font-size-top: 13px !important; }
  .fsr-sm-13,
  .fsx-sm-13 {
    font-size-right: 13px !important; }
  .fsb-sm-13,
  .fsy-sm-13 {
    font-size-bottom: 13px !important; }
  .fsl-sm-13,
  .fsx-sm-13 {
    font-size-left: 13px !important; }
  .fs-sm-14 {
    font-size: 14px !important; }
  .fst-sm-14,
  .fsy-sm-14 {
    font-size-top: 14px !important; }
  .fsr-sm-14,
  .fsx-sm-14 {
    font-size-right: 14px !important; }
  .fsb-sm-14,
  .fsy-sm-14 {
    font-size-bottom: 14px !important; }
  .fsl-sm-14,
  .fsx-sm-14 {
    font-size-left: 14px !important; }
  .fs-sm-15 {
    font-size: 15px !important; }
  .fst-sm-15,
  .fsy-sm-15 {
    font-size-top: 15px !important; }
  .fsr-sm-15,
  .fsx-sm-15 {
    font-size-right: 15px !important; }
  .fsb-sm-15,
  .fsy-sm-15 {
    font-size-bottom: 15px !important; }
  .fsl-sm-15,
  .fsx-sm-15 {
    font-size-left: 15px !important; }
  .fs-sm-16 {
    font-size: 16px !important; }
  .fst-sm-16,
  .fsy-sm-16 {
    font-size-top: 16px !important; }
  .fsr-sm-16,
  .fsx-sm-16 {
    font-size-right: 16px !important; }
  .fsb-sm-16,
  .fsy-sm-16 {
    font-size-bottom: 16px !important; }
  .fsl-sm-16,
  .fsx-sm-16 {
    font-size-left: 16px !important; } }

@media (min-width: 768px) {
  .fs-md-0 {
    font-size: 0px !important; }
  .fst-md-0,
  .fsy-md-0 {
    font-size-top: 0px !important; }
  .fsr-md-0,
  .fsx-md-0 {
    font-size-right: 0px !important; }
  .fsb-md-0,
  .fsy-md-0 {
    font-size-bottom: 0px !important; }
  .fsl-md-0,
  .fsx-md-0 {
    font-size-left: 0px !important; }
  .fs-md-1 {
    font-size: 1px !important; }
  .fst-md-1,
  .fsy-md-1 {
    font-size-top: 1px !important; }
  .fsr-md-1,
  .fsx-md-1 {
    font-size-right: 1px !important; }
  .fsb-md-1,
  .fsy-md-1 {
    font-size-bottom: 1px !important; }
  .fsl-md-1,
  .fsx-md-1 {
    font-size-left: 1px !important; }
  .fs-md-2 {
    font-size: 2px !important; }
  .fst-md-2,
  .fsy-md-2 {
    font-size-top: 2px !important; }
  .fsr-md-2,
  .fsx-md-2 {
    font-size-right: 2px !important; }
  .fsb-md-2,
  .fsy-md-2 {
    font-size-bottom: 2px !important; }
  .fsl-md-2,
  .fsx-md-2 {
    font-size-left: 2px !important; }
  .fs-md-3 {
    font-size: 3px !important; }
  .fst-md-3,
  .fsy-md-3 {
    font-size-top: 3px !important; }
  .fsr-md-3,
  .fsx-md-3 {
    font-size-right: 3px !important; }
  .fsb-md-3,
  .fsy-md-3 {
    font-size-bottom: 3px !important; }
  .fsl-md-3,
  .fsx-md-3 {
    font-size-left: 3px !important; }
  .fs-md-4 {
    font-size: 4px !important; }
  .fst-md-4,
  .fsy-md-4 {
    font-size-top: 4px !important; }
  .fsr-md-4,
  .fsx-md-4 {
    font-size-right: 4px !important; }
  .fsb-md-4,
  .fsy-md-4 {
    font-size-bottom: 4px !important; }
  .fsl-md-4,
  .fsx-md-4 {
    font-size-left: 4px !important; }
  .fs-md-5 {
    font-size: 5px !important; }
  .fst-md-5,
  .fsy-md-5 {
    font-size-top: 5px !important; }
  .fsr-md-5,
  .fsx-md-5 {
    font-size-right: 5px !important; }
  .fsb-md-5,
  .fsy-md-5 {
    font-size-bottom: 5px !important; }
  .fsl-md-5,
  .fsx-md-5 {
    font-size-left: 5px !important; }
  .fs-md-6 {
    font-size: 6px !important; }
  .fst-md-6,
  .fsy-md-6 {
    font-size-top: 6px !important; }
  .fsr-md-6,
  .fsx-md-6 {
    font-size-right: 6px !important; }
  .fsb-md-6,
  .fsy-md-6 {
    font-size-bottom: 6px !important; }
  .fsl-md-6,
  .fsx-md-6 {
    font-size-left: 6px !important; }
  .fs-md-7 {
    font-size: 7px !important; }
  .fst-md-7,
  .fsy-md-7 {
    font-size-top: 7px !important; }
  .fsr-md-7,
  .fsx-md-7 {
    font-size-right: 7px !important; }
  .fsb-md-7,
  .fsy-md-7 {
    font-size-bottom: 7px !important; }
  .fsl-md-7,
  .fsx-md-7 {
    font-size-left: 7px !important; }
  .fs-md-8 {
    font-size: 8px !important; }
  .fst-md-8,
  .fsy-md-8 {
    font-size-top: 8px !important; }
  .fsr-md-8,
  .fsx-md-8 {
    font-size-right: 8px !important; }
  .fsb-md-8,
  .fsy-md-8 {
    font-size-bottom: 8px !important; }
  .fsl-md-8,
  .fsx-md-8 {
    font-size-left: 8px !important; }
  .fs-md-9 {
    font-size: 9px !important; }
  .fst-md-9,
  .fsy-md-9 {
    font-size-top: 9px !important; }
  .fsr-md-9,
  .fsx-md-9 {
    font-size-right: 9px !important; }
  .fsb-md-9,
  .fsy-md-9 {
    font-size-bottom: 9px !important; }
  .fsl-md-9,
  .fsx-md-9 {
    font-size-left: 9px !important; }
  .fs-md-10 {
    font-size: 10px !important; }
  .fst-md-10,
  .fsy-md-10 {
    font-size-top: 10px !important; }
  .fsr-md-10,
  .fsx-md-10 {
    font-size-right: 10px !important; }
  .fsb-md-10,
  .fsy-md-10 {
    font-size-bottom: 10px !important; }
  .fsl-md-10,
  .fsx-md-10 {
    font-size-left: 10px !important; }
  .fs-md-11 {
    font-size: 11px !important; }
  .fst-md-11,
  .fsy-md-11 {
    font-size-top: 11px !important; }
  .fsr-md-11,
  .fsx-md-11 {
    font-size-right: 11px !important; }
  .fsb-md-11,
  .fsy-md-11 {
    font-size-bottom: 11px !important; }
  .fsl-md-11,
  .fsx-md-11 {
    font-size-left: 11px !important; }
  .fs-md-12 {
    font-size: 12px !important; }
  .fst-md-12,
  .fsy-md-12 {
    font-size-top: 12px !important; }
  .fsr-md-12,
  .fsx-md-12 {
    font-size-right: 12px !important; }
  .fsb-md-12,
  .fsy-md-12 {
    font-size-bottom: 12px !important; }
  .fsl-md-12,
  .fsx-md-12 {
    font-size-left: 12px !important; }
  .fs-md-13 {
    font-size: 13px !important; }
  .fst-md-13,
  .fsy-md-13 {
    font-size-top: 13px !important; }
  .fsr-md-13,
  .fsx-md-13 {
    font-size-right: 13px !important; }
  .fsb-md-13,
  .fsy-md-13 {
    font-size-bottom: 13px !important; }
  .fsl-md-13,
  .fsx-md-13 {
    font-size-left: 13px !important; }
  .fs-md-14 {
    font-size: 14px !important; }
  .fst-md-14,
  .fsy-md-14 {
    font-size-top: 14px !important; }
  .fsr-md-14,
  .fsx-md-14 {
    font-size-right: 14px !important; }
  .fsb-md-14,
  .fsy-md-14 {
    font-size-bottom: 14px !important; }
  .fsl-md-14,
  .fsx-md-14 {
    font-size-left: 14px !important; }
  .fs-md-15 {
    font-size: 15px !important; }
  .fst-md-15,
  .fsy-md-15 {
    font-size-top: 15px !important; }
  .fsr-md-15,
  .fsx-md-15 {
    font-size-right: 15px !important; }
  .fsb-md-15,
  .fsy-md-15 {
    font-size-bottom: 15px !important; }
  .fsl-md-15,
  .fsx-md-15 {
    font-size-left: 15px !important; }
  .fs-md-16 {
    font-size: 16px !important; }
  .fst-md-16,
  .fsy-md-16 {
    font-size-top: 16px !important; }
  .fsr-md-16,
  .fsx-md-16 {
    font-size-right: 16px !important; }
  .fsb-md-16,
  .fsy-md-16 {
    font-size-bottom: 16px !important; }
  .fsl-md-16,
  .fsx-md-16 {
    font-size-left: 16px !important; } }

@media (min-width: 981px) {
  .fs-lg-0 {
    font-size: 0px !important; }
  .fst-lg-0,
  .fsy-lg-0 {
    font-size-top: 0px !important; }
  .fsr-lg-0,
  .fsx-lg-0 {
    font-size-right: 0px !important; }
  .fsb-lg-0,
  .fsy-lg-0 {
    font-size-bottom: 0px !important; }
  .fsl-lg-0,
  .fsx-lg-0 {
    font-size-left: 0px !important; }
  .fs-lg-1 {
    font-size: 1px !important; }
  .fst-lg-1,
  .fsy-lg-1 {
    font-size-top: 1px !important; }
  .fsr-lg-1,
  .fsx-lg-1 {
    font-size-right: 1px !important; }
  .fsb-lg-1,
  .fsy-lg-1 {
    font-size-bottom: 1px !important; }
  .fsl-lg-1,
  .fsx-lg-1 {
    font-size-left: 1px !important; }
  .fs-lg-2 {
    font-size: 2px !important; }
  .fst-lg-2,
  .fsy-lg-2 {
    font-size-top: 2px !important; }
  .fsr-lg-2,
  .fsx-lg-2 {
    font-size-right: 2px !important; }
  .fsb-lg-2,
  .fsy-lg-2 {
    font-size-bottom: 2px !important; }
  .fsl-lg-2,
  .fsx-lg-2 {
    font-size-left: 2px !important; }
  .fs-lg-3 {
    font-size: 3px !important; }
  .fst-lg-3,
  .fsy-lg-3 {
    font-size-top: 3px !important; }
  .fsr-lg-3,
  .fsx-lg-3 {
    font-size-right: 3px !important; }
  .fsb-lg-3,
  .fsy-lg-3 {
    font-size-bottom: 3px !important; }
  .fsl-lg-3,
  .fsx-lg-3 {
    font-size-left: 3px !important; }
  .fs-lg-4 {
    font-size: 4px !important; }
  .fst-lg-4,
  .fsy-lg-4 {
    font-size-top: 4px !important; }
  .fsr-lg-4,
  .fsx-lg-4 {
    font-size-right: 4px !important; }
  .fsb-lg-4,
  .fsy-lg-4 {
    font-size-bottom: 4px !important; }
  .fsl-lg-4,
  .fsx-lg-4 {
    font-size-left: 4px !important; }
  .fs-lg-5 {
    font-size: 5px !important; }
  .fst-lg-5,
  .fsy-lg-5 {
    font-size-top: 5px !important; }
  .fsr-lg-5,
  .fsx-lg-5 {
    font-size-right: 5px !important; }
  .fsb-lg-5,
  .fsy-lg-5 {
    font-size-bottom: 5px !important; }
  .fsl-lg-5,
  .fsx-lg-5 {
    font-size-left: 5px !important; }
  .fs-lg-6 {
    font-size: 6px !important; }
  .fst-lg-6,
  .fsy-lg-6 {
    font-size-top: 6px !important; }
  .fsr-lg-6,
  .fsx-lg-6 {
    font-size-right: 6px !important; }
  .fsb-lg-6,
  .fsy-lg-6 {
    font-size-bottom: 6px !important; }
  .fsl-lg-6,
  .fsx-lg-6 {
    font-size-left: 6px !important; }
  .fs-lg-7 {
    font-size: 7px !important; }
  .fst-lg-7,
  .fsy-lg-7 {
    font-size-top: 7px !important; }
  .fsr-lg-7,
  .fsx-lg-7 {
    font-size-right: 7px !important; }
  .fsb-lg-7,
  .fsy-lg-7 {
    font-size-bottom: 7px !important; }
  .fsl-lg-7,
  .fsx-lg-7 {
    font-size-left: 7px !important; }
  .fs-lg-8 {
    font-size: 8px !important; }
  .fst-lg-8,
  .fsy-lg-8 {
    font-size-top: 8px !important; }
  .fsr-lg-8,
  .fsx-lg-8 {
    font-size-right: 8px !important; }
  .fsb-lg-8,
  .fsy-lg-8 {
    font-size-bottom: 8px !important; }
  .fsl-lg-8,
  .fsx-lg-8 {
    font-size-left: 8px !important; }
  .fs-lg-9 {
    font-size: 9px !important; }
  .fst-lg-9,
  .fsy-lg-9 {
    font-size-top: 9px !important; }
  .fsr-lg-9,
  .fsx-lg-9 {
    font-size-right: 9px !important; }
  .fsb-lg-9,
  .fsy-lg-9 {
    font-size-bottom: 9px !important; }
  .fsl-lg-9,
  .fsx-lg-9 {
    font-size-left: 9px !important; }
  .fs-lg-10 {
    font-size: 10px !important; }
  .fst-lg-10,
  .fsy-lg-10 {
    font-size-top: 10px !important; }
  .fsr-lg-10,
  .fsx-lg-10 {
    font-size-right: 10px !important; }
  .fsb-lg-10,
  .fsy-lg-10 {
    font-size-bottom: 10px !important; }
  .fsl-lg-10,
  .fsx-lg-10 {
    font-size-left: 10px !important; }
  .fs-lg-11 {
    font-size: 11px !important; }
  .fst-lg-11,
  .fsy-lg-11 {
    font-size-top: 11px !important; }
  .fsr-lg-11,
  .fsx-lg-11 {
    font-size-right: 11px !important; }
  .fsb-lg-11,
  .fsy-lg-11 {
    font-size-bottom: 11px !important; }
  .fsl-lg-11,
  .fsx-lg-11 {
    font-size-left: 11px !important; }
  .fs-lg-12 {
    font-size: 12px !important; }
  .fst-lg-12,
  .fsy-lg-12 {
    font-size-top: 12px !important; }
  .fsr-lg-12,
  .fsx-lg-12 {
    font-size-right: 12px !important; }
  .fsb-lg-12,
  .fsy-lg-12 {
    font-size-bottom: 12px !important; }
  .fsl-lg-12,
  .fsx-lg-12 {
    font-size-left: 12px !important; }
  .fs-lg-13 {
    font-size: 13px !important; }
  .fst-lg-13,
  .fsy-lg-13 {
    font-size-top: 13px !important; }
  .fsr-lg-13,
  .fsx-lg-13 {
    font-size-right: 13px !important; }
  .fsb-lg-13,
  .fsy-lg-13 {
    font-size-bottom: 13px !important; }
  .fsl-lg-13,
  .fsx-lg-13 {
    font-size-left: 13px !important; }
  .fs-lg-14 {
    font-size: 14px !important; }
  .fst-lg-14,
  .fsy-lg-14 {
    font-size-top: 14px !important; }
  .fsr-lg-14,
  .fsx-lg-14 {
    font-size-right: 14px !important; }
  .fsb-lg-14,
  .fsy-lg-14 {
    font-size-bottom: 14px !important; }
  .fsl-lg-14,
  .fsx-lg-14 {
    font-size-left: 14px !important; }
  .fs-lg-15 {
    font-size: 15px !important; }
  .fst-lg-15,
  .fsy-lg-15 {
    font-size-top: 15px !important; }
  .fsr-lg-15,
  .fsx-lg-15 {
    font-size-right: 15px !important; }
  .fsb-lg-15,
  .fsy-lg-15 {
    font-size-bottom: 15px !important; }
  .fsl-lg-15,
  .fsx-lg-15 {
    font-size-left: 15px !important; }
  .fs-lg-16 {
    font-size: 16px !important; }
  .fst-lg-16,
  .fsy-lg-16 {
    font-size-top: 16px !important; }
  .fsr-lg-16,
  .fsx-lg-16 {
    font-size-right: 16px !important; }
  .fsb-lg-16,
  .fsy-lg-16 {
    font-size-bottom: 16px !important; }
  .fsl-lg-16,
  .fsx-lg-16 {
    font-size-left: 16px !important; } }

@media (min-width: 1200px) {
  .fs-xl-0 {
    font-size: 0px !important; }
  .fst-xl-0,
  .fsy-xl-0 {
    font-size-top: 0px !important; }
  .fsr-xl-0,
  .fsx-xl-0 {
    font-size-right: 0px !important; }
  .fsb-xl-0,
  .fsy-xl-0 {
    font-size-bottom: 0px !important; }
  .fsl-xl-0,
  .fsx-xl-0 {
    font-size-left: 0px !important; }
  .fs-xl-1 {
    font-size: 1px !important; }
  .fst-xl-1,
  .fsy-xl-1 {
    font-size-top: 1px !important; }
  .fsr-xl-1,
  .fsx-xl-1 {
    font-size-right: 1px !important; }
  .fsb-xl-1,
  .fsy-xl-1 {
    font-size-bottom: 1px !important; }
  .fsl-xl-1,
  .fsx-xl-1 {
    font-size-left: 1px !important; }
  .fs-xl-2 {
    font-size: 2px !important; }
  .fst-xl-2,
  .fsy-xl-2 {
    font-size-top: 2px !important; }
  .fsr-xl-2,
  .fsx-xl-2 {
    font-size-right: 2px !important; }
  .fsb-xl-2,
  .fsy-xl-2 {
    font-size-bottom: 2px !important; }
  .fsl-xl-2,
  .fsx-xl-2 {
    font-size-left: 2px !important; }
  .fs-xl-3 {
    font-size: 3px !important; }
  .fst-xl-3,
  .fsy-xl-3 {
    font-size-top: 3px !important; }
  .fsr-xl-3,
  .fsx-xl-3 {
    font-size-right: 3px !important; }
  .fsb-xl-3,
  .fsy-xl-3 {
    font-size-bottom: 3px !important; }
  .fsl-xl-3,
  .fsx-xl-3 {
    font-size-left: 3px !important; }
  .fs-xl-4 {
    font-size: 4px !important; }
  .fst-xl-4,
  .fsy-xl-4 {
    font-size-top: 4px !important; }
  .fsr-xl-4,
  .fsx-xl-4 {
    font-size-right: 4px !important; }
  .fsb-xl-4,
  .fsy-xl-4 {
    font-size-bottom: 4px !important; }
  .fsl-xl-4,
  .fsx-xl-4 {
    font-size-left: 4px !important; }
  .fs-xl-5 {
    font-size: 5px !important; }
  .fst-xl-5,
  .fsy-xl-5 {
    font-size-top: 5px !important; }
  .fsr-xl-5,
  .fsx-xl-5 {
    font-size-right: 5px !important; }
  .fsb-xl-5,
  .fsy-xl-5 {
    font-size-bottom: 5px !important; }
  .fsl-xl-5,
  .fsx-xl-5 {
    font-size-left: 5px !important; }
  .fs-xl-6 {
    font-size: 6px !important; }
  .fst-xl-6,
  .fsy-xl-6 {
    font-size-top: 6px !important; }
  .fsr-xl-6,
  .fsx-xl-6 {
    font-size-right: 6px !important; }
  .fsb-xl-6,
  .fsy-xl-6 {
    font-size-bottom: 6px !important; }
  .fsl-xl-6,
  .fsx-xl-6 {
    font-size-left: 6px !important; }
  .fs-xl-7 {
    font-size: 7px !important; }
  .fst-xl-7,
  .fsy-xl-7 {
    font-size-top: 7px !important; }
  .fsr-xl-7,
  .fsx-xl-7 {
    font-size-right: 7px !important; }
  .fsb-xl-7,
  .fsy-xl-7 {
    font-size-bottom: 7px !important; }
  .fsl-xl-7,
  .fsx-xl-7 {
    font-size-left: 7px !important; }
  .fs-xl-8 {
    font-size: 8px !important; }
  .fst-xl-8,
  .fsy-xl-8 {
    font-size-top: 8px !important; }
  .fsr-xl-8,
  .fsx-xl-8 {
    font-size-right: 8px !important; }
  .fsb-xl-8,
  .fsy-xl-8 {
    font-size-bottom: 8px !important; }
  .fsl-xl-8,
  .fsx-xl-8 {
    font-size-left: 8px !important; }
  .fs-xl-9 {
    font-size: 9px !important; }
  .fst-xl-9,
  .fsy-xl-9 {
    font-size-top: 9px !important; }
  .fsr-xl-9,
  .fsx-xl-9 {
    font-size-right: 9px !important; }
  .fsb-xl-9,
  .fsy-xl-9 {
    font-size-bottom: 9px !important; }
  .fsl-xl-9,
  .fsx-xl-9 {
    font-size-left: 9px !important; }
  .fs-xl-10 {
    font-size: 10px !important; }
  .fst-xl-10,
  .fsy-xl-10 {
    font-size-top: 10px !important; }
  .fsr-xl-10,
  .fsx-xl-10 {
    font-size-right: 10px !important; }
  .fsb-xl-10,
  .fsy-xl-10 {
    font-size-bottom: 10px !important; }
  .fsl-xl-10,
  .fsx-xl-10 {
    font-size-left: 10px !important; }
  .fs-xl-11 {
    font-size: 11px !important; }
  .fst-xl-11,
  .fsy-xl-11 {
    font-size-top: 11px !important; }
  .fsr-xl-11,
  .fsx-xl-11 {
    font-size-right: 11px !important; }
  .fsb-xl-11,
  .fsy-xl-11 {
    font-size-bottom: 11px !important; }
  .fsl-xl-11,
  .fsx-xl-11 {
    font-size-left: 11px !important; }
  .fs-xl-12 {
    font-size: 12px !important; }
  .fst-xl-12,
  .fsy-xl-12 {
    font-size-top: 12px !important; }
  .fsr-xl-12,
  .fsx-xl-12 {
    font-size-right: 12px !important; }
  .fsb-xl-12,
  .fsy-xl-12 {
    font-size-bottom: 12px !important; }
  .fsl-xl-12,
  .fsx-xl-12 {
    font-size-left: 12px !important; }
  .fs-xl-13 {
    font-size: 13px !important; }
  .fst-xl-13,
  .fsy-xl-13 {
    font-size-top: 13px !important; }
  .fsr-xl-13,
  .fsx-xl-13 {
    font-size-right: 13px !important; }
  .fsb-xl-13,
  .fsy-xl-13 {
    font-size-bottom: 13px !important; }
  .fsl-xl-13,
  .fsx-xl-13 {
    font-size-left: 13px !important; }
  .fs-xl-14 {
    font-size: 14px !important; }
  .fst-xl-14,
  .fsy-xl-14 {
    font-size-top: 14px !important; }
  .fsr-xl-14,
  .fsx-xl-14 {
    font-size-right: 14px !important; }
  .fsb-xl-14,
  .fsy-xl-14 {
    font-size-bottom: 14px !important; }
  .fsl-xl-14,
  .fsx-xl-14 {
    font-size-left: 14px !important; }
  .fs-xl-15 {
    font-size: 15px !important; }
  .fst-xl-15,
  .fsy-xl-15 {
    font-size-top: 15px !important; }
  .fsr-xl-15,
  .fsx-xl-15 {
    font-size-right: 15px !important; }
  .fsb-xl-15,
  .fsy-xl-15 {
    font-size-bottom: 15px !important; }
  .fsl-xl-15,
  .fsx-xl-15 {
    font-size-left: 15px !important; }
  .fs-xl-16 {
    font-size: 16px !important; }
  .fst-xl-16,
  .fsy-xl-16 {
    font-size-top: 16px !important; }
  .fsr-xl-16,
  .fsx-xl-16 {
    font-size-right: 16px !important; }
  .fsb-xl-16,
  .fsy-xl-16 {
    font-size-bottom: 16px !important; }
  .fsl-xl-16,
  .fsx-xl-16 {
    font-size-left: 16px !important; } }

@media (min-width: 1680px) {
  .fs-xxl-0 {
    font-size: 0px !important; }
  .fst-xxl-0,
  .fsy-xxl-0 {
    font-size-top: 0px !important; }
  .fsr-xxl-0,
  .fsx-xxl-0 {
    font-size-right: 0px !important; }
  .fsb-xxl-0,
  .fsy-xxl-0 {
    font-size-bottom: 0px !important; }
  .fsl-xxl-0,
  .fsx-xxl-0 {
    font-size-left: 0px !important; }
  .fs-xxl-1 {
    font-size: 1px !important; }
  .fst-xxl-1,
  .fsy-xxl-1 {
    font-size-top: 1px !important; }
  .fsr-xxl-1,
  .fsx-xxl-1 {
    font-size-right: 1px !important; }
  .fsb-xxl-1,
  .fsy-xxl-1 {
    font-size-bottom: 1px !important; }
  .fsl-xxl-1,
  .fsx-xxl-1 {
    font-size-left: 1px !important; }
  .fs-xxl-2 {
    font-size: 2px !important; }
  .fst-xxl-2,
  .fsy-xxl-2 {
    font-size-top: 2px !important; }
  .fsr-xxl-2,
  .fsx-xxl-2 {
    font-size-right: 2px !important; }
  .fsb-xxl-2,
  .fsy-xxl-2 {
    font-size-bottom: 2px !important; }
  .fsl-xxl-2,
  .fsx-xxl-2 {
    font-size-left: 2px !important; }
  .fs-xxl-3 {
    font-size: 3px !important; }
  .fst-xxl-3,
  .fsy-xxl-3 {
    font-size-top: 3px !important; }
  .fsr-xxl-3,
  .fsx-xxl-3 {
    font-size-right: 3px !important; }
  .fsb-xxl-3,
  .fsy-xxl-3 {
    font-size-bottom: 3px !important; }
  .fsl-xxl-3,
  .fsx-xxl-3 {
    font-size-left: 3px !important; }
  .fs-xxl-4 {
    font-size: 4px !important; }
  .fst-xxl-4,
  .fsy-xxl-4 {
    font-size-top: 4px !important; }
  .fsr-xxl-4,
  .fsx-xxl-4 {
    font-size-right: 4px !important; }
  .fsb-xxl-4,
  .fsy-xxl-4 {
    font-size-bottom: 4px !important; }
  .fsl-xxl-4,
  .fsx-xxl-4 {
    font-size-left: 4px !important; }
  .fs-xxl-5 {
    font-size: 5px !important; }
  .fst-xxl-5,
  .fsy-xxl-5 {
    font-size-top: 5px !important; }
  .fsr-xxl-5,
  .fsx-xxl-5 {
    font-size-right: 5px !important; }
  .fsb-xxl-5,
  .fsy-xxl-5 {
    font-size-bottom: 5px !important; }
  .fsl-xxl-5,
  .fsx-xxl-5 {
    font-size-left: 5px !important; }
  .fs-xxl-6 {
    font-size: 6px !important; }
  .fst-xxl-6,
  .fsy-xxl-6 {
    font-size-top: 6px !important; }
  .fsr-xxl-6,
  .fsx-xxl-6 {
    font-size-right: 6px !important; }
  .fsb-xxl-6,
  .fsy-xxl-6 {
    font-size-bottom: 6px !important; }
  .fsl-xxl-6,
  .fsx-xxl-6 {
    font-size-left: 6px !important; }
  .fs-xxl-7 {
    font-size: 7px !important; }
  .fst-xxl-7,
  .fsy-xxl-7 {
    font-size-top: 7px !important; }
  .fsr-xxl-7,
  .fsx-xxl-7 {
    font-size-right: 7px !important; }
  .fsb-xxl-7,
  .fsy-xxl-7 {
    font-size-bottom: 7px !important; }
  .fsl-xxl-7,
  .fsx-xxl-7 {
    font-size-left: 7px !important; }
  .fs-xxl-8 {
    font-size: 8px !important; }
  .fst-xxl-8,
  .fsy-xxl-8 {
    font-size-top: 8px !important; }
  .fsr-xxl-8,
  .fsx-xxl-8 {
    font-size-right: 8px !important; }
  .fsb-xxl-8,
  .fsy-xxl-8 {
    font-size-bottom: 8px !important; }
  .fsl-xxl-8,
  .fsx-xxl-8 {
    font-size-left: 8px !important; }
  .fs-xxl-9 {
    font-size: 9px !important; }
  .fst-xxl-9,
  .fsy-xxl-9 {
    font-size-top: 9px !important; }
  .fsr-xxl-9,
  .fsx-xxl-9 {
    font-size-right: 9px !important; }
  .fsb-xxl-9,
  .fsy-xxl-9 {
    font-size-bottom: 9px !important; }
  .fsl-xxl-9,
  .fsx-xxl-9 {
    font-size-left: 9px !important; }
  .fs-xxl-10 {
    font-size: 10px !important; }
  .fst-xxl-10,
  .fsy-xxl-10 {
    font-size-top: 10px !important; }
  .fsr-xxl-10,
  .fsx-xxl-10 {
    font-size-right: 10px !important; }
  .fsb-xxl-10,
  .fsy-xxl-10 {
    font-size-bottom: 10px !important; }
  .fsl-xxl-10,
  .fsx-xxl-10 {
    font-size-left: 10px !important; }
  .fs-xxl-11 {
    font-size: 11px !important; }
  .fst-xxl-11,
  .fsy-xxl-11 {
    font-size-top: 11px !important; }
  .fsr-xxl-11,
  .fsx-xxl-11 {
    font-size-right: 11px !important; }
  .fsb-xxl-11,
  .fsy-xxl-11 {
    font-size-bottom: 11px !important; }
  .fsl-xxl-11,
  .fsx-xxl-11 {
    font-size-left: 11px !important; }
  .fs-xxl-12 {
    font-size: 12px !important; }
  .fst-xxl-12,
  .fsy-xxl-12 {
    font-size-top: 12px !important; }
  .fsr-xxl-12,
  .fsx-xxl-12 {
    font-size-right: 12px !important; }
  .fsb-xxl-12,
  .fsy-xxl-12 {
    font-size-bottom: 12px !important; }
  .fsl-xxl-12,
  .fsx-xxl-12 {
    font-size-left: 12px !important; }
  .fs-xxl-13 {
    font-size: 13px !important; }
  .fst-xxl-13,
  .fsy-xxl-13 {
    font-size-top: 13px !important; }
  .fsr-xxl-13,
  .fsx-xxl-13 {
    font-size-right: 13px !important; }
  .fsb-xxl-13,
  .fsy-xxl-13 {
    font-size-bottom: 13px !important; }
  .fsl-xxl-13,
  .fsx-xxl-13 {
    font-size-left: 13px !important; }
  .fs-xxl-14 {
    font-size: 14px !important; }
  .fst-xxl-14,
  .fsy-xxl-14 {
    font-size-top: 14px !important; }
  .fsr-xxl-14,
  .fsx-xxl-14 {
    font-size-right: 14px !important; }
  .fsb-xxl-14,
  .fsy-xxl-14 {
    font-size-bottom: 14px !important; }
  .fsl-xxl-14,
  .fsx-xxl-14 {
    font-size-left: 14px !important; }
  .fs-xxl-15 {
    font-size: 15px !important; }
  .fst-xxl-15,
  .fsy-xxl-15 {
    font-size-top: 15px !important; }
  .fsr-xxl-15,
  .fsx-xxl-15 {
    font-size-right: 15px !important; }
  .fsb-xxl-15,
  .fsy-xxl-15 {
    font-size-bottom: 15px !important; }
  .fsl-xxl-15,
  .fsx-xxl-15 {
    font-size-left: 15px !important; }
  .fs-xxl-16 {
    font-size: 16px !important; }
  .fst-xxl-16,
  .fsy-xxl-16 {
    font-size-top: 16px !important; }
  .fsr-xxl-16,
  .fsx-xxl-16 {
    font-size-right: 16px !important; }
  .fsb-xxl-16,
  .fsy-xxl-16 {
    font-size-bottom: 16px !important; }
  .fsl-xxl-16,
  .fsx-xxl-16 {
    font-size-left: 16px !important; } }

.col-xs-auto,
.col-xs-1,
.col-1,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-2,
.col-2,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-3,
.col-3,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-4,
.col-4,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-5,
.col-5,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-6,
.col-6,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-7,
.col-7,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-8,
.col-8,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-9,
.col-9,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-10,
.col-10,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-11,
.col-11,
.col {
  min-height: 0; }

.col-xs-auto,
.col-xs-12,
.col-12,
.col {
  min-height: 0; }

@media (min-width: 576px) {
  .col-sm-auto,
  .col-sm-1,
  .col-1,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-2,
  .col-2,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-3,
  .col-3,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-4,
  .col-4,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-5,
  .col-5,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-6,
  .col-6,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-7,
  .col-7,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-8,
  .col-8,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-9,
  .col-9,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-10,
  .col-10,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-11,
  .col-11,
  .col {
    min-height: 0; }
  .col-sm-auto,
  .col-sm-12,
  .col-12,
  .col {
    min-height: 0; } }

@media (min-width: 768px) {
  .col-md-auto,
  .col-md-1,
  .col-1,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-2,
  .col-2,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-3,
  .col-3,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-4,
  .col-4,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-5,
  .col-5,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-6,
  .col-6,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-7,
  .col-7,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-8,
  .col-8,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-9,
  .col-9,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-10,
  .col-10,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-11,
  .col-11,
  .col {
    min-height: 0; }
  .col-md-auto,
  .col-md-12,
  .col-12,
  .col {
    min-height: 0; } }

@media (min-width: 981px) {
  .col-lg-auto,
  .col-lg-1,
  .col-1,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-2,
  .col-2,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-3,
  .col-3,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-4,
  .col-4,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-5,
  .col-5,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-6,
  .col-6,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-7,
  .col-7,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-8,
  .col-8,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-9,
  .col-9,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-10,
  .col-10,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-11,
  .col-11,
  .col {
    min-height: 0; }
  .col-lg-auto,
  .col-lg-12,
  .col-12,
  .col {
    min-height: 0; } }

@media (min-width: 1200px) {
  .col-xl-auto,
  .col-xl-1,
  .col-1,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-2,
  .col-2,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-3,
  .col-3,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-4,
  .col-4,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-5,
  .col-5,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-6,
  .col-6,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-7,
  .col-7,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-8,
  .col-8,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-9,
  .col-9,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-10,
  .col-10,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-11,
  .col-11,
  .col {
    min-height: 0; }
  .col-xl-auto,
  .col-xl-12,
  .col-12,
  .col {
    min-height: 0; } }

@media (min-width: 1680px) {
  .col-xxl-auto,
  .col-xxl-1,
  .col-1,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-2,
  .col-2,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-3,
  .col-3,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-4,
  .col-4,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-5,
  .col-5,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-6,
  .col-6,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-7,
  .col-7,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-8,
  .col-8,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-9,
  .col-9,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-10,
  .col-10,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-11,
  .col-11,
  .col {
    min-height: 0; }
  .col-xxl-auto,
  .col-xxl-12,
  .col-12,
  .col {
    min-height: 0; } }

.et-db .et_pb_row {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .et-db .et_pb_row {
      width: 100%; } }
  @media (max-width: 980.98px) {
    .et-db .et_pb_row {
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; } }
  @media (max-width: 767.98px) {
    .et-db .et_pb_row {
      max-width: 540px; } }
  @media (max-width: 575.98px) {
    .et-db .et_pb_row {
      max-width: 100%; } }
  .et-db .et_pb_row svg {
    max-width: 100%; }

.et-db .et_builder_inner_content > .et_pb_section_first {
  padding-top: 0 !important; }

.et-db .et_pb_section {
  background-color: transparent; }

/* ------------------------------------------------------------ */
/* Content */
/* ------------------------------------------------------------ */
.site {
  position: relative; }
  .site-wrapper {
    margin: 0;
    min-height: 100vh;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2; }
  .site-content {
    position: relative;
    z-index: 1; }
  .site__title {
    margin: 0;
    padding: 0;
    position: relative;
    width: 48px; }
    .site__title a {
      display: block; }
  .site-page-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    z-index: 0; }

#main-content {
  position: relative;
  z-index: 2; }
  #main-content .container::before {
    display: none; }

.grecaptcha-badge {
  display: none !important; }

/* ------------------------------------------------------------ */
/*  Font sizes */
/* ------------------------------------------------------------ */
body,
button,
input,
select,
textarea {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-feature-settings: 'pnum';
  font-size: 16px;
  font-style: normal;
  font-variant-numeric: proportional-nums;
  font-weight: normal;
  line-height: 24px;
  text-rendering: optimizeLegibility; }
  @media (max-width: 980.98px) {
    body,
    button,
    input,
    select,
    textarea {
      font-size: 16px;
      line-height: 24px; } }

h1, h2, h3, h4, h5, h6 {
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0; }

h1,
.h1 {
  font-size: 72px;
  line-height: 96px; }
  @media (max-width: 980.98px) {
    h1,
    .h1 {
      font-size: 48px;
      line-height: 60px; } }

h2,
.h2 {
  font-size: 66px;
  line-height: 84px; }
  @media (max-width: 980.98px) {
    h2,
    .h2 {
      font-size: 32px;
      line-height: 44px; } }

h3,
.h3 {
  font-size: 40px;
  line-height: 56px; }
  @media (max-width: 980.98px) {
    h3,
    .h3 {
      font-size: 26px;
      line-height: 34px; } }

h4,
.h4 {
  font-size: 32px;
  line-height: 40px; }
  @media (max-width: 980.98px) {
    h4,
    .h4 {
      font-size: 26px;
      line-height: 34px; } }

h5,
.h5 {
  font-size: 22px;
  line-height: 31px; }
  @media (max-width: 980.98px) {
    h5,
    .h5 {
      font-size: 18px;
      line-height: 26px; } }

h6,
.h6 {
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 980.98px) {
    h6,
    .h6 {
      font-size: 16px;
      line-height: 28px; } }

p,
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 24px;
  padding-bottom: 0; }

li {
  margin-bottom: 16px;
  padding-bottom: 0; }

p:last-child,
li:last-child {
  margin-bottom: 0; }

/* ------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------ */
.site-header {
  height: 88px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 11; }
  .site-header__logo {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
  .site-header__container {
    background-color: rgba(255, 255, 255, 0.92);
    height: 88px;
    left: 0;
    left: 0;
    margin: 0;
    padding: 20px 0;
    position: fixed;
    top: 0;
    transition: all 0.25s ease-in-out;
    width: 100%;
    z-index: 2; }
    @media (max-width: 980.98px) {
      .site-header--scrolling-down .site-header__container {
        transform: translate(0, -100%); } }
    @media (max-width: 980.98px) {
      .site-header--scrolling-up .site-header__container {
        transform: translate(0, 0); } }

/* ------------------------------------------------------------ */
/*  Main Navigation */
/* ------------------------------------------------------------ */
.site-main-navigation {
  margin: 0;
  padding: 0;
  display: block; }
  @media (max-width: 980.98px) {
    .site-main-navigation {
      display: none; } }
  .site-main-navigation ul {
    align-items: center;
    display: flex;
    justify-self: center;
    margin: 0;
    padding: 0; }
  .site-main-navigation li {
    font-size: 0;
    margin: 0 12px;
    padding: 0; }
    .site-main-navigation li:first-child {
      margin-left: 0; }
    .site-main-navigation li:nth-last-of-type(2), .site-main-navigation li:last-child {
      margin-right: 0; }
    .site-main-navigation li.highlighted {
      margin: 0;
      width: 236px;
      overflow: hidden;
      padding: 0 0 0 24px;
      transition: all 0.3s ease-in-out; }
      .page-template-page-join-waitlist .site-main-navigation li.highlighted {
        width: 0; }
      .site-main-navigation li.highlighted a {
        background-color: #795DE7;
        border-radius: 24px;
        color: #ffffff;
        display: inline-flex;
        margin-right: 0;
        padding: 12px 24px;
        text-align: center;
        width: 210px; }
        .site-main-navigation li.highlighted a:hover {
          background-color: #6747e4;
          color: #ffffff; }
    .site-main-navigation li.highlighted--opened {
      width: 236px; }
      .page-template-page-join-waitlist .site-main-navigation li.highlighted--opened {
        width: 236px; }
  .site-main-navigation a {
    color: #795DE7;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 12px;
    text-align: center;
    text-decoration: none; }
    .site-main-navigation a:hover {
      color: #40308D;
      text-decoration: none; }

/* ------------------------------------------------------------ */
/*  Social Networks */
/* ------------------------------------------------------------ */
.social-networks {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }
  @media (max-width: 980.98px) {
    .social-networks {
      margin: 0 0 24px 0; } }
  .social-networks li {
    font-size: 0;
    margin: 0 20px;
    padding: 0;
    position: relative; }
    .social-networks li:first-child {
      margin-left: 0; }
    .social-networks li:last-child {
      margin-right: 0; }
  .social-networks a {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none; }
    .social-networks a:hover svg path {
      fill: #40308D; }
      .site-footer__join-waitlist .social-networks a:hover svg path {
        fill: #ffffff; }
  .social-networks svg path {
    fill: #795DE7;
    transition: all 0.3s ease-in-out; }
    .site-footer__join-waitlist .social-networks svg path {
      fill: #ffffff; }

/* ------------------------------------------------------------ */
/*  Contact Button  */
/* ------------------------------------------------------------ */
.contact-modal-button--mobile {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  margin: 0;
  min-width: 40px;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 40px; }
  @media (min-width: 981px) {
    .contact-modal-button--mobile {
      display: none; } }
  .contact-modal-button--mobile a {
    align-items: center;
    background-color: #795DE7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none; }
  .contact-modal-button--mobile svg path {
    fill: #ffffff; }

/* ------------------------------------------------------------ */
/*  Footer Navigation */
/* ------------------------------------------------------------ */
.site-footer {
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 2; }
  .site-footer__join-waitlist {
    background: linear-gradient(180deg, #F3F1FD 0%, rgba(255, 255, 255, 0) 100%); }
    .site-footer__join-waitlist::before {
      background-image: url(assets/footer-bg-d92fde5c.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      bottom: -1230px;
      content: '';
      height: 2061px;
      left: calc(50% - 552px);
      margin: 0;
      padding: 0;
      position: absolute;
      width: 2041px;
      z-index: 1;
      margin: 0 0 0 calc(-2041px / 2); }
      @media (max-width: 980.98px) {
        .site-footer__join-waitlist::before {
          bottom: -1388px;
          height: 2000px;
          left: calc(50% - 248px);
          width: 2000px;
          margin: 0 0 0 calc(-2000px / 2); } }
  .site-footer__copyright {
    align-items: center;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
    padding: 0; }
    @media (max-width: 980.98px) {
      .site-footer__copyright {
        font-size: 16px;
        margin: 0 0 16px 0;
        text-align: center; } }
    @media (max-width: 980.98px) {
      .site-footer__join-waitlist .site-footer__copyright {
        color: #ffffff; } }
    .site-footer__copyright a {
      color: inherit;
      display: inline;
      margin: 0;
      padding: 0; }
      .site-footer__copyright a:hover {
        color: #795DE7;
        text-decoration: none; }
        @media (max-width: 980.98px) {
          .site-footer__join-waitlist .site-footer__copyright a:hover {
            color: #ffffff; } }
  .site-footer__section {
    margin: 0;
    padding: 0;
    width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 2; }
  .site-footer__content {
    margin: auto 0 0 0;
    padding: 30px 0;
    position: relative;
    width: 100%;
    z-index: 2; }
    @media (max-width: 980.98px) {
      .site-footer__content {
        padding: 40px 0 56px; } }

/* ------------------------------------------------------------ */
/*  Footer Navigation */
/* ------------------------------------------------------------ */
.site-footer__menu {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  padding: 0; }
  @media (max-width: 980.98px) {
    .site-footer__menu {
      justify-content: center; } }
  .site-footer__menu-wrap {
    margin: 0;
    padding: 0;
    display: block; }
  .site-footer__menu li {
    font-size: 0;
    margin: 0 12px;
    padding: 0;
    position: relative; }
    @media (max-width: 980.98px) {
      .site-footer__menu li {
        margin: 0 24px; } }
    .site-footer__menu li::after {
      background-color: #ffffff;
      content: '';
      display: block;
      height: 16px;
      margin: 0;
      opacity: 1;
      padding: 0;
      position: absolute;
      right: -23.5px;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      width: 1px; }
      @media (min-width: 981px) {
        .site-footer__menu li::after {
          display: none;
          opacity: 0; } }
    .site-footer__menu li:first-child {
      margin-left: 0; }
    .site-footer__menu li:last-child {
      margin-right: 0; }
      .site-footer__menu li:last-child::after {
        display: none; }
  .site-footer__menu a {
    color: #795DE7;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none; }
    @media (max-width: 980.98px) {
      .site-footer__join-waitlist .site-footer__menu a {
        color: #ffffff; } }
    .site-footer__menu a:hover {
      color: #40308D;
      text-decoration: none; }
      @media (max-width: 980.98px) {
        .site-footer__join-waitlist .site-footer__menu a:hover {
          color: #ffffff; } }
  .site-footer__menu .current-menu-item a {
    color: #40308D;
    text-decoration: none; }
    @media (max-width: 980.98px) {
      .site-footer__join-waitlist .site-footer__menu .current-menu-item a {
        color: #ffffff; } }
    .site-footer__menu .current-menu-item a:hover {
      color: #40308D;
      text-decoration: none; }
      @media (max-width: 980.98px) {
        .site-footer__join-waitlist .site-footer__menu .current-menu-item a:hover {
          color: #ffffff; } }

input[type='submit'], .btn, .et-db .et_pb_module .btn {
  align-items: center;
  background: transparent;
  border-color: #767676;
  border-radius: 24px;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 0 transparent;
  color: #767676;
  display: inline-flex;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 24px !important;
  margin: 0;
  outline: 0;
  padding: 12px 24px;
  position: relative;
  transition: all 0.35s ease-in-out; }
  @media (max-width: 980.98px) {
    input[type='submit'], .btn, .et-db .et_pb_module .btn {
      height: 48px;
      font-size: 16px; } }
  input:focus[type='submit'], .btn:focus, .et-db .et_pb_module .btn:focus {
    background: #795DE7;
    border-color: #795DE7;
    box-shadow: 0 0 0 0 transparent;
    color: #ffffff;
    outline: 0; }
  input:active[type='submit'], .et-db .et_pb_module .btn:active, .btn:active, input:hover[type='submit'], .btn:hover, .et-db .et_pb_module .btn:hover, input:not(:disabled):not(.disabled).active[type='submit'], .btn:not(:disabled):not(.disabled).active, input:not(:disabled):not(.disabled):active[type='submit'], .btn:not(:disabled):not(.disabled):active {
    background: transparent;
    border-color: #795DE7;
    box-shadow: 0 0 0 0 transparent;
    color: #ffffff;
    outline: 0; }
  input:disabled[type='submit'], .btn:disabled, .et-db .et_pb_module .btn:disabled, input.disabled[type='submit'], .disabled.btn, .et-db .et_pb_module .disabled.btn {
    background-color: #8F78E7;
    cursor: not-allowed;
    opacity: 0.65;
    pointer-events: none;
    user-select: none; }

input[type='submit']::after {
  display: none; }

.et-db .et_pb_module .btn::after, .btn::after,
.et-db .et_pb_module .btn::after {
  display: none; }

.et-db .et_pb_module .btn-primary.btn, .btn-primary.btn,
.et-db .et_pb_module .btn-primary.btn {
  background-color: #795DE7;
  border-width: 0;
  color: #ffffff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.16); }
  .btn-primary.btn:focus,
  .et-db .et_pb_module .btn-primary.btn:focus {
    background-color: #7559e6;
    box-shadow: 0 0 0 0 transparent;
    color: #ffffff; }
  .btn-primary.btn:active, .btn-primary.btn:hover, .btn-primary.btn:not(:disabled):not(.disabled).active, .btn-primary.btn:not(:disabled):not(.disabled):active,
  .et-db .et_pb_module .btn-primary.btn:active,
  .et-db .et_pb_module .btn-primary.btn:hover,
  .et-db .et_pb_module .btn-primary.btn:not(:disabled):not(.disabled).active,
  .et-db .et_pb_module .btn-primary.btn:not(:disabled):not(.disabled):active {
    background-color: #7559e6;
    box-shadow: 0px 4px 12px 0 rgba(121, 93, 231, 0.3);
    color: #ffffff; }
  .btn-primary.btn:disabled, .btn-primary.disabled.btn,
  .et-db .et_pb_module .btn-primary.btn:disabled,
  .et-db .et_pb_module .btn-primary.disabled.btn {
    background-color: #8F78E7;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    pointer-events: none;
    user-select: none; }

.info-card__container {
  display: flex; }
  @media (max-width: 980.98px) {
    .info-card__container {
      align-items: center;
      flex-direction: column; } }

.info-card__item {
  border-radius: 16px;
  box-shadow: 0 16px 16px rgba(64, 48, 141, 0.16);
  margin-right: 30px;
  max-width: 350px;
  overflow: hidden;
  width: 100%; }
  @media (max-width: 980.98px) {
    .info-card__item {
      margin-bottom: 40px;
      margin-right: 0; } }
  .info-card__item:last-child {
    margin-right: 0; }
  .info-card__item-description {
    background-color: #ffffff;
    padding: 16px 16px 24px; }
  .info-card__item-title {
    color: #795DE7;
    font-size: 26px;
    font-weight: bold;
    line-height: 34px;
    margin: 0;
    margin-bottom: 18px;
    padding: 0;
    text-align: center; }
  .info-card__item-content {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    text-align: center; }
    .info-card__item-content p:first-of-type, .info-card__item-content p:last-of-type {
      display: none; }
    .info-card__item-content p:nth-last-of-type(2) {
      margin-bottom: 0;
      padding-bottom: 0; }

.accordion__grid {
  counter-reset: counter-number; }

.accordion__item {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0 0 16px rgba(64, 48, 141, 0.08);
  counter-increment: counter-number;
  list-style: none;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 980.98px) {
    .accordion__item {
      margin-bottom: 24px; } }

.accordion__header {
  align-items: center;
  color: #000000;
  cursor: pointer;
  display: flex;
  font-size: 22px;
  font-weight: bold;
  justify-content: space-between;
  line-height: 30px;
  margin: 0;
  padding: 24px;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 980.98px) {
    .accordion__header {
      font-size: 16px;
      line-height: 24px;
      padding: 16px; } }
  .accordion__header h4 {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0; }
    .accordion__header h4::before {
      content: counter(counter-number) ". "; }
  .accordion__header:hover, .accordion__header[aria-expanded=true] {
    color: #795DE7; }

.accordion__header-icon {
  display: flex;
  height: 48px;
  margin: 0 0 0 16px;
  min-width: 48px;
  padding: 0;
  position: relative;
  width: 48px; }
  @media (max-width: 980.98px) {
    .accordion__header-icon {
      height: 32px;
      margin: 0 0 0 8px;
      min-width: 32px;
      width: 32px; } }
  .accordion__header-icon::before {
    background-color: #000000;
    border-radius: 4px;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transition: all 0.3s ease-in-out;
    width: 28px; }
    @media (max-width: 980.98px) {
      .accordion__header-icon::before {
        border-radius: 2px;
        height: 2px;
        width: 18px; } }
    .accordion__header:hover .accordion__header-icon::before,
    .accordion__header[aria-expanded=true] .accordion__header-icon::before {
      background-color: #795DE7; }
    .accordion__header[aria-expanded=true] .accordion__header-icon::before {
      transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  .accordion__header-icon::after {
    background-color: #000000;
    border-radius: 4px;
    content: '';
    height: 4px;
    left: 50%;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    transition: all 0.3s ease-in-out;
    width: 28px; }
    @media (max-width: 980.98px) {
      .accordion__header-icon::after {
        border-radius: 2px;
        height: 2px;
        width: 18px; } }
    .accordion__header:hover .accordion__header-icon::after,
    .accordion__header[aria-expanded=true] .accordion__header-icon::after {
      background-color: #795DE7; }

.accordion__description {
  padding: 0 24px 24px; }
  .accordion__description > *:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0; }
  .accordion__description hr {
    border-width: 0px;
    border-top: 1px solid #EFEFEF;
    margin: 0 0 24px 0; }
  .accordion__description ol {
    counter-reset: counter-list;
    padding: 0 0 0 32px; }
    @media (max-width: 980.98px) {
      .accordion__description ol {
        padding-left: 25px !important; } }
    .accordion__description ol li {
      counter-increment: counter-list;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      list-style: none;
      margin-bottom: 12px;
      padding-left: 28px;
      position: relative; }
      .accordion__description ol li:last-child {
        margin-bottom: 0; }
      .accordion__description ol li strong {
        font-weight: bold; }
      .accordion__description ol li::before {
        content: counter(counter-list, lower-alpha) ")";
        font-weight: bold;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px; }
      .accordion__description ol li ol {
        counter-reset: roman-counter;
        margin: 12px 0; }
        .accordion__description ol li ol li {
          counter-increment: roman-counter; }
          .accordion__description ol li ol li::before {
            content: counter(roman-counter, lower-roman) ")"; }
  .accordion__description ul {
    list-style-image: url(assets/purple-bullet-34f1951c.svg);
    margin-left: 24px;
    padding-left: 18px; }
    .accordion__description ul li {
      padding-left: 18px; }
  .accordion__description p:first-of-type, .accordion__description p:last-of-type {
    display: none; }

@keyframes loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.wpcf7 {
  background: #ffffff;
  box-shadow: 0px 16px 16px rgba(64, 48, 141, 0.16);
  border-radius: 16px;
  padding: 56px 40px;
  overflow: hidden; }
  @media (max-width: 980.98px) {
    .wpcf7 {
      padding: 48px 24px; } }
  .wpcf7 .ajax-loader {
    position: absolute;
    left: 0;
    height: 24px !important;
    width: 24px !important;
    background: inherit !important;
    align-items: center;
    display: flex !important;
    justify-content: center; }
    .wpcf7 .ajax-loader::before {
      content: '';
      width: 24px;
      height: 24px;
      border: 3px solid #E5E5E5;
      border-top-color: #795DE7;
      border-radius: 50%;
      animation: loading 1s ease-in-out infinite; }
    @media (max-width: 980.98px) {
      .wpcf7 .ajax-loader {
        left: 8px; }
        .wpcf7 .ajax-loader::before {
          border-width: 2px; } }
  .wpcf7-form {
    margin: 0;
    padding: 0;
    position: relative; }
    .wpcf7-form.sent > .wpcf7-response-output {
      display: none !important; }
  .wpcf7-response-output {
    border-radius: 12px;
    font-size: 14px !important;
    margin: 24px 0 0 0 !important;
    padding: 16px !important; }
  .wpcf7-not-valid-tip {
    font-size: 14px !important;
    margin-top: 4px; }

.form__header {
  text-align: center;
  margin-bottom: 24px; }
  .form__header-title {
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    color: #795DE7;
    margin: 0;
    padding: 0;
    margin-bottom: 16px; }
    @media (max-width: 980.98px) {
      .form__header-title {
        font-size: 26px;
        line-height: 34px; } }
  .form__header-text {
    font-size: 22px;
    line-height: 31px;
    margin: 0; }
    @media (max-width: 980.98px) {
      .form__header-text {
        font-size: 18px;
        line-height: 26px; } }

.form__label {
  display: block;
  margin-bottom: 4px; }

.form__field:not(:last-child) {
  margin-bottom: 24px; }
  @media (max-width: 980.98px) {
    .form__field:not(:last-child) {
      margin-bottom: 16px; } }

.form__field input,
.form__field textarea {
  border: 2px solid #E5E5E5;
  border-radius: 100px;
  padding: 12px 16px;
  height: 48px;
  width: 100%;
  color: #40308D;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600; }
  .form__field input::placeholder,
  .form__field textarea::placeholder {
    color: rgba(118, 118, 118, 0.4); }
  .form__field input:focus,
  .form__field textarea:focus {
    border-color: #795DE7;
    color: #40308D; }
  .form__field input.wpcf7-not-valid,
  .form__field textarea.wpcf7-not-valid {
    border-color: #dc3232 !important;
    color: #dc3232 !important; }

.form__field textarea {
  min-height: 124px;
  border-radius: 16px;
  resize: none; }

.form__field label {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  margin-bottom: 4px;
  width: 100%; }
  .form__field label span {
    display: block; }

.form__button {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
  position: relative; }
  @media (max-width: 980.98px) {
    .form__button {
      margin-top: 24px; }
      .form__button .wpcf7-submit {
        width: 100%; } }

.form__message-wrapper {
  position: relative;
  width: 100%;
  text-align: center; }

.form__message-title {
  font-weight: bold;
  font-size: 40px;
  line-height: 56px;
  color: #795DE7;
  margin: 0;
  padding: 0;
  margin-bottom: 16px; }
  @media (max-width: 980.98px) {
    .form__message-title {
      font-size: 26px;
      line-height: 34px; } }

.form__message-text {
  font-size: 22px;
  line-height: 31px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px; }
  @media (max-width: 980.98px) {
    .form__message-text {
      font-size: 18px;
      line-height: 26px;
      margin-bottom: 24px; } }

.form__step {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out;
  z-index: 1; }
  .form__step--active {
    opacity: 1;
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 2; }

.site-floating {
  width: 100%; }
  .site-floating-wrapper {
    display: block;
    height: 96px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 12; }
    @media (min-width: 981px) {
      .site-floating-wrapper {
        display: none; } }
  .site-floating-button {
    background: #ffffff;
    bottom: 0;
    box-shadow: 0px -12px 16px rgba(64, 48, 141, 0.16);
    left: 0;
    padding: 24px 16px;
    position: fixed;
    text-align: center;
    width: 100%;
    z-index: 12; }
    .site-floating-button a {
      font-size: 16px;
      font-weight: 600;
      line-height: 24px;
      min-width: 344px; }

.reactions {
  margin: 0;
  padding: 0;
  width: 100%; }
  .reactions-slider {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%; }
    .reactions-slider--hidden {
      height: 0;
      overflow: hidden; }
    @media (min-width: 981px) {
      .reactions-slider--mobile {
        height: 0;
        overflow: hidden; } }
    @media (max-width: 980.98px) {
      .reactions-slider--desktop {
        height: 0;
        overflow: hidden; } }
  .reactions-slider__photoes {
    margin: 0 0 32px 0;
    padding: 0;
    width: 100%; }
    .reactions-slider--desktop .reactions-slider__photoes {
      margin: 0;
      padding: 0 56px 0 0;
      width: 47.028%; }
  .reactions-slider__content {
    margin: 0;
    padding: 0;
    width: 52.972%; }
    .reactions-slider--mobile .reactions-slider__content {
      width: 100%; }
  .reactions-slider__title {
    color: inherit;
    font-size: 40px;
    font-weight: bold;
    line-height: 56px;
    margin: 0 0 24px 0;
    overflow: hidden;
    padding: 0;
    width: 100%; }
    @media (min-width: 981px) {
      .reactions-slider__title {
        margin: 0 0 -56px 0;
        padding: 0 48px;
        position: relative;
        z-index: 2;
        height: 56px; } }
    @media (max-width: 980.98px) {
      .reactions-slider__title {
        font-size: 26px;
        line-height: 34px;
        text-align: center; } }
  .reactions-slider__testimonies {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1; }
    @media (min-width: 981px) {
      .reactions-slider__testimonies {
        margin: 56px -20px;
        overflow: hidden;
        padding: 20px; } }
    .reactions-slider__testimonies::before {
      background-image: linear-gradient(#40308D, rgba(64, 48, 141, 0));
      display: none;
      height: 50px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 2; }
      @media (min-width: 981px) {
        .reactions-slider__testimonies::before {
          display: block; } }
      .reactions-slider--desktop .reactions-slider__testimonies::before {
        content: ''; }
    .reactions-slider__testimonies::after {
      background-image: linear-gradient(rgba(64, 48, 141, 0), #40308D);
      display: none;
      height: 50px;
      left: 0;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 2; }
      @media (min-width: 981px) {
        .reactions-slider__testimonies::after {
          display: block; } }
      .reactions-slider--desktop .reactions-slider__testimonies::after {
        content: ''; }
    .reactions-slider__testimonies > .slick-list {
      position: relative;
      z-index: 1; }
  .reactions__item-content {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    width: 100%; }
  .reactions__item {
    display: block;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media (max-width: 980.98px) {
      .reactions__item {
        max-width: 316px;
        padding: 0 8px; } }
    @media (max-width: 767.98px) {
      .reactions__item {
        max-width: 298px; } }
    .reactions-slider--desktop .reactions__item {
      width: 100% !important; }
  .reactions__item-bullet {
    align-items: center;
    background-color: #795DE7;
    border-radius: 50%;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.24);
    display: flex;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    padding: 4px;
    position: relative;
    transition: all 0.2s ease-in-out;
    width: 100%; }
    @media (max-width: 980.98px) {
      .reactions__item-bullet {
        padding: 2px; } }
    .slick-active .reactions__item-bullet {
      background-color: #ffffff; }
      @media (max-width: 980.98px) {
        .slick-active .reactions__item-bullet {
          padding: 4px; } }
    @media (min-width: 981px) {
      .reactions .slick-dots li:not(.slick-slide00):hover .reactions__item-bullet {
        margin: -8px 0 0 -8px;
        transition: all 0.2s ease-in-out;
        width: 111.44%; } }
  .reactions__item-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: none;
    margin: 0;
    overflow: hidden;
    padding: 100% 0 0 0;
    position: relative;
    width: 100%; }
    .reactions-slider__photoes .reactions__item-photo {
      display: flex; }
  .reactions__item-image {
    height: auto;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .reactions__item-text-props, .reactions__item-text, .slick-cloned.slick-centered.slick-center .reactions__item-text,
  .slick-cloned.slick-center .reactions__item-text,
  .slick-slide.slick-active.slick-current .reactions__item-text {
    background-color: #ffffff;
    border-radius: 16px;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.35);
    color: #515154;
    cursor: pointer;
    font-size: 22px;
    font-weight: bold;
    line-height: 31px;
    margin: 0;
    padding: 24px;
    position: relative;
    text-align: left;
    transition: all 0.3s ease-in-out;
    width: 100%; }
    @media (max-width: 980.98px) {
      .reactions__item-text-props, .reactions__item-text, .slick-cloned.slick-centered.slick-center .reactions__item-text,
      .slick-cloned.slick-center .reactions__item-text,
      .slick-slide.slick-active.slick-current .reactions__item-text {
        font-size: 16px;
        line-height: 24px; } }
    .reactions__item-text-props > *:nth-last-child(2), .reactions__item-text > *:nth-last-child(2), .slick-cloned.slick-centered.slick-center .reactions__item-text > *:nth-last-child(2), .slick-cloned.slick-center .reactions__item-text > *:nth-last-child(2), .slick-slide.slick-active.slick-current .reactions__item-text > *:nth-last-child(2) {
      margin-bottom: 0;
      padding-bottom: 0; }
    .reactions__item-text-props p:first-of-type, .reactions__item-text p:first-of-type, .slick-cloned.slick-center .reactions__item-text p:first-of-type, .slick-slide.slick-active.slick-current .reactions__item-text p:first-of-type, .reactions__item-text-props p:last-of-type, .reactions__item-text p:last-of-type, .slick-cloned.slick-center .reactions__item-text p:last-of-type, .slick-slide.slick-active.slick-current .reactions__item-text p:last-of-type {
      display: none; }
  .slick-slide .reactions__item-text {
    background-color: #6E62A8;
    color: #40308D;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    width: 83.673%; }
    @media (max-width: 980.98px) {
      .slick-slide .reactions__item-text {
        width: 100%; } }
  .reactions .slick-list {
    width: 100%;
    padding: 0 !important; }
  .reactions .slick-track {
    display: flex; }
    @media (min-width: 981px) {
      .reactions .slick-track {
        display: block;
        left: 0;
        position: relative;
        top: 0;
        width: 100%; } }
    .reactions-slider__photoes .reactions .slick-track {
      width: 100% !important;
      transform: translate3d(0, 0, 0) !important; }
    .reactions .slick-track:before, .reactions .slick-track:after {
      display: none; }
      @media (min-width: 981px) {
        .reactions .slick-track:before, .reactions .slick-track:after {
          content: "";
          display: table; } }
    .reactions .slick-track:after {
      clear: both; }
  .reactions .slick-dots {
    display: block;
    margin: 0;
    padding: 140.345% 0 0 0;
    position: relative;
    width: 100%; }
    @media (max-width: 980.98px) {
      .reactions .slick-dots {
        padding: 68.7% 0 0 0;
        margin: 0 auto; } }
    @media (max-width: 767.98px) {
      .reactions .slick-dots {
        max-width: 345px; } }
    .reactions .slick-dots li {
      cursor: pointer;
      display: block;
      margin: 0;
      padding: 0;
      position: absolute;
      transition: all 0.2s ease-in-out;
      width: 30.042%; }
      @media (max-width: 980.98px) {
        .reactions .slick-dots li {
          width: 21.449%; } }
      .reactions .slick-dots li.slick-slide01 {
        left: 49.785%;
        top: 78.593%; }
        @media (max-width: 980.98px) {
          .reactions .slick-dots li.slick-slide01 {
            left: 0%;
            top: 48.101%; } }
      .reactions .slick-dots li.slick-slide02 {
        left: 0%;
        top: 56.116%; }
        @media (max-width: 980.98px) {
          .reactions .slick-dots li.slick-slide02 {
            left: 22.318%;
            top: 0%; } }
      .reactions .slick-dots li.slick-slide03 {
        left: 0%;
        top: 22.477%; }
        @media (max-width: 980.98px) {
          .reactions .slick-dots li.slick-slide03 {
            left: 56.231%;
            top: 0%; } }
      .reactions .slick-dots li.slick-slide04 {
        left: 49.785%;
        top: 0%; }
        @media (max-width: 980.98px) {
          .reactions .slick-dots li.slick-slide04 {
            left: 78.550%;
            top: 48.101%; } }
      .reactions .slick-dots li.slick-slide00 {
        left: 40.343%;
        top: 28.746%;
        width: 59.656%; }
        @media (max-width: 980.98px) {
          .reactions .slick-dots li.slick-slide00 {
            left: 28.985%;
            top: 38.396%;
            width: 42.318%; } }

.contact-modal .modal-body {
  padding: 0 !important; }

.contact-modal .modal-content {
  border: none;
  border-radius: 0;
  background: transparent; }

.contact-modal .close {
  float: none;
  height: 28px;
  opacity: 1;
  position: absolute;
  right: calc(28px - 8px);
  top: calc(28px - 8px);
  transition: all 0.25s ease-in-out;
  width: 28px; }
  .contact-modal .close span {
    height: 100%;
    left: 50%;
    overflow: hidden;
    position: absolute;
    text-indent: 100000px;
    top: 0;
    transform: translate(-50%, 0) rotate(46deg);
    width: 100%; }
    .contact-modal .close span::before {
      background-color: #C6C6C6;
      border-radius: 4px;
      content: '';
      height: 100%;
      left: 50%;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%, 0);
      width: 4px; }
    .contact-modal .close span::after {
      background-color: #C6C6C6;
      border-radius: 4px;
      content: '';
      height: 100%;
      left: 50%;
      margin: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: 0;
      transform: translate(-50%, 0) rotate(90deg);
      width: 4px; }

.list-component__grid {
  margin: 0 !important;
  padding: 0 !important; }

.list-component__item {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 56px; }
  @media (max-width: 980.98px) {
    .list-component__item {
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 40px; } }

.list-component__description {
  margin-top: 16px; }
  .list-component__description > *:nth-last-child(2) {
    margin-bottom: 0;
    padding-bottom: 0; }
  .list-component__description p {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px; }
    .list-component__description p:first-of-type, .list-component__description p:last-of-type {
      display: none; }
  .list-component__description ol {
    counter-reset: counter-list;
    padding: 0 0 0 32px; }
    @media (max-width: 980.98px) {
      .list-component__description ol {
        padding-left: 25px !important; } }
    .list-component__description ol li {
      counter-increment: counter-list;
      font-size: 16px;
      font-weight: 500;
      line-height: 24px;
      list-style: none;
      margin-bottom: 12px;
      padding-left: 28px;
      position: relative; }
      .list-component__description ol li:last-child {
        margin-bottom: 0; }
      .list-component__description ol li strong {
        font-weight: bold; }
      .list-component__description ol li::before {
        content: counter(counter-list, lower-alpha) ")";
        font-weight: bold;
        left: 0;
        position: absolute;
        top: 0;
        width: 20px; }
      .list-component__description ol li ol {
        counter-reset: roman-counter;
        margin: 12px 0; }
        .list-component__description ol li ol li {
          counter-increment: roman-counter; }
          .list-component__description ol li ol li::before {
            content: counter(roman-counter, lower-roman) ")"; }

.container-wrapper {
  margin: 0 -15px; }

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

@media (min-width: 576px) {
  .font-sm-bold {
    font-weight: bold !important; }
    .font-sm-bold * {
      font-weight: bold !important; } }

@media (min-width: 768px) {
  .font-md-bold {
    font-weight: bold !important; }
    .font-md-bold * {
      font-weight: bold !important; } }

@media (min-width: 981px) {
  .font-lg-bold {
    font-weight: bold !important; }
    .font-lg-bold * {
      font-weight: bold !important; } }

@media (min-width: 1200px) {
  .font-xl-bold {
    font-weight: bold !important; }
    .font-xl-bold * {
      font-weight: bold !important; } }

@media (min-width: 1680px) {
  .font-xxl-bold {
    font-weight: bold !important; }
    .font-xxl-bold * {
      font-weight: bold !important; } }


/*# sourceMappingURL=style.css.map*/