/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.44;
  color: #212121;
  text-align: left;
  background-color: #ECEADE;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #A50022;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #000;
  text-decoration: none;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.container {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 440px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1004px;
  }
}
@media (min-width: 1240px) {
  .container {
    max-width: 1240px;
  }
}

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

@media (min-width: 440px) {
  .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 800px) {
  .container-md, .container-sm, .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1004px;
  }
}
@media (min-width: 1240px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

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

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

.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: 440px) {
  .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: 800px) {
  .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: 1240px) {
  .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%;
  }
}
.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: 440px) {
  .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: 800px) {
  .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: 1240px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.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: 440px) {
  .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: 800px) {
  .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: 1240px) {
  .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;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: rgb(0, 98.4, 204) !important;
}

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

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

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

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

.bg-gradient-primary {
  background: #007bff linear-gradient(180deg, rgb(35.4, 139.65, 250.05), #007bff) repeat-x !important;
}

.bg-gradient-secondary {
  background: #6c757d linear-gradient(180deg, rgb(127.2, 134.55, 139.55), #6c757d) repeat-x !important;
}

.bg-gradient-success {
  background: #28a745 linear-gradient(180deg, rgb(69.4, 177.05, 91.95), #28a745) repeat-x !important;
}

.bg-gradient-info {
  background: #17a2b8 linear-gradient(180deg, rgb(54.95, 172.8, 189.7), #17a2b8) repeat-x !important;
}

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, rgb(252.15, 199.15, 39.25), #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, rgb(222.4, 80.15, 91.95), #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, rgb(246.2, 246.75, 245.8), #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, rgb(79.6, 84.4, 87.7), #343a40) repeat-x !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: #343a40 !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: 440px) {
  .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: 800px) {
  .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: 1240px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.embed-responsive-21by9::before {
  padding-top: 42.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: 440px) {
  .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: 800px) {
  .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: 1240px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 440px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 800px) {
  .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: 1240px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 440px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1240px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.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: 440px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .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: 1240px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(0, 86.1, 178.5) !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

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

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

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

.text-body {
  color: #212121 !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;
}

/**
* SVG Icons
* ----------------------------------------------------------------------------
*/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #A50022;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #fff;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #A50022;
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #A50022;
  }
}
body {
  padding-top: 100px;
}
@media (max-width: 1023.98px) {
  body {
    padding-top: 72px;
    font-size: 16px;
    line-height: 1.5;
  }
}
#page {
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

.container-xl {
  max-width: 1420px;
  padding: 0 30px;
}

.content-wrap {
  max-width: 745px;
}

.page-loader {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.page-loader .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.page-loader .loader svg path, .page-loader .loader svg rect {
  fill: #FF6700;
}

#site-footer {
  margin-top: auto;
}

#main {
  display: flex;
  flex-direction: column;
}
#main.has-sticky-header {
  padding-top: 84px;
}
@media (max-width: 1023.98px) {
  #main.has-sticky-header {
    padding-top: 67px;
  }
}
@media (max-width: 799.98px) {
  #main.has-sticky-header {
    padding-top: 57px;
  }
}

.info {
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 50px;
  padding: 10px 0;
  font-style: italic;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  text-align: center;
}

.hline {
  margin: 50px 0;
  height: 1px;
  background: #000;
}

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

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-section {
  padding: 100px 0 140px;
}
.page-section__alt {
  background-color: #f8f9fa;
}
.page-section__faqs .heading3 {
  color: #462066;
}
.page-section .heading1 {
  margin: 0 0 30px;
}
@media (max-width: 1239.98px) {
  .page-section {
    padding: 80px 0 90px;
  }
}
@media (max-width: 1023.98px) {
  .page-section {
    padding: 50px 0 60px;
  }
}
@media (max-width: 799.98px) {
  .page-section {
    padding: 40px 0 40px;
  }
}

.extream-left {
  padding: 40px;
  background-color: #A50022;
  width: calc(100vw - (50vw - 50%));
  margin-left: calc(-50vw + 50%);
  padding-left: calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-right {
  padding: 40px;
  background-color: #A50022;
  width: calc(100vw - (50vw - 50%));
  padding-right: calc(100vw - (50vw + 50%));
  position: relative;
}
@media (max-width: 1023.98px) {
  .extream-right {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 50px calc(100vw - (50vw + 50%));
  }
}

.extream-left-right {
  background-color: #A50022;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 50px calc(100vw - (50vw + 50%));
  position: relative;
}

.extream-left-right-nopad {
  padding: 40px;
  background-color: #A50022;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  position: relative;
}

@media (max-width: 1023.98px) {
  .container, .container-xl,
  .row > .col,
  .row > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .row {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media (max-width: 799.98px) {
  .container, .container-xl,
  .row > .col,
  .row > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .row {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.hidden {
  display: none;
}

.content-404 {
  padding: 200px 0 160px;
  min-height: calc(100vh - 250px);
}
@media (max-width: 799.98px) {
  .content-404 {
    padding: 150px 0 100px;
    min-height: calc(100vh - 400px);
  }
}

.back-link {
  font-size: 20px;
  line-height: 28px;
}
.back-link a {
  display: inline-block;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  color: #006D88;
  background: url(../img/arrow-left-blue.png) no-repeat left center;
  padding-left: 24px;
  background-size: 16px 14px;
}
@media (max-width: 1023.98px) {
  .back-link {
    font-size: 18px;
    line-height: 20px;
  }
}

.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
  background-color: #f1f1f1;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: 700;
  left: -9999em;
  outline: none;
  padding: 15px 23px 14px;
  text-decoration: none;
  text-transform: none;
  top: -9999em;
}

.site .skip-link:focus {
  clip: auto;
  height: auto;
  left: 6px;
  top: 7px;
  width: auto;
  z-index: 100000;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

.text-medium {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .text-medium {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 799.98px) {
  .text-medium {
    font-size: 17px;
    line-height: 25px;
  }
}

.heading-xl {
  font-size: 116px;
  line-height: 0.9;
}
@media (max-width: 1239.98px) {
  .heading-xl {
    font-size: 96px;
    line-height: 90px;
  }
}
@media (max-width: 1023.98px) {
  .heading-xl {
    font-size: 78px;
    line-height: 80px;
  }
}
@media (max-width: 799.98px) {
  .heading-xl {
    font-size: 60px;
    line-height: 58px;
  }
}

.heading1 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 48px;
  line-height: 1;
}
@media (max-width: 1239.98px) {
  .heading1 {
    font-size: 40px;
    line-height: 1;
  }
}
@media (max-width: 1023.98px) {
  .heading1 {
    font-size: 30px;
    line-height: 1;
  }
}
@media (max-width: 799.98px) {
  .heading1 {
    font-size: 28px;
    line-height: 30px;
  }
}

.heading2 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  .heading2 {
    font-size: 30px;
    line-height: 1.2px;
  }
}
@media (max-width: 799.98px) {
  .heading2 {
    font-size: 24px;
    line-height: 30px;
  }
}

.heading3 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
}
@media (max-width: 1023.98px) {
  .heading3 {
    font-size: 24px;
    line-height: 42px;
  }
}
@media (max-width: 799.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 30px;
  }
}

.heading4 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 1.25;
  font-weight: 700;
}
@media (max-width: 1239.98px) {
  .heading4 {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 1023.98px) {
  .heading4 {
    font-size: 21px;
    line-height: 1.3;
  }
}
@media (max-width: 799.98px) {
  .heading4 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.heading5 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 1239.98px) {
  .heading5 {
    font-size: 24px;
    line-height: 1.3;
  }
}
.heading6 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.25;
}
.highlighted {
  font-size: 1.125rem;
}
@media (max-width: 1023.98px) {
  .highlighted {
    font-size: 1.125rem;
  }
}
@media (max-width: 799.98px) {
  .highlighted {
    font-size: 0.925rem;
  }
}

.entry-content > :first-child {
  margin-top: 0 !important;
}
.entry-content > :last-child {
  margin-bottom: 0 !important;
}
.entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn) {
  color: #A50022;
  text-decoration: underline;
  font-weight: 600;
}
.entry-content p + h3 {
  margin-top: 50px;
}
.entry-content p:has(+ p.link-text) {
  margin-bottom: 10px; /* adjust as needed */
}
.entry-content p.link-text + p, .entry-content p.link-text + h3, .entry-content p.link-text + h2 {
  margin-top: 50px;
}
.entry-content p, .entry-content ul, .entry-content ol {
  margin: 0 0 25px;
}
.entry-content ul ol, .entry-content ul ul {
  margin-top: 10px;
}
.entry-content h2, .entry-content h3, .entry-content h4 {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  color: #A50022;
}
.entry-content h3 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 30px;
  line-height: 42px;
  margin: 0 0 15px;
}
@media (max-width: 1023.98px) {
  .entry-content h3 {
    font-size: 24px;
    line-height: 42px;
  }
}
@media (max-width: 799.98px) {
  .entry-content h3 {
    font-size: 21px;
    line-height: 30px;
  }
}
.entry-content h2 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media (max-width: 1023.98px) {
  .entry-content h2 {
    font-size: 30px;
    line-height: 1.2px;
  }
}
@media (max-width: 799.98px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.entry-content ul, .entry-content ol {
  padding-left: 20px;
}
.entry-content ul li, .entry-content ol li {
  margin: 0 0 10px;
}
.entry-content ul li ul, .entry-content ol li ul {
  padding-left: 15px;
  margin: 20px 0 30px;
}
.entry-content ul li ul li, .entry-content ol li ul li {
  padding-left: 10px;
}
.entry-content ul.compact li, .entry-content ol.compact li {
  margin: 0 0 10px;
}
.entry-content ul.compact li ul, .entry-content ol.compact li ul {
  margin: 10px 0 20px;
}
.entry-content .featured-list, .entry-content .sans-serif-list {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
}
.entry-content .footer-text {
  font-size: 16px;
  line-height: 1.625;
  color: #666666;
}
.entry-content .list-checkmark {
  padding-left: 0;
  list-style: none;
}
.entry-content .list-checkmark li {
  position: relative;
  padding-left: 25px;
}
.entry-content .list-checkmark li i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 14px;
  color: #2092ED;
}
@media (max-width: 1239.98px) {
  .entry-content h2 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 1023.98px) {
  .entry-content h2 {
    font-size: 30px;
    line-height: 1.14;
  }
  .entry-content .featured-list, .entry-content .sans-serif-list {
    line-height: 26px;
  }
}
@media (max-width: 799.98px) {
  .entry-content h2 {
    font-size: 24px;
    line-height: 1.25;
  }
  .entry-content ul, .entry-content ol {
    padding-left: 20px;
  }
  .entry-content ul li, .entry-content ol li {
    padding-left: 10px;
    margin: 0 0 20px;
  }
}

.wp-block-latest-posts li {
  margin: 0 20px;
  background: #efefef;
  padding-left: 0 !important;
}
.wp-block-latest-posts__featured-image img {
  max-width: 100%;
  height: auto;
}
.wp-block-latest-posts a {
  display: inline-block;
  margin: 20px 30px 0;
  color: #000 !important;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
}
.wp-block-latest-posts__post-excerpt {
  padding: 20px 30px 40px;
}

.cta-bar {
  padding: 80px 30px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #99887D;
}
.cta-bar h3 {
  display: inline;
  margin: 0;
  font-size: 36px;
  line-height: 1.1;
}
.cta-bar h3 a {
  background: url(../img/link_arrow_white.svg) no-repeat right 10px bottom 9px;
  background-size: 18px 18px;
  color: #fff;
  padding: 0 38px 0 0;
  transition: all 0.15s linear;
}
.cta-bar h3 a:hover {
  background-position: right bottom 9px;
}
@media (max-width: 1023.98px) {
  .cta-bar {
    padding: 70px 0;
  }
  .cta-bar h3 {
    font-size: 32px;
    line-height: 1.1;
  }
  .cta-bar h3 a {
    background-size: 16px 16px;
    padding: 0 36px 0 0;
  }
}
@media (max-width: 799.98px) {
  .cta-bar {
    text-align: left;
  }
}

.cta-image {
  position: relative;
}
.cta-image img {
  width: 100%;
  height: auto;
}
.cta-image__content {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
}
.cta-image__content h3 {
  font-size: 54px;
  line-height: 1.1;
  max-width: 550px;
  width: 100%;
  color: #000;
}
.cta-image__content h3 a {
  color: #000;
}
.cta-image__content h3 a:hover span::after {
  background-position: left 20px center;
}
.cta-image__content h3 span::after {
  background: url(../img/link_arrow_black.svg) no-repeat left 10px center;
  background-size: 26px 26px;
  width: 46px;
  height: 26px;
  content: "";
  display: inline-block;
  transition: all 0.1s linear;
}
@media (max-width: 1023.98px) {
  .cta-image__content {
    top: 80px;
  }
  .cta-image__content h3 {
    font-size: 32px;
    line-height: 1.1;
    max-width: 360px;
  }
  .cta-image__content h3 a {
    color: #000;
  }
  .cta-image__content h3 a:hover span::after {
    background-position: left 10px center;
  }
  .cta-image__content h3 span::after {
    background-position: left 5px center;
    background-size: 15px 15px;
    width: 25px;
    height: 15px;
  }
}

.quote {
  position: relative;
  padding-left: 140px;
}
.quote__wrapper {
  padding: 100px 70px 70px;
  background: #9BB6C4;
}
.quote::before {
  position: absolute;
  content: open-quote;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 260px;
  line-height: 0.7;
}
.quote__text {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 50px;
}
.quote__credit {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1239.98px) {
  .quote {
    padding-left: 100px;
  }
  .quote__wrapper {
    padding: 60px 40px 40px;
  }
  .quote::before {
    font-size: 216px;
    line-height: 1;
    top: -50px;
  }
  .quote__text {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 30px;
  }
}
@media (max-width: 1023.98px) {
  .quote {
    padding-left: 90px;
  }
  .quote__wrapper {
    padding: 40px 30px;
  }
  .quote::before {
    font-size: 180px;
    line-height: 1;
    top: -30px;
  }
  .quote__text {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 799.98px) {
  .quote {
    padding-top: 90px;
    padding-left: 0;
  }
  .quote__wrapper {
    margin: 0 -20px;
    padding: 10px 20px 50px;
  }
  .quote::before {
    font-size: 180px;
    line-height: 1;
    top: 0;
  }
  .quote__text {
    font-size: 22px;
    line-height: 1.3;
  }
}

.intro-text {
  font-size: 20px;
  line-height: 1.5;
}
.intro-text p {
  margin: 0 0 30px;
}
.intro-text p:last-child {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .intro-text {
    font-size: 17px;
    line-height: 25px;
  }
  .intro-text p {
    margin: 0 0 25px;
  }
}
@media (max-width: 799.98px) {
  .intro-text {
    font-size: 18px;
    line-height: 24px;
  }
  .intro-text p {
    margin: 0 0 25px;
  }
}

.word-rotator {
  display: block;
  position: relative;
}
.word-rotator div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.word-rotator div:nth-child(1) {
  animation: fade1 15s infinite;
}
.word-rotator div:nth-child(2) {
  animation: fade2 15s infinite;
}
.word-rotator div:nth-child(3) {
  animation: fade3 15s infinite;
}
.word-rotator div:nth-child(4) {
  animation: fade4 15s infinite;
}
.word-rotator div:nth-child(5) {
  animation: fade5 15s infinite;
}

/* Each fade gets roughly 20% of the cycle (15s / 5 words) */
@keyframes fade1 {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  36% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  56% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  76% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  96% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.link-text {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
}
.link-text a {
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  background: url(../img/arrow-right.png) no-repeat top 10px right;
  background-size: 16px auto;
  padding-right: 24px;
}

a.link-text {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  background: url(../img/arrow-right.png) no-repeat top 10px right;
  background-size: 16px auto;
  padding-right: 24px;
}

.link-arrow {
  width: 32px;
  height: 32px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fff;
  background-image: url(../img/arrow-right-blue.png);
  background-size: 16px 12px;
  transition: all 0.2s linear;
  text-indent: -99999em;
}
.link-arrow:hover {
  background-color: #006D88;
  background-image: url(../img/arrow-right-white.png);
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  height: 64px;
  width: 64px;
  cursor: pointer;
  position: absolute;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background-size: 20px !important;
  left: -110px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -110px;
  background-size: 50% !important;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active {
  border: none !important;
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.owl-carousel .owl-dots {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  background: #D9D9D9;
}
.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #FEB919;
}
.owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}
@media (max-width: 799.98px) {
  .owl-carousel {
    /* make owl items stretch to the same height */
    /* your item/card should take full height */
  }
  .owl-carousel .owl-dots {
    display: none;
  }
  .owl-carousel .owl-stage, .owl-carousel .owl-stage .owl-item {
    display: flex;
    align-items: stretch; /* ensures children stretch vertically */
  }
  .owl-carousel .owl-item .card,
  .owl-carousel .owl-item .item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
  }
}

@media (max-width: 799.98px) {
  .desktop-only {
    display: none;
  }
}

@media (min-width: 800px) {
  .mobile-only {
    display: none;
  }
}

.team {
  display: flex;
  gap: 50px;
  flex-direction: column;
}
.team .item {
  border-top: 2px solid #FEB919;
  padding-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.team .item__content {
  width: 100%;
}
.team .item.has-image .item__image {
  width: 220px;
}
.team .item.has-image .item__image img {
  max-width: 100%;
  height: auto;
}
.team .item.has-image .item__content {
  width: calc(100% - 260px);
}
.team .item h3 {
  font-size: 30px;
  line-height: 1;
  margin: 0 0 10px;
}
.team .item__title {
  font-style: italic;
  margin: 0 0 20px;
}
@media (max-width: 1023.98px) {
  .team {
    gap: 40px;
  }
  .team .item {
    border-top: 1px solid #FEB919;
    padding-top: 20px;
    gap: 30px;
  }
  .team .item.has-image .item__image {
    width: 180px;
  }
  .team .item.has-image .item__content {
    width: calc(100% - 210px);
  }
  .team .item h3 {
    font-size: 24px;
    line-height: 1;
  }
}
@media (max-width: 799.98px) {
  .team .item.has-image {
    flex-wrap: wrap;
  }
  .team .item.has-image .item__content {
    width: 100%;
  }
  .team .item.has-image .item__image {
    width: 140px;
  }
}

p {
  overflow: hidden;
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  outline: none !important;
  display: none;
}
.menu-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A50022;
  transition: all 0.3s ease-in-out;
}
.menu-toggle span:nth-child(1) {
  top: 6.5px;
}
.menu-toggle span:nth-child(2) {
  top: 15.5px;
}
.menu-toggle.open span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 1239.98px) {
  .menu-toggle {
    display: block;
  }
}

.accordion {
  margin: 30px 0;
  padding: 25px 0;
}
.accordion .item {
  border-top: 1px dashed #304E79;
}
.accordion .item__header {
  position: relative;
  color: #006D88;
  font-size: 26px;
  line-height: 1;
  font-weight: 600;
  padding: 20px 60px 20px 0;
  min-height: 80px;
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  cursor: pointer;
}
.accordion .item__header::before {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  background: #F8F9F3 url(../img/toogle-icon.png) no-repeat center center;
  background-size: 15px auto;
  border: none;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: none;
  padding: 0;
  transition: background 0.2s;
  transition: transform 0.4s;
}
.accordion .item__content {
  display: none;
  padding-bottom: 10px;
}
.accordion .item.active {
  border-top: 2px solid #A50022;
  border-bottom: 2px solid #A50022;
}
.accordion .item.active .item__header::before {
  transform: rotate(-180deg);
}
.accordion .item:last-child {
  border-bottom: none !important;
}
.accordion .active + .item {
  border-top: none;
}
@media (max-width: 799.98px) {
  .accordion {
    margin: 0;
  }
  .accordion .item {
    border-top: 1px dashed #304E79;
  }
  .accordion .item__header {
    font-size: 22px;
    line-height: 1;
  }
  .accordion .item__content {
    display: none;
    padding-bottom: 10px;
  }
  .accordion .item.active {
    border-top: 2px solid #A50022;
    border-bottom: 2px solid #A50022;
  }
  .accordion .item.active .item__header::before {
    transform: rotate(-180deg);
  }
  .accordion .item:last-child {
    border-bottom: none !important;
  }
  .accordion .active + .item {
    border-top: none;
  }
}

/**
 * S H O W   L O A D I N G
 * -----------------------------------
 */
.loading-indicator {
  width: 40px;
  height: 40px;
  background-color: #A50022;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.loading-indicator-overlay {
  background-color: rgba(255, 255, 255, 0.75);
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #000;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
}
.spinner__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 900002;
  background: rgba(255, 255, 255, 0.9);
}

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  z-index: 9999;
  background: #fff;
  transition: all 0.15s linear;
}
@media (min-width: 1024px) {
  #site-header.pos-absolute {
    position: absolute;
  }
}
#site-header .container, #site-header .container-xl {
  position: relative;
  padding: 0 0 0 20px;
}
#site-header .container-xl {
  display: flex;
  align-items: center;
  min-height: 100px;
  justify-content: space-between;
}
#site-header .site-title {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#site-header .site-title img {
  max-height: 80px;
  width: auto;
}
#site-header #main-navigation {
  line-height: 0;
}
#site-header #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
  align-items: center;
}
#site-header #main-navigation ul li {
  display: block;
  padding: 47px 16px;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  position: relative;
  height: 85px;
  border-bottom: 6px solid transparent;
}
#site-header #main-navigation ul li:first-child {
  margin-left: 0;
}
#site-header #main-navigation ul li a {
  color: #212121;
}
#site-header #main-navigation ul li.menu-item-has-children > a {
  padding-right: 16px;
  display: inline-block;
  position: relative;
}
#site-header #main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  border: solid #212121;
  border-width: 0 1.5px 1.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
}
#site-header #main-navigation ul li:hover {
  border-color: #A50022;
}
#site-header #main-navigation ul .mobile-menu {
  display: none;
}
#site-header #main-navigation ul li.current_page_parent,
#site-header #main-navigation ul li.current-menu-ancestor,
#site-header #main-navigation ul li.current-menu-parent,
#site-header #main-navigation ul li.current-menu-item {
  border-color: #A50022;
}
#site-header #main-navigation ul li.current_page_parent > a,
#site-header #main-navigation ul li.current-menu-ancestor > a,
#site-header #main-navigation ul li.current-menu-parent > a,
#site-header #main-navigation ul li.current-menu-item > a {
  color: #A50022;
}
#site-header #main-navigation ul li.current_page_parent > a::after,
#site-header #main-navigation ul li.current-menu-ancestor > a::after,
#site-header #main-navigation ul li.current-menu-parent > a::after,
#site-header #main-navigation ul li.current-menu-item > a::after {
  border-color: #A50022;
}
#site-header #main-navigation .sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  margin: 0;
  padding: 30px;
  text-align: left;
  background: #fff;
  z-index: 999;
  width: 380px;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922) inset;
  z-index: 99;
  display: none;
}
#site-header #main-navigation .sub-menu li {
  float: none;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
}
#site-header #main-navigation .sub-menu li:last-child {
  margin: 0;
}
#site-header #main-navigation .sub-menu li a {
  color: #000;
  display: block;
  position: relative;
  padding: 0;
  text-decoration: none;
}
#site-header #main-navigation .sub-menu li:hover a, #site-header #main-navigation .sub-menu li.current_page_parent a, #site-header #main-navigation .sub-menu li.current-menu-ancestor a, #site-header #main-navigation .sub-menu li.current-menu-parent a, #site-header #main-navigation .sub-menu li.current-menu-item a {
  color: #A50022;
}
#site-header #main-navigation .sub-menu li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 3px 3px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media (max-width: 1239.98px) {
  #site-header #main-navigation {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  #site-header .container-xl {
    min-height: 72px;
  }
  #site-header .site-title img {
    max-height: 56px;
    width: auto;
  }
}

.mobile-navigation {
  background: #ECEADE;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  display: block;
  visibility: hidden;
  transform: translateY(-100%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s ease-in-out;
  overflow: auto;
}
.mobile-navigation.open {
  visibility: visible;
  display: block;
  transform: translateY(0%);
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile-navigation.open .menu-container ul {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mobile-navigation__wrapper {
  max-width: 560px;
  max-height: 100%;
  overflow: auto;
  transition: opacity 0.8s ease-in-out;
  padding: 120px 20px 20px;
  position: relative;
}
.mobile-navigation__wrapper ul#primary-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}
.mobile-navigation__wrapper ul#primary-menu > li {
  border-top: 1px solid #ccc;
  padding: 10px 0 0;
}
.mobile-navigation__wrapper ul#primary-menu > li > a {
  color: #A50022;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.mobile-navigation__wrapper ul#primary-menu li {
  margin: 0 0 40px;
}
.mobile-navigation__wrapper ul#primary-menu li ul {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.mobile-navigation__wrapper ul#primary-menu li ul li {
  margin: 0;
}
.mobile-navigation__wrapper ul#primary-menu li ul li a {
  color: #000;
}
.mobile-navigation__wrapper .signin-links {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  position: absolute;
  right: 20px;
  top: 102px;
}
.mobile-navigation__wrapper .signin-links a {
  background: #006D88 url(../img/icon-user-white.png) no-repeat center right 20px;
  background-size: 16px auto;
  display: inline-block;
  padding: 13px 48px 15px 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.mobile-navigation__wrapper .signin-links a:hover {
  background-color: #044251;
  color: #fff;
}

.default-page-template #site-header {
  background: #EDEEEB;
}
.default-page-template .page-default {
  padding: 200px 0 100px;
}
@media (max-width: 799.98px) {
  .default-page-template .page-default {
    padding: 120px 0 70px;
  }
}

.sticky-secondary-nav {
  position: absolute;
  padding-top: 85px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999;
  /* scroll container styles */
  overflow-x: auto; /* enable horizontal scroll */
  -webkit-overflow-scrolling: touch; /* smooth scroll on mobile */
  white-space: nowrap;
  /* Hide scrollbar visually */
}
.sticky-secondary-nav::-webkit-scrollbar {
  display: none;
}
.sticky-secondary-nav ul {
  display: inline-flex; /* inline-flex works better for scrollable content */
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 40px;
  list-style: none;
  gap: 40px;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
  white-space: nowrap;
  justify-content: center;
  /* Don't use overflow here; parent handles scrolling */
  width: max-content; /* allow ul to grow as needed */
  min-width: 100%; /* ensures it fills screen initially */
}
.sticky-secondary-nav ul li {
  flex: 0 0 auto;
  display: inline-block;
  padding: 18px 0;
}
.sticky-secondary-nav ul li.current-menu-item {
  border-bottom: 2px solid #000;
}
.sticky-secondary-nav ul li a {
  display: block;
  color: #666;
  border: none !important;
  text-decoration: none;
  white-space: nowrap;
}
.sticky-secondary-nav ul li a:hover {
  color: #A50022;
}
.sticky-secondary-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.95);
  z-index: 1000;
  overflow-x: auto; /* keep scroll working when fixed */
}
@media (max-width: 1023.98px) {
  .sticky-secondary-nav {
    display: none;
  }
}

.footer-cta {
  padding: 80px 0;
  text-align: center;
}
.footer-cta h3 {
  color: #A50022;
  color: #000;
  font-size: 36px;
  line-height: 1;
  margin: 0 0 40px;
}
.footer-cta .cta-buttons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.footer-cta .cta-buttons a {
  display: inline-block;
  padding: 25px 25px;
  background: #A50022;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  width: 320px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.2s linear;
}
.footer-cta .cta-buttons a:first-child {
  background-color: #FEB919;
  color: #000;
}
.footer-cta .cta-buttons a:hover {
  color: #fff;
  background-color: #000;
}
@media (max-width: 799.98px) {
  .footer-cta {
    padding: 60px 0;
  }
  .footer-cta h3 {
    font-size: 24px;
    line-height: 1;
    margin: 0 0 30px;
  }
  .footer-cta .cta-buttons {
    flex-direction: column;
    gap: 10px;
  }
  .footer-cta .cta-buttons a {
    padding: 15px 25px;
    font-size: 14px;
    line-height: 20px;
    max-width: 100%;
  }
}

.site-footer {
  padding: 40px 0 20px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #333333;
  border-top: 1px solid #fff;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 400;
}
.site-footer .follow-link a {
  display: flex;
  width: 180px;
  margin: 0 auto;
  gap: 10px;
  flex-direction: column;
  align-items: center;
  color: #0a6cab;
  filter: grayscale(100%);
}
.site-footer .follow-link a img {
  max-width: 48px;
  height: auto;
}
.site-footer .follow-link a:hover {
  filter: none;
}
.site-footer .footer-logo {
  display: none;
  margin: 30px 0 20px;
}
.site-footer .footer-logo img {
  max-width: 130px;
  height: auto;
}
.site-footer .footer-navigation {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
}
.site-footer .footer-navigation li a {
  color: #333333;
}
.site-footer .copyright-text {
  margin: 30px 0 0;
  font-size: 12px;
  line-height: 1;
  color: #666;
}
@media (min-width: 1240px) {
  .site-footer .flex-wrap .footer-content .footer-navigation {
    gap: 65px;
  }
}
@media (min-width: 800px) {
  .site-footer .flex-wrap .footer-content .footer-navigation {
    gap: 20px;
  }
}
@media (max-width: 1239.98px) {
  .site-footer .flex-wrap .footer-content {
    gap: 32px;
  }
}
@media (max-width: 1023.98px) {
  .site-footer {
    padding: 40px 0 16px;
    font-size: 16px;
    line-height: 1;
  }
  .site-footer .flex-wrap {
    flex-direction: row;
    gap: 20px;
  }
  .site-footer .flex-wrap .footer-content {
    width: 100%;
  }
}
@media (max-width: 799.98px) {
  .site-footer {
    padding: 40px 0 16px;
    font-size: 16px;
    line-height: 1;
  }
  .site-footer .flex-wrap {
    flex-direction: row;
    gap: 20px;
  }
  .site-footer .flex-wrap .footer-content {
    width: 100%;
    gap: 20px;
  }
  .site-footer .flex-wrap .footer-content .footer-logo {
    width: 100%;
  }
  .site-footer .flex-wrap .footer-content .menu-footer-menu-container {
    width: 100%;
  }
  .site-footer .flex-wrap .footer-content .menu-footer-menu-container .footer-navigation {
    justify-content: space-between;
  }
}

.home-hero {
  position: relative;
  background-color: #ccc;
}
.home-hero .image {
  width: 100%;
  position: relative;
}
.home-hero .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 40%, black 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1A000000", endColorstr="#FF000000", GradientType=0);
}
.home-hero .image img {
  height: calc(100vh - 100px);
  min-height: 680px;
  width: 100%;
  object-fit: cover;
}
.home-hero .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0 0 60px;
}
.home-hero .content p {
  font-size: 44px;
  line-height: 1.3;
  font-weight: 900;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1239.98px) {
  .home-hero .content p {
    font-size: 36px;
    line-height: 1.3;
  }
}
@media (max-width: 1023.98px) {
  .home-hero .image img {
    min-height: 600px;
  }
  .home-hero .content p {
    font-size: 28px;
    line-height: 1.4;
  }
}
@media (max-width: 799.98px) {
  .home-hero {
    border-bottom: 1px solid #222;
  }
  .home-hero .image img {
    min-height: 540px;
    height: 540px;
  }
  .home-hero .content {
    padding: 0 0 40px;
  }
  .home-hero .content p {
    text-align: left;
    font-size: 21px;
    line-height: 1.4;
  }
}

.about-initiative {
  background: #000 url(../img/child-vector.png) repeat-x center bottom;
  color: #FEB919;
  padding: 100px 0 300px;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 300;
}
.about-initiative .container {
  max-width: 860px;
}
@media (max-width: 1239.98px) {
  .about-initiative {
    font-size: 21px;
    line-height: 1.4;
  }
}
@media (max-width: 1023.98px) {
  .about-initiative {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media (max-width: 799.98px) {
  .about-initiative {
    padding: 60px 0 160px;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    background-size: auto 160px;
  }
}

.link-btn {
  background: #006D88;
  display: inline-block;
  padding: 20px 84px 20px 32px;
  position: relative;
  transition: all 0.2s linear;
  color: #fff;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.link-btn::after {
  content: "";
  background: #fff url(../img/arrow-right-blue.png) no-repeat center center;
  background-size: 16px 12px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 32px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s linear;
}
.link-btn:hover {
  background-color: #044251;
  color: #fff;
}
.link-btn__wrapper {
  margin-top: 50px;
}
.link-btn.active::after {
  transform: translateY(-50%) rotate(90deg);
}

.page-hero {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
  padding: 145px 0 0 125px;
  height: 960px;
}
.page-hero .page-hero__content h1 {
  color: #021E29;
}
.page-hero .page-hero__content h2 {
  color: #232A3C;
}
.page-hero .page-hero__content .heading2 {
  font-size: 54px;
  line-height: 54px;
}
@media (max-width: 1239.98px) {
  .page-hero .page-hero__content .heading2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (max-width: 1023.98px) {
  .page-hero .page-hero__content .heading2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 799.98px) {
  .page-hero .page-hero__content .heading2 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media (max-width: 1239.98px) {
  .page-hero {
    padding-left: 98px;
    height: 766px;
  }
}
@media (max-width: 1023.98px) {
  .page-hero {
    padding-left: 0;
    padding-top: 135px;
  }
}
@media (max-width: 799.98px) {
  .page-hero {
    padding-top: 110px;
    padding-left: 20px;
    height: 660px;
  }
}
@media (max-width: 439.98px) {
  .page-hero {
    padding-top: 96px;
    height: 660px;
  }
}
.page-hero h1 {
  margin: 0 0 6px;
}
.page-hero.who-we-are-hero h2 {
  max-width: 640px;
}
@media (max-width: 1239.98px) {
  .page-hero.who-we-are-hero h2 {
    max-width: 500px;
    font-size: 40px !important;
  }
}
@media (max-width: 1023.98px) {
  .page-hero.who-we-are-hero h2 {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .page-hero.who-we-do-hero {
    padding-top: 175px;
  }
}
.page-hero.who-we-do-hero h2 {
  max-width: 720px;
}
@media (max-width: 1239.98px) {
  .page-hero.who-we-do-hero h2 {
    max-width: 580px;
  }
}
@media (max-width: 1023.98px) {
  .page-hero.who-we-do-hero h2 {
    max-width: 470px;
  }
}
.page-hero.career-page-hero {
  height: 810px;
}
.page-hero.career-page-hero .page-hero__content {
  display: none;
}
@media (max-width: 1239.98px) {
  .page-hero.career-page-hero {
    height: 766px;
  }
}
@media (max-width: 1023.98px) {
  .page-hero.career-page-hero {
    height: 660px;
  }
}

.quote-wrapper {
  background: #fff;
}

@media (max-width: 1239.98px) {
  .quote-container {
    max-width: 100%;
    padding: 0;
  }
}

.page-image-block {
  position: relative;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-position: 50% 0;
}
.page-image-block blockquote p {
  font-size: 28px;
  line-height: 36px;
  font-style: italic;
}
.page-image-block blockquote footer {
  font-family: "Noto Sans", Georgia, "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
}
.page-image-block blockquote footer strong {
  font-weight: 500;
}
.page-image-block.whoweare-quote {
  padding: 46px 0 0 54px;
  height: 636px;
}
.page-image-block.whoweare-quote blockquote {
  width: 460px;
  max-width: 100%;
  color: #fff;
}
@media (max-width: 1239.98px) {
  .page-image-block.whoweare-quote {
    height: 666px;
  }
}
@media (max-width: 1023.98px) {
  .page-image-block.whoweare-quote {
    height: 550px;
  }
  .page-image-block.whoweare-quote blockquote {
    width: 420px;
  }
  .page-image-block.whoweare-quote blockquote p {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 799.98px) {
  .page-image-block.whoweare-quote {
    height: 430px;
  }
}
@media (max-width: 439.98px) {
  .page-image-block.whoweare-quote {
    height: 308px;
  }
  .page-image-block.whoweare-quote blockquote {
    display: none;
  }
}
.page-image-block.careers-quote {
  background-position: bottom right;
  height: 520px;
  padding: 46px 54px 0 0;
  display: flex;
  justify-content: end;
}
.page-image-block.careers-quote blockquote {
  width: 520px;
  max-width: 100%;
  color: #006D88;
}
@media (max-width: 1239.98px) {
  .page-image-block.careers-quote {
    height: 546px;
  }
}
@media (max-width: 1023.98px) {
  .page-image-block.careers-quote {
    height: 451px;
    background-position: bottom right;
  }
  .page-image-block.careers-quote blockquote {
    width: 500px;
  }
}
@media (max-width: 799.98px) {
  .page-image-block.careers-quote {
    height: 352px;
    padding: 24px 32px 0 0;
  }
  .page-image-block.careers-quote blockquote {
    width: 380px;
  }
  .page-image-block.careers-quote blockquote p {
    font-size: 22px;
    line-height: 28px;
  }
  .page-image-block.careers-quote blockquote footer {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 439.98px) {
  .page-image-block.careers-quote {
    height: 285px;
    padding: 24px 0 0 32px;
    justify-content: start;
  }
  .page-image-block.careers-quote blockquote {
    width: 300px;
  }
  .page-image-block.careers-quote blockquote p {
    font-size: 18px;
    line-height: 24px;
  }
}

.page-title {
  font-size: 48px;
  line-height: 1.2;
  margin: 0 0 30px;
  color: #A50022;
  font-weight: 900;
}
@media (max-width: 1023.98px) {
  .page-title {
    font-size: 36px;
    line-height: 1.3;
    margin: 0 0 20px;
  }
}
@media (max-width: 799.98px) {
  .page-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.page-header .image img {
  width: 100%;
  height: 660px;
  object-fit: cover;
  vertical-align: middle;
  transition: opacity 0.3s ease;
}
@media (max-width: 1023.98px) {
  .page-header .image img {
    height: 450px;
  }
}
@media (max-width: 799.98px) {
  .page-header .image img {
    height: 320px;
  }
}

.page-content {
  margin-top: -120px;
  position: relative;
}
.page-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  z-index: 0;
}
.page-content .content {
  background: #fff;
  padding: 80px 80px 90px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1023.98px) {
  .page-content {
    margin-top: -90px;
  }
  .page-content .content {
    padding: 50px 50px 60px 0;
  }
}
@media (max-width: 799.98px) {
  .page-content {
    margin-top: -50px;
  }
  .page-content .content {
    padding: 30px 20px 40px 0;
  }
}

.blogpost-content {
  margin-top: -120px;
  position: relative;
}
.blogpost-content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  background: #fff;
  z-index: 0;
}
.blogpost-content .blogpost-image {
  position: relative;
  z-index: 2;
  width: calc(100vw - (50vw - 370px));
  margin-left: calc(-50vw + 50%);
}
.blogpost-content .blogpost-image img {
  width: 100%;
  height: auto;
}
.blogpost-content .content {
  background: #fff;
  padding: 60px 60px 60px 0;
  position: relative;
  z-index: 2;
  max-width: 960px;
}
@media (max-width: 1023.98px) {
  .blogpost-content {
    margin-top: -90px;
  }
  .blogpost-content .content {
    padding: 50px 50px 60px 0;
  }
}
@media (max-width: 799.98px) {
  .blogpost-content {
    margin-top: -50px;
  }
  .blogpost-content .content {
    padding: 30px 20px 40px 0;
  }
}

.blog-header {
  padding: 150px 0 90px;
  background: #EDEEEB;
}
.blog-header h1 {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  margin: 0 0 56px;
  font-size: 80px;
  line-height: 1;
  color: #000;
}
.blog-header .heading6 {
  margin: 0 0 10px;
  color: #A50022;
}
@media (max-width: 1023.98px) {
  .blog-header {
    padding: 90px 0 60px;
  }
  .blog-header h1 {
    font-size: 48px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 30px;
  }
}

.featured-article .article {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
}
.featured-article .article__image, .featured-article .article__content {
  width: calc(50% - 16px);
}
.featured-article .article__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.666%;
  display: block;
}
.featured-article .article__content {
  padding: 30px 64px 30px 30px;
}
.featured-article .article__content h3 {
  font-size: 34px;
  line-height: 36px;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  margin: 0 0 16px;
}
.featured-article .article__content h3 a {
  color: #000;
}
.featured-article .article__content h3 a:hover {
  color: #008AAC;
}
.featured-article .article__content .excerpt {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1239.98px) {
  .featured-article .article__content {
    padding: 30px 30px 30px 0;
  }
  .featured-article .article__content h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .featured-article .article__content .excerpt {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 1023.98px) {
  .featured-article {
    background: #fff;
  }
  .featured-article .article {
    gap: 0;
  }
  .featured-article .article__image, .featured-article .article__content {
    width: 100%;
  }
  .featured-article .article__content {
    padding: 20px;
  }
}

.featured-article .row {
  margin-left: -20px;
  margin-right: -20px;
  background: #fff;
}
.featured-article .row > [class*=col-] {
  padding-left: 20px;
  padding-right: 20px;
}
.featured-article__image {
  margin: 0 0 20px;
}
.featured-article__title {
  font-size: 48px;
  line-height: 50px;
  margin: 0 0 5px;
}
.featured-article__title a {
  color: #000;
}
.featured-article__title a:hover {
  color: #A50022;
}
.featured-article__excerpt {
  font-size: 18px;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1239.98px) {
  .featured-article__title {
    font-size: 42px;
    line-height: 44px;
  }
}
@media (max-width: 1023.98px) {
  .featured-article__title {
    font-size: 32px;
    line-height: 36px;
  }
  .featured-article__excerpt {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 799.98px) {
  .featured-article__title {
    font-size: 22px;
    line-height: 1.2;
  }
}

.recent-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.recent-posts .item {
  width: calc(33.3333333333% - 26.6666666667px);
  background: #fff;
}
.recent-posts .item__title {
  font-size: 22px;
  line-height: 28px;
  padding: 24px 32px;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
.recent-posts .item__title a {
  color: #000;
}
.recent-posts .item__title a:hover {
  color: #A50022;
}
.recent-posts .item.has-image {
  position: relative;
}
.recent-posts .item.has-image .item__image {
  width: 100%;
  height: auto;
  margin: 0;
}
.recent-posts .item.has-image .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.666%;
  display: block;
  width: 100%;
  filter: grayscale(100%);
}
.recent-posts .item.has-image:hover figure {
  filter: none;
}
@media (max-width: 1239.98px) {
  .recent-posts {
    gap: 20px;
    overflow-y: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
  }
  .recent-posts::-webkit-scrollbar {
    display: none;
  }
  .recent-posts .item {
    min-width: 300px;
  }
  .recent-posts .item__title {
    font-size: 22px;
    line-height: 28px;
    padding: 24px 32px;
    font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
    font-weight: 500;
  }
  .recent-posts .item__title a {
    color: #000;
  }
  .recent-posts .item__title a:hover {
    color: #A50022;
  }
  .recent-posts .item.has-image .item__image {
    width: 100%;
    height: auto;
    margin: 0;
  }
  .recent-posts .item.has-image .item__image figure {
    background-size: cover;
    -ms-behavior: url(/css/backgroundsize.min.htc);
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0;
    width: 100%;
    padding-top: 66.666%;
    display: block;
    width: 100%;
  }
  .recent-posts .item.has-image:hover figure {
    filter: none;
  }
}

.blog-list .blog-item {
  margin: 0 0 60px;
}
.blog-list .blog-item.item-article {
  padding-bottom: 30px;
}
.blog-list .blog-item.item-article:last-child {
  border: none;
}
.blog-list .blog-item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 75%;
  display: block;
  margin: 0 0 20px;
}
.blog-list .blog-item__meta {
  margin: 0;
}
.blog-list .blog-item__meta h5 {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 400;
  color: #495057;
}
.blog-list .blog-item__excerpt {
  font-size: 0.925em;
  padding-right: 20px;
}
.blog-list .blog-item h3 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}
.blog-list .blog-item h3 a {
  color: #000;
}
.blog-list .blog-item h3 a:hover {
  color: #000;
}
@media (max-width: 799.98px) {
  .blog-list .blog-item h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

.entry-header {
  padding: 140px 0 200px;
  background: #FEB919;
  color: #000;
  position: relative;
}
.entry-header .entry-title {
  font-size: 48px;
  line-height: 1.1;
  max-width: 900px;
  font-weight: 900;
}
.entry-header .post-date {
  font-size: 14px;
  line-height: 1.3;
  color: #444;
}
@media (max-width: 1023.98px) {
  .entry-header {
    padding: 100px 0 140px;
  }
  .entry-header .entry-title {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (max-width: 799.98px) {
  .entry-header {
    padding: 70px 0 90px;
  }
  .entry-header .entry-title {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (max-width: 439.98px) {
  .entry-header .entry-title {
    font-size: 21px;
    line-height: 1.3;
  }
}

.entry-featured-image {
  background: #EDEEEB;
  position: relative;
}
.entry-featured-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 50%;
  background: #fff;
  z-index: 0;
}
.entry-featured-image .container {
  display: flex;
  justify-content: center;
}
.entry-featured-image img {
  width: 100%;
  max-width: 1010px;
  height: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 799.98px) {
  .entry-featured-image img {
    width: 100vw;
  }
  .entry-featured-image::after {
    display: none;
  }
}

.blog-content {
  padding: 30px 0 80px;
  background: #fff;
}
.blog-content .blogpost-content {
  max-width: 1010px;
  padding: 0 0 80px;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.blog-content .blogpost-content .prev-post, .blog-content .blogpost-content .next-post {
  width: 175px;
  position: sticky;
  top: 120px;
  align-self: flex-start; /* ensures it respects its own height */
}
.blog-content .blogpost-content .prev-post a, .blog-content .blogpost-content .next-post a {
  display: inline-block;
  width: 48px;
  height: 48px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #EDEEEB;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 12px;
  z-index: 9;
}
.blog-content .blogpost-content .prev-post a {
  left: 0;
  background-image: url(../img/arrow-left-black.png);
}
.blog-content .blogpost-content .next-post {
  text-align: right;
}
.blog-content .blogpost-content .next-post a {
  right: 0;
  background-image: url(../img/arrow-right-black.png);
}
.blog-content .post-content {
  width: calc(100% - 350px);
}
.blog-content .author {
  display: flex;
  align-items: start;
  gap: 20px;
  align-items: center;
  font-weight: 400;
}
.blog-content .author__image {
  width: 72px;
  height: 72px;
}
.blog-content .author__image figure {
  background: #ddd;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.blog-content .author__info {
  width: calc(100% - 92px);
}
.blog-content .author h4 {
  color: #A50022;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin: 0 0 5px;
}
.blog-content .author h4 a {
  color: #A50022;
}
.blog-content .author__title {
  font-size: 16px;
  line-height: 1;
  color: #666666;
  margin: 0 0 5px;
}
.blog-content .blogpost-authors, .blog-content .blogpost-author {
  margin: 0 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.blog-content .blogpost-authors {
  gap: 20px 40px;
}
.blog-content .blogpost-authors .author {
  width: calc(50% - 20px);
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 20px;
}
.blog-content .blogpost-authors .post-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
.blog-content .blogpost-author {
  gap: 40px;
  border-bottom: 1px solid #DDDDDD;
  padding: 0 0 32px;
}
.blog-content .date-share {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 40px;
  align-items: center;
}
.blog-content .post-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #999999;
}
@media (max-width: 1023.98px) {
  .blog-content .blogpost-content .prev-post, .blog-content .blogpost-content .next-post {
    width: 80px;
  }
  .blog-content .post-content {
    width: calc(100% - 160px);
  }
}
@media (max-width: 799.98px) {
  .blog-content {
    padding-top: 0;
  }
  .blog-content .blogpost-content {
    width: 100%;
    padding: 0 0 80px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  .blog-content .blogpost-content .prev-post, .blog-content .blogpost-content .next-post {
    display: none;
  }
  .blog-content .post-content {
    width: 100%;
  }
  .blog-content .author {
    padding: 20px;
    border-bottom: 1px solid #DDDDDD;
    width: 100%;
  }
  .blog-content .blogpost-authors, .blog-content .blogpost-author {
    margin: 0 0 40px -20px;
    width: 100vw;
    background: #EDEEEB;
  }
  .blog-content .blogpost-authors {
    gap: 0;
  }
  .blog-content .blogpost-authors .author {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 20px;
  }
  .blog-content .blogpost-authors .post-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #999999;
  }
  .blog-content .blogpost-author {
    gap: 0;
    border: none;
    padding: 0;
  }
  .blog-content .date-share {
    padding-left: 20px;
    margin: 0;
  }
  .blog-content .date-share .post-date {
    width: 120px;
  }
}

.post-categories {
  font-weight: 800;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 1.25;
  color: #A50022;
  margin: 0 0 10px;
}
.post-categories a {
  color: #A50022;
}

.single .post-categories {
  margin: 0 0 20px;
}

.single--post .entry-content figure {
  width: 100%;
}
.single--post .entry-content figure.wp-block-image figcaption {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.33;
  text-transform: uppercase;
}
.single--post .entry-content figure img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.single--post .entry-content h2 {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin: 0 0 25px;
  color: #000;
}
.single--post .entry-content h3 {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
  margin: 0 0 15px;
  color: #000;
}
.single--post .entry-content .wp-block-separator {
  border-color: #ddd;
  margin: 40px 0 10px;
}
@media (max-width: 1023.98px) {
  .single--post .entry-content figure {
    margin: 30px 0 40px;
  }
  .single--post .entry-content figure.wp-block-image figcaption {
    margin: 10px 0 0;
  }
  .single--post .entry-content figure img {
    width: 100%;
  }
  .single--post .entry-content .wp-block-separator {
    border-color: #000;
    margin: 40px 0 10px;
  }
}

.blog-articles {
  background: #fff;
  padding: 30px 0 100px;
}
@media (max-width: 1023.98px) {
  .blog-articles {
    padding: 30px 0 20px;
  }
}

.blog-filters {
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  height: 44px;
  background: url(../img/icon-filter.png) no-repeat left center;
  background-size: 19px 11px;
  margin: 0 0 40px;
  padding-left: 40px;
}
.blog-filters ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 24px;
  overflow-y: auto;
  flex-wrap: nowrap;
  justify-content: start;
  -webkit-overflow-scrolling: touch; /* smooth scroll on iOS */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
.blog-filters ul::-webkit-scrollbar {
  display: none;
}
.blog-filters ul li {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1;
  padding: 14px 0 13px;
  border-bottom: 2px solid transparent;
}
.blog-filters ul li a {
  color: #666666;
}
.blog-filters ul li.active, .blog-filters ul li:hover {
  border-color: #000;
}
.blog-filters ul li.active a, .blog-filters ul li:hover a {
  color: #000;
}

.articles-list {
  margin-top: 40px;
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.articles-list article {
  position: relative;
  width: calc(50% - 30px);
  border-top: 3px solid #A50022;
}
.articles-list article .item {
  padding: 16px 16px 0 0;
}
.articles-list article .item.has-image {
  padding-right: 180px;
}
.articles-list article .item__image {
  position: absolute;
  right: 0;
  top: 10px;
  width: 160px;
}
.articles-list article .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 100%;
  display: block;
}
.articles-list article .item__title {
  font-size: 24px;
  line-height: 1.2;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  margin: 0 0 10px;
}
.articles-list article .item__title a {
  color: #000;
}
.articles-list article .item__title a:hover {
  color: #A50022;
}
.articles-list article .item__excerpt {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.articles-list article .post-meta {
  margin: 0 0 15px;
}
.articles-list article .posted-in {
  background: #fff;
  padding: 5px 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #A50022;
  transition: all 0.1s ease;
}
@media (max-width: 1023.98px) {
  .articles-list {
    margin-top: 10px;
    gap: 30px;
  }
  .articles-list article {
    width: calc(50% - 15px);
    border-width: 2px;
  }
  .articles-list article .item.has-image {
    padding-right: 140px;
  }
  .articles-list article .item__image {
    width: 120px;
  }
  .articles-list article .item__title {
    font-size: 21px;
    line-height: 1.2;
  }
  .articles-list article .item__excerpt {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 799.98px) {
  .articles-list article {
    width: 100%;
  }
  .articles-list article .item.has-image {
    padding-right: 120px;
  }
  .articles-list article .item__image {
    width: 96px;
  }
}
@media (max-width: 439.98px) {
  .articles-list article .item__title {
    font-size: 18px;
    line-height: 1.4;
  }
}

.pagination {
  position: relative;
  text-align: center;
  border-top: 1px solid #A50022;
  margin-top: 60px;
  padding-top: 20px;
  margin: 0 0 30px;
}
.pagination small {
  display: block;
  color: #828282;
  margin: 0 0 15px;
}
.pagination .page-link {
  display: inline-block;
  margin: 0 4px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}
.pagination a, .pagination .current {
  border: none;
  width: 24px;
  display: inline-block;
  padding: 4px 0 6px;
}
.pagination a {
  display: inline-block;
  color: #1798AE;
}
.pagination .current {
  color: #fff;
  background: #1798AE;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.pagination .next, .pagination .prev {
  position: absolute;
  bottom: 0;
  width: auto;
  text-transform: uppercase;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}

.post-navigation {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin: 30px 0;
}
.post-navigation::after {
  display: block;
  clear: both;
  content: "";
}
.post-navigation a {
  border: none;
}
.post-navigation .meta-nav {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
}
.post-navigation .post-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
}
.post-navigation .nav-previous {
  float: left;
  width: 40%;
}
.post-navigation .nav-next {
  text-align: right;
  float: right;
  width: 40%;
}

.post-author {
  font-size: 13px;
  line-height: 1.5;
  border: 1px solid #e9ecef;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 120px 15px 15px;
  color: #454545;
  margin: 0 0 40px;
  min-height: 120px;
  position: relative;
}
.post-author__image {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
}
.post-author__image img {
  border: 1px solid #efefef;
  padding: 3px;
  max-width: 90px !important;
  height: auto !important;
}
.post-author__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.4;
  margin: 0;
}
.post-author h4 {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 1023.98px) {
  .post-author {
    font-size: 12px;
    line-height: 1.4;
  }
  .post-author h4 {
    font-size: 10px;
  }
  .post-author__name {
    font-size: 14px;
    line-height: 1.5;
  }
}
@media (max-width: 799.98px) {
  .post-author {
    margin: 50px 0 40px;
  }
}

.latest-posts .item {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}
.latest-posts .item__wrapper {
  display: flex;
  margin: 0 0 50px;
}
.latest-posts .item__wrapper:last-child {
  margin: 0;
}
.latest-posts .item__title {
  font-size: 30px;
  line-height: 34px;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
}
.latest-posts .item__title a {
  color: #000;
}
.latest-posts .item__title a:hover {
  color: #A50022;
}
.latest-posts .item.has-image {
  position: relative;
  padding-left: 170px;
  min-height: 100px;
}
.latest-posts .item.has-image .item__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 150px;
}
.latest-posts .item.has-image .item__image figure {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  width: 100%;
  padding-top: 66.666%;
  display: block;
  width: 100%;
}
@media (max-width: 1239.98px) {
  .latest-posts .item__wrapper {
    margin: 0 0 40px;
  }
  .latest-posts .item__title {
    font-size: 24px;
    line-height: 26px;
  }
  .latest-posts .item.has-image {
    padding-left: 120px;
    min-height: 67px;
  }
  .latest-posts .item.has-image .item__image {
    max-width: 100px;
  }
}
@media (max-width: 1023.98px) {
  .latest-posts {
    margin: 0 -15px;
  }
  .latest-posts .item__wrapper {
    width: 50%;
    float: left;
    padding: 0 15px;
  }
  .latest-posts .item__wrapper:nth-child(2n+1) {
    clear: left;
  }
  .latest-posts .item__title {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 799.98px) {
  .latest-posts {
    margin: 0;
  }
  .latest-posts .item__wrapper {
    width: 100%;
    float: none;
    margin: 0 0 40px;
    padding: 0;
  }
  .latest-posts .item__title {
    font-size: 22px;
    line-height: 24px;
  }
}

@media (max-width: 799.98px) {
  .heading-latest {
    padding-top: 50px;
  }
}

.entry-content-wrapper {
  padding: 60px 0 100px;
}
.entry-content-wrapper .container {
  position: relative;
}
.entry-content-wrapper .post-content__wrapper .back-to-insights {
  width: 20%;
  float: left;
}
.entry-content-wrapper .post-content__wrapper .back-to-insights a {
  display: inline-block;
  width: 24px;
  height: 12px;
  background: url(../img/arrow_right_alt_black.png) no-repeat;
  background-size: 100%;
}
.entry-content-wrapper .post-content__wrapper .back-to-insights a:hover {
  background-image: url(../img/arrow_right_alt_blue.png);
}
.entry-content-wrapper .post-content__wrapper .back-to-insights img {
  width: 24px;
  height: auto;
}
.entry-content-wrapper .post-content__wrapper .back-to-insights.bottom {
  display: none;
}
.entry-content-wrapper .entry-meta {
  font-size: 14px;
  line-height: 1.33;
  margin: 0 0 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item {
  margin: 0 0 15px;
  float: left;
  margin-left: 50px;
}
.entry-content-wrapper .entry-meta .entry-author .item:first-child {
  margin-left: 0;
}
.entry-content-wrapper .entry-meta .entry-author .item h4 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.33;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}

.wp-block-button .wp-block-button__link {
  background: #006D88;
  display: inline-block;
  padding: 13px 56px 15px 24px;
  position: relative;
  transition: all 0.2s linear;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.wp-block-button .wp-block-button__link::after {
  content: "";
  background: url(../img/arrow-right-white.png) no-repeat center center;
  background-size: 16px 12px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s linear;
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #044251;
  color: #fff;
}

.wp-embedded-content {
  width: 100% !important;
}

.post-social-share {
  text-align: right;
}
.post-social-share h4 {
  display: none;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  margin: 0 0 10px;
  padding-top: 10px;
  position: relative;
}
.post-social-share h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  width: 20px;
  background: #000;
}
.post-social-share ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 32px;
}
.post-social-share ul li a {
  font-size: 18px;
  display: inline-block;
  line-height: 1;
  width: 20px;
  height: 20px;
}
.post-social-share ul li a svg g {
  fill: #000;
}
.post-social-share ul li a:hover svg g {
  fill: #A50022;
}
@media (max-width: 799.98px) {
  .post-social-share {
    padding: 10px 20px 20px;
    width: 100%;
  }
  .post-social-share ul {
    justify-content: end;
  }
}

.custom-form {
  max-width: 520px;
}
.custom-form p {
  margin: 0;
}
.custom-form .field-group {
  position: relative;
  margin: 0 0 30px;
}
.custom-form .field-group-action {
  margin: 0;
}
.custom-form label {
  font-weight: 600;
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-transform: uppercase;
}
.custom-form label em {
  text-transform: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 400;
}
@media (max-width: 799.98px) {
  .custom-form label {
    font-size: 12px;
    line-height: 18px;
  }
  .custom-form label em {
    font-size: 11px;
    line-height: 1.3;
  }
}
.custom-form .field-input, .custom-form .wpcf7-form-control {
  color: #000;
  border: 1px solid #cecece;
  width: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.custom-form .wpcf7-textarea {
  height: 100px;
}
.custom-form .wpcf7-submit {
  color: #fff;
  background: #A50022;
  border: none;
  text-decoration: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-decoration: none !important;
  padding: 14px 20px;
  min-width: 140px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.custom-form .wpcf7-submit:hover {
  background-color: #000;
}
.custom-form .wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 1.4;
  margin-top: 5px;
  display: block;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  padding: 15px 20px;
  margin: 0 0 30px;
}

.hero-404 {
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  position: relative;
}
.hero-404__content {
  position: absolute;
  top: 20%;
  width: 100%;
  color: #fff;
  font-weight: normal;
  font-family: "Noto Sans", "Noto Sans", georgia, Helvetica, "Helvetica Neue", Arial, sans-serif;
}
.hero-404__content .wow {
  max-width: 440px;
}
.hero-404__content h1 {
  font-size: 150px;
  line-height: 0.9;
  margin: 0 0 30px;
}
.hero-404__content p {
  font-size: 36px;
  line-height: 1.3;
  max-width: 550px;
  width: 100%;
}
.hero-404__content p a {
  color: #fff;
}
.hero-404__content p a:hover span::after {
  background-position: left 20px bottom;
}
.hero-404__content p span::after {
  background: url(../img/link_arrow_white.svg) no-repeat left 10px bottom;
  background-size: 20px 20px;
  width: 46px;
  height: 26px;
  content: "";
  display: inline-block;
  transition: all 0.1s linear;
}
.hero-404 img {
  width: 100%;
  height: auto;
}
@media (max-width: 1239.98px) {
  .hero-404__content .wow {
    max-width: 380px;
  }
  .hero-404__content h1 {
    font-size: 108px;
    line-height: 1.1;
    margin: 0 0 10px;
  }
  .hero-404__content p {
    font-size: 30px;
    line-height: 1.3;
  }
  .hero-404__content p a:hover span::after {
    background-position: left 15px bottom;
  }
  .hero-404__content p span::after {
    background-size: 18px 18px;
    width: 40px;
  }
}
@media (max-width: 799.98px) {
  .hero-404__content .wow {
    max-width: 320px;
  }
  .hero-404__content h1 {
    font-size: 90px;
    line-height: 1.1;
    margin: 0;
  }
  .hero-404__content p {
    font-size: 24px;
    line-height: 1.3;
  }
  .hero-404__content p a:hover span::after {
    background-position: left 15px bottom;
  }
  .hero-404__content p span::after {
    background-size: 16px 16px;
    width: 40px;
  }
}
@media (max-width: 439.98px) {
  .hero-404__content {
    top: 160px;
  }
  .hero-404__content p {
    font-size: 22px;
    line-height: 1.3;
  }
  .hero-404__content p a:hover span::after {
    background-position: left 15px bottom;
  }
  .hero-404__content p span::after {
    background-size: 14px 14px;
  }
}

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

.video-wrapper {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}
.video-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hline {
  margin: 50px 0;
  height: 1px;
  background: #ccc;
}

/*# sourceMappingURL=app.css.map */
