@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

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

body {
  margin: 0;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  color: #201E50;
  text-align: left;
  background-color: #F7F7F7;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #201E50;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #201E50;
  text-decoration: none;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 540px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1180px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1320px) {
  .container {
    max-width: 1240px;
  }
}

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

@media (min-width: 540px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1180px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1320px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1240px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1180px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1320px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .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: 1180px) {
  .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: 1320px) {
  .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: 540px) {
  .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: 1180px) {
  .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: 1320px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(0, 98.4, 204) !important;
}

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

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

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

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

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

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

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

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

.bg-gradient-warning {
  background: #ffc107 linear-gradient(180deg, rgb(253.8, 201.1, 43), #ffc107) repeat-x !important;
}

.bg-gradient-danger {
  background: #dc3545 linear-gradient(180deg, rgb(224.05, 82.1, 95.7), #dc3545) repeat-x !important;
}

.bg-gradient-light {
  background: #f8f9fa linear-gradient(180deg, rgb(247.85, 248.7, 249.55), #f8f9fa) repeat-x !important;
}

.bg-gradient-dark {
  background: #343a40 linear-gradient(180deg, rgb(81.25, 86.35, 91.45), #343a40) repeat-x !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .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: 1180px) {
  .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: 1320px) {
  .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: 540px) {
  .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: 1180px) {
  .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: 1320px) {
  .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: 540px) {
  .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: 1180px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1320px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 540px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 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;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1180px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1320px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 540px) {
  .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: 1180px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1320px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-body {
  color: #201E50 !important;
}

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

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

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

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

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #201E50;
  }
}
.animate {
  -webkit-animation: ripple 0.65s linear;
  -moz-animation: ripple 0.65s linear;
  -ms-animation: ripple 0.65s linear;
  -o-animation: ripple 0.65s linear;
  animation: ripple 0.65s linear;
}

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
  }
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.l2r-line {
  display: inline-block;
  position: relative;
}
.l2r-line::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  width: 0;
  bottom: 0;
  background: #201E50;
  height: 2px;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.l2r-line:hover::before {
  width: 100%;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  /* many screen reader and browser combinations announce broken words as they would appear visually */
  word-wrap: normal !important;
}

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

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

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

.heading1 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  line-height: 1.14;
  margin: 0 0 30px;
}
@media (max-width: 1179.98px) {
  .heading1 {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading1 {
    font-size: 28px;
    line-height: 1.14;
  }
}

.heading2 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.14;
  margin: 0 0 30px;
}
@media (max-width: 1179.98px) {
  .heading2 {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}

.heading3 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.14;
}
@media (max-width: 1179.98px) {
  .heading3 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}

.heading4 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .heading4 {
    font-size: 18px;
    line-height: 1.2;
  }
}

.heading5 {
  font-weight: 800;
  color: #000409;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #201E50;
}
@media (max-width: 767.98px) {
  .heading5 {
    font-size: 12px;
    line-height: 1.2;
  }
}

.uc {
  text-transform: uppercase;
}

.highlighted {
  font-size: 20px;
  line-height: 1.4;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
}
@media (max-width: 1179.98px) {
  .highlighted {
    font-size: 1.125rem;
  }
}
@media (max-width: 767.98px) {
  .highlighted {
    font-size: 0.925rem;
  }
}

.link-btn {
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  background: #37308D;
  color: #F7F7F7;
  margin: 0;
  box-shadow: none;
  transition: all 0.2s ease-in;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 16px 20px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  min-width: 180px;
  max-width: 100%;
}
.link-btn__wrapper {
  margin: 50px 0 0;
}
.link-btn:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.link-btn .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.link-btn:hover {
  color: #F7F7F7;
}
.link-btn__white {
  background: #F7F7F7;
}
.link-btn__navy {
  background: #201E50;
}
.link-btn__mid-blue {
  background: #37308D;
}
.link-btn__yellow {
  background: #FBD680;
  color: #201E50;
}
.link-btn__yellow:hover {
  color: #201E50;
}
.link-btn__outline {
  border: 2px solid #000;
  background: transparent;
}
@media (max-width: 1179.98px) {
  .link-btn {
    min-width: 220px;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 1;
  }
  .link-btn__wrapper {
    margin: 40px 0 0;
  }
}
@media (max-width: 767.98px) {
  .link-btn {
    padding: 12px 10px;
    min-width: 210px;
  }
  .link-btn__wrapper {
    margin: 30px 0 0;
  }
}

@media (max-width: 1319.98px) {
  .hidden-lg-down {
    display: none;
  }
}

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

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

.entry-content > :last-child {
  margin-bottom: 0 !important;
}
.entry-content a:not(.link-btn) {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.entry-content a:not(.link-btn):hover {
  color: #201E50;
  background: #FBD680;
}
.entry-content a:not(.link-btn)::selection, .entry-content a:not(.link-btn):active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .entry-content a:not(.link-btn) {
    transition: all 0.2s ease-in;
  }
}
.entry-content p {
  margin: 0 0 25px;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.entry-content h2, .entry-content .heading2 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 1.14;
  margin: 0 0 30px;
  margin: 0 0 25px;
}
@media (max-width: 1179.98px) {
  .entry-content h2, .entry-content .heading2 {
    font-size: 30px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h2, .entry-content .heading2 {
    font-size: 24px;
    line-height: 1.14;
  }
}
.entry-content h3, .entry-content .heading3 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  line-height: 1.14;
  margin: 0 0 25px;
}
@media (max-width: 1179.98px) {
  .entry-content h3, .entry-content .heading3 {
    font-size: 24px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .entry-content h3, .entry-content .heading3 {
    font-size: 21px;
    line-height: 1.14;
  }
}
.entry-content h4, .entry-content .heading4 {
  font-weight: 800;
  color: #201E50;
  font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 767.98px) {
  .entry-content h4, .entry-content .heading4 {
    font-size: 18px;
    line-height: 1.2;
  }
}
.entry-content ul, .entry-content ol {
  margin: 0 0 25px;
  padding: 0 0 0 25px;
}
.entry-content ul li, .entry-content ol li {
  margin: 0 0 10px;
}
.entry-content ol ol, .entry-content ol ul {
  list-style: lower-alpha;
  margin-top: 10px;
}
.entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn) {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.entry-content h4 a:not(.link-btn):hover, .entry-content p a:not(.link-btn):hover, .entry-content li a:not(.link-btn):hover {
  color: #201E50;
  background: #FBD680;
}
.entry-content h4 a:not(.link-btn)::selection, .entry-content h4 a:not(.link-btn):active, .entry-content p a:not(.link-btn)::selection, .entry-content p a:not(.link-btn):active, .entry-content li a:not(.link-btn)::selection, .entry-content li a:not(.link-btn):active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .entry-content h4 a:not(.link-btn), .entry-content p a:not(.link-btn), .entry-content li a:not(.link-btn) {
    transition: all 0.2s ease-in;
  }
}
.entry-content h2 ~ p, .entry-content h3 ~ p, .entry-content h3 ~ ul, .entry-content h3 ~ ol {
  margin-bottom: 35px;
}
.entry-content .wp-block-quote {
  margin: 50px 0;
  border-top: 1px solid #201E50;
  border-bottom: 1px solid #201E50;
  padding: 35px 0;
}
.entry-content .wp-block-quote p {
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
}
.entry-content .wp-block-quote cite {
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 1179.98px) {
  .entry-content .wp-block-quote {
    margin: 40px 0;
    padding: 25px 0;
  }
  .entry-content .wp-block-quote p {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .entry-content p {
    margin: 0 0 20px;
  }
  .entry-content h3, .entry-content .heading3 {
    margin: 0 0 20px;
  }
  .entry-content h4 {
    margin: 0 0 15px;
  }
  .entry-content ul, .entry-content ol {
    margin: 0 0 20px;
  }
  .entry-content h2 ~ p, .entry-content h3 ~ p, .entry-content h3 ~ ul, .entry-content h3 ~ ol {
    margin-bottom: 25px;
  }
  .entry-content .wp-block-quote {
    margin: 30px 0;
    padding: 20px 0;
  }
  .entry-content .wp-block-quote p {
    font-size: 21px;
    line-height: 1.2;
  }
}

/**
 * M E N U   T O G G L E   B U T T O N
 * ----------------------------------------------------------------------------
 */
.menu-toggle {
  display: none;
  position: absolute;
  top: 30px;
  right: 24px;
  cursor: pointer;
  overflow: hidden;
  opacity: 1;
  z-index: 999;
  text-align: center;
  padding: 0;
  width: 24px;
  height: 18px;
  text-indent: -999em;
  border-top: 2px solid #201E50;
  border-bottom: 2px solid #201E50;
}
.menu-toggle::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #201E50;
}
.menu-toggle:hover, .menu-toggle:active {
  border-color: #37308D;
}
.menu-toggle:hover::after, .menu-toggle:active::after {
  background: #37308D;
}
@media (max-width: 1179.98px) {
  .menu-toggle {
    top: 19px;
  }
}
@media (max-width: 340px) {
  .menu-toggle {
    transform: scale(0.75);
  }
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  height: 40px;
  width: 28px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center center;
}
.owl-carousel .owl-nav button span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background-image: url(../img/icon-prev.png) !important;
  left: -72px;
}
.owl-carousel .owl-nav button.owl-next {
  background-image: url(../img/icon-next.png) !important;
  right: -72px;
}
.owl-carousel .owl-nav button:hover, .owl-carousel .owl-nav button:focus, .owl-carousel .owl-nav button:active {
  border: none !important;
  outline: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
@media (max-width: 1420px) {
  .owl-carousel .owl-nav button.owl-prev {
    left: -32px;
  }
  .owl-carousel .owl-nav button.owl-next {
    right: -32px;
  }
}
.owl-carousel .owl-dots {
  margin-top: 40px;
  text-align: center;
}
.owl-carousel .owl-dots button.owl-dot {
  width: 13px;
  height: 13px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background: #F7F7F7;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin-right: 10px;
  outline: none;
}
.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel .owl-dots button.owl-dot:last-child {
  margin-right: 0;
}
@media (max-width: 1179.98px) {
  .owl-carousel .owl-dots button.owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 5px;
  }
}
@media (max-width: 767.98px) {
  .owl-carousel .owl-dots button.owl-dot {
    width: 9px;
    height: 9px;
  }
}

body {
  padding-top: 80px;
}
@media (max-width: 1179.98px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1179.98px) {
  body {
    padding-top: 60px;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
  }
}

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

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

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

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

.page-section {
  padding: 80px 0 90px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.page-section__bottom {
  background: #37308D;
}
.page-section .content-before {
  margin-bottom: 60px;
}
.page-section .content-after {
  margin-top: 60px;
}
@media (max-width: 1179.98px) {
  .page-section {
    padding: 50px 0 60px;
  }
  .page-section .content-before {
    margin-bottom: 40px;
  }
  .page-section .content-after {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .page-section {
    padding: 40px 0 40px;
  }
  .page-section__two-columns .content-wrapper {
    padding-left: 0;
  }
  .page-section__two-columns .content-wrapper .content-left {
    position: static;
    max-width: 100%;
  }
  .page-section__two-columns .content-wrapper .heading1 {
    font-family: "Source Sans 3", Helvetica, "Helvetica Neue", Arial, sans-serif;
  }
  .page-section__two-columns .content-wrapper .entry-content {
    border: none;
    padding: 0;
    font-size: 1rem;
  }
  .page-section .content-before {
    margin-bottom: 30px;
  }
  .page-section .content-after {
    margin-top: 30px;
  }
}

.sticky-navigation {
  padding: 0;
}
.sticky-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.sticky-navigation ul li {
  padding: 35px 0;
  position: relative;
}
.sticky-navigation ul li::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
}
.sticky-navigation ul li.active {
  font-weight: 700;
}
.sticky-navigation ul li.active::before {
  background-color: #A7C1E5;
}
@media (max-width: 1179.98px) {
  .sticky-navigation ul li {
    padding: 25px 0;
  }
  .sticky-navigation ul li::before {
    height: 8px;
  }
}
@media (max-width: 767.98px) {
  .sticky-navigation {
    padding: 20px 0;
  }
  .sticky-navigation ul li {
    padding: 0 0 3px;
  }
  .sticky-navigation ul li::before {
    height: 3px;
  }
}

.is-sticky .sticky-navigation {
  background: #F7F7F7;
}

.accordion > .item {
  margin: 35px 0;
}
.accordion > .item .challenge-resources {
  margin-top: 40px;
}
.accordion .item.open .item__header::after {
  height: 0;
}
.accordion .item:last-child {
  margin-bottom: 0;
}
.accordion .item__header {
  position: relative;
  background: #DCE6F5;
  padding: 22px 30px;
  cursor: pointer;
}
.accordion .item__header::before, .accordion .item__header::after {
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  background: #000;
}
.accordion .item__header::before {
  width: 21px;
  height: 3px;
}
.accordion .item__header::after {
  width: 3px;
  height: 21px;
  right: 39px;
  transition: all 0.2s linear;
}
.accordion .item__header h3 {
  margin: 0;
  font-weight: 600;
}
.accordion .item__content {
  padding: 30px;
  display: none;
}
.accordion .item__content:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 1179.98px) {
  .accordion > .item {
    margin: 25px 0;
  }
  .accordion > .item .challenge-resources {
    margin-top: 25px;
  }
  .accordion .item__header {
    padding: 20px;
  }
  .accordion .item__header::before, .accordion .item__header::after {
    right: 20px;
  }
  .accordion .item__header::before {
    width: 16px;
    height: 2px;
  }
  .accordion .item__header::after {
    width: 2px;
    height: 16px;
    right: 27px;
  }
  .accordion .item__header h3 {
    margin: 0;
  }
  .accordion .item__content {
    padding: 20px;
  }
}

.mc_embed_signup {
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
}
.mc_embed_signup form {
  position: relative;
  padding-right: 148px;
}
.mc_embed_signup form label {
  display: none;
}
.mc_embed_signup form .email {
  background: transparent;
  border: 1px solid #F7F7F7;
  width: 100%;
  height: 46px;
  padding: 13px 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 18px;
  color: #F7F7F7;
  box-shadow: none;
}
.mc_embed_signup form .email::-moz-placeholder {
  font-style: italic;
  color: #F7F7F7;
  opacity: 1;
}
.mc_embed_signup form .email:-ms-input-placeholder {
  color: #F7F7F7;
}
.mc_embed_signup form .email::-webkit-input-placeholder {
  color: #F7F7F7;
}
.mc_embed_signup form .mc-embedded-subscribe {
  position: absolute;
  right: 0;
  top: 0;
  min-width: 0;
  width: 131px;
  padding: 16px;
  color: #201E50;
  background: #F7F7F7;
}
@media (max-width: 1179.98px) {
  .mc_embed_signup form {
    padding-right: 0;
  }
  .mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .mc_embed_signup form .mc-embedded-subscribe {
    position: static;
    width: 100%;
  }
}

#site-header {
  background: #F7F7F7;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  height: 80px;
}
#site-header .site-title {
  margin: 0;
  float: left;
  font-size: 22px;
  line-height: 1;
  padding: 17px 0;
}
#site-header .site-title a {
  display: inline-block;
  color: #000409;
}
#site-header .site-title img {
  max-height: 46px;
  width: auto;
}
#site-header #main-navigation {
  float: right;
  line-height: 0;
}
#site-header #main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#site-header #main-navigation ul li {
  display: block;
  padding: 32px 0 28px;
  margin-left: 60px;
  float: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  position: relative;
  height: 80px;
  border-bottom: 10px solid transparent;
}
#site-header #main-navigation ul li a {
  color: #201E50;
}
#site-header #main-navigation ul li.menu-item-has-children > a {
  padding-right: 16px;
  display: inline-block;
  position: relative;
}
#site-header #main-navigation ul li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  border: solid #201E50;
  border-width: 0 2.5px 2.5px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation ul li.menu-item-has-children:hover ul {
  display: block;
}
#site-header #main-navigation ul li:hover {
  border-color: #201E50;
}
#site-header #main-navigation ul .mobile-menu {
  display: none;
}
#site-header #main-navigation ul li.current_page_parent,
#site-header #main-navigation ul li.current-menu-ancestor,
#site-header #main-navigation ul li.current-menu-parent,
#site-header #main-navigation ul li.current-menu-item {
  border-color: #201E50;
}
#site-header #main-navigation ul li.current_page_parent > a::after,
#site-header #main-navigation ul li.current-menu-ancestor > a::after,
#site-header #main-navigation ul li.current-menu-parent > a::after,
#site-header #main-navigation ul li.current-menu-item > a::after {
  border-color: #201E50;
}
#site-header #main-navigation .sub-menu {
  display: block;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  margin: 0;
  padding: 30px;
  text-align: left;
  background: #F7F7F7;
  z-index: 999;
  width: 370px;
  box-shadow: inset 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #eee;
  z-index: 99;
  display: none;
}
#site-header #main-navigation .sub-menu li {
  float: none;
  position: relative;
  padding: 0;
  margin: 0 0 25px;
  height: auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: none;
}
#site-header #main-navigation .sub-menu li:last-child {
  margin: 0;
}
#site-header #main-navigation .sub-menu li a {
  color: #201E50;
  display: block;
  position: relative;
  padding: 0;
  text-decoration: none;
}
#site-header #main-navigation .sub-menu li:hover a span, #site-header #main-navigation .sub-menu li.current_page_parent a span, #site-header #main-navigation .sub-menu li.current-menu-ancestor a span, #site-header #main-navigation .sub-menu li.current-menu-parent a span, #site-header #main-navigation .sub-menu li.current-menu-item a span {
  border-bottom: 0.2em solid #201E50;
}
#site-header #main-navigation .sub-menu li:hover::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  border: solid #201E50;
  border-width: 3px 3px 0 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#site-header #main-navigation li.menu-resources .sub-menu {
  width: 270px;
}
@media (max-width: 767.98px) {
  #site-header #main-navigation {
    display: none;
  }
}
@media (max-width: 1179.98px) {
  #site-header {
    height: 60px;
  }
  #site-header .container {
    max-width: 100%;
  }
  #site-header .site-title {
    font-size: 14px;
    line-height: 14px;
    padding: 16px 0 12px;
  }
  #site-header .site-title a img {
    max-height: 28px;
  }
}

.pageSlide {
  display: none;
  width: 100%;
  max-width: 400px;
  height: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: -400px;
  z-index: 999999;
  overflow: scroll;
  background-color: #201E50;
  color: #F7F7F7;
}

@media (max-width: 1179.98px) {
  #main-navigation {
    display: none;
  }
  #main-navigation a {
    color: #F7F7F7;
  }
  #main-navigation .submenu {
    display: block;
  }
  .menu-toggle {
    display: block;
  }
  .pageSlide {
    display: block;
    padding: 80px 20px 0 20px;
  }
  .pageSlide .close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    outline: none;
  }
  .pageSlide .close-btn span {
    transform: rotate(-45deg);
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }
  .pageSlide .close-btn span::before, .pageSlide .close-btn span::after {
    content: "";
    position: absolute;
    background: #F7F7F7;
  }
  .pageSlide .close-btn span::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 24px;
    width: 2px;
  }
  .pageSlide .close-btn span::after {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 24px;
    height: 2px;
  }
  .pageSlide .close-btn:hover span::before, .pageSlide .close-btn:hover span::after, .pageSlide .close-btn:active span::before, .pageSlide .close-btn:active span::after {
    background: #F7F7F7;
  }
  .pageSlide ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .pageSlide ul li {
    padding: 0;
    margin: 0 0 18px;
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
  }
  .pageSlide ul li:not(.nolink) > a {
    outline: none;
    color: #F7F7F7;
    border-color: #fff !important;
    color: #F7F7F7;
  }
  .pageSlide ul li:not(.nolink) > a:hover {
    background-color: #FBD680;
    color: #201E50;
  }
  .pageSlide ul li:not(.nolink) > a::selection, .pageSlide ul li:not(.nolink) > a:active {
    background-color: #FBD680;
    color: #201E50;
  }
}
@media (max-width: 1179.98px) and (min-width: 540px) {
  .pageSlide ul li:not(.nolink) > a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .pageSlide ul li a {
    color: #F7F7F7;
  }
  .pageSlide ul li.nolink > a {
    cursor: default;
  }
  .pageSlide ul li.menu-item-has-children ul {
    margin-top: 18px;
    padding-left: 20px;
  }
  .pageSlide ul li.menu-item-has-children .sub-menu li {
    font-weight: 400;
  }
  .pageSlide ul li.current_page_parent > a, .pageSlide ul li.current-menu-ancestor > a, .pageSlide ul li.current-menu-parent > a, .pageSlide ul li.current-menu-item > a {
    font-weight: 700;
  }
  pageSlide.open {
    right: 0;
  }
}
.footer-safety-message {
  background: #37308D;
  padding: 50px 0;
  color: #F7F7F7;
}
.footer-safety-message a {
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
}
.footer-safety-message a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.footer-safety-message a::selection, .footer-safety-message a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .footer-safety-message a {
    transition: all 0.2s ease-in;
  }
}

.site-footer {
  padding: 60px 0 60px;
  background: #201E50;
  color: #F7F7F7;
}
.site-footer a {
  color: inherit;
}
.site-footer a:hover {
  color: #201E50;
}
.site-footer__wrapper {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.site-footer__wrapper .footer-left {
  width: 50%;
}
.site-footer__wrapper .footer-left .logo-footer {
  margin: 0 0 50px;
}
.site-footer__wrapper .footer-left .logo-footer img {
  max-height: 100px;
  width: auto;
}
.site-footer__wrapper .footer-left .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__wrapper .footer-left .footer-navigation ul li {
  margin: 0 0 15px;
}
.site-footer__wrapper .footer-left .footer-navigation ul li:last-child {
  margin: 0;
}
.site-footer__wrapper .subscription-form {
  width: 460px;
  max-width: 100%;
}
.site-footer__wrapper .subscription-form h3 {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.3;
  margin: 0 0 15px;
}
.site-footer__wrapper .subscription-form .mc_embed_signup {
  max-width: 400px;
  margin: 0;
}
.site-footer__wrapper .footer-right {
  display: flex;
  flex-wrap: wrap;
  width: 570px;
}
.site-footer__wrapper .footer-navigation {
  width: 50%;
  font-size: 18px;
  line-height: 1.2;
}
.site-footer__wrapper .footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer__wrapper .footer-navigation ul li {
  margin: 0 0 18px;
  padding: 0;
}
.site-footer__wrapper .footer-navigation ul li a {
  font-weight: 400;
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
}
.site-footer__wrapper .footer-navigation ul li a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.site-footer__wrapper .footer-navigation ul li a::selection, .site-footer__wrapper .footer-navigation ul li a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .site-footer__wrapper .footer-navigation ul li a {
    transition: all 0.2s ease-in;
  }
}
.site-footer__wrapper .footer-text {
  width: 100%;
  margin: 35px 0;
}
.site-footer__wrapper .footer-text a {
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
  border-bottom: 1px solid #F7F7F7;
}
.site-footer__wrapper .footer-text a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.site-footer__wrapper .footer-text a::selection, .site-footer__wrapper .footer-text a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .site-footer__wrapper .footer-text a {
    transition: all 0.2s ease-in;
  }
}
.site-footer .footer-social-share {
  margin: 15px 0 15px;
}
.site-footer .footer-social-share ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .footer-social-share ul li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
}
.site-footer .footer-social-share ul li a {
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
  text-indent: -9999em;
  overflow: hidden;
}
.site-footer .footer-social-share ul li.twitter a {
  background-image: url(../img/icon-twitter.png);
}
.site-footer .footer-social-share ul li.twitter a:hover {
  background-image: url(../img/icon-twitter_red.png);
}
.site-footer .footer-social-share ul li.facebook a {
  background-image: url(../img/icon-facebook.png);
}
.site-footer .footer-social-share ul li.facebook a:hover {
  background-image: url(../img/icon-facebook_red.png);
}
@media (max-width: 767.98px) {
  .site-footer .footer-social-share {
    padding: 0 0 30px;
  }
  .site-footer .footer-social-share ul li a {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
  }
}
.site-footer__bottom {
  font-size: 12px;
  line-height: 1.2;
  padding: 22px 0 0;
  border-top: 1px solid #F7F7F7;
  display: flex;
  justify-content: space-between;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
}
.site-footer__bottom a {
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
  text-decoration: underline;
}
.site-footer__bottom a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.site-footer__bottom a::selection, .site-footer__bottom a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .site-footer__bottom a {
    transition: all 0.2s ease-in;
  }
}
.site-footer__bottom .footer-credits {
  text-align: right;
}
@media (max-width: 1319.98px) {
  .site-footer {
    padding: 80px 0 70px;
  }
  .site-footer .footer-navigation {
    font-size: 16px;
    line-height: 1.2;
  }
  .site-footer__wrapper .footer-left {
    width: 50%;
    padding-right: 50px;
  }
  .site-footer__wrapper .footer-left .logo-footer img {
    max-height: 80px;
  }
  .site-footer__wrapper .footer-text {
    font-size: 16px;
    line-height: 1.2;
  }
  .site-footer .subscription-form {
    width: 400px;
  }
  .site-footer__bottom {
    font-size: 12px;
    line-height: 1.2;
  }
}
@media (max-width: 1179.98px) {
  .site-footer {
    padding: 50px 0;
  }
  .site-footer__wrapper {
    margin: 0 0 30px;
  }
  .site-footer__wrapper .footer-left {
    padding-right: 40px;
  }
  .site-footer__wrapper .footer-left .logo-footer img {
    max-height: 60px;
  }
  .site-footer__wrapper .subscription-form {
    width: 280px;
  }
  .site-footer__bottom {
    font-size: 11px;
    line-height: 1.2;
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .site-footer {
    padding: 50px 0 30px;
  }
  .site-footer__wrapper {
    flex-wrap: wrap;
  }
  .site-footer__wrapper .footer-left {
    width: 100%;
  }
  .site-footer__wrapper .footer-left .logo-footer {
    margin: 0 0 30px;
  }
  .site-footer__wrapper .footer-left .footer-navigation {
    margin: 0 0 40px;
  }
  .site-footer__wrapper .footer-text {
    font-size: 12px;
    line-height: 1.3;
  }
  .site-footer__wrapper .footer-right {
    flex-wrap: wrap;
  }
  .site-footer__wrapper .subscription-form {
    width: 360px;
    max-width: 100%;
  }
  .site-footer__wrapper .subscription-form h3 {
    max-width: 285px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 15px;
  }
  .site-footer .footer-navigation {
    width: 100%;
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0;
  }
  .site-footer__bottom {
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 1.2;
  }
  .site-footer__bottom .footer-credits {
    width: 100%;
    margin-top: 10px;
    text-align: left;
  }
}

.subscription-form__header {
  text-align: center;
  margin: 0 0 50px;
}
.subscription-form__header h2 {
  margin: 0 0 20px;
}
.subscription-form .confirmation-message {
  display: none;
  text-align: center;
  font-weight: 700;
  color: #201E50;
}
.subscription-form .fields-group {
  display: flex;
  align-items: center;
  justify-content: center;
}
.subscription-form .fields-group .field-group {
  margin: 0 10px;
  width: 25%;
}
.subscription-form .fields-group .field-group label {
  display: none;
}
.subscription-form .fields-group .field-group .field-input {
  width: 100%;
  border: 1px solid #bdbdbd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1;
  padding: 16px 15px;
}
.subscription-form .field-group-submit {
  margin: 30px 0;
  text-align: center;
}
.subscription-form .field-group-submit .field-submit {
  border: none;
}

.on-page-menu {
  padding: 35px 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 16px;
}
.on-page-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.on-page-menu ul li {
  display: inline;
  padding: 0 !important;
}
.on-page-menu ul li:not(:last-child)::after {
  content: "|";
  padding: 0 8px;
}
.on-page-menu ul li:first-child {
  padding-right: 10px !important;
}
.on-page-menu ul li:first-child::after {
  display: none;
}
.on-page-menu ul li a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.on-page-menu ul li a:hover {
  color: #201E50;
  background: #FBD680;
}
.on-page-menu ul li a::selection, .on-page-menu ul li a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .on-page-menu ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .on-page-menu {
    font-size: 14px;
  }
  .on-page-menu h4 {
    float: none;
  }
  .on-page-menu ul {
    float: none;
    padding: 0 !important;
  }
  .on-page-menu ul li {
    float: none;
    display: inline-block;
  }
}

.has-sticky-notification #page {
  padding-bottom: 70px;
}
@media (max-width: 1179.98px) {
  .has-sticky-notification #page {
    padding-bottom: 80px;
  }
}

.notification-bar {
  background: #FBD680;
  color: #37308D;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  z-index: 9999;
  font-size: 16px;
  line-height: 20px;
}
.notification-bar a {
  outline: none;
  color: #201E50;
  border-bottom: 1px solid #000409;
  color: #000409;
  font-weight: 700;
}
.notification-bar a:hover {
  background-color: #F7F7F7;
  color: #201E50;
}
.notification-bar a::selection, .notification-bar a:active {
  background-color: #F7F7F7;
  color: #201E50;
}
@media (min-width: 540px) {
  .notification-bar a {
    transition: all 0.2s ease-in;
  }
}
.notification-bar .notification-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  text-align: center;
}
.notification-bar .notification-wrapper .container {
  align-items: center;
}
.notification-bar .notification-wrapper p {
  margin: 0;
}
@media (max-width: 1179.98px) {
  .notification-bar {
    height: 80px;
  }
  .notification-bar .notification-wrapper {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .notification-bar {
    height: 90px;
  }
  .notification-bar .notification-wrapper {
    font-size: 12px;
    line-height: 1.2;
    text-align: left;
  }
}

.home .link-btn {
  width: 360px;
}

.home-hero {
  padding: 100px 0 90px;
  background: linear-gradient(270deg, #201E50 1.01%, #37308D 93.92%);
  color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.home-hero__content {
  max-width: 570px;
  margin-left: 50%;
}
.home-hero h2 {
  color: #F7F7F7;
  font-size: 48px;
  line-height: 1;
  margin: 0 0 30px;
}
.home-hero p {
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 1.4;
  padding-right: 10px;
}
.home-hero__image {
  position: absolute;
  bottom: 0;
  right: calc(50% + 48px);
  background: url(../img/mission-daybreak-sun-logo.png) no-repeat right bottom;
  width: 817px;
  height: 342px;
  background-size: 100%;
}
@media (max-width: 1319.98px) {
  .home-hero__content h2 {
    font-size: 36px;
    line-height: 1.14;
  }
  .home-hero__image {
    right: calc(50% + 17px);
    width: 654px;
    height: 274px;
  }
}
@media (max-width: 1179.98px) {
  .home-hero {
    padding: 70px 0 60px;
  }
  .home-hero__wrap {
    flex-wrap: wrap;
  }
  .home-hero__content {
    max-width: 100%;
  }
  .home-hero h2 {
    margin: 0 0 20px;
    font-size: 30px;
    line-height: 1.14;
  }
  .home-hero p {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 30px;
  }
  .home-hero__image {
    right: calc(50% + 28px);
    width: 458px;
    height: 192px;
  }
}
@media (max-width: 767.98px) {
  .home-hero {
    padding: 50px 0 180px;
  }
  .home-hero__content {
    margin: 0;
  }
  .home-hero h2 {
    font-size: 24px;
    line-height: 1.14;
  }
  .home-hero p {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 30px;
  }
  .home-hero__image {
    right: calc(50% + 26px);
    width: 327px;
    height: 137px;
  }
}
@media (max-width: 539.98px) {
  .home-hero {
    padding: 50px 0 180px;
  }
  .home-hero__content {
    margin: 0;
  }
  .home-hero h2 {
    font-size: 24px;
    line-height: 1.14;
  }
  .home-hero p {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-hero__image {
    right: auto;
    left: -83px;
    width: 327px;
    height: 137px;
  }
}

.home-hero1 {
  padding: 130px 0 150px;
  background: linear-gradient(270deg, #201E50 1.01%, #37308D 93.92%);
  color: #F7F7F7;
  position: relative;
  overflow: hidden;
}
.home-hero1__content {
  max-width: 570px;
  margin-left: 50%;
}
.home-hero1 h2 {
  color: #F7F7F7;
  font-size: 48px;
  line-height: 1;
}
.home-hero1 p {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 1.2;
  padding-right: 10px;
}
.home-hero1__image {
  position: absolute;
  bottom: 0;
  right: calc(50% + 80px);
  background: url(../img/logo-sun-bottom.png) no-repeat right bottom;
  background-size: auto 380px;
  width: 778px;
  height: 380px;
  padding: 160px 210px 0 0;
  display: flex;
  justify-content: flex-end;
}
.home-hero1__image img {
  max-width: 306px;
  height: 142px;
}
@media (max-width: 1319.98px) {
  .home-hero1 {
    padding: 110px 0 120px;
  }
  .home-hero1__content h2 {
    font-size: 36px;
    line-height: 1.14;
  }
  .home-hero1__image {
    bottom: 0;
    right: calc(50% + 60px);
    background-size: auto 300px;
    width: 713px;
    height: 300px;
    padding: 120px 160px 0 0;
  }
  .home-hero1__image img {
    max-width: 240px;
    height: 111px;
  }
}
@media (max-width: 1179.98px) {
  .home-hero1 {
    padding: 80px 0 90px;
  }
  .home-hero1__wrap {
    flex-wrap: wrap;
  }
  .home-hero1__content {
    max-width: 100%;
  }
  .home-hero1 h2 {
    margin: 0 0 30px;
    font-size: 30px;
    line-height: 1.14;
  }
  .home-hero1__image {
    bottom: 0;
    right: calc(50% + 35px);
    background-size: auto 240px;
    width: 490px;
    height: 240px;
    padding: 120px 120px 0 0;
  }
  .home-hero1__image img {
    max-width: 180px;
    height: 84px;
  }
}
@media (max-width: 767.98px) {
  .home-hero1 {
    padding: 50px 0 180px;
  }
  .home-hero1__content {
    margin: 0;
  }
  .home-hero1 h2 {
    font-size: 24px;
    line-height: 1.14;
  }
  .home-hero1 p {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-hero1__image {
    bottom: 0;
    right: calc(50% + 10px);
    background-size: auto 150px;
    width: 307px;
    height: 150px;
    padding: 60px 80px 0 0;
  }
  .home-hero1__image img {
    max-width: 129px;
    height: 60px;
  }
}
@media (max-width: 539.98px) {
  .home-hero1 {
    padding: 50px 0 180px;
  }
  .home-hero1__content {
    margin: 0;
  }
  .home-hero1 h2 {
    font-size: 24px;
    line-height: 1.14;
  }
  .home-hero1 p {
    font-size: 16px;
    line-height: 1.3;
  }
  .home-hero1__image {
    bottom: 0;
    left: 0;
    background-size: auto 150px;
    width: 235px;
    height: 150px;
    padding: 60px 80px 0 0;
  }
  .home-hero1__image img {
    max-width: 129px;
    height: 60px;
  }
}

.home-section-content {
  max-width: 840px;
  font-size: 1.25rem;
}
@media (max-width: 1179.98px) {
  .home-section-content {
    font-size: 1rem;
  }
}

.home-about-challenge {
  background: #DCE6F5;
}

.home-resources {
  background: #A7C1E5;
}

.home-join-mission {
  background: linear-gradient(180.93deg, #37308D -10.25%, #201E50 102.73%);
  color: #F7F7F7;
}
.home-join-mission .heading2 {
  color: #F7F7F7;
}

.home-timelines {
  position: relative;
}
.home-timelines::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  background: #37308D;
  border-bottom-right-radius: 100px;
}
.home-timelines .container {
  display: flex;
  justify-content: space-between;
}
.home-timelines__content {
  max-width: 360px;
}
.home-timelines__timeline {
  width: 320px;
  z-index: 2;
}
.home-timelines__timeline .timeline.add-margin {
  margin-top: 28px;
}
.home-timelines__timeline .timeline .item {
  padding: 0 0 45px 35px;
  color: #F7F7F7;
}
.home-timelines__timeline .timeline .item::before {
  width: 2px;
  top: 13px;
  bottom: -6px;
  left: 5.5px;
  background: #F7F7F7;
}
.home-timelines__timeline .timeline .item::after {
  width: 13px;
  height: 13px;
  border-width: 0;
  background: #F7F7F7;
  top: 6px;
}
.home-timelines__timeline .timeline .item.archived {
  color: #A7C1E5;
}
.home-timelines__timeline .timeline .item.archived .item__title {
  color: #A7C1E5;
}
.home-timelines__timeline .timeline .item.archived::after {
  border-width: 0;
}
.home-timelines__timeline .timeline .item.archived::before, .home-timelines__timeline .timeline .item.archived::after {
  background: #A7C1E5;
}
.home-timelines__timeline .timeline .item.current {
  color: #FBD680;
}
.home-timelines__timeline .timeline .item.current .item__title {
  color: #FBD680;
}
.home-timelines__timeline .timeline .item.current::after {
  border-width: 0;
}
.home-timelines__timeline .timeline .item.current::before, .home-timelines__timeline .timeline .item.current::after {
  background: #FBD680;
}
.home-timelines__timeline .timeline .item__status {
  top: -15px;
  left: 35px;
  font-size: 10px;
  color: #FBD680;
}
.home-timelines__timeline .timeline .item__title {
  color: #F7F7F7;
  font-size: 18px;
  line-height: 1.4;
}
.home-timelines__timeline .timeline .item__date {
  font-size: 14px;
}
@media (max-width: 1179.98px) {
  .home-timelines__content {
    max-width: 300px;
  }
  .home-timelines__timeline {
    width: 320px;
    padding-left: 40px;
  }
  .home-timelines__timeline .timeline .item {
    padding: 0 0 35px 35px;
  }
  .home-timelines__timeline .timeline .item__title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 2px 0;
  }
  .home-timelines__timeline .timeline .item__date {
    font-size: 14px;
  }
}
@media (max-width: 767.98px) {
  .home-timelines {
    padding-bottom: 0;
  }
  .home-timelines::before {
    display: none;
  }
  .home-timelines .container {
    display: block;
  }
  .home-timelines__content {
    max-width: 100%;
  }
  .home-timelines__timeline {
    background: #201E50;
    margin-top: 40px;
    padding: 50px 0;
    padding-right: 0px;
    padding-left: 0px;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding-left: calc(100vw - (50vw + 50%));
    padding-right: calc(100vw - (50vw + 50%));
  }
  .home-timelines__timeline .timeline .item {
    padding: 0 0 35px 35px;
  }
  .home-timelines__timeline .timeline .item__title {
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    padding: 2px 0;
  }
  .home-timelines__timeline .timeline .item__date {
    font-size: 14px;
  }
}

.home-prizes .prizes-wrap {
  display: flex;
  justify-content: space-between;
}
.home-prizes .prizes-wrap__content {
  width: calc(50% - 24px);
}
.home-prizes .prizes-wrap__amount {
  width: 440px;
}
.home-prizes .prizes-wrap__amount .heading5 {
  color: #201E50;
}
.home-prizes .prizes-wrap__amount h3 {
  font-size: 70px;
  line-height: 1.14;
  font-weight: 800;
  color: #37308D;
  letter-spacing: 0.06em;
}
@media (max-width: 1179.98px) {
  .home-prizes .prizes-wrap__amount {
    width: 310px;
  }
  .home-prizes .prizes-wrap__amount h3 {
    font-size: 50px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .home-prizes .prizes-wrap {
    flex-wrap: wrap;
  }
  .home-prizes .prizes-wrap__content {
    width: 100%;
    margin: 0 0 40px;
  }
  .home-prizes .prizes-wrap__amount {
    width: 100%;
  }
  .home-prizes .prizes-wrap__amount h3 {
    font-size: 42px;
    line-height: 1.14;
  }
}

.home-impact {
  background: #DCE6F5;
}
.home-impact__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 100%;
  margin: 0 0 30px;
}
.home-impact__stats .item {
  width: calc(33.3333333333% - 10px);
  background: #fff;
  padding: 30px 35px;
}
.home-impact__stats .item .number {
  font-size: 64px;
  line-height: 1.14;
  font-weight: 700;
  margin: 0 0 35px;
  color: #37308D;
}
.home-impact__stats .item .text {
  font-size: 20px;
  line-height: 1.4;
}
.home-impact__footnote {
  font-style: italic;
}
@media (max-width: 1179.98px) {
  .home-impact__stats {
    gap: 15px;
  }
  .home-impact__stats .item {
    padding: 20px 25px;
  }
  .home-impact__stats .item .number {
    font-size: 48px;
    line-height: 1.14;
    margin: 0 0 20px;
  }
  .home-impact__stats .item .text {
    font-size: 16px;
    line-height: 1.4;
  }
}
@media (max-width: 767.98px) {
  .home-impact__stats {
    gap: 12px;
  }
  .home-impact__stats .item {
    padding: 20px 25px 25px;
    width: calc(50% - 6px);
  }
  .home-impact__stats .item .number {
    font-size: 36px;
    line-height: 1.14;
  }
}
@media (max-width: 375px) {
  .home-impact__stats .item {
    width: 100%;
  }
  .home-impact__stats .item .number {
    margin: 0 0 10px;
  }
}

.home-events {
  background: #201E50;
  padding: 0;
  position: relative;
}
.home-events .item {
  padding: 90px 0 120px;
  position: relative;
  min-height: 570px;
}
.home-events .item .link-btn {
  min-width: 360px;
  width: auto;
}
.home-events .item__image {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  top: 0;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
  background-position: 0% 50%;
}
.home-events .item__content {
  position: relative;
  z-index: 500;
  width: 50%;
  padding-right: 30px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
}
.home-events .item__content .heading2 {
  color: #fff;
}
.home-events .owl-dots {
  margin-top: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
}
.home-events .owl-nav {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 540px) {
  .home-events .owl-nav {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .home-events .owl-nav {
    max-width: 720px;
  }
}
@media (min-width: 1180px) {
  .home-events .owl-nav {
    max-width: 960px;
  }
}
@media (min-width: 1320px) {
  .home-events .owl-nav {
    max-width: 1240px;
  }
}
@media (max-width: 1319.98px) {
  .home-events .item {
    min-height: 665px;
  }
}
@media (max-width: 1179.98px) {
  .home-events .item {
    padding: 70px 0 100px;
    min-height: 565px;
  }
  .home-events .item .link-btn {
    min-width: 0;
    width: auto;
  }
  .home-events .item__image {
    left: 55%;
  }
  .home-events .item::before {
    left: 55%;
  }
  .home-events .item__content {
    width: 60%;
    padding-right: 20px;
    font-size: 18px;
    line-height: 1.4;
  }
  .home-events .owl-nav {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .home-events .item {
    padding: 50px 0 70px;
    min-height: 500px;
  }
  .home-events .item .link-btn {
    min-width: 0;
    width: auto;
  }
  .home-events .item__content {
    width: 90%;
    padding-right: 0;
    font-size: 16px;
    line-height: 1.4;
  }
  .home-events .owl-nav {
    display: none;
  }
}

.home-quotes {
  background: #A7C1E5;
  padding: 90px 0 120px;
}
.home-quotes .item {
  padding-left: 210px;
  position: relative;
}
.home-quotes .item__image {
  position: absolute;
  left: 0;
  top: 0;
}
.home-quotes .item__image img {
  width: 150px;
  height: 150px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.home-quotes .item__quote {
  font-size: 24px;
  line-height: 32px;
  margin: 0 0 30px;
  position: relative;
}
.home-quotes .item__quote::before {
  content: "“";
  position: absolute;
  left: -11px;
  top: 0;
}
.home-quotes .owl-dots {
  margin-top: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
}
@media (max-width: 1179.98px) {
  .home-quotes {
    background: #A7C1E5;
    padding: 70px 0 100px;
  }
  .home-quotes .item {
    padding-left: 190px;
  }
  .home-quotes .item__quote {
    font-size: 20px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .home-quotes .owl-nav {
    display: none;
  }
  .home-quotes .owl-dots {
    bottom: -80px;
  }
}
@media (max-width: 767.98px) {
  .home-quotes {
    background: #A7C1E5;
    padding: 40px 0 70px;
  }
  .home-quotes .item {
    padding-left: 9px;
  }
  .home-quotes .item__image {
    position: static;
    margin: 0 0 20px;
  }
  .home-quotes .item__quote {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px;
  }
  .home-quotes .item__quote::before {
    left: -9px;
  }
  .home-quotes .owl-nav {
    display: none;
  }
  .home-quotes .owl-dots {
    left: 50%;
    bottom: -50px;
  }
}

.page-header {
  padding: 155px 0 55px;
  background: #37308D;
  background-size: cover;
  -ms-behavior: url(/css/backgroundsize.min.htc);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0;
}
.page-header h1 {
  color: #F7F7F7;
  margin: 0;
}
@media (max-width: 1179.98px) {
  .page-header {
    padding: 100px 0 40px;
  }
}
@media (max-width: 767.98px) {
  .page-header {
    padding: 80px 0 30px;
  }
}
.page-header .container {
  position: relative;
}
.page-header.curve_br {
  position: relative;
}
.page-header.curve_br::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/ellipse-team.png) no-repeat bottom right;
  width: 100%;
  height: 100%;
  background-size: auto 70%;
}
.page-header__blog {
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
  background: #F7F7F7;
}
.page-header__blog h1 {
  color: #201E50;
  max-width: 960px;
}
@media (max-width: 1319.98px) {
  .page-header.semi_circle {
    background-position: right 60px top -60px;
    background-size: 451px 226px;
  }
}
@media (max-width: 1179.98px) {
  .page-header.semi_circle {
    background-position: right 20px top -60px;
    background-size: 361px 181px;
  }
}
@media (max-width: 767.98px) {
  .page-header.semi_circle {
    background-position: right -20px top -60px;
    background-size: 271px 136px;
  }
  .page-header.curve_br {
    background-position: right -80px bottom;
  }
}

.page-content {
  max-width: 600px;
  margin: 0 auto 100px;
}

.challenge-phases .item {
  margin: 0 0 40px;
  border: 3px solid #A7C1E5;
  border-bottom-right-radius: 100px;
  padding: 50px;
  background: #A7C1E5;
}
.challenge-phases .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 1179.98px) {
  .challenge-phases .item {
    padding: 30px;
    border-bottom-right-radius: 60px;
  }
}
@media (max-width: 767.98px) {
  .challenge-phases .item {
    margin: 0 0 30px;
    padding: 20px;
    border-bottom-right-radius: 40px;
  }
}

.criteria-grid .item {
  border-top: 1px solid #000409;
  margin: 0 0 40px;
  position: relative;
  padding: 10px 0 0 210px;
}
.criteria-grid .item:last-child {
  margin: 0;
}
.criteria-grid .item__title {
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 10px;
  width: 160px;
}
@media (max-width: 1179.98px) {
  .criteria-grid .item {
    margin: 0 0 35px;
    padding: 10px 0 0 160px;
  }
  .criteria-grid .item__title {
    width: 140px;
  }
}
@media (max-width: 767.98px) {
  .criteria-grid .item {
    margin: 0 0 35px;
    padding: 10px 0 0;
  }
  .criteria-grid .item__title {
    width: 100%;
    position: static;
    margin: 0 0 10px;
  }
}

.challenge-timelines {
  padding: 60px 0 0;
}
@media (max-width: 1179.98px) {
  .challenge-timelines {
    padding: 40px 0 0;
  }
}

.timeline.add-margin {
  margin-top: 25px;
}
.timeline .item {
  padding-bottom: 50px;
  padding-left: 50px;
  position: relative;
}
.timeline .item::before, .timeline .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.timeline .item::before {
  width: 2px;
  top: 16px;
  bottom: -8px;
  left: 7.5px;
  background: #A7C1E5;
}
.timeline .item::after {
  width: 17px;
  height: 17px;
  left: 0;
  top: 8px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #A7C1E5;
  background: #F7F7F7;
}
.timeline .item:last-child {
  padding-bottom: 0;
}
.timeline .item:last-child::before {
  display: none;
}
.timeline .item.current::after {
  border: 4px solid #37308D;
  background: #37308D;
}
.timeline .item.current::before {
  background: #37308D;
}
.timeline .item.archived::after {
  border: 4px solid #201E50;
  background: #201E50;
}
.timeline .item.archived::before {
  background: #201E50;
}
.timeline .item__status {
  position: absolute;
  top: -20px;
  left: 50px;
  padding: 0 0 5px;
  color: #201E50;
}
.timeline .item__title {
  margin: 0 0 0;
  padding: 0;
  font-weight: 800;
}
.timeline .item__text a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.timeline .item__text a:hover {
  color: #201E50;
  background: #FBD680;
}
.timeline .item__text a::selection, .timeline .item__text a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .timeline .item__text a {
    transition: all 0.2s ease-in;
  }
}
.timeline .item__show-text .item__title {
  margin: 0 0 5px;
}
.timeline .item:only-child::before {
  display: block !important;
}
@media (max-width: 1179.98px) {
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__date {
    font-size: 16px;
    line-height: 1.2;
  }
  .timeline .item__show-text .item__title {
    font-size: 21px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .timeline .item {
    padding-bottom: 40px;
    padding-left: 32px;
  }
  .timeline .item:first-child.current {
    margin-top: 20px !important;
  }
  .timeline .item::before {
    width: 1px;
    left: 6px;
  }
  .timeline .item::after {
    width: 13px;
    height: 13px;
    top: 3px;
  }
  .timeline .item.archived::before {
    width: 3px;
    left: 5px;
  }
  .timeline .item__status {
    left: 32px;
    top: -15px;
    font-size: 10px;
    line-height: 1.2;
  }
  .timeline .item__title {
    font-size: 16px;
    line-height: 1.1;
  }
  .timeline .item__date {
    font-size: 14px;
    line-height: 1.3;
  }
  .timeline .item__show-text .item__title {
    font-size: 18px;
    line-height: 1.1;
    margin: 0 0 5px;
  }
  .timeline .item__show-text .item__date {
    color: #201E50;
  }
  .timeline .item__show-text .item__status {
    font-size: 12px;
  }
}

.challenge-prizes {
  padding: 60px 0 0;
  display: flex;
  justify-content: space-between;
}
.challenge-prizes__total {
  width: 35%;
  height: auto;
}
.challenge-prizes__total .wrap {
  border-right: 1px solid #201E50;
}
.challenge-prizes__total .heading5 {
  color: #000409;
}
.challenge-prizes__total .heading2 {
  color: #37308D;
  font-size: 70px;
  line-height: 1.14;
}
.challenge-prizes__phases {
  padding-left: 50px;
  width: 65%;
  display: flex;
  justify-content: space-between;
}
.challenge-prizes__phases .item {
  width: calc(50% - 50px);
}
.challenge-prizes__phases .item h4 {
  margin: 0 0 20px;
}
.challenge-prizes__phases .item__content {
  border: 3px solid #37308D;
  height: calc(100% - 40px);
}
.challenge-prizes__phases .item__header {
  color: #fff;
  background: #37308D;
  padding: 20px 25px;
}
.challenge-prizes__phases .item__header h3 {
  font-size: 24px;
  line-height: 1.14;
}
.challenge-prizes__phases .item__text {
  padding: 25px 20px;
}
@media (max-width: 1319.98px) {
  .challenge-prizes__total .heading2 {
    font-size: 56px;
    line-height: 1.14;
  }
  .challenge-prizes__phases {
    padding-left: 30px;
  }
  .challenge-prizes__phases .item {
    width: calc(50% - 20px);
  }
  .challenge-prizes__phases .item__header {
    padding: 15px 20px;
  }
  .challenge-prizes__phases .item__text {
    padding: 20px 15px;
  }
}
@media (max-width: 1179.98px) {
  .challenge-prizes {
    padding: 0;
    flex-wrap: wrap;
  }
  .challenge-prizes__total {
    width: 100%;
  }
  .challenge-prizes__total .wrap {
    border: none;
    border-bottom: 1px solid #201E50;
    margin: 0 0 25px;
  }
  .challenge-prizes__total .heading2 {
    margin: 0 0 15px;
    font-size: 48px;
    line-height: 1.14;
  }
  .challenge-prizes__phases {
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  .challenge-prizes {
    padding: 0;
  }
  .challenge-prizes__total .heading2 {
    font-size: 36px;
    line-height: 1.14;
  }
  .challenge-prizes__phases {
    flex-wrap: wrap;
  }
  .challenge-prizes__phases .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .challenge-prizes__phases .item:last-child {
    margin: 0;
  }
}

.challenge-judges {
  margin: 35px 0 0;
}
.challenge-judges .item {
  float: left;
  width: 50%;
  padding-right: 50px;
  margin: 0 0 50px;
}
.challenge-judges .item:nth-child(2n+1) {
  clear: left;
}
.challenge-judges .item__header {
  min-height: 150px;
  position: relative;
  padding: 30px 0 0 210px;
}
.challenge-judges .item__image {
  position: absolute;
  left: 0;
  top: 0;
}
.challenge-judges .item__image img {
  position: relative;
  max-width: 150px;
  height: auto;
}
.challenge-judges .item__name {
  font-weight: 700;
  margin: 0 0 15px;
}
.challenge-judges .item__about {
  margin: 25px 0 0;
}
.challenge-judges .item__title {
  color: #201E50;
}
@media (max-width: 1179.98px) {
  .challenge-judges .item {
    padding-right: 40px;
    margin: 0 0 50px;
  }
  .challenge-judges .item__header {
    min-height: 120px;
    padding: 20px 0 0 140px;
  }
  .challenge-judges .item__image img {
    max-width: 125px;
  }
  .challenge-judges .item__name {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 1.3;
  }
  .challenge-judges .item__about {
    margin: 25px 0 0;
    font-size: 16px;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .challenge-judges .item:nth-last-child(1), .challenge-judges .item:nth-last-child(2) {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .challenge-judges {
    margin: 25px 0 0;
  }
  .challenge-judges .item {
    float: none;
    width: 100%;
    padding-right: 0;
    margin: 0 0 50px;
  }
}

.challenge-resources .item {
  margin: 0 0 40px;
}
.challenge-resources .item .media-type {
  color: #37308D;
}
.challenge-resources .item:last-child {
  margin: 0;
}
.challenge-resources .item__header .heading2 {
  margin: 0;
}

.blog-latest {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}
.blog-latest .heading5 {
  margin: 0 0 15px;
}
.blog-latest h2 {
  min-height: 100px;
  margin: 0;
}
.blog-latest h2 a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #201E50;
  text-decoration: none;
}
.blog-latest h2 a:hover {
  color: #201E50;
  background: #FBD680;
}
.blog-latest h2 a::selection, .blog-latest h2 a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .blog-latest h2 a {
    transition: all 0.2s ease-in;
  }
}
.blog-latest .post-meta {
  margin: 50px 0;
  color: #37308D;
  font-weight: 700;
}
.blog-latest .post-social-share {
  margin: 30px 0 0;
}
@media (max-width: 1179.98px) {
  .blog-latest .post-title {
    font-size: 36px;
    line-height: 1.14;
  }
  .blog-latest .post-meta {
    margin: 35px 0;
  }
}
@media (max-width: 767.98px) {
  .blog-latest .post-title {
    font-size: 30px;
    line-height: 1.14;
  }
  .blog-latest .post-actions .post-social-share {
    margin-bottom: 50px !important;
  }
}

.blog-archive {
  padding-bottom: 20px;
}
.blog-archive .heading5 {
  margin: 0 0 25px;
}
.blog-archive .challenge-posts {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -22px;
}
.blog-archive .challenge-posts .item {
  margin: 0 0 60px;
  width: 33.3333333333%;
  position: relative;
  padding: 0 22px;
}
.blog-archive .challenge-posts .item__post {
  background: #A7C1E5;
  color: #000409;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none !important;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
.blog-archive .challenge-posts .item__post:hover {
  z-index: 1000;
  box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 5px 16px 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 5px 16px 2px;
}
.blog-archive .challenge-posts .item__post .ink {
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.blog-archive .challenge-posts .item__post h3, .blog-archive .challenge-posts .item__post .post-meta {
  position: absolute;
  left: 25px;
  right: 40px;
  z-index: 1;
}
.blog-archive .challenge-posts .item__post h3 {
  top: 25px;
  color: #000409;
}
.blog-archive .challenge-posts .item__post .post-meta {
  bottom: 30px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #000409;
}
@media (max-width: 1319.98px) {
  .blog-archive .challenge-posts {
    margin: 0 -20px;
  }
  .blog-archive .challenge-posts .item {
    margin: 0 0 40px;
    padding: 0 20px;
  }
  .blog-archive .challenge-posts .item__post {
    padding-bottom: 75%;
  }
  .blog-archive .challenge-posts .item__post h3, .blog-archive .challenge-posts .item__post .post-meta {
    left: 20px;
    right: 30px;
  }
  .blog-archive .challenge-posts .item__post .post-meta {
    bottom: 25px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 1179.98px) {
  .blog-archive .challenge-posts {
    margin: 0 -10px;
  }
  .blog-archive .challenge-posts .item {
    margin: 0 0 20px;
    padding: 0 10px;
  }
  .blog-archive .challenge-posts .item__post {
    padding-bottom: 100%;
  }
  .blog-archive .challenge-posts .item__post h3, .blog-archive .challenge-posts .item__post .post-meta {
    left: 20px;
    right: 20px;
  }
  .blog-archive .challenge-posts .item__post h3 {
    font-size: 21px;
  }
  .blog-archive .challenge-posts .item__post .post-meta {
    bottom: 25px;
    font-size: 16px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .blog-archive .challenge-posts {
    margin: 0;
  }
  .blog-archive .challenge-posts .item {
    padding: 0;
    margin: 0 0 20px;
    width: 100%;
  }
  .blog-archive .challenge-posts .item__post {
    padding: 20px;
  }
  .blog-archive .challenge-posts .item__post h3, .blog-archive .challenge-posts .item__post .post-meta {
    position: static;
  }
  .blog-archive .challenge-posts .item__post h3 {
    font-size: 21px;
    margin: 0 0 30px;
  }
  .blog-archive .challenge-posts .item__post .post-meta {
    bottom: 25px;
    font-size: 14px;
    line-height: 1.2;
  }
}

.single-post .post {
  max-width: 740px;
}
.single-post .post-meta {
  margin: 0 0 50px;
  font-size: 20px;
  line-height: 1.2;
}
.single-post .post-meta a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.single-post .post-meta a:hover {
  color: #201E50;
  background: #FBD680;
}
.single-post .post-meta a::selection, .single-post .post-meta a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .single-post .post-meta a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .single-post .post-meta {
    font-size: 18px;
    line-height: 1.14;
  }
}
@media (max-width: 767.98px) {
  .single-post .post-meta {
    margin: 0 0 35px;
    font-size: 16px;
    line-height: 1.14;
  }
  .single-post .post-social-share h4 {
    display: inline-block;
    margin-right: 10px;
  }
  .single-post .post-social-share ul {
    display: inline-block;
  }
  .single-post .post-social-share ul li.twitter a, .single-post .post-social-share ul li.facebook a {
    width: 36px;
    height: 36px;
    line-height: 36px;
  }
  .single-post .post-social-share {
    margin: 50px 0 !important;
  }
}

.post-social-share {
  margin: 60px 0 0;
}
.post-social-share h4 {
  display: inline-block;
  padding-right: 20px;
  color: #37308D;
}
.post-social-share ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.post-social-share ul li {
  display: inline;
  margin: 0;
  padding: 0;
}
.post-social-share ul li.twitter a, .post-social-share ul li.facebook a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-indent: -999em;
  background-size: 100%;
  background-repeat: no-repeat;
  box-shadow: none !important;
}
.post-social-share ul li.facebook {
  margin-right: 15px;
}
.post-social-share ul li.facebook a {
  background-image: url(../img/icon-facebook_mid-blue.png);
}
.post-social-share ul li.facebook a:focus, .post-social-share ul li.facebook a:hover {
  background-image: url(../img/icon-facebook_navy.png);
}
.post-social-share ul li.twitter a {
  background-image: url(../img/icon-twitter_mid-blue.png);
}
.post-social-share ul li.twitter a:focus, .post-social-share ul li.twitter a:hover {
  background-image: url(../img/icon-twitter_navy.png);
}
@media (max-width: 1179.98px) {
  .post-social-share {
    display: flex;
  }
  .post-social-share .heading5 {
    padding-top: 9px;
    margin: 0 !important;
  }
  .post-social-share ul li.twitter a, .post-social-share ul li.facebook a {
    width: 32px;
    height: 32px;
  }
}

.blog-sidebar {
  padding-top: 5px;
}
.blog-sidebar .heading5 {
  color: #201E50;
  margin: 0 0 20px;
}
.blog-sidebar ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
.blog-sidebar aside {
  font-size: 18px;
  line-height: 1.25;
}
.blog-sidebar aside .widget-title {
  margin: 0 0 30px;
}
.blog-sidebar aside ul li {
  margin: 0 0 20px;
}
.blog-sidebar aside ul li:last-child {
  margin: 0;
}
.blog-sidebar aside ul li a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.blog-sidebar aside ul li a:hover {
  color: #201E50;
  background: #FBD680;
}
.blog-sidebar aside ul li a::selection, .blog-sidebar aside ul li a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .blog-sidebar aside ul li a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .blog-sidebar aside {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media (max-width: 767.98px) {
  .blog-sidebar {
    border-top: 1px solid #000;
    padding: 35px 0 0;
  }
}

.paging-navigation {
  text-align: right;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
}

.news-subscribe {
  background: #201E50;
  padding: 50px 30px;
}
.news-subscribe .heading4 {
  margin: 0 0 20px;
  color: #F7F7F7;
}
.news-subscribe a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.news-subscribe a:hover {
  color: #201E50;
  background: #FBD680;
}
.news-subscribe a::selection, .news-subscribe a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .news-subscribe a {
    transition: all 0.2s ease-in;
  }
}
.news-subscribe .mc_embed_signup {
  margin: 0;
}
.news-subscribe .mc_embed_signup form {
  padding: 0;
}
.news-subscribe .mc_embed_signup form .email {
  background: #F7F7F7;
  border-color: #000409;
  color: #000409;
  margin: 0 0 15px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.news-subscribe .mc_embed_signup form .email::-moz-placeholder {
  font-style: "italic";
  color: #37308D;
  opacity: 1;
}
.news-subscribe .mc_embed_signup form .email:-ms-input-placeholder {
  color: #37308D;
}
.news-subscribe .mc_embed_signup form .email::-webkit-input-placeholder {
  color: #37308D;
}
.news-subscribe .mc_embed_signup form .mc-embedded-subscribe {
  position: static;
  border: none;
  background: #FBD680;
  color: #201E50;
}
.news-subscribe .recent-issues {
  margin-top: 30px;
}
.news-subscribe .recent-issues a {
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
  border-color: #fff;
}
.news-subscribe .recent-issues a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.news-subscribe .recent-issues a::selection, .news-subscribe .recent-issues a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .news-subscribe .recent-issues a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .news-subscribe {
    padding: 30px 20px;
  }
  .news-subscribe .heading4 {
    margin: 0 0 35px;
    font-size: 18px;
  }
  .news-subscribe .mc_embed_signup form {
    padding-right: 0;
  }
  .news-subscribe .mc_embed_signup form .email {
    margin: 0 0 10px;
  }
  .news-subscribe .mc_embed_signup form .mc-embedded-subscribe {
    position: static;
    width: 100%;
  }
}

.post-cta {
  padding: 50px;
  font-size: 24px;
  line-height: 1.2;
  font-style: italic;
  background: #37308D;
  color: #F7F7F7;
}
.post-cta p:empty {
  display: none;
}
.post-cta:last-child {
  margin: 0;
}
.post-cta a {
  outline: none;
  color: #F7F7F7;
  border-color: #fff !important;
}
.post-cta a:hover {
  background-color: #FBD680;
  color: #201E50;
}
.post-cta a::selection, .post-cta a:active {
  background-color: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .post-cta a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .post-cta {
    padding: 30px;
    font-size: 20px;
    line-height: 1.2;
  }
}
@media (max-width: 767.98px) {
  .post-cta {
    padding: 20px;
    font-size: 16px;
    line-height: 1.2;
  }
}

.phase-2-winners .heading2 {
  margin: 0 0 40px;
}
@media (max-width: 1179.98px) {
  .phase-2-winners .heading2 {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .phase-2-winners .heading2 {
    margin: 0 0 25px;
  }
}

.submissions {
  margin: 40px 0 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.submissions:last-child {
  margin-bottom: 0 !important;
}
.submissions .item {
  width: calc(33.3333333333% - 40px);
}
.submissions .item__header {
  margin: 0 0 20px;
}
.submissions .item .heading4 {
  margin: 0 0 25px;
}
.submissions .item__name {
  color: #201E50;
  margin: 0;
}
.submissions .item__title {
  color: #37308D;
}
@media (max-width: 1179.98px) {
  .submissions {
    margin: 30px 0 40px;
    gap: 30px;
  }
  .submissions .item {
    width: calc(50% - 15px);
  }
  .submissions .item .heading4 {
    margin: 0 0 15px;
  }
}
@media (max-width: 539.98px) {
  .submissions {
    gap: 30px;
  }
  .submissions .item {
    width: 100%;
  }
}

.teams {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.teams .item {
  width: calc(33.3333333333% - 40px);
  background: #fff;
  padding: 30px 30px 140px 30px;
  position: relative;
}
.teams .item__name {
  margin: 0 0 20px;
}
.teams .item .link-btn {
  position: absolute;
  width: calc(100% - 60px);
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1319.98px) {
  .teams {
    gap: 36px;
  }
  .teams .item {
    width: calc(33.3333333333% - 24px);
    padding: 25px;
    padding-bottom: 120px;
  }
}
@media (max-width: 1179.98px) {
  .teams {
    gap: 30px;
  }
  .teams .item {
    width: calc(50% - 15px);
    padding-bottom: 120px;
  }
}
@media (max-width: 767.98px) {
  .teams .item {
    width: 100%;
    padding-bottom: 25px;
  }
  .teams .item .link-btn {
    margin-top: 30px;
    position: static;
    transform: translateX(0);
    width: 100%;
    max-width: 340px;
  }
}

.block-lightblue {
  margin: 0 0 40px;
  padding: 50px;
  background: #DCE6F5;
}
.block-lightblue *:last-child {
  margin-bottom: 0;
}
@media (max-width: 1179.98px) {
  .block-lightblue {
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .block-lightblue {
    padding: 25px;
  }
}

.breadcrumb {
  margin: 0 0 50px;
}
.breadcrumb a {
  outline: none;
  color: inherit;
  border-bottom: 1px solid #000409;
}
.breadcrumb a:hover {
  color: #201E50;
  background: #FBD680;
}
.breadcrumb a::selection, .breadcrumb a:active {
  background: #FBD680;
  color: #201E50;
}
@media (min-width: 540px) {
  .breadcrumb a {
    transition: all 0.2s ease-in;
  }
}
@media (max-width: 1179.98px) {
  .breadcrumb {
    margin: 0 0 35px;
  }
}

.page.team .page-header {
  background: linear-gradient(81.18deg, #A7C1E5 19.74%, #DCE6F5 77.38%);
}
.page.team .page-header h1 {
  color: #201E50;
}
.page.team .wp-block-image {
  margin: 45px 0 40px;
}
.page.team .wp-block-image figcaption {
  font-style: italic;
}
@media (max-width: 1179.98px) {
  .page.team .wp-block-image {
    margin: 35px 0 30px;
  }
}

.team-sidebar {
  padding-left: 30px;
}
.team-sidebar .team-logo {
  margin: 0 0 50px;
}
.team-sidebar .team-logo img {
  max-width: 100%;
}
.team-sidebar .widgets {
  border: 2px solid #A7C1E5;
  padding: 30px;
}
.team-sidebar .widget {
  margin: 0 0 40px;
}
.team-sidebar .widget:last-child {
  margin: 0;
}
@media (max-width: 1179.98px) {
  .team-sidebar {
    padding-left: 0;
  }
  .team-sidebar .team-logo {
    margin: 0 0 40px;
  }
  .team-sidebar .widget {
    margin: 0 0 30px;
  }
}
@media (max-width: 767.98px) {
  .team-sidebar {
    margin-bottom: 50px;
  }
}

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