@import url(https://use.typekit.net/rwo2ucp.css);@charset "UTF-8";

@font-face {
  font-family: "Oraqle Script";
  src: url(/fonts/OraqleScript.ttf?041fcb4195169d02812250611ce482d3) format("truetype"), url(/fonts/OraqleScript.otf?7a4e95d0048a22c940e730a9ba0bfcb3) format("truetype");
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #172340;
  --white: #fff;
  --accent: #f39225;
  --accent-light: #fdeddc;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --breakpoint-xxl: 1650px;
  --font-family-sans-serif: "canada-type-gibson", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "canada-type-gibson", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #172340;
  text-align: left;
  background-color: #fff;
}

@media (max-width: 1200px) {
  body {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          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: 600;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

a:not([href]):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;
}

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

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

@media (max-width: 1200px) {
  h1,
  .h1 {
    font-size: calc(2.375rem + 13.5vw);
  }
}

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

@media (max-width: 1200px) {
  h2,
  .h2 {
    font-size: calc(1.525rem + 3.3vw);
  }
}

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

@media (max-width: 1200px) {
  h3,
  .h3 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

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

@media (max-width: 1200px) {
  h4,
  .h4 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

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

@media (max-width: 1200px) {
  h5,
  .h5 {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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

@media (max-width: 1200px) {
  h6,
  .h6 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

@media (max-width: 1200px) {
  .lead {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}

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

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}

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

@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}

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

@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

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

small,
.small {
  font-size: 1rem;
  font-weight: 500;
}

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  .blockquote {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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

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

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

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

.figure {
  display: inline-block;
}

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

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

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

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1224px;
  }
}

@media (min-width: 1650px) {
  .container {
    max-width: 1350px;
  }
}

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

@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}

@media (min-width: 1024px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 980px;
  }
}

@media (min-width: 1280px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1224px;
  }
}

@media (min-width: 1650px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1350px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1650px) {
  .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.3333333333%;
    max-width: 33.3333333333%;
  }

  .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.6666666667%;
    max-width: 16.6666666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  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 (max-width: 1200px) {
  .form-control {
    font-size: calc(1.275rem + 0.3vw);
  }
}

@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: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

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

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

.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.875rem;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .col-form-label-lg {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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

@media (max-width: 1200px) {
  .col-form-label-sm {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

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

@media (max-width: 1200px) {
  .form-control-plaintext {
    font-size: calc(1.275rem + 0.3vw);
  }
}

.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: 1.3125rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

@media (max-width: 1200px) {
  .form-control-sm {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

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

@media (max-width: 1200px) {
  .form-control-lg {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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: 1rem;
  color: #28a745;
}

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

@media (max-width: 1200px) {
  .valid-tooltip {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.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") #fff 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: 1rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 1.3125rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

@media (max-width: 1200px) {
  .invalid-tooltip {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

.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: #dc3545;
  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='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 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: #dc3545;
  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='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff 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: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 600;
  color: #172340;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1rem 1rem;
  font-size: 1rem;
  line-height: 1.1rem;
  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) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #172340;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

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

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

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

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.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: #fff;
  background-color: #172340;
  border-color: #172340;
}

.btn-dark:hover {
  color: #fff;
  background-color: #0d1424;
  border-color: #0a0e1a;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #0d1424;
  border-color: #0a0e1a;
  box-shadow: 0 0 0 0.2rem rgba(58, 68, 93, 0.5);
}

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

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

.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(58, 68, 93, 0.5);
}

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

.btn-white:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-white:focus,
.btn-white.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

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

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

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

.btn-accent {
  color: #212529;
  background-color: #f39225;
  border-color: #f39225;
}

.btn-accent:hover {
  color: #fff;
  background-color: #e57f0d;
  border-color: #d9780c;
}

.btn-accent:focus,
.btn-accent.focus {
  color: #fff;
  background-color: #e57f0d;
  border-color: #d9780c;
  box-shadow: 0 0 0 0.2rem rgba(212, 130, 38, 0.5);
}

.btn-accent.disabled,
.btn-accent:disabled {
  color: #212529;
  background-color: #f39225;
  border-color: #f39225;
}

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

.btn-accent:not(:disabled):not(.disabled):active:focus,
.btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(212, 130, 38, 0.5);
}

.btn-accent-light {
  color: #212529;
  background-color: #fdeddc;
  border-color: #fdeddc;
}

.btn-accent-light:hover {
  color: #212529;
  background-color: #fbdab8;
  border-color: #fad4ac;
}

.btn-accent-light:focus,
.btn-accent-light.focus {
  color: #212529;
  background-color: #fbdab8;
  border-color: #fad4ac;
  box-shadow: 0 0 0 0.2rem rgba(220, 207, 193, 0.5);
}

.btn-accent-light.disabled,
.btn-accent-light:disabled {
  color: #212529;
  background-color: #fdeddc;
  border-color: #fdeddc;
}

.btn-accent-light:not(:disabled):not(.disabled):active,
.btn-accent-light:not(:disabled):not(.disabled).active,
.show > .btn-accent-light.dropdown-toggle {
  color: #212529;
  background-color: #fad4ac;
  border-color: #facea0;
}

.btn-accent-light:not(:disabled):not(.disabled):active:focus,
.btn-accent-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 207, 193, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

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

.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(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #fff;
  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: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.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: #172340;
  border-color: #172340;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #172340;
  border-color: #172340;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 35, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #172340;
  background-color: transparent;
}

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

.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(23, 35, 64, 0.5);
}

.btn-outline-white {
  color: #fff;
  border-color: #fff;
}

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

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

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

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

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

.btn-outline-accent {
  color: #f39225;
  border-color: #f39225;
}

.btn-outline-accent:hover {
  color: #212529;
  background-color: #f39225;
  border-color: #f39225;
}

.btn-outline-accent:focus,
.btn-outline-accent.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 146, 37, 0.5);
}

.btn-outline-accent.disabled,
.btn-outline-accent:disabled {
  color: #f39225;
  background-color: transparent;
}

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

.btn-outline-accent:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 146, 37, 0.5);
}

.btn-outline-accent-light {
  color: #fdeddc;
  border-color: #fdeddc;
}

.btn-outline-accent-light:hover {
  color: #212529;
  background-color: #fdeddc;
  border-color: #fdeddc;
}

.btn-outline-accent-light:focus,
.btn-outline-accent-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 237, 220, 0.5);
}

.btn-outline-accent-light.disabled,
.btn-outline-accent-light:disabled {
  color: #fdeddc;
  background-color: transparent;
}

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

.btn-outline-accent-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-accent-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(253, 237, 220, 0.5);
}

.btn-link {
  font-weight: 500;
  color: #007bff;
  text-decoration: none;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

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

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

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

@media (max-width: 1200px) {
  .btn-lg,
  .btn-group-lg > .btn {
    font-size: calc(1.3125rem + 0.75vw);
  }
}

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

@media (max-width: 1200px) {
  .btn-sm,
  .btn-group-sm > .btn {
    font-size: calc(1.25625rem + 0.075vw);
  }
}

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

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

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

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.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: #007bff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !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: #dc3545 !important;
}

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !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: #172340 !important;
}

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

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

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

.bg-accent {
  background-color: #f39225 !important;
}

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

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

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

.bg-white {
  background-color: #fff !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: #007bff !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: #dc3545 !important;
}

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

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

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

.border-accent {
  border-color: #f39225 !important;
}

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

.border-white {
  border-color: #fff !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: 1024px) {
  .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: 1280px) {
  .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: 1650px) {
  .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.8571428571%;
}

.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: 1024px) {
  .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: 1280px) {
  .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: 1650px) {
  .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: 1024px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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-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-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-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-n24 {
  margin: -24px !important;
}

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

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

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

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

.m-n32 {
  margin: -32px !important;
}

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

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

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

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

.m-n40 {
  margin: -40px !important;
}

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

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

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

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

.m-n56 {
  margin: -56px !important;
}

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

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

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

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

.m-n64 {
  margin: -64px !important;
}

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

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

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

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

.m-n80 {
  margin: -80px !important;
}

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

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

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

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

.m-n96 {
  margin: -96px !important;
}

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

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

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

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

.m-n120 {
  margin: -120px !important;
}

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

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

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

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

.m-n160 {
  margin: -160px !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-24 {
    margin: 24px !important;
  }

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

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

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

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

  .m-sm-32 {
    margin: 32px !important;
  }

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

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

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

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

  .m-sm-40 {
    margin: 40px !important;
  }

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

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

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

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

  .m-sm-56 {
    margin: 56px !important;
  }

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

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

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

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

  .m-sm-64 {
    margin: 64px !important;
  }

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

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

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

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

  .m-sm-80 {
    margin: 80px !important;
  }

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

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

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

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

  .m-sm-96 {
    margin: 96px !important;
  }

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

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

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

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

  .m-sm-120 {
    margin: 120px !important;
  }

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

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

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

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

  .m-sm-160 {
    margin: 160px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-24 {
    padding: 24px !important;
  }

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

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

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

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

  .p-sm-32 {
    padding: 32px !important;
  }

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

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

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

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

  .p-sm-40 {
    padding: 40px !important;
  }

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

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

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

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

  .p-sm-56 {
    padding: 56px !important;
  }

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

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

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

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

  .p-sm-64 {
    padding: 64px !important;
  }

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

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

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

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

  .p-sm-80 {
    padding: 80px !important;
  }

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

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

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

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

  .p-sm-96 {
    padding: 96px !important;
  }

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

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

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

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

  .p-sm-120 {
    padding: 120px !important;
  }

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

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

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

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

  .p-sm-160 {
    padding: 160px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-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-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-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-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-n24 {
    margin: -24px !important;
  }

  .mt-sm-n24,
  .my-sm-n24 {
    margin-top: -24px !important;
  }

  .mr-sm-n24,
  .mx-sm-n24 {
    margin-right: -24px !important;
  }

  .mb-sm-n24,
  .my-sm-n24 {
    margin-bottom: -24px !important;
  }

  .ml-sm-n24,
  .mx-sm-n24 {
    margin-left: -24px !important;
  }

  .m-sm-n32 {
    margin: -32px !important;
  }

  .mt-sm-n32,
  .my-sm-n32 {
    margin-top: -32px !important;
  }

  .mr-sm-n32,
  .mx-sm-n32 {
    margin-right: -32px !important;
  }

  .mb-sm-n32,
  .my-sm-n32 {
    margin-bottom: -32px !important;
  }

  .ml-sm-n32,
  .mx-sm-n32 {
    margin-left: -32px !important;
  }

  .m-sm-n40 {
    margin: -40px !important;
  }

  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -40px !important;
  }

  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -40px !important;
  }

  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -40px !important;
  }

  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -40px !important;
  }

  .m-sm-n56 {
    margin: -56px !important;
  }

  .mt-sm-n56,
  .my-sm-n56 {
    margin-top: -56px !important;
  }

  .mr-sm-n56,
  .mx-sm-n56 {
    margin-right: -56px !important;
  }

  .mb-sm-n56,
  .my-sm-n56 {
    margin-bottom: -56px !important;
  }

  .ml-sm-n56,
  .mx-sm-n56 {
    margin-left: -56px !important;
  }

  .m-sm-n64 {
    margin: -64px !important;
  }

  .mt-sm-n64,
  .my-sm-n64 {
    margin-top: -64px !important;
  }

  .mr-sm-n64,
  .mx-sm-n64 {
    margin-right: -64px !important;
  }

  .mb-sm-n64,
  .my-sm-n64 {
    margin-bottom: -64px !important;
  }

  .ml-sm-n64,
  .mx-sm-n64 {
    margin-left: -64px !important;
  }

  .m-sm-n80 {
    margin: -80px !important;
  }

  .mt-sm-n80,
  .my-sm-n80 {
    margin-top: -80px !important;
  }

  .mr-sm-n80,
  .mx-sm-n80 {
    margin-right: -80px !important;
  }

  .mb-sm-n80,
  .my-sm-n80 {
    margin-bottom: -80px !important;
  }

  .ml-sm-n80,
  .mx-sm-n80 {
    margin-left: -80px !important;
  }

  .m-sm-n96 {
    margin: -96px !important;
  }

  .mt-sm-n96,
  .my-sm-n96 {
    margin-top: -96px !important;
  }

  .mr-sm-n96,
  .mx-sm-n96 {
    margin-right: -96px !important;
  }

  .mb-sm-n96,
  .my-sm-n96 {
    margin-bottom: -96px !important;
  }

  .ml-sm-n96,
  .mx-sm-n96 {
    margin-left: -96px !important;
  }

  .m-sm-n120 {
    margin: -120px !important;
  }

  .mt-sm-n120,
  .my-sm-n120 {
    margin-top: -120px !important;
  }

  .mr-sm-n120,
  .mx-sm-n120 {
    margin-right: -120px !important;
  }

  .mb-sm-n120,
  .my-sm-n120 {
    margin-bottom: -120px !important;
  }

  .ml-sm-n120,
  .mx-sm-n120 {
    margin-left: -120px !important;
  }

  .m-sm-n160 {
    margin: -160px !important;
  }

  .mt-sm-n160,
  .my-sm-n160 {
    margin-top: -160px !important;
  }

  .mr-sm-n160,
  .mx-sm-n160 {
    margin-right: -160px !important;
  }

  .mb-sm-n160,
  .my-sm-n160 {
    margin-bottom: -160px !important;
  }

  .ml-sm-n160,
  .mx-sm-n160 {
    margin-left: -160px !important;
  }

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

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

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

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

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

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-24 {
    margin: 24px !important;
  }

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

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

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

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

  .m-md-32 {
    margin: 32px !important;
  }

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

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

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

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

  .m-md-40 {
    margin: 40px !important;
  }

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

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

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

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

  .m-md-56 {
    margin: 56px !important;
  }

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

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

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

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

  .m-md-64 {
    margin: 64px !important;
  }

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

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

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

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

  .m-md-80 {
    margin: 80px !important;
  }

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

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

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

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

  .m-md-96 {
    margin: 96px !important;
  }

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

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

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

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

  .m-md-120 {
    margin: 120px !important;
  }

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

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

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

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

  .m-md-160 {
    margin: 160px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-24 {
    padding: 24px !important;
  }

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

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

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

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

  .p-md-32 {
    padding: 32px !important;
  }

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

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

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

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

  .p-md-40 {
    padding: 40px !important;
  }

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

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

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

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

  .p-md-56 {
    padding: 56px !important;
  }

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

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

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

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

  .p-md-64 {
    padding: 64px !important;
  }

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

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

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

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

  .p-md-80 {
    padding: 80px !important;
  }

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

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

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

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

  .p-md-96 {
    padding: 96px !important;
  }

  .pt-md-96,
  .py-md-96 {
    padding-top: 96px !important;
  }

  .pr-md-96,
  .px-md-96 {
    padding-right: 96px !important;
  }

  .pb-md-96,
  .py-md-96 {
    padding-bottom: 96px !important;
  }

  .pl-md-96,
  .px-md-96 {
    padding-left: 96px !important;
  }

  .p-md-120 {
    padding: 120px !important;
  }

  .pt-md-120,
  .py-md-120 {
    padding-top: 120px !important;
  }

  .pr-md-120,
  .px-md-120 {
    padding-right: 120px !important;
  }

  .pb-md-120,
  .py-md-120 {
    padding-bottom: 120px !important;
  }

  .pl-md-120,
  .px-md-120 {
    padding-left: 120px !important;
  }

  .p-md-160 {
    padding: 160px !important;
  }

  .pt-md-160,
  .py-md-160 {
    padding-top: 160px !important;
  }

  .pr-md-160,
  .px-md-160 {
    padding-right: 160px !important;
  }

  .pb-md-160,
  .py-md-160 {
    padding-bottom: 160px !important;
  }

  .pl-md-160,
  .px-md-160 {
    padding-left: 160px !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-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-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-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-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-n24 {
    margin: -24px !important;
  }

  .mt-md-n24,
  .my-md-n24 {
    margin-top: -24px !important;
  }

  .mr-md-n24,
  .mx-md-n24 {
    margin-right: -24px !important;
  }

  .mb-md-n24,
  .my-md-n24 {
    margin-bottom: -24px !important;
  }

  .ml-md-n24,
  .mx-md-n24 {
    margin-left: -24px !important;
  }

  .m-md-n32 {
    margin: -32px !important;
  }

  .mt-md-n32,
  .my-md-n32 {
    margin-top: -32px !important;
  }

  .mr-md-n32,
  .mx-md-n32 {
    margin-right: -32px !important;
  }

  .mb-md-n32,
  .my-md-n32 {
    margin-bottom: -32px !important;
  }

  .ml-md-n32,
  .mx-md-n32 {
    margin-left: -32px !important;
  }

  .m-md-n40 {
    margin: -40px !important;
  }

  .mt-md-n40,
  .my-md-n40 {
    margin-top: -40px !important;
  }

  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -40px !important;
  }

  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -40px !important;
  }

  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -40px !important;
  }

  .m-md-n56 {
    margin: -56px !important;
  }

  .mt-md-n56,
  .my-md-n56 {
    margin-top: -56px !important;
  }

  .mr-md-n56,
  .mx-md-n56 {
    margin-right: -56px !important;
  }

  .mb-md-n56,
  .my-md-n56 {
    margin-bottom: -56px !important;
  }

  .ml-md-n56,
  .mx-md-n56 {
    margin-left: -56px !important;
  }

  .m-md-n64 {
    margin: -64px !important;
  }

  .mt-md-n64,
  .my-md-n64 {
    margin-top: -64px !important;
  }

  .mr-md-n64,
  .mx-md-n64 {
    margin-right: -64px !important;
  }

  .mb-md-n64,
  .my-md-n64 {
    margin-bottom: -64px !important;
  }

  .ml-md-n64,
  .mx-md-n64 {
    margin-left: -64px !important;
  }

  .m-md-n80 {
    margin: -80px !important;
  }

  .mt-md-n80,
  .my-md-n80 {
    margin-top: -80px !important;
  }

  .mr-md-n80,
  .mx-md-n80 {
    margin-right: -80px !important;
  }

  .mb-md-n80,
  .my-md-n80 {
    margin-bottom: -80px !important;
  }

  .ml-md-n80,
  .mx-md-n80 {
    margin-left: -80px !important;
  }

  .m-md-n96 {
    margin: -96px !important;
  }

  .mt-md-n96,
  .my-md-n96 {
    margin-top: -96px !important;
  }

  .mr-md-n96,
  .mx-md-n96 {
    margin-right: -96px !important;
  }

  .mb-md-n96,
  .my-md-n96 {
    margin-bottom: -96px !important;
  }

  .ml-md-n96,
  .mx-md-n96 {
    margin-left: -96px !important;
  }

  .m-md-n120 {
    margin: -120px !important;
  }

  .mt-md-n120,
  .my-md-n120 {
    margin-top: -120px !important;
  }

  .mr-md-n120,
  .mx-md-n120 {
    margin-right: -120px !important;
  }

  .mb-md-n120,
  .my-md-n120 {
    margin-bottom: -120px !important;
  }

  .ml-md-n120,
  .mx-md-n120 {
    margin-left: -120px !important;
  }

  .m-md-n160 {
    margin: -160px !important;
  }

  .mt-md-n160,
  .my-md-n160 {
    margin-top: -160px !important;
  }

  .mr-md-n160,
  .mx-md-n160 {
    margin-right: -160px !important;
  }

  .mb-md-n160,
  .my-md-n160 {
    margin-bottom: -160px !important;
  }

  .ml-md-n160,
  .mx-md-n160 {
    margin-left: -160px !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: 1024px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-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-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-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-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;
  }

  .m-lg-24 {
    margin: 24px !important;
  }

  .mt-lg-24,
  .my-lg-24 {
    margin-top: 24px !important;
  }

  .mr-lg-24,
  .mx-lg-24 {
    margin-right: 24px !important;
  }

  .mb-lg-24,
  .my-lg-24 {
    margin-bottom: 24px !important;
  }

  .ml-lg-24,
  .mx-lg-24 {
    margin-left: 24px !important;
  }

  .m-lg-32 {
    margin: 32px !important;
  }

  .mt-lg-32,
  .my-lg-32 {
    margin-top: 32px !important;
  }

  .mr-lg-32,
  .mx-lg-32 {
    margin-right: 32px !important;
  }

  .mb-lg-32,
  .my-lg-32 {
    margin-bottom: 32px !important;
  }

  .ml-lg-32,
  .mx-lg-32 {
    margin-left: 32px !important;
  }

  .m-lg-40 {
    margin: 40px !important;
  }

  .mt-lg-40,
  .my-lg-40 {
    margin-top: 40px !important;
  }

  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 40px !important;
  }

  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 40px !important;
  }

  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 40px !important;
  }

  .m-lg-56 {
    margin: 56px !important;
  }

  .mt-lg-56,
  .my-lg-56 {
    margin-top: 56px !important;
  }

  .mr-lg-56,
  .mx-lg-56 {
    margin-right: 56px !important;
  }

  .mb-lg-56,
  .my-lg-56 {
    margin-bottom: 56px !important;
  }

  .ml-lg-56,
  .mx-lg-56 {
    margin-left: 56px !important;
  }

  .m-lg-64 {
    margin: 64px !important;
  }

  .mt-lg-64,
  .my-lg-64 {
    margin-top: 64px !important;
  }

  .mr-lg-64,
  .mx-lg-64 {
    margin-right: 64px !important;
  }

  .mb-lg-64,
  .my-lg-64 {
    margin-bottom: 64px !important;
  }

  .ml-lg-64,
  .mx-lg-64 {
    margin-left: 64px !important;
  }

  .m-lg-80 {
    margin: 80px !important;
  }

  .mt-lg-80,
  .my-lg-80 {
    margin-top: 80px !important;
  }

  .mr-lg-80,
  .mx-lg-80 {
    margin-right: 80px !important;
  }

  .mb-lg-80,
  .my-lg-80 {
    margin-bottom: 80px !important;
  }

  .ml-lg-80,
  .mx-lg-80 {
    margin-left: 80px !important;
  }

  .m-lg-96 {
    margin: 96px !important;
  }

  .mt-lg-96,
  .my-lg-96 {
    margin-top: 96px !important;
  }

  .mr-lg-96,
  .mx-lg-96 {
    margin-right: 96px !important;
  }

  .mb-lg-96,
  .my-lg-96 {
    margin-bottom: 96px !important;
  }

  .ml-lg-96,
  .mx-lg-96 {
    margin-left: 96px !important;
  }

  .m-lg-120 {
    margin: 120px !important;
  }

  .mt-lg-120,
  .my-lg-120 {
    margin-top: 120px !important;
  }

  .mr-lg-120,
  .mx-lg-120 {
    margin-right: 120px !important;
  }

  .mb-lg-120,
  .my-lg-120 {
    margin-bottom: 120px !important;
  }

  .ml-lg-120,
  .mx-lg-120 {
    margin-left: 120px !important;
  }

  .m-lg-160 {
    margin: 160px !important;
  }

  .mt-lg-160,
  .my-lg-160 {
    margin-top: 160px !important;
  }

  .mr-lg-160,
  .mx-lg-160 {
    margin-right: 160px !important;
  }

  .mb-lg-160,
  .my-lg-160 {
    margin-bottom: 160px !important;
  }

  .ml-lg-160,
  .mx-lg-160 {
    margin-left: 160px !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-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-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-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-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;
  }

  .p-lg-24 {
    padding: 24px !important;
  }

  .pt-lg-24,
  .py-lg-24 {
    padding-top: 24px !important;
  }

  .pr-lg-24,
  .px-lg-24 {
    padding-right: 24px !important;
  }

  .pb-lg-24,
  .py-lg-24 {
    padding-bottom: 24px !important;
  }

  .pl-lg-24,
  .px-lg-24 {
    padding-left: 24px !important;
  }

  .p-lg-32 {
    padding: 32px !important;
  }

  .pt-lg-32,
  .py-lg-32 {
    padding-top: 32px !important;
  }

  .pr-lg-32,
  .px-lg-32 {
    padding-right: 32px !important;
  }

  .pb-lg-32,
  .py-lg-32 {
    padding-bottom: 32px !important;
  }

  .pl-lg-32,
  .px-lg-32 {
    padding-left: 32px !important;
  }

  .p-lg-40 {
    padding: 40px !important;
  }

  .pt-lg-40,
  .py-lg-40 {
    padding-top: 40px !important;
  }

  .pr-lg-40,
  .px-lg-40 {
    padding-right: 40px !important;
  }

  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 40px !important;
  }

  .pl-lg-40,
  .px-lg-40 {
    padding-left: 40px !important;
  }

  .p-lg-56 {
    padding: 56px !important;
  }

  .pt-lg-56,
  .py-lg-56 {
    padding-top: 56px !important;
  }

  .pr-lg-56,
  .px-lg-56 {
    padding-right: 56px !important;
  }

  .pb-lg-56,
  .py-lg-56 {
    padding-bottom: 56px !important;
  }

  .pl-lg-56,
  .px-lg-56 {
    padding-left: 56px !important;
  }

  .p-lg-64 {
    padding: 64px !important;
  }

  .pt-lg-64,
  .py-lg-64 {
    padding-top: 64px !important;
  }

  .pr-lg-64,
  .px-lg-64 {
    padding-right: 64px !important;
  }

  .pb-lg-64,
  .py-lg-64 {
    padding-bottom: 64px !important;
  }

  .pl-lg-64,
  .px-lg-64 {
    padding-left: 64px !important;
  }

  .p-lg-80 {
    padding: 80px !important;
  }

  .pt-lg-80,
  .py-lg-80 {
    padding-top: 80px !important;
  }

  .pr-lg-80,
  .px-lg-80 {
    padding-right: 80px !important;
  }

  .pb-lg-80,
  .py-lg-80 {
    padding-bottom: 80px !important;
  }

  .pl-lg-80,
  .px-lg-80 {
    padding-left: 80px !important;
  }

  .p-lg-96 {
    padding: 96px !important;
  }

  .pt-lg-96,
  .py-lg-96 {
    padding-top: 96px !important;
  }

  .pr-lg-96,
  .px-lg-96 {
    padding-right: 96px !important;
  }

  .pb-lg-96,
  .py-lg-96 {
    padding-bottom: 96px !important;
  }

  .pl-lg-96,
  .px-lg-96 {
    padding-left: 96px !important;
  }

  .p-lg-120 {
    padding: 120px !important;
  }

  .pt-lg-120,
  .py-lg-120 {
    padding-top: 120px !important;
  }

  .pr-lg-120,
  .px-lg-120 {
    padding-right: 120px !important;
  }

  .pb-lg-120,
  .py-lg-120 {
    padding-bottom: 120px !important;
  }

  .pl-lg-120,
  .px-lg-120 {
    padding-left: 120px !important;
  }

  .p-lg-160 {
    padding: 160px !important;
  }

  .pt-lg-160,
  .py-lg-160 {
    padding-top: 160px !important;
  }

  .pr-lg-160,
  .px-lg-160 {
    padding-right: 160px !important;
  }

  .pb-lg-160,
  .py-lg-160 {
    padding-bottom: 160px !important;
  }

  .pl-lg-160,
  .px-lg-160 {
    padding-left: 160px !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-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-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-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-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-n24 {
    margin: -24px !important;
  }

  .mt-lg-n24,
  .my-lg-n24 {
    margin-top: -24px !important;
  }

  .mr-lg-n24,
  .mx-lg-n24 {
    margin-right: -24px !important;
  }

  .mb-lg-n24,
  .my-lg-n24 {
    margin-bottom: -24px !important;
  }

  .ml-lg-n24,
  .mx-lg-n24 {
    margin-left: -24px !important;
  }

  .m-lg-n32 {
    margin: -32px !important;
  }

  .mt-lg-n32,
  .my-lg-n32 {
    margin-top: -32px !important;
  }

  .mr-lg-n32,
  .mx-lg-n32 {
    margin-right: -32px !important;
  }

  .mb-lg-n32,
  .my-lg-n32 {
    margin-bottom: -32px !important;
  }

  .ml-lg-n32,
  .mx-lg-n32 {
    margin-left: -32px !important;
  }

  .m-lg-n40 {
    margin: -40px !important;
  }

  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -40px !important;
  }

  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -40px !important;
  }

  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -40px !important;
  }

  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -40px !important;
  }

  .m-lg-n56 {
    margin: -56px !important;
  }

  .mt-lg-n56,
  .my-lg-n56 {
    margin-top: -56px !important;
  }

  .mr-lg-n56,
  .mx-lg-n56 {
    margin-right: -56px !important;
  }

  .mb-lg-n56,
  .my-lg-n56 {
    margin-bottom: -56px !important;
  }

  .ml-lg-n56,
  .mx-lg-n56 {
    margin-left: -56px !important;
  }

  .m-lg-n64 {
    margin: -64px !important;
  }

  .mt-lg-n64,
  .my-lg-n64 {
    margin-top: -64px !important;
  }

  .mr-lg-n64,
  .mx-lg-n64 {
    margin-right: -64px !important;
  }

  .mb-lg-n64,
  .my-lg-n64 {
    margin-bottom: -64px !important;
  }

  .ml-lg-n64,
  .mx-lg-n64 {
    margin-left: -64px !important;
  }

  .m-lg-n80 {
    margin: -80px !important;
  }

  .mt-lg-n80,
  .my-lg-n80 {
    margin-top: -80px !important;
  }

  .mr-lg-n80,
  .mx-lg-n80 {
    margin-right: -80px !important;
  }

  .mb-lg-n80,
  .my-lg-n80 {
    margin-bottom: -80px !important;
  }

  .ml-lg-n80,
  .mx-lg-n80 {
    margin-left: -80px !important;
  }

  .m-lg-n96 {
    margin: -96px !important;
  }

  .mt-lg-n96,
  .my-lg-n96 {
    margin-top: -96px !important;
  }

  .mr-lg-n96,
  .mx-lg-n96 {
    margin-right: -96px !important;
  }

  .mb-lg-n96,
  .my-lg-n96 {
    margin-bottom: -96px !important;
  }

  .ml-lg-n96,
  .mx-lg-n96 {
    margin-left: -96px !important;
  }

  .m-lg-n120 {
    margin: -120px !important;
  }

  .mt-lg-n120,
  .my-lg-n120 {
    margin-top: -120px !important;
  }

  .mr-lg-n120,
  .mx-lg-n120 {
    margin-right: -120px !important;
  }

  .mb-lg-n120,
  .my-lg-n120 {
    margin-bottom: -120px !important;
  }

  .ml-lg-n120,
  .mx-lg-n120 {
    margin-left: -120px !important;
  }

  .m-lg-n160 {
    margin: -160px !important;
  }

  .mt-lg-n160,
  .my-lg-n160 {
    margin-top: -160px !important;
  }

  .mr-lg-n160,
  .mx-lg-n160 {
    margin-right: -160px !important;
  }

  .mb-lg-n160,
  .my-lg-n160 {
    margin-bottom: -160px !important;
  }

  .ml-lg-n160,
  .mx-lg-n160 {
    margin-left: -160px !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: 1280px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-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-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-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-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;
  }

  .m-xl-24 {
    margin: 24px !important;
  }

  .mt-xl-24,
  .my-xl-24 {
    margin-top: 24px !important;
  }

  .mr-xl-24,
  .mx-xl-24 {
    margin-right: 24px !important;
  }

  .mb-xl-24,
  .my-xl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xl-24,
  .mx-xl-24 {
    margin-left: 24px !important;
  }

  .m-xl-32 {
    margin: 32px !important;
  }

  .mt-xl-32,
  .my-xl-32 {
    margin-top: 32px !important;
  }

  .mr-xl-32,
  .mx-xl-32 {
    margin-right: 32px !important;
  }

  .mb-xl-32,
  .my-xl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xl-32,
  .mx-xl-32 {
    margin-left: 32px !important;
  }

  .m-xl-40 {
    margin: 40px !important;
  }

  .mt-xl-40,
  .my-xl-40 {
    margin-top: 40px !important;
  }

  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 40px !important;
  }

  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 40px !important;
  }

  .m-xl-56 {
    margin: 56px !important;
  }

  .mt-xl-56,
  .my-xl-56 {
    margin-top: 56px !important;
  }

  .mr-xl-56,
  .mx-xl-56 {
    margin-right: 56px !important;
  }

  .mb-xl-56,
  .my-xl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xl-56,
  .mx-xl-56 {
    margin-left: 56px !important;
  }

  .m-xl-64 {
    margin: 64px !important;
  }

  .mt-xl-64,
  .my-xl-64 {
    margin-top: 64px !important;
  }

  .mr-xl-64,
  .mx-xl-64 {
    margin-right: 64px !important;
  }

  .mb-xl-64,
  .my-xl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xl-64,
  .mx-xl-64 {
    margin-left: 64px !important;
  }

  .m-xl-80 {
    margin: 80px !important;
  }

  .mt-xl-80,
  .my-xl-80 {
    margin-top: 80px !important;
  }

  .mr-xl-80,
  .mx-xl-80 {
    margin-right: 80px !important;
  }

  .mb-xl-80,
  .my-xl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xl-80,
  .mx-xl-80 {
    margin-left: 80px !important;
  }

  .m-xl-96 {
    margin: 96px !important;
  }

  .mt-xl-96,
  .my-xl-96 {
    margin-top: 96px !important;
  }

  .mr-xl-96,
  .mx-xl-96 {
    margin-right: 96px !important;
  }

  .mb-xl-96,
  .my-xl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xl-96,
  .mx-xl-96 {
    margin-left: 96px !important;
  }

  .m-xl-120 {
    margin: 120px !important;
  }

  .mt-xl-120,
  .my-xl-120 {
    margin-top: 120px !important;
  }

  .mr-xl-120,
  .mx-xl-120 {
    margin-right: 120px !important;
  }

  .mb-xl-120,
  .my-xl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xl-120,
  .mx-xl-120 {
    margin-left: 120px !important;
  }

  .m-xl-160 {
    margin: 160px !important;
  }

  .mt-xl-160,
  .my-xl-160 {
    margin-top: 160px !important;
  }

  .mr-xl-160,
  .mx-xl-160 {
    margin-right: 160px !important;
  }

  .mb-xl-160,
  .my-xl-160 {
    margin-bottom: 160px !important;
  }

  .ml-xl-160,
  .mx-xl-160 {
    margin-left: 160px !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-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-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-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-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;
  }

  .p-xl-24 {
    padding: 24px !important;
  }

  .pt-xl-24,
  .py-xl-24 {
    padding-top: 24px !important;
  }

  .pr-xl-24,
  .px-xl-24 {
    padding-right: 24px !important;
  }

  .pb-xl-24,
  .py-xl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xl-24,
  .px-xl-24 {
    padding-left: 24px !important;
  }

  .p-xl-32 {
    padding: 32px !important;
  }

  .pt-xl-32,
  .py-xl-32 {
    padding-top: 32px !important;
  }

  .pr-xl-32,
  .px-xl-32 {
    padding-right: 32px !important;
  }

  .pb-xl-32,
  .py-xl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xl-32,
  .px-xl-32 {
    padding-left: 32px !important;
  }

  .p-xl-40 {
    padding: 40px !important;
  }

  .pt-xl-40,
  .py-xl-40 {
    padding-top: 40px !important;
  }

  .pr-xl-40,
  .px-xl-40 {
    padding-right: 40px !important;
  }

  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xl-40,
  .px-xl-40 {
    padding-left: 40px !important;
  }

  .p-xl-56 {
    padding: 56px !important;
  }

  .pt-xl-56,
  .py-xl-56 {
    padding-top: 56px !important;
  }

  .pr-xl-56,
  .px-xl-56 {
    padding-right: 56px !important;
  }

  .pb-xl-56,
  .py-xl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xl-56,
  .px-xl-56 {
    padding-left: 56px !important;
  }

  .p-xl-64 {
    padding: 64px !important;
  }

  .pt-xl-64,
  .py-xl-64 {
    padding-top: 64px !important;
  }

  .pr-xl-64,
  .px-xl-64 {
    padding-right: 64px !important;
  }

  .pb-xl-64,
  .py-xl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xl-64,
  .px-xl-64 {
    padding-left: 64px !important;
  }

  .p-xl-80 {
    padding: 80px !important;
  }

  .pt-xl-80,
  .py-xl-80 {
    padding-top: 80px !important;
  }

  .pr-xl-80,
  .px-xl-80 {
    padding-right: 80px !important;
  }

  .pb-xl-80,
  .py-xl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xl-80,
  .px-xl-80 {
    padding-left: 80px !important;
  }

  .p-xl-96 {
    padding: 96px !important;
  }

  .pt-xl-96,
  .py-xl-96 {
    padding-top: 96px !important;
  }

  .pr-xl-96,
  .px-xl-96 {
    padding-right: 96px !important;
  }

  .pb-xl-96,
  .py-xl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xl-96,
  .px-xl-96 {
    padding-left: 96px !important;
  }

  .p-xl-120 {
    padding: 120px !important;
  }

  .pt-xl-120,
  .py-xl-120 {
    padding-top: 120px !important;
  }

  .pr-xl-120,
  .px-xl-120 {
    padding-right: 120px !important;
  }

  .pb-xl-120,
  .py-xl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xl-120,
  .px-xl-120 {
    padding-left: 120px !important;
  }

  .p-xl-160 {
    padding: 160px !important;
  }

  .pt-xl-160,
  .py-xl-160 {
    padding-top: 160px !important;
  }

  .pr-xl-160,
  .px-xl-160 {
    padding-right: 160px !important;
  }

  .pb-xl-160,
  .py-xl-160 {
    padding-bottom: 160px !important;
  }

  .pl-xl-160,
  .px-xl-160 {
    padding-left: 160px !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-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-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-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-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-n24 {
    margin: -24px !important;
  }

  .mt-xl-n24,
  .my-xl-n24 {
    margin-top: -24px !important;
  }

  .mr-xl-n24,
  .mx-xl-n24 {
    margin-right: -24px !important;
  }

  .mb-xl-n24,
  .my-xl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xl-n24,
  .mx-xl-n24 {
    margin-left: -24px !important;
  }

  .m-xl-n32 {
    margin: -32px !important;
  }

  .mt-xl-n32,
  .my-xl-n32 {
    margin-top: -32px !important;
  }

  .mr-xl-n32,
  .mx-xl-n32 {
    margin-right: -32px !important;
  }

  .mb-xl-n32,
  .my-xl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xl-n32,
  .mx-xl-n32 {
    margin-left: -32px !important;
  }

  .m-xl-n40 {
    margin: -40px !important;
  }

  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -40px !important;
  }

  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -40px !important;
  }

  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -40px !important;
  }

  .m-xl-n56 {
    margin: -56px !important;
  }

  .mt-xl-n56,
  .my-xl-n56 {
    margin-top: -56px !important;
  }

  .mr-xl-n56,
  .mx-xl-n56 {
    margin-right: -56px !important;
  }

  .mb-xl-n56,
  .my-xl-n56 {
    margin-bottom: -56px !important;
  }

  .ml-xl-n56,
  .mx-xl-n56 {
    margin-left: -56px !important;
  }

  .m-xl-n64 {
    margin: -64px !important;
  }

  .mt-xl-n64,
  .my-xl-n64 {
    margin-top: -64px !important;
  }

  .mr-xl-n64,
  .mx-xl-n64 {
    margin-right: -64px !important;
  }

  .mb-xl-n64,
  .my-xl-n64 {
    margin-bottom: -64px !important;
  }

  .ml-xl-n64,
  .mx-xl-n64 {
    margin-left: -64px !important;
  }

  .m-xl-n80 {
    margin: -80px !important;
  }

  .mt-xl-n80,
  .my-xl-n80 {
    margin-top: -80px !important;
  }

  .mr-xl-n80,
  .mx-xl-n80 {
    margin-right: -80px !important;
  }

  .mb-xl-n80,
  .my-xl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xl-n80,
  .mx-xl-n80 {
    margin-left: -80px !important;
  }

  .m-xl-n96 {
    margin: -96px !important;
  }

  .mt-xl-n96,
  .my-xl-n96 {
    margin-top: -96px !important;
  }

  .mr-xl-n96,
  .mx-xl-n96 {
    margin-right: -96px !important;
  }

  .mb-xl-n96,
  .my-xl-n96 {
    margin-bottom: -96px !important;
  }

  .ml-xl-n96,
  .mx-xl-n96 {
    margin-left: -96px !important;
  }

  .m-xl-n120 {
    margin: -120px !important;
  }

  .mt-xl-n120,
  .my-xl-n120 {
    margin-top: -120px !important;
  }

  .mr-xl-n120,
  .mx-xl-n120 {
    margin-right: -120px !important;
  }

  .mb-xl-n120,
  .my-xl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xl-n120,
  .mx-xl-n120 {
    margin-left: -120px !important;
  }

  .m-xl-n160 {
    margin: -160px !important;
  }

  .mt-xl-n160,
  .my-xl-n160 {
    margin-top: -160px !important;
  }

  .mr-xl-n160,
  .mx-xl-n160 {
    margin-right: -160px !important;
  }

  .mb-xl-n160,
  .my-xl-n160 {
    margin-bottom: -160px !important;
  }

  .ml-xl-n160,
  .mx-xl-n160 {
    margin-left: -160px !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: 1650px) {
  .m-xxl-0 {
    margin: 0 !important;
  }

  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }

  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }

  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }

  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }

  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }

  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }

  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !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-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-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-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;
  }

  .m-xxl-24 {
    margin: 24px !important;
  }

  .mt-xxl-24,
  .my-xxl-24 {
    margin-top: 24px !important;
  }

  .mr-xxl-24,
  .mx-xxl-24 {
    margin-right: 24px !important;
  }

  .mb-xxl-24,
  .my-xxl-24 {
    margin-bottom: 24px !important;
  }

  .ml-xxl-24,
  .mx-xxl-24 {
    margin-left: 24px !important;
  }

  .m-xxl-32 {
    margin: 32px !important;
  }

  .mt-xxl-32,
  .my-xxl-32 {
    margin-top: 32px !important;
  }

  .mr-xxl-32,
  .mx-xxl-32 {
    margin-right: 32px !important;
  }

  .mb-xxl-32,
  .my-xxl-32 {
    margin-bottom: 32px !important;
  }

  .ml-xxl-32,
  .mx-xxl-32 {
    margin-left: 32px !important;
  }

  .m-xxl-40 {
    margin: 40px !important;
  }

  .mt-xxl-40,
  .my-xxl-40 {
    margin-top: 40px !important;
  }

  .mr-xxl-40,
  .mx-xxl-40 {
    margin-right: 40px !important;
  }

  .mb-xxl-40,
  .my-xxl-40 {
    margin-bottom: 40px !important;
  }

  .ml-xxl-40,
  .mx-xxl-40 {
    margin-left: 40px !important;
  }

  .m-xxl-56 {
    margin: 56px !important;
  }

  .mt-xxl-56,
  .my-xxl-56 {
    margin-top: 56px !important;
  }

  .mr-xxl-56,
  .mx-xxl-56 {
    margin-right: 56px !important;
  }

  .mb-xxl-56,
  .my-xxl-56 {
    margin-bottom: 56px !important;
  }

  .ml-xxl-56,
  .mx-xxl-56 {
    margin-left: 56px !important;
  }

  .m-xxl-64 {
    margin: 64px !important;
  }

  .mt-xxl-64,
  .my-xxl-64 {
    margin-top: 64px !important;
  }

  .mr-xxl-64,
  .mx-xxl-64 {
    margin-right: 64px !important;
  }

  .mb-xxl-64,
  .my-xxl-64 {
    margin-bottom: 64px !important;
  }

  .ml-xxl-64,
  .mx-xxl-64 {
    margin-left: 64px !important;
  }

  .m-xxl-80 {
    margin: 80px !important;
  }

  .mt-xxl-80,
  .my-xxl-80 {
    margin-top: 80px !important;
  }

  .mr-xxl-80,
  .mx-xxl-80 {
    margin-right: 80px !important;
  }

  .mb-xxl-80,
  .my-xxl-80 {
    margin-bottom: 80px !important;
  }

  .ml-xxl-80,
  .mx-xxl-80 {
    margin-left: 80px !important;
  }

  .m-xxl-96 {
    margin: 96px !important;
  }

  .mt-xxl-96,
  .my-xxl-96 {
    margin-top: 96px !important;
  }

  .mr-xxl-96,
  .mx-xxl-96 {
    margin-right: 96px !important;
  }

  .mb-xxl-96,
  .my-xxl-96 {
    margin-bottom: 96px !important;
  }

  .ml-xxl-96,
  .mx-xxl-96 {
    margin-left: 96px !important;
  }

  .m-xxl-120 {
    margin: 120px !important;
  }

  .mt-xxl-120,
  .my-xxl-120 {
    margin-top: 120px !important;
  }

  .mr-xxl-120,
  .mx-xxl-120 {
    margin-right: 120px !important;
  }

  .mb-xxl-120,
  .my-xxl-120 {
    margin-bottom: 120px !important;
  }

  .ml-xxl-120,
  .mx-xxl-120 {
    margin-left: 120px !important;
  }

  .m-xxl-160 {
    margin: 160px !important;
  }

  .mt-xxl-160,
  .my-xxl-160 {
    margin-top: 160px !important;
  }

  .mr-xxl-160,
  .mx-xxl-160 {
    margin-right: 160px !important;
  }

  .mb-xxl-160,
  .my-xxl-160 {
    margin-bottom: 160px !important;
  }

  .ml-xxl-160,
  .mx-xxl-160 {
    margin-left: 160px !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }

  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }

  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }

  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }

  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }

  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !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-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-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-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;
  }

  .p-xxl-24 {
    padding: 24px !important;
  }

  .pt-xxl-24,
  .py-xxl-24 {
    padding-top: 24px !important;
  }

  .pr-xxl-24,
  .px-xxl-24 {
    padding-right: 24px !important;
  }

  .pb-xxl-24,
  .py-xxl-24 {
    padding-bottom: 24px !important;
  }

  .pl-xxl-24,
  .px-xxl-24 {
    padding-left: 24px !important;
  }

  .p-xxl-32 {
    padding: 32px !important;
  }

  .pt-xxl-32,
  .py-xxl-32 {
    padding-top: 32px !important;
  }

  .pr-xxl-32,
  .px-xxl-32 {
    padding-right: 32px !important;
  }

  .pb-xxl-32,
  .py-xxl-32 {
    padding-bottom: 32px !important;
  }

  .pl-xxl-32,
  .px-xxl-32 {
    padding-left: 32px !important;
  }

  .p-xxl-40 {
    padding: 40px !important;
  }

  .pt-xxl-40,
  .py-xxl-40 {
    padding-top: 40px !important;
  }

  .pr-xxl-40,
  .px-xxl-40 {
    padding-right: 40px !important;
  }

  .pb-xxl-40,
  .py-xxl-40 {
    padding-bottom: 40px !important;
  }

  .pl-xxl-40,
  .px-xxl-40 {
    padding-left: 40px !important;
  }

  .p-xxl-56 {
    padding: 56px !important;
  }

  .pt-xxl-56,
  .py-xxl-56 {
    padding-top: 56px !important;
  }

  .pr-xxl-56,
  .px-xxl-56 {
    padding-right: 56px !important;
  }

  .pb-xxl-56,
  .py-xxl-56 {
    padding-bottom: 56px !important;
  }

  .pl-xxl-56,
  .px-xxl-56 {
    padding-left: 56px !important;
  }

  .p-xxl-64 {
    padding: 64px !important;
  }

  .pt-xxl-64,
  .py-xxl-64 {
    padding-top: 64px !important;
  }

  .pr-xxl-64,
  .px-xxl-64 {
    padding-right: 64px !important;
  }

  .pb-xxl-64,
  .py-xxl-64 {
    padding-bottom: 64px !important;
  }

  .pl-xxl-64,
  .px-xxl-64 {
    padding-left: 64px !important;
  }

  .p-xxl-80 {
    padding: 80px !important;
  }

  .pt-xxl-80,
  .py-xxl-80 {
    padding-top: 80px !important;
  }

  .pr-xxl-80,
  .px-xxl-80 {
    padding-right: 80px !important;
  }

  .pb-xxl-80,
  .py-xxl-80 {
    padding-bottom: 80px !important;
  }

  .pl-xxl-80,
  .px-xxl-80 {
    padding-left: 80px !important;
  }

  .p-xxl-96 {
    padding: 96px !important;
  }

  .pt-xxl-96,
  .py-xxl-96 {
    padding-top: 96px !important;
  }

  .pr-xxl-96,
  .px-xxl-96 {
    padding-right: 96px !important;
  }

  .pb-xxl-96,
  .py-xxl-96 {
    padding-bottom: 96px !important;
  }

  .pl-xxl-96,
  .px-xxl-96 {
    padding-left: 96px !important;
  }

  .p-xxl-120 {
    padding: 120px !important;
  }

  .pt-xxl-120,
  .py-xxl-120 {
    padding-top: 120px !important;
  }

  .pr-xxl-120,
  .px-xxl-120 {
    padding-right: 120px !important;
  }

  .pb-xxl-120,
  .py-xxl-120 {
    padding-bottom: 120px !important;
  }

  .pl-xxl-120,
  .px-xxl-120 {
    padding-left: 120px !important;
  }

  .p-xxl-160 {
    padding: 160px !important;
  }

  .pt-xxl-160,
  .py-xxl-160 {
    padding-top: 160px !important;
  }

  .pr-xxl-160,
  .px-xxl-160 {
    padding-right: 160px !important;
  }

  .pb-xxl-160,
  .py-xxl-160 {
    padding-bottom: 160px !important;
  }

  .pl-xxl-160,
  .px-xxl-160 {
    padding-left: 160px !important;
  }

  .m-xxl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xxl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xxl-n3 {
    margin: -1rem !important;
  }

  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }

  .m-xxl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xxl-n5 {
    margin: -3rem !important;
  }

  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !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-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-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-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-n24 {
    margin: -24px !important;
  }

  .mt-xxl-n24,
  .my-xxl-n24 {
    margin-top: -24px !important;
  }

  .mr-xxl-n24,
  .mx-xxl-n24 {
    margin-right: -24px !important;
  }

  .mb-xxl-n24,
  .my-xxl-n24 {
    margin-bottom: -24px !important;
  }

  .ml-xxl-n24,
  .mx-xxl-n24 {
    margin-left: -24px !important;
  }

  .m-xxl-n32 {
    margin: -32px !important;
  }

  .mt-xxl-n32,
  .my-xxl-n32 {
    margin-top: -32px !important;
  }

  .mr-xxl-n32,
  .mx-xxl-n32 {
    margin-right: -32px !important;
  }

  .mb-xxl-n32,
  .my-xxl-n32 {
    margin-bottom: -32px !important;
  }

  .ml-xxl-n32,
  .mx-xxl-n32 {
    margin-left: -32px !important;
  }

  .m-xxl-n40 {
    margin: -40px !important;
  }

  .mt-xxl-n40,
  .my-xxl-n40 {
    margin-top: -40px !important;
  }

  .mr-xxl-n40,
  .mx-xxl-n40 {
    margin-right: -40px !important;
  }

  .mb-xxl-n40,
  .my-xxl-n40 {
    margin-bottom: -40px !important;
  }

  .ml-xxl-n40,
  .mx-xxl-n40 {
    margin-left: -40px !important;
  }

  .m-xxl-n56 {
    margin: -56px !important;
  }

  .mt-xxl-n56,
  .my-xxl-n56 {
    margin-top: -56px !important;
  }

  .mr-xxl-n56,
  .mx-xxl-n56 {
    margin-right: -56px !important;
  }

  .mb-xxl-n56,
  .my-xxl-n56 {
    margin-bottom: -56px !important;
  }

  .ml-xxl-n56,
  .mx-xxl-n56 {
    margin-left: -56px !important;
  }

  .m-xxl-n64 {
    margin: -64px !important;
  }

  .mt-xxl-n64,
  .my-xxl-n64 {
    margin-top: -64px !important;
  }

  .mr-xxl-n64,
  .mx-xxl-n64 {
    margin-right: -64px !important;
  }

  .mb-xxl-n64,
  .my-xxl-n64 {
    margin-bottom: -64px !important;
  }

  .ml-xxl-n64,
  .mx-xxl-n64 {
    margin-left: -64px !important;
  }

  .m-xxl-n80 {
    margin: -80px !important;
  }

  .mt-xxl-n80,
  .my-xxl-n80 {
    margin-top: -80px !important;
  }

  .mr-xxl-n80,
  .mx-xxl-n80 {
    margin-right: -80px !important;
  }

  .mb-xxl-n80,
  .my-xxl-n80 {
    margin-bottom: -80px !important;
  }

  .ml-xxl-n80,
  .mx-xxl-n80 {
    margin-left: -80px !important;
  }

  .m-xxl-n96 {
    margin: -96px !important;
  }

  .mt-xxl-n96,
  .my-xxl-n96 {
    margin-top: -96px !important;
  }

  .mr-xxl-n96,
  .mx-xxl-n96 {
    margin-right: -96px !important;
  }

  .mb-xxl-n96,
  .my-xxl-n96 {
    margin-bottom: -96px !important;
  }

  .ml-xxl-n96,
  .mx-xxl-n96 {
    margin-left: -96px !important;
  }

  .m-xxl-n120 {
    margin: -120px !important;
  }

  .mt-xxl-n120,
  .my-xxl-n120 {
    margin-top: -120px !important;
  }

  .mr-xxl-n120,
  .mx-xxl-n120 {
    margin-right: -120px !important;
  }

  .mb-xxl-n120,
  .my-xxl-n120 {
    margin-bottom: -120px !important;
  }

  .ml-xxl-n120,
  .mx-xxl-n120 {
    margin-left: -120px !important;
  }

  .m-xxl-n160 {
    margin: -160px !important;
  }

  .mt-xxl-n160,
  .my-xxl-n160 {
    margin-top: -160px !important;
  }

  .mr-xxl-n160,
  .mx-xxl-n160 {
    margin-right: -160px !important;
  }

  .mb-xxl-n160,
  .my-xxl-n160 {
    margin-bottom: -160px !important;
  }

  .ml-xxl-n160,
  .mx-xxl-n160 {
    margin-left: -160px !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;
  }
}

.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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1650px) {
  .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: 200 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 500 !important;
}

.font-weight-bold {
  font-weight: 600 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0056b3 !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: #dc3545 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #172340 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #030408 !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover,
a.text-white:focus {
  color: #d9d9d9 !important;
}

.text-accent {
  color: #f39225 !important;
}

a.text-accent:hover,
a.text-accent:focus {
  color: #c16b0b !important;
}

.text-accent-light {
  color: #fdeddc !important;
}

a.text-accent-light:hover,
a.text-accent-light:focus {
  color: #f9c894 !important;
}

.text-body {
  color: #172340 !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;
}

.tns-outer {
  padding: 0 !important;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}

.tns-t-ct {
  width: 2333.3333333333%;
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}

.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}

.tns-t-ct > div {
  width: 1.4285714286%;
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: Avenir, "Avenir Next", "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-variant-numeric: tabular-nums;
  font-weight: 500;
  height: 100%;
  line-height: 1.7;
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5764;
  border-radius: 2px;
  color: #fff;
  font-size: 9px;
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in 0.3s ease;
          animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 14px;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions .plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__captions .plyr__caption div {
  display: inline;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 16px;
    padding: 20px;
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: 3px;
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  pointer-events: none;
  width: 18px;
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after,
a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup 0.2s ease;
          animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 16px;
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  content: "";
  height: 0;
  position: absolute;
  right: 15px;
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5764;
  display: flex;
  font-size: 14px;
  padding: 4px 11px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: rgba(74, 87, 100, 0.8);
  right: 5px;
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 500;
  margin: 7px;
  margin-bottom: 3px;
  padding-left: 28px;
  position: relative;
  width: calc(100% - 14px);
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: rgba(74, 87, 100, 0.8);
  left: 7px;
}

.plyr__menu__container .plyr__control--back::before {
  background: rgba(114, 133, 151, 0.2);
  box-shadow: 0 1px 0 #fff;
  content: "";
  height: 1px;
  left: 0;
  margin-top: 4px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after,
.plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before,
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(0, 0, 0, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  overflow: hidden;
  padding-left: 25px;
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 26px;
  color: #00b3ff;
  display: block;
  height: 19px;
  margin: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  -webkit-appearance: none;
  /* stylelint-disable-line */
  margin-top: -4px;
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  height: 5px;
}

.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: 2.5px;
  height: 5px;
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -ms-user-select: none;
      user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2);
  height: 13px;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  box-shadow: 0 0 0 5px rgba(0, 179, 255, 0.5);
  outline: 0;
}

.plyr__poster {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 14px;
}

.plyr__time + .plyr__time::before {
  content: "\2044";
  margin-right: 10px;
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  color: #4a5764;
  font-size: 14px;
  font-weight: 500;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  opacity: 0;
  padding: 5px 7.5px;
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  margin-right: 13px;
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-right: -6.5px;
  width: calc(100% + 13px);
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 14px;
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: 5px;
  left: 0;
  margin-top: -2.5px;
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
          animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 41, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 41, 47, 0.6) 50%, rgba(35, 41, 47, 0.6) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  border-radius: inherit;
  color: #4a5764;
  padding: 10px;
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 201, 209, 0.66);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 201, 209, 0.66);
}

.plyr--video {
  background: #000;
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 5px 5px;
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 35px 10px 10px;
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  color: #fff;
}

.plyr__control--overlaid {
  background: rgba(0, 179, 255, 0.8);
  border: 0;
  border-radius: 100%;
  color: #fff;
  display: none;
  left: 50%;
  padding: 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:hover,
.plyr__control--overlaid:focus {
  background: #00b3ff;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(35, 41, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
  }
}

/* stylelint-disable-next-line */

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: rgba(35, 41, 47, 0.8);
  border-radius: 2px;
  bottom: 10px;
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  left: 0;
  margin: -2.5px 0 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  bottom: -4px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c9d1;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
          filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.toasted-container .toasted.toasted-custom {
  border-radius: 4px;
  background-color: #172340;
  padding: 10px 20px;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.125rem;
}

.toasted-container .toasted.toasted-custom .action {
  color: #fff;
  font-size: 0.875rem;
}

.v-collapse-content {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  padding: 0;
}

.v-collapse-content-end {
  transition: max-height 0.3s ease-in;
  max-height: 2000px;
}

body,
html {
  overflow-x: hidden;
}

body ::-moz-selection, html ::-moz-selection {
  background: #f39225;
  color: #fff;
}

body ::selection,
html ::selection {
  background: #f39225;
  color: #fff;
}

/**
 * Disable body scrolling when overlayer is visible
 */

body.navigation-active {
  overflow: hidden;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
}

body.slideout-active {
  overflow: hidden;
}

/**
 * V-cloak to hide loading components
 */

body {
  position: relative;
  overflow: hidden;
}

[v-cloak] {
  display: none;
}

@media screen and (min-width: 1024px) {
  .mh-lg-100-vh {
    min-height: calc(var(--vh, 1vh) * 100);
  }
}

.v--modal-box {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.3);
}

.v--modal-overlay {
  -webkit-backdrop-filter: saturate(100%) blur(10px);
          backdrop-filter: saturate(100%) blur(10px);
}

@media (max-width: 767.98px) {
  .container {
    padding: 0 24px;
  }

  .container .row {
    margin-right: -12px;
    margin-left: -12px;
  }

  .container .row > .col,
  .container .row > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
}

@media (min-width: 1280px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

.spinner-background {
  display: none;
}

.spinner-background[v-cloak],
.spinner-background.visible {
  display: block;
}

.spinner-background .spinner {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: loader10-u13yeda 1s ease alternate infinite;
          animation: loader10-u13yeda 1s ease alternate infinite;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  top: -24px;
}

.spinner-background .spinner::after,
.spinner-background .spinner::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  -webkit-animation: loader10-u13yeda 1s ease alternate infinite;
          animation: loader10-u13yeda 1s ease alternate infinite;
}

.spinner-background .spinner::before {
  left: -36px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.spinner-background .spinner::after {
  right: -36px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes loader10-u13yeda {
  0% {
    box-shadow: 0 24px 0 -24px #f39225;
  }

  100% {
    box-shadow: 0 24px 0 #f39225;
  }
}

@keyframes loader10-u13yeda {
  0% {
    box-shadow: 0 24px 0 -24px #f39225;
  }

  100% {
    box-shadow: 0 24px 0 #f39225;
  }
}

.plyr--full-ui input[type=range] {
  color: #f39225;
}

.plyr__control--overlaid {
  background: rgba(243, 146, 37, 0.8);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: #f39225;
}

.plyr__control.plyr__tab-focus {
  box-shadow: 0 0 0 5px rgba(243, 146, 37, 0.5);
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #f39225;
}

.flatpickr-day.selected,
.flatpickr-day.inRange,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #f39225 !important;
  border-color: #f39225 !important;
  color: #fff !important;
}

.flatpickr-day.inRange,
.flatpickr-day.endRange {
  box-shadow: -10px 0 0 #f39225 !important;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #f39225 !important;
}

#app .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer {
  overflow: hidden;
}

#app .flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  box-shadow: -10px 0 0 #f39225 !important;
}

.happiness-challenge p,
.happiness-challenge ul,
.happiness-challenge ol {
  margin-bottom: 1rem;
}

@media screen and (max-width: 766.98px) {
  .happiness-challenge p,
  .happiness-challenge ul,
  .happiness-challenge ol {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

/**
 * Reset line-height
 */

.lh-1 {
  line-height: 1 !important;
}

.flex-1 {
  flex: 1 !important;
}

/**
 * Larger gutters on bootstrap row
 */

@media (min-width: 1280px) {
  .row.large-gutters {
    margin-right: -32px;
    margin-left: -32px;
  }

  .row.large-gutters > .col,
  .row.large-gutters > [class*=col-] {
    padding-right: 32px;
    padding-left: 32px;
  }
}

.container-narrow {
  max-width: 792px;
  margin-left: auto;
  margin-right: auto;
}

.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

@media screen and (min-width: 1024px) {
  .text-cut {
    max-width: 384px;
  }
}

.after-white:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

@media screen and (min-width: 1024px) {
  .after-white:before {
    display: none;
  }
}

.after-white:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.happiness-challenge-title {
  font-family: "Oraqle Script", "canada-type-gibson", sans-serif !important;
  font-size: 64px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

@media screen and (min-width: 768px) {
  .happiness-challenge-title {
    font-size: 120px !important;
  }
}

@media screen and (min-width: 1024px) {
  .happiness-challenge-title {
    font-size: 72px !important;
  }
}

@media screen and (min-width: 1280px) {
  .happiness-challenge-title {
    font-size: 88px !important;
  }
}

h1 {
  text-shadow: 2px -4px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  margin-bottom: 0;
  max-width: 100%;
}

h2 {
  font-weight: 600;
  margin-bottom: 0;
  max-width: 100%;
}

@media screen and (min-width: 1200px) {
  h2 {
    line-height: 70px;
  }
}

h3 {
  font-weight: 600;
  margin-bottom: 0;
  max-width: 100%;
}

p {
  margin-bottom: 0;
  max-width: 100%;
}

.xsmall {
  font-size: 0.75rem;
  font-weight: 200;
}

.lh-26 {
  line-height: 26px;
}

.lh-34 {
  line-height: 34px;
}

.lh-70 {
  line-height: 70px;
}

.rich-text {
  font-weight: 200;
}

.rich-text iframe {
  width: 100%;
}

.rich-text p,
.rich-text ul,
.rich-text ol {
  font-weight: 200;
  line-height: 34px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.5;
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  .rich-text p,
  .rich-text ul,
  .rich-text ol {
    line-height: 34px;
    font-size: 24px;
  }
}

.rich-text > *:last-child {
  margin-bottom: 0;
}

.rich-text p blockquote {
  margin: 16px 0;
}

@media screen and (min-width: 576px) {
  .rich-text p blockquote {
    margin: 56px 0;
  }
}

@media screen and (min-width: 1024px) {
  .rich-text p blockquote {
    margin: 56px -80px;
  }
}

.rich-text p img {
  margin: 16px 0;
}

@media screen and (min-width: 576px) {
  .rich-text p img {
    margin: 56px 0;
  }
}

.rich-text strong {
  font-weight: 600;
}

.rich-text img {
  max-width: 100%;
  height: auto;
  margin: 80px 0;
}

.rich-text blockquote {
  max-width: 100vw;
  margin: 40px -24px;
  background-color: #f39225;
  padding: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.rich-text blockquote > * {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-style: italic;
}

.rich-text blockquote > *:last-child:not(:first-child) {
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
}

.rich-text blockquote > *:last-child {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 576px) {
  .rich-text blockquote > * {
    font-size: 32px;
    line-height: 42px;
  }

  .rich-text blockquote > *:last-child:not(:first-child) {
    font-size: 16px;
    line-height: 1;
  }
}

@media screen and (min-width: 576px) {
  .rich-text blockquote {
    margin: 80px -36px;
    padding: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .rich-text blockquote {
    margin: 80px -80px;
  }
}

.title .underline {
  position: relative;
  color: #f39225;
}

.title .underline:before {
  content: "";
  position: absolute;
  height: 12px;
  width: 100%;
  background: #fdeddc;
  bottom: 0;
  z-index: -1;
}

ol,
ul {
  padding-left: 24px;
}

ol li,
ul li {
  padding-left: 8px;
}

.font-weight-book {
  font-weight: 300;
}

body:not(.v--modal-block-scroll) {
  padding-top: 64px;
}

body:not(.v--modal-block-scroll) header {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
}

body:not(.v--modal-block-scroll) .vdp-datepicker__calendar header {
  position: static;
}

@media screen and (min-width: 1280px) {
  body:not(.v--modal-block-scroll) {
    padding-top: 80px;
  }
}

header {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  transition: box-shadow 0.15s;
}

header.fixed {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
}

header .home-link {
  line-height: 1;
  transition: color 0.15s;
}

header .home-link .subtitle {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  header .home-link {
    font-size: 18px;
  }
}

@media screen and (max-width: 320px) {
  header .home-link {
    font-size: 16px;
    padding: 0 16px !important;
  }
}

header .desktop-nav {
  padding: 0 40px;
  height: 80px;
}

@media (min-width: 1440px) {
  header .desktop-nav {
    padding: 0 60px;
  }
}

@media (min-width: 1650px) {
  header .desktop-nav {
    padding: 0 80px;
  }
}

header .logo {
  max-width: 240px;
}

@media (min-width: 576px) {
  header .logo {
    max-width: 342px;
  }
}

header .link {
  color: #172340;
}

header .link:hover {
  color: #f39225;
}

header .link.icon-heart {
  position: relative;
  padding-left: 36px;
}

header .link.icon-heart:before {
  content: " ";
  background: url("/svg/heart-accent.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 22px;
  transition: background 0.15s ease-in-out;
  display: block;
  width: 24px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 6px;
  color: #fff;
}

header .link.icon-heart:after {
  content: attr(data-count);
  position: absolute;
  color: #fff;
  left: 0;
  font-size: 40%;
  width: 24px;
  height: 19px;
  top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.15s ease-in-out;
}

header .link.icon-heart[data-count=""]:before {
  background: url("/svg/heart.svg");
}

header .link.icon-heart:hover:before {
  background: url("/svg/heart-accent.svg");
}

header .link.icon-heart:hover:after {
  color: #fff;
}

header .hamburger-button {
  background-color: #f39225;
  padding: 25px 14px;
}

header .hamburger-button .button-icon span {
  background: #fff;
}

header .mobile-search .search-icon {
  content: url("/svg/search-dark.svg");
}

header.home,
header.activity {
  background: #172340;
}

header.home .link,
header.activity .link {
  color: #fff;
}

header.home .link:hover,
header.activity .link:hover {
  color: #f39225;
}

header.home .link.icon-heart,
header.activity .link.icon-heart {
  color: #fff;
}

header.home .link.icon-heart:before,
header.activity .link.icon-heart:before {
  background: url("/svg/heart-accent.svg");
}

header.home .link.icon-heart:after,
header.activity .link.icon-heart:after {
  color: #fff;
}

header.home .link.icon-heart[data-count=""]:before,
header.activity .link.icon-heart[data-count=""]:before {
  background: url("/svg/heart-white.svg");
}

header.home .link.icon-heart:hover,
header.activity .link.icon-heart:hover {
  color: #f39225;
}

header.home .link.icon-heart:hover:before,
header.activity .link.icon-heart:hover:before {
  background: url("/svg/heart-accent.svg");
}

header.home .desktop-nav .home-link,
header.activity .desktop-nav .home-link {
  color: #f39225;
}

header.home .desktop-nav .home-link .subtitle,
header.activity .desktop-nav .home-link .subtitle {
  color: #fff;
  transition: color 0.15s;
}

header.home .desktop-nav .home-link:hover .subtitle,
header.activity .desktop-nav .home-link:hover .subtitle {
  color: #f39225;
}

header.home .header-search:before,
header.activity .header-search:before {
  content: url("/svg/search-small-white.svg");
}

header.home .header-search input,
header.activity .header-search input {
  border-color: rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

header.home .header-search input:focus,
header.activity .header-search input:focus {
  border-color: #fff;
}

header.home .header-search .search-submit .arrow-right-small,
header.activity .header-search .search-submit .arrow-right-small {
  content: url("/svg/arrow-right-small-white.svg");
}

header.home .mobile-search .search-icon,
header.activity .mobile-search .search-icon {
  content: url("/svg/search.svg") !important;
}

header.teambuildings {
  background: #f39225;
}

header.teambuildings .link {
  color: #fff;
}

header.teambuildings .link:hover {
  color: #172340;
}

header.teambuildings .link.icon-heart:before {
  background: url("/svg/heart-white.svg");
}

header.teambuildings .link.icon-heart:after {
  color: #172340;
}

header.teambuildings .link.icon-heart[data-count=""]:before {
  background: url("/svg/heart-white.svg");
}

header.teambuildings .link.icon-heart:hover:before {
  background: url("/svg/heart-dark.svg");
}

header.teambuildings .link.icon-heart:hover:after {
  color: #fff;
}

header.teambuildings .header-search,
header.teambuildings .mobile-search {
  display: none !important;
}

footer {
  min-height: 493px;
  background: #172340;
}

footer .logo {
  height: auto;
  max-width: 240px;
}

@media (min-width: 576px) {
  footer .logo {
    max-width: 342px;
  }
}

footer .link:hover {
  color: #f39225;
}

footer svg path {
  transition: fill 0.15s;
}

footer svg:hover path {
  fill: #f39225;
}

footer .legal {
  font-size: 12px;
  opacity: 0.3;
}

@media (min-width: 1024px) {
  footer .partner-button {
    position: absolute;
    bottom: -35px;
  }
}

.btn {
  padding: 0 1rem;
  height: 48px;
  align-items: center;
  justify-content: center;
  display: inline-flex;
  line-height: 1;
}

.btn.btn-accent {
  color: #fff;
}

.btn.btn-accent:hover {
  color: #fff;
  background: #172340;
  border-color: #172340;
}

.btn.btn-white .arrow-right path {
  fill: #f39225;
}

.btn.btn-white:hover {
  color: #f39225;
  background: #fff;
  border-color: #fff;
}

.btn.btn-white-hover:hover {
  border-color: #fff;
  background-color: #fff;
  color: #172340;
}

.btn.btn-white-hover:hover path {
  fill: #f39225;
}

.btn .arrow-right {
  margin-left: 16px;
  transition: transform 0.15s ease-in-out;
}

.btn:hover .arrow-right {
  transform: translateX(4px);
}

.link {
  transition: color 0.15s ease-in-out;
}

.link-accent {
  color: #f39225;
}

.link-accent path {
  fill: #f39225;
}

.link-accent:hover {
  color: #f39225;
  text-decoration: none;
}

.link-dark {
  color: #172340;
}

.link-dark:hover {
  color: #172340;
}

.link-white {
  color: #fff;
}

.link-white:hover {
  color: #fff;
}

.link:hover {
  text-decoration: none;
}

.link-arrow {
  line-height: 1;
  font-size: 1rem;
  color: #172340;
  font-weight: 200;
}

.link-arrow.link-white {
  color: #fff;
}

.link-arrow.link-white.link-white path {
  fill: #fff;
}

.link-arrow.link-white:hover {
  color: #fff;
}

.link-arrow .arrow-right {
  margin-left: 16px;
  transition: transform 0.15s ease-in-out;
  display: inline-block;
}

.link-arrow .arrow-right path {
  fill: #f39225;
}

.link-arrow:hover {
  text-decoration: none;
  color: #172340;
}

.link-arrow:hover .arrow-right {
  transform: translateX(4px);
}

.tag {
  display: inline-flex;
  border-radius: 4px;
  padding: 0px 10px;
  font-weight: 300;
  font-size: 1.5rem;
  height: 48px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.15s ease-in-out;
}

a {
  cursor: pointer;
}

a.tag:hover {
  text-decoration: none !important;
}

.tag.tag-accent {
  background-color: #f39225;
  border: 1px solid #f39225;
  color: #fff;
}

a.tag.tag-accent:hover {
  text-decoration: none !important;
  border-color: #f39225;
  color: #fff;
}

.tag.tag-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #172340;
}

a.tag.tag-white:hover {
  text-decoration: none !important;
  background-color: #f39225;
  border-color: #fff;
  color: #fff;
}

.tag.tag-gray {
  background-color: #efefef;
  border: 1px solid #efefef;
  color: #000;
}

a.tag.tag-gray:hover {
  text-decoration: none !important;
  border-color: #172340;
  color: #000;
}

.tag.tag-accent-light {
  background-color: #fdeddc;
  color: #f39225;
}

a.tag.tag-accent-light:hover {
  text-decoration: none !important;
  border-color: #f39225;
}

.tag.tag-sm {
  height: 32px;
  font-size: 1rem;
}

.tag.tag-xs {
  height: 24px;
  font-size: 0.75rem;
}

.tag-row {
  margin: 0 -2px;
  display: flex;
  flex-wrap: wrap;
}

.tag-row .tag-col {
  padding: 0 2px;
  display: flex;
}

.tag-row.tag-row-lg {
  margin: -4px;
}

.tag-row.tag-row-lg .tag-col {
  padding: 0 4px;
}

.tag-row.tag-row-xl {
  margin: 0 -6px;
}

.tag-row.tag-row-xl .tag-col {
  padding: 0 6px;
}


/*# sourceMappingURL=app.css.map*/