@charset "UTF-8";
/** BOOTSTRAP OVERRIDE */ /*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0c4fa3;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #f68b21;
  --yellow: #ffd51a;
  --green: #10b063;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #0c4fa3;
  --secondary: #6c757d;
  --success: #10b063;
  --info: #17a2b8;
  --warning: #ffd51a;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-nano: 480px;
  --breakpoint-micro: 640px;
  --breakpoint-milli: 800px;
  --breakpoint-normal: 960px;
  --breakpoint-kilo: 1120px;
  --breakpoint-mega: 1280px;
  --breakpoint-giga: 1440px;
  --breakpoint-tera: 1600px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

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

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

h1, h2, h3, h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3, h5, h6 {
  margin-top: 0;
  margin-bottom: 12px;
}

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

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

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

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

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

dt {
  font-weight: 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: #0c4fa3;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #072c5c;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}

h1, h2, h3, h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 12px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3, .h4 {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

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

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

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

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

.blockquote {
  margin-bottom: 24px;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 12px;
  line-height: 1;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 540px;
  max-width: 720px;
  max-width: 960px;
  max-width: 1140px;
}

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

.container-tera, .container-giga, .container-mega, .container-kilo, .container-normal, .container-milli, .container-micro, .container-nano, .container {
  max-width: 540px;
}

.container-tera, .container-giga, .container-mega, .container-kilo, .container-normal, .container-milli, .container-micro, .container-nano, .container {
  max-width: 720px;
}

.container-tera, .container-giga, .container-mega, .container-kilo, .container-normal, .container-milli, .container-micro, .container-nano, .container {
  max-width: 960px;
}

.container-tera, .container-giga, .container-mega, .container-kilo, .container-normal, .container-milli, .container-micro, .container-nano, .container {
  max-width: 1140px;
}

.row, .flex_section__content .project_partner_block .partner_logo_wrap, .project_phase_section .project_phase_row,
.rich_text_content .main_content .project_phase_row, .rich_text_content .main_wrap, .interchangeable_content_section .section_row, .site_footer__row, .mega_footer__row, .newsletter_section__row, .partner_section__carousel__slide_wrap--no-js, .link_box_section__row, .standard_text_block__row, .site_hub_cta__row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

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

.col-tera,
.col-tera-auto, .col-tera-12, .col-tera-11, .col-tera-10, .col-tera-9, .col-tera-8, .col-tera-7, .col-tera-6, .col-tera-5, .col-tera-4, .col-tera-3, .col-tera-2, .col-tera-1, .col-giga,
.col-giga-auto, .col-giga-12, .col-giga-11, .col-giga-10, .col-giga-9, .col-giga-8, .col-giga-7, .col-giga-6, .rich_text_content .main_content, .col-giga-5, .col-giga-4, .sidebar, .col-giga-3, .col-giga-2, .col-giga-1, .col-mega,
.col-mega-auto, .col-mega-12, .col-mega-11, .col-mega-10, .col-mega-9, .col-mega-8, .col-mega-7, .col-mega-6, .col-mega-5, .col-mega-4, .col-mega-3, .col-mega-2, .col-mega-1, .col-kilo,
.col-kilo-auto, .col-kilo-12, .col-kilo-11, .col-kilo-10, .col-kilo-9, .col-kilo-8, .col-kilo-7, .col-kilo-6, .col-kilo-5, .col-kilo-4, .col-kilo-3, .col-kilo-2, .col-kilo-1, .col-normal,
.col-normal-auto, .col-normal-12, .col-normal-11, .col-normal-10, .col-normal-9, .col-normal-8, .rich_text_content .main_content, .newsletter_section__column:first-of-type, .col-normal-7, .mega_footer__company_info, .col-normal-6, .col-normal-5, .mega_footer__social_wrapper, .col-normal-4, .newsletter_section__column:last-of-type, .link_box_section__column, .col-normal-3, .sidebar, .col-normal-2, .partner_section__carousel__slide--no-js, .col-normal-1, .rich_text_content .divider, .col-milli,
.col-milli-auto, .col-milli-12, .col-milli-11, .col-milli-10, .col-milli-9, .col-milli-8, .col-milli-7, .col-milli-6, .site_footer .quicklinks, .site_footer .copyright_text, .newsletter_section__column, .link_box_section__column, .standard_text_block__column, .standard_text_block--events-block .standard_text_block__column, .col-milli-5, .col-milli-4, .col-milli-3, .col-milli-2, .col-milli-1, .col-micro,
.col-micro-auto, .col-micro-12, .col-micro-11, .col-micro-10, .col-micro-9, .col-micro-8, .col-micro-7, .col-micro-6, .project_phase_section .project_phase_column,
.rich_text_content .main_content .project_phase_column, .interchangeable_content_section .section_column, .mega_footer__social_wrapper, .mega_footer__company_info, .col-micro-5, .col-micro-4, .site_hub_cta .cta-link, .col-micro-3, .flex_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js, .col-micro-2, .col-micro-1, .col-nano,
.col-nano-auto, .col-nano-12, .col-nano-11, .col-nano-10, .col-nano-9, .col-nano-8, .col-nano-7, .col-nano-6, .col-nano-5, .col-nano-4, .flex_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js, .col-nano-3, .col-nano-2, .col-nano-1, .col,
.col-auto, .col-12, .sidebar, .project_phase_section .project_phase_column,
.rich_text_content .main_content .project_phase_column, .rich_text_content .divider, .rich_text_content .main_content, .interchangeable_content_section .section_column, .site_footer .quicklinks, .site_footer .copyright_text, .mega_footer__social_wrapper, .mega_footer__company_info, .newsletter_section__column, .link_box_section__column, .standard_text_block__column, .standard_text_block--events-block .standard_text_block__column, .site_hub_cta .cta-link, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .flex_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js, .col-5, .col-4, .col-3, .sub-section_navigation ul li, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  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, .sub-section_navigation ul li {
  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_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js {
  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, .sidebar, .project_phase_section .project_phase_column,
.rich_text_content .main_content .project_phase_column, .rich_text_content .divider, .rich_text_content .main_content, .interchangeable_content_section .section_column, .site_footer .quicklinks, .site_footer .copyright_text, .mega_footer__social_wrapper, .mega_footer__company_info, .newsletter_section__column, .link_box_section__column, .standard_text_block__column, .standard_text_block--events-block .standard_text_block__column, .site_hub_cta .cta-link {
  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: 480px) {
  .col-nano {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-nano-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-nano-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-nano-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-nano-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-nano-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-nano-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-nano-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-nano-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-nano-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-nano-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-nano-4, .flex_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-nano-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-nano-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-nano-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-nano-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-nano-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-nano-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-nano-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-nano-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-nano-first {
    order: -1;
  }
  .order-nano-last {
    order: 13;
  }
  .order-nano-0 {
    order: 0;
  }
  .order-nano-1 {
    order: 1;
  }
  .order-nano-2 {
    order: 2;
  }
  .order-nano-3 {
    order: 3;
  }
  .order-nano-4 {
    order: 4;
  }
  .order-nano-5 {
    order: 5;
  }
  .order-nano-6 {
    order: 6;
  }
  .order-nano-7 {
    order: 7;
  }
  .order-nano-8 {
    order: 8;
  }
  .order-nano-9 {
    order: 9;
  }
  .order-nano-10 {
    order: 10;
  }
  .order-nano-11 {
    order: 11;
  }
  .order-nano-12 {
    order: 12;
  }
  .offset-nano-0 {
    margin-left: 0;
  }
  .offset-nano-1 {
    margin-left: 8.3333333333%;
  }
  .offset-nano-2 {
    margin-left: 16.6666666667%;
  }
  .offset-nano-3 {
    margin-left: 25%;
  }
  .offset-nano-4 {
    margin-left: 33.3333333333%;
  }
  .offset-nano-5 {
    margin-left: 41.6666666667%;
  }
  .offset-nano-6 {
    margin-left: 50%;
  }
  .offset-nano-7 {
    margin-left: 58.3333333333%;
  }
  .offset-nano-8 {
    margin-left: 66.6666666667%;
  }
  .offset-nano-9 {
    margin-left: 75%;
  }
  .offset-nano-10 {
    margin-left: 83.3333333333%;
  }
  .offset-nano-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 640px) {
  .col-micro {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-micro-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-micro-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-micro-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-micro-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-micro-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-micro-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-micro-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-micro-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-micro-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-micro-3, .flex_section__content .project_partner_block .partner_logo, .partner_section__carousel__slide--no-js {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-micro-4, .site_hub_cta .cta-link {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-micro-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-micro-6, .project_phase_section .project_phase_column,
.rich_text_content .main_content .project_phase_column, .interchangeable_content_section .section_column, .mega_footer__social_wrapper, .mega_footer__company_info {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-micro-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-micro-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-micro-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-micro-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-micro-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-micro-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-micro-first {
    order: -1;
  }
  .order-micro-last {
    order: 13;
  }
  .order-micro-0 {
    order: 0;
  }
  .order-micro-1 {
    order: 1;
  }
  .order-micro-2 {
    order: 2;
  }
  .order-micro-3 {
    order: 3;
  }
  .order-micro-4 {
    order: 4;
  }
  .order-micro-5 {
    order: 5;
  }
  .order-micro-6 {
    order: 6;
  }
  .order-micro-7 {
    order: 7;
  }
  .order-micro-8 {
    order: 8;
  }
  .order-micro-9 {
    order: 9;
  }
  .order-micro-10 {
    order: 10;
  }
  .order-micro-11 {
    order: 11;
  }
  .order-micro-12 {
    order: 12;
  }
  .offset-micro-0 {
    margin-left: 0;
  }
  .offset-micro-1 {
    margin-left: 8.3333333333%;
  }
  .offset-micro-2 {
    margin-left: 16.6666666667%;
  }
  .offset-micro-3 {
    margin-left: 25%;
  }
  .offset-micro-4 {
    margin-left: 33.3333333333%;
  }
  .offset-micro-5 {
    margin-left: 41.6666666667%;
  }
  .offset-micro-6 {
    margin-left: 50%;
  }
  .offset-micro-7 {
    margin-left: 58.3333333333%;
  }
  .offset-micro-8 {
    margin-left: 66.6666666667%;
  }
  .offset-micro-9 {
    margin-left: 75%;
  }
  .offset-micro-10 {
    margin-left: 83.3333333333%;
  }
  .offset-micro-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 800px) {
  .col-milli {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-milli-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-milli-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-milli-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-milli-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-milli-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-milli-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-milli-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-milli-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-milli-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-milli-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-milli-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-milli-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-milli-6, .site_footer .quicklinks, .site_footer .copyright_text, .newsletter_section__column, .link_box_section__column, .standard_text_block__column, .standard_text_block--events-block .standard_text_block__column {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-milli-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-milli-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-milli-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-milli-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-milli-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-milli-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-milli-first {
    order: -1;
  }
  .order-milli-last {
    order: 13;
  }
  .order-milli-0 {
    order: 0;
  }
  .order-milli-1 {
    order: 1;
  }
  .order-milli-2 {
    order: 2;
  }
  .order-milli-3 {
    order: 3;
  }
  .order-milli-4 {
    order: 4;
  }
  .order-milli-5 {
    order: 5;
  }
  .order-milli-6 {
    order: 6;
  }
  .order-milli-7 {
    order: 7;
  }
  .order-milli-8 {
    order: 8;
  }
  .order-milli-9 {
    order: 9;
  }
  .order-milli-10 {
    order: 10;
  }
  .order-milli-11 {
    order: 11;
  }
  .order-milli-12 {
    order: 12;
  }
  .offset-milli-0 {
    margin-left: 0;
  }
  .offset-milli-1 {
    margin-left: 8.3333333333%;
  }
  .offset-milli-2 {
    margin-left: 16.6666666667%;
  }
  .offset-milli-3 {
    margin-left: 25%;
  }
  .offset-milli-4 {
    margin-left: 33.3333333333%;
  }
  .offset-milli-5 {
    margin-left: 41.6666666667%;
  }
  .offset-milli-6 {
    margin-left: 50%;
  }
  .offset-milli-7 {
    margin-left: 58.3333333333%;
  }
  .offset-milli-8 {
    margin-left: 66.6666666667%;
  }
  .offset-milli-9 {
    margin-left: 75%;
  }
  .offset-milli-10 {
    margin-left: 83.3333333333%;
  }
  .offset-milli-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 960px) {
  .col-normal {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-normal-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-normal-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-normal-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-normal-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-normal-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-normal-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-normal-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-normal-1, .rich_text_content .divider {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-normal-2, .partner_section__carousel__slide--no-js {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-normal-3, .sidebar {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-normal-4, .newsletter_section__column:last-of-type, .link_box_section__column {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-normal-5, .mega_footer__social_wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-normal-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-normal-7, .mega_footer__company_info {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-normal-8, .rich_text_content .main_content, .newsletter_section__column:first-of-type {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-normal-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-normal-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-normal-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-normal-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-normal-first {
    order: -1;
  }
  .order-normal-last {
    order: 13;
  }
  .order-normal-0 {
    order: 0;
  }
  .order-normal-1 {
    order: 1;
  }
  .order-normal-2 {
    order: 2;
  }
  .order-normal-3 {
    order: 3;
  }
  .order-normal-4 {
    order: 4;
  }
  .order-normal-5 {
    order: 5;
  }
  .order-normal-6 {
    order: 6;
  }
  .order-normal-7 {
    order: 7;
  }
  .order-normal-8 {
    order: 8;
  }
  .order-normal-9 {
    order: 9;
  }
  .order-normal-10 {
    order: 10;
  }
  .order-normal-11 {
    order: 11;
  }
  .order-normal-12 {
    order: 12;
  }
  .offset-normal-0 {
    margin-left: 0;
  }
  .offset-normal-1 {
    margin-left: 8.3333333333%;
  }
  .offset-normal-2 {
    margin-left: 16.6666666667%;
  }
  .offset-normal-3 {
    margin-left: 25%;
  }
  .offset-normal-4 {
    margin-left: 33.3333333333%;
  }
  .offset-normal-5 {
    margin-left: 41.6666666667%;
  }
  .offset-normal-6 {
    margin-left: 50%;
  }
  .offset-normal-7 {
    margin-left: 58.3333333333%;
  }
  .offset-normal-8 {
    margin-left: 66.6666666667%;
  }
  .offset-normal-9 {
    margin-left: 75%;
  }
  .offset-normal-10 {
    margin-left: 83.3333333333%;
  }
  .offset-normal-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1120px) {
  .col-kilo {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-kilo-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-kilo-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-kilo-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-kilo-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-kilo-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-kilo-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-kilo-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-kilo-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-kilo-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-kilo-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-kilo-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-kilo-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-kilo-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-kilo-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-kilo-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-kilo-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-kilo-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-kilo-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-kilo-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-kilo-first {
    order: -1;
  }
  .order-kilo-last {
    order: 13;
  }
  .order-kilo-0 {
    order: 0;
  }
  .order-kilo-1 {
    order: 1;
  }
  .order-kilo-2 {
    order: 2;
  }
  .order-kilo-3 {
    order: 3;
  }
  .order-kilo-4 {
    order: 4;
  }
  .order-kilo-5 {
    order: 5;
  }
  .order-kilo-6 {
    order: 6;
  }
  .order-kilo-7 {
    order: 7;
  }
  .order-kilo-8 {
    order: 8;
  }
  .order-kilo-9 {
    order: 9;
  }
  .order-kilo-10 {
    order: 10;
  }
  .order-kilo-11 {
    order: 11;
  }
  .order-kilo-12 {
    order: 12;
  }
  .offset-kilo-0 {
    margin-left: 0;
  }
  .offset-kilo-1 {
    margin-left: 8.3333333333%;
  }
  .offset-kilo-2 {
    margin-left: 16.6666666667%;
  }
  .offset-kilo-3 {
    margin-left: 25%;
  }
  .offset-kilo-4 {
    margin-left: 33.3333333333%;
  }
  .offset-kilo-5 {
    margin-left: 41.6666666667%;
  }
  .offset-kilo-6 {
    margin-left: 50%;
  }
  .offset-kilo-7 {
    margin-left: 58.3333333333%;
  }
  .offset-kilo-8 {
    margin-left: 66.6666666667%;
  }
  .offset-kilo-9 {
    margin-left: 75%;
  }
  .offset-kilo-10 {
    margin-left: 83.3333333333%;
  }
  .offset-kilo-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1280px) {
  .col-mega {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-mega-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-mega-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-mega-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-mega-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-mega-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-mega-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-mega-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-mega-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-mega-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-mega-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mega-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-mega-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-mega-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mega-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-mega-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-mega-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mega-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-mega-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-mega-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-mega-first {
    order: -1;
  }
  .order-mega-last {
    order: 13;
  }
  .order-mega-0 {
    order: 0;
  }
  .order-mega-1 {
    order: 1;
  }
  .order-mega-2 {
    order: 2;
  }
  .order-mega-3 {
    order: 3;
  }
  .order-mega-4 {
    order: 4;
  }
  .order-mega-5 {
    order: 5;
  }
  .order-mega-6 {
    order: 6;
  }
  .order-mega-7 {
    order: 7;
  }
  .order-mega-8 {
    order: 8;
  }
  .order-mega-9 {
    order: 9;
  }
  .order-mega-10 {
    order: 10;
  }
  .order-mega-11 {
    order: 11;
  }
  .order-mega-12 {
    order: 12;
  }
  .offset-mega-0 {
    margin-left: 0;
  }
  .offset-mega-1 {
    margin-left: 8.3333333333%;
  }
  .offset-mega-2 {
    margin-left: 16.6666666667%;
  }
  .offset-mega-3 {
    margin-left: 25%;
  }
  .offset-mega-4 {
    margin-left: 33.3333333333%;
  }
  .offset-mega-5 {
    margin-left: 41.6666666667%;
  }
  .offset-mega-6 {
    margin-left: 50%;
  }
  .offset-mega-7 {
    margin-left: 58.3333333333%;
  }
  .offset-mega-8 {
    margin-left: 66.6666666667%;
  }
  .offset-mega-9 {
    margin-left: 75%;
  }
  .offset-mega-10 {
    margin-left: 83.3333333333%;
  }
  .offset-mega-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-giga {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-giga-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-giga-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-giga-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-giga-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-giga-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-giga-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-giga-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-giga-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-giga-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-giga-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-giga-4, .sidebar {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-giga-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-giga-6, .rich_text_content .main_content {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-giga-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-giga-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-giga-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-giga-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-giga-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-giga-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-giga-first {
    order: -1;
  }
  .order-giga-last {
    order: 13;
  }
  .order-giga-0 {
    order: 0;
  }
  .order-giga-1 {
    order: 1;
  }
  .order-giga-2 {
    order: 2;
  }
  .order-giga-3 {
    order: 3;
  }
  .order-giga-4 {
    order: 4;
  }
  .order-giga-5 {
    order: 5;
  }
  .order-giga-6 {
    order: 6;
  }
  .order-giga-7 {
    order: 7;
  }
  .order-giga-8 {
    order: 8;
  }
  .order-giga-9 {
    order: 9;
  }
  .order-giga-10 {
    order: 10;
  }
  .order-giga-11 {
    order: 11;
  }
  .order-giga-12 {
    order: 12;
  }
  .offset-giga-0 {
    margin-left: 0;
  }
  .offset-giga-1 {
    margin-left: 8.3333333333%;
  }
  .offset-giga-2 {
    margin-left: 16.6666666667%;
  }
  .offset-giga-3 {
    margin-left: 25%;
  }
  .offset-giga-4 {
    margin-left: 33.3333333333%;
  }
  .offset-giga-5 {
    margin-left: 41.6666666667%;
  }
  .offset-giga-6 {
    margin-left: 50%;
  }
  .offset-giga-7 {
    margin-left: 58.3333333333%;
  }
  .offset-giga-8 {
    margin-left: 66.6666666667%;
  }
  .offset-giga-9 {
    margin-left: 75%;
  }
  .offset-giga-10 {
    margin-left: 83.3333333333%;
  }
  .offset-giga-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1600px) {
  .col-tera {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-tera-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-tera-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-tera-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-tera-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-tera-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-tera-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-tera-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-tera-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-tera-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-tera-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-tera-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-tera-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-tera-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-tera-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-tera-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-tera-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-tera-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-tera-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-tera-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-tera-first {
    order: -1;
  }
  .order-tera-last {
    order: 13;
  }
  .order-tera-0 {
    order: 0;
  }
  .order-tera-1 {
    order: 1;
  }
  .order-tera-2 {
    order: 2;
  }
  .order-tera-3 {
    order: 3;
  }
  .order-tera-4 {
    order: 4;
  }
  .order-tera-5 {
    order: 5;
  }
  .order-tera-6 {
    order: 6;
  }
  .order-tera-7 {
    order: 7;
  }
  .order-tera-8 {
    order: 8;
  }
  .order-tera-9 {
    order: 9;
  }
  .order-tera-10 {
    order: 10;
  }
  .order-tera-11 {
    order: 11;
  }
  .order-tera-12 {
    order: 12;
  }
  .offset-tera-0 {
    margin-left: 0;
  }
  .offset-tera-1 {
    margin-left: 8.3333333333%;
  }
  .offset-tera-2 {
    margin-left: 16.6666666667%;
  }
  .offset-tera-3 {
    margin-left: 25%;
  }
  .offset-tera-4 {
    margin-left: 33.3333333333%;
  }
  .offset-tera-5 {
    margin-left: 41.6666666667%;
  }
  .offset-tera-6 {
    margin-left: 50%;
  }
  .offset-tera-7 {
    margin-left: 58.3333333333%;
  }
  .offset-tera-8 {
    margin-left: 66.6666666667%;
  }
  .offset-tera-9 {
    margin-left: 75%;
  }
  .offset-tera-10 {
    margin-left: 83.3333333333%;
  }
  .offset-tera-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 24px;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbcee5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #81a3cf;
}

.table-hover .table-primary:hover {
  background-color: #a9c1de;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a9c1de;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #bce9d3;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #83d6ae;
}

.table-hover .table-success:hover {
  background-color: #a9e3c6;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a9e3c6;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fff3bf;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffe988;
}

.table-hover .table-warning:hover {
  background-color: #ffeea6;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffeea6;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 479.98px) {
  .table-responsive-nano {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-nano > .table-bordered {
    border: 0;
  }
}
@media (max-width: 639.98px) {
  .table-responsive-micro {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-micro > .table-bordered {
    border: 0;
  }
}
@media (max-width: 799.98px) {
  .table-responsive-milli {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-milli > .table-bordered {
    border: 0;
  }
}
@media (max-width: 959.98px) {
  .table-responsive-normal {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-normal > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1119.98px) {
  .table-responsive-kilo {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-kilo > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-mega {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-mega > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-giga {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-giga > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1599.98px) {
  .table-responsive-tera {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-tera > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #10b063;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #10b063;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #10b063;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #14df7d;
  background-color: #14df7d;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(16, 176, 99, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #10b063;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #10b063;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #10b063;
  box-shadow: 0 0 0 0.2rem rgba(16, 176, 99, 0.25);
}

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

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

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

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

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

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

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

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

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

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

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

.btn-primary {
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.btn-primary:hover {
  color: #fff;
  background-color: #093e7f;
  border-color: #093873;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #093e7f;
  border-color: #093873;
  box-shadow: 0 0 0 0.2rem rgba(48, 105, 177, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #093873;
  border-color: #083268;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 105, 177, 0.5);
}

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

.btn-success {
  color: #fff;
  background-color: #10b063;
  border-color: #10b063;
}
.btn-success:hover {
  color: #fff;
  background-color: #0d8d4f;
  border-color: #0c8149;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #0d8d4f;
  border-color: #0c8149;
  box-shadow: 0 0 0 0.2rem rgba(52, 188, 122, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #10b063;
  border-color: #10b063;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #0c8149;
  border-color: #0b7642;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 188, 122, 0.5);
}

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

.btn-warning {
  color: #212529;
  background-color: #ffd51a;
  border-color: #ffd51a;
}
.btn-warning:hover {
  color: #212529;
  background-color: #f3c600;
  border-color: #e6bc00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #f3c600;
  border-color: #e6bc00;
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffd51a;
  border-color: #ffd51a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #e6bc00;
  border-color: #d9b100;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 187, 28, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

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

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

.btn-outline-primary {
  color: #0c4fa3;
  border-color: #0c4fa3;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0c4fa3;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.5);
}

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

.btn-outline-success {
  color: #10b063;
  border-color: #10b063;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #10b063;
  border-color: #10b063;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 176, 99, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #10b063;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #10b063;
  border-color: #10b063;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 176, 99, 0.5);
}

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

.btn-outline-warning {
  color: #ffd51a;
  border-color: #ffd51a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffd51a;
  border-color: #ffd51a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 26, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffd51a;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffd51a;
  border-color: #ffd51a;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 26, 0.5);
}

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

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

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

.btn-link {
  font-weight: 400;
  color: #0c4fa3;
  text-decoration: none;
}
.btn-link:hover {
  color: #072c5c;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

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

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

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

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 480px) {
  .dropdown-menu-nano-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-nano-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 640px) {
  .dropdown-menu-micro-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-micro-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 800px) {
  .dropdown-menu-milli-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-milli-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 960px) {
  .dropdown-menu-normal-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-normal-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1120px) {
  .dropdown-menu-kilo-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-kilo-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-mega-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-mega-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1440px) {
  .dropdown-menu-giga-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-giga-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1600px) {
  .dropdown-menu-tera-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-tera-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 12px 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0c4fa3;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .btn-group > .button,
.btn-group-vertical > .btn,
.btn-group-vertical > .button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .button:hover,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .button:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .button:focus, .btn-group > .btn:active, .btn-group > .button:active, .btn-group > .btn.active, .btn-group > .active.button,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .button:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .button:active,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .active.button {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .btn-group > .button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .btn-group > .button:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .btn-group-vertical > .button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .button,
.input-group-append .btn,
.input-group-append .button {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .button:focus,
.input-group-append .btn:focus,
.input-group-append .button:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .button + .btn, .input-group-prepend .btn + .button, .input-group-prepend .button + .button,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .button + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .button,
.input-group-append .btn + .btn,
.input-group-append .button + .btn,
.input-group-append .btn + .button,
.input-group-append .button + .button,
.input-group-append .btn + .input-group-text,
.input-group-append .button + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .button {
  margin-left: -1px;
}

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

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

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

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

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

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .button,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #0c4fa3;
  background-color: #0c4fa3;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #3e8df1;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #6da9f4;
  border-color: #6da9f4;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0c4fa3;
  background-color: #0c4fa3;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 79, 163, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(12, 79, 163, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 79, 163, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(12, 79, 163, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #3e8df1;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #3e8df1;
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0c4fa3;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #6da9f4;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0c4fa3;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #6da9f4;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0c4fa3;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #6da9f4;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0c4fa3;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 24px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 479.98px) {
  .navbar-expand-nano > .container,
.navbar-expand-nano > .container-fluid,
.navbar-expand-nano > .container-sm,
.navbar-expand-nano > .container-md,
.navbar-expand-nano > .container-lg,
.navbar-expand-nano > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 480px) {
  .navbar-expand-nano {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-nano .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-nano .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-nano .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-nano > .container,
.navbar-expand-nano > .container-fluid,
.navbar-expand-nano > .container-sm,
.navbar-expand-nano > .container-md,
.navbar-expand-nano > .container-lg,
.navbar-expand-nano > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-nano .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-nano .navbar-toggler {
    display: none;
  }
}
@media (max-width: 639.98px) {
  .navbar-expand-micro > .container,
.navbar-expand-micro > .container-fluid,
.navbar-expand-micro > .container-sm,
.navbar-expand-micro > .container-md,
.navbar-expand-micro > .container-lg,
.navbar-expand-micro > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 640px) {
  .navbar-expand-micro {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-micro .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-micro .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-micro .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-micro > .container,
.navbar-expand-micro > .container-fluid,
.navbar-expand-micro > .container-sm,
.navbar-expand-micro > .container-md,
.navbar-expand-micro > .container-lg,
.navbar-expand-micro > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-micro .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-micro .navbar-toggler {
    display: none;
  }
}
@media (max-width: 799.98px) {
  .navbar-expand-milli > .container,
.navbar-expand-milli > .container-fluid,
.navbar-expand-milli > .container-sm,
.navbar-expand-milli > .container-md,
.navbar-expand-milli > .container-lg,
.navbar-expand-milli > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 800px) {
  .navbar-expand-milli {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-milli .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-milli .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-milli .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-milli > .container,
.navbar-expand-milli > .container-fluid,
.navbar-expand-milli > .container-sm,
.navbar-expand-milli > .container-md,
.navbar-expand-milli > .container-lg,
.navbar-expand-milli > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-milli .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-milli .navbar-toggler {
    display: none;
  }
}
@media (max-width: 959.98px) {
  .navbar-expand-normal > .container,
.navbar-expand-normal > .container-fluid,
.navbar-expand-normal > .container-sm,
.navbar-expand-normal > .container-md,
.navbar-expand-normal > .container-lg,
.navbar-expand-normal > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 960px) {
  .navbar-expand-normal {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-normal .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-normal .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-normal .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-normal > .container,
.navbar-expand-normal > .container-fluid,
.navbar-expand-normal > .container-sm,
.navbar-expand-normal > .container-md,
.navbar-expand-normal > .container-lg,
.navbar-expand-normal > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-normal .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-normal .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1119.98px) {
  .navbar-expand-kilo > .container,
.navbar-expand-kilo > .container-fluid,
.navbar-expand-kilo > .container-sm,
.navbar-expand-kilo > .container-md,
.navbar-expand-kilo > .container-lg,
.navbar-expand-kilo > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1120px) {
  .navbar-expand-kilo {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-kilo .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-kilo .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-kilo .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-kilo > .container,
.navbar-expand-kilo > .container-fluid,
.navbar-expand-kilo > .container-sm,
.navbar-expand-kilo > .container-md,
.navbar-expand-kilo > .container-lg,
.navbar-expand-kilo > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-kilo .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-kilo .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1279.98px) {
  .navbar-expand-mega > .container,
.navbar-expand-mega > .container-fluid,
.navbar-expand-mega > .container-sm,
.navbar-expand-mega > .container-md,
.navbar-expand-mega > .container-lg,
.navbar-expand-mega > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-mega {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-mega .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-mega .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mega .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-mega > .container,
.navbar-expand-mega > .container-fluid,
.navbar-expand-mega > .container-sm,
.navbar-expand-mega > .container-md,
.navbar-expand-mega > .container-lg,
.navbar-expand-mega > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-mega .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-mega .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1439.98px) {
  .navbar-expand-giga > .container,
.navbar-expand-giga > .container-fluid,
.navbar-expand-giga > .container-sm,
.navbar-expand-giga > .container-md,
.navbar-expand-giga > .container-lg,
.navbar-expand-giga > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1440px) {
  .navbar-expand-giga {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-giga .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-giga .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-giga .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-giga > .container,
.navbar-expand-giga > .container-fluid,
.navbar-expand-giga > .container-sm,
.navbar-expand-giga > .container-md,
.navbar-expand-giga > .container-lg,
.navbar-expand-giga > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-giga .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-giga .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .navbar-expand-tera > .container,
.navbar-expand-tera > .container-fluid,
.navbar-expand-tera > .container-sm,
.navbar-expand-tera > .container-md,
.navbar-expand-tera > .container-lg,
.navbar-expand-tera > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .navbar-expand-tera {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-tera .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-tera .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-tera .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-tera > .container,
.navbar-expand-tera > .container-fluid,
.navbar-expand-tera > .container-sm,
.navbar-expand-tera > .container-md,
.navbar-expand-tera > .container-lg,
.navbar-expand-tera > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-tera .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-tera .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: flex;
  flex-flow: row wrap;
  margin-right: -12px;
  margin-left: -12px;
}
.card-deck .card {
  margin-bottom: 12px;
}
.card-deck .card {
  flex: 1 0 0%;
  margin-right: 12px;
  margin-bottom: 0;
  margin-left: 12px;
}

.card-group {
  display: flex;
  flex-flow: row wrap;
}
.card-group > .card {
  margin-bottom: 12px;
}
.card-group > .card {
  flex: 1 0 0%;
  margin-bottom: 0;
}
.card-group > .card + .card {
  margin-left: 0;
  border-left: 0;
}
.card-group > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
  border-top-right-radius: 0;
}
.card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
  border-bottom-right-radius: 0;
}
.card-group > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
  border-top-left-radius: 0;
}
.card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
  border-bottom-left-radius: 0;
}

.card-columns {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
.card-columns .card {
  display: inline-block;
  width: 100%;
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item {
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #0c4fa3;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #072c5c;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .button .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #0c4fa3;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #093873;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(12, 79, 163, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #10b063;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #0c8149;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 176, 99, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffd51a;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e6bc00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 213, 26, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
  padding: 4rem 2rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #062955;
  background-color: #cedced;
  border-color: #bbcee5;
}
.alert-primary hr {
  border-top-color: #a9c1de;
}
.alert-primary .alert-link {
  color: #031225;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #085c33;
  background-color: #cfefe0;
  border-color: #bce9d3;
}
.alert-success hr {
  border-top-color: #a9e3c6;
}
.alert-success .alert-link {
  color: #042d19;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856f0e;
  background-color: #fff7d1;
  border-color: #fff3bf;
}
.alert-warning hr {
  border-top-color: #ffeea6;
}
.alert-warning .alert-link {
  color: #574809;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0c4fa3;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0c4fa3;
  border-color: #0c4fa3;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 480px) {
  .list-group-horizontal-nano {
    flex-direction: row;
  }
  .list-group-horizontal-nano > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-nano > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-nano > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-nano > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-nano > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 640px) {
  .list-group-horizontal-micro {
    flex-direction: row;
  }
  .list-group-horizontal-micro > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-micro > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-micro > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-micro > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-micro > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 800px) {
  .list-group-horizontal-milli {
    flex-direction: row;
  }
  .list-group-horizontal-milli > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-milli > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-milli > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-milli > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-milli > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 960px) {
  .list-group-horizontal-normal {
    flex-direction: row;
  }
  .list-group-horizontal-normal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-normal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-normal > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-normal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-normal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1120px) {
  .list-group-horizontal-kilo {
    flex-direction: row;
  }
  .list-group-horizontal-kilo > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-kilo > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-kilo > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-kilo > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-kilo > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-mega {
    flex-direction: row;
  }
  .list-group-horizontal-mega > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-mega > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-mega > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-mega > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-mega > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1440px) {
  .list-group-horizontal-giga {
    flex-direction: row;
  }
  .list-group-horizontal-giga > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-giga > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-giga > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-giga > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-giga > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1600px) {
  .list-group-horizontal-tera {
    flex-direction: row;
  }
  .list-group-horizontal-tera > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-tera > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-tera > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-tera > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-tera > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #062955;
  background-color: #bbcee5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #062955;
  background-color: #a9c1de;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #062955;
  border-color: #062955;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #085c33;
  background-color: #bce9d3;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #085c33;
  background-color: #a9e3c6;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #085c33;
  border-color: #085c33;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856f0e;
  background-color: #fff3bf;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856f0e;
  background-color: #ffeea6;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856f0e;
  border-color: #856f0e;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

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

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-scrollable {
  max-height: calc(100% - 3.5rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 3.5rem);
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}
.modal-dialog-centered::before {
  height: calc(100vh - 3.5rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}

.modal-sm {
  max-width: 300px;
}

.modal-lg,
.modal-xl {
  max-width: 800px;
}

.modal-xl {
  max-width: 1140px;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.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: #0c4fa3 !important;
}

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

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

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

.bg-success {
  background-color: #10b063 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #0c4fa3 !important;
}

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

.border-success {
  border-color: #10b063 !important;
}

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

.border-warning {
  border-color: #ffd51a !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, .flex_section__content .flex_carousel__control_wrap--hidden, .rich_text_content .divider {
  display: none !important;
}

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

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

.d-block, .flex_section__content .accordion_block__accordion_item__title__text .main-text .main-sub-text, .mega_footer__company_info .contact_info .logos img {
  display: block !important;
}

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

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

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

.d-flex, .sidebar .subnav__link, .flex_section__content .flex_carousel__control_wrap, .flex_section__content .flex_carousel__slide_wrap--no-js, .flex_section__content .downloads_block__link_wrap .link__icon__wrap, .flex_section__content .downloads_block__link_wrap .link, .flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon, .flex_section__content .accordion_block__accordion_item__content .contact_info__text, .flex_section__content .accordion_block__accordion_item__content .images, .flex_section__content .accordion_block__accordion_item__title__wrap, .flex_section__content .accordion_block__bottom__link, .mega_footer__social_wrapper, .sub-section_navigation ul li a, .sub-section_navigation ul li, .sub-section_navigation ul {
  display: flex !important;
}

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

@media (min-width: 480px) {
  .d-nano-none {
    display: none !important;
  }
  .d-nano-inline {
    display: inline !important;
  }
  .d-nano-inline-block {
    display: inline-block !important;
  }
  .d-nano-block {
    display: block !important;
  }
  .d-nano-table {
    display: table !important;
  }
  .d-nano-table-row {
    display: table-row !important;
  }
  .d-nano-table-cell {
    display: table-cell !important;
  }
  .d-nano-flex {
    display: flex !important;
  }
  .d-nano-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 640px) {
  .d-micro-none {
    display: none !important;
  }
  .d-micro-inline {
    display: inline !important;
  }
  .d-micro-inline-block {
    display: inline-block !important;
  }
  .d-micro-block {
    display: block !important;
  }
  .d-micro-table {
    display: table !important;
  }
  .d-micro-table-row {
    display: table-row !important;
  }
  .d-micro-table-cell {
    display: table-cell !important;
  }
  .d-micro-flex, .interchangeable_content_section .section_column {
    display: flex !important;
  }
  .d-micro-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 800px) {
  .d-milli-none {
    display: none !important;
  }
  .d-milli-inline, .flex_section__content .accordion_block__accordion_item__title__text .main-text .main-sub-text {
    display: inline !important;
  }
  .d-milli-inline-block {
    display: inline-block !important;
  }
  .d-milli-block {
    display: block !important;
  }
  .d-milli-table {
    display: table !important;
  }
  .d-milli-table-row {
    display: table-row !important;
  }
  .d-milli-table-cell {
    display: table-cell !important;
  }
  .d-milli-flex {
    display: flex !important;
  }
  .d-milli-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 960px) {
  .d-normal-none {
    display: none !important;
  }
  .d-normal-inline {
    display: inline !important;
  }
  .d-normal-inline-block {
    display: inline-block !important;
  }
  .d-normal-block, .rich_text_content .divider {
    display: block !important;
  }
  .d-normal-table {
    display: table !important;
  }
  .d-normal-table-row {
    display: table-row !important;
  }
  .d-normal-table-cell {
    display: table-cell !important;
  }
  .d-normal-flex {
    display: flex !important;
  }
  .d-normal-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1120px) {
  .d-kilo-none {
    display: none !important;
  }
  .d-kilo-inline, .mega_footer__company_info .contact_info .logos img {
    display: inline !important;
  }
  .d-kilo-inline-block {
    display: inline-block !important;
  }
  .d-kilo-block {
    display: block !important;
  }
  .d-kilo-table {
    display: table !important;
  }
  .d-kilo-table-row {
    display: table-row !important;
  }
  .d-kilo-table-cell {
    display: table-cell !important;
  }
  .d-kilo-flex {
    display: flex !important;
  }
  .d-kilo-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-mega-none {
    display: none !important;
  }
  .d-mega-inline {
    display: inline !important;
  }
  .d-mega-inline-block {
    display: inline-block !important;
  }
  .d-mega-block {
    display: block !important;
  }
  .d-mega-table {
    display: table !important;
  }
  .d-mega-table-row {
    display: table-row !important;
  }
  .d-mega-table-cell {
    display: table-cell !important;
  }
  .d-mega-flex {
    display: flex !important;
  }
  .d-mega-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1440px) {
  .d-giga-none {
    display: none !important;
  }
  .d-giga-inline {
    display: inline !important;
  }
  .d-giga-inline-block {
    display: inline-block !important;
  }
  .d-giga-block {
    display: block !important;
  }
  .d-giga-table {
    display: table !important;
  }
  .d-giga-table-row {
    display: table-row !important;
  }
  .d-giga-table-cell {
    display: table-cell !important;
  }
  .d-giga-flex {
    display: flex !important;
  }
  .d-giga-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1600px) {
  .d-tera-none {
    display: none !important;
  }
  .d-tera-inline {
    display: inline !important;
  }
  .d-tera-inline-block {
    display: inline-block !important;
  }
  .d-tera-block {
    display: block !important;
  }
  .d-tera-table {
    display: table !important;
  }
  .d-tera-table-row {
    display: table-row !important;
  }
  .d-tera-table-cell {
    display: table-cell !important;
  }
  .d-tera-flex {
    display: flex !important;
  }
  .d-tera-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

.flex-wrap, .flex_section__content .flex_carousel__slide_wrap--no-js, .flex_section__content .downloads_block__link_wrap .link, .flex_section__content .accordion_block__accordion_item__content .images {
  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, .flex_section__content .downloads_block__link_wrap .link, .flex_section__content .accordion_block__accordion_item__content .images, .flex_section__content .accordion_block__bottom__link {
  justify-content: flex-start !important;
}

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

.justify-content-center, .flex_section__content .flex_carousel__control_wrap, .flex_section__content .downloads_block__link_wrap .link__icon__wrap, .flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon, .mega_footer__social_wrapper, .sub-section_navigation ul li a, .sub-section_navigation ul li, .sub-section_navigation ul {
  justify-content: center !important;
}

.justify-content-between, .sidebar .subnav__link, .flex_section__content .flex_carousel__slide_wrap--no-js, .flex_section__content .accordion_block__accordion_item__title__wrap {
  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, .sidebar .subnav__link, .flex_section__content .flex_carousel__control_wrap, .flex_section__content .downloads_block__link_wrap .link__icon__wrap, .flex_section__content .downloads_block__link_wrap .link, .flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon, .flex_section__content .accordion_block__accordion_item__content .contact_info__text, .flex_section__content .accordion_block__accordion_item__title__wrap, .flex_section__content .accordion_block__bottom__link, .mega_footer__social_wrapper, .sub-section_navigation ul li a {
  align-items: center !important;
}

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

.align-items-stretch, .sub-section_navigation ul {
  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: 480px) {
  .flex-nano-row {
    flex-direction: row !important;
  }
  .flex-nano-column {
    flex-direction: column !important;
  }
  .flex-nano-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-nano-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-nano-wrap {
    flex-wrap: wrap !important;
  }
  .flex-nano-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-nano-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-nano-fill {
    flex: 1 1 auto !important;
  }
  .flex-nano-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-nano-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-nano-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-nano-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-nano-start {
    justify-content: flex-start !important;
  }
  .justify-content-nano-end {
    justify-content: flex-end !important;
  }
  .justify-content-nano-center {
    justify-content: center !important;
  }
  .justify-content-nano-between {
    justify-content: space-between !important;
  }
  .justify-content-nano-around {
    justify-content: space-around !important;
  }
  .align-items-nano-start {
    align-items: flex-start !important;
  }
  .align-items-nano-end {
    align-items: flex-end !important;
  }
  .align-items-nano-center {
    align-items: center !important;
  }
  .align-items-nano-baseline {
    align-items: baseline !important;
  }
  .align-items-nano-stretch {
    align-items: stretch !important;
  }
  .align-content-nano-start {
    align-content: flex-start !important;
  }
  .align-content-nano-end {
    align-content: flex-end !important;
  }
  .align-content-nano-center {
    align-content: center !important;
  }
  .align-content-nano-between {
    align-content: space-between !important;
  }
  .align-content-nano-around {
    align-content: space-around !important;
  }
  .align-content-nano-stretch {
    align-content: stretch !important;
  }
  .align-self-nano-auto {
    align-self: auto !important;
  }
  .align-self-nano-start {
    align-self: flex-start !important;
  }
  .align-self-nano-end {
    align-self: flex-end !important;
  }
  .align-self-nano-center {
    align-self: center !important;
  }
  .align-self-nano-baseline {
    align-self: baseline !important;
  }
  .align-self-nano-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 640px) {
  .flex-micro-row {
    flex-direction: row !important;
  }
  .flex-micro-column {
    flex-direction: column !important;
  }
  .flex-micro-row-reverse, .interchangeable_content_section .section_row:nth-child(even) {
    flex-direction: row-reverse !important;
  }
  .flex-micro-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-micro-wrap {
    flex-wrap: wrap !important;
  }
  .flex-micro-nowrap, .flex_section__content .downloads_block__link_wrap .link {
    flex-wrap: nowrap !important;
  }
  .flex-micro-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-micro-fill {
    flex: 1 1 auto !important;
  }
  .flex-micro-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-micro-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-micro-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-micro-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-micro-start, .mega_footer__company_info .contact_info {
    justify-content: flex-start !important;
  }
  .justify-content-micro-end, .mega_footer__social_wrapper {
    justify-content: flex-end !important;
  }
  .justify-content-micro-center {
    justify-content: center !important;
  }
  .justify-content-micro-between {
    justify-content: space-between !important;
  }
  .justify-content-micro-around {
    justify-content: space-around !important;
  }
  .align-items-micro-start {
    align-items: flex-start !important;
  }
  .align-items-micro-end {
    align-items: flex-end !important;
  }
  .align-items-micro-center, .interchangeable_content_section .section_column {
    align-items: center !important;
  }
  .align-items-micro-baseline {
    align-items: baseline !important;
  }
  .align-items-micro-stretch {
    align-items: stretch !important;
  }
  .align-content-micro-start {
    align-content: flex-start !important;
  }
  .align-content-micro-end {
    align-content: flex-end !important;
  }
  .align-content-micro-center {
    align-content: center !important;
  }
  .align-content-micro-between {
    align-content: space-between !important;
  }
  .align-content-micro-around {
    align-content: space-around !important;
  }
  .align-content-micro-stretch {
    align-content: stretch !important;
  }
  .align-self-micro-auto {
    align-self: auto !important;
  }
  .align-self-micro-start {
    align-self: flex-start !important;
  }
  .align-self-micro-end {
    align-self: flex-end !important;
  }
  .align-self-micro-center {
    align-self: center !important;
  }
  .align-self-micro-baseline {
    align-self: baseline !important;
  }
  .align-self-micro-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 800px) {
  .flex-milli-row, .rich_text_content .main_wrap--normal-wrap {
    flex-direction: row !important;
  }
  .flex-milli-column {
    flex-direction: column !important;
  }
  .flex-milli-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-milli-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-milli-wrap {
    flex-wrap: wrap !important;
  }
  .flex-milli-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-milli-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-milli-fill {
    flex: 1 1 auto !important;
  }
  .flex-milli-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-milli-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-milli-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-milli-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-milli-start {
    justify-content: flex-start !important;
  }
  .justify-content-milli-end {
    justify-content: flex-end !important;
  }
  .justify-content-milli-center {
    justify-content: center !important;
  }
  .justify-content-milli-between, .site_footer__row {
    justify-content: space-between !important;
  }
  .justify-content-milli-around {
    justify-content: space-around !important;
  }
  .align-items-milli-start {
    align-items: flex-start !important;
  }
  .align-items-milli-end {
    align-items: flex-end !important;
  }
  .align-items-milli-center {
    align-items: center !important;
  }
  .align-items-milli-baseline {
    align-items: baseline !important;
  }
  .align-items-milli-stretch {
    align-items: stretch !important;
  }
  .align-content-milli-start {
    align-content: flex-start !important;
  }
  .align-content-milli-end {
    align-content: flex-end !important;
  }
  .align-content-milli-center {
    align-content: center !important;
  }
  .align-content-milli-between {
    align-content: space-between !important;
  }
  .align-content-milli-around {
    align-content: space-around !important;
  }
  .align-content-milli-stretch {
    align-content: stretch !important;
  }
  .align-self-milli-auto {
    align-self: auto !important;
  }
  .align-self-milli-start {
    align-self: flex-start !important;
  }
  .align-self-milli-end {
    align-self: flex-end !important;
  }
  .align-self-milli-center {
    align-self: center !important;
  }
  .align-self-milli-baseline {
    align-self: baseline !important;
  }
  .align-self-milli-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 960px) {
  .flex-normal-row {
    flex-direction: row !important;
  }
  .flex-normal-column {
    flex-direction: column !important;
  }
  .flex-normal-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-normal-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-normal-wrap {
    flex-wrap: wrap !important;
  }
  .flex-normal-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-normal-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-normal-fill {
    flex: 1 1 auto !important;
  }
  .flex-normal-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-normal-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-normal-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-normal-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-normal-start {
    justify-content: flex-start !important;
  }
  .justify-content-normal-end, .flex_section__content .flex_carousel__control_wrap {
    justify-content: flex-end !important;
  }
  .justify-content-normal-center {
    justify-content: center !important;
  }
  .justify-content-normal-between {
    justify-content: space-between !important;
  }
  .justify-content-normal-around {
    justify-content: space-around !important;
  }
  .align-items-normal-start {
    align-items: flex-start !important;
  }
  .align-items-normal-end {
    align-items: flex-end !important;
  }
  .align-items-normal-center {
    align-items: center !important;
  }
  .align-items-normal-baseline {
    align-items: baseline !important;
  }
  .align-items-normal-stretch {
    align-items: stretch !important;
  }
  .align-content-normal-start {
    align-content: flex-start !important;
  }
  .align-content-normal-end {
    align-content: flex-end !important;
  }
  .align-content-normal-center {
    align-content: center !important;
  }
  .align-content-normal-between {
    align-content: space-between !important;
  }
  .align-content-normal-around {
    align-content: space-around !important;
  }
  .align-content-normal-stretch {
    align-content: stretch !important;
  }
  .align-self-normal-auto {
    align-self: auto !important;
  }
  .align-self-normal-start {
    align-self: flex-start !important;
  }
  .align-self-normal-end {
    align-self: flex-end !important;
  }
  .align-self-normal-center {
    align-self: center !important;
  }
  .align-self-normal-baseline {
    align-self: baseline !important;
  }
  .align-self-normal-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1120px) {
  .flex-kilo-row {
    flex-direction: row !important;
  }
  .flex-kilo-column {
    flex-direction: column !important;
  }
  .flex-kilo-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-kilo-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-kilo-wrap {
    flex-wrap: wrap !important;
  }
  .flex-kilo-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-kilo-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-kilo-fill {
    flex: 1 1 auto !important;
  }
  .flex-kilo-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-kilo-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-kilo-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-kilo-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-kilo-start {
    justify-content: flex-start !important;
  }
  .justify-content-kilo-end {
    justify-content: flex-end !important;
  }
  .justify-content-kilo-center {
    justify-content: center !important;
  }
  .justify-content-kilo-between {
    justify-content: space-between !important;
  }
  .justify-content-kilo-around {
    justify-content: space-around !important;
  }
  .align-items-kilo-start {
    align-items: flex-start !important;
  }
  .align-items-kilo-end {
    align-items: flex-end !important;
  }
  .align-items-kilo-center {
    align-items: center !important;
  }
  .align-items-kilo-baseline {
    align-items: baseline !important;
  }
  .align-items-kilo-stretch {
    align-items: stretch !important;
  }
  .align-content-kilo-start {
    align-content: flex-start !important;
  }
  .align-content-kilo-end {
    align-content: flex-end !important;
  }
  .align-content-kilo-center {
    align-content: center !important;
  }
  .align-content-kilo-between {
    align-content: space-between !important;
  }
  .align-content-kilo-around {
    align-content: space-around !important;
  }
  .align-content-kilo-stretch {
    align-content: stretch !important;
  }
  .align-self-kilo-auto {
    align-self: auto !important;
  }
  .align-self-kilo-start {
    align-self: flex-start !important;
  }
  .align-self-kilo-end {
    align-self: flex-end !important;
  }
  .align-self-kilo-center {
    align-self: center !important;
  }
  .align-self-kilo-baseline {
    align-self: baseline !important;
  }
  .align-self-kilo-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-mega-row {
    flex-direction: row !important;
  }
  .flex-mega-column {
    flex-direction: column !important;
  }
  .flex-mega-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-mega-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-mega-wrap {
    flex-wrap: wrap !important;
  }
  .flex-mega-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-mega-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-mega-fill {
    flex: 1 1 auto !important;
  }
  .flex-mega-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-mega-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-mega-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-mega-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-mega-start {
    justify-content: flex-start !important;
  }
  .justify-content-mega-end {
    justify-content: flex-end !important;
  }
  .justify-content-mega-center {
    justify-content: center !important;
  }
  .justify-content-mega-between {
    justify-content: space-between !important;
  }
  .justify-content-mega-around {
    justify-content: space-around !important;
  }
  .align-items-mega-start {
    align-items: flex-start !important;
  }
  .align-items-mega-end {
    align-items: flex-end !important;
  }
  .align-items-mega-center {
    align-items: center !important;
  }
  .align-items-mega-baseline {
    align-items: baseline !important;
  }
  .align-items-mega-stretch {
    align-items: stretch !important;
  }
  .align-content-mega-start {
    align-content: flex-start !important;
  }
  .align-content-mega-end {
    align-content: flex-end !important;
  }
  .align-content-mega-center {
    align-content: center !important;
  }
  .align-content-mega-between {
    align-content: space-between !important;
  }
  .align-content-mega-around {
    align-content: space-around !important;
  }
  .align-content-mega-stretch {
    align-content: stretch !important;
  }
  .align-self-mega-auto {
    align-self: auto !important;
  }
  .align-self-mega-start {
    align-self: flex-start !important;
  }
  .align-self-mega-end {
    align-self: flex-end !important;
  }
  .align-self-mega-center {
    align-self: center !important;
  }
  .align-self-mega-baseline {
    align-self: baseline !important;
  }
  .align-self-mega-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1440px) {
  .flex-giga-row {
    flex-direction: row !important;
  }
  .flex-giga-column {
    flex-direction: column !important;
  }
  .flex-giga-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-giga-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-giga-wrap {
    flex-wrap: wrap !important;
  }
  .flex-giga-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-giga-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-giga-fill {
    flex: 1 1 auto !important;
  }
  .flex-giga-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-giga-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-giga-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-giga-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-giga-start, .rich_text_content .main_wrap {
    justify-content: flex-start !important;
  }
  .justify-content-giga-end {
    justify-content: flex-end !important;
  }
  .justify-content-giga-center {
    justify-content: center !important;
  }
  .justify-content-giga-between {
    justify-content: space-between !important;
  }
  .justify-content-giga-around {
    justify-content: space-around !important;
  }
  .align-items-giga-start {
    align-items: flex-start !important;
  }
  .align-items-giga-end {
    align-items: flex-end !important;
  }
  .align-items-giga-center {
    align-items: center !important;
  }
  .align-items-giga-baseline {
    align-items: baseline !important;
  }
  .align-items-giga-stretch {
    align-items: stretch !important;
  }
  .align-content-giga-start {
    align-content: flex-start !important;
  }
  .align-content-giga-end {
    align-content: flex-end !important;
  }
  .align-content-giga-center {
    align-content: center !important;
  }
  .align-content-giga-between {
    align-content: space-between !important;
  }
  .align-content-giga-around {
    align-content: space-around !important;
  }
  .align-content-giga-stretch {
    align-content: stretch !important;
  }
  .align-self-giga-auto {
    align-self: auto !important;
  }
  .align-self-giga-start {
    align-self: flex-start !important;
  }
  .align-self-giga-end {
    align-self: flex-end !important;
  }
  .align-self-giga-center {
    align-self: center !important;
  }
  .align-self-giga-baseline {
    align-self: baseline !important;
  }
  .align-self-giga-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1600px) {
  .flex-tera-row {
    flex-direction: row !important;
  }
  .flex-tera-column {
    flex-direction: column !important;
  }
  .flex-tera-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-tera-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-tera-wrap {
    flex-wrap: wrap !important;
  }
  .flex-tera-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-tera-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-tera-fill {
    flex: 1 1 auto !important;
  }
  .flex-tera-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-tera-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-tera-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-tera-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-tera-start {
    justify-content: flex-start !important;
  }
  .justify-content-tera-end {
    justify-content: flex-end !important;
  }
  .justify-content-tera-center {
    justify-content: center !important;
  }
  .justify-content-tera-between {
    justify-content: space-between !important;
  }
  .justify-content-tera-around {
    justify-content: space-around !important;
  }
  .align-items-tera-start {
    align-items: flex-start !important;
  }
  .align-items-tera-end {
    align-items: flex-end !important;
  }
  .align-items-tera-center {
    align-items: center !important;
  }
  .align-items-tera-baseline {
    align-items: baseline !important;
  }
  .align-items-tera-stretch {
    align-items: stretch !important;
  }
  .align-content-tera-start {
    align-content: flex-start !important;
  }
  .align-content-tera-end {
    align-content: flex-end !important;
  }
  .align-content-tera-center {
    align-content: center !important;
  }
  .align-content-tera-between {
    align-content: space-between !important;
  }
  .align-content-tera-around {
    align-content: space-around !important;
  }
  .align-content-tera-stretch {
    align-content: stretch !important;
  }
  .align-self-tera-auto {
    align-self: auto !important;
  }
  .align-self-tera-start {
    align-self: flex-start !important;
  }
  .align-self-tera-end {
    align-self: flex-end !important;
  }
  .align-self-tera-center {
    align-self: center !important;
  }
  .align-self-tera-baseline {
    align-self: baseline !important;
  }
  .align-self-tera-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 480px) {
  .float-nano-left {
    float: left !important;
  }
  .float-nano-right {
    float: right !important;
  }
  .float-nano-none {
    float: none !important;
  }
}
@media (min-width: 640px) {
  .float-micro-left {
    float: left !important;
  }
  .float-micro-right {
    float: right !important;
  }
  .float-micro-none {
    float: none !important;
  }
}
@media (min-width: 800px) {
  .float-milli-left {
    float: left !important;
  }
  .float-milli-right {
    float: right !important;
  }
  .float-milli-none {
    float: none !important;
  }
}
@media (min-width: 960px) {
  .float-normal-left {
    float: left !important;
  }
  .float-normal-right {
    float: right !important;
  }
  .float-normal-none {
    float: none !important;
  }
}
@media (min-width: 1120px) {
  .float-kilo-left {
    float: left !important;
  }
  .float-kilo-right {
    float: right !important;
  }
  .float-kilo-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-mega-left {
    float: left !important;
  }
  .float-mega-right {
    float: right !important;
  }
  .float-mega-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-giga-left {
    float: left !important;
  }
  .float-giga-right {
    float: right !important;
  }
  .float-giga-none {
    float: none !important;
  }
}
@media (min-width: 1600px) {
  .float-tera-left {
    float: left !important;
  }
  .float-tera-right {
    float: right !important;
  }
  .float-tera-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 6px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5,
.mx-5 {
  margin-left: 72px !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: 6px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-n5,
.mx-n5 {
  margin-left: -72px !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: 480px) {
  .m-nano-0 {
    margin: 0 !important;
  }
  .mt-nano-0,
.my-nano-0 {
    margin-top: 0 !important;
  }
  .mr-nano-0,
.mx-nano-0 {
    margin-right: 0 !important;
  }
  .mb-nano-0,
.my-nano-0 {
    margin-bottom: 0 !important;
  }
  .ml-nano-0,
.mx-nano-0 {
    margin-left: 0 !important;
  }
  .m-nano-1 {
    margin: 6px !important;
  }
  .mt-nano-1,
.my-nano-1 {
    margin-top: 6px !important;
  }
  .mr-nano-1,
.mx-nano-1 {
    margin-right: 6px !important;
  }
  .mb-nano-1,
.my-nano-1 {
    margin-bottom: 6px !important;
  }
  .ml-nano-1,
.mx-nano-1 {
    margin-left: 6px !important;
  }
  .m-nano-2 {
    margin: 12px !important;
  }
  .mt-nano-2,
.my-nano-2 {
    margin-top: 12px !important;
  }
  .mr-nano-2,
.mx-nano-2 {
    margin-right: 12px !important;
  }
  .mb-nano-2,
.my-nano-2 {
    margin-bottom: 12px !important;
  }
  .ml-nano-2,
.mx-nano-2 {
    margin-left: 12px !important;
  }
  .m-nano-3 {
    margin: 24px !important;
  }
  .mt-nano-3,
.my-nano-3 {
    margin-top: 24px !important;
  }
  .mr-nano-3,
.mx-nano-3 {
    margin-right: 24px !important;
  }
  .mb-nano-3,
.my-nano-3 {
    margin-bottom: 24px !important;
  }
  .ml-nano-3,
.mx-nano-3 {
    margin-left: 24px !important;
  }
  .m-nano-4 {
    margin: 36px !important;
  }
  .mt-nano-4,
.my-nano-4 {
    margin-top: 36px !important;
  }
  .mr-nano-4,
.mx-nano-4 {
    margin-right: 36px !important;
  }
  .mb-nano-4,
.my-nano-4 {
    margin-bottom: 36px !important;
  }
  .ml-nano-4,
.mx-nano-4 {
    margin-left: 36px !important;
  }
  .m-nano-5 {
    margin: 72px !important;
  }
  .mt-nano-5,
.my-nano-5 {
    margin-top: 72px !important;
  }
  .mr-nano-5,
.mx-nano-5 {
    margin-right: 72px !important;
  }
  .mb-nano-5,
.my-nano-5 {
    margin-bottom: 72px !important;
  }
  .ml-nano-5,
.mx-nano-5 {
    margin-left: 72px !important;
  }
  .p-nano-0 {
    padding: 0 !important;
  }
  .pt-nano-0,
.py-nano-0 {
    padding-top: 0 !important;
  }
  .pr-nano-0,
.px-nano-0 {
    padding-right: 0 !important;
  }
  .pb-nano-0,
.py-nano-0 {
    padding-bottom: 0 !important;
  }
  .pl-nano-0,
.px-nano-0 {
    padding-left: 0 !important;
  }
  .p-nano-1 {
    padding: 6px !important;
  }
  .pt-nano-1,
.py-nano-1 {
    padding-top: 6px !important;
  }
  .pr-nano-1,
.px-nano-1 {
    padding-right: 6px !important;
  }
  .pb-nano-1,
.py-nano-1 {
    padding-bottom: 6px !important;
  }
  .pl-nano-1,
.px-nano-1 {
    padding-left: 6px !important;
  }
  .p-nano-2 {
    padding: 12px !important;
  }
  .pt-nano-2,
.py-nano-2 {
    padding-top: 12px !important;
  }
  .pr-nano-2,
.px-nano-2 {
    padding-right: 12px !important;
  }
  .pb-nano-2,
.py-nano-2 {
    padding-bottom: 12px !important;
  }
  .pl-nano-2,
.px-nano-2 {
    padding-left: 12px !important;
  }
  .p-nano-3 {
    padding: 24px !important;
  }
  .pt-nano-3,
.py-nano-3 {
    padding-top: 24px !important;
  }
  .pr-nano-3,
.px-nano-3 {
    padding-right: 24px !important;
  }
  .pb-nano-3,
.py-nano-3 {
    padding-bottom: 24px !important;
  }
  .pl-nano-3,
.px-nano-3 {
    padding-left: 24px !important;
  }
  .p-nano-4 {
    padding: 36px !important;
  }
  .pt-nano-4,
.py-nano-4 {
    padding-top: 36px !important;
  }
  .pr-nano-4,
.px-nano-4 {
    padding-right: 36px !important;
  }
  .pb-nano-4,
.py-nano-4 {
    padding-bottom: 36px !important;
  }
  .pl-nano-4,
.px-nano-4 {
    padding-left: 36px !important;
  }
  .p-nano-5 {
    padding: 72px !important;
  }
  .pt-nano-5,
.py-nano-5 {
    padding-top: 72px !important;
  }
  .pr-nano-5,
.px-nano-5 {
    padding-right: 72px !important;
  }
  .pb-nano-5,
.py-nano-5 {
    padding-bottom: 72px !important;
  }
  .pl-nano-5,
.px-nano-5 {
    padding-left: 72px !important;
  }
  .m-nano-n1 {
    margin: -6px !important;
  }
  .mt-nano-n1,
.my-nano-n1 {
    margin-top: -6px !important;
  }
  .mr-nano-n1,
.mx-nano-n1 {
    margin-right: -6px !important;
  }
  .mb-nano-n1,
.my-nano-n1 {
    margin-bottom: -6px !important;
  }
  .ml-nano-n1,
.mx-nano-n1 {
    margin-left: -6px !important;
  }
  .m-nano-n2 {
    margin: -12px !important;
  }
  .mt-nano-n2,
.my-nano-n2 {
    margin-top: -12px !important;
  }
  .mr-nano-n2,
.mx-nano-n2 {
    margin-right: -12px !important;
  }
  .mb-nano-n2,
.my-nano-n2 {
    margin-bottom: -12px !important;
  }
  .ml-nano-n2,
.mx-nano-n2 {
    margin-left: -12px !important;
  }
  .m-nano-n3 {
    margin: -24px !important;
  }
  .mt-nano-n3,
.my-nano-n3 {
    margin-top: -24px !important;
  }
  .mr-nano-n3,
.mx-nano-n3 {
    margin-right: -24px !important;
  }
  .mb-nano-n3,
.my-nano-n3 {
    margin-bottom: -24px !important;
  }
  .ml-nano-n3,
.mx-nano-n3 {
    margin-left: -24px !important;
  }
  .m-nano-n4 {
    margin: -36px !important;
  }
  .mt-nano-n4,
.my-nano-n4 {
    margin-top: -36px !important;
  }
  .mr-nano-n4,
.mx-nano-n4 {
    margin-right: -36px !important;
  }
  .mb-nano-n4,
.my-nano-n4 {
    margin-bottom: -36px !important;
  }
  .ml-nano-n4,
.mx-nano-n4 {
    margin-left: -36px !important;
  }
  .m-nano-n5 {
    margin: -72px !important;
  }
  .mt-nano-n5,
.my-nano-n5 {
    margin-top: -72px !important;
  }
  .mr-nano-n5,
.mx-nano-n5 {
    margin-right: -72px !important;
  }
  .mb-nano-n5,
.my-nano-n5 {
    margin-bottom: -72px !important;
  }
  .ml-nano-n5,
.mx-nano-n5 {
    margin-left: -72px !important;
  }
  .m-nano-auto {
    margin: auto !important;
  }
  .mt-nano-auto,
.my-nano-auto {
    margin-top: auto !important;
  }
  .mr-nano-auto,
.mx-nano-auto {
    margin-right: auto !important;
  }
  .mb-nano-auto,
.my-nano-auto {
    margin-bottom: auto !important;
  }
  .ml-nano-auto,
.mx-nano-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 640px) {
  .m-micro-0 {
    margin: 0 !important;
  }
  .mt-micro-0,
.my-micro-0 {
    margin-top: 0 !important;
  }
  .mr-micro-0,
.mx-micro-0 {
    margin-right: 0 !important;
  }
  .mb-micro-0,
.my-micro-0 {
    margin-bottom: 0 !important;
  }
  .ml-micro-0,
.mx-micro-0 {
    margin-left: 0 !important;
  }
  .m-micro-1 {
    margin: 6px !important;
  }
  .mt-micro-1,
.my-micro-1 {
    margin-top: 6px !important;
  }
  .mr-micro-1,
.mx-micro-1 {
    margin-right: 6px !important;
  }
  .mb-micro-1,
.my-micro-1 {
    margin-bottom: 6px !important;
  }
  .ml-micro-1,
.mx-micro-1 {
    margin-left: 6px !important;
  }
  .m-micro-2 {
    margin: 12px !important;
  }
  .mt-micro-2,
.my-micro-2 {
    margin-top: 12px !important;
  }
  .mr-micro-2,
.mx-micro-2 {
    margin-right: 12px !important;
  }
  .mb-micro-2,
.my-micro-2 {
    margin-bottom: 12px !important;
  }
  .ml-micro-2,
.mx-micro-2 {
    margin-left: 12px !important;
  }
  .m-micro-3 {
    margin: 24px !important;
  }
  .mt-micro-3,
.my-micro-3 {
    margin-top: 24px !important;
  }
  .mr-micro-3,
.mx-micro-3 {
    margin-right: 24px !important;
  }
  .mb-micro-3,
.my-micro-3 {
    margin-bottom: 24px !important;
  }
  .ml-micro-3,
.mx-micro-3 {
    margin-left: 24px !important;
  }
  .m-micro-4 {
    margin: 36px !important;
  }
  .mt-micro-4,
.my-micro-4 {
    margin-top: 36px !important;
  }
  .mr-micro-4,
.mx-micro-4 {
    margin-right: 36px !important;
  }
  .mb-micro-4,
.my-micro-4 {
    margin-bottom: 36px !important;
  }
  .ml-micro-4,
.mx-micro-4 {
    margin-left: 36px !important;
  }
  .m-micro-5 {
    margin: 72px !important;
  }
  .mt-micro-5,
.my-micro-5 {
    margin-top: 72px !important;
  }
  .mr-micro-5,
.mx-micro-5 {
    margin-right: 72px !important;
  }
  .mb-micro-5,
.my-micro-5 {
    margin-bottom: 72px !important;
  }
  .ml-micro-5,
.mx-micro-5 {
    margin-left: 72px !important;
  }
  .p-micro-0 {
    padding: 0 !important;
  }
  .pt-micro-0,
.py-micro-0 {
    padding-top: 0 !important;
  }
  .pr-micro-0,
.px-micro-0 {
    padding-right: 0 !important;
  }
  .pb-micro-0,
.py-micro-0 {
    padding-bottom: 0 !important;
  }
  .pl-micro-0,
.px-micro-0 {
    padding-left: 0 !important;
  }
  .p-micro-1 {
    padding: 6px !important;
  }
  .pt-micro-1,
.py-micro-1 {
    padding-top: 6px !important;
  }
  .pr-micro-1,
.px-micro-1 {
    padding-right: 6px !important;
  }
  .pb-micro-1,
.py-micro-1 {
    padding-bottom: 6px !important;
  }
  .pl-micro-1,
.px-micro-1 {
    padding-left: 6px !important;
  }
  .p-micro-2 {
    padding: 12px !important;
  }
  .pt-micro-2,
.py-micro-2 {
    padding-top: 12px !important;
  }
  .pr-micro-2,
.px-micro-2 {
    padding-right: 12px !important;
  }
  .pb-micro-2,
.py-micro-2 {
    padding-bottom: 12px !important;
  }
  .pl-micro-2,
.px-micro-2 {
    padding-left: 12px !important;
  }
  .p-micro-3 {
    padding: 24px !important;
  }
  .pt-micro-3,
.py-micro-3 {
    padding-top: 24px !important;
  }
  .pr-micro-3,
.px-micro-3 {
    padding-right: 24px !important;
  }
  .pb-micro-3,
.py-micro-3 {
    padding-bottom: 24px !important;
  }
  .pl-micro-3,
.px-micro-3 {
    padding-left: 24px !important;
  }
  .p-micro-4 {
    padding: 36px !important;
  }
  .pt-micro-4,
.py-micro-4 {
    padding-top: 36px !important;
  }
  .pr-micro-4,
.px-micro-4 {
    padding-right: 36px !important;
  }
  .pb-micro-4,
.py-micro-4 {
    padding-bottom: 36px !important;
  }
  .pl-micro-4,
.px-micro-4 {
    padding-left: 36px !important;
  }
  .p-micro-5 {
    padding: 72px !important;
  }
  .pt-micro-5,
.py-micro-5 {
    padding-top: 72px !important;
  }
  .pr-micro-5,
.px-micro-5 {
    padding-right: 72px !important;
  }
  .pb-micro-5,
.py-micro-5 {
    padding-bottom: 72px !important;
  }
  .pl-micro-5,
.px-micro-5 {
    padding-left: 72px !important;
  }
  .m-micro-n1 {
    margin: -6px !important;
  }
  .mt-micro-n1,
.my-micro-n1 {
    margin-top: -6px !important;
  }
  .mr-micro-n1,
.mx-micro-n1 {
    margin-right: -6px !important;
  }
  .mb-micro-n1,
.my-micro-n1 {
    margin-bottom: -6px !important;
  }
  .ml-micro-n1,
.mx-micro-n1 {
    margin-left: -6px !important;
  }
  .m-micro-n2 {
    margin: -12px !important;
  }
  .mt-micro-n2,
.my-micro-n2 {
    margin-top: -12px !important;
  }
  .mr-micro-n2,
.mx-micro-n2 {
    margin-right: -12px !important;
  }
  .mb-micro-n2,
.my-micro-n2 {
    margin-bottom: -12px !important;
  }
  .ml-micro-n2,
.mx-micro-n2 {
    margin-left: -12px !important;
  }
  .m-micro-n3 {
    margin: -24px !important;
  }
  .mt-micro-n3,
.my-micro-n3 {
    margin-top: -24px !important;
  }
  .mr-micro-n3,
.mx-micro-n3 {
    margin-right: -24px !important;
  }
  .mb-micro-n3,
.my-micro-n3 {
    margin-bottom: -24px !important;
  }
  .ml-micro-n3,
.mx-micro-n3 {
    margin-left: -24px !important;
  }
  .m-micro-n4 {
    margin: -36px !important;
  }
  .mt-micro-n4,
.my-micro-n4 {
    margin-top: -36px !important;
  }
  .mr-micro-n4,
.mx-micro-n4 {
    margin-right: -36px !important;
  }
  .mb-micro-n4,
.my-micro-n4 {
    margin-bottom: -36px !important;
  }
  .ml-micro-n4,
.mx-micro-n4 {
    margin-left: -36px !important;
  }
  .m-micro-n5 {
    margin: -72px !important;
  }
  .mt-micro-n5,
.my-micro-n5 {
    margin-top: -72px !important;
  }
  .mr-micro-n5,
.mx-micro-n5 {
    margin-right: -72px !important;
  }
  .mb-micro-n5,
.my-micro-n5 {
    margin-bottom: -72px !important;
  }
  .ml-micro-n5,
.mx-micro-n5 {
    margin-left: -72px !important;
  }
  .m-micro-auto {
    margin: auto !important;
  }
  .mt-micro-auto,
.my-micro-auto {
    margin-top: auto !important;
  }
  .mr-micro-auto,
.mx-micro-auto {
    margin-right: auto !important;
  }
  .mb-micro-auto,
.my-micro-auto {
    margin-bottom: auto !important;
  }
  .ml-micro-auto,
.mx-micro-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 800px) {
  .m-milli-0 {
    margin: 0 !important;
  }
  .mt-milli-0,
.my-milli-0 {
    margin-top: 0 !important;
  }
  .mr-milli-0,
.mx-milli-0 {
    margin-right: 0 !important;
  }
  .mb-milli-0,
.my-milli-0 {
    margin-bottom: 0 !important;
  }
  .ml-milli-0,
.mx-milli-0 {
    margin-left: 0 !important;
  }
  .m-milli-1 {
    margin: 6px !important;
  }
  .mt-milli-1,
.my-milli-1 {
    margin-top: 6px !important;
  }
  .mr-milli-1,
.mx-milli-1 {
    margin-right: 6px !important;
  }
  .mb-milli-1,
.my-milli-1 {
    margin-bottom: 6px !important;
  }
  .ml-milli-1,
.mx-milli-1 {
    margin-left: 6px !important;
  }
  .m-milli-2 {
    margin: 12px !important;
  }
  .mt-milli-2,
.my-milli-2 {
    margin-top: 12px !important;
  }
  .mr-milli-2,
.mx-milli-2 {
    margin-right: 12px !important;
  }
  .mb-milli-2,
.my-milli-2 {
    margin-bottom: 12px !important;
  }
  .ml-milli-2,
.mx-milli-2 {
    margin-left: 12px !important;
  }
  .m-milli-3 {
    margin: 24px !important;
  }
  .mt-milli-3,
.my-milli-3 {
    margin-top: 24px !important;
  }
  .mr-milli-3,
.mx-milli-3 {
    margin-right: 24px !important;
  }
  .mb-milli-3,
.my-milli-3 {
    margin-bottom: 24px !important;
  }
  .ml-milli-3,
.mx-milli-3 {
    margin-left: 24px !important;
  }
  .m-milli-4 {
    margin: 36px !important;
  }
  .mt-milli-4,
.my-milli-4 {
    margin-top: 36px !important;
  }
  .mr-milli-4,
.mx-milli-4 {
    margin-right: 36px !important;
  }
  .mb-milli-4,
.my-milli-4 {
    margin-bottom: 36px !important;
  }
  .ml-milli-4,
.mx-milli-4 {
    margin-left: 36px !important;
  }
  .m-milli-5 {
    margin: 72px !important;
  }
  .mt-milli-5,
.my-milli-5 {
    margin-top: 72px !important;
  }
  .mr-milli-5,
.mx-milli-5 {
    margin-right: 72px !important;
  }
  .mb-milli-5,
.my-milli-5 {
    margin-bottom: 72px !important;
  }
  .ml-milli-5,
.mx-milli-5 {
    margin-left: 72px !important;
  }
  .p-milli-0 {
    padding: 0 !important;
  }
  .pt-milli-0,
.py-milli-0 {
    padding-top: 0 !important;
  }
  .pr-milli-0,
.px-milli-0 {
    padding-right: 0 !important;
  }
  .pb-milli-0,
.py-milli-0 {
    padding-bottom: 0 !important;
  }
  .pl-milli-0,
.px-milli-0 {
    padding-left: 0 !important;
  }
  .p-milli-1 {
    padding: 6px !important;
  }
  .pt-milli-1,
.py-milli-1 {
    padding-top: 6px !important;
  }
  .pr-milli-1,
.px-milli-1 {
    padding-right: 6px !important;
  }
  .pb-milli-1,
.py-milli-1 {
    padding-bottom: 6px !important;
  }
  .pl-milli-1,
.px-milli-1 {
    padding-left: 6px !important;
  }
  .p-milli-2 {
    padding: 12px !important;
  }
  .pt-milli-2,
.py-milli-2 {
    padding-top: 12px !important;
  }
  .pr-milli-2,
.px-milli-2 {
    padding-right: 12px !important;
  }
  .pb-milli-2,
.py-milli-2 {
    padding-bottom: 12px !important;
  }
  .pl-milli-2,
.px-milli-2 {
    padding-left: 12px !important;
  }
  .p-milli-3 {
    padding: 24px !important;
  }
  .pt-milli-3,
.py-milli-3 {
    padding-top: 24px !important;
  }
  .pr-milli-3,
.px-milli-3 {
    padding-right: 24px !important;
  }
  .pb-milli-3,
.py-milli-3 {
    padding-bottom: 24px !important;
  }
  .pl-milli-3,
.px-milli-3 {
    padding-left: 24px !important;
  }
  .p-milli-4 {
    padding: 36px !important;
  }
  .pt-milli-4,
.py-milli-4 {
    padding-top: 36px !important;
  }
  .pr-milli-4,
.px-milli-4 {
    padding-right: 36px !important;
  }
  .pb-milli-4,
.py-milli-4 {
    padding-bottom: 36px !important;
  }
  .pl-milli-4,
.px-milli-4 {
    padding-left: 36px !important;
  }
  .p-milli-5 {
    padding: 72px !important;
  }
  .pt-milli-5,
.py-milli-5 {
    padding-top: 72px !important;
  }
  .pr-milli-5,
.px-milli-5 {
    padding-right: 72px !important;
  }
  .pb-milli-5,
.py-milli-5 {
    padding-bottom: 72px !important;
  }
  .pl-milli-5,
.px-milli-5 {
    padding-left: 72px !important;
  }
  .m-milli-n1 {
    margin: -6px !important;
  }
  .mt-milli-n1,
.my-milli-n1 {
    margin-top: -6px !important;
  }
  .mr-milli-n1,
.mx-milli-n1 {
    margin-right: -6px !important;
  }
  .mb-milli-n1,
.my-milli-n1 {
    margin-bottom: -6px !important;
  }
  .ml-milli-n1,
.mx-milli-n1 {
    margin-left: -6px !important;
  }
  .m-milli-n2 {
    margin: -12px !important;
  }
  .mt-milli-n2,
.my-milli-n2 {
    margin-top: -12px !important;
  }
  .mr-milli-n2,
.mx-milli-n2 {
    margin-right: -12px !important;
  }
  .mb-milli-n2,
.my-milli-n2 {
    margin-bottom: -12px !important;
  }
  .ml-milli-n2,
.mx-milli-n2 {
    margin-left: -12px !important;
  }
  .m-milli-n3 {
    margin: -24px !important;
  }
  .mt-milli-n3,
.my-milli-n3 {
    margin-top: -24px !important;
  }
  .mr-milli-n3,
.mx-milli-n3 {
    margin-right: -24px !important;
  }
  .mb-milli-n3,
.my-milli-n3 {
    margin-bottom: -24px !important;
  }
  .ml-milli-n3,
.mx-milli-n3 {
    margin-left: -24px !important;
  }
  .m-milli-n4 {
    margin: -36px !important;
  }
  .mt-milli-n4,
.my-milli-n4 {
    margin-top: -36px !important;
  }
  .mr-milli-n4,
.mx-milli-n4 {
    margin-right: -36px !important;
  }
  .mb-milli-n4,
.my-milli-n4 {
    margin-bottom: -36px !important;
  }
  .ml-milli-n4,
.mx-milli-n4 {
    margin-left: -36px !important;
  }
  .m-milli-n5 {
    margin: -72px !important;
  }
  .mt-milli-n5,
.my-milli-n5 {
    margin-top: -72px !important;
  }
  .mr-milli-n5,
.mx-milli-n5 {
    margin-right: -72px !important;
  }
  .mb-milli-n5,
.my-milli-n5 {
    margin-bottom: -72px !important;
  }
  .ml-milli-n5,
.mx-milli-n5 {
    margin-left: -72px !important;
  }
  .m-milli-auto {
    margin: auto !important;
  }
  .mt-milli-auto,
.my-milli-auto {
    margin-top: auto !important;
  }
  .mr-milli-auto,
.mx-milli-auto {
    margin-right: auto !important;
  }
  .mb-milli-auto,
.my-milli-auto {
    margin-bottom: auto !important;
  }
  .ml-milli-auto,
.mx-milli-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 960px) {
  .m-normal-0 {
    margin: 0 !important;
  }
  .mt-normal-0,
.my-normal-0 {
    margin-top: 0 !important;
  }
  .mr-normal-0,
.mx-normal-0 {
    margin-right: 0 !important;
  }
  .mb-normal-0,
.my-normal-0 {
    margin-bottom: 0 !important;
  }
  .ml-normal-0,
.mx-normal-0 {
    margin-left: 0 !important;
  }
  .m-normal-1 {
    margin: 6px !important;
  }
  .mt-normal-1,
.my-normal-1 {
    margin-top: 6px !important;
  }
  .mr-normal-1,
.mx-normal-1 {
    margin-right: 6px !important;
  }
  .mb-normal-1,
.my-normal-1 {
    margin-bottom: 6px !important;
  }
  .ml-normal-1,
.mx-normal-1 {
    margin-left: 6px !important;
  }
  .m-normal-2 {
    margin: 12px !important;
  }
  .mt-normal-2,
.my-normal-2 {
    margin-top: 12px !important;
  }
  .mr-normal-2,
.mx-normal-2 {
    margin-right: 12px !important;
  }
  .mb-normal-2,
.my-normal-2 {
    margin-bottom: 12px !important;
  }
  .ml-normal-2,
.mx-normal-2 {
    margin-left: 12px !important;
  }
  .m-normal-3 {
    margin: 24px !important;
  }
  .mt-normal-3,
.my-normal-3 {
    margin-top: 24px !important;
  }
  .mr-normal-3,
.mx-normal-3 {
    margin-right: 24px !important;
  }
  .mb-normal-3,
.my-normal-3 {
    margin-bottom: 24px !important;
  }
  .ml-normal-3,
.mx-normal-3 {
    margin-left: 24px !important;
  }
  .m-normal-4 {
    margin: 36px !important;
  }
  .mt-normal-4,
.my-normal-4 {
    margin-top: 36px !important;
  }
  .mr-normal-4,
.mx-normal-4 {
    margin-right: 36px !important;
  }
  .mb-normal-4,
.my-normal-4 {
    margin-bottom: 36px !important;
  }
  .ml-normal-4,
.mx-normal-4 {
    margin-left: 36px !important;
  }
  .m-normal-5 {
    margin: 72px !important;
  }
  .mt-normal-5,
.my-normal-5 {
    margin-top: 72px !important;
  }
  .mr-normal-5,
.mx-normal-5 {
    margin-right: 72px !important;
  }
  .mb-normal-5,
.my-normal-5 {
    margin-bottom: 72px !important;
  }
  .ml-normal-5,
.mx-normal-5 {
    margin-left: 72px !important;
  }
  .p-normal-0 {
    padding: 0 !important;
  }
  .pt-normal-0,
.py-normal-0 {
    padding-top: 0 !important;
  }
  .pr-normal-0,
.px-normal-0 {
    padding-right: 0 !important;
  }
  .pb-normal-0,
.py-normal-0 {
    padding-bottom: 0 !important;
  }
  .pl-normal-0,
.px-normal-0 {
    padding-left: 0 !important;
  }
  .p-normal-1 {
    padding: 6px !important;
  }
  .pt-normal-1,
.py-normal-1 {
    padding-top: 6px !important;
  }
  .pr-normal-1,
.px-normal-1 {
    padding-right: 6px !important;
  }
  .pb-normal-1,
.py-normal-1 {
    padding-bottom: 6px !important;
  }
  .pl-normal-1,
.px-normal-1 {
    padding-left: 6px !important;
  }
  .p-normal-2 {
    padding: 12px !important;
  }
  .pt-normal-2,
.py-normal-2 {
    padding-top: 12px !important;
  }
  .pr-normal-2,
.px-normal-2 {
    padding-right: 12px !important;
  }
  .pb-normal-2,
.py-normal-2 {
    padding-bottom: 12px !important;
  }
  .pl-normal-2,
.px-normal-2 {
    padding-left: 12px !important;
  }
  .p-normal-3 {
    padding: 24px !important;
  }
  .pt-normal-3,
.py-normal-3 {
    padding-top: 24px !important;
  }
  .pr-normal-3,
.px-normal-3 {
    padding-right: 24px !important;
  }
  .pb-normal-3,
.py-normal-3 {
    padding-bottom: 24px !important;
  }
  .pl-normal-3,
.px-normal-3 {
    padding-left: 24px !important;
  }
  .p-normal-4 {
    padding: 36px !important;
  }
  .pt-normal-4,
.py-normal-4 {
    padding-top: 36px !important;
  }
  .pr-normal-4,
.px-normal-4 {
    padding-right: 36px !important;
  }
  .pb-normal-4,
.py-normal-4 {
    padding-bottom: 36px !important;
  }
  .pl-normal-4,
.px-normal-4 {
    padding-left: 36px !important;
  }
  .p-normal-5 {
    padding: 72px !important;
  }
  .pt-normal-5,
.py-normal-5 {
    padding-top: 72px !important;
  }
  .pr-normal-5,
.px-normal-5 {
    padding-right: 72px !important;
  }
  .pb-normal-5,
.py-normal-5 {
    padding-bottom: 72px !important;
  }
  .pl-normal-5,
.px-normal-5 {
    padding-left: 72px !important;
  }
  .m-normal-n1 {
    margin: -6px !important;
  }
  .mt-normal-n1,
.my-normal-n1 {
    margin-top: -6px !important;
  }
  .mr-normal-n1,
.mx-normal-n1 {
    margin-right: -6px !important;
  }
  .mb-normal-n1,
.my-normal-n1 {
    margin-bottom: -6px !important;
  }
  .ml-normal-n1,
.mx-normal-n1 {
    margin-left: -6px !important;
  }
  .m-normal-n2 {
    margin: -12px !important;
  }
  .mt-normal-n2,
.my-normal-n2 {
    margin-top: -12px !important;
  }
  .mr-normal-n2,
.mx-normal-n2 {
    margin-right: -12px !important;
  }
  .mb-normal-n2,
.my-normal-n2 {
    margin-bottom: -12px !important;
  }
  .ml-normal-n2,
.mx-normal-n2 {
    margin-left: -12px !important;
  }
  .m-normal-n3 {
    margin: -24px !important;
  }
  .mt-normal-n3,
.my-normal-n3 {
    margin-top: -24px !important;
  }
  .mr-normal-n3,
.mx-normal-n3 {
    margin-right: -24px !important;
  }
  .mb-normal-n3,
.my-normal-n3 {
    margin-bottom: -24px !important;
  }
  .ml-normal-n3,
.mx-normal-n3 {
    margin-left: -24px !important;
  }
  .m-normal-n4 {
    margin: -36px !important;
  }
  .mt-normal-n4,
.my-normal-n4 {
    margin-top: -36px !important;
  }
  .mr-normal-n4,
.mx-normal-n4 {
    margin-right: -36px !important;
  }
  .mb-normal-n4,
.my-normal-n4 {
    margin-bottom: -36px !important;
  }
  .ml-normal-n4,
.mx-normal-n4 {
    margin-left: -36px !important;
  }
  .m-normal-n5 {
    margin: -72px !important;
  }
  .mt-normal-n5,
.my-normal-n5 {
    margin-top: -72px !important;
  }
  .mr-normal-n5,
.mx-normal-n5 {
    margin-right: -72px !important;
  }
  .mb-normal-n5,
.my-normal-n5 {
    margin-bottom: -72px !important;
  }
  .ml-normal-n5,
.mx-normal-n5 {
    margin-left: -72px !important;
  }
  .m-normal-auto {
    margin: auto !important;
  }
  .mt-normal-auto,
.my-normal-auto {
    margin-top: auto !important;
  }
  .mr-normal-auto,
.mx-normal-auto {
    margin-right: auto !important;
  }
  .mb-normal-auto,
.my-normal-auto {
    margin-bottom: auto !important;
  }
  .ml-normal-auto,
.mx-normal-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1120px) {
  .m-kilo-0 {
    margin: 0 !important;
  }
  .mt-kilo-0,
.my-kilo-0 {
    margin-top: 0 !important;
  }
  .mr-kilo-0,
.mx-kilo-0 {
    margin-right: 0 !important;
  }
  .mb-kilo-0,
.my-kilo-0 {
    margin-bottom: 0 !important;
  }
  .ml-kilo-0,
.mx-kilo-0 {
    margin-left: 0 !important;
  }
  .m-kilo-1 {
    margin: 6px !important;
  }
  .mt-kilo-1,
.my-kilo-1 {
    margin-top: 6px !important;
  }
  .mr-kilo-1,
.mx-kilo-1 {
    margin-right: 6px !important;
  }
  .mb-kilo-1,
.my-kilo-1 {
    margin-bottom: 6px !important;
  }
  .ml-kilo-1,
.mx-kilo-1 {
    margin-left: 6px !important;
  }
  .m-kilo-2 {
    margin: 12px !important;
  }
  .mt-kilo-2,
.my-kilo-2 {
    margin-top: 12px !important;
  }
  .mr-kilo-2,
.mx-kilo-2 {
    margin-right: 12px !important;
  }
  .mb-kilo-2,
.my-kilo-2 {
    margin-bottom: 12px !important;
  }
  .ml-kilo-2,
.mx-kilo-2 {
    margin-left: 12px !important;
  }
  .m-kilo-3 {
    margin: 24px !important;
  }
  .mt-kilo-3,
.my-kilo-3 {
    margin-top: 24px !important;
  }
  .mr-kilo-3,
.mx-kilo-3 {
    margin-right: 24px !important;
  }
  .mb-kilo-3,
.my-kilo-3 {
    margin-bottom: 24px !important;
  }
  .ml-kilo-3,
.mx-kilo-3 {
    margin-left: 24px !important;
  }
  .m-kilo-4 {
    margin: 36px !important;
  }
  .mt-kilo-4,
.my-kilo-4 {
    margin-top: 36px !important;
  }
  .mr-kilo-4,
.mx-kilo-4 {
    margin-right: 36px !important;
  }
  .mb-kilo-4,
.my-kilo-4 {
    margin-bottom: 36px !important;
  }
  .ml-kilo-4,
.mx-kilo-4 {
    margin-left: 36px !important;
  }
  .m-kilo-5 {
    margin: 72px !important;
  }
  .mt-kilo-5,
.my-kilo-5 {
    margin-top: 72px !important;
  }
  .mr-kilo-5,
.mx-kilo-5 {
    margin-right: 72px !important;
  }
  .mb-kilo-5,
.my-kilo-5 {
    margin-bottom: 72px !important;
  }
  .ml-kilo-5,
.mx-kilo-5 {
    margin-left: 72px !important;
  }
  .p-kilo-0 {
    padding: 0 !important;
  }
  .pt-kilo-0,
.py-kilo-0 {
    padding-top: 0 !important;
  }
  .pr-kilo-0,
.px-kilo-0 {
    padding-right: 0 !important;
  }
  .pb-kilo-0,
.py-kilo-0 {
    padding-bottom: 0 !important;
  }
  .pl-kilo-0,
.px-kilo-0 {
    padding-left: 0 !important;
  }
  .p-kilo-1 {
    padding: 6px !important;
  }
  .pt-kilo-1,
.py-kilo-1 {
    padding-top: 6px !important;
  }
  .pr-kilo-1,
.px-kilo-1 {
    padding-right: 6px !important;
  }
  .pb-kilo-1,
.py-kilo-1 {
    padding-bottom: 6px !important;
  }
  .pl-kilo-1,
.px-kilo-1 {
    padding-left: 6px !important;
  }
  .p-kilo-2 {
    padding: 12px !important;
  }
  .pt-kilo-2,
.py-kilo-2 {
    padding-top: 12px !important;
  }
  .pr-kilo-2,
.px-kilo-2 {
    padding-right: 12px !important;
  }
  .pb-kilo-2,
.py-kilo-2 {
    padding-bottom: 12px !important;
  }
  .pl-kilo-2,
.px-kilo-2 {
    padding-left: 12px !important;
  }
  .p-kilo-3 {
    padding: 24px !important;
  }
  .pt-kilo-3,
.py-kilo-3 {
    padding-top: 24px !important;
  }
  .pr-kilo-3,
.px-kilo-3 {
    padding-right: 24px !important;
  }
  .pb-kilo-3,
.py-kilo-3 {
    padding-bottom: 24px !important;
  }
  .pl-kilo-3,
.px-kilo-3 {
    padding-left: 24px !important;
  }
  .p-kilo-4 {
    padding: 36px !important;
  }
  .pt-kilo-4,
.py-kilo-4 {
    padding-top: 36px !important;
  }
  .pr-kilo-4,
.px-kilo-4 {
    padding-right: 36px !important;
  }
  .pb-kilo-4,
.py-kilo-4 {
    padding-bottom: 36px !important;
  }
  .pl-kilo-4,
.px-kilo-4 {
    padding-left: 36px !important;
  }
  .p-kilo-5 {
    padding: 72px !important;
  }
  .pt-kilo-5,
.py-kilo-5 {
    padding-top: 72px !important;
  }
  .pr-kilo-5,
.px-kilo-5 {
    padding-right: 72px !important;
  }
  .pb-kilo-5,
.py-kilo-5 {
    padding-bottom: 72px !important;
  }
  .pl-kilo-5,
.px-kilo-5 {
    padding-left: 72px !important;
  }
  .m-kilo-n1 {
    margin: -6px !important;
  }
  .mt-kilo-n1,
.my-kilo-n1 {
    margin-top: -6px !important;
  }
  .mr-kilo-n1,
.mx-kilo-n1 {
    margin-right: -6px !important;
  }
  .mb-kilo-n1,
.my-kilo-n1 {
    margin-bottom: -6px !important;
  }
  .ml-kilo-n1,
.mx-kilo-n1 {
    margin-left: -6px !important;
  }
  .m-kilo-n2 {
    margin: -12px !important;
  }
  .mt-kilo-n2,
.my-kilo-n2 {
    margin-top: -12px !important;
  }
  .mr-kilo-n2,
.mx-kilo-n2 {
    margin-right: -12px !important;
  }
  .mb-kilo-n2,
.my-kilo-n2 {
    margin-bottom: -12px !important;
  }
  .ml-kilo-n2,
.mx-kilo-n2 {
    margin-left: -12px !important;
  }
  .m-kilo-n3 {
    margin: -24px !important;
  }
  .mt-kilo-n3,
.my-kilo-n3 {
    margin-top: -24px !important;
  }
  .mr-kilo-n3,
.mx-kilo-n3 {
    margin-right: -24px !important;
  }
  .mb-kilo-n3,
.my-kilo-n3 {
    margin-bottom: -24px !important;
  }
  .ml-kilo-n3,
.mx-kilo-n3 {
    margin-left: -24px !important;
  }
  .m-kilo-n4 {
    margin: -36px !important;
  }
  .mt-kilo-n4,
.my-kilo-n4 {
    margin-top: -36px !important;
  }
  .mr-kilo-n4,
.mx-kilo-n4 {
    margin-right: -36px !important;
  }
  .mb-kilo-n4,
.my-kilo-n4 {
    margin-bottom: -36px !important;
  }
  .ml-kilo-n4,
.mx-kilo-n4 {
    margin-left: -36px !important;
  }
  .m-kilo-n5 {
    margin: -72px !important;
  }
  .mt-kilo-n5,
.my-kilo-n5 {
    margin-top: -72px !important;
  }
  .mr-kilo-n5,
.mx-kilo-n5 {
    margin-right: -72px !important;
  }
  .mb-kilo-n5,
.my-kilo-n5 {
    margin-bottom: -72px !important;
  }
  .ml-kilo-n5,
.mx-kilo-n5 {
    margin-left: -72px !important;
  }
  .m-kilo-auto {
    margin: auto !important;
  }
  .mt-kilo-auto,
.my-kilo-auto {
    margin-top: auto !important;
  }
  .mr-kilo-auto,
.mx-kilo-auto {
    margin-right: auto !important;
  }
  .mb-kilo-auto,
.my-kilo-auto {
    margin-bottom: auto !important;
  }
  .ml-kilo-auto,
.mx-kilo-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1280px) {
  .m-mega-0 {
    margin: 0 !important;
  }
  .mt-mega-0,
.my-mega-0 {
    margin-top: 0 !important;
  }
  .mr-mega-0,
.mx-mega-0 {
    margin-right: 0 !important;
  }
  .mb-mega-0,
.my-mega-0 {
    margin-bottom: 0 !important;
  }
  .ml-mega-0,
.mx-mega-0 {
    margin-left: 0 !important;
  }
  .m-mega-1 {
    margin: 6px !important;
  }
  .mt-mega-1,
.my-mega-1 {
    margin-top: 6px !important;
  }
  .mr-mega-1,
.mx-mega-1 {
    margin-right: 6px !important;
  }
  .mb-mega-1,
.my-mega-1 {
    margin-bottom: 6px !important;
  }
  .ml-mega-1,
.mx-mega-1 {
    margin-left: 6px !important;
  }
  .m-mega-2 {
    margin: 12px !important;
  }
  .mt-mega-2,
.my-mega-2 {
    margin-top: 12px !important;
  }
  .mr-mega-2,
.mx-mega-2 {
    margin-right: 12px !important;
  }
  .mb-mega-2,
.my-mega-2 {
    margin-bottom: 12px !important;
  }
  .ml-mega-2,
.mx-mega-2 {
    margin-left: 12px !important;
  }
  .m-mega-3 {
    margin: 24px !important;
  }
  .mt-mega-3,
.my-mega-3 {
    margin-top: 24px !important;
  }
  .mr-mega-3,
.mx-mega-3 {
    margin-right: 24px !important;
  }
  .mb-mega-3,
.my-mega-3 {
    margin-bottom: 24px !important;
  }
  .ml-mega-3,
.mx-mega-3 {
    margin-left: 24px !important;
  }
  .m-mega-4 {
    margin: 36px !important;
  }
  .mt-mega-4,
.my-mega-4 {
    margin-top: 36px !important;
  }
  .mr-mega-4,
.mx-mega-4 {
    margin-right: 36px !important;
  }
  .mb-mega-4,
.my-mega-4 {
    margin-bottom: 36px !important;
  }
  .ml-mega-4,
.mx-mega-4 {
    margin-left: 36px !important;
  }
  .m-mega-5 {
    margin: 72px !important;
  }
  .mt-mega-5,
.my-mega-5 {
    margin-top: 72px !important;
  }
  .mr-mega-5,
.mx-mega-5 {
    margin-right: 72px !important;
  }
  .mb-mega-5,
.my-mega-5 {
    margin-bottom: 72px !important;
  }
  .ml-mega-5,
.mx-mega-5 {
    margin-left: 72px !important;
  }
  .p-mega-0 {
    padding: 0 !important;
  }
  .pt-mega-0,
.py-mega-0 {
    padding-top: 0 !important;
  }
  .pr-mega-0,
.px-mega-0 {
    padding-right: 0 !important;
  }
  .pb-mega-0,
.py-mega-0 {
    padding-bottom: 0 !important;
  }
  .pl-mega-0,
.px-mega-0 {
    padding-left: 0 !important;
  }
  .p-mega-1 {
    padding: 6px !important;
  }
  .pt-mega-1,
.py-mega-1 {
    padding-top: 6px !important;
  }
  .pr-mega-1,
.px-mega-1 {
    padding-right: 6px !important;
  }
  .pb-mega-1,
.py-mega-1 {
    padding-bottom: 6px !important;
  }
  .pl-mega-1,
.px-mega-1 {
    padding-left: 6px !important;
  }
  .p-mega-2 {
    padding: 12px !important;
  }
  .pt-mega-2,
.py-mega-2 {
    padding-top: 12px !important;
  }
  .pr-mega-2,
.px-mega-2 {
    padding-right: 12px !important;
  }
  .pb-mega-2,
.py-mega-2 {
    padding-bottom: 12px !important;
  }
  .pl-mega-2,
.px-mega-2 {
    padding-left: 12px !important;
  }
  .p-mega-3 {
    padding: 24px !important;
  }
  .pt-mega-3,
.py-mega-3 {
    padding-top: 24px !important;
  }
  .pr-mega-3,
.px-mega-3 {
    padding-right: 24px !important;
  }
  .pb-mega-3,
.py-mega-3 {
    padding-bottom: 24px !important;
  }
  .pl-mega-3,
.px-mega-3 {
    padding-left: 24px !important;
  }
  .p-mega-4 {
    padding: 36px !important;
  }
  .pt-mega-4,
.py-mega-4 {
    padding-top: 36px !important;
  }
  .pr-mega-4,
.px-mega-4 {
    padding-right: 36px !important;
  }
  .pb-mega-4,
.py-mega-4 {
    padding-bottom: 36px !important;
  }
  .pl-mega-4,
.px-mega-4 {
    padding-left: 36px !important;
  }
  .p-mega-5 {
    padding: 72px !important;
  }
  .pt-mega-5,
.py-mega-5 {
    padding-top: 72px !important;
  }
  .pr-mega-5,
.px-mega-5 {
    padding-right: 72px !important;
  }
  .pb-mega-5,
.py-mega-5 {
    padding-bottom: 72px !important;
  }
  .pl-mega-5,
.px-mega-5 {
    padding-left: 72px !important;
  }
  .m-mega-n1 {
    margin: -6px !important;
  }
  .mt-mega-n1,
.my-mega-n1 {
    margin-top: -6px !important;
  }
  .mr-mega-n1,
.mx-mega-n1 {
    margin-right: -6px !important;
  }
  .mb-mega-n1,
.my-mega-n1 {
    margin-bottom: -6px !important;
  }
  .ml-mega-n1,
.mx-mega-n1 {
    margin-left: -6px !important;
  }
  .m-mega-n2 {
    margin: -12px !important;
  }
  .mt-mega-n2,
.my-mega-n2 {
    margin-top: -12px !important;
  }
  .mr-mega-n2,
.mx-mega-n2 {
    margin-right: -12px !important;
  }
  .mb-mega-n2,
.my-mega-n2 {
    margin-bottom: -12px !important;
  }
  .ml-mega-n2,
.mx-mega-n2 {
    margin-left: -12px !important;
  }
  .m-mega-n3 {
    margin: -24px !important;
  }
  .mt-mega-n3,
.my-mega-n3 {
    margin-top: -24px !important;
  }
  .mr-mega-n3,
.mx-mega-n3 {
    margin-right: -24px !important;
  }
  .mb-mega-n3,
.my-mega-n3 {
    margin-bottom: -24px !important;
  }
  .ml-mega-n3,
.mx-mega-n3 {
    margin-left: -24px !important;
  }
  .m-mega-n4 {
    margin: -36px !important;
  }
  .mt-mega-n4,
.my-mega-n4 {
    margin-top: -36px !important;
  }
  .mr-mega-n4,
.mx-mega-n4 {
    margin-right: -36px !important;
  }
  .mb-mega-n4,
.my-mega-n4 {
    margin-bottom: -36px !important;
  }
  .ml-mega-n4,
.mx-mega-n4 {
    margin-left: -36px !important;
  }
  .m-mega-n5 {
    margin: -72px !important;
  }
  .mt-mega-n5,
.my-mega-n5 {
    margin-top: -72px !important;
  }
  .mr-mega-n5,
.mx-mega-n5 {
    margin-right: -72px !important;
  }
  .mb-mega-n5,
.my-mega-n5 {
    margin-bottom: -72px !important;
  }
  .ml-mega-n5,
.mx-mega-n5 {
    margin-left: -72px !important;
  }
  .m-mega-auto {
    margin: auto !important;
  }
  .mt-mega-auto,
.my-mega-auto {
    margin-top: auto !important;
  }
  .mr-mega-auto,
.mx-mega-auto {
    margin-right: auto !important;
  }
  .mb-mega-auto,
.my-mega-auto {
    margin-bottom: auto !important;
  }
  .ml-mega-auto,
.mx-mega-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-giga-0 {
    margin: 0 !important;
  }
  .mt-giga-0,
.my-giga-0 {
    margin-top: 0 !important;
  }
  .mr-giga-0,
.mx-giga-0 {
    margin-right: 0 !important;
  }
  .mb-giga-0,
.my-giga-0 {
    margin-bottom: 0 !important;
  }
  .ml-giga-0,
.mx-giga-0 {
    margin-left: 0 !important;
  }
  .m-giga-1 {
    margin: 6px !important;
  }
  .mt-giga-1,
.my-giga-1 {
    margin-top: 6px !important;
  }
  .mr-giga-1,
.mx-giga-1 {
    margin-right: 6px !important;
  }
  .mb-giga-1,
.my-giga-1 {
    margin-bottom: 6px !important;
  }
  .ml-giga-1,
.mx-giga-1 {
    margin-left: 6px !important;
  }
  .m-giga-2 {
    margin: 12px !important;
  }
  .mt-giga-2,
.my-giga-2 {
    margin-top: 12px !important;
  }
  .mr-giga-2,
.mx-giga-2 {
    margin-right: 12px !important;
  }
  .mb-giga-2,
.my-giga-2 {
    margin-bottom: 12px !important;
  }
  .ml-giga-2,
.mx-giga-2 {
    margin-left: 12px !important;
  }
  .m-giga-3 {
    margin: 24px !important;
  }
  .mt-giga-3,
.my-giga-3 {
    margin-top: 24px !important;
  }
  .mr-giga-3,
.mx-giga-3 {
    margin-right: 24px !important;
  }
  .mb-giga-3,
.my-giga-3 {
    margin-bottom: 24px !important;
  }
  .ml-giga-3,
.mx-giga-3 {
    margin-left: 24px !important;
  }
  .m-giga-4 {
    margin: 36px !important;
  }
  .mt-giga-4,
.my-giga-4 {
    margin-top: 36px !important;
  }
  .mr-giga-4,
.mx-giga-4 {
    margin-right: 36px !important;
  }
  .mb-giga-4,
.my-giga-4 {
    margin-bottom: 36px !important;
  }
  .ml-giga-4,
.mx-giga-4 {
    margin-left: 36px !important;
  }
  .m-giga-5 {
    margin: 72px !important;
  }
  .mt-giga-5,
.my-giga-5 {
    margin-top: 72px !important;
  }
  .mr-giga-5,
.mx-giga-5 {
    margin-right: 72px !important;
  }
  .mb-giga-5,
.my-giga-5 {
    margin-bottom: 72px !important;
  }
  .ml-giga-5,
.mx-giga-5 {
    margin-left: 72px !important;
  }
  .p-giga-0 {
    padding: 0 !important;
  }
  .pt-giga-0,
.py-giga-0 {
    padding-top: 0 !important;
  }
  .pr-giga-0,
.px-giga-0 {
    padding-right: 0 !important;
  }
  .pb-giga-0,
.py-giga-0 {
    padding-bottom: 0 !important;
  }
  .pl-giga-0,
.px-giga-0 {
    padding-left: 0 !important;
  }
  .p-giga-1 {
    padding: 6px !important;
  }
  .pt-giga-1,
.py-giga-1 {
    padding-top: 6px !important;
  }
  .pr-giga-1,
.px-giga-1 {
    padding-right: 6px !important;
  }
  .pb-giga-1,
.py-giga-1 {
    padding-bottom: 6px !important;
  }
  .pl-giga-1,
.px-giga-1 {
    padding-left: 6px !important;
  }
  .p-giga-2 {
    padding: 12px !important;
  }
  .pt-giga-2,
.py-giga-2 {
    padding-top: 12px !important;
  }
  .pr-giga-2,
.px-giga-2 {
    padding-right: 12px !important;
  }
  .pb-giga-2,
.py-giga-2 {
    padding-bottom: 12px !important;
  }
  .pl-giga-2,
.px-giga-2 {
    padding-left: 12px !important;
  }
  .p-giga-3 {
    padding: 24px !important;
  }
  .pt-giga-3,
.py-giga-3 {
    padding-top: 24px !important;
  }
  .pr-giga-3,
.px-giga-3 {
    padding-right: 24px !important;
  }
  .pb-giga-3,
.py-giga-3 {
    padding-bottom: 24px !important;
  }
  .pl-giga-3,
.px-giga-3 {
    padding-left: 24px !important;
  }
  .p-giga-4 {
    padding: 36px !important;
  }
  .pt-giga-4,
.py-giga-4 {
    padding-top: 36px !important;
  }
  .pr-giga-4,
.px-giga-4 {
    padding-right: 36px !important;
  }
  .pb-giga-4,
.py-giga-4 {
    padding-bottom: 36px !important;
  }
  .pl-giga-4,
.px-giga-4 {
    padding-left: 36px !important;
  }
  .p-giga-5 {
    padding: 72px !important;
  }
  .pt-giga-5,
.py-giga-5 {
    padding-top: 72px !important;
  }
  .pr-giga-5,
.px-giga-5 {
    padding-right: 72px !important;
  }
  .pb-giga-5,
.py-giga-5 {
    padding-bottom: 72px !important;
  }
  .pl-giga-5,
.px-giga-5 {
    padding-left: 72px !important;
  }
  .m-giga-n1 {
    margin: -6px !important;
  }
  .mt-giga-n1,
.my-giga-n1 {
    margin-top: -6px !important;
  }
  .mr-giga-n1,
.mx-giga-n1 {
    margin-right: -6px !important;
  }
  .mb-giga-n1,
.my-giga-n1 {
    margin-bottom: -6px !important;
  }
  .ml-giga-n1,
.mx-giga-n1 {
    margin-left: -6px !important;
  }
  .m-giga-n2 {
    margin: -12px !important;
  }
  .mt-giga-n2,
.my-giga-n2 {
    margin-top: -12px !important;
  }
  .mr-giga-n2,
.mx-giga-n2 {
    margin-right: -12px !important;
  }
  .mb-giga-n2,
.my-giga-n2 {
    margin-bottom: -12px !important;
  }
  .ml-giga-n2,
.mx-giga-n2 {
    margin-left: -12px !important;
  }
  .m-giga-n3 {
    margin: -24px !important;
  }
  .mt-giga-n3,
.my-giga-n3 {
    margin-top: -24px !important;
  }
  .mr-giga-n3,
.mx-giga-n3 {
    margin-right: -24px !important;
  }
  .mb-giga-n3,
.my-giga-n3 {
    margin-bottom: -24px !important;
  }
  .ml-giga-n3,
.mx-giga-n3 {
    margin-left: -24px !important;
  }
  .m-giga-n4 {
    margin: -36px !important;
  }
  .mt-giga-n4,
.my-giga-n4 {
    margin-top: -36px !important;
  }
  .mr-giga-n4,
.mx-giga-n4 {
    margin-right: -36px !important;
  }
  .mb-giga-n4,
.my-giga-n4 {
    margin-bottom: -36px !important;
  }
  .ml-giga-n4,
.mx-giga-n4 {
    margin-left: -36px !important;
  }
  .m-giga-n5 {
    margin: -72px !important;
  }
  .mt-giga-n5,
.my-giga-n5 {
    margin-top: -72px !important;
  }
  .mr-giga-n5,
.mx-giga-n5 {
    margin-right: -72px !important;
  }
  .mb-giga-n5,
.my-giga-n5 {
    margin-bottom: -72px !important;
  }
  .ml-giga-n5,
.mx-giga-n5 {
    margin-left: -72px !important;
  }
  .m-giga-auto {
    margin: auto !important;
  }
  .mt-giga-auto,
.my-giga-auto {
    margin-top: auto !important;
  }
  .mr-giga-auto,
.mx-giga-auto {
    margin-right: auto !important;
  }
  .mb-giga-auto,
.my-giga-auto {
    margin-bottom: auto !important;
  }
  .ml-giga-auto,
.mx-giga-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1600px) {
  .m-tera-0 {
    margin: 0 !important;
  }
  .mt-tera-0,
.my-tera-0 {
    margin-top: 0 !important;
  }
  .mr-tera-0,
.mx-tera-0 {
    margin-right: 0 !important;
  }
  .mb-tera-0,
.my-tera-0 {
    margin-bottom: 0 !important;
  }
  .ml-tera-0,
.mx-tera-0 {
    margin-left: 0 !important;
  }
  .m-tera-1 {
    margin: 6px !important;
  }
  .mt-tera-1,
.my-tera-1 {
    margin-top: 6px !important;
  }
  .mr-tera-1,
.mx-tera-1 {
    margin-right: 6px !important;
  }
  .mb-tera-1,
.my-tera-1 {
    margin-bottom: 6px !important;
  }
  .ml-tera-1,
.mx-tera-1 {
    margin-left: 6px !important;
  }
  .m-tera-2 {
    margin: 12px !important;
  }
  .mt-tera-2,
.my-tera-2 {
    margin-top: 12px !important;
  }
  .mr-tera-2,
.mx-tera-2 {
    margin-right: 12px !important;
  }
  .mb-tera-2,
.my-tera-2 {
    margin-bottom: 12px !important;
  }
  .ml-tera-2,
.mx-tera-2 {
    margin-left: 12px !important;
  }
  .m-tera-3 {
    margin: 24px !important;
  }
  .mt-tera-3,
.my-tera-3 {
    margin-top: 24px !important;
  }
  .mr-tera-3,
.mx-tera-3 {
    margin-right: 24px !important;
  }
  .mb-tera-3,
.my-tera-3 {
    margin-bottom: 24px !important;
  }
  .ml-tera-3,
.mx-tera-3 {
    margin-left: 24px !important;
  }
  .m-tera-4 {
    margin: 36px !important;
  }
  .mt-tera-4,
.my-tera-4 {
    margin-top: 36px !important;
  }
  .mr-tera-4,
.mx-tera-4 {
    margin-right: 36px !important;
  }
  .mb-tera-4,
.my-tera-4 {
    margin-bottom: 36px !important;
  }
  .ml-tera-4,
.mx-tera-4 {
    margin-left: 36px !important;
  }
  .m-tera-5 {
    margin: 72px !important;
  }
  .mt-tera-5,
.my-tera-5 {
    margin-top: 72px !important;
  }
  .mr-tera-5,
.mx-tera-5 {
    margin-right: 72px !important;
  }
  .mb-tera-5,
.my-tera-5 {
    margin-bottom: 72px !important;
  }
  .ml-tera-5,
.mx-tera-5 {
    margin-left: 72px !important;
  }
  .p-tera-0 {
    padding: 0 !important;
  }
  .pt-tera-0,
.py-tera-0 {
    padding-top: 0 !important;
  }
  .pr-tera-0,
.px-tera-0 {
    padding-right: 0 !important;
  }
  .pb-tera-0,
.py-tera-0 {
    padding-bottom: 0 !important;
  }
  .pl-tera-0,
.px-tera-0 {
    padding-left: 0 !important;
  }
  .p-tera-1 {
    padding: 6px !important;
  }
  .pt-tera-1,
.py-tera-1 {
    padding-top: 6px !important;
  }
  .pr-tera-1,
.px-tera-1 {
    padding-right: 6px !important;
  }
  .pb-tera-1,
.py-tera-1 {
    padding-bottom: 6px !important;
  }
  .pl-tera-1,
.px-tera-1 {
    padding-left: 6px !important;
  }
  .p-tera-2 {
    padding: 12px !important;
  }
  .pt-tera-2,
.py-tera-2 {
    padding-top: 12px !important;
  }
  .pr-tera-2,
.px-tera-2 {
    padding-right: 12px !important;
  }
  .pb-tera-2,
.py-tera-2 {
    padding-bottom: 12px !important;
  }
  .pl-tera-2,
.px-tera-2 {
    padding-left: 12px !important;
  }
  .p-tera-3 {
    padding: 24px !important;
  }
  .pt-tera-3,
.py-tera-3 {
    padding-top: 24px !important;
  }
  .pr-tera-3,
.px-tera-3 {
    padding-right: 24px !important;
  }
  .pb-tera-3,
.py-tera-3 {
    padding-bottom: 24px !important;
  }
  .pl-tera-3,
.px-tera-3 {
    padding-left: 24px !important;
  }
  .p-tera-4 {
    padding: 36px !important;
  }
  .pt-tera-4,
.py-tera-4 {
    padding-top: 36px !important;
  }
  .pr-tera-4,
.px-tera-4 {
    padding-right: 36px !important;
  }
  .pb-tera-4,
.py-tera-4 {
    padding-bottom: 36px !important;
  }
  .pl-tera-4,
.px-tera-4 {
    padding-left: 36px !important;
  }
  .p-tera-5 {
    padding: 72px !important;
  }
  .pt-tera-5,
.py-tera-5 {
    padding-top: 72px !important;
  }
  .pr-tera-5,
.px-tera-5 {
    padding-right: 72px !important;
  }
  .pb-tera-5,
.py-tera-5 {
    padding-bottom: 72px !important;
  }
  .pl-tera-5,
.px-tera-5 {
    padding-left: 72px !important;
  }
  .m-tera-n1 {
    margin: -6px !important;
  }
  .mt-tera-n1,
.my-tera-n1 {
    margin-top: -6px !important;
  }
  .mr-tera-n1,
.mx-tera-n1 {
    margin-right: -6px !important;
  }
  .mb-tera-n1,
.my-tera-n1 {
    margin-bottom: -6px !important;
  }
  .ml-tera-n1,
.mx-tera-n1 {
    margin-left: -6px !important;
  }
  .m-tera-n2 {
    margin: -12px !important;
  }
  .mt-tera-n2,
.my-tera-n2 {
    margin-top: -12px !important;
  }
  .mr-tera-n2,
.mx-tera-n2 {
    margin-right: -12px !important;
  }
  .mb-tera-n2,
.my-tera-n2 {
    margin-bottom: -12px !important;
  }
  .ml-tera-n2,
.mx-tera-n2 {
    margin-left: -12px !important;
  }
  .m-tera-n3 {
    margin: -24px !important;
  }
  .mt-tera-n3,
.my-tera-n3 {
    margin-top: -24px !important;
  }
  .mr-tera-n3,
.mx-tera-n3 {
    margin-right: -24px !important;
  }
  .mb-tera-n3,
.my-tera-n3 {
    margin-bottom: -24px !important;
  }
  .ml-tera-n3,
.mx-tera-n3 {
    margin-left: -24px !important;
  }
  .m-tera-n4 {
    margin: -36px !important;
  }
  .mt-tera-n4,
.my-tera-n4 {
    margin-top: -36px !important;
  }
  .mr-tera-n4,
.mx-tera-n4 {
    margin-right: -36px !important;
  }
  .mb-tera-n4,
.my-tera-n4 {
    margin-bottom: -36px !important;
  }
  .ml-tera-n4,
.mx-tera-n4 {
    margin-left: -36px !important;
  }
  .m-tera-n5 {
    margin: -72px !important;
  }
  .mt-tera-n5,
.my-tera-n5 {
    margin-top: -72px !important;
  }
  .mr-tera-n5,
.mx-tera-n5 {
    margin-right: -72px !important;
  }
  .mb-tera-n5,
.my-tera-n5 {
    margin-bottom: -72px !important;
  }
  .ml-tera-n5,
.mx-tera-n5 {
    margin-left: -72px !important;
  }
  .m-tera-auto {
    margin: auto !important;
  }
  .mt-tera-auto,
.my-tera-auto {
    margin-top: auto !important;
  }
  .mr-tera-auto,
.mx-tera-auto {
    margin-right: auto !important;
  }
  .mb-tera-auto,
.my-tera-auto {
    margin-bottom: auto !important;
  }
  .ml-tera-auto,
.mx-tera-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .text-nano-left {
    text-align: left !important;
  }
  .text-nano-right {
    text-align: right !important;
  }
  .text-nano-center {
    text-align: center !important;
  }
}
@media (min-width: 640px) {
  .text-micro-left {
    text-align: left !important;
  }
  .text-micro-right {
    text-align: right !important;
  }
  .text-micro-center {
    text-align: center !important;
  }
}
@media (min-width: 800px) {
  .text-milli-left {
    text-align: left !important;
  }
  .text-milli-right, .site_footer .quicklinks {
    text-align: right !important;
  }
  .text-milli-center {
    text-align: center !important;
  }
}
@media (min-width: 960px) {
  .text-normal-left {
    text-align: left !important;
  }
  .text-normal-right {
    text-align: right !important;
  }
  .text-normal-center {
    text-align: center !important;
  }
}
@media (min-width: 1120px) {
  .text-kilo-left {
    text-align: left !important;
  }
  .text-kilo-right {
    text-align: right !important;
  }
  .text-kilo-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-mega-left {
    text-align: left !important;
  }
  .text-mega-right {
    text-align: right !important;
  }
  .text-mega-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-giga-left {
    text-align: left !important;
  }
  .text-giga-right {
    text-align: right !important;
  }
  .text-giga-center {
    text-align: center !important;
  }
}
@media (min-width: 1600px) {
  .text-tera-left {
    text-align: left !important;
  }
  .text-tera-right {
    text-align: right !important;
  }
  .text-tera-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: #0c4fa3 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #072c5c !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #10b063 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #0a6a3c !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #cda700 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn):not(.button) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: !important;
  }
  .container {
    min-width: !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}
.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel:after {
  content: "";
  display: table;
  clear: both;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}
.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}
.tns-gallery > .tns-slide-active {
  position: relative;
  left: auto !important;
}
.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  margin: 0 auto;
  width: 310px;
  position: relative;
  height: 10px;
  overflow: hidden;
}
.tns-t-ct {
  width: 2333.3333333333%;
  width: -webkit-calc(100% * 70 / 3);
  width: -moz-calc(100% * 70 / 3);
  width: calc(100% * 70 / 3);
  position: absolute;
  right: 0;
}
.tns-t-ct:after {
  content: "";
  display: table;
  clear: both;
}
.tns-t-ct > div {
  width: 1.4285714286%;
  width: -webkit-calc(100% / 70);
  width: -moz-calc(100% / 70);
  width: calc(100% / 70);
  height: 10px;
  float: left;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

* {
  box-sizing: border-box;
}

.box-shadow, .standard_text_block__column .event_box {
  box-shadow: 0px 11px 43px 0px rgba(0, 0, 0, 0.19);
}

/**
* Page section spacer
* Adds a top and/or bottom margin or padding to an element
*/
html {
  font-size: 18px;
}

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

figure {
  margin: 0;
}

body {
  color: #2a2a2a;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  letter-spacing: -0.025em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

a {
  color: #06c;
}

a:focus {
  outline: 1px dashed;
  outline-offset: 0.25em;
}

h1,
h2,
h3,
h4,
.sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3,
h5,
h6 {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  margin: 1em 0 0 0;
  page-break-after: avoid;
}

@media all {
  h1 {
    font-size: 2.0272865295em;
  }
}
@media all and (min-width: 800px) {
  h1 {
    font-size: 2.985984em;
  }
}
@media all and (min-width: 1280px) {
  h1 {
    font-size: 3.8146972656em;
  }
}

@media all {
  h2 {
    font-size: 1.8020324707em;
  }
}
@media all and (min-width: 800px) {
  h2 {
    font-size: 2.48832em;
  }
}
@media all and (min-width: 1280px) {
  h2 {
    font-size: 3.0517578125em;
  }
}

@media all {
  h3 {
    font-size: 1.6018066406em;
  }
}
@media all and (min-width: 800px) {
  h3 {
    font-size: 2.0736em;
  }
}
@media all and (min-width: 1280px) {
  h3 {
    font-size: 2.44140625em;
  }
}

@media all {
  h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3 {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3 {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  h4, .sitewide-popup__content h1,
.sitewide-popup__content h2,
.sitewide-popup__content h3 {
    font-size: 1.953125em;
  }
}

@media all {
  h5 {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  h5 {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  h5 {
    font-size: 1.5625em;
  }
}

@media all {
  h6 {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  h6 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  h6 {
    font-size: 1.25em;
  }
}

hr {
  border: 0;
  border-top: 1px solid;
  margin: 1em 0;
}

blockquote {
  margin: 1em 2em;
}

p {
  margin: 1em 0;
}

pre {
  margin: 1em 0;
  white-space: pre-wrap;
}

address,
cite,
dfn,
em,
i,
var {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

code,
kbd,
pre,
samp {
  font-size: 0.875em;
  font-family: monospace, monospace;
}

pre code,
pre kbd,
pre samp {
  font-size: 1em;
}

small {
  font-size: 0.75em;
}

sub,
sup {
  font-size: 0.75em;
  line-height: 0;
}

sub {
  vertical-align: sub;
}

sup {
  vertical-align: super;
}

dl {
  margin: 1em 0;
}

dd {
  margin-left: 2em;
}

ol,
ul {
  margin: 1em 0;
  padding-left: 2em;
}

ol li {
  list-style: decimal outside none;
}

ol li li {
  list-style: lower-alpha outside none;
}

ol li li li {
  list-style: lower-roman outside none;
}

ul li {
  list-style: disc outside none;
}

ul li li {
  list-style: circle outside none;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1em auto;
}

td,
th {
  padding: 0.25em 0.5em;
  text-align: left;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.page-wrap {
  margin: 0 auto;
  max-width: 71.94rem;
  padding: 0 24px;
  position: relative;
}
.page-wrap::after {
  clear: both;
  content: "";
  display: block;
}

.button {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  font-weight: 500;
  padding: 18px 24px;
  text-decoration: none;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto !important;
}
.button:hover {
  text-decoration: none;
}
.button--small {
  padding: 9px 12px;
  font-size: 0.875rem;
}
.button--turquoise {
  background-color: #1bb8ca;
}
.button--turquoise:hover {
  background-color: #158f9d;
}
.button--green {
  background-color: #10b063;
}
.button--green:hover {
  background-color: #0c8149;
}
.button--yellow, .button--Yellow {
  background-color: #ffd51a;
}
.button--yellow:hover, .button--Yellow:hover {
  background-color: #e6bc00;
}
.button--orange, .sitewide-popup__buttons .button {
  background-color: #f68b21;
}
.button--orange:hover, .sitewide-popup__buttons .button:hover {
  background-color: #db7209;
}
.button--pale-blue {
  background-color: #94b5cd;
}
.button--pale-blue:hover {
  background-color: #719dbd;
}
.button--light-blue {
  background-color: #009ee1;
}
.button--light-blue:hover {
  background-color: #007aae;
}

button,
input,
select,
textarea {
  border-radius: 0;
  font: inherit;
  margin: 0;
}

button,
input {
  line-height: normal;
}

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

button[disabled],
input[disabled] {
  cursor: default;
}

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

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

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

::-ms-clear {
  display: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

input:focus,
textarea:focus {
  outline: 0;
}

:invalid {
  box-shadow: none;
}

.figure,
.wp-caption {
  margin: 1rem 0;
  text-align: center;
}
.figure img,
.wp-caption img {
  display: block;
  margin: 0 auto;
}
.figure blockquote + .caption,
.wp-caption blockquote + .caption {
  text-align: right;
}
.figure > .caption,
.figure > .wp-caption-text,
.wp-caption > .caption,
.wp-caption > .wp-caption-text {
  font-size: 0.875em;
  margin: 0.5em 0;
  text-align: center;
}

.alignnone {
  margin: 0;
}

.aligncenter,
.aligncenter.wp-caption {
  display: block;
  margin: 1em auto;
}

.alignright,
.alignright.wp-caption {
  float: right;
  margin: 1em 0 1em 1em;
  max-width: 50%;
}

.alignleft,
.alignleft.wp-caption {
  float: left;
  margin: 1em 1em 1em 0;
  max-width: 50%;
}

.site_header {
  font-weight: 500;
  padding: 1.39rem 0;
  background-color: #00153b;
}
@media all and (min-width: 1366px) {
  .site_header {
    padding: 1.05rem 1.39rem 0.89rem 1.39rem;
  }
}
.site_header--js-ready {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  background-color: rgba(0, 21, 59, 0.85);
}
.site_header--js-ready .menu-item-has-children .nav-icon {
  width: 24px;
  transform: none;
}
.site_header--js-ready .menu-item-has-children .nav-icon.active {
  transform: rotate(180deg);
}
.site_header--js-ready .menu-item-has-children ul.hidden {
  display: none;
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .menu-item-has-children ul {
    position: absolute;
    z-index: 1;
    top: 43px;
    left: 0;
  }
}
.site_header--js-ready .menu-item-has-children ul li {
  margin: 0;
  width: 100%;
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .menu-item-has-children ul li:after {
    display: none;
  }
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .menu-item-has-children ul li a {
    padding: 1rem;
  }
  .site_header--js-ready .menu-item-has-children ul li a:hover {
    background-color: #00276e;
  }
}
.site_header--js-ready .sub-menu .nav-icon {
  transform: rotate(-90deg);
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .sub-menu .nav-icon {
    display: none;
  }
}
.site_header--js-ready ul li a {
  display: flex !important;
  justify-content: space-between;
}
.site_header--js-ready ul li a .nav-icon {
  width: 24px;
  min-width: 24px;
  transform: rotate(-90deg);
  fill: #FFF;
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .site_header__navigation-links ul li > a {
    padding: 0;
  }
}
@media all and (min-width: 1366px) {
  .site_header--js-ready .site_header__navigation-links ul li ul li > a {
    padding: 1rem !important;
  }
}
@media all and (min-width: 1366px) {
  .site_header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .site_header__wrap--left {
    flex-basis: 41%;
    max-width: 160px;
  }
}
@media all and (min-width: 1366px) and (min-width: 1600px) {
  .site_header__wrap--left {
    max-width: 250px;
  }
}
@media all and (min-width: 1366px) and (min-width: 1800px) {
  .site_header__wrap--left {
    max-width: 361px;
  }
}
@media all and (min-width: 1366px) {
  .site_header__wrap--right {
    display: flex;
    flex-direction: column-reverse;
  }
}
.site_header__logo {
  padding: 0 0 0 1rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (min-width: 1366px) {
  .site_header__logo {
    padding-left: 0;
  }
}
.site_header__logo-heading {
  margin: 0;
}
.site_header__logo-link {
  max-width: 150px;
  display: block;
}
@media all and (min-width: 480px) {
  .site_header__logo-link {
    max-width: 250px;
  }
}
@media all and (min-width: 1600px) {
  .site_header__logo-link {
    max-width: 100%;
  }
}
.site_header__logo-link img {
  max-width: 100%;
  width: 100%;
}
.site_header__logo .nav-toggle {
  background: transparent;
  border: none;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 21px);
  right: 1rem;
}
@media all and (min-width: 1366px) {
  .site_header__logo .nav-toggle {
    display: none;
  }
}
.site_header__logo .nav-toggle.hidden {
  display: none;
}
.site_header__logo .nav-toggle img {
  width: 100%;
  max-width: 100%;
  min-width: 30px;
}
.site_header__top {
  display: flex;
  flex-direction: column-reverse;
}
@media all and (min-width: 1366px) {
  .site_header__top {
    justify-content: flex-end;
    flex-direction: row;
    align-items: center;
    text-align: right;
  }
}
.site_header__navigation.hidden {
  display: none;
}
@media all and (min-width: 1366px) {
  .site_header__navigation {
    display: block !important;
    flex-basis: 100%;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top {
    display: flex;
    flex-wrap: wrap;
  }
}
.site_header__navigation__top-links ul {
  padding: 0;
  margin: 0;
}
.site_header__navigation__top-links ul li {
  list-style: none;
  margin: 0;
  position: relative;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links ul li {
    display: inline-flex;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links ul li {
    font-size: 0.85rem;
  }
}
@media all and (min-width: 1440px) {
  .site_header__navigation__top-links ul li {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1800px) {
  .site_header__navigation__top-links ul li {
    font-size: 1rem;
  }
}
.site_header__navigation__top-links ul li > a {
  color: #FFF;
  display: block;
  padding: 1rem;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links ul li > a {
    padding: 0 1rem;
  }
}
.site_header__navigation__top-links ul li > a:hover {
  background-color: #1bb8ca;
  text-decoration: none;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links ul li > a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links ul li > a .nav-icon {
    display: none;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_1 ul li.current-menu-item:after, .site_header__navigation__top-links--site_1 ul li.current_page_parent:after, .site_header__navigation__top-links--site_1 ul li.current_page_ancestor:after, .site_header__navigation__top-links--site_1 ul li.current-menu-parent:after {
    background: #1bb8ca !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation__top-links--site_1 ul li.current-menu-item > a, .site_header__navigation__top-links--site_1 ul li.current_page_parent > a, .site_header__navigation__top-links--site_1 ul li.current_page_ancestor > a, .site_header__navigation__top-links--site_1 ul li.current-menu-parent > a {
  background-color: #1bb8ca;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_1 ul li.current-menu-item > a, .site_header__navigation__top-links--site_1 ul li.current_page_parent > a, .site_header__navigation__top-links--site_1 ul li.current_page_ancestor > a, .site_header__navigation__top-links--site_1 ul li.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_2 ul li.current-menu-item.current-menu-item:after, .site_header__navigation__top-links--site_2 ul li.current_page_parent.current_page_parent:after, .site_header__navigation__top-links--site_2 ul li.current_page_ancestor.current_page_ancestor:after, .site_header__navigation__top-links--site_2 ul li.current-menu-parent.current-menu-parent:after {
    background: #10b063 !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation__top-links--site_2 ul li.current-menu-item.current-menu-item > a, .site_header__navigation__top-links--site_2 ul li.current_page_parent.current_page_parent > a, .site_header__navigation__top-links--site_2 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation__top-links--site_2 ul li.current-menu-parent.current-menu-parent > a {
  background-color: #10b063;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_2 ul li.current-menu-item.current-menu-item > a, .site_header__navigation__top-links--site_2 ul li.current_page_parent.current_page_parent > a, .site_header__navigation__top-links--site_2 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation__top-links--site_2 ul li.current-menu-parent.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
.site_header__navigation__top-links--site_2 ul li > a:not(li):hover {
  background-color: #10b063;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_2 ul li > a:not(li):hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_3 ul li.current-menu-item.current-menu-item:after, .site_header__navigation__top-links--site_3 ul li.current_page_parent.current_page_parent:after, .site_header__navigation__top-links--site_3 ul li.current_page_ancestor.current_page_ancestor:after, .site_header__navigation__top-links--site_3 ul li.current-menu-parent.current-menu-parent:after {
    background: #ffd51a !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation__top-links--site_3 ul li.current-menu-item.current-menu-item > a, .site_header__navigation__top-links--site_3 ul li.current_page_parent.current_page_parent > a, .site_header__navigation__top-links--site_3 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation__top-links--site_3 ul li.current-menu-parent.current-menu-parent > a {
  background-color: #ffd51a;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_3 ul li.current-menu-item.current-menu-item > a, .site_header__navigation__top-links--site_3 ul li.current_page_parent.current_page_parent > a, .site_header__navigation__top-links--site_3 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation__top-links--site_3 ul li.current-menu-parent.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
.site_header__navigation__top-links--site_3 ul li > a:not(li):hover {
  background-color: #ffd51a;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-links--site_3 ul li > a:not(li):hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
  }
}
.site_header__navigation__top-socials {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem;
}
@media all and (min-width: 1366px) {
  .site_header__navigation__top-socials {
    display: inline-flex;
    flex-wrap: nowrap;
    padding: 0;
  }
}
.site_header__navigation__top-socials a {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  background-color: #FFF;
  display: flex;
  width: 100%;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0.55rem;
  border-radius: 100px;
}
.site_header__navigation__top-socials a:last-of-type {
  margin-right: 0;
}
.site_header__navigation__top-socials a:hover {
  background-color: #d9d9d9;
}
.site_header__navigation-links.hidden {
  display: none;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_1 ul li.current-menu-item:after, .site_header__navigation-links--site_1 ul li.current_page_parent:after, .site_header__navigation-links--site_1 ul li.current_page_ancestor:after, .site_header__navigation-links--site_1 ul li.current-menu-parent:after {
    background: #1bb8ca !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation-links--site_1 ul li.current-menu-item > a, .site_header__navigation-links--site_1 ul li.current_page_parent > a, .site_header__navigation-links--site_1 ul li.current_page_ancestor > a, .site_header__navigation-links--site_1 ul li.current-menu-parent > a {
  background-color: #1bb8ca;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_1 ul li.current-menu-item > a, .site_header__navigation-links--site_1 ul li.current_page_parent > a, .site_header__navigation-links--site_1 ul li.current_page_ancestor > a, .site_header__navigation-links--site_1 ul li.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_2 ul li.current-menu-item.current-menu-item:after, .site_header__navigation-links--site_2 ul li.current_page_parent.current_page_parent:after, .site_header__navigation-links--site_2 ul li.current_page_ancestor.current_page_ancestor:after, .site_header__navigation-links--site_2 ul li.current-menu-parent.current-menu-parent:after {
    background: #10b063 !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation-links--site_2 ul li.current-menu-item.current-menu-item > a, .site_header__navigation-links--site_2 ul li.current_page_parent.current_page_parent > a, .site_header__navigation-links--site_2 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation-links--site_2 ul li.current-menu-parent.current-menu-parent > a {
  background-color: #10b063;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_2 ul li.current-menu-item.current-menu-item > a, .site_header__navigation-links--site_2 ul li.current_page_parent.current_page_parent > a, .site_header__navigation-links--site_2 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation-links--site_2 ul li.current-menu-parent.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
.site_header__navigation-links--site_2 ul li > a:not(li):hover {
  background-color: #10b063;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_2 ul li > a:not(li):hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_3 ul li.current-menu-item.current-menu-item:after, .site_header__navigation-links--site_3 ul li.current_page_parent.current_page_parent:after, .site_header__navigation-links--site_3 ul li.current_page_ancestor.current_page_ancestor:after, .site_header__navigation-links--site_3 ul li.current-menu-parent.current-menu-parent:after {
    background: #ffd51a !important;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation-links--site_3 ul li.current-menu-item.current-menu-item > a, .site_header__navigation-links--site_3 ul li.current_page_parent.current_page_parent > a, .site_header__navigation-links--site_3 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation-links--site_3 ul li.current-menu-parent.current-menu-parent > a {
  background-color: #ffd51a;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_3 ul li.current-menu-item.current-menu-item > a, .site_header__navigation-links--site_3 ul li.current_page_parent.current_page_parent > a, .site_header__navigation-links--site_3 ul li.current_page_ancestor.current_page_ancestor > a, .site_header__navigation-links--site_3 ul li.current-menu-parent.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
.site_header__navigation-links--site_3 ul li > a:not(li):hover {
  background-color: #ffd51a;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links--site_3 ul li > a:not(li):hover {
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links {
    display: block !important;
  }
}
.site_header__navigation-links ul {
  padding: 0;
  margin-bottom: 0;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul {
    margin-top: 2.89rem;
  }
}
.site_header__navigation-links ul li {
  list-style: none;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li {
    font-size: 0.85rem;
    margin-left: 1rem;
    display: inline-block;
    position: relative;
  }
  .site_header__navigation-links ul li:first-of-type {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px) {
  .site_header__navigation-links ul li {
    font-size: 0.9rem;
    margin-left: 1.25rem;
  }
}
@media all and (min-width: 1600px) {
  .site_header__navigation-links ul li {
    margin-left: 1.5rem;
  }
}
@media all and (min-width: 1800px) {
  .site_header__navigation-links ul li {
    font-size: 1rem;
    margin-left: 1.75rem;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li.current-menu-item:after, .site_header__navigation-links ul li.current_page_parent:after, .site_header__navigation-links ul li.current_page_ancestor:after, .site_header__navigation-links ul li.current-menu-parent:after {
    background: #f68b21;
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    width: 25px;
  }
}
.site_header__navigation-links ul li.current-menu-item > a, .site_header__navigation-links ul li.current_page_parent > a, .site_header__navigation-links ul li.current_page_ancestor > a, .site_header__navigation-links ul li.current-menu-parent > a {
  background-color: #1bb8ca;
  text-decoration: none;
  color: #000;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li.current-menu-item > a, .site_header__navigation-links ul li.current_page_parent > a, .site_header__navigation-links ul li.current_page_ancestor > a, .site_header__navigation-links ul li.current-menu-parent > a {
    background-color: transparent;
    color: #FFF;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li:not(.menu-item-has-children) .nav-icon {
    display: none;
  }
}
.site_header__navigation-links ul li > a {
  color: #FFF;
  display: block;
  padding: 1rem;
}
.site_header__navigation-links ul li > a:hover {
  background-color: #1bb8ca;
  text-decoration: none;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li > a {
    background-color: transparent;
    padding: 0 24px 0 0;
  }
  .site_header__navigation-links ul li > a:hover {
    background-color: transparent;
    text-decoration: underline;
  }
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li:not(.menu-item-has-children) > a {
    padding: 0;
  }
}
.site_header__navigation-links ul li > ul {
  display: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li > ul {
    background-color: rgba(0, 21, 59, 0.85);
  }
}
.site_header__navigation-links ul li > ul.js-ready {
  display: block;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li > ul.js-ready {
    width: calc(100% + 1.4rem);
  }
}
.site_header__navigation-links ul li > ul li a {
  padding-left: 2.25rem;
  text-decoration: none;
}
.site_header__navigation-links ul li > ul li a:hover {
  text-decoration: none;
}
.site_header__navigation-links ul li > ul li.current-menu-item a,
.site_header__navigation-links ul li > ul li.current-page-ancestor a {
  background-color: #1bb8ca;
}
@media all and (min-width: 1366px) {
  .site_header__navigation-links ul li > ul li.current-menu-item a,
.site_header__navigation-links ul li > ul li.current-page-ancestor a {
    background-color: #00276e;
  }
}

.site_banner {
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/banner-bg-default.jpg");
  background-size: cover;
  background-position: center;
  padding: 7rem 0 2rem 0;
}
@media all and (min-width: 480px) {
  .site_banner {
    padding: 9rem 0 2rem 0;
  }
}
@media all and (min-width: 1280px) {
  .site_banner {
    padding: 12rem 0 4rem 0;
  }
}
@media all and (min-width: 1366px) {
  .site_banner {
    padding: 14rem 0 4rem 0;
  }
}
@media all and (min-width: 1600px) {
  .site_banner {
    padding: 14.76rem 0 6.2rem 0;
  }
}
.site_banner__heading {
  margin: 0;
  padding: 1rem;
  display: inline-block;
  max-width: 32.52rem;
  letter-spacing: -2px;
  background-color: #00153b;
  color: #FFF;
  font-weight: 500;
}
@media all and (min-width: 640px) {
  .site_banner__heading {
    padding: 1.4rem;
  }
}
.site_banner__heading--turquoise {
  background-color: #1bb8ca;
  color: #2a2a2a;
}
.site_banner__heading--green {
  background-color: #10b063;
  color: #2a2a2a;
}
.site_banner__heading--yellow, .site_banner__heading--Yellow {
  background-color: #ffd51a;
  color: #2a2a2a;
}
.site_banner__heading--dark-blue {
  background-color: #00153b;
  color: #FFF;
}
.site_banner__arrow {
  text-align: center;
  margin-top: 4rem;
}
@media all and (min-width: 640px) {
  .site_banner__arrow {
    margin-top: 6rem;
  }
}
@media all and (min-width: 800px) {
  .site_banner__arrow {
    margin-top: 8rem;
  }
}
.site_banner__arrow .arrow-wrap {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  background-color: #FFF;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  margin: auto;
  cursor: pointer;
}
.site_banner__arrow .arrow-wrap:hover {
  background-color: #d9d9d9;
}
.site_banner__arrow .arrow-wrap img {
  width: 32px;
  height: 32px;
}
.site_banner--home-banner {
  height: 100vh;
  position: relative;
}
@media all and (min-width: 640px) {
  .site_banner--home-banner {
    padding: 5rem 0;
  }
}
@media all and (min-width: 960px) {
  .site_banner--home-banner {
    padding: 6.2rem 0;
  }
}
.site_banner--home-banner .page-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  position: static;
}
.site_banner--home-banner .site_banner__arrow {
  margin-top: 0;
  position: absolute;
  bottom: 1rem;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 640px) {
  .site_banner--home-banner .site_banner__arrow {
    bottom: 2.78rem;
  }
}

.gsc-control-searchbox-only {
  display: flex;
  align-items: center;
}
.gsc-control-searchbox-only .gsc-search-box {
  height: 1.9rem;
  margin: 0;
}
.gsc-control-searchbox-only .gsc-search-box tbody {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 1.9rem;
}
.gsc-control-searchbox-only .gsc-search-box tbody .gsc-input {
  padding: 0;
  padding-right: 0;
  height: 1.9rem;
}
.gsc-control-searchbox-only .gsc-search-box tbody .gsc-input table {
  margin: 0;
}
.gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button {
  margin: 0;
  padding: 0;
  height: 2rem;
  width: 3rem;
}
.gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2 {
  transition-duration: 200ms;
  padding: 0.43rem 0;
  background-color: #1bb8ca;
  border-color: #1bb8ca;
  border-radius: 0;
}
.gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2:hover {
  background-color: #158f9d;
  border-color: #158f9d;
}

#hub_site_1, #hub_site_2, #hub_site_3 {
  padding: 1em;
}
@media all and (min-width: 1366px) {
  #hub_site_1, #hub_site_2, #hub_site_3 {
    padding: 0;
  }
}

#hub_site_2 .gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2 {
  background-color: #10b063;
  border-color: #10b063;
}
#hub_site_2 .gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2:hover {
  background-color: #0c8149;
  border-color: #0c8149;
}

#hub_site_3 .gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2 {
  background-color: #ffd51a;
  border-color: #ffd51a;
}
#hub_site_3 .gsc-control-searchbox-only .gsc-search-box tbody .gsc-search-button-v2:hover {
  background-color: #e6bc00;
  border-color: #e6bc00;
}

.gsc-control-cse {
  border-color: transparent !important;
  padding: 0 !important;
  font-family: "Montserrat", sans-serif !important;
}
.gsc-control-cse .gs-webResult.gs-result a.gs-title:link {
  color: #00153b !important;
}
.gsc-control-cse .gsc-title {
  font-family: "Montserrat", sans-serif !important;
}
.gsc-control-cse .gsc-title a {
  color: #00153b !important;
}
.gsc-control-cse .gsc-url-top {
  font-family: "Montserrat", sans-serif !important;
}
.gsc-control-cse .gsc-url-top .gs-visibleUrl-long {
  color: #003088 !important;
}
.gsc-control-cse .gs-snippet {
  font-family: "Montserrat", sans-serif !important;
}
.gsc-control-cse .gcsc-more-maybe-branding-root {
  display: none;
}

.crumbtrail {
  margin-bottom: 100px;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: 0.5rem;
}
@media all and (max-width: 799px) {
  .crumbtrail {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .crumbtrail {
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 800px) {
  .crumbtrail {
    margin-bottom: 76px !important;
  }
}
.crumbtrail a {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  color: #000;
  text-decoration: underline;
}
.crumbtrail a:hover {
  color: #0c4fa3;
}
.crumbtrail .crumb__sep {
  margin: 0 7px;
  position: relative;
  top: 2px;
}

.sub-section_navigation {
  background-color: #00153b;
}
@media all and (max-width: 639px) {
  .sub-section_navigation .page-wrap {
    padding: 0;
  }
}
.sub-section_navigation ul {
  margin: 0;
  padding: 0;
}
.sub-section_navigation ul li {
  list-style: none;
  font-size: 0.5rem;
  padding: 0;
}
@media all and (min-width: 640px) {
  .sub-section_navigation ul li {
    font-size: 1rem;
  }
}
.sub-section_navigation ul li a {
  font-weight: 500;
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  padding: 0.5rem;
  color: #FFF;
  text-align: center;
  width: 100%;
  font-size: 0.85rem;
}
@media all and (min-width: 1440px) {
  .sub-section_navigation ul li a {
    font-size: 0.9rem;
  }
}
@media all and (min-width: 1800px) {
  .sub-section_navigation ul li a {
    font-size: 1rem;
  }
}
@media all and (min-width: 640px) {
  .sub-section_navigation ul li a {
    padding: 1.67rem 0.5rem;
  }
}
@media all and (min-width: 960px) {
  .sub-section_navigation ul li a {
    padding: 1.33rem 0;
  }
}
.sub-section_navigation ul li a:hover {
  text-decoration: none;
  background-color: #003088;
}
.sub-section_navigation ul li:nth-child(2).active > a {
  color: #000;
  background-color: #1bb8ca;
}
.sub-section_navigation ul li:nth-child(3).active > a {
  color: #000;
  background-color: #10b063;
}
.sub-section_navigation ul li:nth-child(4).active > a {
  color: #000;
  background-color: #ffd51a;
}
.sub-section_navigation ul li.active > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media all and (min-width: 640px) {
  .sub-section_navigation ul li.active > a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #FFF;
  }
}

.site_hub_cta {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 799px) {
  .site_hub_cta {
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .site_hub_cta {
    margin-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .site_hub_cta {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .site_hub_cta {
    margin-bottom: 4.5rem;
  }
}
.site_hub_cta .cta-link {
  text-align: center;
  text-decoration: none;
  color: #2a2a2a;
}
@media all and (max-width: 639px) {
  .site_hub_cta .cta-link + .cta-link {
    margin-top: 6rem;
  }
}
.site_hub_cta .cta-link:hover .button--turquoise {
  background-color: #158f9d;
}
.site_hub_cta .cta-link:hover .button--green {
  background-color: #0c8149;
}
.site_hub_cta .cta-link:hover .button--yellow,
.site_hub_cta .cta-link:hover .button--Yellow {
  background-color: #e6bc00;
}
.site_hub_cta .cta-link-image {
  margin-bottom: 1.39rem;
}
.site_hub_cta .cta-link-heading {
  font-weight: 500;
  margin: 0 0 1.39rem 0;
}
@media all {
  .site_hub_cta .cta-link-heading {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .site_hub_cta .cta-link-heading {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .site_hub_cta .cta-link-heading {
    font-size: 1.25em;
  }
}
.site_hub_cta .cta-link-excerpt {
  margin: 0 0 2rem 0;
}

.news_meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.news_meta__date {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0;
}

.standard_text_block {
  padding-bottom: 100px;
  background-color: #FFF;
}
@media all and (max-width: 799px) {
  .standard_text_block {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .standard_text_block {
    padding-bottom: 4.5rem;
  }
}
.standard_text_block > :first-child,
.standard_text_block > :first-child :first-child {
  margin-top: 0;
}
.standard_text_block > :last-child,
.standard_text_block > :last-child :last-child {
  margin-bottom: 0;
}
.standard_text_block--has-background {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0c4fa3;
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/bubble-bg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #FFF;
}
@media all and (max-width: 799px) {
  .standard_text_block--has-background {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .standard_text_block--has-background {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .standard_text_block--has-background {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .standard_text_block--has-background {
    padding-bottom: 4.5rem;
  }
}
.standard_text_block--events-block {
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/section-background-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
@media all {
  .standard_text_block--events-block .heading {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .standard_text_block--events-block .heading {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .standard_text_block--events-block .heading {
    font-size: 1.953125em;
  }
}
.standard_text_block + .project_phase_section {
  margin-top: 15px;
}
.standard_text_block .heading {
  font-weight: 500;
  margin-bottom: 100px;
}
@media all and (max-width: 799px) {
  .standard_text_block .heading {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .standard_text_block .heading {
    margin-bottom: 4.5rem;
  }
}
.standard_text_block__column > :first-child,
.standard_text_block__column > :first-child :first-child {
  margin-top: 0;
}
.standard_text_block__column > :last-child,
.standard_text_block__column > :last-child :last-child {
  margin-bottom: 0;
}
@media all and (max-width: 799px) {
  .standard_text_block__column:first-of-type {
    margin-bottom: 2rem;
  }
}
.standard_text_block__column .column_heading {
  font-weight: 500;
}
.standard_text_block__column .event_box {
  background-color: #FFF;
  padding: 1.39rem;
}
@media all and (min-width: 960px) {
  .standard_text_block__column .event_box {
    padding: 2.78rem;
  }
}
.standard_text_block__column .event_box__meta {
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  height: auto !important;
}
.standard_text_block__column .event_box__meta .icon {
  margin-right: 0.67rem;
  border-radius: 100px;
  width: 50px;
  height: 50px !important;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.standard_text_block__column .event_box__meta .icon--orange {
  background-color: #f68b21;
}
.standard_text_block__column .event_box__meta .icon img {
  height: auto !important;
}
.standard_text_block__column .event_box__meta .title {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0.67rem 0 0;
  color: #2a2a2a;
  font-size: 0.8rem;
  flex-basis: 70%;
  margin-top: 1rem;
}
@media all and (min-width: 347px) {
  .standard_text_block__column .event_box__meta .title {
    margin-top: 0;
  }
}
@media all and (min-width: 800px) {
  .standard_text_block__column .event_box__meta .title {
    flex-basis: auto;
  }
}
.standard_text_block__column .event_box__meta .date {
  background-color: #0c4fa3;
  color: #FFF;
  display: inline-block;
  padding: 5px 11px;
  font-size: 0.8rem;
  text-transform: uppercase;
}
@media all and (min-width: 800px) {
  .standard_text_block__column .event_box__meta .date {
    margin-top: 0;
  }
}
.standard_text_block__column .event_box__heading {
  font-weight: 500;
  color: #2a2a2a;
  margin: 1.39rem 0;
}
@media all {
  .standard_text_block__column .event_box__heading {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .standard_text_block__column .event_box__heading {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .standard_text_block__column .event_box__heading {
    font-size: 1.5625em;
  }
}
.standard_text_block__column .event_box__excerpt {
  color: #2a2a2a;
  margin-bottom: 1.83rem;
}
.standard_text_block__column .event_box__links {
  display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.standard_text_block__column .event_box__links .link_wrap {
  flex-basis: 100%;
  height: auto !important;
}
@media all and (min-width: 960px) {
  .standard_text_block__column .event_box__links .link_wrap {
    flex-basis: 60%;
  }
}
@media all and (min-width: 960px) {
  .standard_text_block__column .event_box__links .link_wrap:last-of-type {
    display: flex;
    flex-basis: 50%;
  }
}
@media all and (min-width: 1280px) {
  .standard_text_block__column .event_box__links .link_wrap:last-of-type {
    flex-basis: 40%;
  }
}
.standard_text_block__column .event_box__links .underlined_link {
  font-weight: 500;
  color: #0c4fa3;
  text-decoration: underline;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  width: 100%;
}
@media all and (min-width: 1280px) {
  .standard_text_block__column .event_box__links .underlined_link {
    margin-top: 0;
    justify-content: flex-end;
  }
}
.standard_text_block__column .event_box__links .underlined_link .icon {
  max-width: 1.222rem;
  min-height: 1.33rem;
}

.link_box_section--grey {
  background-color: #f4f4f4;
}
.link_box_section--top-spacing {
  padding-top: 100px;
}
@media all and (max-width: 799px) {
  .link_box_section--top-spacing {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .link_box_section--top-spacing {
    padding-top: 4.5rem;
  }
}
.link_box_section--bottom-spacing {
  padding-bottom: 100px;
}
@media all and (max-width: 799px) {
  .link_box_section--bottom-spacing {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .link_box_section--bottom-spacing {
    padding-bottom: 4.5rem;
  }
}
.link_box_section__heading {
  font-weight: 500;
  margin-bottom: 100px;
  margin-top: 0;
}
@media all and (max-width: 799px) {
  .link_box_section__heading {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .link_box_section__heading {
    margin-bottom: 4.5rem;
  }
}
.link_box_section__row {
  margin-bottom: -1.39rem;
}
.link_box_section__column {
  margin-bottom: 1.39rem;
}
.link_box_section__column > :first-child,
.link_box_section__column > :first-child :first-child {
  margin-top: 0;
}
.link_box_section__column > :last-child,
.link_box_section__column > :last-child :last-child {
  margin-bottom: 0;
}
.link_box_section__column:hover {
  text-decoration: none;
  color: #2a2a2a;
}
.link_box_section__column:hover > a {
  background-color: #ebebeb;
  border-color: #d0d0d0;
}
.link_box_section__column--alternate-column {
  margin-bottom: calc(1.39rem + 15px);
}
.link_box_section__column--alternate-column a {
  padding-top: 0 !important;
  background-color: #FFF;
}
.link_box_section__column--alternate-column a .heading_wrap .title {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.link_box_section__column--alternate-column a .date {
  position: relative;
  top: -15px;
  margin-bottom: 10px;
}
.link_box_section__column--alternate-column a .excerpt {
  font-weight: 500;
}
@media all {
  .link_box_section__column--alternate-column a .excerpt {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .link_box_section__column--alternate-column a .excerpt {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .link_box_section__column--alternate-column a .excerpt {
    font-size: 1.25em;
  }
}
.link_box_section__column a {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  padding: 1.39rem 1.39rem 2.5rem 1.39rem;
  color: #2a2a2a;
  text-decoration: none;
  display: block;
  border: 1px solid #CCCCCC;
}
.link_box_section__column a > :first-child,
.link_box_section__column a > :first-child :first-child {
  margin-top: 0;
}
.link_box_section__column a > :last-child,
.link_box_section__column a > :last-child :last-child {
  margin-bottom: 0;
}
.link_box_section__column .date {
  text-transform: uppercase;
  background-color: #0c4fa3;
  color: #FFF;
  display: inline-block;
  padding: 5px 11px;
  font-size: 0.8rem;
}
.link_box_section__column .heading_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1.39rem 0;
}
.link_box_section__column .heading_wrap .icon {
  margin-right: 0.666rem;
  width: 50px;
  height: 50px !important;
  min-width: 50px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
}
.link_box_section__column .heading_wrap .icon--turquoise {
  background-color: #1bb8ca;
}
.link_box_section__column .heading_wrap .icon--yellow, .link_box_section__column .heading_wrap .icon--Yellow {
  background-color: #ffd51a;
}
.link_box_section__column .heading_wrap .icon--green {
  background-color: #10b063;
}
.link_box_section__column .heading_wrap .icon img {
  height: auto !important;
}
.link_box_section__column .heading_wrap .title {
  margin: 0;
}
@media all {
  .link_box_section__column .heading_wrap .title {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .link_box_section__column .heading_wrap .title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .link_box_section__column .heading_wrap .title {
    font-size: 1.25em;
  }
}
.link_box_section__column .excerpt {
  margin: 0 0 2.5rem 0;
}
.link_box_section__column .underlined_text {
  font-weight: 500;
  color: #0c4fa3;
  text-decoration: underline;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.link_box_section__column .underlined_text .icon {
  max-width: 1.222rem;
  min-height: 1.33rem;
  position: relative;
  top: 2px;
}

.partner_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #FFF;
}
@media all and (max-width: 799px) {
  .partner_section {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .partner_section {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .partner_section {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .partner_section {
    padding-bottom: 4.5rem;
  }
}
.partner_section > :first-child,
.partner_section > :first-child :first-child {
  margin-top: 0;
}
.partner_section > :last-child,
.partner_section > :last-child :last-child {
  margin-bottom: 0;
}
.partner_section__heading {
  font-weight: 500;
  margin-bottom: 2.3rem;
}
@media all {
  .partner_section__heading {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .partner_section__heading {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .partner_section__heading {
    font-size: 1.953125em;
  }
}
@media all and (max-width: 1279px) {
  .partner_section__carousel__slide--no-js {
    margin-bottom: 1.39rem;
  }
}
.partner_section__carousel__slide .image_wrap {
  border: 1px solid #c5c5c5;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 194px;
}
@media all and (min-width: 1280px) {
  .partner_section__carousel__slide .image_wrap {
    min-height: 194px;
    max-height: 194px;
  }
}
.partner_section__carousel__controls_wrap {
  display: flex;
  justify-content: center;
  margin-top: 1.39rem;
}
.partner_section__carousel__controls_wrap--hidden {
  display: none;
}
@media all and (min-width: 640px) {
  .partner_section__carousel__controls_wrap {
    justify-content: flex-end;
  }
}
.partner_section__carousel__controls_wrap .control {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  background-color: #0c4fa3;
  width: 26px;
  height: 26px;
  border-radius: 100px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
}
.partner_section__carousel__controls_wrap .control:hover {
  background-color: #093873;
}
.partner_section__carousel__controls_wrap .control img {
  width: 1.33rem;
}
.partner_section__carousel__controls_wrap .carousel_pager_wrap {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.partner_section__carousel__controls_wrap .carousel_pager_wrap .pager {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  width: 10px;
  height: 10px;
  display: block;
  background-color: #c5c5c5;
  margin: 0 5px;
}
.partner_section__carousel__controls_wrap .carousel_pager_wrap .pager:hover {
  background-color: #acacac;
}
.partner_section__carousel__controls_wrap .carousel_pager_wrap .pager.tns-nav-active {
  background-color: #0c4fa3;
}

.newsletter_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0c4fa3;
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/section-background-image.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #FFF;
  position: relative;
}
@media all and (max-width: 799px) {
  .newsletter_section {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .newsletter_section {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .newsletter_section {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .newsletter_section {
    padding-bottom: 4.5rem;
  }
}
@media all and (min-width: 800px) {
  .newsletter_section__column {
    display: flex;
    align-items: center;
  }
}
@media all {
  .newsletter_section__column:first-of-type {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .newsletter_section__column:first-of-type {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .newsletter_section__column:first-of-type {
    font-size: 1.5625em;
  }
}
@media all and (min-width: 800px) {
  .newsletter_section__column:last-of-type {
    justify-content: flex-end;
  }
}
.newsletter_section__column .text {
  font-weight: 500;
  letter-spacing: -1px;
  margin: 0;
}
@media all and (max-width: 799px) {
  .newsletter_section__column .button {
    margin-top: 2rem;
  }
}
.newsletter_section__arrow {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  position: absolute;
  background-color: #009ee1;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -87px;
  right: 1.3rem;
  z-index: 2;
}
.newsletter_section__arrow:hover {
  background-color: #007aae;
}
@media all and (min-width: 800px) {
  .newsletter_section__arrow {
    bottom: -107px;
  }
}
@media all and (min-width: 1280px) {
  .newsletter_section__arrow {
    bottom: -125px;
  }
}

.mega_footer {
  overflow: hidden;
}
@media all and (max-width: 1279px) {
  .mega_footer .page-wrap {
    padding: 0 15px;
  }
}
.mega_footer .logo {
  margin-bottom: 2.83rem;
}
.mega_footer .heading {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1.39rem;
}
@media all {
  .mega_footer .heading {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .mega_footer .heading {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .mega_footer .heading {
    font-size: 1.25em;
  }
}
.mega_footer__company_info {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}
@media all and (max-width: 799px) {
  .mega_footer__company_info {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .mega_footer__company_info {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .mega_footer__company_info {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .mega_footer__company_info {
    padding-bottom: 4.5rem;
  }
}
@media all and (max-width: 1279px) {
  .mega_footer__company_info {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1280px) {
  .mega_footer__company_info:after {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #f4f4f4;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.mega_footer__company_info .contact_info {
  display: flex;
  flex-wrap: wrap;
}
.mega_footer__company_info .contact_info .address {
  flex-basis: 100%;
}
@media all and (min-width: 640px) {
  .mega_footer__company_info .contact_info .address {
    flex-basis: 24%;
    margin-right: 80px;
  }
}
.mega_footer__company_info .contact_info .address address {
  font-style: normal;
}
@media all and (min-width: 1280px) {
  .mega_footer__company_info .contact_info .address address {
    margin-bottom: 0;
  }
}
.mega_footer__company_info .contact_info .links {
  flex-basis: 100%;
}
@media all and (min-width: 640px) {
  .mega_footer__company_info .contact_info .links {
    flex-basis: 64%;
  }
}
.mega_footer__company_info .contact_info .links__top {
  margin-bottom: 20px;
}
.mega_footer__company_info .contact_info .links__top a {
  display: block;
  word-break: break-all;
  color: #2a2a2a;
}
.mega_footer__company_info .contact_info .links__top a + a {
  margin-top: 0.5rem;
}
.mega_footer__company_info .contact_info .links__top a > abbr {
  text-decoration: none;
}
.mega_footer__company_info .contact_info .links__bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.mega_footer__company_info .contact_info .links__bottom a {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100px;
  padding: 13px;
  display: flex;
}
.mega_footer__company_info .contact_info .links__bottom a img {
  max-width: 100%;
}
.mega_footer__company_info .contact_info .links__bottom a.twitter {
  background-color: #1da1f2;
}
.mega_footer__company_info .contact_info .links__bottom a.twitter:hover {
  background-color: #0c85d0;
}
.mega_footer__company_info .contact_info .links__bottom a.youtube {
  background-color: #ff0000;
}
.mega_footer__company_info .contact_info .links__bottom a.youtube:hover {
  background-color: #cc0000;
}
.mega_footer__company_info .contact_info .links__bottom a + a {
  margin-left: 10px;
}
.mega_footer__company_info .contact_info .logos {
  margin-top: 3.11rem;
}
@media all and (min-width: 1120px) {
  .mega_footer__company_info .contact_info .logos img {
    margin-right: 2.89rem;
  }
}
@media all and (max-width: 1119px) {
  .mega_footer__company_info .contact_info .logos img + img {
    margin-top: 1rem;
  }
}
.mega_footer__social_wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #0c4fa3;
}
@media all and (max-width: 799px) {
  .mega_footer__social_wrapper {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .mega_footer__social_wrapper {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .mega_footer__social_wrapper {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .mega_footer__social_wrapper {
    padding-bottom: 4.5rem;
  }
}
@media all and (max-width: 1279px) {
  .mega_footer__social_wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media all and (min-width: 1280px) {
  .mega_footer__social_wrapper:before {
    content: "";
    width: 100vw;
    height: 100%;
    background-color: #0c4fa3;
    position: absolute;
    left: 0;
    top: 0;
  }
}
.mega_footer__social_wrapper .social_feed {
  z-index: 2;
}
.mega_footer__social_wrapper .background {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(45deg, #1d1f70 0%, #055181 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1d1f70", endColorstr="#055181", GradientType=1);
  width: 100vw;
  height: 100%;
  z-index: 1;
}

.site_footer {
  font-weight: 500;
  font-size: 0.8rem;
  background-color: #FFF;
  padding: 25px 0;
}
.site_footer p {
  margin: 0;
}
.site_footer p a {
  color: #2a2a2a;
  text-decoration: none;
}
.site_footer p a:hover {
  text-decoration: underline;
}
@media all and (max-width: 799px) {
  .site_footer p + p {
    margin-top: 1rem;
  }
}

.interchangeable_content_section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f4f4f4;
}
@media all and (max-width: 799px) {
  .interchangeable_content_section {
    padding-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .interchangeable_content_section {
    padding-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .interchangeable_content_section {
    padding-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .interchangeable_content_section {
    padding-bottom: 4.5rem;
  }
}
.interchangeable_content_section .section_row + .section_row {
  margin-top: 2.78rem;
}
.interchangeable_content_section .section_column > :first-child,
.interchangeable_content_section .section_column > :first-child :first-child {
  margin-top: 0;
}
.interchangeable_content_section .section_column > :last-child,
.interchangeable_content_section .section_column > :last-child :last-child {
  margin-bottom: 0;
}
.interchangeable_content_section .section_column__image {
  width: 100%;
  max-width: 100%;
}
@media all and (max-width: 639px) {
  .interchangeable_content_section .section_column__image {
    margin-bottom: 2rem !important;
  }
}
.interchangeable_content_section .section_column__content .heading {
  font-weight: 500;
  margin-bottom: 0.8rem;
}
@media all {
  .interchangeable_content_section .section_column__content .heading {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .interchangeable_content_section .section_column__content .heading {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .interchangeable_content_section .section_column__content .heading {
    font-size: 1.953125em;
  }
}
.interchangeable_content_section .section_column__content .text {
  margin-bottom: 2.5rem;
}

.rich_text_content {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media all and (max-width: 799px) {
  .rich_text_content {
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .rich_text_content {
    margin-top: 4.5rem;
  }
}
@media all and (max-width: 799px) {
  .rich_text_content {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .rich_text_content {
    margin-bottom: 4.5rem;
  }
}
@media all and (min-width: 800px) {
  .rich_text_content .main_wrap {
    flex-direction: row-reverse;
  }
}
.rich_text_content .main_content {
  margin-bottom: 0 !important;
}
.rich_text_content .main_content > :first-child,
.rich_text_content .main_content > :first-child :first-child {
  margin-top: 0;
}
@media all and (min-width: 1440px) {
  .rich_text_content .main_content {
    min-width: 851px;
    max-width: 851px;
    width: 851px;
    padding: 0;
  }
}
@media all and (min-width: 1440px) {
  .rich_text_content .divider {
    width: 106px;
    max-width: 106px;
    min-width: 106px;
    padding: 0;
  }
}
@media all and (min-width: 800px) {
  .rich_text_content .divider .vertical_line {
    display: block;
    width: 1px;
    background: #dbdbdb;
    height: 100%;
    margin: auto;
  }
}

.project_phase_section,
.rich_text_content .main_content {
  margin-bottom: 100px;
}
@media all and (max-width: 799px) {
  .project_phase_section,
.rich_text_content .main_content {
    margin-bottom: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .project_phase_section,
.rich_text_content .main_content {
    margin-bottom: 4.5rem;
  }
}
.project_phase_section .project_phase_column + .project_phase_column,
.rich_text_content .main_content .project_phase_column + .project_phase_column {
  margin-bottom: 2.78rem;
}
@media all and (max-width: 639px) {
  .project_phase_section .project_phase_column + .project_phase_column,
.rich_text_content .main_content .project_phase_column + .project_phase_column {
    margin-top: 2.78rem;
    margin-bottom: 0;
  }
}
.project_phase_section .project_phase_column__wrap,
.rich_text_content .main_content .project_phase_column__wrap {
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.19);
}
.project_phase_section .project_phase_column__link,
.rich_text_content .main_content .project_phase_column__link {
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.19);
  display: inline-block;
}
.project_phase_section .project_phase_column__link:hover,
.rich_text_content .main_content .project_phase_column__link:hover {
  opacity: 0.8;
  text-decoration: none;
}
.project_phase_section .project_phase_column__image img,
.rich_text_content .main_content .project_phase_column__image img {
  width: 100%;
}
.project_phase_section .project_phase_column__top_text,
.rich_text_content .main_content .project_phase_column__top_text {
  position: absolute;
  top: -18.5px;
  left: 1.94rem;
  z-index: 1;
  max-width: calc(100% - 3.88rem);
  background-color: #1bb8ca;
}
.project_phase_section .project_phase_column__top_text--yellow, .project_phase_section .project_phase_column__top_text--Yellow,
.rich_text_content .main_content .project_phase_column__top_text--yellow,
.rich_text_content .main_content .project_phase_column__top_text--Yellow {
  background-color: #ffd51a;
}
.project_phase_section .project_phase_column__top_text--green,
.rich_text_content .main_content .project_phase_column__top_text--green {
  background-color: #10b063;
}
.project_phase_section .project_phase_column__top_text p,
.rich_text_content .main_content .project_phase_column__top_text p {
  font-weight: 500;
  color: #2a2a2a;
  text-transform: uppercase;
  padding: 2px 8px;
  display: inline-block;
  margin: 0;
}
@media all {
  .project_phase_section .project_phase_column__top_text p,
.rich_text_content .main_content .project_phase_column__top_text p {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .project_phase_section .project_phase_column__top_text p,
.rich_text_content .main_content .project_phase_column__top_text p {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .project_phase_section .project_phase_column__top_text p,
.rich_text_content .main_content .project_phase_column__top_text p {
    font-size: 1.25em;
  }
}
.project_phase_section .project_phase_column__bottom,
.rich_text_content .main_content .project_phase_column__bottom {
  color: #2a2a2a;
  padding: 1.39rem 1.39rem 2.78rem 1.39rem;
  word-break: break-word;
}
.project_phase_section .project_phase_column__title,
.rich_text_content .main_content .project_phase_column__title {
  font-weight: 700;
  margin-top: 0;
}
@media all {
  .project_phase_section .project_phase_column__title,
.rich_text_content .main_content .project_phase_column__title {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .project_phase_section .project_phase_column__title,
.rich_text_content .main_content .project_phase_column__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .project_phase_section .project_phase_column__title,
.rich_text_content .main_content .project_phase_column__title {
    font-size: 1.25em;
  }
}
.project_phase_section .project_phase_column__date,
.rich_text_content .main_content .project_phase_column__date {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.project_phase_section .project_phase_column__excerpt,
.rich_text_content .main_content .project_phase_column__excerpt {
  font-size: 1rem;
  margin: 0;
}
.project_phase_section .project_phase_column .button,
.rich_text_content .main_content .project_phase_column .button {
  margin-top: 2.33rem;
}

@media all and (min-width: 640px) {
  .project_phase_section .project_phase_row {
    margin-bottom: -2.78rem;
  }
}

.flex_section > :first-child,
.flex_section > :first-child :first-child {
  margin-top: 0;
}
.flex_section > :last-child,
.flex_section > :last-child :last-child {
  margin-bottom: 0;
}
.flex_section + .flex_section {
  margin-top: 2.78rem;
}
.flex_section__content__heading {
  font-weight: 500;
  margin-bottom: 1rem;
}
@media all {
  .flex_section__content__heading {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content__heading {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content__heading {
    font-size: 1.5625em;
  }
}
@media all {
  .flex_section__content__heading--main-heading {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content__heading--main-heading {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content__heading--main-heading {
    font-size: 1.953125em;
  }
}
.flex_section__content__heading + .flex_section__content__featured_image {
  margin-top: 1.5rem;
}
.flex_section__content__featured_image {
  margin-bottom: 2rem;
}
.flex_section__content .video:not(:has(.cookiebot-placeholder)) iframe {
  aspect-ratio: 16/9;
  height: auto;
  width: 100%;
}
.flex_section__content .intro_text_block .heading {
  font-weight: 500;
  margin-bottom: 1rem;
}
@media all {
  .flex_section__content .intro_text_block .heading {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .heading {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .heading {
    font-size: 1.953125em;
  }
}
@media all {
  .flex_section__content .intro_text_block .flex_section__content__heading--single-page-heading {
    font-size: 1.8020324707em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .flex_section__content__heading--single-page-heading {
    font-size: 2.48832em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .flex_section__content__heading--single-page-heading {
    font-size: 3.0517578125em;
  }
}
.flex_section__content .intro_text_block .text hr {
  margin: 1rem 0 !important;
}
@media all {
  .flex_section__content .intro_text_block .text h2 {
    font-size: 1.423828125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .text h2 {
    font-size: 1.728em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .text h2 {
    font-size: 1.953125em;
  }
}
@media all {
  .flex_section__content .intro_text_block .text h3 {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .text h3 {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .text h3 {
    font-size: 1.5625em;
  }
}
@media all {
  .flex_section__content .intro_text_block .text h4, .flex_section__content .intro_text_block .text .sitewide-popup__content h1, .sitewide-popup__content .flex_section__content .intro_text_block .text h1,
.flex_section__content .intro_text_block .text .sitewide-popup__content h2,
.sitewide-popup__content .flex_section__content .intro_text_block .text h2,
.flex_section__content .intro_text_block .text .sitewide-popup__content h3,
.sitewide-popup__content .flex_section__content .intro_text_block .text h3 {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .text h4, .flex_section__content .intro_text_block .text .sitewide-popup__content h1, .sitewide-popup__content .flex_section__content .intro_text_block .text h1,
.flex_section__content .intro_text_block .text .sitewide-popup__content h2,
.sitewide-popup__content .flex_section__content .intro_text_block .text h2,
.flex_section__content .intro_text_block .text .sitewide-popup__content h3,
.sitewide-popup__content .flex_section__content .intro_text_block .text h3 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .text h4, .flex_section__content .intro_text_block .text .sitewide-popup__content h1, .sitewide-popup__content .flex_section__content .intro_text_block .text h1,
.flex_section__content .intro_text_block .text .sitewide-popup__content h2,
.sitewide-popup__content .flex_section__content .intro_text_block .text h2,
.flex_section__content .intro_text_block .text .sitewide-popup__content h3,
.sitewide-popup__content .flex_section__content .intro_text_block .text h3 {
    font-size: 1.25em;
  }
}
@media all {
  .flex_section__content .intro_text_block .text h5 {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .text h5 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .text h5 {
    font-size: 1.25em;
  }
}
@media all {
  .flex_section__content .intro_text_block .text h6 {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .intro_text_block .text h6 {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .intro_text_block .text h6 {
    font-size: 1.25em;
  }
}
.flex_section__content .typical_text_block h1,
.flex_section__content .typical_text_block h2,
.flex_section__content .typical_text_block h3,
.flex_section__content .typical_text_block h4,
.flex_section__content .typical_text_block h5,
.flex_section__content .typical_text_block h6 {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 1rem;
}
.flex_section__content .typical_text_block p:last-of-type {
  margin-bottom: 0;
}
.flex_section__content .typical_text_block ul li {
  list-style: none;
}
.flex_section__content .typical_text_block ul li:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 22px;
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/icons/qch_icon-blue.svg");
  background-repeat: no-repeat;
  margin-left: -31px;
  margin-right: 9px;
}
.flex_section__content .typical_text_block ul {
  margin: 2.3rem 0;
}
.flex_section__content .typical_text_block .button {
  margin-top: 1.78rem;
}
.flex_section__content .typical_text_block .phone,
.flex_section__content .typical_text_block .email {
  color: #2a2a2a;
  text-decoration: none;
}
.flex_section__content .typical_text_block .phone:hover,
.flex_section__content .typical_text_block .email:hover {
  text-decoration: underline;
}
.flex_section__content .typical_text_block .phone > abbr,
.flex_section__content .typical_text_block .email > abbr {
  text-decoration: none;
}
.flex_section__content .typical_text_block--yellow ul li:before {
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/icons/qch_icon-yellow.svg");
}
.flex_section__content .typical_text_block--green ul li:before {
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/icons/qch_icon-green.svg");
}
.flex_section__content .team_member_block .text .team_member_list {
  margin-bottom: -2.3rem;
}
@media all and (min-width: 640px) {
  .flex_section__content .team_member_block .text .team_member_list--columns {
    -moz-column-count: 2;
         column-count: 2;
  }
}
.flex_section__content .team_member_block .text .team_member_list__list_item {
  list-style: none;
}
.flex_section__content .team_member_block .text .team_member_list__list_item:before {
  content: "";
  display: inline-block;
  height: 16px;
  width: 22px;
  background-image: url("/wp-content/themes/cgit-qc-hub/dist/images/icons/qch_icon-blue.svg");
  background-repeat: no-repeat;
  margin-left: -31px;
  margin-right: 9px;
}
.flex_section__content .team_member_block .text .team_member_list__list_item + .team_member_list__list_item {
  margin-top: 1.22rem;
}
.flex_section__content .team_member_block .text .team_member_list .team_member__name {
  font-weight: 500;
  margin-top: -1.56rem;
}
@media all {
  .flex_section__content .team_member_block .text .team_member_list .team_member__name {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .team_member_block .text .team_member_list .team_member__name {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .team_member_block .text .team_member_list .team_member__name {
    font-size: 1.25em;
  }
}
.flex_section__content .team_member_block .text .team_member_list .team_member__sub_text {
  font-weight: 500;
  margin-top: 0.33rem;
}
.flex_section__content .team_member_block .text ul {
  margin: 2.3rem 0;
}
.flex_section__content .team_member_block .text .button {
  margin-top: 1.78rem;
}
.flex_section__content .accordion_block {
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
}
.flex_section__content .accordion_block:first-of-type, .flex_section__content .accordion_block:last-of-type {
  margin-top: 100px;
}
@media all and (max-width: 799px) {
  .flex_section__content .accordion_block:first-of-type, .flex_section__content .accordion_block:last-of-type {
    margin-top: 3.5rem;
  }
}
@media all and (min-width: 800px) and (max-width: 1279px) {
  .flex_section__content .accordion_block:first-of-type, .flex_section__content .accordion_block:last-of-type {
    margin-top: 4.5rem;
  }
}
.flex_section__content .accordion_block + .accordion_block {
  margin-top: 2.78rem;
}
.flex_section__content .accordion_block__top, .flex_section__content .accordion_block__bottom {
  padding: 2.78rem;
}
@media all and (max-width: 639px) {
  .flex_section__content .accordion_block__top, .flex_section__content .accordion_block__bottom {
    padding: 1.25rem;
  }
}
.flex_section__content .accordion_block__bottom {
  border-top: 1px solid #c5c5c5;
}
.flex_section__content .accordion_block__bottom__link {
  font-weight: 500;
  color: #0c4fa3;
  text-decoration: underline;
}
.flex_section__content .accordion_block__bottom__link__icon {
  width: 24px;
  height: 24px;
  display: flex;
}
.flex_section__content .accordion_block__bottom__link__icon img {
  min-width: 24px;
  min-height: 24px;
}
.flex_section__content .accordion_block__heading {
  font-weight: 500;
}
@media all {
  .flex_section__content .accordion_block__heading {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .accordion_block__heading {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .accordion_block__heading {
    font-size: 1.5625em;
  }
}
.flex_section__content .accordion_block__accordion_item {
  color: #2a2a2a;
  border-top: 1px solid #c5c5c5;
  padding: 1.33rem 2.78rem;
  margin: 0;
}
@media all and (max-width: 639px) {
  .flex_section__content .accordion_block__accordion_item {
    padding: 1.25rem;
  }
}
.flex_section__content .accordion_block__accordion_item__title__wrap {
  text-decoration: none;
}
.flex_section__content .accordion_block__accordion_item__title__text .main-text {
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}
@media all {
  .flex_section__content .accordion_block__accordion_item__title__text .main-text {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .accordion_block__accordion_item__title__text .main-text {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .accordion_block__accordion_item__title__text .main-text {
    font-size: 1.25em;
  }
}
.flex_section__content .accordion_block__accordion_item__title__text .main-text .main-sub-text {
  font-size: 0.8rem;
}
@media all and (max-width: 799px) {
  .flex_section__content .accordion_block__accordion_item__title__text .main-text .main-sub-text {
    margin-bottom: 0.5rem;
  }
}
.flex_section__content .accordion_block__accordion_item__title__text .sub-text {
  font-weight: 500;
  color: #2a2a2a;
  margin: 0;
}
.flex_section__content .accordion_block__accordion_item__title__icon svg {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  width: 22px;
  height: 22px;
  fill: #00153b;
  opacity: 1;
}
.flex_section__content .accordion_block__accordion_item__title__icon svg:hover {
  fill: #1bb8ca;
}
.flex_section__content .accordion_block__accordion_item__title__icon svg.open--hidden {
  display: none;
}
.flex_section__content .accordion_block__accordion_item__title__icon svg.close--hidden {
  display: none;
}
.flex_section__content .accordion_block__accordion_item__title:hover .accordion_block__accordion_item__title__icon > svg {
  fill: #1bb8ca;
}
.flex_section__content .accordion_block__accordion_item__title.active .accordion_block__accordion_item__title__icon > svg {
  fill: #1bb8ca;
}
.flex_section__content .accordion_block__accordion_item__content {
  margin: 2.78rem 0 0 0;
}
.flex_section__content .accordion_block__accordion_item__content > :first-child,
.flex_section__content .accordion_block__accordion_item__content > :first-child :first-child {
  margin-top: 0;
}
.flex_section__content .accordion_block__accordion_item__content > :last-child,
.flex_section__content .accordion_block__accordion_item__content > :last-child :last-child {
  margin-bottom: 0;
}
.flex_section__content .accordion_block__accordion_item__content--hidden {
  display: none;
}
.flex_section__content .accordion_block__accordion_item__content .images .image {
  margin-right: 1.33rem;
  margin-bottom: 1.33rem;
  max-width: 89px;
}
@media all and (min-width: 640px) {
  .flex_section__content .accordion_block__accordion_item__content .images .image {
    max-width: 140px;
  }
}
.flex_section__content .accordion_block__accordion_item__content .images .image:link:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .flex_section__content .accordion_block__accordion_item__content .images .image:link:hover {
    transition: none;
  }
}
.flex_section__content .accordion_block__accordion_item__content .contact_info {
  margin-top: 2.78rem;
  margin-bottom: 1.53rem;
}
.flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon {
  padding: 7px;
  margin-right: 0.56rem;
  width: 1.67rem;
  height: 1.67rem;
  border-radius: 100px;
}
.flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon--blue {
  background-color: #0c4fa3;
}
.flex_section__content .accordion_block__accordion_item__content .contact_info__text .icon--blue svg {
  fill: #FFF;
}
.flex_section__content .accordion_block__accordion_item__content .contact_info__text .link {
  font-weight: 500;
  color: #0c4fa3;
  text-decoration: underline;
}
.flex_section__content .accordion_block__accordion_item__content .contact_info .contact_info__text + .contact_info__text {
  margin-top: 0.56rem;
}
.flex_section__content .downloads_block .text {
  margin-bottom: 2.5rem;
}
.flex_section__content .downloads_block__link_wrap .link {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.23);
  padding: 1rem;
}
.flex_section__content .downloads_block__link_wrap .link + .link {
  margin-top: 1.39rem;
}
.flex_section__content .downloads_block__link_wrap .link:hover {
  text-decoration: none;
  background-color: #f8f8f8;
}
@media all and (min-width: 640px) {
  .flex_section__content .downloads_block__link_wrap .link {
    padding: 2.22rem;
  }
}
.flex_section__content .downloads_block__link_wrap .link__icon {
  margin-right: 2.78rem;
}
@media all and (max-width: 639px) {
  .flex_section__content .downloads_block__link_wrap .link__icon {
    margin-bottom: 1rem;
  }
}
.flex_section__content .downloads_block__link_wrap .link__icon__wrap {
  background-color: #1bb8ca;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.flex_section__content .downloads_block__link_wrap .link__icon__wrap--green {
  background-color: #10b063;
}
.flex_section__content .downloads_block__link_wrap .link__icon__wrap--yellow, .flex_section__content .downloads_block__link_wrap .link__icon__wrap--Yellow {
  background-color: #ffd51a;
}
@media all and (min-width: 640px) {
  .flex_section__content .downloads_block__link_wrap .link__icon__wrap {
    width: 75px;
    height: 75px;
  }
}
.flex_section__content .downloads_block__link_wrap .link__icon__wrap svg {
  fill: #FFF;
  width: 32px;
}
@media all and (min-width: 640px) {
  .flex_section__content .downloads_block__link_wrap .link__icon__wrap svg {
    width: 46px;
  }
}
.flex_section__content .downloads_block__link_wrap .link__text__wrap {
  color: #2a2a2a;
  word-break: break-word;
}
.flex_section__content .downloads_block__link_wrap .link__text__title {
  font-weight: 500;
  margin-bottom: 0.611rem;
}
@media all {
  .flex_section__content .downloads_block__link_wrap .link__text__title {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .flex_section__content .downloads_block__link_wrap .link__text__title {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .downloads_block__link_wrap .link__text__title {
    font-size: 1.25em;
  }
}
.flex_section__content .downloads_block__link_wrap .link__text__meta {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.flex_section__content .flex_carousel__slide_wrap--no-js .slide {
  max-width: 47%;
  margin-bottom: 5%;
}
.flex_section__content .flex_carousel__control_wrap {
  margin-top: 1.39rem;
}
.flex_section__content .flex_carousel__control_wrap .control {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: 999px;
  background-color: #1bb8ca;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex_section__content .flex_carousel__control_wrap .control:hover {
  background-color: #158f9d;
}
.flex_section__content .flex_carousel__control_wrap .control--previous {
  margin-right: 10px;
}
.flex_section__content .flex_carousel__control_wrap .control--next {
  margin-left: 10px;
}
.flex_section__content .flex_carousel__control_wrap .control img {
  width: 100%;
}
.flex_section__content .flex_carousel__control_wrap .carousel_pager_wrap .pager {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  display: inline-block;
  width: 0.89rem;
  height: 0.56rem;
  background-color: #c5c5c5;
  margin: 0 2.5px;
}
.flex_section__content .flex_carousel__control_wrap .carousel_pager_wrap .pager.tns-nav-active {
  background-color: #1bb8ca;
}
.flex_section__content .flex_carousel__control_wrap .carousel_pager_wrap .pager:hover {
  background-color: #1bb8ca;
}
.flex_section__content .project_partner_block .partner_logo_wrap {
  margin-bottom: -1.39rem;
}
.flex_section__content .project_partner_block .partner_logo {
  margin-bottom: 1.39rem;
}
.flex_section__content .project_partner_block .partner_logo__image_wrap {
  border: 1px solid #c5c5c5;
  text-align: center;
  display: block;
  margin: auto;
  max-width: 194px;
}
.flex_section__content .project_partner_block .partner_logo__image_wrap:link:hover {
  transition: all 0.2s ease-in-out;
  opacity: 0.8;
}
@media (prefers-reduced-motion: reduce) {
  .flex_section__content .project_partner_block .partner_logo__image_wrap:link:hover {
    transition: none;
  }
}
@media all and (min-width: 1280px) {
  .flex_section__content .project_partner_block .partner_logo__image_wrap {
    min-height: 194px;
    max-height: 194px;
  }
}
.flex_section__content .share_links .share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.flex_section__content .share_links .share .text {
  font-weight: 600;
  display: inline;
  text-transform: uppercase;
  margin: 0 1rem 1rem 0;
  flex-basis: 100%;
}
@media all and (min-width: 640px) {
  .flex_section__content .share_links .share .text {
    flex-basis: auto;
    margin: -1rem 1rem 0 0;
  }
}
.flex_section__content .share_links .share .link {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  transition-property: background-color, border-color, color, fill, opacity;
  color: #FFF;
  padding: 0.5rem;
  font-size: 1rem;
  text-decoration: none;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.flex_section__content .share_links .share .link.-Facebook {
  background-color: #3b5998;
}
.flex_section__content .share_links .share .link.-Facebook:hover {
  background-color: #2d4373;
}
.flex_section__content .share_links .share .link.-Twitter {
  background-color: #1da1f2;
}
.flex_section__content .share_links .share .link.-Twitter:hover {
  background-color: #0c85d0;
}
.flex_section__content .share_links .share .link.-Email {
  background-color: #f68b21;
}
.flex_section__content .share_links .share .link.-Email:hover {
  background-color: #db7209;
}
.flex_section__content .map,
.flex_section__content .event-map {
  padding-top: 56%;
}

.sidebar {
  margin-top: 3rem;
}
.sidebar > :first-child,
.sidebar > :first-child :first-child {
  margin-top: 0;
}
.sidebar > :last-child,
.sidebar > :last-child :last-child {
  margin-bottom: 0;
}
@media all and (min-width: 960px) {
  .sidebar {
    margin-top: 0;
  }
}
@media all and (min-width: 1440px) {
  .sidebar {
    width: 305px;
    max-width: 305px;
    padding: 0;
  }
}
.sidebar__widget {
  margin-bottom: 2.94rem;
}
.sidebar__widget + .sidebar__widget--cta-widget {
  margin-top: 3.78rem;
}
.sidebar__widget--cta-widget:first-of-type {
  margin-bottom: 4.055rem;
  margin-top: 1.278rem;
}
.sidebar .subnav--green .subnav__item--active > a {
  background-color: #10b063;
}
.sidebar .subnav--green .subnav__link:hover {
  background-color: #10b063;
}
.sidebar .subnav--yellow .subnav__item--active > a, .sidebar .subnav--Yellow .subnav__item--active > a {
  background-color: #ffd51a;
}
.sidebar .subnav--yellow .subnav__link:hover, .sidebar .subnav--Yellow .subnav__link:hover {
  background-color: #ffd51a;
}
.sidebar .subnav__heading {
  font-weight: 500;
  margin-bottom: 1.33rem;
}
@media all {
  .sidebar .subnav__heading {
    font-size: 1.265625em;
  }
}
@media all and (min-width: 800px) {
  .sidebar .subnav__heading {
    font-size: 1.44em;
  }
}
@media all and (min-width: 1280px) {
  .sidebar .subnav__heading {
    font-size: 1.5625em;
  }
}
.sidebar .subnav__list {
  margin: 0;
  padding: 0;
}
.sidebar .subnav__item {
  border-bottom: 1px solid #c5c5c5;
  display: block;
  margin: 0;
  padding: 0;
}
.sidebar .subnav__item:first-of-type {
  border-top: 1px solid #c5c5c5;
}
.sidebar .subnav__item--active > a {
  background-color: #1bb8ca;
}
.sidebar .subnav__link {
  font-weight: 500;
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  color: #2a2a2a;
  font-weight: 500;
  padding: 18px 21px;
  text-decoration: none;
}
.sidebar .subnav__link:hover {
  background-color: #1bb8ca;
}
.sidebar .subnav__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.sidebar .subnav__icon svg {
  fill: #0c4fa3;
  width: 100%;
  min-width: 24px;
}
.sidebar .subnav__icon--clickable {
  transform: rotate(90deg);
}
.sidebar .subnav__icon--active {
  transform: rotate(270deg);
}
.sidebar .subnav__sub-list {
  margin: 0;
  padding: 0 0 0 1.83rem;
}
.sidebar .subnav__sub-list--hidden {
  display: none;
}
.sidebar .subnav__sub-item {
  list-style: none;
}
.sidebar .subnav__sub-item--active > a {
  color: #1bb8ca;
}
.sidebar .subnav__sub-link {
  transition: background-color 200ms, border-color 200ms, color 200ms, fill 200ms;
  color: #2a2a2a;
  text-decoration: none;
  padding: 0 0 0.69rem 0;
  display: block;
}
.sidebar .subnav__sub-link:hover {
  color: #0042bb;
}
.sidebar .cta_card {
  background-color: #f4f4f4;
  position: relative;
}
.sidebar .cta_card--no-image .cta_card__bottom {
  padding: 2.33rem 1.39rem 2.5rem 1.39rem;
}
.sidebar .cta_card__name {
  font-weight: 500;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin: 0;
  padding: 4.5px 9.5px;
  background-color: #1bb8ca;
  display: inline-block;
  position: absolute;
  top: -0.833rem;
  left: 1.39rem;
}
.sidebar .cta_card__bottom {
  padding: 1.39rem 1.39rem 2.5rem 1.39rem;
}
.sidebar .cta_card__text {
  font-weight: 500;
  margin-bottom: 2.33rem;
  margin-top: 0;
}
@media all {
  .sidebar .cta_card__text {
    font-size: 1.125em;
  }
}
@media all and (min-width: 800px) {
  .sidebar .cta_card__text {
    font-size: 1.2em;
  }
}
@media all and (min-width: 1280px) {
  .sidebar .cta_card__text {
    font-size: 1.25em;
  }
}
.sidebar .cta_card__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.sidebar .cta_card__link__text {
  font-weight: 500;
  text-decoration: underline;
}
.sidebar .cta_card__link__icon {
  margin-left: 0.5rem;
}
.sidebar .cta_card__link__icon img {
  width: 24px;
}

.main-pagination {
  margin: 2em 0;
  align-items: stretch;
  display: flex;
  justify-content: center;
}
@media all and (min-width: 640px) {
  .main-pagination {
    margin: 0 0 2em 0;
  }
}
@media all and (min-width: 960px) {
  .main-pagination {
    margin: 2em 0 0 0;
  }
}
.main-pagination .page-numbers {
  font-size: 0.875em;
  border-color: #00153b;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  color: #2a2a2a;
  padding: 0.75em 0;
  text-align: center;
  text-decoration: none;
  transition: background-color 200ms;
  width: 3em;
}
.main-pagination .page-numbers:first-child {
  border-left-width: 1px;
}
.main-pagination .page-numbers:link:hover {
  background: rgba(0, 21, 59, 0.1);
}
.main-pagination .page-numbers.current {
  background: #00153b;
  color: white;
}
.main-pagination .page-numbers.dots {
  color: #00153b;
}
.green .main-pagination .page-numbers {
  border-color: #10b063;
}
.green .main-pagination .page-numbers:link:hover {
  background: rgba(0, 21, 59, 0.1);
}
.green .main-pagination .page-numbers.current {
  background: #10b063;
}
.green .main-pagination .page-numbers.dots {
  color: #10b063;
}
.yellow .main-pagination .page-numbers {
  border-color: #ffd51a;
}
.yellow .main-pagination .page-numbers:link:hover {
  background: rgba(255, 213, 26, 0.1);
}
.yellow .main-pagination .page-numbers.current {
  background: #ffd51a;
}
.yellow .main-pagination .page-numbers.dots {
  color: #ffd51a;
}
.turquoise .main-pagination .page-numbers {
  border-color: #1bb8ca;
}
.turquoise .main-pagination .page-numbers:link:hover {
  background: rgba(27, 184, 202, 0.1);
}
.turquoise .main-pagination .page-numbers.current {
  background: #1bb8ca;
}
.turquoise .main-pagination .page-numbers.dots {
  color: #1bb8ca;
}

.sitewide-popup {
  text-align: center;
  display: none;
}
.mfp-content .sitewide-popup {
  display: block;
}
.sitewide-popup__inner {
  padding: 12px;
}
.sitewide-popup__wrapper {
  max-width: 800px;
  margin: auto;
  padding: 1rem;
  background-color: white;
  border: 5px solid #f68b21;
  border-radius: 8px;
}
.sitewide-popup__wrapper > :first-child,
.sitewide-popup__wrapper > :first-child :first-child {
  margin-top: 0;
}
.sitewide-popup__wrapper > :last-child,
.sitewide-popup__wrapper > :last-child :last-child {
  margin-bottom: 0;
}
.sitewide-popup__title {
  margin-bottom: 1rem;
}
.sitewide-popup__content {
  margin-bottom: 2rem;
}
.sitewide-popup__content > :first-child,
.sitewide-popup__content > :first-child :first-child {
  margin-top: 0;
}
.sitewide-popup__content > :last-child,
.sitewide-popup__content > :last-child :last-child {
  margin-bottom: 0;
}
.sitewide-popup__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.sitewide-popup__buttons .button {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */
