@charset "UTF-8";
/**********************************************************************************************************************/
/**** Libraries / Frameworks                                                                                       ****/
/**********************************************************************************************************************/
/* BOOTSTRAP - Required
  reboot - resets styling to be more universal for all browsers
  grid - creates the flex grid styling in BS4
  transitions - adds hide and show clollapsy bits
  utilities - all the magic d- w- text- m- classes
*/
/*!
 * Bootstrap Reboot v4.3.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)
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Inter:wght@300;400;500;600;700&display=swap");
*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  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: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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.3.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: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row, .page-nav-bg .page-nav ul, .page-nav-bg .container ul, .subnav .page-nav ul, .subnav .container ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .page-nav-bg .page-nav ul .no-gutters > li, .page-nav-bg .container ul .no-gutters > li, .subnav .page-nav ul .no-gutters > li, .subnav .container ul .no-gutters > li,
.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, .page-nav-bg .page-nav ul li, .page-nav-bg .container ul li, .subnav .page-nav ul li, .subnav .container ul li,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col, .page-nav-bg .page-nav ul li, .page-nav-bg .container ul li, .subnav .page-nav ul li, .subnav .container ul li {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .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: 576px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-8 {
  padding: 6rem !important;
}

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

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

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

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

.p-9 {
  padding: 7rem !important;
}

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

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

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

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

.p-10 {
  padding: 8rem !important;
}

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

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

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

.pl-10,
.px-10 {
  padding-left: 8rem !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-n6 {
  margin: -4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-8 {
    padding: 6rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 6rem !important;
  }

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

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 6rem !important;
  }

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

  .p-sm-9 {
    padding: 7rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 7rem !important;
  }

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

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 7rem !important;
  }

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

  .p-sm-10 {
    padding: 8rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 8rem !important;
  }

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

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-8 {
    padding: 6rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 6rem !important;
  }

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

  .pb-md-8,
.py-md-8 {
    padding-bottom: 6rem !important;
  }

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

  .p-md-9 {
    padding: 7rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 7rem !important;
  }

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

  .pb-md-9,
.py-md-9 {
    padding-bottom: 7rem !important;
  }

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

  .p-md-10 {
    padding: 8rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 8rem !important;
  }

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

  .pb-md-10,
.py-md-10 {
    padding-bottom: 8rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-8 {
    padding: 6rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 6rem !important;
  }

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

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 6rem !important;
  }

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

  .p-lg-9 {
    padding: 7rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 7rem !important;
  }

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

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 7rem !important;
  }

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

  .p-lg-10 {
    padding: 8rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 8rem !important;
  }

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

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 5rem !important;
  }

  .m-xl-8 {
    margin: 6rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 6rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 6rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 6rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 7rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 7rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 7rem !important;
  }

  .m-xl-10 {
    margin: 8rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 8rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 8rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 8rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 5rem !important;
  }

  .p-xl-8 {
    padding: 6rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 6rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 6rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 6rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 7rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 7rem !important;
  }

  .p-xl-10 {
    padding: 8rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 8rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 8rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -5rem !important;
  }

  .m-xl-n8 {
    margin: -6rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -6rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -6rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -6rem !important;
  }

  .m-xl-n9 {
    margin: -7rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -7rem !important;
  }

  .m-xl-n10 {
    margin: -8rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -8rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -8rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -8rem !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;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #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: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: 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;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.m-6 {
  margin: 4rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.mt-7,
.my-7 {
  margin-top: 5rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 5rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.mt-8,
.my-8 {
  margin-top: 6rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 6rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.mt-9,
.my-9 {
  margin-top: 7rem !important;
}

.mr-9,
.mx-9 {
  margin-right: 7rem !important;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem !important;
}

.ml-9,
.mx-9 {
  margin-left: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

.mt-10,
.my-10 {
  margin-top: 8rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 8rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 8rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 8rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.p-6 {
  padding: 4rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.pt-7,
.py-7 {
  padding-top: 5rem !important;
}

.pr-7,
.px-7 {
  padding-right: 5rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem !important;
}

.pl-7,
.px-7 {
  padding-left: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.pt-8,
.py-8 {
  padding-top: 6rem !important;
}

.pr-8,
.px-8 {
  padding-right: 6rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem !important;
}

.pl-8,
.px-8 {
  padding-left: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.pt-9,
.py-9 {
  padding-top: 7rem !important;
}

.pr-9,
.px-9 {
  padding-right: 7rem !important;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem !important;
}

.pl-9,
.px-9 {
  padding-left: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

.pt-10,
.py-10 {
  padding-top: 8rem !important;
}

.pr-10,
.px-10 {
  padding-right: 8rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 8rem !important;
}

.pl-10,
.px-10 {
  padding-left: 8rem !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-n6 {
  margin: -4rem !important;
}

.mt-n6,
.my-n6 {
  margin-top: -4rem !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -4rem !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -4rem !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -4rem !important;
}

.m-n7 {
  margin: -5rem !important;
}

.mt-n7,
.my-n7 {
  margin-top: -5rem !important;
}

.mr-n7,
.mx-n7 {
  margin-right: -5rem !important;
}

.mb-n7,
.my-n7 {
  margin-bottom: -5rem !important;
}

.ml-n7,
.mx-n7 {
  margin-left: -5rem !important;
}

.m-n8 {
  margin: -6rem !important;
}

.mt-n8,
.my-n8 {
  margin-top: -6rem !important;
}

.mr-n8,
.mx-n8 {
  margin-right: -6rem !important;
}

.mb-n8,
.my-n8 {
  margin-bottom: -6rem !important;
}

.ml-n8,
.mx-n8 {
  margin-left: -6rem !important;
}

.m-n9 {
  margin: -7rem !important;
}

.mt-n9,
.my-n9 {
  margin-top: -7rem !important;
}

.mr-n9,
.mx-n9 {
  margin-right: -7rem !important;
}

.mb-n9,
.my-n9 {
  margin-bottom: -7rem !important;
}

.ml-n9,
.mx-n9 {
  margin-left: -7rem !important;
}

.m-n10 {
  margin: -8rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -8rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -8rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -8rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -8rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .m-sm-6 {
    margin: 4rem !important;
  }

  .mt-sm-6,
.my-sm-6 {
    margin-top: 4rem !important;
  }

  .mr-sm-6,
.mx-sm-6 {
    margin-right: 4rem !important;
  }

  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 4rem !important;
  }

  .ml-sm-6,
.mx-sm-6 {
    margin-left: 4rem !important;
  }

  .m-sm-7 {
    margin: 5rem !important;
  }

  .mt-sm-7,
.my-sm-7 {
    margin-top: 5rem !important;
  }

  .mr-sm-7,
.mx-sm-7 {
    margin-right: 5rem !important;
  }

  .mb-sm-7,
.my-sm-7 {
    margin-bottom: 5rem !important;
  }

  .ml-sm-7,
.mx-sm-7 {
    margin-left: 5rem !important;
  }

  .m-sm-8 {
    margin: 6rem !important;
  }

  .mt-sm-8,
.my-sm-8 {
    margin-top: 6rem !important;
  }

  .mr-sm-8,
.mx-sm-8 {
    margin-right: 6rem !important;
  }

  .mb-sm-8,
.my-sm-8 {
    margin-bottom: 6rem !important;
  }

  .ml-sm-8,
.mx-sm-8 {
    margin-left: 6rem !important;
  }

  .m-sm-9 {
    margin: 7rem !important;
  }

  .mt-sm-9,
.my-sm-9 {
    margin-top: 7rem !important;
  }

  .mr-sm-9,
.mx-sm-9 {
    margin-right: 7rem !important;
  }

  .mb-sm-9,
.my-sm-9 {
    margin-bottom: 7rem !important;
  }

  .ml-sm-9,
.mx-sm-9 {
    margin-left: 7rem !important;
  }

  .m-sm-10 {
    margin: 8rem !important;
  }

  .mt-sm-10,
.my-sm-10 {
    margin-top: 8rem !important;
  }

  .mr-sm-10,
.mx-sm-10 {
    margin-right: 8rem !important;
  }

  .mb-sm-10,
.my-sm-10 {
    margin-bottom: 8rem !important;
  }

  .ml-sm-10,
.mx-sm-10 {
    margin-left: 8rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .p-sm-6 {
    padding: 4rem !important;
  }

  .pt-sm-6,
.py-sm-6 {
    padding-top: 4rem !important;
  }

  .pr-sm-6,
.px-sm-6 {
    padding-right: 4rem !important;
  }

  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 4rem !important;
  }

  .pl-sm-6,
.px-sm-6 {
    padding-left: 4rem !important;
  }

  .p-sm-7 {
    padding: 5rem !important;
  }

  .pt-sm-7,
.py-sm-7 {
    padding-top: 5rem !important;
  }

  .pr-sm-7,
.px-sm-7 {
    padding-right: 5rem !important;
  }

  .pb-sm-7,
.py-sm-7 {
    padding-bottom: 5rem !important;
  }

  .pl-sm-7,
.px-sm-7 {
    padding-left: 5rem !important;
  }

  .p-sm-8 {
    padding: 6rem !important;
  }

  .pt-sm-8,
.py-sm-8 {
    padding-top: 6rem !important;
  }

  .pr-sm-8,
.px-sm-8 {
    padding-right: 6rem !important;
  }

  .pb-sm-8,
.py-sm-8 {
    padding-bottom: 6rem !important;
  }

  .pl-sm-8,
.px-sm-8 {
    padding-left: 6rem !important;
  }

  .p-sm-9 {
    padding: 7rem !important;
  }

  .pt-sm-9,
.py-sm-9 {
    padding-top: 7rem !important;
  }

  .pr-sm-9,
.px-sm-9 {
    padding-right: 7rem !important;
  }

  .pb-sm-9,
.py-sm-9 {
    padding-bottom: 7rem !important;
  }

  .pl-sm-9,
.px-sm-9 {
    padding-left: 7rem !important;
  }

  .p-sm-10 {
    padding: 8rem !important;
  }

  .pt-sm-10,
.py-sm-10 {
    padding-top: 8rem !important;
  }

  .pr-sm-10,
.px-sm-10 {
    padding-right: 8rem !important;
  }

  .pb-sm-10,
.py-sm-10 {
    padding-bottom: 8rem !important;
  }

  .pl-sm-10,
.px-sm-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -4rem !important;
  }

  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -4rem !important;
  }

  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -4rem !important;
  }

  .m-sm-n7 {
    margin: -5rem !important;
  }

  .mt-sm-n7,
.my-sm-n7 {
    margin-top: -5rem !important;
  }

  .mr-sm-n7,
.mx-sm-n7 {
    margin-right: -5rem !important;
  }

  .mb-sm-n7,
.my-sm-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-sm-n7,
.mx-sm-n7 {
    margin-left: -5rem !important;
  }

  .m-sm-n8 {
    margin: -6rem !important;
  }

  .mt-sm-n8,
.my-sm-n8 {
    margin-top: -6rem !important;
  }

  .mr-sm-n8,
.mx-sm-n8 {
    margin-right: -6rem !important;
  }

  .mb-sm-n8,
.my-sm-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-sm-n8,
.mx-sm-n8 {
    margin-left: -6rem !important;
  }

  .m-sm-n9 {
    margin: -7rem !important;
  }

  .mt-sm-n9,
.my-sm-n9 {
    margin-top: -7rem !important;
  }

  .mr-sm-n9,
.mx-sm-n9 {
    margin-right: -7rem !important;
  }

  .mb-sm-n9,
.my-sm-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-sm-n9,
.mx-sm-n9 {
    margin-left: -7rem !important;
  }

  .m-sm-n10 {
    margin: -8rem !important;
  }

  .mt-sm-n10,
.my-sm-n10 {
    margin-top: -8rem !important;
  }

  .mr-sm-n10,
.mx-sm-n10 {
    margin-right: -8rem !important;
  }

  .mb-sm-n10,
.my-sm-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-sm-n10,
.mx-sm-n10 {
    margin-left: -8rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .m-md-6 {
    margin: 4rem !important;
  }

  .mt-md-6,
.my-md-6 {
    margin-top: 4rem !important;
  }

  .mr-md-6,
.mx-md-6 {
    margin-right: 4rem !important;
  }

  .mb-md-6,
.my-md-6 {
    margin-bottom: 4rem !important;
  }

  .ml-md-6,
.mx-md-6 {
    margin-left: 4rem !important;
  }

  .m-md-7 {
    margin: 5rem !important;
  }

  .mt-md-7,
.my-md-7 {
    margin-top: 5rem !important;
  }

  .mr-md-7,
.mx-md-7 {
    margin-right: 5rem !important;
  }

  .mb-md-7,
.my-md-7 {
    margin-bottom: 5rem !important;
  }

  .ml-md-7,
.mx-md-7 {
    margin-left: 5rem !important;
  }

  .m-md-8 {
    margin: 6rem !important;
  }

  .mt-md-8,
.my-md-8 {
    margin-top: 6rem !important;
  }

  .mr-md-8,
.mx-md-8 {
    margin-right: 6rem !important;
  }

  .mb-md-8,
.my-md-8 {
    margin-bottom: 6rem !important;
  }

  .ml-md-8,
.mx-md-8 {
    margin-left: 6rem !important;
  }

  .m-md-9 {
    margin: 7rem !important;
  }

  .mt-md-9,
.my-md-9 {
    margin-top: 7rem !important;
  }

  .mr-md-9,
.mx-md-9 {
    margin-right: 7rem !important;
  }

  .mb-md-9,
.my-md-9 {
    margin-bottom: 7rem !important;
  }

  .ml-md-9,
.mx-md-9 {
    margin-left: 7rem !important;
  }

  .m-md-10 {
    margin: 8rem !important;
  }

  .mt-md-10,
.my-md-10 {
    margin-top: 8rem !important;
  }

  .mr-md-10,
.mx-md-10 {
    margin-right: 8rem !important;
  }

  .mb-md-10,
.my-md-10 {
    margin-bottom: 8rem !important;
  }

  .ml-md-10,
.mx-md-10 {
    margin-left: 8rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .p-md-6 {
    padding: 4rem !important;
  }

  .pt-md-6,
.py-md-6 {
    padding-top: 4rem !important;
  }

  .pr-md-6,
.px-md-6 {
    padding-right: 4rem !important;
  }

  .pb-md-6,
.py-md-6 {
    padding-bottom: 4rem !important;
  }

  .pl-md-6,
.px-md-6 {
    padding-left: 4rem !important;
  }

  .p-md-7 {
    padding: 5rem !important;
  }

  .pt-md-7,
.py-md-7 {
    padding-top: 5rem !important;
  }

  .pr-md-7,
.px-md-7 {
    padding-right: 5rem !important;
  }

  .pb-md-7,
.py-md-7 {
    padding-bottom: 5rem !important;
  }

  .pl-md-7,
.px-md-7 {
    padding-left: 5rem !important;
  }

  .p-md-8 {
    padding: 6rem !important;
  }

  .pt-md-8,
.py-md-8 {
    padding-top: 6rem !important;
  }

  .pr-md-8,
.px-md-8 {
    padding-right: 6rem !important;
  }

  .pb-md-8,
.py-md-8 {
    padding-bottom: 6rem !important;
  }

  .pl-md-8,
.px-md-8 {
    padding-left: 6rem !important;
  }

  .p-md-9 {
    padding: 7rem !important;
  }

  .pt-md-9,
.py-md-9 {
    padding-top: 7rem !important;
  }

  .pr-md-9,
.px-md-9 {
    padding-right: 7rem !important;
  }

  .pb-md-9,
.py-md-9 {
    padding-bottom: 7rem !important;
  }

  .pl-md-9,
.px-md-9 {
    padding-left: 7rem !important;
  }

  .p-md-10 {
    padding: 8rem !important;
  }

  .pt-md-10,
.py-md-10 {
    padding-top: 8rem !important;
  }

  .pr-md-10,
.px-md-10 {
    padding-right: 8rem !important;
  }

  .pb-md-10,
.py-md-10 {
    padding-bottom: 8rem !important;
  }

  .pl-md-10,
.px-md-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

  .mt-md-n6,
.my-md-n6 {
    margin-top: -4rem !important;
  }

  .mr-md-n6,
.mx-md-n6 {
    margin-right: -4rem !important;
  }

  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-md-n6,
.mx-md-n6 {
    margin-left: -4rem !important;
  }

  .m-md-n7 {
    margin: -5rem !important;
  }

  .mt-md-n7,
.my-md-n7 {
    margin-top: -5rem !important;
  }

  .mr-md-n7,
.mx-md-n7 {
    margin-right: -5rem !important;
  }

  .mb-md-n7,
.my-md-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-md-n7,
.mx-md-n7 {
    margin-left: -5rem !important;
  }

  .m-md-n8 {
    margin: -6rem !important;
  }

  .mt-md-n8,
.my-md-n8 {
    margin-top: -6rem !important;
  }

  .mr-md-n8,
.mx-md-n8 {
    margin-right: -6rem !important;
  }

  .mb-md-n8,
.my-md-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-md-n8,
.mx-md-n8 {
    margin-left: -6rem !important;
  }

  .m-md-n9 {
    margin: -7rem !important;
  }

  .mt-md-n9,
.my-md-n9 {
    margin-top: -7rem !important;
  }

  .mr-md-n9,
.mx-md-n9 {
    margin-right: -7rem !important;
  }

  .mb-md-n9,
.my-md-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-md-n9,
.mx-md-n9 {
    margin-left: -7rem !important;
  }

  .m-md-n10 {
    margin: -8rem !important;
  }

  .mt-md-n10,
.my-md-n10 {
    margin-top: -8rem !important;
  }

  .mr-md-n10,
.mx-md-n10 {
    margin-right: -8rem !important;
  }

  .mb-md-n10,
.my-md-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-md-n10,
.mx-md-n10 {
    margin-left: -8rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .m-lg-6 {
    margin: 4rem !important;
  }

  .mt-lg-6,
.my-lg-6 {
    margin-top: 4rem !important;
  }

  .mr-lg-6,
.mx-lg-6 {
    margin-right: 4rem !important;
  }

  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 4rem !important;
  }

  .ml-lg-6,
.mx-lg-6 {
    margin-left: 4rem !important;
  }

  .m-lg-7 {
    margin: 5rem !important;
  }

  .mt-lg-7,
.my-lg-7 {
    margin-top: 5rem !important;
  }

  .mr-lg-7,
.mx-lg-7 {
    margin-right: 5rem !important;
  }

  .mb-lg-7,
.my-lg-7 {
    margin-bottom: 5rem !important;
  }

  .ml-lg-7,
.mx-lg-7 {
    margin-left: 5rem !important;
  }

  .m-lg-8 {
    margin: 6rem !important;
  }

  .mt-lg-8,
.my-lg-8 {
    margin-top: 6rem !important;
  }

  .mr-lg-8,
.mx-lg-8 {
    margin-right: 6rem !important;
  }

  .mb-lg-8,
.my-lg-8 {
    margin-bottom: 6rem !important;
  }

  .ml-lg-8,
.mx-lg-8 {
    margin-left: 6rem !important;
  }

  .m-lg-9 {
    margin: 7rem !important;
  }

  .mt-lg-9,
.my-lg-9 {
    margin-top: 7rem !important;
  }

  .mr-lg-9,
.mx-lg-9 {
    margin-right: 7rem !important;
  }

  .mb-lg-9,
.my-lg-9 {
    margin-bottom: 7rem !important;
  }

  .ml-lg-9,
.mx-lg-9 {
    margin-left: 7rem !important;
  }

  .m-lg-10 {
    margin: 8rem !important;
  }

  .mt-lg-10,
.my-lg-10 {
    margin-top: 8rem !important;
  }

  .mr-lg-10,
.mx-lg-10 {
    margin-right: 8rem !important;
  }

  .mb-lg-10,
.my-lg-10 {
    margin-bottom: 8rem !important;
  }

  .ml-lg-10,
.mx-lg-10 {
    margin-left: 8rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .p-lg-6 {
    padding: 4rem !important;
  }

  .pt-lg-6,
.py-lg-6 {
    padding-top: 4rem !important;
  }

  .pr-lg-6,
.px-lg-6 {
    padding-right: 4rem !important;
  }

  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 4rem !important;
  }

  .pl-lg-6,
.px-lg-6 {
    padding-left: 4rem !important;
  }

  .p-lg-7 {
    padding: 5rem !important;
  }

  .pt-lg-7,
.py-lg-7 {
    padding-top: 5rem !important;
  }

  .pr-lg-7,
.px-lg-7 {
    padding-right: 5rem !important;
  }

  .pb-lg-7,
.py-lg-7 {
    padding-bottom: 5rem !important;
  }

  .pl-lg-7,
.px-lg-7 {
    padding-left: 5rem !important;
  }

  .p-lg-8 {
    padding: 6rem !important;
  }

  .pt-lg-8,
.py-lg-8 {
    padding-top: 6rem !important;
  }

  .pr-lg-8,
.px-lg-8 {
    padding-right: 6rem !important;
  }

  .pb-lg-8,
.py-lg-8 {
    padding-bottom: 6rem !important;
  }

  .pl-lg-8,
.px-lg-8 {
    padding-left: 6rem !important;
  }

  .p-lg-9 {
    padding: 7rem !important;
  }

  .pt-lg-9,
.py-lg-9 {
    padding-top: 7rem !important;
  }

  .pr-lg-9,
.px-lg-9 {
    padding-right: 7rem !important;
  }

  .pb-lg-9,
.py-lg-9 {
    padding-bottom: 7rem !important;
  }

  .pl-lg-9,
.px-lg-9 {
    padding-left: 7rem !important;
  }

  .p-lg-10 {
    padding: 8rem !important;
  }

  .pt-lg-10,
.py-lg-10 {
    padding-top: 8rem !important;
  }

  .pr-lg-10,
.px-lg-10 {
    padding-right: 8rem !important;
  }

  .pb-lg-10,
.py-lg-10 {
    padding-bottom: 8rem !important;
  }

  .pl-lg-10,
.px-lg-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -4rem !important;
  }

  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -4rem !important;
  }

  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -4rem !important;
  }

  .m-lg-n7 {
    margin: -5rem !important;
  }

  .mt-lg-n7,
.my-lg-n7 {
    margin-top: -5rem !important;
  }

  .mr-lg-n7,
.mx-lg-n7 {
    margin-right: -5rem !important;
  }

  .mb-lg-n7,
.my-lg-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-lg-n7,
.mx-lg-n7 {
    margin-left: -5rem !important;
  }

  .m-lg-n8 {
    margin: -6rem !important;
  }

  .mt-lg-n8,
.my-lg-n8 {
    margin-top: -6rem !important;
  }

  .mr-lg-n8,
.mx-lg-n8 {
    margin-right: -6rem !important;
  }

  .mb-lg-n8,
.my-lg-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-lg-n8,
.mx-lg-n8 {
    margin-left: -6rem !important;
  }

  .m-lg-n9 {
    margin: -7rem !important;
  }

  .mt-lg-n9,
.my-lg-n9 {
    margin-top: -7rem !important;
  }

  .mr-lg-n9,
.mx-lg-n9 {
    margin-right: -7rem !important;
  }

  .mb-lg-n9,
.my-lg-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-lg-n9,
.mx-lg-n9 {
    margin-left: -7rem !important;
  }

  .m-lg-n10 {
    margin: -8rem !important;
  }

  .mt-lg-n10,
.my-lg-n10 {
    margin-top: -8rem !important;
  }

  .mr-lg-n10,
.mx-lg-n10 {
    margin-right: -8rem !important;
  }

  .mb-lg-n10,
.my-lg-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-lg-n10,
.mx-lg-n10 {
    margin-left: -8rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .m-xl-6 {
    margin: 4rem !important;
  }

  .mt-xl-6,
.my-xl-6 {
    margin-top: 4rem !important;
  }

  .mr-xl-6,
.mx-xl-6 {
    margin-right: 4rem !important;
  }

  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 4rem !important;
  }

  .ml-xl-6,
.mx-xl-6 {
    margin-left: 4rem !important;
  }

  .m-xl-7 {
    margin: 5rem !important;
  }

  .mt-xl-7,
.my-xl-7 {
    margin-top: 5rem !important;
  }

  .mr-xl-7,
.mx-xl-7 {
    margin-right: 5rem !important;
  }

  .mb-xl-7,
.my-xl-7 {
    margin-bottom: 5rem !important;
  }

  .ml-xl-7,
.mx-xl-7 {
    margin-left: 5rem !important;
  }

  .m-xl-8 {
    margin: 6rem !important;
  }

  .mt-xl-8,
.my-xl-8 {
    margin-top: 6rem !important;
  }

  .mr-xl-8,
.mx-xl-8 {
    margin-right: 6rem !important;
  }

  .mb-xl-8,
.my-xl-8 {
    margin-bottom: 6rem !important;
  }

  .ml-xl-8,
.mx-xl-8 {
    margin-left: 6rem !important;
  }

  .m-xl-9 {
    margin: 7rem !important;
  }

  .mt-xl-9,
.my-xl-9 {
    margin-top: 7rem !important;
  }

  .mr-xl-9,
.mx-xl-9 {
    margin-right: 7rem !important;
  }

  .mb-xl-9,
.my-xl-9 {
    margin-bottom: 7rem !important;
  }

  .ml-xl-9,
.mx-xl-9 {
    margin-left: 7rem !important;
  }

  .m-xl-10 {
    margin: 8rem !important;
  }

  .mt-xl-10,
.my-xl-10 {
    margin-top: 8rem !important;
  }

  .mr-xl-10,
.mx-xl-10 {
    margin-right: 8rem !important;
  }

  .mb-xl-10,
.my-xl-10 {
    margin-bottom: 8rem !important;
  }

  .ml-xl-10,
.mx-xl-10 {
    margin-left: 8rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .p-xl-6 {
    padding: 4rem !important;
  }

  .pt-xl-6,
.py-xl-6 {
    padding-top: 4rem !important;
  }

  .pr-xl-6,
.px-xl-6 {
    padding-right: 4rem !important;
  }

  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 4rem !important;
  }

  .pl-xl-6,
.px-xl-6 {
    padding-left: 4rem !important;
  }

  .p-xl-7 {
    padding: 5rem !important;
  }

  .pt-xl-7,
.py-xl-7 {
    padding-top: 5rem !important;
  }

  .pr-xl-7,
.px-xl-7 {
    padding-right: 5rem !important;
  }

  .pb-xl-7,
.py-xl-7 {
    padding-bottom: 5rem !important;
  }

  .pl-xl-7,
.px-xl-7 {
    padding-left: 5rem !important;
  }

  .p-xl-8 {
    padding: 6rem !important;
  }

  .pt-xl-8,
.py-xl-8 {
    padding-top: 6rem !important;
  }

  .pr-xl-8,
.px-xl-8 {
    padding-right: 6rem !important;
  }

  .pb-xl-8,
.py-xl-8 {
    padding-bottom: 6rem !important;
  }

  .pl-xl-8,
.px-xl-8 {
    padding-left: 6rem !important;
  }

  .p-xl-9 {
    padding: 7rem !important;
  }

  .pt-xl-9,
.py-xl-9 {
    padding-top: 7rem !important;
  }

  .pr-xl-9,
.px-xl-9 {
    padding-right: 7rem !important;
  }

  .pb-xl-9,
.py-xl-9 {
    padding-bottom: 7rem !important;
  }

  .pl-xl-9,
.px-xl-9 {
    padding-left: 7rem !important;
  }

  .p-xl-10 {
    padding: 8rem !important;
  }

  .pt-xl-10,
.py-xl-10 {
    padding-top: 8rem !important;
  }

  .pr-xl-10,
.px-xl-10 {
    padding-right: 8rem !important;
  }

  .pb-xl-10,
.py-xl-10 {
    padding-bottom: 8rem !important;
  }

  .pl-xl-10,
.px-xl-10 {
    padding-left: 8rem !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-n6 {
    margin: -4rem !important;
  }

  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -4rem !important;
  }

  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -4rem !important;
  }

  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -4rem !important;
  }

  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -4rem !important;
  }

  .m-xl-n7 {
    margin: -5rem !important;
  }

  .mt-xl-n7,
.my-xl-n7 {
    margin-top: -5rem !important;
  }

  .mr-xl-n7,
.mx-xl-n7 {
    margin-right: -5rem !important;
  }

  .mb-xl-n7,
.my-xl-n7 {
    margin-bottom: -5rem !important;
  }

  .ml-xl-n7,
.mx-xl-n7 {
    margin-left: -5rem !important;
  }

  .m-xl-n8 {
    margin: -6rem !important;
  }

  .mt-xl-n8,
.my-xl-n8 {
    margin-top: -6rem !important;
  }

  .mr-xl-n8,
.mx-xl-n8 {
    margin-right: -6rem !important;
  }

  .mb-xl-n8,
.my-xl-n8 {
    margin-bottom: -6rem !important;
  }

  .ml-xl-n8,
.mx-xl-n8 {
    margin-left: -6rem !important;
  }

  .m-xl-n9 {
    margin: -7rem !important;
  }

  .mt-xl-n9,
.my-xl-n9 {
    margin-top: -7rem !important;
  }

  .mr-xl-n9,
.mx-xl-n9 {
    margin-right: -7rem !important;
  }

  .mb-xl-n9,
.my-xl-n9 {
    margin-bottom: -7rem !important;
  }

  .ml-xl-n9,
.mx-xl-n9 {
    margin-left: -7rem !important;
  }

  .m-xl-n10 {
    margin: -8rem !important;
  }

  .mt-xl-n10,
.my-xl-n10 {
    margin-top: -8rem !important;
  }

  .mr-xl-n10,
.mx-xl-n10 {
    margin-right: -8rem !important;
  }

  .mb-xl-n10,
.my-xl-n10 {
    margin-bottom: -8rem !important;
  }

  .ml-xl-n10,
.mx-xl-n10 {
    margin-left: -8rem !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: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/* BOOTSTRAP - Optional Uncomment if these things are needed.
  dropdown - allow built in ps4 dropdown menus
  modal - creates the bootstrap modal.
  tooltip - styles for simple tooltips to pop up over elements
  popover - tooltips on steroids. highly customizable and capable of complex layouts.
  card - cards!
*/
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

/* Slick Slider - our prefered default carousel - comment out if unused */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Font Awesome and its magical icons */
/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "";
}

.fa-abacus:before {
  content: "";
}

.fa-accessible-icon:before {
  content: "";
}

.fa-accusoft:before {
  content: "";
}

.fa-acorn:before {
  content: "";
}

.fa-acquisitions-incorporated:before {
  content: "";
}

.fa-ad:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-card:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-adobe:before {
  content: "";
}

.fa-adversal:before {
  content: "";
}

.fa-affiliatetheme:before {
  content: "";
}

.fa-air-freshener:before {
  content: "";
}

.fa-airbnb:before {
  content: "";
}

.fa-alarm-clock:before {
  content: "";
}

.fa-alarm-exclamation:before {
  content: "";
}

.fa-alarm-plus:before {
  content: "";
}

.fa-alarm-snooze:before {
  content: "";
}

.fa-algolia:before {
  content: "";
}

.fa-alicorn:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-slash:before {
  content: "";
}

.fa-alipay:before {
  content: "";
}

.fa-allergies:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-amazon-pay:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-amilia:before {
  content: "";
}

.fa-analytics:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-angel:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angry:before {
  content: "";
}

.fa-angrycreative:before {
  content: "";
}

.fa-angular:before {
  content: "";
}

.fa-ankh:before {
  content: "";
}

.fa-app-store:before {
  content: "";
}

.fa-app-store-ios:before {
  content: "";
}

.fa-apper:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-apple-alt:before {
  content: "";
}

.fa-apple-crate:before {
  content: "";
}

.fa-apple-pay:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-archway:before {
  content: "";
}

.fa-arrow-alt-circle-down:before {
  content: "";
}

.fa-arrow-alt-circle-left:before {
  content: "";
}

.fa-arrow-alt-circle-right:before {
  content: "";
}

.fa-arrow-alt-circle-up:before {
  content: "";
}

.fa-arrow-alt-down:before {
  content: "";
}

.fa-arrow-alt-from-bottom:before {
  content: "";
}

.fa-arrow-alt-from-left:before {
  content: "";
}

.fa-arrow-alt-from-right:before {
  content: "";
}

.fa-arrow-alt-from-top:before {
  content: "";
}

.fa-arrow-alt-left:before {
  content: "";
}

.fa-arrow-alt-right:before {
  content: "";
}

.fa-arrow-alt-square-down:before {
  content: "";
}

.fa-arrow-alt-square-left:before {
  content: "";
}

.fa-arrow-alt-square-right:before {
  content: "";
}

.fa-arrow-alt-square-up:before {
  content: "";
}

.fa-arrow-alt-to-bottom:before {
  content: "";
}

.fa-arrow-alt-to-left:before {
  content: "";
}

.fa-arrow-alt-to-right:before {
  content: "";
}

.fa-arrow-alt-to-top:before {
  content: "";
}

.fa-arrow-alt-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-arrow-from-bottom:before {
  content: "";
}

.fa-arrow-from-left:before {
  content: "";
}

.fa-arrow-from-right:before {
  content: "";
}

.fa-arrow-from-top:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-square-down:before {
  content: "";
}

.fa-arrow-square-left:before {
  content: "";
}

.fa-arrow-square-right:before {
  content: "";
}

.fa-arrow-square-up:before {
  content: "";
}

.fa-arrow-to-bottom:before {
  content: "";
}

.fa-arrow-to-left:before {
  content: "";
}

.fa-arrow-to-right:before {
  content: "";
}

.fa-arrow-to-top:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-arrows-alt-h:before {
  content: "";
}

.fa-arrows-alt-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-artstation:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-asymmetrik:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-atlas:before {
  content: "";
}

.fa-atlassian:before {
  content: "";
}

.fa-atom:before {
  content: "";
}

.fa-atom-alt:before {
  content: "";
}

.fa-audible:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-autoprefixer:before {
  content: "";
}

.fa-avianex:before {
  content: "";
}

.fa-aviato:before {
  content: "";
}

.fa-award:before {
  content: "";
}

.fa-aws:before {
  content: "";
}

.fa-axe:before {
  content: "";
}

.fa-axe-battle:before {
  content: "";
}

.fa-baby:before {
  content: "";
}

.fa-baby-carriage:before {
  content: "";
}

.fa-backpack:before {
  content: "";
}

.fa-backspace:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-bacon:before {
  content: "";
}

.fa-badge:before {
  content: "";
}

.fa-badge-check:before {
  content: "";
}

.fa-badge-dollar:before {
  content: "";
}

.fa-badge-percent:before {
  content: "";
}

.fa-badger-honey:before {
  content: "";
}

.fa-bags-shopping:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-balance-scale-left:before {
  content: "";
}

.fa-balance-scale-right:before {
  content: "";
}

.fa-ball-pile:before {
  content: "";
}

.fa-ballot:before {
  content: "";
}

.fa-ballot-check:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-band-aid:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-barcode-alt:before {
  content: "";
}

.fa-barcode-read:before {
  content: "";
}

.fa-barcode-scan:before {
  content: "";
}

.fa-bars:before {
  content: "";
}

.fa-baseball:before {
  content: "";
}

.fa-baseball-ball:before {
  content: "";
}

.fa-basketball-ball:before {
  content: "";
}

.fa-basketball-hoop:before {
  content: "";
}

.fa-bat:before {
  content: "";
}

.fa-bath:before {
  content: "";
}

.fa-battery-bolt:before {
  content: "";
}

.fa-battery-empty:before {
  content: "";
}

.fa-battery-full:before {
  content: "";
}

.fa-battery-half:before {
  content: "";
}

.fa-battery-quarter:before {
  content: "";
}

.fa-battery-slash:before {
  content: "";
}

.fa-battery-three-quarters:before {
  content: "";
}

.fa-battle-net:before {
  content: "";
}

.fa-bed:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-bell-exclamation:before {
  content: "";
}

.fa-bell-plus:before {
  content: "";
}

.fa-bell-school:before {
  content: "";
}

.fa-bell-school-slash:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bells:before {
  content: "";
}

.fa-bezier-curve:before {
  content: "";
}

.fa-bible:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-biking:before {
  content: "";
}

.fa-biking-mountain:before {
  content: "";
}

.fa-bimobject:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-biohazard:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitcoin:before {
  content: "";
}

.fa-bity:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-blackberry:before {
  content: "";
}

.fa-blanket:before {
  content: "";
}

.fa-blender:before {
  content: "";
}

.fa-blender-phone:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-blog:before {
  content: "";
}

.fa-blogger:before {
  content: "";
}

.fa-blogger-b:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-bolt:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-bone:before {
  content: "";
}

.fa-bone-break:before {
  content: "";
}

.fa-bong:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-book-alt:before {
  content: "";
}

.fa-book-dead:before {
  content: "";
}

.fa-book-heart:before {
  content: "";
}

.fa-book-medical:before {
  content: "";
}

.fa-book-open:before {
  content: "";
}

.fa-book-reader:before {
  content: "";
}

.fa-book-spells:before {
  content: "";
}

.fa-book-user:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-books:before {
  content: "";
}

.fa-books-medical:before {
  content: "";
}

.fa-boot:before {
  content: "";
}

.fa-booth-curtain:before {
  content: "";
}

.fa-bootstrap:before {
  content: "";
}

.fa-border-all:before {
  content: "";
}

.fa-border-bottom:before {
  content: "";
}

.fa-border-inner:before {
  content: "";
}

.fa-border-left:before {
  content: "";
}

.fa-border-none:before {
  content: "";
}

.fa-border-outer:before {
  content: "";
}

.fa-border-right:before {
  content: "";
}

.fa-border-style:before {
  content: "";
}

.fa-border-style-alt:before {
  content: "";
}

.fa-border-top:before {
  content: "";
}

.fa-bow-arrow:before {
  content: "";
}

.fa-bowling-ball:before {
  content: "";
}

.fa-bowling-pins:before {
  content: "";
}

.fa-box:before {
  content: "";
}

.fa-box-alt:before {
  content: "";
}

.fa-box-ballot:before {
  content: "";
}

.fa-box-check:before {
  content: "";
}

.fa-box-fragile:before {
  content: "";
}

.fa-box-full:before {
  content: "";
}

.fa-box-heart:before {
  content: "";
}

.fa-box-open:before {
  content: "";
}

.fa-box-up:before {
  content: "";
}

.fa-box-usd:before {
  content: "";
}

.fa-boxes:before {
  content: "";
}

.fa-boxes-alt:before {
  content: "";
}

.fa-boxing-glove:before {
  content: "";
}

.fa-brackets:before {
  content: "";
}

.fa-brackets-curly:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-brain:before {
  content: "";
}

.fa-bread-loaf:before {
  content: "";
}

.fa-bread-slice:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-briefcase-medical:before {
  content: "";
}

.fa-bring-forward:before {
  content: "";
}

.fa-bring-front:before {
  content: "";
}

.fa-broadcast-tower:before {
  content: "";
}

.fa-broom:before {
  content: "";
}

.fa-browser:before {
  content: "";
}

.fa-brush:before {
  content: "";
}

.fa-btc:before {
  content: "";
}

.fa-buffer:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-bullseye-arrow:before {
  content: "";
}

.fa-bullseye-pointer:before {
  content: "";
}

.fa-burger-soda:before {
  content: "";
}

.fa-burn:before {
  content: "";
}

.fa-buromobelexperte:before {
  content: "";
}

.fa-burrito:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-bus-alt:before {
  content: "";
}

.fa-bus-school:before {
  content: "";
}

.fa-business-time:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-cabinet-filing:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-calculator-alt:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-calendar-alt:before {
  content: "";
}

.fa-calendar-check:before {
  content: "";
}

.fa-calendar-day:before {
  content: "";
}

.fa-calendar-edit:before {
  content: "";
}

.fa-calendar-exclamation:before {
  content: "";
}

.fa-calendar-minus:before {
  content: "";
}

.fa-calendar-plus:before {
  content: "";
}

.fa-calendar-star:before {
  content: "";
}

.fa-calendar-times:before {
  content: "";
}

.fa-calendar-week:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-camera-alt:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-campfire:before {
  content: "";
}

.fa-campground:before {
  content: "";
}

.fa-canadian-maple-leaf:before {
  content: "";
}

.fa-candle-holder:before {
  content: "";
}

.fa-candy-cane:before {
  content: "";
}

.fa-candy-corn:before {
  content: "";
}

.fa-cannabis:before {
  content: "";
}

.fa-capsules:before {
  content: "";
}

.fa-car:before {
  content: "";
}

.fa-car-alt:before {
  content: "";
}

.fa-car-battery:before {
  content: "";
}

.fa-car-building:before {
  content: "";
}

.fa-car-bump:before {
  content: "";
}

.fa-car-bus:before {
  content: "";
}

.fa-car-crash:before {
  content: "";
}

.fa-car-garage:before {
  content: "";
}

.fa-car-mechanic:before {
  content: "";
}

.fa-car-side:before {
  content: "";
}

.fa-car-tilt:before {
  content: "";
}

.fa-car-wash:before {
  content: "";
}

.fa-caret-circle-down:before {
  content: "";
}

.fa-caret-circle-left:before {
  content: "";
}

.fa-caret-circle-right:before {
  content: "";
}

.fa-caret-circle-up:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-caret-square-down:before {
  content: "";
}

.fa-caret-square-left:before {
  content: "";
}

.fa-caret-square-right:before {
  content: "";
}

.fa-caret-square-up:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-carrot:before {
  content: "";
}

.fa-cars:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cash-register:before {
  content: "";
}

.fa-cat:before {
  content: "";
}

.fa-cauldron:before {
  content: "";
}

.fa-cc-amazon-pay:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-apple-pay:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-centercode:before {
  content: "";
}

.fa-centos:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-chair:before {
  content: "";
}

.fa-chair-office:before {
  content: "";
}

.fa-chalkboard:before {
  content: "";
}

.fa-chalkboard-teacher:before {
  content: "";
}

.fa-charging-station:before {
  content: "";
}

.fa-chart-area:before {
  content: "";
}

.fa-chart-bar:before {
  content: "";
}

.fa-chart-line:before {
  content: "";
}

.fa-chart-line-down:before {
  content: "";
}

.fa-chart-network:before {
  content: "";
}

.fa-chart-pie:before {
  content: "";
}

.fa-chart-pie-alt:before {
  content: "";
}

.fa-chart-scatter:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-check-double:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-cheese:before {
  content: "";
}

.fa-cheese-swiss:before {
  content: "";
}

.fa-cheeseburger:before {
  content: "";
}

.fa-chess:before {
  content: "";
}

.fa-chess-bishop:before {
  content: "";
}

.fa-chess-bishop-alt:before {
  content: "";
}

.fa-chess-board:before {
  content: "";
}

.fa-chess-clock:before {
  content: "";
}

.fa-chess-clock-alt:before {
  content: "";
}

.fa-chess-king:before {
  content: "";
}

.fa-chess-king-alt:before {
  content: "";
}

.fa-chess-knight:before {
  content: "";
}

.fa-chess-knight-alt:before {
  content: "";
}

.fa-chess-pawn:before {
  content: "";
}

.fa-chess-pawn-alt:before {
  content: "";
}

.fa-chess-queen:before {
  content: "";
}

.fa-chess-queen-alt:before {
  content: "";
}

.fa-chess-rook:before {
  content: "";
}

.fa-chess-rook-alt:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-double-down:before {
  content: "";
}

.fa-chevron-double-left:before {
  content: "";
}

.fa-chevron-double-right:before {
  content: "";
}

.fa-chevron-double-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-chevron-square-down:before {
  content: "";
}

.fa-chevron-square-left:before {
  content: "";
}

.fa-chevron-square-right:before {
  content: "";
}

.fa-chevron-square-up:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-chimney:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-chromecast:before {
  content: "";
}

.fa-church:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-circle-notch:before {
  content: "";
}

.fa-city:before {
  content: "";
}

.fa-claw-marks:before {
  content: "";
}

.fa-clinic-medical:before {
  content: "";
}

.fa-clipboard:before {
  content: "";
}

.fa-clipboard-check:before {
  content: "";
}

.fa-clipboard-list:before {
  content: "";
}

.fa-clipboard-list-check:before {
  content: "";
}

.fa-clipboard-prescription:before {
  content: "";
}

.fa-clipboard-user:before {
  content: "";
}

.fa-clock:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-closed-captioning:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-download-alt:before {
  content: "";
}

.fa-cloud-drizzle:before {
  content: "";
}

.fa-cloud-hail:before {
  content: "";
}

.fa-cloud-hail-mixed:before {
  content: "";
}

.fa-cloud-meatball:before {
  content: "";
}

.fa-cloud-moon:before {
  content: "";
}

.fa-cloud-moon-rain:before {
  content: "";
}

.fa-cloud-rain:before {
  content: "";
}

.fa-cloud-rainbow:before {
  content: "";
}

.fa-cloud-showers:before {
  content: "";
}

.fa-cloud-showers-heavy:before {
  content: "";
}

.fa-cloud-sleet:before {
  content: "";
}

.fa-cloud-snow:before {
  content: "";
}

.fa-cloud-sun:before {
  content: "";
}

.fa-cloud-sun-rain:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-cloud-upload-alt:before {
  content: "";
}

.fa-clouds:before {
  content: "";
}

.fa-clouds-moon:before {
  content: "";
}

.fa-clouds-sun:before {
  content: "";
}

.fa-cloudscale:before {
  content: "";
}

.fa-cloudsmith:before {
  content: "";
}

.fa-cloudversify:before {
  content: "";
}

.fa-club:before {
  content: "";
}

.fa-cocktail:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-code-branch:before {
  content: "";
}

.fa-code-commit:before {
  content: "";
}

.fa-code-merge:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-coffee-togo:before {
  content: "";
}

.fa-coffin:before {
  content: "";
}

.fa-cog:before {
  content: "";
}

.fa-cogs:before {
  content: "";
}

.fa-coin:before {
  content: "";
}

.fa-coins:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-comment-alt:before {
  content: "";
}

.fa-comment-alt-check:before {
  content: "";
}

.fa-comment-alt-dollar:before {
  content: "";
}

.fa-comment-alt-dots:before {
  content: "";
}

.fa-comment-alt-edit:before {
  content: "";
}

.fa-comment-alt-exclamation:before {
  content: "";
}

.fa-comment-alt-lines:before {
  content: "";
}

.fa-comment-alt-medical:before {
  content: "";
}

.fa-comment-alt-minus:before {
  content: "";
}

.fa-comment-alt-plus:before {
  content: "";
}

.fa-comment-alt-slash:before {
  content: "";
}

.fa-comment-alt-smile:before {
  content: "";
}

.fa-comment-alt-times:before {
  content: "";
}

.fa-comment-check:before {
  content: "";
}

.fa-comment-dollar:before {
  content: "";
}

.fa-comment-dots:before {
  content: "";
}

.fa-comment-edit:before {
  content: "";
}

.fa-comment-exclamation:before {
  content: "";
}

.fa-comment-lines:before {
  content: "";
}

.fa-comment-medical:before {
  content: "";
}

.fa-comment-minus:before {
  content: "";
}

.fa-comment-plus:before {
  content: "";
}

.fa-comment-slash:before {
  content: "";
}

.fa-comment-smile:before {
  content: "";
}

.fa-comment-times:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-comments-alt:before {
  content: "";
}

.fa-comments-alt-dollar:before {
  content: "";
}

.fa-comments-dollar:before {
  content: "";
}

.fa-compact-disc:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-compass-slash:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-compress-alt:before {
  content: "";
}

.fa-compress-arrows-alt:before {
  content: "";
}

.fa-compress-wide:before {
  content: "";
}

.fa-concierge-bell:before {
  content: "";
}

.fa-confluence:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-construction:before {
  content: "";
}

.fa-container-storage:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-conveyor-belt:before {
  content: "";
}

.fa-conveyor-belt-alt:before {
  content: "";
}

.fa-cookie:before {
  content: "";
}

.fa-cookie-bite:before {
  content: "";
}

.fa-copy:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-corn:before {
  content: "";
}

.fa-couch:before {
  content: "";
}

.fa-cow:before {
  content: "";
}

.fa-cpanel:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-creative-commons-by:before {
  content: "";
}

.fa-creative-commons-nc:before {
  content: "";
}

.fa-creative-commons-nc-eu:before {
  content: "";
}

.fa-creative-commons-nc-jp:before {
  content: "";
}

.fa-creative-commons-nd:before {
  content: "";
}

.fa-creative-commons-pd:before {
  content: "";
}

.fa-creative-commons-pd-alt:before {
  content: "";
}

.fa-creative-commons-remix:before {
  content: "";
}

.fa-creative-commons-sa:before {
  content: "";
}

.fa-creative-commons-sampling:before {
  content: "";
}

.fa-creative-commons-sampling-plus:before {
  content: "";
}

.fa-creative-commons-share:before {
  content: "";
}

.fa-creative-commons-zero:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-credit-card-blank:before {
  content: "";
}

.fa-credit-card-front:before {
  content: "";
}

.fa-cricket:before {
  content: "";
}

.fa-critical-role:before {
  content: "";
}

.fa-croissant:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-crop-alt:before {
  content: "";
}

.fa-cross:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-crow:before {
  content: "";
}

.fa-crown:before {
  content: "";
}

.fa-crutch:before {
  content: "";
}

.fa-crutches:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-css3-alt:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-curling:before {
  content: "";
}

.fa-cut:before {
  content: "";
}

.fa-cuttlefish:before {
  content: "";
}

.fa-d-and-d:before {
  content: "";
}

.fa-d-and-d-beyond:before {
  content: "";
}

.fa-dagger:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-deaf:before {
  content: "";
}

.fa-debug:before {
  content: "";
}

.fa-deer:before {
  content: "";
}

.fa-deer-rudolph:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-democrat:before {
  content: "";
}

.fa-deploydog:before {
  content: "";
}

.fa-deskpro:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-desktop-alt:before {
  content: "";
}

.fa-dev:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-dewpoint:before {
  content: "";
}

.fa-dharmachakra:before {
  content: "";
}

.fa-dhl:before {
  content: "";
}

.fa-diagnoses:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-diaspora:before {
  content: "";
}

.fa-dice:before {
  content: "";
}

.fa-dice-d10:before {
  content: "";
}

.fa-dice-d12:before {
  content: "";
}

.fa-dice-d20:before {
  content: "";
}

.fa-dice-d4:before {
  content: "";
}

.fa-dice-d6:before {
  content: "";
}

.fa-dice-d8:before {
  content: "";
}

.fa-dice-five:before {
  content: "";
}

.fa-dice-four:before {
  content: "";
}

.fa-dice-one:before {
  content: "";
}

.fa-dice-six:before {
  content: "";
}

.fa-dice-three:before {
  content: "";
}

.fa-dice-two:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-digging:before {
  content: "";
}

.fa-digital-ocean:before {
  content: "";
}

.fa-digital-tachograph:before {
  content: "";
}

.fa-diploma:before {
  content: "";
}

.fa-directions:before {
  content: "";
}

.fa-discord:before {
  content: "";
}

.fa-discourse:before {
  content: "";
}

.fa-disease:before {
  content: "";
}

.fa-divide:before {
  content: "";
}

.fa-dizzy:before {
  content: "";
}

.fa-dna:before {
  content: "";
}

.fa-do-not-enter:before {
  content: "";
}

.fa-dochub:before {
  content: "";
}

.fa-docker:before {
  content: "";
}

.fa-dog:before {
  content: "";
}

.fa-dog-leashed:before {
  content: "";
}

.fa-dollar-sign:before {
  content: "";
}

.fa-dolly:before {
  content: "";
}

.fa-dolly-empty:before {
  content: "";
}

.fa-dolly-flatbed:before {
  content: "";
}

.fa-dolly-flatbed-alt:before {
  content: "";
}

.fa-dolly-flatbed-empty:before {
  content: "";
}

.fa-donate:before {
  content: "";
}

.fa-door-closed:before {
  content: "";
}

.fa-door-open:before {
  content: "";
}

.fa-dot-circle:before {
  content: "";
}

.fa-dove:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-draft2digital:before {
  content: "";
}

.fa-drafting-compass:before {
  content: "";
}

.fa-dragon:before {
  content: "";
}

.fa-draw-circle:before {
  content: "";
}

.fa-draw-polygon:before {
  content: "";
}

.fa-draw-square:before {
  content: "";
}

.fa-dreidel:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-dribbble-square:before {
  content: "";
}

.fa-drone:before {
  content: "";
}

.fa-drone-alt:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-drum:before {
  content: "";
}

.fa-drum-steelpan:before {
  content: "";
}

.fa-drumstick:before {
  content: "";
}

.fa-drumstick-bite:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-dryer:before {
  content: "";
}

.fa-dryer-alt:before {
  content: "";
}

.fa-duck:before {
  content: "";
}

.fa-dumbbell:before {
  content: "";
}

.fa-dumpster:before {
  content: "";
}

.fa-dumpster-fire:before {
  content: "";
}

.fa-dungeon:before {
  content: "";
}

.fa-dyalog:before {
  content: "";
}

.fa-ear:before {
  content: "";
}

.fa-ear-muffs:before {
  content: "";
}

.fa-earlybirds:before {
  content: "";
}

.fa-ebay:before {
  content: "";
}

.fa-eclipse:before {
  content: "";
}

.fa-eclipse-alt:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-egg:before {
  content: "";
}

.fa-egg-fried:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-elementor:before {
  content: "";
}

.fa-elephant:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-h-alt:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-ellipsis-v-alt:before {
  content: "";
}

.fa-ello:before {
  content: "";
}

.fa-ember:before {
  content: "";
}

.fa-empire:before {
  content: "";
}

.fa-empty-set:before {
  content: "";
}

.fa-engine-warning:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-dollar:before {
  content: "";
}

.fa-envelope-open-text:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-equals:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-erlang:before {
  content: "";
}

.fa-ethereum:before {
  content: "";
}

.fa-ethernet:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-euro-sign:before {
  content: "";
}

.fa-evernote:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-exchange-alt:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-exclamation-square:before {
  content: "";
}

.fa-exclamation-triangle:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-alt:before {
  content: "";
}

.fa-expand-arrows:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-expand-wide:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-external-link-alt:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-external-link-square-alt:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-dropper:before {
  content: "";
}

.fa-eye-evil:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-facebook:before {
  content: "";
}

.fa-facebook-f:before {
  content: "";
}

.fa-facebook-messenger:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-fan:before {
  content: "";
}

.fa-fantasy-flight-games:before {
  content: "";
}

.fa-farm:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-feather:before {
  content: "";
}

.fa-feather-alt:before {
  content: "";
}

.fa-fedex:before {
  content: "";
}

.fa-fedora:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-field-hockey:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-figma:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-alt:before {
  content: "";
}

.fa-file-archive:before {
  content: "";
}

.fa-file-audio:before {
  content: "";
}

.fa-file-certificate:before {
  content: "";
}

.fa-file-chart-line:before {
  content: "";
}

.fa-file-chart-pie:before {
  content: "";
}

.fa-file-check:before {
  content: "";
}

.fa-file-code:before {
  content: "";
}

.fa-file-contract:before {
  content: "";
}

.fa-file-csv:before {
  content: "";
}

.fa-file-download:before {
  content: "";
}

.fa-file-edit:before {
  content: "";
}

.fa-file-excel:before {
  content: "";
}

.fa-file-exclamation:before {
  content: "";
}

.fa-file-export:before {
  content: "";
}

.fa-file-image:before {
  content: "";
}

.fa-file-import:before {
  content: "";
}

.fa-file-invoice:before {
  content: "";
}

.fa-file-invoice-dollar:before {
  content: "";
}

.fa-file-medical:before {
  content: "";
}

.fa-file-medical-alt:before {
  content: "";
}

.fa-file-minus:before {
  content: "";
}

.fa-file-pdf:before {
  content: "";
}

.fa-file-plus:before {
  content: "";
}

.fa-file-powerpoint:before {
  content: "";
}

.fa-file-prescription:before {
  content: "";
}

.fa-file-search:before {
  content: "";
}

.fa-file-signature:before {
  content: "";
}

.fa-file-spreadsheet:before {
  content: "";
}

.fa-file-times:before {
  content: "";
}

.fa-file-upload:before {
  content: "";
}

.fa-file-user:before {
  content: "";
}

.fa-file-video:before {
  content: "";
}

.fa-file-word:before {
  content: "";
}

.fa-files-medical:before {
  content: "";
}

.fa-fill:before {
  content: "";
}

.fa-fill-drip:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-film-alt:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-fingerprint:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-fire-alt:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-fire-smoke:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-fireplace:before {
  content: "";
}

.fa-first-aid:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-first-order-alt:before {
  content: "";
}

.fa-firstdraft:before {
  content: "";
}

.fa-fish:before {
  content: "";
}

.fa-fish-cooked:before {
  content: "";
}

.fa-fist-raised:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-flag-alt:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-flag-usa:before {
  content: "";
}

.fa-flame:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-flask-poison:before {
  content: "";
}

.fa-flask-potion:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-flipboard:before {
  content: "";
}

.fa-flower:before {
  content: "";
}

.fa-flower-daffodil:before {
  content: "";
}

.fa-flower-tulip:before {
  content: "";
}

.fa-flushed:before {
  content: "";
}

.fa-fly:before {
  content: "";
}

.fa-fog:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-minus:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-folder-plus:before {
  content: "";
}

.fa-folder-times:before {
  content: "";
}

.fa-folder-tree:before {
  content: "";
}

.fa-folders:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-font-awesome:before {
  content: "";
}

.fa-font-awesome-alt:before {
  content: "";
}

.fa-font-awesome-flag:before {
  content: "";
}

.fa-font-awesome-logo-full:before {
  content: "";
}

.fa-font-case:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-fonticons-fi:before {
  content: "";
}

.fa-football-ball:before {
  content: "";
}

.fa-football-helmet:before {
  content: "";
}

.fa-forklift:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-fort-awesome-alt:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-fragile:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-freebsd:before {
  content: "";
}

.fa-french-fries:before {
  content: "";
}

.fa-frog:before {
  content: "";
}

.fa-frosty-head:before {
  content: "";
}

.fa-frown:before {
  content: "";
}

.fa-frown-open:before {
  content: "";
}

.fa-fulcrum:before {
  content: "";
}

.fa-function:before {
  content: "";
}

.fa-funnel-dollar:before {
  content: "";
}

.fa-futbol:before {
  content: "";
}

.fa-galactic-republic:before {
  content: "";
}

.fa-galactic-senate:before {
  content: "";
}

.fa-game-board:before {
  content: "";
}

.fa-game-board-alt:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-gas-pump:before {
  content: "";
}

.fa-gas-pump-slash:before {
  content: "";
}

.fa-gavel:before {
  content: "";
}

.fa-gem:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-ghost:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-gift-card:before {
  content: "";
}

.fa-gifts:before {
  content: "";
}

.fa-gingerbread-man:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-git-alt:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-gitkraken:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-gitter:before {
  content: "";
}

.fa-glass:before {
  content: "";
}

.fa-glass-champagne:before {
  content: "";
}

.fa-glass-cheers:before {
  content: "";
}

.fa-glass-citrus:before {
  content: "";
}

.fa-glass-martini:before {
  content: "";
}

.fa-glass-martini-alt:before {
  content: "";
}

.fa-glass-whiskey:before {
  content: "";
}

.fa-glass-whiskey-rocks:before {
  content: "";
}

.fa-glasses:before {
  content: "";
}

.fa-glasses-alt:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-globe-africa:before {
  content: "";
}

.fa-globe-americas:before {
  content: "";
}

.fa-globe-asia:before {
  content: "";
}

.fa-globe-europe:before {
  content: "";
}

.fa-globe-snow:before {
  content: "";
}

.fa-globe-stand:before {
  content: "";
}

.fa-gofore:before {
  content: "";
}

.fa-golf-ball:before {
  content: "";
}

.fa-golf-club:before {
  content: "";
}

.fa-goodreads:before {
  content: "";
}

.fa-goodreads-g:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-google-drive:before {
  content: "";
}

.fa-google-play:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-google-plus-g:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-gopuram:before {
  content: "";
}

.fa-graduation-cap:before {
  content: "";
}

.fa-gratipay:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-greater-than:before {
  content: "";
}

.fa-greater-than-equal:before {
  content: "";
}

.fa-grimace:before {
  content: "";
}

.fa-grin:before {
  content: "";
}

.fa-grin-alt:before {
  content: "";
}

.fa-grin-beam:before {
  content: "";
}

.fa-grin-beam-sweat:before {
  content: "";
}

.fa-grin-hearts:before {
  content: "";
}

.fa-grin-squint:before {
  content: "";
}

.fa-grin-squint-tears:before {
  content: "";
}

.fa-grin-stars:before {
  content: "";
}

.fa-grin-tears:before {
  content: "";
}

.fa-grin-tongue:before {
  content: "";
}

.fa-grin-tongue-squint:before {
  content: "";
}

.fa-grin-tongue-wink:before {
  content: "";
}

.fa-grin-wink:before {
  content: "";
}

.fa-grip-horizontal:before {
  content: "";
}

.fa-grip-lines:before {
  content: "";
}

.fa-grip-lines-vertical:before {
  content: "";
}

.fa-grip-vertical:before {
  content: "";
}

.fa-gripfire:before {
  content: "";
}

.fa-grunt:before {
  content: "";
}

.fa-guitar:before {
  content: "";
}

.fa-gulp:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-h1:before {
  content: "";
}

.fa-h2:before {
  content: "";
}

.fa-h3:before {
  content: "";
}

.fa-h4:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-hacker-news-square:before {
  content: "";
}

.fa-hackerrank:before {
  content: "";
}

.fa-hamburger:before {
  content: "";
}

.fa-hammer:before {
  content: "";
}

.fa-hammer-war:before {
  content: "";
}

.fa-hamsa:before {
  content: "";
}

.fa-hand-heart:before {
  content: "";
}

.fa-hand-holding:before {
  content: "";
}

.fa-hand-holding-box:before {
  content: "";
}

.fa-hand-holding-heart:before {
  content: "";
}

.fa-hand-holding-magic:before {
  content: "";
}

.fa-hand-holding-seedling:before {
  content: "";
}

.fa-hand-holding-usd:before {
  content: "";
}

.fa-hand-holding-water:before {
  content: "";
}

.fa-hand-lizard:before {
  content: "";
}

.fa-hand-middle-finger:before {
  content: "";
}

.fa-hand-paper:before {
  content: "";
}

.fa-hand-peace:before {
  content: "";
}

.fa-hand-point-down:before {
  content: "";
}

.fa-hand-point-left:before {
  content: "";
}

.fa-hand-point-right:before {
  content: "";
}

.fa-hand-point-up:before {
  content: "";
}

.fa-hand-pointer:before {
  content: "";
}

.fa-hand-receiving:before {
  content: "";
}

.fa-hand-rock:before {
  content: "";
}

.fa-hand-scissors:before {
  content: "";
}

.fa-hand-spock:before {
  content: "";
}

.fa-hands:before {
  content: "";
}

.fa-hands-heart:before {
  content: "";
}

.fa-hands-helping:before {
  content: "";
}

.fa-hands-usd:before {
  content: "";
}

.fa-handshake:before {
  content: "";
}

.fa-handshake-alt:before {
  content: "";
}

.fa-hanukiah:before {
  content: "";
}

.fa-hard-hat:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-hat-chef:before {
  content: "";
}

.fa-hat-santa:before {
  content: "";
}

.fa-hat-winter:before {
  content: "";
}

.fa-hat-witch:before {
  content: "";
}

.fa-hat-wizard:before {
  content: "";
}

.fa-haykal:before {
  content: "";
}

.fa-hdd:before {
  content: "";
}

.fa-head-side:before {
  content: "";
}

.fa-head-side-brain:before {
  content: "";
}

.fa-head-side-medical:before {
  content: "";
}

.fa-head-vr:before {
  content: "";
}

.fa-heading:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-headphones-alt:before {
  content: "";
}

.fa-headset:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-heart-broken:before {
  content: "";
}

.fa-heart-circle:before {
  content: "";
}

.fa-heart-rate:before {
  content: "";
}

.fa-heart-square:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-helicopter:before {
  content: "";
}

.fa-helmet-battle:before {
  content: "";
}

.fa-hexagon:before {
  content: "";
}

.fa-highlighter:before {
  content: "";
}

.fa-hiking:before {
  content: "";
}

.fa-hippo:before {
  content: "";
}

.fa-hips:before {
  content: "";
}

.fa-hire-a-helper:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-hockey-mask:before {
  content: "";
}

.fa-hockey-puck:before {
  content: "";
}

.fa-hockey-sticks:before {
  content: "";
}

.fa-holly-berry:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-home-alt:before {
  content: "";
}

.fa-home-heart:before {
  content: "";
}

.fa-home-lg:before {
  content: "";
}

.fa-home-lg-alt:before {
  content: "";
}

.fa-hood-cloak:before {
  content: "";
}

.fa-hooli:before {
  content: "";
}

.fa-horizontal-rule:before {
  content: "";
}

.fa-hornbill:before {
  content: "";
}

.fa-horse:before {
  content: "";
}

.fa-horse-head:before {
  content: "";
}

.fa-hospital:before {
  content: "";
}

.fa-hospital-alt:before {
  content: "";
}

.fa-hospital-symbol:before {
  content: "";
}

.fa-hospital-user:before {
  content: "";
}

.fa-hospitals:before {
  content: "";
}

.fa-hot-tub:before {
  content: "";
}

.fa-hotdog:before {
  content: "";
}

.fa-hotel:before {
  content: "";
}

.fa-hotjar:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-start:before {
  content: "";
}

.fa-house-damage:before {
  content: "";
}

.fa-house-flood:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-hryvnia:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-hubspot:before {
  content: "";
}

.fa-humidity:before {
  content: "";
}

.fa-hurricane:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-ice-cream:before {
  content: "";
}

.fa-ice-skate:before {
  content: "";
}

.fa-icicles:before {
  content: "";
}

.fa-icons:before {
  content: "";
}

.fa-icons-alt:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-id-card:before {
  content: "";
}

.fa-id-card-alt:before {
  content: "";
}

.fa-igloo:before {
  content: "";
}

.fa-image:before {
  content: "";
}

.fa-images:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-inbox-in:before {
  content: "";
}

.fa-inbox-out:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-industry-alt:before {
  content: "";
}

.fa-infinity:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-info-square:before {
  content: "";
}

.fa-inhaler:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-integral:before {
  content: "";
}

.fa-intercom:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-intersection:before {
  content: "";
}

.fa-inventory:before {
  content: "";
}

.fa-invision:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-island-tropical:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-itch-io:before {
  content: "";
}

.fa-itunes:before {
  content: "";
}

.fa-itunes-note:before {
  content: "";
}

.fa-jack-o-lantern:before {
  content: "";
}

.fa-java:before {
  content: "";
}

.fa-jedi:before {
  content: "";
}

.fa-jedi-order:before {
  content: "";
}

.fa-jenkins:before {
  content: "";
}

.fa-jira:before {
  content: "";
}

.fa-joget:before {
  content: "";
}

.fa-joint:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-journal-whills:before {
  content: "";
}

.fa-js:before {
  content: "";
}

.fa-js-square:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-kaaba:before {
  content: "";
}

.fa-kaggle:before {
  content: "";
}

.fa-kerning:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-key-skeleton:before {
  content: "";
}

.fa-keybase:before {
  content: "";
}

.fa-keyboard:before {
  content: "";
}

.fa-keycdn:before {
  content: "";
}

.fa-keynote:before {
  content: "";
}

.fa-khanda:before {
  content: "";
}

.fa-kickstarter:before {
  content: "";
}

.fa-kickstarter-k:before {
  content: "";
}

.fa-kidneys:before {
  content: "";
}

.fa-kiss:before {
  content: "";
}

.fa-kiss-beam:before {
  content: "";
}

.fa-kiss-wink-heart:before {
  content: "";
}

.fa-kite:before {
  content: "";
}

.fa-kiwi-bird:before {
  content: "";
}

.fa-knife-kitchen:before {
  content: "";
}

.fa-korvue:before {
  content: "";
}

.fa-lambda:before {
  content: "";
}

.fa-lamp:before {
  content: "";
}

.fa-landmark:before {
  content: "";
}

.fa-landmark-alt:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-laptop-code:before {
  content: "";
}

.fa-laptop-medical:before {
  content: "";
}

.fa-laravel:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-laugh:before {
  content: "";
}

.fa-laugh-beam:before {
  content: "";
}

.fa-laugh-squint:before {
  content: "";
}

.fa-laugh-wink:before {
  content: "";
}

.fa-layer-group:before {
  content: "";
}

.fa-layer-minus:before {
  content: "";
}

.fa-layer-plus:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-leaf-heart:before {
  content: "";
}

.fa-leaf-maple:before {
  content: "";
}

.fa-leaf-oak:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-lemon:before {
  content: "";
}

.fa-less:before {
  content: "";
}

.fa-less-than:before {
  content: "";
}

.fa-less-than-equal:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-level-down-alt:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-up-alt:before {
  content: "";
}

.fa-life-ring:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-dollar:before {
  content: "";
}

.fa-lightbulb-exclamation:before {
  content: "";
}

.fa-lightbulb-on:before {
  content: "";
}

.fa-lightbulb-slash:before {
  content: "";
}

.fa-lights-holiday:before {
  content: "";
}

.fa-line:before {
  content: "";
}

.fa-line-columns:before {
  content: "";
}

.fa-line-height:before {
  content: "";
}

.fa-link:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-lips:before {
  content: "";
}

.fa-lira-sign:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-location:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-location-circle:before {
  content: "";
}

.fa-location-slash:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-lock-alt:before {
  content: "";
}

.fa-lock-open:before {
  content: "";
}

.fa-lock-open-alt:before {
  content: "";
}

.fa-long-arrow-alt-down:before {
  content: "";
}

.fa-long-arrow-alt-left:before {
  content: "";
}

.fa-long-arrow-alt-right:before {
  content: "";
}

.fa-long-arrow-alt-up:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-loveseat:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-luchador:before {
  content: "";
}

.fa-luggage-cart:before {
  content: "";
}

.fa-lungs:before {
  content: "";
}

.fa-lyft:before {
  content: "";
}

.fa-mace:before {
  content: "";
}

.fa-magento:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-mail-bulk:before {
  content: "";
}

.fa-mailbox:before {
  content: "";
}

.fa-mailchimp:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-mandalorian:before {
  content: "";
}

.fa-mandolin:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-map-marked:before {
  content: "";
}

.fa-map-marked-alt:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-map-marker-alt:before {
  content: "";
}

.fa-map-marker-alt-slash:before {
  content: "";
}

.fa-map-marker-check:before {
  content: "";
}

.fa-map-marker-edit:before {
  content: "";
}

.fa-map-marker-exclamation:before {
  content: "";
}

.fa-map-marker-minus:before {
  content: "";
}

.fa-map-marker-plus:before {
  content: "";
}

.fa-map-marker-question:before {
  content: "";
}

.fa-map-marker-slash:before {
  content: "";
}

.fa-map-marker-smile:before {
  content: "";
}

.fa-map-marker-times:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-markdown:before {
  content: "";
}

.fa-marker:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mask:before {
  content: "";
}

.fa-mastodon:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-meat:before {
  content: "";
}

.fa-medal:before {
  content: "";
}

.fa-medapps:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-medium-m:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-medrt:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.fa-megaphone:before {
  content: "";
}

.fa-megaport:before {
  content: "";
}

.fa-meh:before {
  content: "";
}

.fa-meh-blank:before {
  content: "";
}

.fa-meh-rolling-eyes:before {
  content: "";
}

.fa-memory:before {
  content: "";
}

.fa-mendeley:before {
  content: "";
}

.fa-menorah:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-meteor:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-alt:before {
  content: "";
}

.fa-microphone-alt-slash:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-microscope:before {
  content: "";
}

.fa-microsoft:before {
  content: "";
}

.fa-mind-share:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-minus-hexagon:before {
  content: "";
}

.fa-minus-octagon:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-mistletoe:before {
  content: "";
}

.fa-mitten:before {
  content: "";
}

.fa-mix:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-mizuni:before {
  content: "";
}

.fa-mobile:before {
  content: "";
}

.fa-mobile-alt:before {
  content: "";
}

.fa-mobile-android:before {
  content: "";
}

.fa-mobile-android-alt:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-monero:before {
  content: "";
}

.fa-money-bill:before {
  content: "";
}

.fa-money-bill-alt:before {
  content: "";
}

.fa-money-bill-wave:before {
  content: "";
}

.fa-money-bill-wave-alt:before {
  content: "";
}

.fa-money-check:before {
  content: "";
}

.fa-money-check-alt:before {
  content: "";
}

.fa-money-check-edit:before {
  content: "";
}

.fa-money-check-edit-alt:before {
  content: "";
}

.fa-monitor-heart-rate:before {
  content: "";
}

.fa-monkey:before {
  content: "";
}

.fa-monument:before {
  content: "";
}

.fa-moon:before {
  content: "";
}

.fa-moon-cloud:before {
  content: "";
}

.fa-moon-stars:before {
  content: "";
}

.fa-mortar-pestle:before {
  content: "";
}

.fa-mosque:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-mountain:before {
  content: "";
}

.fa-mountains:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-mug:before {
  content: "";
}

.fa-mug-hot:before {
  content: "";
}

.fa-mug-marshmallows:before {
  content: "";
}

.fa-mug-tea:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-napster:before {
  content: "";
}

.fa-narwhal:before {
  content: "";
}

.fa-neos:before {
  content: "";
}

.fa-network-wired:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-newspaper:before {
  content: "";
}

.fa-nimblr:before {
  content: "";
}

.fa-node:before {
  content: "";
}

.fa-node-js:before {
  content: "";
}

.fa-not-equal:before {
  content: "";
}

.fa-notes-medical:before {
  content: "";
}

.fa-npm:before {
  content: "";
}

.fa-ns8:before {
  content: "";
}

.fa-nutritionix:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-octagon:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-oil-can:before {
  content: "";
}

.fa-oil-temp:before {
  content: "";
}

.fa-old-republic:before {
  content: "";
}

.fa-om:before {
  content: "";
}

.fa-omega:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-ornament:before {
  content: "";
}

.fa-osi:before {
  content: "";
}

.fa-otter:before {
  content: "";
}

.fa-outdent:before {
  content: "";
}

.fa-overline:before {
  content: "";
}

.fa-page-break:before {
  content: "";
}

.fa-page4:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-pager:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-paint-brush-alt:before {
  content: "";
}

.fa-paint-roller:before {
  content: "";
}

.fa-palette:before {
  content: "";
}

.fa-palfed:before {
  content: "";
}

.fa-pallet:before {
  content: "";
}

.fa-pallet-alt:before {
  content: "";
}

.fa-paper-plane:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-parachute-box:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-paragraph-rtl:before {
  content: "";
}

.fa-parking:before {
  content: "";
}

.fa-parking-circle:before {
  content: "";
}

.fa-parking-circle-slash:before {
  content: "";
}

.fa-parking-slash:before {
  content: "";
}

.fa-passport:before {
  content: "";
}

.fa-pastafarianism:before {
  content: "";
}

.fa-paste:before {
  content: "";
}

.fa-patreon:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-paw-alt:before {
  content: "";
}

.fa-paw-claws:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-peace:before {
  content: "";
}

.fa-pegasus:before {
  content: "";
}

.fa-pen:before {
  content: "";
}

.fa-pen-alt:before {
  content: "";
}

.fa-pen-fancy:before {
  content: "";
}

.fa-pen-nib:before {
  content: "";
}

.fa-pen-square:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-pencil-alt:before {
  content: "";
}

.fa-pencil-paintbrush:before {
  content: "";
}

.fa-pencil-ruler:before {
  content: "";
}

.fa-pennant:before {
  content: "";
}

.fa-penny-arcade:before {
  content: "";
}

.fa-people-carry:before {
  content: "";
}

.fa-pepper-hot:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-percentage:before {
  content: "";
}

.fa-periscope:before {
  content: "";
}

.fa-person-booth:before {
  content: "";
}

.fa-person-carry:before {
  content: "";
}

.fa-person-dolly:before {
  content: "";
}

.fa-person-dolly-empty:before {
  content: "";
}

.fa-person-sign:before {
  content: "";
}

.fa-phabricator:before {
  content: "";
}

.fa-phoenix-framework:before {
  content: "";
}

.fa-phoenix-squadron:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-phone-alt:before {
  content: "";
}

.fa-phone-laptop:before {
  content: "";
}

.fa-phone-office:before {
  content: "";
}

.fa-phone-plus:before {
  content: "";
}

.fa-phone-slash:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-phone-square-alt:before {
  content: "";
}

.fa-phone-volume:before {
  content: "";
}

.fa-photo-video:before {
  content: "";
}

.fa-php:before {
  content: "";
}

.fa-pi:before {
  content: "";
}

.fa-pie:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-pied-piper-hat:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pig:before {
  content: "";
}

.fa-piggy-bank:before {
  content: "";
}

.fa-pills:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-pizza:before {
  content: "";
}

.fa-pizza-slice:before {
  content: "";
}

.fa-place-of-worship:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-plane-alt:before {
  content: "";
}

.fa-plane-arrival:before {
  content: "";
}

.fa-plane-departure:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-playstation:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-plus-hexagon:before {
  content: "";
}

.fa-plus-octagon:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-podium:before {
  content: "";
}

.fa-podium-star:before {
  content: "";
}

.fa-poll:before {
  content: "";
}

.fa-poll-h:before {
  content: "";
}

.fa-poll-people:before {
  content: "";
}

.fa-poo:before {
  content: "";
}

.fa-poo-storm:before {
  content: "";
}

.fa-poop:before {
  content: "";
}

.fa-popcorn:before {
  content: "";
}

.fa-portrait:before {
  content: "";
}

.fa-pound-sign:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-pray:before {
  content: "";
}

.fa-praying-hands:before {
  content: "";
}

.fa-prescription:before {
  content: "";
}

.fa-prescription-bottle:before {
  content: "";
}

.fa-prescription-bottle-alt:before {
  content: "";
}

.fa-presentation:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-print-search:before {
  content: "";
}

.fa-print-slash:before {
  content: "";
}

.fa-procedures:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-project-diagram:before {
  content: "";
}

.fa-pumpkin:before {
  content: "";
}

.fa-pushed:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-python:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-question-square:before {
  content: "";
}

.fa-quidditch:before {
  content: "";
}

.fa-quinscape:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-quran:before {
  content: "";
}

.fa-r-project:before {
  content: "";
}

.fa-rabbit:before {
  content: "";
}

.fa-rabbit-fast:before {
  content: "";
}

.fa-racquet:before {
  content: "";
}

.fa-radiation:before {
  content: "";
}

.fa-radiation-alt:before {
  content: "";
}

.fa-rainbow:before {
  content: "";
}

.fa-raindrops:before {
  content: "";
}

.fa-ram:before {
  content: "";
}

.fa-ramp-loading:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-raspberry-pi:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-react:before {
  content: "";
}

.fa-reacteurope:before {
  content: "";
}

.fa-readme:before {
  content: "";
}

.fa-rebel:before {
  content: "";
}

.fa-receipt:before {
  content: "";
}

.fa-rectangle-landscape:before {
  content: "";
}

.fa-rectangle-portrait:before {
  content: "";
}

.fa-rectangle-wide:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-red-river:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-redhat:before {
  content: "";
}

.fa-redo:before {
  content: "";
}

.fa-redo-alt:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-remove-format:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-repeat:before {
  content: "";
}

.fa-repeat-1:before {
  content: "";
}

.fa-repeat-1-alt:before {
  content: "";
}

.fa-repeat-alt:before {
  content: "";
}

.fa-reply:before {
  content: "";
}

.fa-reply-all:before {
  content: "";
}

.fa-replyd:before {
  content: "";
}

.fa-republican:before {
  content: "";
}

.fa-researchgate:before {
  content: "";
}

.fa-resolving:before {
  content: "";
}

.fa-restroom:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-retweet-alt:before {
  content: "";
}

.fa-rev:before {
  content: "";
}

.fa-ribbon:before {
  content: "";
}

.fa-ring:before {
  content: "";
}

.fa-rings-wedding:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-robot:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-rocketchat:before {
  content: "";
}

.fa-rockrms:before {
  content: "";
}

.fa-route:before {
  content: "";
}

.fa-route-highway:before {
  content: "";
}

.fa-route-interstate:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-ruble-sign:before {
  content: "";
}

.fa-ruler:before {
  content: "";
}

.fa-ruler-combined:before {
  content: "";
}

.fa-ruler-horizontal:before {
  content: "";
}

.fa-ruler-triangle:before {
  content: "";
}

.fa-ruler-vertical:before {
  content: "";
}

.fa-running:before {
  content: "";
}

.fa-rupee-sign:before {
  content: "";
}

.fa-rv:before {
  content: "";
}

.fa-sack:before {
  content: "";
}

.fa-sack-dollar:before {
  content: "";
}

.fa-sad-cry:before {
  content: "";
}

.fa-sad-tear:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-salad:before {
  content: "";
}

.fa-salesforce:before {
  content: "";
}

.fa-sandwich:before {
  content: "";
}

.fa-sass:before {
  content: "";
}

.fa-satellite:before {
  content: "";
}

.fa-satellite-dish:before {
  content: "";
}

.fa-sausage:before {
  content: "";
}

.fa-save:before {
  content: "";
}

.fa-scalpel:before {
  content: "";
}

.fa-scalpel-path:before {
  content: "";
}

.fa-scanner:before {
  content: "";
}

.fa-scanner-keyboard:before {
  content: "";
}

.fa-scanner-touchscreen:before {
  content: "";
}

.fa-scarecrow:before {
  content: "";
}

.fa-scarf:before {
  content: "";
}

.fa-schlix:before {
  content: "";
}

.fa-school:before {
  content: "";
}

.fa-screwdriver:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-scroll:before {
  content: "";
}

.fa-scroll-old:before {
  content: "";
}

.fa-scrubber:before {
  content: "";
}

.fa-scythe:before {
  content: "";
}

.fa-sd-card:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-search-dollar:before {
  content: "";
}

.fa-search-location:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-searchengin:before {
  content: "";
}

.fa-seedling:before {
  content: "";
}

.fa-sellcast:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-send-back:before {
  content: "";
}

.fa-send-backward:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-servicestack:before {
  content: "";
}

.fa-shapes:before {
  content: "";
}

.fa-share:before {
  content: "";
}

.fa-share-all:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-sheep:before {
  content: "";
}

.fa-shekel-sign:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-shield-alt:before {
  content: "";
}

.fa-shield-check:before {
  content: "";
}

.fa-shield-cross:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-shipping-fast:before {
  content: "";
}

.fa-shipping-timed:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-shish-kebab:before {
  content: "";
}

.fa-shoe-prints:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-shopware:before {
  content: "";
}

.fa-shovel:before {
  content: "";
}

.fa-shovel-snow:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-shredder:before {
  content: "";
}

.fa-shuttle-van:before {
  content: "";
}

.fa-shuttlecock:before {
  content: "";
}

.fa-sickle:before {
  content: "";
}

.fa-sigma:before {
  content: "";
}

.fa-sign:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-sign-in-alt:before {
  content: "";
}

.fa-sign-language:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-sign-out-alt:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-signal-1:before {
  content: "";
}

.fa-signal-2:before {
  content: "";
}

.fa-signal-3:before {
  content: "";
}

.fa-signal-4:before {
  content: "";
}

.fa-signal-alt:before {
  content: "";
}

.fa-signal-alt-1:before {
  content: "";
}

.fa-signal-alt-2:before {
  content: "";
}

.fa-signal-alt-3:before {
  content: "";
}

.fa-signal-alt-slash:before {
  content: "";
}

.fa-signal-slash:before {
  content: "";
}

.fa-signature:before {
  content: "";
}

.fa-sim-card:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-sistrix:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-sith:before {
  content: "";
}

.fa-skating:before {
  content: "";
}

.fa-skeleton:before {
  content: "";
}

.fa-sketch:before {
  content: "";
}

.fa-ski-jump:before {
  content: "";
}

.fa-ski-lift:before {
  content: "";
}

.fa-skiing:before {
  content: "";
}

.fa-skiing-nordic:before {
  content: "";
}

.fa-skull:before {
  content: "";
}

.fa-skull-crossbones:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-slack-hash:before {
  content: "";
}

.fa-slash:before {
  content: "";
}

.fa-sledding:before {
  content: "";
}

.fa-sleigh:before {
  content: "";
}

.fa-sliders-h:before {
  content: "";
}

.fa-sliders-h-square:before {
  content: "";
}

.fa-sliders-v:before {
  content: "";
}

.fa-sliders-v-square:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-smile:before {
  content: "";
}

.fa-smile-beam:before {
  content: "";
}

.fa-smile-plus:before {
  content: "";
}

.fa-smile-wink:before {
  content: "";
}

.fa-smog:before {
  content: "";
}

.fa-smoke:before {
  content: "";
}

.fa-smoking:before {
  content: "";
}

.fa-smoking-ban:before {
  content: "";
}

.fa-sms:before {
  content: "";
}

.fa-snake:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-snooze:before {
  content: "";
}

.fa-snow-blowing:before {
  content: "";
}

.fa-snowboarding:before {
  content: "";
}

.fa-snowflake:before {
  content: "";
}

.fa-snowflakes:before {
  content: "";
}

.fa-snowman:before {
  content: "";
}

.fa-snowmobile:before {
  content: "";
}

.fa-snowplow:before {
  content: "";
}

.fa-socks:before {
  content: "";
}

.fa-solar-panel:before {
  content: "";
}

.fa-sort:before {
  content: "";
}

.fa-sort-alpha-down:before {
  content: "";
}

.fa-sort-alpha-down-alt:before {
  content: "";
}

.fa-sort-alpha-up:before {
  content: "";
}

.fa-sort-alpha-up-alt:before {
  content: "";
}

.fa-sort-alt:before {
  content: "";
}

.fa-sort-amount-down:before {
  content: "";
}

.fa-sort-amount-down-alt:before {
  content: "";
}

.fa-sort-amount-up:before {
  content: "";
}

.fa-sort-amount-up-alt:before {
  content: "";
}

.fa-sort-down:before {
  content: "";
}

.fa-sort-numeric-down:before {
  content: "";
}

.fa-sort-numeric-down-alt:before {
  content: "";
}

.fa-sort-numeric-up:before {
  content: "";
}

.fa-sort-numeric-up-alt:before {
  content: "";
}

.fa-sort-shapes-down:before {
  content: "";
}

.fa-sort-shapes-down-alt:before {
  content: "";
}

.fa-sort-shapes-up:before {
  content: "";
}

.fa-sort-shapes-up-alt:before {
  content: "";
}

.fa-sort-size-down:before {
  content: "";
}

.fa-sort-size-down-alt:before {
  content: "";
}

.fa-sort-size-up:before {
  content: "";
}

.fa-sort-size-up-alt:before {
  content: "";
}

.fa-sort-up:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-soup:before {
  content: "";
}

.fa-sourcetree:before {
  content: "";
}

.fa-spa:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-spade:before {
  content: "";
}

.fa-sparkles:before {
  content: "";
}

.fa-speakap:before {
  content: "";
}

.fa-speaker-deck:before {
  content: "";
}

.fa-spell-check:before {
  content: "";
}

.fa-spider:before {
  content: "";
}

.fa-spider-black-widow:before {
  content: "";
}

.fa-spider-web:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-spinner-third:before {
  content: "";
}

.fa-splotch:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-spray-can:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-square-full:before {
  content: "";
}

.fa-square-root:before {
  content: "";
}

.fa-square-root-alt:before {
  content: "";
}

.fa-squarespace:before {
  content: "";
}

.fa-squirrel:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-stackpath:before {
  content: "";
}

.fa-staff:before {
  content: "";
}

.fa-stamp:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-and-crescent:before {
  content: "";
}

.fa-star-christmas:before {
  content: "";
}

.fa-star-exclamation:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-star-half-alt:before {
  content: "";
}

.fa-star-of-david:before {
  content: "";
}

.fa-star-of-life:before {
  content: "";
}

.fa-stars:before {
  content: "";
}

.fa-staylinked:before {
  content: "";
}

.fa-steak:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-steam-symbol:before {
  content: "";
}

.fa-steering-wheel:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-sticker-mule:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-stocking:before {
  content: "";
}

.fa-stomach:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stopwatch:before {
  content: "";
}

.fa-store:before {
  content: "";
}

.fa-store-alt:before {
  content: "";
}

.fa-strava:before {
  content: "";
}

.fa-stream:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-stretcher:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-stripe:before {
  content: "";
}

.fa-stripe-s:before {
  content: "";
}

.fa-stroopwafel:before {
  content: "";
}

.fa-studiovinari:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-suitcase-rolling:before {
  content: "";
}

.fa-sun:before {
  content: "";
}

.fa-sun-cloud:before {
  content: "";
}

.fa-sun-dust:before {
  content: "";
}

.fa-sun-haze:before {
  content: "";
}

.fa-sunglasses:before {
  content: "";
}

.fa-sunrise:before {
  content: "";
}

.fa-sunset:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-supple:before {
  content: "";
}

.fa-surprise:before {
  content: "";
}

.fa-suse:before {
  content: "";
}

.fa-swatchbook:before {
  content: "";
}

.fa-swimmer:before {
  content: "";
}

.fa-swimming-pool:before {
  content: "";
}

.fa-sword:before {
  content: "";
}

.fa-swords:before {
  content: "";
}

.fa-symfony:before {
  content: "";
}

.fa-synagogue:before {
  content: "";
}

.fa-sync:before {
  content: "";
}

.fa-sync-alt:before {
  content: "";
}

.fa-syringe:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-table-tennis:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-tablet-alt:before {
  content: "";
}

.fa-tablet-android:before {
  content: "";
}

.fa-tablet-android-alt:before {
  content: "";
}

.fa-tablet-rugged:before {
  content: "";
}

.fa-tablets:before {
  content: "";
}

.fa-tachometer:before {
  content: "";
}

.fa-tachometer-alt:before {
  content: "";
}

.fa-tachometer-alt-average:before {
  content: "";
}

.fa-tachometer-alt-fast:before {
  content: "";
}

.fa-tachometer-alt-fastest:before {
  content: "";
}

.fa-tachometer-alt-slow:before {
  content: "";
}

.fa-tachometer-alt-slowest:before {
  content: "";
}

.fa-tachometer-average:before {
  content: "";
}

.fa-tachometer-fast:before {
  content: "";
}

.fa-tachometer-fastest:before {
  content: "";
}

.fa-tachometer-slow:before {
  content: "";
}

.fa-tachometer-slowest:before {
  content: "";
}

.fa-taco:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-tally:before {
  content: "";
}

.fa-tanakh:before {
  content: "";
}

.fa-tape:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-tasks-alt:before {
  content: "";
}

.fa-taxi:before {
  content: "";
}

.fa-teamspeak:before {
  content: "";
}

.fa-teeth:before {
  content: "";
}

.fa-teeth-open:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-telegram-plane:before {
  content: "";
}

.fa-temperature-frigid:before {
  content: "";
}

.fa-temperature-high:before {
  content: "";
}

.fa-temperature-hot:before {
  content: "";
}

.fa-temperature-low:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-tenge:before {
  content: "";
}

.fa-tennis-ball:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-text:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-size:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-the-red-yeti:before {
  content: "";
}

.fa-theater-masks:before {
  content: "";
}

.fa-themeco:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-thermometer:before {
  content: "";
}

.fa-thermometer-empty:before {
  content: "";
}

.fa-thermometer-full:before {
  content: "";
}

.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-theta:before {
  content: "";
}

.fa-think-peaks:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbtack:before {
  content: "";
}

.fa-thunderstorm:before {
  content: "";
}

.fa-thunderstorm-moon:before {
  content: "";
}

.fa-thunderstorm-sun:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-ticket-alt:before {
  content: "";
}

.fa-tilde:before {
  content: "";
}

.fa-times:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-times-hexagon:before {
  content: "";
}

.fa-times-octagon:before {
  content: "";
}

.fa-times-square:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-tint-slash:before {
  content: "";
}

.fa-tire:before {
  content: "";
}

.fa-tire-flat:before {
  content: "";
}

.fa-tire-pressure-warning:before {
  content: "";
}

.fa-tire-rugged:before {
  content: "";
}

.fa-tired:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-toilet:before {
  content: "";
}

.fa-toilet-paper:before {
  content: "";
}

.fa-toilet-paper-alt:before {
  content: "";
}

.fa-tombstone:before {
  content: "";
}

.fa-tombstone-alt:before {
  content: "";
}

.fa-toolbox:before {
  content: "";
}

.fa-tools:before {
  content: "";
}

.fa-tooth:before {
  content: "";
}

.fa-toothbrush:before {
  content: "";
}

.fa-torah:before {
  content: "";
}

.fa-torii-gate:before {
  content: "";
}

.fa-tornado:before {
  content: "";
}

.fa-tractor:before {
  content: "";
}

.fa-trade-federation:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-traffic-cone:before {
  content: "";
}

.fa-traffic-light:before {
  content: "";
}

.fa-traffic-light-go:before {
  content: "";
}

.fa-traffic-light-slow:before {
  content: "";
}

.fa-traffic-light-stop:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-tram:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-trash-alt:before {
  content: "";
}

.fa-trash-restore:before {
  content: "";
}

.fa-trash-restore-alt:before {
  content: "";
}

.fa-trash-undo:before {
  content: "";
}

.fa-trash-undo-alt:before {
  content: "";
}

.fa-treasure-chest:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-tree-alt:before {
  content: "";
}

.fa-tree-christmas:before {
  content: "";
}

.fa-tree-decorated:before {
  content: "";
}

.fa-tree-large:before {
  content: "";
}

.fa-tree-palm:before {
  content: "";
}

.fa-trees:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-triangle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-trophy-alt:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-truck-container:before {
  content: "";
}

.fa-truck-couch:before {
  content: "";
}

.fa-truck-loading:before {
  content: "";
}

.fa-truck-monster:before {
  content: "";
}

.fa-truck-moving:before {
  content: "";
}

.fa-truck-pickup:before {
  content: "";
}

.fa-truck-plow:before {
  content: "";
}

.fa-truck-ramp:before {
  content: "";
}

.fa-tshirt:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-turkey:before {
  content: "";
}

.fa-turtle:before {
  content: "";
}

.fa-tv:before {
  content: "";
}

.fa-tv-retro:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-typo3:before {
  content: "";
}

.fa-uber:before {
  content: "";
}

.fa-ubuntu:before {
  content: "";
}

.fa-uikit:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-umbrella-beach:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-undo:before {
  content: "";
}

.fa-undo-alt:before {
  content: "";
}

.fa-unicorn:before {
  content: "";
}

.fa-union:before {
  content: "";
}

.fa-uniregistry:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-university:before {
  content: "";
}

.fa-unlink:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-untappd:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-ups:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-usd-circle:before {
  content: "";
}

.fa-usd-square:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-user-alt:before {
  content: "";
}

.fa-user-alt-slash:before {
  content: "";
}

.fa-user-astronaut:before {
  content: "";
}

.fa-user-chart:before {
  content: "";
}

.fa-user-check:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-clock:before {
  content: "";
}

.fa-user-cog:before {
  content: "";
}

.fa-user-crown:before {
  content: "";
}

.fa-user-edit:before {
  content: "";
}

.fa-user-friends:before {
  content: "";
}

.fa-user-graduate:before {
  content: "";
}

.fa-user-hard-hat:before {
  content: "";
}

.fa-user-headset:before {
  content: "";
}

.fa-user-injured:before {
  content: "";
}

.fa-user-lock:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-user-md-chat:before {
  content: "";
}

.fa-user-minus:before {
  content: "";
}

.fa-user-ninja:before {
  content: "";
}

.fa-user-nurse:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-user-shield:before {
  content: "";
}

.fa-user-slash:before {
  content: "";
}

.fa-user-tag:before {
  content: "";
}

.fa-user-tie:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-users:before {
  content: "";
}

.fa-users-class:before {
  content: "";
}

.fa-users-cog:before {
  content: "";
}

.fa-users-crown:before {
  content: "";
}

.fa-users-medical:before {
  content: "";
}

.fa-usps:before {
  content: "";
}

.fa-ussunnah:before {
  content: "";
}

.fa-utensil-fork:before {
  content: "";
}

.fa-utensil-knife:before {
  content: "";
}

.fa-utensil-spoon:before {
  content: "";
}

.fa-utensils:before {
  content: "";
}

.fa-utensils-alt:before {
  content: "";
}

.fa-vaadin:before {
  content: "";
}

.fa-value-absolute:before {
  content: "";
}

.fa-vector-square:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-vial:before {
  content: "";
}

.fa-vials:before {
  content: "";
}

.fa-viber:before {
  content: "";
}

.fa-video:before {
  content: "";
}

.fa-video-plus:before {
  content: "";
}

.fa-video-slash:before {
  content: "";
}

.fa-vihara:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-vimeo-v:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-vnv:before {
  content: "";
}

.fa-voicemail:before {
  content: "";
}

.fa-volcano:before {
  content: "";
}

.fa-volleyball-ball:before {
  content: "";
}

.fa-volume:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-mute:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-slash:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-vote-nay:before {
  content: "";
}

.fa-vote-yea:before {
  content: "";
}

.fa-vr-cardboard:before {
  content: "";
}

.fa-vuejs:before {
  content: "";
}

.fa-walker:before {
  content: "";
}

.fa-walking:before {
  content: "";
}

.fa-wallet:before {
  content: "";
}

.fa-wand:before {
  content: "";
}

.fa-wand-magic:before {
  content: "";
}

.fa-warehouse:before {
  content: "";
}

.fa-warehouse-alt:before {
  content: "";
}

.fa-washer:before {
  content: "";
}

.fa-watch:before {
  content: "";
}

.fa-watch-fitness:before {
  content: "";
}

.fa-water:before {
  content: "";
}

.fa-water-lower:before {
  content: "";
}

.fa-water-rise:before {
  content: "";
}

.fa-wave-sine:before {
  content: "";
}

.fa-wave-square:before {
  content: "";
}

.fa-wave-triangle:before {
  content: "";
}

.fa-waze:before {
  content: "";
}

.fa-webcam:before {
  content: "";
}

.fa-webcam-slash:before {
  content: "";
}

.fa-weebly:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-weight:before {
  content: "";
}

.fa-weight-hanging:before {
  content: "";
}

.fa-weixin:before {
  content: "";
}

.fa-whale:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-whatsapp-square:before {
  content: "";
}

.fa-wheat:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-whistle:before {
  content: "";
}

.fa-whmcs:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-wifi-1:before {
  content: "";
}

.fa-wifi-2:before {
  content: "";
}

.fa-wifi-slash:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-wind:before {
  content: "";
}

.fa-wind-turbine:before {
  content: "";
}

.fa-wind-warning:before {
  content: "";
}

.fa-window:before {
  content: "";
}

.fa-window-alt:before {
  content: "";
}

.fa-window-close:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-windsock:before {
  content: "";
}

.fa-wine-bottle:before {
  content: "";
}

.fa-wine-glass:before {
  content: "";
}

.fa-wine-glass-alt:before {
  content: "";
}

.fa-wix:before {
  content: "";
}

.fa-wizards-of-the-coast:before {
  content: "";
}

.fa-wolf-pack-battalion:before {
  content: "";
}

.fa-won-sign:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-wordpress-simple:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-wpressr:before {
  content: "";
}

.fa-wreath:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-x-ray:before {
  content: "";
}

.fa-xbox:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-y-combinator:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-yammer:before {
  content: "";
}

.fa-yandex:before {
  content: "";
}

.fa-yandex-international:before {
  content: "";
}

.fa-yarn:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-yen-sign:before {
  content: "";
}

.fa-yin-yang:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-zhihu:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("../fonts/fa-brands-400.eot");
  src: url("../fonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.woff") format("woff"), url("../fonts/fa-brands-400.ttf") format("truetype"), url("../fonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("../fonts/fa-light-300.eot");
  src: url("../fonts/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-light-300.woff2") format("woff2"), url("../fonts/fa-light-300.woff") format("woff"), url("../fonts/fa-light-300.ttf") format("truetype"), url("../fonts/fa-light-300.svg#fontawesome") format("svg");
}
.fal {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fa-regular-400.eot");
  src: url("../fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.woff") format("woff"), url("../fonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}

/*!
 * Font Awesome Pro 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
@font-face {
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("../fonts/fa-solid-900.eot");
  src: url("../fonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.woff") format("woff"), url("../fonts/fa-solid-900.ttf") format("truetype"), url("../fonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

.wp-block-cover.hero-section {
  overflow: visible;
  margin-top: 0 !important;
}
@media (max-width: 991.98px) {
  .wp-block-cover.hero-section {
    min-height: 350px;
  }
}
@media (max-width: 767.98px) {
  .wp-block-cover.hero-section {
    min-height: 270px;
  }
}
.wp-block-cover.hero-section > .wp-block-cover__inner-container {
  max-width: 1140px;
}
.wp-block-cover.hero-section .subhead {
  max-width: 60%;
  line-height: 1.75em;
}
@media (max-width: 991.98px) {
  .wp-block-cover.hero-section .subhead {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wp-block-cover.hero-section .wp-block-cover__inner-container form.search-form {
    width: 100%;
    max-width: unset;
  }
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**** WPO Styling                                                                                                  ****/
/**********************************************************************************************************************/
/* WPO Base */
/**
* P3 Mod System
*
* The mod system is used to add padding, margin or borders to an element via style inheritance.
*/
/*
 * @file        : _mixins.scss - Spinny doo-dads.
 * @desctiption : A place for mixin functions.
 * @version     : 1.0
 * @author      : Dubz
 * @changelog   : Track who did what.
  |Date          | Author        |Description
  ===============|===============|======================================================================================
  | 2016/8/3     | Dubz          | Initial creation
  ----------------------------------------------------------------------------------------------------------------------
*/
/* BORDER RADIUS ******************************************************************************************************/
/* END BORDER RADIUS **************************************************************************************************/
/* TRANSITION *********************************************************************************************************/
/* END TRANSITION *****************************************************************************************************/
/* TRANSFORM **********************************************************************************************************/
/* END TRANSFORM ******************************************************************************************************/
/* ANIMATION **********************************************************************************************************/
/* END ANIMATION ******************************************************************************************************/
/* MISC ***************************************************************************************************************/
/* END MISC ***********************************************************************************************************/
body {
  background-color: #E3E8F4;
}
body #wpadminbar {
  position: fixed;
  padding-left: 0 !important;
  z-index: 3000002;
}
body.admin-bar header.site-header {
  top: 32px;
}
@media (max-width: 767.98px) {
  body.admin-bar header.site-header {
    top: 46px;
  }
}

body.logged-in header.site-header nav ul#user-btns-wrap {
  bottom: 105px;
}

.popover-body .sharer-popover {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
}

.blue-cut-block {
  position: relative;
}
.blue-cut-block:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 95px;
  background: linear-gradient(90deg, #00aeef 0%, #00a9f2 30%, #007de9 75%, #0278e1 100%);
  z-index: 6;
}
.blue-cut-block:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 95px;
  background-image: url("../images/sharechurch_honeycomb.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 300px;
  z-index: 7;
}
.blue-cut-block > div {
  position: relative;
  z-index: 8;
}
.blue-cut-block .wrapper-block {
  position: relative;
}

.heavy-overlay {
  margin-top: -125px;
  z-index: 10;
  position: relative;
}

.overlay-box {
  margin-top: -50px;
  z-index: 10;
  position: relative;
}

.strip-overlay {
  position: relative;
  padding-bottom: 25px;
}
.strip-overlay:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 95px;
  background: linear-gradient(90deg, #00aeef 0%, #00a9f2 30%, #007de9 75%, #0278e1 100%);
  z-index: 6;
}
.strip-overlay.purple:before {
  background: linear-gradient(90deg, #7e87c2 0%, #6c79ba 30%, #5969b1 75%, #495ca4 100%);
}
.strip-overlay:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 95px;
  background-image: url("../images/sharechurch_honeycomb.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 300px;
  z-index: 7;
}
.strip-overlay > div {
  position: relative;
  z-index: 8;
}
.strip-overlay figure {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 900px;
}

.slick-track {
  display: flex !important;
}

.slick-slide {
  height: inherit !important;
}

.frl-prev, .frl-next {
  padding: 0 5px;
  color: #A4ADC6;
  font-size: 32px;
}
.frl-prev:hover, .frl-next:hover {
  color: #00aeef;
}

.wp-block-table thead {
  border: 1px solid;
  background: #E3E8F4;
  color: #454495;
  text-transform: uppercase;
}
.wp-block-table td, .wp-block-table th {
  padding: 10px;
}
.wp-block-table td {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
}

.wp-block-group.slim {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

p.has-color-white-color a {
  color: #00aeef;
}

.wide-folder .container {
  max-width: 1300px;
}

.wide-content .container {
  max-width: 1165px;
}

.light-grid-bg {
  position: relative;
}
.light-grid-bg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(90deg, #00aeef 0%, #00a9f2 30%, #007de9 75%, #0278e1 100%);
  z-index: 6;
}
.light-grid-bg:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url("../images/sharechurch_honeycomb.svg");
  background-repeat: repeat;
  background-position: center;
  background-size: 300px;
  z-index: 7;
}
.light-grid-bg > div {
  position: relative;
  z-index: 8;
}

body.mce-content-body {
  background-color: #ffffff;
  color: #000000;
  padding: 5px 10px !important;
}

img.alignright {
  float: right;
  margin-bottom: 1em;
  margin-left: 1em;
}
img.alignleft {
  float: left;
  margin-bottom: 1em;
  margin-right: 1em;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.image-cropper {
  overflow: hidden;
  border-radius: 50%;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-cover.hero-section {
  padding: 90px 15px;
}
@media (max-width: 991.98px) {
  .wp-block-cover.hero-section {
    padding-top: 150px;
  }
}

/* WPO General */
.bg-transparent {
  background-color: transparent !important;
}

.txt-default {
  color: #000033;
}

.txt-black {
  color: #000000 !important;
}
.txt-black hr {
  border-top-color: #000000;
}

.has-color-black-color {
  color: #000000;
}

.has-color-black-background-color {
  background-color: #000000;
}

.bg-black {
  background-color: #000000 !important;
}

.border-black {
  border-color: #000000 !important;
}

.txt-white {
  color: #ffffff !important;
}
.txt-white hr {
  border-top-color: #ffffff;
}

.has-color-white-color {
  color: #ffffff;
}

.has-color-white-background-color {
  background-color: #ffffff;
}

.bg-white {
  background-color: #ffffff !important;
}

.border-white {
  border-color: #ffffff !important;
}

.txt-cerulean {
  color: #00aeef !important;
}
.txt-cerulean hr {
  border-top-color: #00aeef;
}

.has-color-cerulean-color {
  color: #00aeef;
}

.has-color-cerulean-background-color {
  background-color: #00aeef;
}

.bg-cerulean {
  background-color: #00aeef !important;
}

.border-cerulean {
  border-color: #00aeef !important;
}

.txt-stratos {
  color: #000033 !important;
}
.txt-stratos hr {
  border-top-color: #000033;
}

.has-color-stratos-color {
  color: #000033;
}

.has-color-stratos-background-color {
  background-color: #000033;
}
.bg-stratos {
  background-color: #000033 !important;
}

.border-stratos {
  border-color: #000033 !important;
}

.txt-victoria {
  color: #454495 !important;
}
.txt-victoria hr {
  border-top-color: #454495;
}

.has-color-victoria-color {
  color: #454495;
}
.has-color-victoria-background-color {
  background-color: #454495;
}

.bg-victoria {
  background-color: #454495 !important;
}

.border-victoria {
  border-color: #454495 !important;
}

.txt-lynch {
  color: #687395 !important;
}
.txt-lynch hr {
  border-top-color: #687395;
}

.has-color-lynch-color {
  color: #687395;
}
.has-color-lynch-background-color {
  background-color: #687395;
}

.bg-lynch {
  background-color: #687395 !important;
}

.border-lynch {
  border-color: #687395 !important;
}

.txt-cadet-blue {
  color: #A4ADC6 !important;
}
.txt-cadet-blue hr {
  border-top-color: #A4ADC6;
}

.has-color-cadet-blue-color {
  color: #A4ADC6;
}
.has-color-cadet-blue-background-color {
  background-color: #A4ADC6;
}

.bg-cadet-blue {
  background-color: #A4ADC6 !important;
}

.border-cadet-blue {
  border-color: #A4ADC6 !important;
}

.txt-amethyst-smoke {
  color: #9898B7 !important;
}
.txt-amethyst-smoke hr {
  border-top-color: #9898B7;
}

.has-color-amethyst-smoke-color {
  color: #9898B7;
}

.has-color-amethyst-smoke-background-color {
  background-color: #9898B7;
}
.bg-amethyst-smoke {
  background-color: #9898B7 !important;
}

.border-amethyst-smoke {
  border-color: #9898B7 !important;
}

.txt-white-lilac {
  color: #E3E8F4 !important;
}
.txt-white-lilac hr {
  border-top-color: #E3E8F4;
}

.has-color-white-lilac-color {
  color: #E3E8F4;
}

.has-color-white-lilac-background-color {
  background-color: #E3E8F4;
}
.bg-white-lilac {
  background-color: #E3E8F4 !important;
}

.border-white-lilac {
  border-color: #E3E8F4 !important;
}

.txt-lucky-point {
  color: #1D1760 !important;
}
.txt-lucky-point hr {
  border-top-color: #1D1760;
}

.has-color-lucky-point-color {
  color: #1D1760;
}

.has-color-lucky-point-background-color {
  background-color: #1D1760;
}

.bg-lucky-point {
  background-color: #1D1760 !important;
}

.border-lucky-point {
  border-color: #1D1760 !important;
}

.txt-minsk {
  color: #342D8C !important;
}
.txt-minsk hr {
  border-top-color: #342D8C;
}

.has-color-minsk-color {
  color: #342D8C;
}

.has-color-minsk-background-color {
  background-color: #342D8C;
}

.bg-minsk {
  background-color: #342D8C !important;
}

.border-minsk {
  border-color: #342D8C !important;
}

.txt-mustard {
  color: #FFDD55 !important;
}
.txt-mustard hr {
  border-top-color: #FFDD55;
}

.has-color-mustard-color {
  color: #FFDD55;
}

.has-color-mustard-background-color {
  background-color: #FFDD55;
}


.bg-mustard {
  background-color: #FFDD55 !important;
}

.border-mustard {
  border-color: #FFDD55 !important;
}

.bg-blue-gradient {
  background: linear-gradient(90deg, #000033 0%, #000033 30%, #342d8c 75%, #45429f 100%);
}

.bg-light-blue-gradient {
  background: linear-gradient(90deg, #000033 0%, #000033 30%, #342d8c 75%, #45429f 100%);
}
.bg-light-blue-gradient.wp-block-cover:before {
  display: none !important;
}

html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100%;
  overflow-x: hidden;
}

.absolute {
  position: absolute !important;
}
.absolute.top {
  top: 0;
  bottom: auto;
}
.absolute.left {
  left: 0;
  right: auto;
}
.absolute.bottom {
  bottom: 0;
  top: auto;
}
.absolute.right {
  right: 0;
  left: auto;
}
.absolute.full {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.absolute.fullwidth {
  left: 0;
  right: 0;
}
.absolute.y-center {
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.absolute.x-center {
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
.absolute.full-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.relative {
  position: relative;
}

.stack--bottom {
  z-index: 1;
}
.stack--top {
  z-index: 10;
}

.flip-x {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.flip-y {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.flip-z {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.aspect:after {
  content: "";
  display: block;
}
.aspect--16x9:after {
  padding-bottom: 56.25%;
}
.aspect--4x3:after {
  padding-bottom: 75%;
}
.aspect--3x2:after {
  padding-bottom: 66.66%;
}
.aspect--8x5:after {
  padding-bottom: 62.5%;
}
.aspect--square:after {
  padding-bottom: 100%;
}
.aspect--rect:after {
  padding-bottom: 50%;
}
.aspect--slim-rect:after {
  padding-bottom: 35%;
}
.aspect--9x16:after {
  padding-bottom: 177.7%;
}
.aspect--3x4:after {
  padding-bottom: 133.3%;
}
.aspect--2x3:after {
  padding-bottom: 150%;
}
.aspect--5x8:after {
  padding-bottom: 62.5%;
}

/**
* PADDING MOD STYLES
*
* @usage: <div class="add-padding mod-padding-x2"> //adds 2x the default padding to all sides of the element.
* @usage: <div class="add-padding mod-padding-x5 remove-margin-top"> //adds 5x the default padding to all sides of the element except the top. Top is set to 0 explicitly.
*/
.add-padding {
  padding: 15px;
}
.add-padding.mod-padding-x2 {
  padding: 30px;
}
.add-padding.mod-padding-x3 {
  padding: 45px;
}
.add-padding.mod-padding-x4 {
  padding: 60px;
}
.add-padding.mod-padding-x5 {
  padding: 75px;
}
.add-padding.mod-padding-x6 {
  padding: 90px;
}
.add-padding.mod-padding-x7 {
  padding: 105px;
}
.add-padding.mod-padding-x8 {
  padding: 120px;
}
.add-padding.mod-padding-x9 {
  padding: 135px;
}
.add-padding.mod-padding-x10 {
  padding: 150px;
}
.add-padding.mod-padding-half {
  padding: 7.5px;
}

.remove-padding {
  padding: 0 !important;
}

.add-padding-left {
  padding-left: 15px;
}
.add-padding-left.mod-padding-x2 {
  padding-left: 30px;
}
.add-padding-left.mod-padding-x3 {
  padding-left: 45px;
}
.add-padding-left.mod-padding-x4 {
  padding-left: 60px;
}
.add-padding-left.mod-padding-x5 {
  padding-left: 75px;
}
.add-padding-left.mod-padding-x6 {
  padding-left: 90px;
}
.add-padding-left.mod-padding-x7 {
  padding-left: 105px;
}
.add-padding-left.mod-padding-x8 {
  padding-left: 120px;
}
.add-padding-left.mod-padding-x9 {
  padding-left: 135px;
}
.add-padding-left.mod-padding-x10 {
  padding-left: 150px;
}
.add-padding-left.mod-padding-half {
  padding-left: 7.5px;
}

.remove-padding-left {
  padding-left: 0 !important;
}

.add-padding-right {
  padding-right: 15px;
}
.add-padding-right.mod-padding-x2 {
  padding-right: 30px;
}
.add-padding-right.mod-padding-x3 {
  padding-right: 45px;
}
.add-padding-right.mod-padding-x4 {
  padding-right: 60px;
}
.add-padding-right.mod-padding-x5 {
  padding-right: 75px;
}
.add-padding-right.mod-padding-x6 {
  padding-right: 90px;
}
.add-padding-right.mod-padding-x7 {
  padding-right: 105px;
}
.add-padding-right.mod-padding-x8 {
  padding-right: 120px;
}
.add-padding-right.mod-padding-x9 {
  padding-right: 135px;
}
.add-padding-right.mod-padding-x10 {
  padding-right: 150px;
}
.add-padding-right.mod-padding-half {
  padding-right: 7.5px;
}

.remove-padding-right {
  padding-right: 0 !important;
}

.add-padding-top {
  padding-top: 15px;
}
.add-padding-top.mod-padding-x2 {
  padding-top: 30px;
}
.add-padding-top.mod-padding-x3 {
  padding-top: 45px;
}
.add-padding-top.mod-padding-x4 {
  padding-top: 60px;
}
.add-padding-top.mod-padding-x5 {
  padding-top: 75px;
}
.add-padding-top.mod-padding-x6 {
  padding-top: 90px;
}
.add-padding-top.mod-padding-x7 {
  padding-top: 105px;
}
.add-padding-top.mod-padding-x8 {
  padding-top: 120px;
}
.add-padding-top.mod-padding-x9 {
  padding-top: 135px;
}
.add-padding-top.mod-padding-x10 {
  padding-top: 150px;
}
.add-padding-top.mod-padding-half {
  padding-top: 7.5px;
}

.remove-padding-top {
  padding-top: 0 !important;
}

.add-padding-bottom {
  padding-bottom: 15px;
}
.add-padding-bottom.mod-padding-x2 {
  padding-bottom: 30px;
}
.add-padding-bottom.mod-padding-x3 {
  padding-bottom: 45px;
}
.add-padding-bottom.mod-padding-x4 {
  padding-bottom: 60px;
}
.add-padding-bottom.mod-padding-x5 {
  padding-bottom: 75px;
}
.add-padding-bottom.mod-padding-x6 {
  padding-bottom: 90px;
}
.add-padding-bottom.mod-padding-x7 {
  padding-bottom: 105px;
}
.add-padding-bottom.mod-padding-x8 {
  padding-bottom: 120px;
}
.add-padding-bottom.mod-padding-x9 {
  padding-bottom: 135px;
}
.add-padding-bottom.mod-padding-x10 {
  padding-bottom: 150px;
}
.add-padding-bottom.mod-padding-half {
  padding-bottom: 7.5px;
}

.remove-padding-bottom {
  padding-bottom: 0 !important;
}

.add-padding-x {
  padding-left: 15px;
  padding-right: 15px;
}
.add-padding-x.mod-padding-x2 {
  padding-left: 30px;
  padding-right: 30px;
}
.add-padding-x.mod-padding-x3 {
  padding-left: 45px;
  padding-right: 45px;
}
.add-padding-x.mod-padding-x4 {
  padding-left: 60px;
  padding-right: 60px;
}
.add-padding-x.mod-padding-x5 {
  padding-left: 75px;
  padding-right: 75px;
}
.add-padding-x.mod-padding-x6 {
  padding-left: 90px;
  padding-right: 90px;
}
.add-padding-x.mod-padding-x7 {
  padding-left: 105px;
  padding-right: 105px;
}
.add-padding-x.mod-padding-x8 {
  padding-left: 120px;
  padding-right: 120px;
}
.add-padding-x.mod-padding-x9 {
  padding-left: 135px;
  padding-right: 135px;
}
.add-padding-x.mod-padding-x10 {
  padding-left: 150px;
  padding-right: 150px;
}
.add-padding-x.mod-padding-half {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.remove-padding-x {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.add-padding-y {
  padding-top: 15px;
  padding-bottom: 15px;
}
.add-padding-y.mod-padding-x2 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.add-padding-y.mod-padding-x3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.add-padding-y.mod-padding-x4 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.add-padding-y.mod-padding-x5 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.add-padding-y.mod-padding-x6 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.add-padding-y.mod-padding-x7 {
  padding-top: 105px;
  padding-bottom: 105px;
}
.add-padding-y.mod-padding-x8 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.add-padding-y.mod-padding-x9 {
  padding-top: 135px;
  padding-bottom: 135px;
}
.add-padding-y.mod-padding-x10 {
  padding-top: 150px;
  padding-bottom: 150px;
}
.add-padding-y.mod-padding-half {
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.remove-padding-y {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/**
* MARGIN MOD STYLES
*
* @usage: <div class="add-margin mod-margin-x2"> //adds 2x the default margin to all sides of the element.
* @usage: <div class="add-margin mod-margin-x5 remove-margin-top"> //adds 5x the default margin to all sides of the element except the top. Top is set to 0 explicitly.
*/
.add-margin {
  margin: 15px;
}
.add-margin.mod-margin-x2 {
  margin: 30px;
}
.add-margin.mod-margin-x3 {
  margin: 45px;
}
.add-margin.mod-margin-x4 {
  margin: 60px;
}
.add-margin.mod-margin-x5 {
  margin: 75px;
}
.add-margin.mod-margin-x6 {
  margin: 90px;
}
.add-margin.mod-margin-x7 {
  margin: 105px;
}
.add-margin.mod-margin-x8 {
  margin: 120px;
}
.add-margin.mod-margin-x9 {
  margin: 135px;
}
.add-margin.mod-margin-x10 {
  margin: 150px;
}
.add-margin.mod-margin-half {
  margin: 7.5px;
}

.remove-margin {
  margin: 0 !important;
}

.add-margin-left {
  margin-left: 15px;
}
.add-margin-left.mod-margin-x2 {
  margin-left: 30px;
}
.add-margin-left.mod-margin-x3 {
  margin-left: 45px;
}
.add-margin-left.mod-margin-x4 {
  margin-left: 60px;
}
.add-margin-left.mod-margin-x5 {
  margin-left: 75px;
}
.add-margin-left.mod-margin-x6 {
  margin-left: 90px;
}
.add-margin-left.mod-margin-x7 {
  margin-left: 105px;
}
.add-margin-left.mod-margin-x8 {
  margin-left: 120px;
}
.add-margin-left.mod-margin-x9 {
  margin-left: 135px;
}
.add-margin-left.mod-margin-x10 {
  margin-left: 150px;
}
.add-margin-left.mod-margin-half {
  margin-left: 7.5px;
}

.remove-margin-left {
  margin-left: 0 !important;
}

.add-margin-right {
  margin-right: 15px;
}
.add-margin-right.mod-margin-x2 {
  margin-right: 30px;
}
.add-margin-right.mod-margin-x3 {
  margin-right: 45px;
}
.add-margin-right.mod-margin-x4 {
  margin-right: 60px;
}
.add-margin-right.mod-margin-x5 {
  margin-right: 75px;
}
.add-margin-right.mod-margin-x6 {
  margin-right: 90px;
}
.add-margin-right.mod-margin-x7 {
  margin-right: 105px;
}
.add-margin-right.mod-margin-x8 {
  margin-right: 120px;
}
.add-margin-right.mod-margin-x9 {
  margin-right: 135px;
}
.add-margin-right.mod-margin-x10 {
  margin-right: 150px;
}
.add-margin-right.mod-margin-half {
  margin-right: 7.5px;
}

.remove-margin-right {
  margin-right: 0 !important;
}

.add-margin-top {
  margin-top: 15px;
}
.add-margin-top.mod-margin-x2 {
  margin-top: 30px;
}
.add-margin-top.mod-margin-x3 {
  margin-top: 45px;
}
.add-margin-top.mod-margin-x4 {
  margin-top: 60px;
}
.add-margin-top.mod-margin-x5 {
  margin-top: 75px;
}
.add-margin-top.mod-margin-x6 {
  margin-top: 90px;
}
.add-margin-top.mod-margin-x7 {
  margin-top: 105px;
}
.add-margin-top.mod-margin-x8 {
  margin-top: 120px;
}
.add-margin-top.mod-margin-x9 {
  margin-top: 135px;
}
.add-margin-top.mod-margin-x10 {
  margin-top: 150px;
}
.add-margin-top.mod-margin-half {
  margin-top: 7.5px;
}

.remove-margin-top {
  margin-top: 0 !important;
}

.add-margin-bottom {
  margin-bottom: 15px;
}
.add-margin-bottom.mod-margin-x2 {
  margin-bottom: 30px;
}
.add-margin-bottom.mod-margin-x3 {
  margin-bottom: 45px;
}
.add-margin-bottom.mod-margin-x4 {
  margin-bottom: 60px;
}
.add-margin-bottom.mod-margin-x5 {
  margin-bottom: 75px;
}
.add-margin-bottom.mod-margin-x6 {
  margin-bottom: 90px;
}
.add-margin-bottom.mod-margin-x7 {
  margin-bottom: 105px;
}
.add-margin-bottom.mod-margin-x8 {
  margin-bottom: 120px;
}
.add-margin-bottom.mod-margin-x9 {
  margin-bottom: 135px;
}
.add-margin-bottom.mod-margin-x10 {
  margin-bottom: 150px;
}
.add-margin-bottom.mod-margin-half {
  margin-bottom: 7.5px;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

.add-margin-x {
  margin-left: 15px;
  margin-right: 15px;
}
.add-margin-x.mod-margin-x2 {
  margin-left: 30px;
  margin-right: 30px;
}
.add-margin-x.mod-margin-x3 {
  margin-left: 45px;
  margin-right: 45px;
}
.add-margin-x.mod-margin-x4 {
  margin-left: 60px;
  margin-right: 60px;
}
.add-margin-x.mod-margin-x5 {
  margin-left: 75px;
  margin-right: 75px;
}
.add-margin-x.mod-margin-x6 {
  margin-left: 90px;
  margin-right: 90px;
}
.add-margin-x.mod-margin-x7 {
  margin-left: 105px;
  margin-right: 105px;
}
.add-margin-x.mod-margin-x8 {
  margin-left: 120px;
  margin-right: 120px;
}
.add-margin-x.mod-margin-x9 {
  margin-left: 135px;
  margin-right: 135px;
}
.add-margin-x.mod-margin-x10 {
  margin-left: 150px;
  margin-right: 150px;
}
.add-margin-x.mod-margin-half {
  margin-left: 7.5px;
  margin-right: 7.5px;
}

.remove-margin-x {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.add-margin-y {
  margin-top: 15px;
  margin-bottom: 15px;
}
.add-margin-y.mod-margin-x2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.add-margin-y.mod-margin-x3 {
  margin-top: 45px;
  margin-bottom: 45px;
}
.add-margin-y.mod-margin-x4 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.add-margin-y.mod-margin-x5 {
  margin-top: 75px;
  margin-bottom: 75px;
}
.add-margin-y.mod-margin-x6 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.add-margin-y.mod-margin-x7 {
  margin-top: 105px;
  margin-bottom: 105px;
}
.add-margin-y.mod-margin-x8 {
  margin-top: 120px;
  margin-bottom: 120px;
}
.add-margin-y.mod-margin-x9 {
  margin-top: 135px;
  margin-bottom: 135px;
}
.add-margin-y.mod-margin-x10 {
  margin-top: 150px;
  margin-bottom: 150px;
}
.add-margin-y.mod-margin-half {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}

.remove-margin-y {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/**
* BORDER MOD STYLES
*
* @usage: <div class="add-border mod-border-x2"> //adds 2x the default border to all sides of the element.
* @usage: <div class="add-border mod-border-x5 remove-border-top"> //adds 5x the default border to all sides of the element except the top. Top is set to none explicitly.
*/
.add-border {
  border: 1px solid;
}
.add-border.border-dotted {
  border-style: dotted;
}
.add-border.border-dashed {
  border-style: dashed;
}
.add-border.border-double {
  border-style: double;
}
.add-border.border-groove {
  border-style: groove;
}
.add-border.border-inset {
  border-style: inset;
}
.add-border.border-outset {
  border-style: outset;
}
.add-border.mod-border-x2 {
  border-width: 2px;
}
.add-border.mod-border-x3 {
  border-width: 3px;
}
.add-border.mod-border-x4 {
  border-width: 4px;
}
.add-border.mod-border-x5 {
  border-width: 5px;
}
.add-border.mod-border-x6 {
  border-width: 6px;
}
.add-border.mod-border-x7 {
  border-width: 7px;
}
.add-border.mod-border-x8 {
  border-width: 8px;
}
.add-border.mod-border-x9 {
  border-width: 9px;
}
.add-border.mod-border-x10 {
  border-width: 10px;
}

.remove-border {
  border: none !important;
}

.add-border-left {
  border-left: 1px solid;
}
.add-border-left.border-dotted {
  border-left-style: dotted;
}
.add-border-left.border-dashed {
  border-left-style: dashed;
}
.add-border-left.border-double {
  border-left-style: double;
}
.add-border-left.border-groove {
  border-left-style: groove;
}
.add-border-left.border-inset {
  border-left-style: inset;
}
.add-border-left.border-outset {
  border-left-style: outset;
}
.add-border-left.mod-border-x2 {
  border-left-width: 2px;
}
.add-border-left.mod-border-x3 {
  border-left-width: 3px;
}
.add-border-left.mod-border-x4 {
  border-left-width: 4px;
}
.add-border-left.mod-border-x5 {
  border-left-width: 5px;
}
.add-border-left.mod-border-x6 {
  border-left-width: 6px;
}
.add-border-left.mod-border-x7 {
  border-left-width: 7px;
}
.add-border-left.mod-border-x8 {
  border-left-width: 8px;
}
.add-border-left.mod-border-x9 {
  border-left-width: 9px;
}
.add-border-left.mod-border-x10 {
  border-left-width: 10px;
}

.remove-border-left {
  border-left: none !important;
}

.add-border-right {
  border-right: 1px solid;
}
.add-border-right.border-dotted {
  border-right-style: dotted;
}
.add-border-right.border-dashed {
  border-right-style: dashed;
}
.add-border-right.border-double {
  border-right-style: double;
}
.add-border-right.border-groove {
  border-right-style: groove;
}
.add-border-right.border-inset {
  border-right-style: inset;
}
.add-border-right.border-outset {
  border-right-style: outset;
}
.add-border-right.mod-border-x2 {
  border-right-width: 2px;
}
.add-border-right.mod-border-x3 {
  border-right-width: 3px;
}
.add-border-right.mod-border-x4 {
  border-right-width: 4px;
}
.add-border-right.mod-border-x5 {
  border-right-width: 5px;
}
.add-border-right.mod-border-x6 {
  border-right-width: 6px;
}
.add-border-right.mod-border-x7 {
  border-right-width: 7px;
}
.add-border-right.mod-border-x8 {
  border-right-width: 8px;
}
.add-border-right.mod-border-x9 {
  border-right-width: 9px;
}
.add-border-right.mod-border-x10 {
  border-right-width: 10px;
}

.remove-border-right {
  border-right: none !important;
}

.add-border-top {
  border-top: 1px solid;
}
.add-border-top.border-dotted {
  border-top-style: dotted;
}
.add-border-top.border-dashed {
  border-top-style: dashed;
}
.add-border-top.border-double {
  border-top-style: double;
}
.add-border-top.border-groove {
  border-top-style: groove;
}
.add-border-top.border-inset {
  border-top-style: inset;
}
.add-border-top.border-outset {
  border-top-style: outset;
}
.add-border-top.mod-border-x2 {
  border-top-width: 2px;
}
.add-border-top.mod-border-x3 {
  border-top-width: 3px;
}
.add-border-top.mod-border-x4 {
  border-top-width: 4px;
}
.add-border-top.mod-border-x5 {
  border-top-width: 5px;
}
.add-border-top.mod-border-x6 {
  border-top-width: 6px;
}
.add-border-top.mod-border-x7 {
  border-top-width: 7px;
}
.add-border-top.mod-border-x8 {
  border-top-width: 8px;
}
.add-border-top.mod-border-x9 {
  border-top-width: 9px;
}
.add-border-top.mod-border-x10 {
  border-top-width: 10px;
}

.remove-border-top {
  border-top: none !important;
}

.add-border-bottom {
  border-bottom: 1px solid;
}
.add-border-bottom.border-dotted {
  border-bottom-style: dotted;
}
.add-border-bottom.border-dashed {
  border-bottom-style: dashed;
}
.add-border-bottom.border-double {
  border-bottom-style: double;
}
.add-border-bottom.border-groove {
  border-bottom-style: groove;
}
.add-border-bottom.border-inset {
  border-bottom-style: inset;
}
.add-border-bottom.border-outset {
  border-bottom-style: outset;
}
.add-border-bottom.mod-border-x2 {
  border-bottom-width: 2px;
}
.add-border-bottom.mod-border-x3 {
  border-bottom-width: 3px;
}
.add-border-bottom.mod-border-x4 {
  border-bottom-width: 4px;
}
.add-border-bottom.mod-border-x5 {
  border-bottom-width: 5px;
}
.add-border-bottom.mod-border-x6 {
  border-bottom-width: 6px;
}
.add-border-bottom.mod-border-x7 {
  border-bottom-width: 7px;
}
.add-border-bottom.mod-border-x8 {
  border-bottom-width: 8px;
}
.add-border-bottom.mod-border-x9 {
  border-bottom-width: 9px;
}
.add-border-bottom.mod-border-x10 {
  border-bottom-width: 10px;
}

.remove-border-bottom {
  border-bottom: none !important;
}

.add-border-x {
  border-left: 1px solid;
  border-right: 1px solid;
}
.add-border-x.border-dotted {
  border-left-style: dotted;
  border-right-style: dotted;
}
.add-border-x.border-dashed {
  border-left-style: dashed;
  border-right-style: dashed;
}
.add-border-x.border-double {
  border-left-style: double;
  border-right-style: double;
}
.add-border-x.border-groove {
  border-left-style: groove;
  border-right-style: groove;
}
.add-border-x.border-inset {
  border-left-style: inset;
  border-right-style: inset;
}
.add-border-x.border-outset {
  border-left-style: outset;
  border-right-style: outset;
}
.add-border-x.mod-border-x2 {
  border-left-width: 2px;
  border-right-width: 2px;
}
.add-border-x.mod-border-x3 {
  border-left-width: 3px;
  border-right-width: 3px;
}
.add-border-x.mod-border-x4 {
  border-left-width: 4px;
  border-right-width: 4px;
}
.add-border-x.mod-border-x5 {
  border-left-width: 5px;
  border-right-width: 5px;
}
.add-border-x.mod-border-x6 {
  border-left-width: 6px;
  border-right-width: 6px;
}
.add-border-x.mod-border-x7 {
  border-left-width: 7px;
  border-right-width: 7px;
}
.add-border-x.mod-border-x8 {
  border-left-width: 8px;
  border-right-width: 8px;
}
.add-border-x.mod-border-x9 {
  border-left-width: 9px;
  border-right-width: 9px;
}
.add-border-x.mod-border-x10 {
  border-left-width: 10px;
  border-right-width: 10px;
}

.remove-border-x {
  border-left: none !important;
  border-right: none !important;
}

.add-border-y {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.add-border-y.border-dotted {
  border-top-style: dotted;
  border-bottom-style: dotted;
}
.add-border-y.border-dashed {
  border-top-style: dashed;
  border-bottom-style: dashed;
}
.add-border-y.border-double {
  border-top-style: double;
  border-bottom-style: double;
}
.add-border-y.border-groove {
  border-top-style: groove;
  border-bottom-style: groove;
}
.add-border-y.border-inset {
  border-top-style: inset;
  border-bottom-style: inset;
}
.add-border-y.border-outset {
  border-top-style: outset;
  border-bottom-style: outset;
}
.add-border-y.mod-border-x2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.add-border-y.mod-border-x3 {
  border-top-width: 3px;
  border-bottom-width: 3px;
}
.add-border-y.mod-border-x4 {
  border-top-width: 4px;
  border-bottom-width: 4px;
}
.add-border-y.mod-border-x5 {
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.add-border-y.mod-border-x6 {
  border-top-width: 6px;
  border-bottom-width: 6px;
}
.add-border-y.mod-border-x7 {
  border-top-width: 7px;
  border-bottom-width: 7px;
}
.add-border-y.mod-border-x8 {
  border-top-width: 8px;
  border-bottom-width: 8px;
}
.add-border-y.mod-border-x9 {
  border-top-width: 9px;
  border-bottom-width: 9px;
}
.add-border-y.mod-border-x10 {
  border-top-width: 10px;
  border-bottom-width: 10px;
}

.remove-border-y {
  border-top: none !important;
  border-bottom: none !important;
}

.sw-25 {
  display: 25% !important;
}

.sw-50 {
  display: 50% !important;
}

.sw-75 {
  display: 75% !important;
}

.sw-100 {
  display: 100% !important;
}

.sw-auto {
  display: auto !important;
}

@media (min-width: 576px) {
  .sw-sm-25 {
    display: 25% !important;
  }

  .sw-sm-50 {
    display: 50% !important;
  }

  .sw-sm-75 {
    display: 75% !important;
  }

  .sw-sm-100 {
    display: 100% !important;
  }

  .sw-sm-auto {
    display: auto !important;
  }
}
@media (min-width: 768px) {
  .sw-md-25 {
    display: 25% !important;
  }

  .sw-md-50 {
    display: 50% !important;
  }

  .sw-md-75 {
    display: 75% !important;
  }

  .sw-md-100 {
    display: 100% !important;
  }

  .sw-md-auto {
    display: auto !important;
  }
}
@media (min-width: 992px) {
  .sw-lg-25 {
    display: 25% !important;
  }

  .sw-lg-50 {
    display: 50% !important;
  }

  .sw-lg-75 {
    display: 75% !important;
  }

  .sw-lg-100 {
    display: 100% !important;
  }

  .sw-lg-auto {
    display: auto !important;
  }
}
@media (min-width: 1200px) {
  .sw-xl-25 {
    display: 25% !important;
  }

  .sw-xl-50 {
    display: 50% !important;
  }

  .sw-xl-75 {
    display: 75% !important;
  }

  .sw-xl-100 {
    display: 100% !important;
  }

  .sw-xl-auto {
    display: auto !important;
  }
}
.body-content {
  min-height: 150px;
}

@media (max-width: 991.98px) {
  .container {
    max-width: 98%;
  }
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  margin-left: 1.5rem;
}
ul.no_style, ol.no_style {
  list-style: none;
}
ul li, ol li {
  margin-bottom: 0.5rem;
}

> .container:empty {
  display: none;
}

.box-shadow {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.inner-shadow {
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.5);
}

.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 58.65%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.bg-block {
  background-size: cover;
  background-position: center center;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 768px) {
  .visible-sm {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm {
    display: none !important;
  }
}
*, ::before, ::after {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  font-size: 16px;
  line-height: 1.4em;
  letter-spacing: 0;
  color: #000033;
  font-family: "Inter", sans-serif;
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}
body .has-text-color.has-color-black-color {
  color: #000000;
}
body .has-text-color.has-color-white-color {
  color: #ffffff;
}
body .has-text-color.has-color-cerulean-color {
  color: #00aeef;
}
body .has-text-color.has-color-stratos-color {
  color: #000033;
}
body .has-text-color.has-color-victoria-color {
  color: #454495;
}
body .has-text-color.has-color-lynch-color {
  color: #687395;
}
body .has-text-color.has-color-cadet-blue-color {
  color: #A4ADC6;
}
body .has-text-color.has-color-amethyst-smoke-color {
  color: #9898B7;
}
body .has-text-color.has-color-white-lilac-color {
  color: #E3E8F4;
}
body .has-text-color.has-color-lucky-point-color {
  color: #1D1760;
}
body .has-text-color.has-color-minsk-color {
  color: #342D8C;
}
body .has-text-color.has-color-mustard-color {
  color: #FFDD55;
}
body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
  font-weight: 400;
  font-family: "Inter", sans-serif;
  margin: 0;
  line-height: 1.4em;
}
body h1.indicator, body h2.indicator, body h3.indicator, body h4.indicator, body h5.indicator, body h6.indicator, body .h1.indicator, body .h2.indicator, body .h3.indicator, body .h4.indicator, body .h5.indicator, body .h6.indicator {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
body h1.indicator:after, body h2.indicator:after, body h3.indicator:after, body h4.indicator:after, body h5.indicator:after, body h6.indicator:after, body .h1.indicator:after, body .h2.indicator:after, body .h3.indicator:after, body .h4.indicator:after, body .h5.indicator:after, body .h6.indicator:after {
  content: "";
  height: 3px;
  width: 55px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
body h1.indicator.bg-black, body h2.indicator.bg-black, body h3.indicator.bg-black, body h4.indicator.bg-black, body h5.indicator.bg-black, body h6.indicator.bg-black, body .h1.indicator.bg-black, body .h2.indicator.bg-black, body .h3.indicator.bg-black, body .h4.indicator.bg-black, body .h5.indicator.bg-black, body .h6.indicator.bg-black {
  background-color: transparent !important;
}
body h1.indicator.bg-black:after, body h2.indicator.bg-black:after, body h3.indicator.bg-black:after, body h4.indicator.bg-black:after, body h5.indicator.bg-black:after, body h6.indicator.bg-black:after, body .h1.indicator.bg-black:after, body .h2.indicator.bg-black:after, body .h3.indicator.bg-black:after, body .h4.indicator.bg-black:after, body .h5.indicator.bg-black:after, body .h6.indicator.bg-black:after {
  background-color: #000000 !important;
}
body h1.indicator.bg-white, body h2.indicator.bg-white, body h3.indicator.bg-white, body h4.indicator.bg-white, body h5.indicator.bg-white, body h6.indicator.bg-white, body .h1.indicator.bg-white, body .h2.indicator.bg-white, body .h3.indicator.bg-white, body .h4.indicator.bg-white, body .h5.indicator.bg-white, body .h6.indicator.bg-white {
  background-color: transparent !important;
}
body h1.indicator.bg-white:after, body h2.indicator.bg-white:after, body h3.indicator.bg-white:after, body h4.indicator.bg-white:after, body h5.indicator.bg-white:after, body h6.indicator.bg-white:after, body .h1.indicator.bg-white:after, body .h2.indicator.bg-white:after, body .h3.indicator.bg-white:after, body .h4.indicator.bg-white:after, body .h5.indicator.bg-white:after, body .h6.indicator.bg-white:after {
  background-color: #ffffff !important;
}
body h1.indicator.bg-cerulean, body h2.indicator.bg-cerulean, body h3.indicator.bg-cerulean, body h4.indicator.bg-cerulean, body h5.indicator.bg-cerulean, body h6.indicator.bg-cerulean, body .h1.indicator.bg-cerulean, body .h2.indicator.bg-cerulean, body .h3.indicator.bg-cerulean, body .h4.indicator.bg-cerulean, body .h5.indicator.bg-cerulean, body .h6.indicator.bg-cerulean {
  background-color: transparent !important;
}
body h1.indicator.bg-cerulean:after, body h2.indicator.bg-cerulean:after, body h3.indicator.bg-cerulean:after, body h4.indicator.bg-cerulean:after, body h5.indicator.bg-cerulean:after, body h6.indicator.bg-cerulean:after, body .h1.indicator.bg-cerulean:after, body .h2.indicator.bg-cerulean:after, body .h3.indicator.bg-cerulean:after, body .h4.indicator.bg-cerulean:after, body .h5.indicator.bg-cerulean:after, body .h6.indicator.bg-cerulean:after {
  background-color: #00aeef !important;
}
body h1.indicator.bg-stratos, body h2.indicator.bg-stratos, body h3.indicator.bg-stratos, body h4.indicator.bg-stratos, body h5.indicator.bg-stratos, body h6.indicator.bg-stratos, body .h1.indicator.bg-stratos, body .h2.indicator.bg-stratos, body .h3.indicator.bg-stratos, body .h4.indicator.bg-stratos, body .h5.indicator.bg-stratos, body .h6.indicator.bg-stratos {
  background-color: transparent !important;
}
body h1.indicator.bg-stratos:after, body h2.indicator.bg-stratos:after, body h3.indicator.bg-stratos:after, body h4.indicator.bg-stratos:after, body h5.indicator.bg-stratos:after, body h6.indicator.bg-stratos:after, body .h1.indicator.bg-stratos:after, body .h2.indicator.bg-stratos:after, body .h3.indicator.bg-stratos:after, body .h4.indicator.bg-stratos:after, body .h5.indicator.bg-stratos:after, body .h6.indicator.bg-stratos:after {
  background-color: #000033 !important;
}
body h1.indicator.bg-victoria, body h2.indicator.bg-victoria, body h3.indicator.bg-victoria, body h4.indicator.bg-victoria, body h5.indicator.bg-victoria, body h6.indicator.bg-victoria, body .h1.indicator.bg-victoria, body .h2.indicator.bg-victoria, body .h3.indicator.bg-victoria, body .h4.indicator.bg-victoria, body .h5.indicator.bg-victoria, body .h6.indicator.bg-victoria {
  background-color: transparent !important;
}
body h1.indicator.bg-victoria:after, body h2.indicator.bg-victoria:after, body h3.indicator.bg-victoria:after, body h4.indicator.bg-victoria:after, body h5.indicator.bg-victoria:after, body h6.indicator.bg-victoria:after, body .h1.indicator.bg-victoria:after, body .h2.indicator.bg-victoria:after, body .h3.indicator.bg-victoria:after, body .h4.indicator.bg-victoria:after, body .h5.indicator.bg-victoria:after, body .h6.indicator.bg-victoria:after {
  background-color: #454495 !important;
}
body h1.indicator.bg-lynch, body h2.indicator.bg-lynch, body h3.indicator.bg-lynch, body h4.indicator.bg-lynch, body h5.indicator.bg-lynch, body h6.indicator.bg-lynch, body .h1.indicator.bg-lynch, body .h2.indicator.bg-lynch, body .h3.indicator.bg-lynch, body .h4.indicator.bg-lynch, body .h5.indicator.bg-lynch, body .h6.indicator.bg-lynch {
  background-color: transparent !important;
}
body h1.indicator.bg-lynch:after, body h2.indicator.bg-lynch:after, body h3.indicator.bg-lynch:after, body h4.indicator.bg-lynch:after, body h5.indicator.bg-lynch:after, body h6.indicator.bg-lynch:after, body .h1.indicator.bg-lynch:after, body .h2.indicator.bg-lynch:after, body .h3.indicator.bg-lynch:after, body .h4.indicator.bg-lynch:after, body .h5.indicator.bg-lynch:after, body .h6.indicator.bg-lynch:after {
  background-color: #687395 !important;
}
body h1.indicator.bg-cadet-blue, body h2.indicator.bg-cadet-blue, body h3.indicator.bg-cadet-blue, body h4.indicator.bg-cadet-blue, body h5.indicator.bg-cadet-blue, body h6.indicator.bg-cadet-blue, body .h1.indicator.bg-cadet-blue, body .h2.indicator.bg-cadet-blue, body .h3.indicator.bg-cadet-blue, body .h4.indicator.bg-cadet-blue, body .h5.indicator.bg-cadet-blue, body .h6.indicator.bg-cadet-blue {
  background-color: transparent !important;
}
body h1.indicator.bg-cadet-blue:after, body h2.indicator.bg-cadet-blue:after, body h3.indicator.bg-cadet-blue:after, body h4.indicator.bg-cadet-blue:after, body h5.indicator.bg-cadet-blue:after, body h6.indicator.bg-cadet-blue:after, body .h1.indicator.bg-cadet-blue:after, body .h2.indicator.bg-cadet-blue:after, body .h3.indicator.bg-cadet-blue:after, body .h4.indicator.bg-cadet-blue:after, body .h5.indicator.bg-cadet-blue:after, body .h6.indicator.bg-cadet-blue:after {
  background-color: #A4ADC6 !important;
}
body h1.indicator.bg-amethyst-smoke, body h2.indicator.bg-amethyst-smoke, body h3.indicator.bg-amethyst-smoke, body h4.indicator.bg-amethyst-smoke, body h5.indicator.bg-amethyst-smoke, body h6.indicator.bg-amethyst-smoke, body .h1.indicator.bg-amethyst-smoke, body .h2.indicator.bg-amethyst-smoke, body .h3.indicator.bg-amethyst-smoke, body .h4.indicator.bg-amethyst-smoke, body .h5.indicator.bg-amethyst-smoke, body .h6.indicator.bg-amethyst-smoke {
  background-color: transparent !important;
}
body h1.indicator.bg-amethyst-smoke:after, body h2.indicator.bg-amethyst-smoke:after, body h3.indicator.bg-amethyst-smoke:after, body h4.indicator.bg-amethyst-smoke:after, body h5.indicator.bg-amethyst-smoke:after, body h6.indicator.bg-amethyst-smoke:after, body .h1.indicator.bg-amethyst-smoke:after, body .h2.indicator.bg-amethyst-smoke:after, body .h3.indicator.bg-amethyst-smoke:after, body .h4.indicator.bg-amethyst-smoke:after, body .h5.indicator.bg-amethyst-smoke:after, body .h6.indicator.bg-amethyst-smoke:after {
  background-color: #9898B7 !important;
}
body h1.indicator.bg-white-lilac, body h2.indicator.bg-white-lilac, body h3.indicator.bg-white-lilac, body h4.indicator.bg-white-lilac, body h5.indicator.bg-white-lilac, body h6.indicator.bg-white-lilac, body .h1.indicator.bg-white-lilac, body .h2.indicator.bg-white-lilac, body .h3.indicator.bg-white-lilac, body .h4.indicator.bg-white-lilac, body .h5.indicator.bg-white-lilac, body .h6.indicator.bg-white-lilac {
  background-color: transparent !important;
}
body h1.indicator.bg-white-lilac:after, body h2.indicator.bg-white-lilac:after, body h3.indicator.bg-white-lilac:after, body h4.indicator.bg-white-lilac:after, body h5.indicator.bg-white-lilac:after, body h6.indicator.bg-white-lilac:after, body .h1.indicator.bg-white-lilac:after, body .h2.indicator.bg-white-lilac:after, body .h3.indicator.bg-white-lilac:after, body .h4.indicator.bg-white-lilac:after, body .h5.indicator.bg-white-lilac:after, body .h6.indicator.bg-white-lilac:after {
  background-color: #E3E8F4 !important;
}
body h1.indicator.bg-lucky-point, body h2.indicator.bg-lucky-point, body h3.indicator.bg-lucky-point, body h4.indicator.bg-lucky-point, body h5.indicator.bg-lucky-point, body h6.indicator.bg-lucky-point, body .h1.indicator.bg-lucky-point, body .h2.indicator.bg-lucky-point, body .h3.indicator.bg-lucky-point, body .h4.indicator.bg-lucky-point, body .h5.indicator.bg-lucky-point, body .h6.indicator.bg-lucky-point {
  background-color: transparent !important;
}
body h1.indicator.bg-lucky-point:after, body h2.indicator.bg-lucky-point:after, body h3.indicator.bg-lucky-point:after, body h4.indicator.bg-lucky-point:after, body h5.indicator.bg-lucky-point:after, body h6.indicator.bg-lucky-point:after, body .h1.indicator.bg-lucky-point:after, body .h2.indicator.bg-lucky-point:after, body .h3.indicator.bg-lucky-point:after, body .h4.indicator.bg-lucky-point:after, body .h5.indicator.bg-lucky-point:after, body .h6.indicator.bg-lucky-point:after {
  background-color: #1D1760 !important;
}
body h1.indicator.bg-minsk, body h2.indicator.bg-minsk, body h3.indicator.bg-minsk, body h4.indicator.bg-minsk, body h5.indicator.bg-minsk, body h6.indicator.bg-minsk, body .h1.indicator.bg-minsk, body .h2.indicator.bg-minsk, body .h3.indicator.bg-minsk, body .h4.indicator.bg-minsk, body .h5.indicator.bg-minsk, body .h6.indicator.bg-minsk {
  background-color: transparent !important;
}
body h1.indicator.bg-minsk:after, body h2.indicator.bg-minsk:after, body h3.indicator.bg-minsk:after, body h4.indicator.bg-minsk:after, body h5.indicator.bg-minsk:after, body h6.indicator.bg-minsk:after, body .h1.indicator.bg-minsk:after, body .h2.indicator.bg-minsk:after, body .h3.indicator.bg-minsk:after, body .h4.indicator.bg-minsk:after, body .h5.indicator.bg-minsk:after, body .h6.indicator.bg-minsk:after {
  background-color: #342D8C !important;
}
body h1.indicator.bg-mustard, body h2.indicator.bg-mustard, body h3.indicator.bg-mustard, body h4.indicator.bg-mustard, body h5.indicator.bg-mustard, body h6.indicator.bg-mustard, body .h1.indicator.bg-mustard, body .h2.indicator.bg-mustard, body .h3.indicator.bg-mustard, body .h4.indicator.bg-mustard, body .h5.indicator.bg-mustard, body .h6.indicator.bg-mustard {
  background-color: transparent !important;
}
body h1.indicator.bg-mustard:after, body h2.indicator.bg-mustard:after, body h3.indicator.bg-mustard:after, body h4.indicator.bg-mustard:after, body h5.indicator.bg-mustard:after, body h6.indicator.bg-mustard:after, body .h1.indicator.bg-mustard:after, body .h2.indicator.bg-mustard:after, body .h3.indicator.bg-mustard:after, body .h4.indicator.bg-mustard:after, body .h5.indicator.bg-mustard:after, body .h6.indicator.bg-mustard:after {
  background-color: #FFDD55 !important;
}
@media (max-width: 767.98px) {
  body h1, body h2, body h3, body h4, body h5, body h6, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6 {
    line-height: 1.1em;
  }
}
body .premium-icon {
  width: 28px;
}
body h1, body .h1 {
  font-size: 50px;
  font-weight: 600;
}
body h1 + .subhead, body .h1 + .subhead {
  margin-top: 15px;
}
body h2, body .h2 {
  font-size: 39px;
}
body h3, body .h3 {
  font-size: 25px;
}
body h4, body .h4 {
  font-size: 20px;
}
body h5, body .h5 {
  font-size: 17px;
}
body h6, body .h6 {
  font-size: 15px;
}
body .subhead {
  font-size: 18px;
}
body .tagline {
  font-size: 21px;
  letter-spacing: 0;
  line-height: 32px;
  font-weight: normal;
}
body a {
  color: #00aeef;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body a:hover {
  text-decoration: none;
  color: #009bd6;
}
body a.learn-more {
  text-transform: uppercase;
}
body a.no-hover:hover {
  text-decoration: none;
}
body a.dark-link {
  font-style: italic;
  text-decoration: underline;
  color: #000033;
}
body .no-underline a {
  text-decoration: none;
}
body .no-underline a.link-style:hover {
  text-decoration: underline !important;
}
body .fake-link {
  cursor: default;
}
body .fake-link > a {
  color: inherit;
  text-decoration: none;
  cursor: default;
  pointer-events: none;
}
body .fake-link > a:hover {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
body p {
  line-height: 1.75em;
  margin-bottom: 1.5rem;
}
body p.intro {
  font-size: 1.2rem;
}
body blockquote {
  border: none;
  background: #000033;
}
body blockquote.wp-block-quote {
  margin: 0;
}
body blockquote.wp-block-quote p {
  margin: 0;
}
body blockquote.wp-block-quote.is-style-large {
  margin: 0 !important;
  padding: 0;
}
body blockquote.wp-block-quote.is-style-large p {
  font-size: 33px;
  line-height: 1.1em;
  color: #00aeef;
}
@media (max-width: 767.98px) {
  body blockquote.wp-block-quote.is-style-large p {
    font-size: 27px;
  }
}
body .tight-bottom-margin p:last-child {
  margin-bottom: 0;
}
body hr {
  position: relative;
  height: 0;
  margin: 0 0 1.5rem;
  border: 2px solid #454495;
  overflow: hidden;
  max-width: 110px;
}
body hr.is-style-wide {
  max-width: 100%;
}
body strong, body .strong {
  font-weight: 700;
}
body .font-weight-semi-bold, body .font-weight-semi-bold > strong {
  font-weight: 600;
}
body .font-weight-black, body .font-weight-black > strong {
  font-weight: 900;
}
body .txt-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
}
body .txt-shadow {
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
}
body .txt-de-enhance {
  font-size: 0.73em;
}
body .txt-enhance, body .recent-block_listing a p, .recent-block_listing a body p, body .landing-link-card a p, .landing-link-card a body p {
  font-size: 1.1em;
}
body .txt-outline {
  text-shadow: -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000 !important;
}
body .txt-underline {
  text-decoration: underline;
}
body .cursor-arrow {
  cursor: default;
}
body .txt-light {
  font-weight: 300;
}
body .txt-left {
  text-align: left;
}
body .txt-center {
  text-align: center;
}
body .txt-right {
  text-align: right;
}
body .txt-justify {
  text-align: justify;
}
body .txt-tall {
  line-height: 1.75em;
}

.btn, .wp-block-button__link {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  background-color: #00aeef;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #00aeef;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  color: #ffffff !important;
  text-shadow: none;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  position: relative;
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0);
  z-index: 99;
}
.btn a, .wp-block-button__link a {
  color: #ffffff !important;
  text-decoration: none;
}
.btn:hover, .wp-block-button__link:hover {
  background-color: #0099FB;
  border-color: #0099FB;
}
.btn:active, .wp-block-button__link:active {
  background-color: #0abcff;
}
.btn:active, .btn:focus, .wp-block-button__link:active, .wp-block-button__link:focus {
  outline: none;
}
.btn--transparent, .wp-block-button__link--transparent {
  background-color: transparent;
  color: #000000;
}
.btn--transparent:hover, .wp-block-button__link--transparent:hover {
  background-color: #fff;
}
.btn--faded, .wp-block-button__link--faded {
  background-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.25);
}
.btn--faded:hover, .wp-block-button__link--faded:hover {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn--black, .wp-block-button__link--black {
  background-color: #000000 !important;
  color: black !important;
}
.btn--black:hover, .wp-block-button__link--black:hover {
  background-color: #0d0d0d !important;
}
.btn--black:active, .wp-block-button__link--black:active {
  background-color: #0d0d0d !important;
}
.btn--white, .wp-block-button__link--white {
  background-color: #ffffff !important;
  color: white !important;
}
.btn--white:hover, .wp-block-button__link--white:hover {
  background-color: white !important;
}
.btn--white:active, .wp-block-button__link--white:active {
  background-color: white !important;
}
.btn--cerulean, .wp-block-button__link--cerulean {
  background-color: #00aeef !important;
  color: #ef4100 !important;
}
.btn--cerulean:hover, .wp-block-button__link--cerulean:hover {
  background-color: #0abcff !important;
}
.btn--cerulean:active, .wp-block-button__link--cerulean:active {
  background-color: #0abcff !important;
}
.btn--stratos, .wp-block-button__link--stratos {
  background-color: #000033 !important;
  color: #333300 !important;
}
.btn--stratos:hover, .wp-block-button__link--stratos:hover {
  background-color: #00004d !important;
}
.btn--stratos:active, .wp-block-button__link--stratos:active {
  background-color: #00004d !important;
}
.btn--victoria, .wp-block-button__link--victoria {
  background-color: #454495 !important;
  color: #949544 !important;
}
.btn--victoria:hover, .wp-block-button__link--victoria:hover {
  background-color: #4d4ca7 !important;
}
.btn--victoria:active, .wp-block-button__link--victoria:active {
  background-color: #4d4ca7 !important;
}
.btn--lynch, .wp-block-button__link--lynch {
  background-color: #687395 !important;
  color: #958a68 !important;
}
.btn--lynch:hover, .wp-block-button__link--lynch:hover {
  background-color: #7781a0 !important;
}
.btn--lynch:active, .wp-block-button__link--lynch:active {
  background-color: #7781a0 !important;
}
.btn--cadet-blue, .wp-block-button__link--cadet-blue {
  background-color: #A4ADC6 !important;
  color: #c6bda4 !important;
}
.btn--cadet-blue:hover, .wp-block-button__link--cadet-blue:hover {
  background-color: #b4bbd0 !important;
}
.btn--cadet-blue:active, .wp-block-button__link--cadet-blue:active {
  background-color: #b4bbd0 !important;
}
.btn--amethyst-smoke, .wp-block-button__link--amethyst-smoke {
  background-color: #9898B7 !important;
  color: #b7b798 !important;
}
.btn--amethyst-smoke:hover, .wp-block-button__link--amethyst-smoke:hover {
  background-color: #a7a7c1 !important;
}
.btn--amethyst-smoke:active, .wp-block-button__link--amethyst-smoke:active {
  background-color: #a7a7c1 !important;
}
.btn--white-lilac, .wp-block-button__link--white-lilac {
  background-color: #E3E8F4 !important;
  color: #f4efe3 !important;
}
.btn--white-lilac:hover, .wp-block-button__link--white-lilac:hover {
  background-color: #f5f7fb !important;
}
.btn--white-lilac:active, .wp-block-button__link--white-lilac:active {
  background-color: #f5f7fb !important;
}
.btn--lucky-point, .wp-block-button__link--lucky-point {
  background-color: #1D1760 !important;
  color: #5a6017 !important;
}
.btn--lucky-point:hover, .wp-block-button__link--lucky-point:hover {
  background-color: #231c75 !important;
}
.btn--lucky-point:active, .wp-block-button__link--lucky-point:active {
  background-color: #231c75 !important;
}
.btn--minsk, .wp-block-button__link--minsk {
  background-color: #342D8C !important;
  color: #858c2d !important;
}
.btn--minsk:hover, .wp-block-button__link--minsk:hover {
  background-color: #3b339f !important;
}
.btn--minsk:active, .wp-block-button__link--minsk:active {
  background-color: #3b339f !important;
}
.btn--mustard, .wp-block-button__link--mustard {
  background-color: #FFDD55 !important;
  color: #5577ff !important;
}
.btn--mustard:hover, .wp-block-button__link--mustard:hover {
  background-color: #ffe26f !important;
}
.btn--mustard:active, .wp-block-button__link--mustard:active {
  background-color: #ffe26f !important;
}

.wp-block-button {
  background-color: transparent;
}
.wp-block-button.is-style-outline a {
  border-width: 1px;
  border-color: #00aeef;
  color: #00aeef !important;
}
.wp-block-button.is-style-outline a:hover {
  background-color: #0abcff;
  border-color: #0abcff;
  color: #ffffff !important;
}

.reveal-btn {
  padding: 5px;
  outline: none !important;
  color: #A4ADC6;
}
.reveal-btn i {
  margin-right: 5px;
}
.reveal-btn > span {
  display: none;
}
.reveal-btn:hover {
  color: #00aeef;
}
.reveal-btn:hover > span {
  display: inline-block;
}

.btn-outline {
  background-color: transparent;
}
.btn-outline a {
  border-width: 1px;
  background-color: transparent;
  color: #00aeef !important;
}
.btn-outline:hover {
  background-color: #0abcff;
}
.btn-outline:hover a {
  border-color: #0abcff;
  color: #ffffff !important;
}
.btn-outline-inverse {
  background-color: transparent;
}
.btn-outline-inverse a {
  border-width: 1px;
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-outline-inverse:hover {
  background-color: #0abcff;
}
.btn-outline-inverse:hover a {
  border-color: #0abcff !important;
  color: #ffffff !important;
}
.btn-inverse a {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #00aeef !important;
}
.btn-inverse:hover {
  background-color: #0abcff;
}
.btn-inverse:hover a {
  border-color: #0abcff;
  border-color: #0abcff;
  color: #ffffff !important;
}
.btn-inverse.is-style-outline {
  background-color: transparent;
}
.btn-inverse.is-style-outline a {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-inverse.is-style-outline:hover {
  background-color: #0abcff;
}
.btn-inverse.is-style-outline:hover a {
  border-color: #0abcff !important;
  color: #ffffff !important;
}

label {
  display: inline;
  font-size: 12px;
  font-weight: bold;
}
label span.required {
  color: #dc3545;
}
label.file-upload {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #000033;
  border: 1px solid #000033;
  background-color: #F5F5F5;
  position: relative;
  padding-left: 15px;
}
label.file-upload input[type=file] {
  visibility: hidden;
  position: absolute;
}
label.file-upload:after {
  content: "Choose File";
  line-height: 45px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  color: #000033;
}

body .gform_wrapper {
  margin: 15px auto;
}
body .gform_wrapper .gform_button.button {
  border-radius: 0 !important;
}
body .gform_wrapper form {
  display: flex;
  flex-flow: column nowrap;
}
body .gform_wrapper form .gform_body {
  order: 1;
}
body .gform_wrapper form .gform_body ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
body .gform_wrapper form .gform_body .gfield_label_before_complex, body .gform_wrapper form .gform_body .hide-label .gfield_label, body .gform_wrapper form .gform_body .hidden_label .gfield_label {
  display: none;
}
body .gform_wrapper form .gform_body .ginput_complex.ginput_container.ginput_container_name label:after {
  content: "*";
  color: #dc3545;
}
body .gform_wrapper form .gform_body span.gfield_required {
  color: #dc3545;
}
body .gform_wrapper form .gform_body .gf_name_has_2 {
  display: flex;
  flex-flow: row nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991.98px) {
  body .gform_wrapper form .gform_body .gf_name_has_2 {
    flex-direction: column;
  }
  body .gform_wrapper form .gform_body .gf_name_has_2 > span:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
body .gform_wrapper form .gform_body .gf_name_has_2 span {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
@media (max-width: 991.98px) {
  body .gform_wrapper form .gform_body .gf_name_has_2 span {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
body .gform_wrapper form .gform_body .validation_message {
  display: inline;
  font-size: 12px;
  font-weight: bold;
  color: #dc3545;
}
body .gform_wrapper form .gform_footer {
  order: 2;
  padding-left: 0;
  position: relative;
}
body .gform_wrapper form .gform_footer input[type=submit] {
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  background-color: #00aeef;
  text-align: center;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #00aeef;
}
body .gform_wrapper form .gform_footer input[type=submit]:hover {
  background-color: #0099FB;
}
body .gform_wrapper form .gform_footer .gform_ajax_spinner {
  position: absolute;
  top: 5px;
  width: 40px;
}
body .gform_wrapper form .validation_error {
  order: 3;
  margin-top: 15px;
  font-size: 14px;
  color: #dc3545;
}
body .gform_wrapper .submit-right .gform_footer {
  text-align: right;
}

textarea, input {
  outline: none;
}

textarea {
  height: 180px;
}

.sc-form .error {
  color: #dc3545;
}
.sc-form .bootstrap-select {
  width: 100% !important;
  display: flex !important;
  flex-flow: column nowrap;
}
.sc-form .bootstrap-select label.error {
  order: 1;
}
.sc-form .bootstrap-select button {
  border: 1px solid #000033;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000033 !important;
  background-color: #F5F5F5;
  width: 100%;
  padding: 10px 15px;
  height: 45px;
}
.sc-form .bootstrap-select .dropdown-toggle::after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  border: none !important;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea {
  border: 1px solid #000033;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000033;
  background-color: #F5F5F5;
  width: 100%;
  padding: 10px 15px;
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), select {
  height: 45px;
}

input.datepicker {
  background: #000000 url(../images/calendar-alt.svg) calc(100% - 10px) center no-repeat;
  background-size: 24px 20px;
}

input[type=checkbox] {
  visibility: hidden;
  position: absolute;
  z-index: 1;
}
input[type=checkbox] + label {
  padding-left: 25px;
  position: relative;
  z-index: 2;
}
input[type=checkbox] + label:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  text-align: center;
  line-height: 18px;
  width: 18px;
  height: 18px;
  border: 1px solid #000033;
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  color: #000000;
}
input[type=checkbox]:checked + label:before {
  content: "";
}
input[type=checkbox].error + label:before {
  border: 1px solid #dc3545;
}

.styled-select {
  overflow-x: hidden;
}
.styled-select select {
  -webkit-appearance: none;
  width: 112% !important;
}

::-webkit-input-placeholder {
  opacity: 0.8;
}

::-moz-placeholder {
  opacity: 0.8;
}

:-ms-input-placeholder {
  opacity: 0.8;
}

:-moz-placeholder {
  opacity: 0.8;
}

@media (max-width: 767.98px) {
  .form-cover.wp-block-cover > div {
    width: 100% !important;
  }
}

@media (max-width: 991.98px) {
  form#resource-form > .row, .page-nav-bg .page-nav form#resource-form > ul, .page-nav-bg .container form#resource-form > ul, .subnav .page-nav form#resource-form > ul, .subnav .container form#resource-form > ul {
    justify-content: center;
    align-items: center;
  }
  form#resource-form > .row .resource-filter, .page-nav-bg .page-nav form#resource-form > ul .resource-filter, .page-nav-bg .container form#resource-form > ul .resource-filter, .subnav .page-nav form#resource-form > ul .resource-filter, .subnav .container form#resource-form > ul .resource-filter {
    width: unset;
    margin-bottom: 15px;
  }
}
@media (max-width: 767.98px) {
  form#resource-form > .row .resource-filter, .page-nav-bg .page-nav form#resource-form > ul .resource-filter, .page-nav-bg .container form#resource-form > ul .resource-filter, .subnav .page-nav form#resource-form > ul .resource-filter, .subnav .container form#resource-form > ul .resource-filter {
    width: 100%;
  }
}

/* CONTACT FORM 7 *****************************************************************************************************/
div.wpcf7-response-output {
  margin: 0.5em 0;
  padding: 0.2em 0.5em;
  background-color: #ffffff;
  text-align: center;
  border: 2px solid;
}
div.wpcf7-response-output.wpcf7-validation-errors {
  border-color: #dc3545;
  color: #dc3545;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #28a745;
  color: #28a745;
}

.modal-dialog {
  max-width: 900px;
}

/* WPO Components */
/*
  styles for twig/components
*/
body.menu-open header.site-header nav {
  display: block !important;
}
@media (max-width: 991.98px) {
  body header.site-header:before, body header.site-header:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s all ease-in-out;
    transform: translate3d(100%, 0, 0);
    background-color: #000033;
    z-index: -1;
    pointer-events: none;
  }
  body header.site-header:before {
    height: 1px;
    background-color: #E3E8F4;
    top: unset;
    bottom: -1px;
    z-index: 1;
  }
  body header.site-header nav {
    display: block !important;
    transform: translate3d(100%, 0, 0);
    transition: 0.4s all ease-in-out;
    height: calc(100vh - 100% - 15px);
    padding-bottom: 90px;
  }
  body header.site-header nav > div {
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  body header.site-header nav i {
    color: #ffffff;
  }
  body header.site-header nav ul#menu-primary-menu {
    height: 100%;
  }
  body header.site-header nav ul#menu-primary-menu .logged-in, body header.site-header nav ul#menu-primary-menu .logged-out {
    background: transparent !important;
    color: #fff !important;
    padding: 0;
  }
  body header.site-header nav ul#user-btns-wrap {
    position: absolute;
    bottom: 45px;
    left: 30px;
    height: unset;
    display: flex;
  }
  body header.site-header nav ul#user-btns-wrap > li {
    border-top: none !important;
  }
  body header.site-header nav ul#user-btns-wrap > li:not(:last-child) {
    margin-right: 15px;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn {
    padding: 10px;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn > a {
    padding: 0 5px;
    font-size: 0.95em;
    color: #ffffff !important;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn > a:hover {
    color: #000033 !important;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn:first-child, body header.site-header nav ul#user-btns-wrap > li.btn:last-child {
    background-color: #00aeef;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn:first-child a, body header.site-header nav ul#user-btns-wrap > li.btn:last-child a {
    color: #ffffff !important;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn:first-child a:hover, body header.site-header nav ul#user-btns-wrap > li.btn:last-child a:hover {
    color: #ffffff !important;
  }
  body header.site-header nav ul#user-btns-wrap > li.btn:first-child:hover, body header.site-header nav ul#user-btns-wrap > li.btn:last-child:hover {
    background-color: #0099FB;
  }
  body.menu-open header.site-header:before, body.menu-open header.site-header:after, body.menu-open header.site-header nav {
    transform: translate3d(0, 0, 0);
  }
}
@media (max-width: 767.98px) {
  body header.site-header:before, body header.site-header:after, body header.site-header nav {
    transition: 0.3s all ease-in-out;
  }
}

header.site-header {
  padding-top: 0;
  position: fixed;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
header.site-header .search-form {
  padding: 0 23px;
}
header.site-header .search-form button {
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
}
header.site-header .search-form input {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid #fff !important;
  color: #fff;
}
header.site-header .search-form input::placeholder {
  color: #fff;
}
header.site-header .user-control-bar {
  margin-bottom: 20px;
  padding: 5px 0;
}
@media (max-width: 991.98px) {
  header.site-header {
    padding-bottom: 15px;
  }
}
header.site-header .top {
  padding: 5px 0;
  font-size: 14px;
}
@media (max-width: 991.98px) {
  header.site-header .container {
    max-width: 100%;
  }
}
header.site-header .logo {
  display: block;
  width: 100%;
  max-width: 295px;
}
@media (max-width: 1199.98px) {
  header.site-header .logo {
    padding-left: 15px;
    max-width: 225px;
  }
}
@media (max-width: 991.98px) {
  header.site-header .logo {
    padding-left: 15px;
    max-width: 295px;
  }
}
header.site-header .logo img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: -5px;
}
header.site-header .mobile-menu-btn {
  width: calc(100% - 295px);
  padding-right: 15px;
}
header.site-header .menu-toggle {
  font-size: 30px;
}
header.site-header input.search-field {
  color: #ffffff !important;
}
header.site-header .socials {
  display: flex;
  flex-flow: row nowrap;
  align-self: flex-end;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  header.site-header .socials {
    display: none;
  }
}
header.site-header .socials a {
  color: #ffffff;
  padding-left: 10px;
}
header.site-header .socials a:hover {
  color: #00aeef;
}
header.site-header nav {
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 991.98px) {
  header.site-header nav {
    background: #000033;
    padding: 0;
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
  }
}
header.site-header nav ul {
  list-style: none;
  padding: 0;
  align-items: center;
  max-width: 90%;
  margin: auto;
}
header.site-header nav ul li {
  list-style: none;
}
header.site-header nav ul li.btn {
  padding: 10px;
  font-weight: 400;
  text-transform: none;
  border: none;
}
header.site-header nav ul li a {
  display: block;
  padding: 0px 5px;
  color: #ffffff;
  font-size: 0.95em;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  header.site-header nav ul li a {
    color: #ffffff;
    background: transparent;
  }
}
header.site-header nav ul li a:hover {
  color: #00aeef;
}
@media (max-width: 991.98px) {
  header.site-header nav ul li:not(.btn) a:hover {
    color: #00aeef !important;
  }
}
@media (max-width: 991.98px) {
  header.site-header nav ul li + li {
    border-top: 1px solid #DFE8F3 !important;
  }
}
header.site-header nav .menu-utility-menu-container li {
  padding: 0 10px;
}
header.site-header nav .menu-utility-menu-container li a {
  text-transform: lowercase;
  font-style: italic;
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul {
    display: block;
    padding-right: 0;
    padding-top: 15px;
  }
}
header.site-header nav .menu-primary-menu-container > ul > li {
  text-align: center;
  flex: 1;
  max-width: min-content;
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li {
    display: block;
    text-align: left;
  }
}
header.site-header nav .menu-primary-menu-container > ul > li.divider {
  position: relative;
}
header.site-header nav .menu-primary-menu-container > ul > li.divider:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
header.site-header nav .menu-primary-menu-container > ul > li > a {
  width: 100%;
}
@media (max-width: 1199.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li > a {
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li > a {
    display: inline-block;
    font-size: 18px;
    padding: 10px 0;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li > a span {
    display: inline-block;
    vertical-align: middle;
  }
}
header.site-header nav .menu-primary-menu-container > ul > li.menu-item-has-children :after {
  display: none;
  width: 20px;
  height: 42px;
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 27px;
  line-height: 42px;
  color: #00aeef;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  right: -50px;
  pointer-events: none;
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li.menu-item-has-children :after {
    display: inline-block;
  }
}
header.site-header nav .menu-primary-menu-container > ul > li:hover :after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
header.site-header nav .menu-primary-menu-container > ul > li:hover .dropdown-menu {
  display: block;
}
header.site-header nav .menu-primary-menu-container > ul > li .dropdown-menu {
  width: 250px;
  padding-top: 35px;
  margin: 0;
  border: none;
  background: transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  -moz-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  -o-transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.2s cubic-bezier(0.33, 1, 0.68, 1);
}
@media (max-width: 991.98px) {
  header.site-header nav .menu-primary-menu-container > ul > li .dropdown-menu {
    width: 100%;
    position: static;
    padding-top: 0;
    padding-left: 20px;
    float: none;
  }
}
header.site-header nav .menu-primary-menu-container > ul > li .dropdown-menu li {
  display: block;
  background: white;
}
header.site-header nav .menu-primary-menu-container > ul > li .dropdown-menu li a {
  padding: 10px 25px;
}
header.site-header nav .menu-primary-menu-container > ul > li:first-child > a span {
  display: inline-block;
}

.not-at-top header.site-header {
  background: #000033;
}

body.menu-open header nav {
  display: block;
}

footer.site-footer {
  position: relative;
  z-index: 10;
}
footer.site-footer .menu-footer-menu-container > ul {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  list-style-type: none;
}
@media (max-width: 991.98px) {
  footer.site-footer .menu-footer-menu-container > ul {
    padding-left: 0;
  }
}
footer.site-footer .menu-footer-menu-container > ul li {
  padding: 0 1rem 0 0;
  list-style: none;
  position: relative;
  white-space: nowrap;
}
footer.site-footer .menu-footer-menu-container > ul li:last-child {
  padding-right: 3px;
}
footer.site-footer .menu-footer-menu-container > ul a {
  color: #000000;
}
footer.site-footer .menu-footer-menu-container > ul a:hover {
  color: #00aeef;
}
footer.site-footer .socials {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 767.98px) {
  footer.site-footer .socials {
    justify-content: center;
  }
}
footer.site-footer .socials a {
  padding: 0 10px;
  color: #00aeef;
}
footer.site-footer .socials i {
  font-size: 28px;
}
footer.site-footer .tail {
  font-size: 14px;
  padding: 5px 0;
}
@media (max-width: 991.98px) {
  footer.site-footer .tail .logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  footer.site-footer div[class^=col-] {
    text-align: center !important;
    padding: 10px;
  }
}
footer.site-footer .prefooter-form {
  background: linear-gradient(90deg, #000033 0%, #000033 30%, #342d8c 75%, #45429f 100%);
}
footer.site-footer .prefooter-form .gform_confirmation_message {
  color: #FFDD55;
}
footer.site-footer .prefooter-form input:not([type=submit]):not([type=checkbox]):not([type=radio]), footer.site-footer .prefooter-form select, footer.site-footer .prefooter-form textarea {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
footer.site-footer .prefooter-form ul {
  list-style: none;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  padding: 0;
}
footer.site-footer .prefooter-form .gform_wrapper {
  margin: 0;
}
footer.site-footer .prefooter-form .gform_wrapper ul li {
  margin: 0;
  padding: 0 7px;
}
footer.site-footer .prefooter-form .gform_wrapper form {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}
@media (max-width: 767.98px) {
  footer.site-footer .prefooter-form .gform_wrapper form {
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer.site-footer .prefooter-form .gform_wrapper form ul {
    display: flex;
    flex-direction: column;
  }
  footer.site-footer .prefooter-form .gform_wrapper form ul > li {
    max-width: unset;
    width: 100%;
    margin-bottom: 15px !important;
  }
}
footer.site-footer .prefooter-form .gform_wrapper form > .validation_error {
  display: none !important;
}
footer.site-footer .prefooter-form .gform_wrapper form label {
  display: none;
}
footer.site-footer .prefooter-form .gform_wrapper form .ginput_container {
  margin-top: 0 !important;
}
footer.site-footer .prefooter-form .gform_wrapper form input:not(.button) {
  height: 40px !important;
  background: rgba(255, 255, 255, 0.1) !important;
  font-style: italic;
  margin-top: 0;
}
footer.site-footer .prefooter-form .gform_wrapper form input:not(.button)::placeholder {
  color: #fff;
}
footer.site-footer .prefooter-form .gform_wrapper form input.button {
  padding-left: 15px;
  padding-right: 15px;
  height: 40px !important;
  margin: 0 !important;
  text-transform: none;
}
footer.site-footer .prefooter-form .gform_wrapper form input.button:hover {
  background-color: #0099FB;
}
footer.site-footer .prefooter-form .gform_wrapper form li {
  background: transparent;
  border: none;
  margin: 0 !important;
  max-width: 150px;
  width: 100%;
}
footer.site-footer .prefooter-form .gform_wrapper form li:last-child {
  max-width: 100%;
}
footer.site-footer .prefooter-form .gform_wrapper form li .validation_message {
  position: absolute;
  color: #ffffff;
  bottom: -20px;
}
footer.site-footer .prefooter-form .gform_wrapper form li input {
  border-color: transparent !important;
}
footer.site-footer .prefooter-form .gform_wrapper .gform_footer {
  width: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
footer.site-footer .prefooter-form .gform_body {
  width: 100%;
}

.hero-section .search-form {
  display: flex;
  max-width: 56%;
  width: 100%;
  position: relative;
}
.hero-section .search-form label {
  width: 100%;
  margin-bottom: 0;
}
.hero-section .search-form input[type=text] {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-style: italic;
  font-size: 16px;
}
.hero-section .search-form input[type=text]::placeholder {
  color: white;
}
.hero-section .search-form button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: none;
  color: #ffffff;
}

.sc.nav-tabs {
  padding: 0 30px;
  border-bottom: none;
}
.sc.nav-tabs li a {
  color: #000000;
  background-color: #ffffff;
  padding: 15px 25px;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 600;
  border-right: 1px solid #1D1760;
}
.sc.nav-tabs li a:not(.active) {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
}
.sc.nav-tabs li:last-child a {
  border-right: none;
}

/* WPO Page Templates
  (e.g. page-simple.php, page-home.php etc. rarely need to actually create templates but here's where they would go if you do.)
  */
/* WPO Archives - for WP listing/archive pages
  (e.g. index.php, archive-staff.php)
  */
.all-categories, .popular-post {
  color: #454495;
  text-decoration: underline;
  font-style: italic;
}

.social-share {
  justify-content: flex-start;
}

.social-share .fa {
  margin: 0 5px;
  color: #454495;
  font-size: 1.5em;
}

.post-categories {
  padding-left: 0;
  list-style-type: none;
}
.post-categories a {
  color: #454495;
  text-decoration: underline;
  font-style: italic;
}

.date-block {
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 1.42em;
  color: #454495;
  text-transform: uppercase;
}
.date-block .color-hr {
  margin: 0.5em 0;
}
.date-block .color-hr:after {
  left: 0;
  transform: none;
}

.categories {
  align-content: stretch;
  justify-content: center;
}
.categories a {
  padding: 0.5em;
  color: #000000;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  flex-grow: 1;
  text-align: center;
}

.blog-list {
  padding-bottom: 5em;
  min-height: 400px;
}
.blog-list .post-listing-item .post-listing-item-inner {
  background: #ffffff;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  border: 1px solid #687395;
  transition: 0.3s all ease-in-out;
}
.blog-list .post-listing-item .post-listing-item-inner:hover {
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.3);
}
.blog-list .post-listing-item .post-listing-item-inner .content {
  border-top: 1px solid #687395;
  height: 100%;
  width: 100%;
  padding: 10px;
}
.blog-list .post-listing-item .post-listing-item-inner .gform_fields {
  display: flex;
  flex-flow: row wrap;
}
.blog-list .post-listing-item .post-listing-item-inner .gform_fields li {
  max-width: 50%;
  margin: 0;
}
.blog-list .post-listing-item .post-listing-item-inner .gform_fields li:last-child {
  max-width: 100%;
  width: 100%;
}
.blog-list .post-listing-item .post-listing-item-inner .gform_footer {
  text-align: center;
}
.blog-list .post-listing-item h5 {
  margin-top: 7px;
  margin-bottom: 10px;
  font-size: 21px;
}
.blog-list .post-listing-item > a {
  text-decoration: none;
  color: #000000;
}

.blog-post .social-share {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
.blog-post .social-share li {
  padding-right: 10px;
}

.post-listing-item {
  padding-bottom: 15px;
}
.account-overlay {
  margin-top: -75px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767.98px) {
  .account-overlay {
    margin-top: 30px;
  }
}

.menu-account-menu-container {
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .menu-account-menu-container {
    margin-bottom: 30px;
  }
}
.menu-account-menu-container ul {
  list-style: none;
  padding: 0;
}
@media (max-width: 767.98px) {
  .menu-account-menu-container ul {
    justify-content: space-evenly;
  }
}
@media (max-width: 575.98px) {
  .menu-account-menu-container ul {
    justify-content: flex-start;
  }
}
.menu-account-menu-container ul li {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .menu-account-menu-container ul li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .menu-account-menu-container ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.menu-account-menu-container ul li a {
  display: inline-block;
  background: #ffffff;
  color: #000033;
  padding: 15px 15px;
  text-transform: uppercase;
  border-right: 1px solid #1D1760;
}
@media (max-width: 767.98px) {
  .menu-account-menu-container ul li a {
    background: #000033;
    color: #ffffff;
    border-right: none;
    text-align: center;
  }
}
.menu-account-menu-container ul li:not(.active) a {
  background-color: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 767.98px) {
  .menu-account-menu-container ul li:not(.active) a {
    background-color: #ffffff;
    color: #000033;
  }
}
.menu-account-menu-container ul li:last-child a {
  border-right: none;
}

#login-modal .modal-body {
  padding: 0;
}
#login-modal .modal-body p:empty {
  display: none;
}
#login-modal .modal-body .wp-block-columns {
  margin-bottom: 0;
}

.home .hero-section {
  min-height: 80vh;
}

.search-results .sc.nav-tabs {
  padding-left: 0;
  margin-left: 15px;
}
.search-results .search-body {
  margin-top: -53px;
}
.search-results .hero {
  padding: 150px 0;
}

@media (min-width: 768px) {
  .page-id-15 .gform_wrapper {
    margin-top: -25px;
  }
}
.page-id-15 .gform_wrapper .gform_footer input.button, .page-id-15 .gform_wrapper .gform_footer input[type=submit], .page-id-15 .gform_wrapper .gform_page_footer input.button, .page-id-15 .gform_wrapper .gform_page_footer input[type=submit] {
  text-transform: none;
}

/* WPO Singles - for single post types
  (e.g single.php and single-staff.php)
  */
/* WPO Meta Content Sections */
.faq_listing .card .card-header {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.faq_listing .card .card-header .btn--faq {
  display: block;
  width: 100%;
  background-color: transparent;
  font-size: 16px;
  letter-spacing: normal;
  text-transform: none;
  font-weight: normal;
  padding-right: 50px;
  position: relative;
}
.faq_listing .card .card-header .btn--faq:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-size: 25px;
  position: absolute;
  right: 10px;
  top: 50%;
  color: #9898B7;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.faq_listing .card .card-header .btn--faq[aria-expanded=true]:after {
  content: "";
}
.faq_listing .card .card-header .btn--faq:focus, .faq_listing .card .card-header .btn--faq:active {
  outline: none;
}
.faq_listing .card .card-body {
  font-size: 14px;
}

.faq-header {
  display: block;
  position: relative;
}
.faq-header:after {
  content: "READ LESS ";
  font-family: "Inter", sans-serif, "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  font-size: 13px;
  font-weight: bold;
  color: #1D1760;
}
.faq-header.collapsed:after {
  content: "READ MORE ";
}

.resource_listing.related-resources {
  padding-top: 40px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}
.resource_listing.related-resources.scrollable:after {
  content: "";
  background: #1e5799;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100px;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}

.resource-hero {
  padding: 150px 0;
}

.slick-slide .resource-slide {
  height: 100%;
}

.new-resource-banner {
  display: block;
  width: 100%;
  color: #ffffff;
  background: #00aeef;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3px 5px;
  text-align: center;
  z-index: 10;
}

.single-resource h2, .single-resource h3 {
  font-weight: bold;
}
.single-resource h2.font-weight-semi-bold, .single-resource h3.font-weight-semi-bold {
  font-weight: 600;
}
.single-resource .tag-links a {
  color: #454495;
}
.single-resource .wp-content a {
  font-style: italic;
  text-decoration: underline;
  color: #000033;
}
.single-resource .save-btn, .single-resource .share-btn {
  color: #9898B7;
}
.single-resource .save-btn:hover, .single-resource .share-btn:hover {
  color: #00aeef;
}
.single-resource .save-btn.active, .single-resource .share-btn.active {
  color: #1D1760;
}
.single-resource .resource-overlay-box {
  margin-top: -75px;
  z-index: 10;
  position: relative;
}
@media (max-width: 767.98px) {
  .single-resource .resource-overlay-box {
    margin-top: 15px;
  }
}
.single-resource .asset-table tr {
  background: #E3E8F4;
  border-bottom: 8px solid #fff;
}
.single-resource .asset-table tr:first-child {
  background: transparent;
}
.single-resource .asset-table tr th {
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.single-resource .asset-table tr td, .single-resource .asset-table tr th {
  padding: 10px;
  font-size: 14px;
  text-align: center;
}
.single-resource .asset-table tr td:first-child, .single-resource .asset-table tr th:first-child {
  text-align: left;
}
.single-resource .asset-table tr .asset-title {
  font-family: "Barlow", sans-serif;
}
.single-resource .asset-table tr .asset-small-text {
  font-size: 12px;
}
.single-resource .asset-table tr .asset-type {
  min-width: 95px;
}
.single-resource .add-resources-download {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .single-resource .tab-content {
    background: none !important;
  }
}
@media (max-width: 767.98px) {
  .single-resource .tab-content > a {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    color: #495057;
  }
  .single-resource .tab-content > a:not(:first-child) {
    margin-top: 15px;
  }
}
.single-resource .tab-content > div > div {
  padding: 55px;
}
@media (max-width: 991.98px) {
  .single-resource .tab-content > div > div {
    padding: 20px;
    background-color: #ffffff;
  }
}

.featured-resources-block_listing {
  position: relative;
  margin-bottom: -35px;
}
.featured-resources-block_listing.scrollable:after {
  content: "";
  background: #1e5799;
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  width: 100px;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
}
.featured-resources-block_listing .slick-slide:focus {
  outline: none;
}

.resource-slider {
  display: none;
}
.resource-slider.slick-initialized {
  display: block;
}

.resource-slide .save-btn.active {
  color: #1D1760;
}

.resource-slide a:hover .bg-block {
  transform: none;
}
.resource-slide:focus, .resource-slide *:focus {
  outline: none !important;
}
.resource-slide p:empty {
  display: none !important;
}
.resource-slide .resource-slide-inner {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  border: 1px solid #687395;
  position: relative;
  transition: 0.3s all ease-in-out;
}
.resource-slide .resource-slide-inner:hover {
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.3);
}
.resource-slide .content {
  border-top: 1px solid #687395;
  border-bottom: 1px solid #687395;
  height: 100%;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
}
.resource-slide .content a {
  color: #000033;
}
.resource-slide .resource-footer {
  padding: 5px 10px;
  background-color: #ffffff;
}
.resource-slide .resource-footer p:empty {
  display: none;
}
.resource-slide .resource-footer a i {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .resource-slide .resource-footer a i {
    font-size: 20px;
  }
}

.resource-stacked .resource-pagination {
  margin-top: 30px;
}
.resource-stacked .resource-pagination a {
  color: #A4ADC6;
}
.resource-stacked .resource-pagination .page-numbers.current {
  color: #00aeef;
}
.resource-stacked .resource-pagination a, .resource-stacked .resource-pagination span {
  padding: 0 5px;
}

.resource-filter {
  padding: 0 5px;
  width: calc(calc(100% - 200px) / 3 );
}
.resource-filter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: calc(100% + 20px);
  margin-left: -10px;
}
.resource-filter .resource-filter-inner {
  background-color: #E3E8F4;
  padding: 10px;
  position: relative;
  border: 1px solid #687395;
  min-height: 88px;
}
.resource-filter .resource-filter-inner .options {
  position: absolute;
  top: 35px;
  left: -1px;
  right: -1px;
  background-color: #E3E8F4;
  border: 1px solid #687395;
  border-top: none;
  display: none;
  z-index: 100;
}
.resource-filter .resource-filter-inner .options li:last-child {
  text-align: center;
  padding: 0 8px !important;
}
.resource-filter .resource-filter-inner .options li:last-child .btn {
  padding: 3px;
  width: 100%;
}
.resource-filter .resource-filter-inner .filter-header {
  color: #1D1760;
  margin-top: 3px;
}
.resource-filter .resource-filter-inner .default-header {
  color: #1D1760;
}
.resource-filter .resource-filter-inner.show .filter-header .fa-arrow-down:before {
  content: "" !important;
}
.resource-filter .resource-filter-inner.show .options {
  display: block;
}
.resource-filter .resource-filter-inner.show .options ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.resource-filter .resource-filter-inner.show .options ul li {
  padding-left: 28px;
}
.resource-filter .resource-filter-inner.show .options ul li:hover {
  background: white;
}
.resource-filter .resource-filter-inner.show .options ul li:last-child:hover {
  background: #E3E8F4;
}
.resource-filter .resource-filter-inner.show .options ul li.selected {
  color: #00aeef;
}
.resource-filter .resource-filter-inner.show .options ul li.selected label:before {
  color: #00aeef;
  border-color: #00aeef;
}
.resource-filter .resource-filter-inner .active-options {
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  list-style: none;
}
.resource-filter .resource-filter-inner .active-options li {
  padding: 0 5px;
}
.resource-filter .resource-filter-inner .active-options a {
  color: #1D1760;
  font-weight: bold;
}
.resource-filter .resource-filter-inner .dropdown:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 5px;
  top: -23px;
  font-weight: 500;
  font-size: 18px;
  z-index: 100;
}
.resource-filter .resource-filter-inner .dropdown.show:after {
  content: "";
}
.resource-filter .resource-filter-inner .bootstrap-select > .dropdown-toggle {
  background-color: #E3E8F4;
  border: none;
  color: #1D1760 !important;
  padding-left: 10px;
  padding-right: 10px;
}
.resource-filter .resource-filter-inner .bootstrap-select > .dropdown-toggle:focus, .resource-filter .resource-filter-inner .bootstrap-select > .dropdown-toggle:hover {
  outline: none !important;
  box-shadow: none;
}
.resource-filter .resource-filter-inner .bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.resource-filter .resource-filter-inner .dropdown-menu {
  background-color: #E3E8F4;
  border: 1px solid #687395;
  border-radius: 0;
  border-top: none;
  width: calc(100% + 2px);
  left: -1px !important;
  padding-bottom: 0;
}
.resource-filter .resource-filter-inner .dropdown-menu .inner {
  max-width: 100%;
}
.resource-filter .resource-filter-inner .dropdown-menu .check-mark {
  display: none !important;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 28px;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item.selected {
  color: #00aeef;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 12px;
  height: 12px;
  border: 1px solid;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 11px;
  top: 4px;
  font-size: 10px;
}
.resource-filter .resource-filter-inner .dropdown-menu .dropdown-item.selected:after {
  content: "";
}
.resource-filter.resource-filter-apply {
  width: 200px;
}
.resource-filter.resource-filter-apply .resource-filter-inner {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.resource-filter.resource-filter-apply .resource-filter-inner a {
  margin: 3px 0;
  font-weight: 700;
}

.testimonial-slide {
  position: relative;
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 991.98px) {
  .testimonial-slide {
    padding: 30px 0;
  }
}
.testimonial-slide:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/special-quote.svg");
  top: 0;
  left: 0;
}
.testimonial-slide:after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../images/special-quote.svg");
  transform: rotateY(180deg);
  bottom: -35px;
  right: 0;
}
@media (max-width: 991.98px) {
  .testimonial-slide:before, .testimonial-slide:after {
    width: 30px;
    height: 30px;
  }
  .testimonial-slide:after {
    bottom: 0;
  }
}

.card.sponsor-card {
  border: 1px solid #000000;
  padding: 15px;
  text-align: center;
  height: 100%;
  transition: 0.3s all ease-in-out;
}
.card.sponsor-card .wp-content {
  margin-top: 50px;
  height: 100%;
}
.card.sponsor-card img {
  max-width: 80%;
  margin: auto;
}
.card.sponsor-card:hover {
  border-bottom: 1px solid #000000;
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.3);
}

.sponsor-quicklink {
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sponsor-quicklink .ql-base {
  position: absolute;
  top: 0;
  right: 3px;
  left: 0;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sponsor-quicklink .ql-overlay {
  position: absolute;
  top: 0;
  right: 3px;
  left: 0;
  bottom: 0;
  opacity: 0;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
}
.sponsor-quicklink:hover .ql-overlay {
  opacity: 1;
}
.sponsor-quicklink:hover .ql-base {
  opacity: 0;
}

@media (max-width: 767.98px) {
  .sponsor_listing .col-sm-6:not(:last-child) {
    margin-bottom: 30px;
  }
}

.single-event .event-additional-details {
  padding: 20px 80px 0;
}
.single-event h3 {
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .featured-events-block_listing > .row > .col-12:not(:last-child), .page-nav-bg .page-nav .featured-events-block_listing > ul > .col-12:not(:last-child), .page-nav-bg .container .featured-events-block_listing > ul > .col-12:not(:last-child), .subnav .page-nav .featured-events-block_listing > ul > .col-12:not(:last-child), .subnav .container .featured-events-block_listing > ul > .col-12:not(:last-child) {
    margin-bottom: 75px;
  }
}
.featured-events-block_listing .featured-event-card {
  border: 1px solid #1D1760;
  position: relative;
  padding-top: 15px;
  background-color: #ffffff;
  border-radius: 0;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 991.98px) {
  .featured-events-block_listing .featured-event-card {
    height: unset;
  }
}
.featured-events-block_listing .featured-event-card:hover {
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.3);
}
.featured-events-block_listing .featured-event-card:hover {
  border: 1px solid;
}
.featured-events-block_listing .featured-event-card img {
  position: absolute;
  width: calc(100% - 20px);
  left: calc(50% - 6px);
  transform: translateX(-50%);
  top: -50px;
  max-width: 292px;
}
@media (max-width: 767.98px) {
  .featured-events-block_listing .featured-event-card img {
    left: 50%;
  }
}
.featured-events-block_listing .featured-event-card .featured-event-inner {
  padding: 0 20px 20px;
  border-bottom: 1px solid #1D1760;
  height: 100%;
}
.featured-events-block_listing .featured-event-card .featured-event-inner h4 {
  margin-bottom: 5px;
}
.featured-events-block_listing .featured-event-card .featured-event-header {
  display: flex;
  flex-flow: row nowrap;
  padding: 0 5px;
}
@media (max-width: 991.98px) {
  .featured-events-block_listing .featured-event-card .featured-event-header {
    flex-flow: row wrap;
  }
}
.featured-events-block_listing .featured-event-card .featured-event-header .event-date {
  color: #342D8C;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 991.98px) {
  .featured-events-block_listing .featured-event-card .featured-event-header .event-date {
    display: block;
    margin-top: 65px;
  }
}
.featured-events-block_listing .featured-event-card .card-footer {
  background: transparent;
  border: none;
  line-height: 1.1em;
  min-height: 70px;
  align-items: center;
}
.featured-events-block_listing .featured-event-card .card-footer .btn {
  font-weight: 400;
}

.event_listing {
  margin-top: 100px;
}
@media (max-width: 767.98px) {
  .event_listing > .row > .col-12:not(:last-child), .page-nav-bg .page-nav .event_listing > ul > .col-12:not(:last-child), .page-nav-bg .container .event_listing > ul > .col-12:not(:last-child), .subnav .page-nav .event_listing > ul > .col-12:not(:last-child), .subnav .container .event_listing > ul > .col-12:not(:last-child) {
    margin-bottom: 75px;
  }
}
.event_listing .event-card {
  border: 1px solid #1D1760;
  position: relative;
  padding-top: 135px;
  background-color: #ffffff;
  border-radius: 0;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
}
.event_listing .event-card:hover {
  border: 1px solid;
}
.event_listing .event-card img {
  position: absolute;
  width: calc(100% - 70px);
  left: 50%;
  transform: translateX(-50%);
  top: -50px;
}
.event_listing .event-card .event-card-inner {
  padding: 0 35px 20px;
  border-bottom: 1px solid #1D1760;
  height: 100%;
}
.event_listing .event-card .event-card-inner h4 {
  margin-bottom: 5px;
}
.event_listing .event-card .card-footer {
  padding-left: 35px;
  padding-right: 35px;
  line-height: 1.1em;
  background: transparent;
  border: none;
  min-height: 70px;
  align-items: center;
}
.event_listing .event-card .card-footer .btn {
  font-weight: 400;
  line-height: 1.5em;
}

.staff_listing .staff-slide {
  display: flex;
  flex-flow: column nowrap;
}
.staff_listing .staff-slider {
  margin-left: -15px;
  margin-right: -15px;
}
.staff_listing .staff-slider .staff-slide, .staff_listing .staff-slider .staff-slide > div:focus {
  outline: none;
}

.post_listing .card {
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  border: none;
  transition: 0.3s all ease-in-out;
}
.post_listing .card .content {
  background: #ffffff;
  border: 1px solid #1D1760;
  height: 100%;
}
.post_listing .card .content .btn:hover {
  box-shadow: none;
}
.post_listing .card:hover {
  border: none;
  box-shadow: 0px 2px 12.74px 0.26px rgba(0, 0, 0, 0.3);
}

.speaker-socials {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.speaker-socials > span, .speaker-socials > a {
  display: inline-block;
  padding: 0 5px;
}

.single-speaker .gform_heading {
  text-align: center;
}
.single-speaker .gform_heading .gform_description {
  max-width: 600px;
  display: block;
  margin: auto;
}

.card {
  background: transparent;
  margin-bottom: 15px;
  border: 3px solid transparent;
}
.card p:last-child {
  margin-bottom: 0;
}
.card:hover {
  border-bottom: 3px solid #00aeef;
}

.landing-link-card a {
  text-decoration: none;
}
.landing-link-card a:hover .img-zoom img {
  transform: scale(1.13);
}
.landing-link-card a h4 {
  padding-bottom: 5px;
}

a .img-zoom {
  overflow: hidden;
  position: relative;
  padding-bottom: 57%;
}
a .img-zoom .bg-block {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  transform-origin: center center;
  -webkit-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.2s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
a:hover .bg-block {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.round a .img-zoom {
  width: 60%;
  padding-bottom: 60%;
  margin: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
@media (max-width: 767.98px) {
  .round a .img-zoom {
    width: 45%;
    padding-bottom: 45%;
  }
}
.round a .img-zoom .bg-block {
  background-size: contain;
}
.round a:hover .bg-block {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.recent-block_listing {
  margin: 50px 0;
}
.recent-block_listing a {
  display: block;
  text-decoration: none;
}
.recent-block_listing a .content {
  padding-top: 12px;
}
.recent-block_listing a .content h4 {
  padding-top: 5px;
  color: #00aeef;
}
.recent-block_listing a h4 {
  padding-bottom: 5px;
}
@media (min-width: 782px) {
  .recent-block_listing div[class^=col-]:not(:first-child) {
    padding-left: 27px;
  }
}

.cta_block .bg-block {
  width: 100%;
  height: 100%;
}

.folder-pane > h2 {
  margin: 0 50px;
  display: inline-block;
  background-color: #ffffff;
  padding: 20px 15px 10px;
}
@media (max-width: 767.98px) {
  .folder-pane > h2 {
    margin: 0;
    width: 100%;
  }
}
.folder-pane .folder-pane-content {
  background-color: #ffffff;
  padding: 0 80px 50px;
}
@media (max-width: 991.98px) {
  .folder-pane .folder-pane-content {
    padding: 0 30px;
  }
}
@media (max-width: 767.98px) {
  .folder-pane .folder-pane-content {
    padding: 0 15px;
  }
}
.folder-pane.blue {
  padding-top: 50px;
}
.folder-pane.blue > h2 {
  color: #ffffff;
  background-color: transparent;
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.folder-pane.blue > h2 span {
  padding: 20px 15px 10px;
}
.folder-pane.blue > h2:before {
  content: "";
  background: #E3E8F4;
  width: calc(100% - 1095px);
  margin-right: 20px;
}
.folder-pane.blue > h2:after {
  content: "";
  background: #E3E8F4;
  width: 100%;
  margin-left: 20px;
}
.folder-pane.blue .folder-pane-content {
  padding-top: 85px;
  color: #ffffff;
  background-color: transparent;
}
.folder-pane.blue .folder-pane-content .frl-next, .folder-pane.blue .folder-pane-content .frl-prev {
  color: #ffffff;
}
.folder-pane.blue .folder-pane-content .frl-next:hover, .folder-pane.blue .folder-pane-content .frl-prev:hover {
  color: #454495;
}
.folder-pane.blue .testimonial-slide:before {
  background-image: url("../images/white-quote.svg");
}
.folder-pane.blue .testimonial-slide:after {
  background: transparent;
}
.folder-pane.blue .testimonial-slide {
  padding-right: 0;
}

.sticky .subnav {
  height: 60px !important;
}
.sticky .subnav ul li a {
  line-height: 60px !important;
}

.subnav-item {
  height: 0 !important;
  position: relative;
  top: -130px;
  pointer-events: none;
}
.subnav-item + div {
  margin-top: 0;
}

.page-nav-bg, .subnav {
  display: block;
  position: absolute;
  top: 0;
  background: white;
  left: 45px;
  right: 45px;
  width: auto;
  transform: translateY(-100%);
  height: 60px;
  z-index: 160;
  -webkit-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 0.35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media (max-width: 991.98px) {
  .page-nav-bg, .subnav {
    display: none !important;
  }
}
.page-nav-bg .page-nav, .page-nav-bg .container, .subnav .page-nav, .subnav .container {
  position: relative;
}
.page-nav-bg .page-nav ul, .page-nav-bg .container ul, .subnav .page-nav ul, .subnav .container ul {
  padding: 0;
  margin-bottom: 0;
}
.page-nav-bg .page-nav ul li, .page-nav-bg .container ul li, .subnav .page-nav ul li, .subnav .container ul li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
}
.page-nav-bg .page-nav ul li:before, .page-nav-bg .container ul li:before, .subnav .page-nav ul li:before, .subnav .container ul li:before {
  display: none;
}
.page-nav-bg .page-nav ul li.active a:before, .page-nav-bg .container ul li.active a:before, .subnav .page-nav ul li.active a:before, .subnav .container ul li.active a:before {
  visibility: visible;
  width: 100%;
}
.page-nav-bg .page-nav ul li a, .page-nav-bg .container ul li a, .subnav .page-nav ul li a, .subnav .container ul li a {
  display: block;
  margin: 0;
  padding: 10px 15px;
  line-height: 40px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.89px;
  text-align: center;
  position: relative;
  -webkit-transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -o-transition: 0.45s all ease-in-out;
  transition: 0.45s all ease-in-out;
  color: #000033;
}
.page-nav-bg .page-nav ul li a span, .page-nav-bg .container ul li a span, .subnav .page-nav ul li a span, .subnav .container ul li a span {
  position: relative;
}
.page-nav-bg .page-nav ul li a span:after, .page-nav-bg .container ul li a span:after, .subnav .page-nav ul li a span:after, .subnav .container ul li a span:after {
  display: block;
  width: 100%;
  height: 3px;
  opacity: 0;
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transition: 0.45s all ease-in-out;
  -moz-transition: 0.45s all ease-in-out;
  -o-transition: 0.45s all ease-in-out;
  transition: 0.45s all ease-in-out;
  background: #00aeef;
}
.page-nav-bg .page-nav ul li a:hover, .page-nav-bg .page-nav ul li a.active, .page-nav-bg .container ul li a:hover, .page-nav-bg .container ul li a.active, .subnav .page-nav ul li a:hover, .subnav .page-nav ul li a.active, .subnav .container ul li a:hover, .subnav .container ul li a.active {
  color: #00aeef;
}
.page-nav-bg .page-nav ul li a:hover span:after, .page-nav-bg .page-nav ul li a.active span:after, .page-nav-bg .container ul li a:hover span:after, .page-nav-bg .container ul li a.active span:after, .subnav .page-nav ul li a:hover span:after, .subnav .page-nav ul li a.active span:after, .subnav .container ul li a:hover span:after, .subnav .container ul li a.active span:after {
  opacity: 1;
}

.collapse-pane {
  position: relative;
  overflow: visible;
  background: white;
  border: 1px solid;
}
.collapse-pane .collapse-header {
  position: relative;
}
.collapse-pane .collapse-header a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.collapse-pane .collapse-header a:after {
  content: "";
  font-family: "Inter", sans-serif, "Font Awesome 5 Pro";
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 25px;
  font-weight: bold;
  color: #1D1760;
}
.collapse-pane .collapse-header a.collapsed:after {
  content: "";
}
.collapse-pane .collapse-pane-content {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  z-index: 100;
  padding: 15px;
  background: white;
  border: 1px solid;
}

.header-banner-block {
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 767.98px) {
  .header-banner-block {
    top: 90px;
  }
}
.header-banner-block p {
  margin-bottom: 0;
}
.header-banner-block a {
  color: #FFDD55;
  text-decoration: underline;
}
.header-banner-block a:hover {
  color: #ffffff;
}

.logged-in .header-banner-block {
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .home .hero-section {
    padding: 120px 0 150px;
  }
}

.research-quicksearch:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  height: 30px;
  border: 1px solid #1D1760;
  margin-top: 2px;
  font-size: 12px;
  font-style: italic;
  background: #fff;
}

.account-content .detail-edit input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .account-content .detail-edit select {
  height: 45px;
  border: 1px solid #1D1760;
  margin-top: 2px;
  font-size: 12px;
  font-style: italic;
  background: #fff;
}

.menu-account-menu-container ul li a {
  font-weight: 600;
}

.upload-resource input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .upload-resource select {
  height: 45px;
  border: 1px solid #1D1760;
  margin-top: 2px;
  font-size: 12px;
  font-style: italic;
  background-color: #fff;
}
.upload-resource input[type=radio] {
  vertical-align: middle;
}
.upload-resource input[type=radio] + label {
  padding-left: 5px;
}
.upload-resource .asset-list {
  margin-bottom: 15px;
}
.upload-resource .asset-list.asset-error:empty:before {
  content: "No assets provided - Please add at least one";
  display: block;
  padding: 10px 15px;
  background: #E3E8F4;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}
.upload-resource .asset-list .asset-entry {
  margin: 5px 0 5px 0px;
  background-color: #E3E8F4;
  position: relative;
  padding: 10px 0 10px 55px;
}
.upload-resource .asset-list .asset-entry:before {
  content: " ";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 10px 15px 0;
  background: #fff;
}
.upload-resource .asset-list .asset-entry a {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.upload-resource .asset-upload-form {
  display: none;
}
.upload-resource .asset-upload-form.active {
  display: block;
}

/* WPO Meta Content Sections */
@media (max-width: 575.98px) {
  .form-section .g-recaptcha {
    -webkit-transform: scale(0.77);
    -moz-transform: scale(0.77);
    -ms-transform: scale(0.77);
    transform: scale(0.77);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.staff-tiles-list .simple-tile {
  padding: 0.5em;
  color: #1D1760;
}
.staff-tiles-list .simple-tile .name {
  margin-top: 0.5em;
  margin-bottom: 0;
}
.staff-tiles-list .simple-tile .title {
  font-size: 13px;
}
.staff-tiles-list .simple-tile .phone {
  margin-top: 1.5em;
  line-height: 1em;
}
.single-staff h1 {
  color: #000033;
  margin-bottom: 0;
}
.single-staff h3 {
  margin-top: 0;
}

.listing .property {
  padding: 2em 0 1em;
  border-top: 1px solid #D8D8D8;
}
.listing .property:first-child {
  border-top: none;
}
.listing .property h3 a {
  color: #000033;
}
.listing .property .subhead-small {
  text-transform: none;
}

.listing-filter-bar {
  background: #f7f7f7;
}
.listing-filter-bar ul {
  padding: 0;
  margin: 0;
}
.listing-filter-bar ul li {
  list-style: none;
  display: inline-block;
  margin: 0 1em;
}
.listing-filter-bar ul li a:hover:after, .listing-filter-bar ul li a.active:after {
  content: "";
  background: #000000;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.listing-filter-bar a {
  color: #000033;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 0.75em 0;
  display: block;
}
.listing-filter-bar .filter-container {
  position: relative;
}
.listing-filter-bar .filter-container .filter-btn {
  display: block;
  padding: 0.75em 2em;
}
.listing-filter-bar .filter-container .filter-btn:hover {
  background-color: #9898B7;
}
.listing-filter-bar .filter-container .filter-options {
  background: #ffffff;
  position: absolute;
  top: 50px;
  right: 0;
  width: 400px;
  z-index: 9999;
  padding: 0;
}
.listing-filter-bar .filter-container .filter-options label {
  font-size: 13px;
  text-transform: none;
  font-weight: normal;
}
.listing-filter-bar .filter-container .filter-options ul {
  padding: 1em 0.5em 1.5em;
}
.listing-filter-bar .filter-container .filter-options ul li {
  display: inline-block;
  width: 100%;
  margin: 0;
}
.listing-filter-bar .filter-container .filter-options .btn {
  color: #000000;
  border-top: 1px solid #9898B7;
  margin: 2em 0 0 0;
}
.listing-filter-bar .filter-container .filter-options .btn:hover {
  background: #000000;
  color: #ffffff;
}

#listingmap {
  width: 100%;
  padding-bottom: 73.4375%;
}

.infoWindowInner, .gm-style-iw, .gm-style-iw > div {
  min-width: 200px !important;
  max-width: 300px !important;
}

.pagination {
  text-align: right;
  display: block;
}
.pagination .page-numbers {
  color: #000000;
  padding: 0 0.3em;
}
.pagination .page-numbers.current {
  color: #000000;
  font-weight: bold;
}
.pagination .page-numbers.prev {
  color: #000000;
}
.pagination .page-numbers.next {
  color: #000000;
}

@media (max-width: 767.98px) {
  .listing-filter-bar {
    background: #ffffff;
  }
  .listing-filter-bar ul {
    width: 100%;
    background: #9898B7;
    margin-bottom: 1em;
    float: none;
  }
  .listing-filter-bar ul li {
    width: 50%;
    margin: 0;
    padding: 0 1em;
    float: left;
    text-align: center;
  }
  .listing-filter-bar .filter-container {
    width: 100%;
    float: none;
  }
  .listing-filter-bar .filter-container .filter-btn {
    background-color: #9898B7;
    text-align: center;
  }
  .listing-filter-bar .filter-container .filter-options {
    width: 100%;
  }
  .listing-filter-bar .filter-container .filter-options ul li {
    text-align: left;
  }
}
.tab_control .nav-tabs {
  list-style: none;
  padding: 0 21px 0 0;
  margin: 0;
}
.tab_control .nav-tabs:not(.nav-tabs) {
  min-height: 525px;
}
.tab_control .nav-tabs > div > a {
  padding: 9px 13px;
  background-color: #342D8C;
  display: block;
}
.tab_control .nav-tabs > div > a:hover {
  color: #000000;
}
.tab_control .nav-tabs > div > a[aria-expanded=true] {
  color: #ffffff;
  background-color: #000000;
}
.tab_control .nav-tabs.alternate > div > a {
  color: #454495;
  background-color: transparent;
  border-bottom: 2px solid #454495;
}
.tab_control .nav-tabs.alternate > div > a:hover {
  background-color: #000000;
  color: #ffffff;
}
.tab_control .nav-tabs.alternate > div > a[aria-expanded=true] {
  background-color: #000000;
  color: #ffffff;
}
.tab_control .tab-content {
  min-height: 525px;
  padding: 1em;
}

.slider .slick-slider img {
  width: 100%;
}
.slider .slick-slider .slick-arrow {
  z-index: 20;
  width: 40px;
  height: 40px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slider .slick-slider .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  color: #1D1760;
  font-size: 40px;
}
.slider .slick-slider .slick-arrow.slick-prev {
  left: 10px;
}
.slider .slick-slider .slick-arrow.slick-prev:before {
  content: "";
}
.slider .slick-slider .slick-arrow.slick-next {
  right: 10px;
}
.slider .slick-slider .slick-arrow.slick-next:before {
  content: "";
}

.travel-info {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
}
.travel-info .travel-info-block {
  flex: 0 0 50%;
  max-width: calc(100% / 3);
  padding: 5px;
}
.travel-info .travel-info-block > div {
  height: 100%;
}

/* WPO Errors - for error pages
  (e.g 404.php and single-staff.php)
 */
/**********************************************************************************************************************/
/**********************************************************************************************************************/

/*# sourceMappingURL=styles.min.css.map */
