/*Base - site-specific settings*/
/* Input Placeholder Color */
/* List Reset */
/* Quick Transition with defaults */
/* RGBA Colors */
/* Convert px to rem - example: font-size: rem(30); */
/*Only display content on screen readers*/
/* General Colors */
/*Gray*/
/*Orange*/
/*Green*/
/*Error*/
/*Color options*/
.color-black {
  color: #201D1D;
}

.color-white {
  color: #FFF;
}

.color-orange {
  color: #F58025;
}

.color-gray {
  color: rgba(32, 29, 29, 0.5);
}

/*Background colors options*/
.bg-black {
  background-color: #201D1D;
}

.bg-gray-xlight {
  background-color: #F8F8F6;
}

.bg-gray-light {
  background-color: #DBDADB;
}

.bg-gray-medium {
  background-color: #B6B2A9;
}

.bg-orange {
  background-color: #F58025;
  color: #FFF;
}


@font-face {
  font-family: 'SFProText-Semibold';
  src: url("fonts/SFProText-Semibold.woff2") format("woff2"), url("fonts/SFProText-Semibold.woff") format("woff"), url("fonts/SFProText-Semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-VariableFont_wdth,wght.woff2") format("woff2"), 
       url("fonts/Roboto-VariableFont_wdth,wght.woff") format("woff"), 
       url("fonts/Roboto-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("fonts/Roboto-Italic-VariableFont_wdth,wght.woff2") format("woff2"), 
       url("fonts/Roboto-Italic-VariableFont_wdth,wght.woff") format("woff"), 
      url("fonts/Roboto-Italic-VariableFont_wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --font-primary: 'Roboto', sans-serif;
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
  --font-weight-black: 900;
}

/*Font Mixins*/
/*Global Options*/
/*Body*/
/*Grid*/
/*Breakpoints*/
/*Container Widths*/
/*Nav link*/
/*Vendor - unedited vendor base styles*/
/*!
* Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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: #201D1D;
  text-align: left;
  background-color: #FFF;
}

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

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

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

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

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

sup {
  top: -.5em;
}

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

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

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

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

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

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1260px;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1500px;
  }
}

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

.no-gutters > .col, .form-contact .no-gutters > div[data-drupal-messages],
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .form-contact div[data-drupal-messages],
.col-auto, .col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12, .col-ms,
.col-ms-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-mid-1, .col-mid-2, .col-mid-3, .col-mid-4, .col-mid-5, .col-mid-6, .col-mid-7, .col-mid-8, .col-mid-9, .col-mid-10, .col-mid-11, .col-mid-12, .col-mid,
.col-mid-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto, .col-full-1, .col-full-2, .col-full-3, .col-full-4, .col-full-5, .col-full-6, .col-full-7, .col-full-8, .col-full-9, .col-full-10, .col-full-11, .col-full-12, .col-full,
.col-full-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col, .form-contact div[data-drupal-messages] {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333333%;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66666667%;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333333%;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66666667%;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333333%;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66666667%;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333333%;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66666667%;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .col-ms {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-ms-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-ms-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-ms-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-ms-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-ms-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-ms-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-ms-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-ms-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-ms-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-ms-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-ms-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-ms-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-ms-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-ms-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-ms-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-ms-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-ms-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-ms-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-ms-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-ms-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-ms-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-ms-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-ms-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-ms-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-ms-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-ms-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-ms-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-ms-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-ms-0 {
    margin-left: 0;
  }
  .offset-ms-1 {
    margin-left: 8.33333333%;
  }
  .offset-ms-2 {
    margin-left: 16.66666667%;
  }
  .offset-ms-3 {
    margin-left: 25%;
  }
  .offset-ms-4 {
    margin-left: 33.33333333%;
  }
  .offset-ms-5 {
    margin-left: 41.66666667%;
  }
  .offset-ms-6 {
    margin-left: 50%;
  }
  .offset-ms-7 {
    margin-left: 58.33333333%;
  }
  .offset-ms-8 {
    margin-left: 66.66666667%;
  }
  .offset-ms-9 {
    margin-left: 75%;
  }
  .offset-ms-10 {
    margin-left: 83.33333333%;
  }
  .offset-ms-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1400px) {
  .col-mid {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-mid-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-mid-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-mid-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-mid-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-mid-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-mid-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-mid-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-mid-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-mid-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-mid-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-mid-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-mid-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-mid-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-mid-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-mid-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-mid-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-mid-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-mid-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-mid-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-mid-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-mid-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-mid-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-mid-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-mid-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-mid-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-mid-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-mid-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-mid-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-mid-0 {
    margin-left: 0;
  }
  .offset-mid-1 {
    margin-left: 8.33333333%;
  }
  .offset-mid-2 {
    margin-left: 16.66666667%;
  }
  .offset-mid-3 {
    margin-left: 25%;
  }
  .offset-mid-4 {
    margin-left: 33.33333333%;
  }
  .offset-mid-5 {
    margin-left: 41.66666667%;
  }
  .offset-mid-6 {
    margin-left: 50%;
  }
  .offset-mid-7 {
    margin-left: 58.33333333%;
  }
  .offset-mid-8 {
    margin-left: 66.66666667%;
  }
  .offset-mid-9 {
    margin-left: 75%;
  }
  .offset-mid-10 {
    margin-left: 83.33333333%;
  }
  .offset-mid-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 2000px) {
  .col-full {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-full-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-full-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333333%;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-full-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-full-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-full-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-full-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-full-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-full-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-full-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-full-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-full-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-full-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66666667%;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-full-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-full-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-full-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-full-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-full-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-full-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-full-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-full-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-full-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-full-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-full-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-full-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-full-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-full-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-full-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-full-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-full-0 {
    margin-left: 0;
  }
  .offset-full-1 {
    margin-left: 8.33333333%;
  }
  .offset-full-2 {
    margin-left: 16.66666667%;
  }
  .offset-full-3 {
    margin-left: 25%;
  }
  .offset-full-4 {
    margin-left: 33.33333333%;
  }
  .offset-full-5 {
    margin-left: 41.66666667%;
  }
  .offset-full-6 {
    margin-left: 50%;
  }
  .offset-full-7 {
    margin-left: 58.33333333%;
  }
  .offset-full-8 {
    margin-left: 66.66666667%;
  }
  .offset-full-9 {
    margin-left: 75%;
  }
  .offset-full-10 {
    margin-left: 83.33333333%;
  }
  .offset-full-11 {
    margin-left: 91.66666667%;
  }
}

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 375px) {
  .d-ms-none {
    display: none !important;
  }
  .d-ms-inline {
    display: inline !important;
  }
  .d-ms-inline-block {
    display: inline-block !important;
  }
  .d-ms-block {
    display: block !important;
  }
  .d-ms-table {
    display: table !important;
  }
  .d-ms-table-row {
    display: table-row !important;
  }
  .d-ms-table-cell {
    display: table-cell !important;
  }
  .d-ms-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-ms-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1400px) {
  .d-mid-none {
    display: none !important;
  }
  .d-mid-inline {
    display: inline !important;
  }
  .d-mid-inline-block {
    display: inline-block !important;
  }
  .d-mid-block {
    display: block !important;
  }
  .d-mid-table {
    display: table !important;
  }
  .d-mid-table-row {
    display: table-row !important;
  }
  .d-mid-table-cell {
    display: table-cell !important;
  }
  .d-mid-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-mid-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1600px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 2000px) {
  .d-full-none {
    display: none !important;
  }
  .d-full-inline {
    display: inline !important;
  }
  .d-full-inline-block {
    display: inline-block !important;
  }
  .d-full-block {
    display: block !important;
  }
  .d-full-table {
    display: table !important;
  }
  .d-full-table-row {
    display: table-row !important;
  }
  .d-full-table-cell {
    display: table-cell !important;
  }
  .d-full-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-full-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

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

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

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important;
}

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

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

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 375px) {
  .flex-ms-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-ms-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-ms-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-ms-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-ms-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-ms-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-ms-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-ms-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-ms-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-ms-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-ms-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-ms-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-ms-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-ms-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-ms-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-ms-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-ms-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-ms-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-ms-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-ms-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-ms-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-ms-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-ms-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-ms-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-ms-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-ms-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-ms-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-ms-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-ms-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-ms-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-ms-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-ms-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-ms-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-ms-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1400px) {
  .flex-mid-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-mid-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-mid-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-mid-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-mid-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-mid-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-mid-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-mid-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-mid-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-mid-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-mid-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-mid-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-mid-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-mid-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-mid-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-mid-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-mid-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-mid-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-mid-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-mid-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-mid-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-mid-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-mid-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-mid-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-mid-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-mid-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-mid-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-mid-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-mid-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-mid-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-mid-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-mid-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-mid-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-mid-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 1600px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (min-width: 2000px) {
  .flex-full-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-full-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-full-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-full-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-full-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-full-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-full-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-full-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-full-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-full-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-full-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-full-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-full-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-full-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-full-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-full-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-full-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-full-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-full-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-full-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-full-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-full-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-full-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-full-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-full-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-full-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-full-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-full-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-full-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }
  .align-self-full-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-full-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-full-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .align-self-full-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-full-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .m-ms-0 {
    margin: 0 !important;
  }
  .mt-ms-0,
  .my-ms-0 {
    margin-top: 0 !important;
  }
  .mr-ms-0,
  .mx-ms-0 {
    margin-right: 0 !important;
  }
  .mb-ms-0,
  .my-ms-0 {
    margin-bottom: 0 !important;
  }
  .ml-ms-0,
  .mx-ms-0 {
    margin-left: 0 !important;
  }
  .m-ms-1 {
    margin: 0.25rem !important;
  }
  .mt-ms-1,
  .my-ms-1 {
    margin-top: 0.25rem !important;
  }
  .mr-ms-1,
  .mx-ms-1 {
    margin-right: 0.25rem !important;
  }
  .mb-ms-1,
  .my-ms-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-ms-1,
  .mx-ms-1 {
    margin-left: 0.25rem !important;
  }
  .m-ms-2 {
    margin: 0.5rem !important;
  }
  .mt-ms-2,
  .my-ms-2 {
    margin-top: 0.5rem !important;
  }
  .mr-ms-2,
  .mx-ms-2 {
    margin-right: 0.5rem !important;
  }
  .mb-ms-2,
  .my-ms-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-ms-2,
  .mx-ms-2 {
    margin-left: 0.5rem !important;
  }
  .m-ms-3 {
    margin: 1rem !important;
  }
  .mt-ms-3,
  .my-ms-3 {
    margin-top: 1rem !important;
  }
  .mr-ms-3,
  .mx-ms-3 {
    margin-right: 1rem !important;
  }
  .mb-ms-3,
  .my-ms-3 {
    margin-bottom: 1rem !important;
  }
  .ml-ms-3,
  .mx-ms-3 {
    margin-left: 1rem !important;
  }
  .m-ms-4 {
    margin: 1.5rem !important;
  }
  .mt-ms-4,
  .my-ms-4 {
    margin-top: 1.5rem !important;
  }
  .mr-ms-4,
  .mx-ms-4 {
    margin-right: 1.5rem !important;
  }
  .mb-ms-4,
  .my-ms-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-ms-4,
  .mx-ms-4 {
    margin-left: 1.5rem !important;
  }
  .m-ms-5 {
    margin: 3rem !important;
  }
  .mt-ms-5,
  .my-ms-5 {
    margin-top: 3rem !important;
  }
  .mr-ms-5,
  .mx-ms-5 {
    margin-right: 3rem !important;
  }
  .mb-ms-5,
  .my-ms-5 {
    margin-bottom: 3rem !important;
  }
  .ml-ms-5,
  .mx-ms-5 {
    margin-left: 3rem !important;
  }
  .p-ms-0 {
    padding: 0 !important;
  }
  .pt-ms-0,
  .py-ms-0 {
    padding-top: 0 !important;
  }
  .pr-ms-0,
  .px-ms-0 {
    padding-right: 0 !important;
  }
  .pb-ms-0,
  .py-ms-0 {
    padding-bottom: 0 !important;
  }
  .pl-ms-0,
  .px-ms-0 {
    padding-left: 0 !important;
  }
  .p-ms-1 {
    padding: 0.25rem !important;
  }
  .pt-ms-1,
  .py-ms-1 {
    padding-top: 0.25rem !important;
  }
  .pr-ms-1,
  .px-ms-1 {
    padding-right: 0.25rem !important;
  }
  .pb-ms-1,
  .py-ms-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-ms-1,
  .px-ms-1 {
    padding-left: 0.25rem !important;
  }
  .p-ms-2 {
    padding: 0.5rem !important;
  }
  .pt-ms-2,
  .py-ms-2 {
    padding-top: 0.5rem !important;
  }
  .pr-ms-2,
  .px-ms-2 {
    padding-right: 0.5rem !important;
  }
  .pb-ms-2,
  .py-ms-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-ms-2,
  .px-ms-2 {
    padding-left: 0.5rem !important;
  }
  .p-ms-3 {
    padding: 1rem !important;
  }
  .pt-ms-3,
  .py-ms-3 {
    padding-top: 1rem !important;
  }
  .pr-ms-3,
  .px-ms-3 {
    padding-right: 1rem !important;
  }
  .pb-ms-3,
  .py-ms-3 {
    padding-bottom: 1rem !important;
  }
  .pl-ms-3,
  .px-ms-3 {
    padding-left: 1rem !important;
  }
  .p-ms-4 {
    padding: 1.5rem !important;
  }
  .pt-ms-4,
  .py-ms-4 {
    padding-top: 1.5rem !important;
  }
  .pr-ms-4,
  .px-ms-4 {
    padding-right: 1.5rem !important;
  }
  .pb-ms-4,
  .py-ms-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-ms-4,
  .px-ms-4 {
    padding-left: 1.5rem !important;
  }
  .p-ms-5 {
    padding: 3rem !important;
  }
  .pt-ms-5,
  .py-ms-5 {
    padding-top: 3rem !important;
  }
  .pr-ms-5,
  .px-ms-5 {
    padding-right: 3rem !important;
  }
  .pb-ms-5,
  .py-ms-5 {
    padding-bottom: 3rem !important;
  }
  .pl-ms-5,
  .px-ms-5 {
    padding-left: 3rem !important;
  }
  .m-ms-n1 {
    margin: -0.25rem !important;
  }
  .mt-ms-n1,
  .my-ms-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-ms-n1,
  .mx-ms-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-ms-n1,
  .my-ms-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-ms-n1,
  .mx-ms-n1 {
    margin-left: -0.25rem !important;
  }
  .m-ms-n2 {
    margin: -0.5rem !important;
  }
  .mt-ms-n2,
  .my-ms-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-ms-n2,
  .mx-ms-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-ms-n2,
  .my-ms-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-ms-n2,
  .mx-ms-n2 {
    margin-left: -0.5rem !important;
  }
  .m-ms-n3 {
    margin: -1rem !important;
  }
  .mt-ms-n3,
  .my-ms-n3 {
    margin-top: -1rem !important;
  }
  .mr-ms-n3,
  .mx-ms-n3 {
    margin-right: -1rem !important;
  }
  .mb-ms-n3,
  .my-ms-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-ms-n3,
  .mx-ms-n3 {
    margin-left: -1rem !important;
  }
  .m-ms-n4 {
    margin: -1.5rem !important;
  }
  .mt-ms-n4,
  .my-ms-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-ms-n4,
  .mx-ms-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-ms-n4,
  .my-ms-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-ms-n4,
  .mx-ms-n4 {
    margin-left: -1.5rem !important;
  }
  .m-ms-n5 {
    margin: -3rem !important;
  }
  .mt-ms-n5,
  .my-ms-n5 {
    margin-top: -3rem !important;
  }
  .mr-ms-n5,
  .mx-ms-n5 {
    margin-right: -3rem !important;
  }
  .mb-ms-n5,
  .my-ms-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-ms-n5,
  .mx-ms-n5 {
    margin-left: -3rem !important;
  }
  .m-ms-auto {
    margin: auto !important;
  }
  .mt-ms-auto,
  .my-ms-auto {
    margin-top: auto !important;
  }
  .mr-ms-auto,
  .mx-ms-auto {
    margin-right: auto !important;
  }
  .mb-ms-auto,
  .my-ms-auto {
    margin-bottom: auto !important;
  }
  .ml-ms-auto,
  .mx-ms-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1400px) {
  .m-mid-0 {
    margin: 0 !important;
  }
  .mt-mid-0,
  .my-mid-0 {
    margin-top: 0 !important;
  }
  .mr-mid-0,
  .mx-mid-0 {
    margin-right: 0 !important;
  }
  .mb-mid-0,
  .my-mid-0 {
    margin-bottom: 0 !important;
  }
  .ml-mid-0,
  .mx-mid-0 {
    margin-left: 0 !important;
  }
  .m-mid-1 {
    margin: 0.25rem !important;
  }
  .mt-mid-1,
  .my-mid-1 {
    margin-top: 0.25rem !important;
  }
  .mr-mid-1,
  .mx-mid-1 {
    margin-right: 0.25rem !important;
  }
  .mb-mid-1,
  .my-mid-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-mid-1,
  .mx-mid-1 {
    margin-left: 0.25rem !important;
  }
  .m-mid-2 {
    margin: 0.5rem !important;
  }
  .mt-mid-2,
  .my-mid-2 {
    margin-top: 0.5rem !important;
  }
  .mr-mid-2,
  .mx-mid-2 {
    margin-right: 0.5rem !important;
  }
  .mb-mid-2,
  .my-mid-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-mid-2,
  .mx-mid-2 {
    margin-left: 0.5rem !important;
  }
  .m-mid-3 {
    margin: 1rem !important;
  }
  .mt-mid-3,
  .my-mid-3 {
    margin-top: 1rem !important;
  }
  .mr-mid-3,
  .mx-mid-3 {
    margin-right: 1rem !important;
  }
  .mb-mid-3,
  .my-mid-3 {
    margin-bottom: 1rem !important;
  }
  .ml-mid-3,
  .mx-mid-3 {
    margin-left: 1rem !important;
  }
  .m-mid-4 {
    margin: 1.5rem !important;
  }
  .mt-mid-4,
  .my-mid-4 {
    margin-top: 1.5rem !important;
  }
  .mr-mid-4,
  .mx-mid-4 {
    margin-right: 1.5rem !important;
  }
  .mb-mid-4,
  .my-mid-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-mid-4,
  .mx-mid-4 {
    margin-left: 1.5rem !important;
  }
  .m-mid-5 {
    margin: 3rem !important;
  }
  .mt-mid-5,
  .my-mid-5 {
    margin-top: 3rem !important;
  }
  .mr-mid-5,
  .mx-mid-5 {
    margin-right: 3rem !important;
  }
  .mb-mid-5,
  .my-mid-5 {
    margin-bottom: 3rem !important;
  }
  .ml-mid-5,
  .mx-mid-5 {
    margin-left: 3rem !important;
  }
  .p-mid-0 {
    padding: 0 !important;
  }
  .pt-mid-0,
  .py-mid-0 {
    padding-top: 0 !important;
  }
  .pr-mid-0,
  .px-mid-0 {
    padding-right: 0 !important;
  }
  .pb-mid-0,
  .py-mid-0 {
    padding-bottom: 0 !important;
  }
  .pl-mid-0,
  .px-mid-0 {
    padding-left: 0 !important;
  }
  .p-mid-1 {
    padding: 0.25rem !important;
  }
  .pt-mid-1,
  .py-mid-1 {
    padding-top: 0.25rem !important;
  }
  .pr-mid-1,
  .px-mid-1 {
    padding-right: 0.25rem !important;
  }
  .pb-mid-1,
  .py-mid-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-mid-1,
  .px-mid-1 {
    padding-left: 0.25rem !important;
  }
  .p-mid-2 {
    padding: 0.5rem !important;
  }
  .pt-mid-2,
  .py-mid-2 {
    padding-top: 0.5rem !important;
  }
  .pr-mid-2,
  .px-mid-2 {
    padding-right: 0.5rem !important;
  }
  .pb-mid-2,
  .py-mid-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-mid-2,
  .px-mid-2 {
    padding-left: 0.5rem !important;
  }
  .p-mid-3 {
    padding: 1rem !important;
  }
  .pt-mid-3,
  .py-mid-3 {
    padding-top: 1rem !important;
  }
  .pr-mid-3,
  .px-mid-3 {
    padding-right: 1rem !important;
  }
  .pb-mid-3,
  .py-mid-3 {
    padding-bottom: 1rem !important;
  }
  .pl-mid-3,
  .px-mid-3 {
    padding-left: 1rem !important;
  }
  .p-mid-4 {
    padding: 1.5rem !important;
  }
  .pt-mid-4,
  .py-mid-4 {
    padding-top: 1.5rem !important;
  }
  .pr-mid-4,
  .px-mid-4 {
    padding-right: 1.5rem !important;
  }
  .pb-mid-4,
  .py-mid-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-mid-4,
  .px-mid-4 {
    padding-left: 1.5rem !important;
  }
  .p-mid-5 {
    padding: 3rem !important;
  }
  .pt-mid-5,
  .py-mid-5 {
    padding-top: 3rem !important;
  }
  .pr-mid-5,
  .px-mid-5 {
    padding-right: 3rem !important;
  }
  .pb-mid-5,
  .py-mid-5 {
    padding-bottom: 3rem !important;
  }
  .pl-mid-5,
  .px-mid-5 {
    padding-left: 3rem !important;
  }
  .m-mid-n1 {
    margin: -0.25rem !important;
  }
  .mt-mid-n1,
  .my-mid-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-mid-n1,
  .mx-mid-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-mid-n1,
  .my-mid-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-mid-n1,
  .mx-mid-n1 {
    margin-left: -0.25rem !important;
  }
  .m-mid-n2 {
    margin: -0.5rem !important;
  }
  .mt-mid-n2,
  .my-mid-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-mid-n2,
  .mx-mid-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-mid-n2,
  .my-mid-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-mid-n2,
  .mx-mid-n2 {
    margin-left: -0.5rem !important;
  }
  .m-mid-n3 {
    margin: -1rem !important;
  }
  .mt-mid-n3,
  .my-mid-n3 {
    margin-top: -1rem !important;
  }
  .mr-mid-n3,
  .mx-mid-n3 {
    margin-right: -1rem !important;
  }
  .mb-mid-n3,
  .my-mid-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-mid-n3,
  .mx-mid-n3 {
    margin-left: -1rem !important;
  }
  .m-mid-n4 {
    margin: -1.5rem !important;
  }
  .mt-mid-n4,
  .my-mid-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-mid-n4,
  .mx-mid-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-mid-n4,
  .my-mid-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-mid-n4,
  .mx-mid-n4 {
    margin-left: -1.5rem !important;
  }
  .m-mid-n5 {
    margin: -3rem !important;
  }
  .mt-mid-n5,
  .my-mid-n5 {
    margin-top: -3rem !important;
  }
  .mr-mid-n5,
  .mx-mid-n5 {
    margin-right: -3rem !important;
  }
  .mb-mid-n5,
  .my-mid-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-mid-n5,
  .mx-mid-n5 {
    margin-left: -3rem !important;
  }
  .m-mid-auto {
    margin: auto !important;
  }
  .mt-mid-auto,
  .my-mid-auto {
    margin-top: auto !important;
  }
  .mr-mid-auto,
  .mx-mid-auto {
    margin-right: auto !important;
  }
  .mb-mid-auto,
  .my-mid-auto {
    margin-bottom: auto !important;
  }
  .ml-mid-auto,
  .mx-mid-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1600px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 2000px) {
  .m-full-0 {
    margin: 0 !important;
  }
  .mt-full-0,
  .my-full-0 {
    margin-top: 0 !important;
  }
  .mr-full-0,
  .mx-full-0 {
    margin-right: 0 !important;
  }
  .mb-full-0,
  .my-full-0 {
    margin-bottom: 0 !important;
  }
  .ml-full-0,
  .mx-full-0 {
    margin-left: 0 !important;
  }
  .m-full-1 {
    margin: 0.25rem !important;
  }
  .mt-full-1,
  .my-full-1 {
    margin-top: 0.25rem !important;
  }
  .mr-full-1,
  .mx-full-1 {
    margin-right: 0.25rem !important;
  }
  .mb-full-1,
  .my-full-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-full-1,
  .mx-full-1 {
    margin-left: 0.25rem !important;
  }
  .m-full-2 {
    margin: 0.5rem !important;
  }
  .mt-full-2,
  .my-full-2 {
    margin-top: 0.5rem !important;
  }
  .mr-full-2,
  .mx-full-2 {
    margin-right: 0.5rem !important;
  }
  .mb-full-2,
  .my-full-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-full-2,
  .mx-full-2 {
    margin-left: 0.5rem !important;
  }
  .m-full-3 {
    margin: 1rem !important;
  }
  .mt-full-3,
  .my-full-3 {
    margin-top: 1rem !important;
  }
  .mr-full-3,
  .mx-full-3 {
    margin-right: 1rem !important;
  }
  .mb-full-3,
  .my-full-3 {
    margin-bottom: 1rem !important;
  }
  .ml-full-3,
  .mx-full-3 {
    margin-left: 1rem !important;
  }
  .m-full-4 {
    margin: 1.5rem !important;
  }
  .mt-full-4,
  .my-full-4 {
    margin-top: 1.5rem !important;
  }
  .mr-full-4,
  .mx-full-4 {
    margin-right: 1.5rem !important;
  }
  .mb-full-4,
  .my-full-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-full-4,
  .mx-full-4 {
    margin-left: 1.5rem !important;
  }
  .m-full-5 {
    margin: 3rem !important;
  }
  .mt-full-5,
  .my-full-5 {
    margin-top: 3rem !important;
  }
  .mr-full-5,
  .mx-full-5 {
    margin-right: 3rem !important;
  }
  .mb-full-5,
  .my-full-5 {
    margin-bottom: 3rem !important;
  }
  .ml-full-5,
  .mx-full-5 {
    margin-left: 3rem !important;
  }
  .p-full-0 {
    padding: 0 !important;
  }
  .pt-full-0,
  .py-full-0 {
    padding-top: 0 !important;
  }
  .pr-full-0,
  .px-full-0 {
    padding-right: 0 !important;
  }
  .pb-full-0,
  .py-full-0 {
    padding-bottom: 0 !important;
  }
  .pl-full-0,
  .px-full-0 {
    padding-left: 0 !important;
  }
  .p-full-1 {
    padding: 0.25rem !important;
  }
  .pt-full-1,
  .py-full-1 {
    padding-top: 0.25rem !important;
  }
  .pr-full-1,
  .px-full-1 {
    padding-right: 0.25rem !important;
  }
  .pb-full-1,
  .py-full-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-full-1,
  .px-full-1 {
    padding-left: 0.25rem !important;
  }
  .p-full-2 {
    padding: 0.5rem !important;
  }
  .pt-full-2,
  .py-full-2 {
    padding-top: 0.5rem !important;
  }
  .pr-full-2,
  .px-full-2 {
    padding-right: 0.5rem !important;
  }
  .pb-full-2,
  .py-full-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-full-2,
  .px-full-2 {
    padding-left: 0.5rem !important;
  }
  .p-full-3 {
    padding: 1rem !important;
  }
  .pt-full-3,
  .py-full-3 {
    padding-top: 1rem !important;
  }
  .pr-full-3,
  .px-full-3 {
    padding-right: 1rem !important;
  }
  .pb-full-3,
  .py-full-3 {
    padding-bottom: 1rem !important;
  }
  .pl-full-3,
  .px-full-3 {
    padding-left: 1rem !important;
  }
  .p-full-4 {
    padding: 1.5rem !important;
  }
  .pt-full-4,
  .py-full-4 {
    padding-top: 1.5rem !important;
  }
  .pr-full-4,
  .px-full-4 {
    padding-right: 1.5rem !important;
  }
  .pb-full-4,
  .py-full-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-full-4,
  .px-full-4 {
    padding-left: 1.5rem !important;
  }
  .p-full-5 {
    padding: 3rem !important;
  }
  .pt-full-5,
  .py-full-5 {
    padding-top: 3rem !important;
  }
  .pr-full-5,
  .px-full-5 {
    padding-right: 3rem !important;
  }
  .pb-full-5,
  .py-full-5 {
    padding-bottom: 3rem !important;
  }
  .pl-full-5,
  .px-full-5 {
    padding-left: 3rem !important;
  }
  .m-full-n1 {
    margin: -0.25rem !important;
  }
  .mt-full-n1,
  .my-full-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-full-n1,
  .mx-full-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-full-n1,
  .my-full-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-full-n1,
  .mx-full-n1 {
    margin-left: -0.25rem !important;
  }
  .m-full-n2 {
    margin: -0.5rem !important;
  }
  .mt-full-n2,
  .my-full-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-full-n2,
  .mx-full-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-full-n2,
  .my-full-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-full-n2,
  .mx-full-n2 {
    margin-left: -0.5rem !important;
  }
  .m-full-n3 {
    margin: -1rem !important;
  }
  .mt-full-n3,
  .my-full-n3 {
    margin-top: -1rem !important;
  }
  .mr-full-n3,
  .mx-full-n3 {
    margin-right: -1rem !important;
  }
  .mb-full-n3,
  .my-full-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-full-n3,
  .mx-full-n3 {
    margin-left: -1rem !important;
  }
  .m-full-n4 {
    margin: -1.5rem !important;
  }
  .mt-full-n4,
  .my-full-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-full-n4,
  .mx-full-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-full-n4,
  .my-full-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-full-n4,
  .mx-full-n4 {
    margin-left: -1.5rem !important;
  }
  .m-full-n5 {
    margin: -3rem !important;
  }
  .mt-full-n5,
  .my-full-n5 {
    margin-top: -3rem !important;
  }
  .mr-full-n5,
  .mx-full-n5 {
    margin-right: -3rem !important;
  }
  .mb-full-n5,
  .my-full-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-full-n5,
  .mx-full-n5 {
    margin-left: -3rem !important;
  }
  .m-full-auto {
    margin: auto !important;
  }
  .mt-full-auto,
  .my-full-auto {
    margin-top: auto !important;
  }
  .mr-full-auto,
  .mx-full-auto {
    margin-right: auto !important;
  }
  .mb-full-auto,
  .my-full-auto {
    margin-bottom: auto !important;
  }
  .ml-full-auto,
  .mx-full-auto {
    margin-left: auto !important;
  }
}

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

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            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 .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

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

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

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

.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 .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
}

.navbar .container,
.navbar .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          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 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.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: 374.98px) {
  .navbar-expand-ms > .container,
  .navbar-expand-ms > .container-fluid, .navbar-expand-ms > .container-sm, .navbar-expand-ms > .container-md, .navbar-expand-ms > .container-lg, .navbar-expand-ms > .container-xl, .navbar-expand-ms > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 375px) {
  .navbar-expand-ms {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-ms .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-ms .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-ms .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-ms > .container,
  .navbar-expand-ms > .container-fluid, .navbar-expand-ms > .container-sm, .navbar-expand-ms > .container-md, .navbar-expand-ms > .container-lg, .navbar-expand-ms > .container-xl, .navbar-expand-ms > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-ms .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-ms .navbar-toggler {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl, .navbar-expand-sm > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl, .navbar-expand-md > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl, .navbar-expand-lg > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl, .navbar-expand-xl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .navbar-expand-mid > .container,
  .navbar-expand-mid > .container-fluid, .navbar-expand-mid > .container-sm, .navbar-expand-mid > .container-md, .navbar-expand-mid > .container-lg, .navbar-expand-mid > .container-xl, .navbar-expand-mid > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1400px) {
  .navbar-expand-mid {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-mid .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-mid .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-mid .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-mid > .container,
  .navbar-expand-mid > .container-fluid, .navbar-expand-mid > .container-sm, .navbar-expand-mid > .container-md, .navbar-expand-mid > .container-lg, .navbar-expand-mid > .container-xl, .navbar-expand-mid > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-mid .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-mid .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1599.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1600px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid, .navbar-expand-xxl > .container-sm, .navbar-expand-xxl > .container-md, .navbar-expand-xxl > .container-lg, .navbar-expand-xxl > .container-xl, .navbar-expand-xxl > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1999.98px) {
  .navbar-expand-full > .container,
  .navbar-expand-full > .container-fluid, .navbar-expand-full > .container-sm, .navbar-expand-full > .container-md, .navbar-expand-full > .container-lg, .navbar-expand-full > .container-xl, .navbar-expand-full > .container-xxl {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 2000px) {
  .navbar-expand-full {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-full .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-full .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-full .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-expand-full > .container,
  .navbar-expand-full > .container-fluid, .navbar-expand-full > .container-sm, .navbar-expand-full > .container-md, .navbar-expand-full > .container-lg, .navbar-expand-full > .container-xl, .navbar-expand-full > .container-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-full .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-full .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          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, .navbar-expand > .container-xxl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 20px;
  padding-left: 20px;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl, .navbar-expand > .container-xxl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      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: escape-svg(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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: escape-svg(url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' 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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*Global*/
body {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);  
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  position: relative;
  /*Prevents body from scrolling*/
}

body.no-scroll {
  overflow: hidden;
}

body.adminimal-admin-toolbar .site-header.is-absolute, body.adminimal-admin-toolbar .site-header.is-fixed {
  top: 79px;
}

.layout-container {
  position: relative;
}

html {
  height: 100%;
  font-size: 16px;
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

.path-frontpage .contextual {
  top: 100px;
}

/*Typography*/
/*Lead text options*/
.lead {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
}

@media (max-width: 767.98px) {
  .lead {
    font-size: 24px;
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 30px;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .lead {
    font-size: 36px;
  }
}

.lead strong {
  font-weight: normal;
}

.lead-sm {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
}

@media (min-width: 576px) {
  .lead-sm {
    font-size: 24px;
    line-height: 1.6;
  }
}

/*Strong styling*/
strong {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
}

/*Adds global anchor styles*/
a {
  color: inherit;
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

/*Removes bottom margin on last paragraph*/
p {
  /*Adds max width to any paragraph*/
}

p:last-child {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  p.has-max {
    margin-left: auto;
    margin-right: auto;
    max-width: 35%;
  }
}

p a {
  color: #F58025;
  text-decoration: underline;
}

p a:hover {
  color: rgba(32, 29, 29, 0.7);
  text-decoration: underline;
}

/*Use smaller paragraph text*/
.text-sm {
  /*Typography*/
}

.text-sm p {
  font-size: 16px;
}

/*Adds red for required text*/
/*Text alignment options*/
.text-center {
  text-align: center;
}

.text-justified {
  text-align: justify;
}

/*Text alignment options for desktop*/
@media (min-width: 576px) {
  .text-center-sm {
    text-align: center;
  }
}

/* Layout - styles specific to site structure */
/*Site header*/
.site-header {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
  z-index: 100;
  /*Targets non fixed header*/
  /*Fixed header*/
  /*When navbar is fixed after scroll*/
  /*Used when dropdown is active on desktop*/
  /*Adds dropshadow only when fixed*/
  /*Back arrow (used when sub dropdown is visible on mobile)*/
  /*Dropdown arrow*/
}

@media (min-width: 1200px) {
  .site-header .navbar-brand {
    background-image: url("images/logo-white.png");
  }
}

@media (min-width: 1200px) {
  .site-header:not(.is-absolute) {
    border-bottom: solid 1px #DBDADB;
  }
}

.site-header .navbar-tagline {
  color: #FFF;
}

.site-header .navbar-tagline:before {
  background: rgba(255, 255, 255, 0.25);
}

@media (max-width: 1199.98px) {
  .site-header {
    background: #FFF;
  }
}

.site-header .navbar {
  position: static;
}

@media (max-width: 1199.98px) {
  .site-header .nav-item {
    margin-bottom: 30px;
  }
}

.site-header .nav-item {
  /*Contact button styles*/
  /*Active button*/
}

@media (max-width: 1199.98px) {
  .site-header .nav-item.is-btn .nav-link {
    background: #F58025;
    border: none;
    color: #FFF;
    height: 48px;
    min-width: 220px;
  }
}

@media (min-width: 1200px) {
  .site-header .nav-item.is-btn .nav-link {
    border: #F58025 solid 2px;
    color: #FFF;
    height: 60px;
  }
  .site-header .nav-item.is-btn .nav-link:hover {
    color: #F58025;
  }
}

.site-header .nav-item:not(.is-btn).is-active .nav-link {
  color: #F58025;
}

@media (min-width: 1200px) {
  .site-header .nav-item:not(.is-btn).is-active .nav-link:before {
    background: #F58025;
    border-radius: 20px 20px 0 0;
    bottom: -51px;
    content: '';
    display: block;
    height: 9px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
  }
}

.site-header .nav-link {
  position: relative;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1199.98px) {
  .site-header .nav-link {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .site-header .nav-link {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    color: #FFF;
    font-size: 14px;
  }
}

@media (min-width: 576px) and (max-width: 1199.98px) {
  .site-header .nav-link {
    letter-spacing: .5px;
  }
}

@media (min-width: 1200px) {
  .site-header .nav-link {
    letter-spacing: 1px;
  }
}

@media (min-width: 992px) {
  .site-header .nav-link:hover {
    color: #F58025;
  }
}

.site-header.is-absolute, .site-header.is-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}

.site-header.is-fixed, .site-header.is-active, .site-header:not(.is-absolute) {
  background: #FFF;
}

@media (min-width: 1200px) {
  .site-header.is-fixed .navbar-brand, .site-header.is-active .navbar-brand, .site-header:not(.is-absolute) .navbar-brand {
    background-image: url("images/logo.png");
  }
}

.site-header.is-fixed .nav-item.is-active .nav-link, .site-header.is-active .nav-item.is-active .nav-link, .site-header:not(.is-absolute) .nav-item.is-active .nav-link {
  color: #F58025;
}

.site-header.is-fixed .nav-item.is-btn .nav-link, .site-header.is-active .nav-item.is-btn .nav-link, .site-header:not(.is-absolute) .nav-item.is-btn .nav-link {
  border-color: #DBDADB;
}

@media (min-width: 1200px) {
  .site-header.is-fixed .nav-item.is-btn .nav-link, .site-header.is-active .nav-item.is-btn .nav-link, .site-header:not(.is-absolute) .nav-item.is-btn .nav-link {
    color: #201D1D;
  }
}

.site-header.is-fixed .nav-link, .site-header.is-active .nav-link, .site-header:not(.is-absolute) .nav-link {
  color: #201D1D;
}

@media (min-width: 992px) {
  .site-header.is-fixed .nav-link:hover, .site-header.is-active .nav-link:hover, .site-header:not(.is-absolute) .nav-link:hover {
    color: #F58025;
  }
}

.site-header.is-fixed .navbar-tagline, .site-header.is-active .navbar-tagline, .site-header:not(.is-absolute) .navbar-tagline {
  color: rgba(32, 29, 29, 0.7);
}

.site-header.is-fixed .navbar-tagline:before, .site-header.is-active .navbar-tagline:before, .site-header:not(.is-absolute) .navbar-tagline:before {
  background: #B6B2A9;
}

.site-header.is-active {
  background: #FFF;
}

.site-header.is-active .dropdown-full {
  opacity: 1;
  visibility: visible;
}

.site-header.is-fixed:not(.is-active) {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
}

.site-header .btn-paging {
  left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .site-header .btn-paging {
    display: none;
  }
}

.site-header .btn-paging:not(.is-visible) {
  opacity: 0;
  visibilityr: hidden;
}

.site-header .btn-paging.is-visible {
  opacity: 1;
  visibility: visible;
}

.site-header .dropdown.is-active .dropdown-toggle:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1200px) {
  .site-header .dropdown.is-active .dropdown-toggle.is-open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

.site-header .dropdown .dropdown-link {
  padding: 0;
}

@media (max-width: 1199.98px) {
  .site-header .dropdown-toggle:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media (min-width: 1200px) {
  .site-header .dropdown-toggle:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (min-width: 1200px) {
  .site-header .dropdown-toggle.is-open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

/*Navbar logo*/
.navbar-brand {
  background: center center / contain no-repeat;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 1199.98px) {
  .navbar-brand {
    background-image: url("images/logo-mobile.png");
    height: 39px;
    width: 144px;
  }
}

@media (min-width: 1200px) {
  .navbar-brand {
    height: 79px;
    width: 125px;
  }
}

.navbar-brand.is-hidden {
  opacity: 0;
  visibility: hidden;
}

/*Navbar tagline*/
.navbar-tagline {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 1399.98px) {
  .navbar-tagline {
    display: none;
  }
}

.navbar-tagline:before {
  content: '';
  display: inline-block;
  height: 79px;
  margin: 0 40px;
  width: 1px;
}

/*Search button*/
.search-btn {
  background: transparent;
  border: none;
  height: 23px;
  padding: 0;
  position: relative;
  width: 23px;
  /*Focus styles*/
}

@media (max-width: 1199.98px) {
  .search-btn {
    position: absolute;
    right: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.search-btn:before, .search-btn:after {
  background: transparent center center / contain no-repeat;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  transition: .3s;
}

.search-btn:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE2LjU1MiAxNC44MTRMMjMgMjEuMjYxIDIxLjI2MSAyM2wtNi40NDctNi40NDhhOS4xNzMgOS4xNzMgMCAwMS01LjU5MyAxLjg5QTkuMjIgOS4yMiAwIDAxMCA5LjIyMiA5LjIyIDkuMjIgMCAwMTkuMjIxIDBhOS4yMiA5LjIyIDAgMDE5LjIyMSA5LjIyMSA5LjE3MyA5LjE3MyAwIDAxLTEuODkgNS41OTN6bS03LjMzIDEuMTdBNi43NjMgNi43NjMgMCAxMDkuMjIgMi40NTdhNi43NjMgNi43NjMgMCAwMC4wMDEgMTMuNTI1eiIgZmlsbD0iI0Y1ODAyNSIvPjwvc3ZnPg==");
  height: 23px;
  width: 23px;
}

.search-btn:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEuNzg4LjU4OGExLjIwMiAxLjIwMiAwIDAwLS44MzcgMi4wNkw4LjMwMyAxMCAuOTUxIDE3LjM1MmExLjIwMiAxLjIwMiAwIDAwLjg0NSAyLjA2MWMuMzIxLS4wMDIuNjI4LS4xMzMuODUyLS4zNjRMMTAgMTEuNjk3bDcuMzUyIDcuMzUyYTEuMjAxIDEuMjAxIDAgMTAxLjY5Ni0xLjY5N0wxMS42OTYgMTBsNy4zNTItNy4zNTJBMS4xOTkgMS4xOTkgMCAxMDE3LjM1Mi45NTJMMTAgOC4zMDMgMi42NDguOTUyYTEuMjAyIDEuMjAyIDAgMDAtLjg2LS4zNjR6IiBmaWxsPSIjRjU4MDI1Ii8+PC9zdmc+Cg==");
  height: 20px;
  width: 20px;
}

.search-btn.is-active:before {
  opacity: 0;
  visibility: hidden;
}

.search-btn.is-active:after {
  opacity: 1;
  visibility: visible;
}

.search-btn:not(.is-active):before {
  opacity: 1;
  visibility: visible;
}

.search-btn:not(.is-active):after {
  opacity: 0;
  visibility: hidden;
}

.search-btn:focus {
  outline: none;
}

/*Primary nav*/
.nav-primary {
  /*Hides nav when search is visible*/
}

@media (max-width: 1199.98px) {
  .nav-primary {
    padding: 20px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .nav-primary {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    padding-right: 30px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (min-width: 1200px) {
  .nav-primary.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .nav-primary:not(.is-hidden) {
    opacity: 1;
    visibility: visible;
  }
}

/*Navbar Search form*/
.navbar-search {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767.98px) {
  .navbar-search {
    background: #FFF;
    left: 0;
    padding: 0 20px 20px;
    right: 0;
    top: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-search {
    right: 110px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1600px) {
  .navbar-search {
    right: 200px;
  }
}

.navbar-search .form-control, .navbar-search .user-login-form input, .user-login-form .navbar-search input, .navbar-search .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search input[type="search"] {
  background: #F8F8F6;
  border-radius: 100px;
  border: none;
  margin-right: -60px;
  padding: 10px 60px 10px 20px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767.98px) {
  .navbar-search .form-control, .navbar-search .user-login-form input, .user-login-form .navbar-search input, .navbar-search .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search input[type="search"] {
    height: 48px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .navbar-search .form-control, .navbar-search .user-login-form input, .user-login-form .navbar-search input, .navbar-search .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search input[type="search"] {
    height: 60px;
  }
}

.navbar-search .form-control:focus, .navbar-search .user-login-form input:focus, .user-login-form .navbar-search input:focus, .navbar-search .search-results-page .search-form input:focus[type="search"], .search-results-page .search-form .navbar-search input:focus[type="search"] {
  outline: none;
}

.navbar-search:not(.is-active) {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 992px) {
  .navbar-search:not(.is-active) .form-control, .navbar-search:not(.is-active) .user-login-form input, .user-login-form .navbar-search:not(.is-active) input, .navbar-search:not(.is-active) .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search:not(.is-active) input[type="search"] {
    width: 100px;
  }
}

.navbar-search.is-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .navbar-search.is-active .form-control, .navbar-search.is-active .user-login-form input, .user-login-form .navbar-search.is-active input, .navbar-search.is-active .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search.is-active input[type="search"] {
    width: 380px;
  }
}

@media (min-width: 992px) {
  .navbar-search.is-active .form-control, .navbar-search.is-active .user-login-form input, .user-login-form .navbar-search.is-active input, .navbar-search.is-active .search-results-page .search-form input[type="search"], .search-results-page .search-form .navbar-search.is-active input[type="search"] {
    width: 600px;
  }
}

@media (max-width: 767.98px) {
  .navbar-search .btn.btn-primary, .navbar-search .site-header .nav-item.is-btn .btn-primary.nav-link, .site-header .nav-item.is-btn .navbar-search .btn-primary.nav-link, .navbar-search .search-results-page .search-form input.btn-primary[type="submit"], .search-results-page .search-form .navbar-search input.btn-primary[type="submit"] {
    height: 48px;
    padding: 10px 30px;
  }
}

/*Mobile contact details*/
.navbar-contact {
  background-color: #F8F8F6;
  padding: 30px 20px;
  width: 100%;
}

@media (min-width: 1200px) {
  .navbar-contact {
    display: none;
  }
}

.navbar-contact .contact-row {
  margin-bottom: 3px;
}

.navbar-contact .contact-label {
  font-size: 24px;
}

.navbar-contact .contact-link {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 24px;
}

/*Mobile collapse*/
@media (max-width: 1199.98px) {
  .navbar-collapse {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(#f8f8f6));
    background: linear-gradient(0deg, white 0%, #f8f8f6 100%);
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    z-index: 1;
  }
  .navbar-collapse.is-active {
    opacity: 1;
    visibility: visible;
  }
}

/*Mobile toggle*/
.navbar-toggler {
  background: transparent;
  border: none;
  height: 24px;
  padding: 0;
  position: relative;
  width: 24px;
  /*Default styles*/
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler.collapsed .toggler-icons {
  border-color: #201D1D;
}

.navbar-toggler.collapsed .toggler-icons:before, .navbar-toggler.collapsed .toggler-icons:after {
  background: #201D1D;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/*Toggler icons*/
.toggler-icons {
  background: transparent;
  border-bottom: 2px solid;
  border-top: 2px solid;
  border-color: transparent;
  color: #201D1D;
  display: block;
  font-size: 0;
  height: 14px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  width: 24px;
}

.toggler-icons:before, .toggler-icons:after {
  background: #201D1D;
  border-radius: 2px;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
}

.toggler-icons:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.toggler-icons:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*Adds arrow when nav link contains a dropdown*/
.dropdown-toggle:after {
  border: solid #F58025;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 8px;
  margin: -4px 0 0 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: .4s;
  transition: .4s;
  vertical-align: middle;
  width: 8px;
}

@media (min-width: 1200px) {
  .dropdown-toggle.is-open:after {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
}

/*Full width dropdown menu*/
.dropdown-full {
  background: #FFF;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  right: 0;
  top: 100%;
  -webkit-transition: .5s;
  transition: .5s;
  visibility: hidden;
  z-index: 10;
  /*Mobile active state*/
}

@media (max-width: 991.98px) {
  .dropdown-full {
    bottom: 0;
    padding: 0 0 20px;
    position: fixed;
    top: 70px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .dropdown-full.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .dropdown-full > .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .dropdown-full {
    padding-bottom: 35px;
    position: absolute;
  }
}

.dropdown-full .dropdown-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 0;
  position: absolute;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .dropdown-full .dropdown-title {
    bottom: 20px;
    font-size: 24px;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .dropdown-full .dropdown-title {
    bottom: 50px;
    font-size: 36px;
    left: 50px;
  }
}

.dropdown-full .dropdown-img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: .4s;
  transition: .4s;
}

.dropdown-full .dropdown-link {
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991.98px) {
  .dropdown-full .dropdown-link {
    margin: 5px 0;
  }
}

@media (min-width: 992px) {
  .dropdown-full .dropdown-link:hover .dropdown-img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .dropdown-full .dropdown-link:hover .btn-arrow {
    background: #F58025;
  }
  .dropdown-full .dropdown-link:hover .btn-arrow:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .dropdown-full .dropdown-link:hover .btn-arrow:after {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
}

.dropdown-full .container {
  max-width: 1530px;
}

.dropdown-full .container > .row {
  margin: 0 auto;
  width: 100%;
}

.dropdown-full .btn-arrow {
  position: absolute;
}

@media (max-width: 991.98px) {
  .dropdown-full .btn-arrow {
    bottom: 20px;
    right: 20px;
  }
}

@media (min-width: 992px) {
  .dropdown-full .btn-arrow {
    bottom: 50px;
    right: 50px;
  }
}

.dropdown-full.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*Site footer*/
.site-footer {
  background-color: #F8F8F6;
  /*Footer navigation*/
}

@media (max-width: 991.98px) {
  .site-footer .col, .site-footer .form-contact div[data-drupal-messages], .form-contact .site-footer div[data-drupal-messages],
  .site-footer [class*='col-'] {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .site-footer .col:not(:last-child), .site-footer .form-contact div:not(:last-child)[data-drupal-messages], .form-contact .site-footer div:not(:last-child)[data-drupal-messages],
  .site-footer [class*='col-']:not(:last-child) {
    border-bottom: solid 1px #DBDADB;
  }
}

@media (min-width: 992px) {
  .site-footer .col, .site-footer .form-contact div[data-drupal-messages], .form-contact .site-footer div[data-drupal-messages],
  .site-footer [class*='col-'] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .site-footer .col:not(:last-child), .site-footer .form-contact div:not(:last-child)[data-drupal-messages], .form-contact .site-footer div:not(:last-child)[data-drupal-messages],
  .site-footer [class*='col-']:not(:last-child) {
    border-right: solid 1px #DBDADB;
  }
}

.site-footer .nav-item {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer .nav-item:not(:last-child) {
  margin-bottom: 12px;
}

.site-footer .nav-link {
  color: #201D1D;
}

.site-footer .nav-link:hover {
  color: #F58025;
}

.site-footer .footer-row {
  margin-bottom: 3px;
}

.site-footer .footer-label {
  font-size: 24px;
}

.site-footer .footer-link {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 24px;
}

.site-footer .footer-copyright {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  color: #B6B2A9;
}

@media (max-width: 991.98px) {
  .site-footer .footer-copyright {
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .site-footer .footer-copyright {
    margin-top: auto;
  }
}

/*Footer logo*/
.logo-footer {
  background: url("images/logo.png") center center/contain no-repeat;
  display: block;
  height: 98px;
  width: 155px;
}

/*Blocks - modular block elements*/
/*Image block*/
.image-block {
  overflow: hidden;
  position: relative;
  /*Background image*/
  /*Adds content as overlay*/
  /*Default image block (non hero)*/
  /*Specific to hero*/
}

.image-block .bg-img {
  display: block;
}

.image-block .img-overlay {
  position: absolute;
  /*Alignment options*/
}

.image-block .img-overlay.align-center {
  left: 20px;
  right: 20px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.image-block:not(.is-hero) .bg-img img {
  height: auto;
  width: 100%;
}

.image-block.is-hero .bg-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.image-block p {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

/*Scroll down icon / animation*/
.scroll-btn {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  background: transparent;
  border: none;
  bottom: 50px;
  color: #FFF;
  font-size: 14px;
  left: 50%;
  letter-spacing: 1px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  /*Adds scroll icon*/
}

.scroll-btn:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDE4LjY2N1Y5LjMzM0MyMCA0LjIwMSAxNS41IDAgMTAgMCA0LjUwMSAwIDAgNC4yIDAgOS4zMzN2OS4zMzRDMCAyMy43OTkgNC41MDEgMjggMTAgMjhjNS41IDAgMTAtNC4yIDEwLTkuMzMzem0tMTAgNy4yNTljLTQuMjc3IDAtNy43NzgtMy4yNjctNy43NzgtNy4yNlY5LjMzNGMwLTMuOTkyIDMuNS03LjI1OSA3Ljc3OC03LjI1OSA0LjI3NyAwIDcuNzc4IDMuMjY3IDcuNzc4IDcuMjZ2OS4zMzNjMCAzLjk5Mi0zLjUgNy4yNTktNy43NzggNy4yNTl6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwIDUuNzA0Yy0uNjEyIDAtMS4xMTEuNDY2LTEuMTExIDEuMDM3djMuMTExYzAgLjU3MS41IDEuMDM3IDEuMTExIDEuMDM3LjYxMiAwIDEuMTExLS40NjYgMS4xMTEtMS4wMzdWNi43NDFjMC0uNTcxLS40OTktMS4wMzctMS4xMS0xLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  content: '';
  display: block;
  height: 28px;
  margin: 5px auto 0;
  width: 20px;
}

.scroll-btn:hover {
  color: #F58025;
}

.two-column-block {
  /*Offset options*/
}

@media (min-width: 992px) {
  .two-column-block .offset-left {
    padding-left: 150px;
  }
}

@media (min-width: 992px) {
  .two-column-block .offset-right {
    padding-right: 150px;
  }
}

/*Map container for google map*/
@media (max-width: 767.98px) {
  .map-container .geolocation-map-wrapper {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .map-container .geolocation-map-wrapper {
    height: 400px;
  }
}

@media (min-width: 1200px) {
  .map-container .geolocation-map-wrapper {
    height: 600px;
  }
}

/*Filter bar*/
.filter-bar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #DBDADB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  /*Filter search form*/
}

.filter-bar .filter-title {
  color: rgba(32, 29, 29, 0.7);
  position: absolute;
}

@media (max-width: 991.98px) {
  .filter-bar .filter-title {
    bottom: -30px;
    right: 0;
  }
}

@media (min-width: 992px) {
  .filter-bar .filter-title {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.filter-bar label {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  margin: 0 5px 0 0;
}

@media (max-width: 767.98px) {
  .filter-bar label {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .filter-bar .dropdown {
    padding-right: 15px;
  }
}

.filter-bar .form-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.filter-bar select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px 7px;
  background: #FFF url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMTQ1IDcuODQ3bC02LTUuNTkzTDEuNjUyLjg0N2w0LjQ5MyA0LjE5OEwxMC42MzcuODQ3bDEuNTA4IDEuNDA3LTYgNS41OTN6IiBmaWxsPSIjRjU4MDI1Ii8+PC9zdmc+") no-repeat right center;
  border: none;
  height: 40px;
  padding: 0 20px 0 0;
  position: relative;
}

.filter-bar .form-text {
  border: none;
  border-left: solid 1px #DBDADB;
  height: 100%;
  padding: 10px 20px;
}

.filter-bar .form-text:focus {
  background: #F8F8F6;
  outline: none;
}

/*Map overlays*/
.gm-style .gm-style-iw-c {
  border-radius: 0;
  padding: 20px !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

.gm-style .list-inline li {
  font-size: 18px;
}

.gm-style .media-body {
  padding: 30px;
}

/*CTA block*/
.cta-block {
  background: #F58025;
  overflow: hidden;
  position: relative;
  /*Adds growing circle animation*/
}

.cta-block:before {
  background: rgba(234, 108, 11, 0.25);
  border-radius: 50%;
  content: '';
  display: block;
  height: 0px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s;
  transition: .4s;
  width: 0px;
}

.cta-block:hover:before {
  height: 3000px;
  width: 3000px;
}

/*Components - specific elements that make up a page*/
/*Animated styles*/
.animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  /*Animated delay options*/
  /*Animation duration options*/
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

/*Disabled for print*/
@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

/*Fade in*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/*Fade in - up*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

/*Fade in - down*/
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
            transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

/*Fade in - left*/
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
            transform: translate3d(-50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

/*Fade in - right*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
            transform: translate3d(50px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

/*Bounce*/
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  60% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}

/*Fades list items in sequentially*/
@-webkit-keyframes listFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes listFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

/*Buttons*/
.btn, .site-header .nav-item.is-btn .nav-link, .search-results-page .search-form input[type="submit"] {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  line-height: 1.3;
  padding: 10px 30px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  white-space: normal;
  /*Primary button*/
  /*Outline button*/
  /*General square button*/
  /*Stretches button full width on mobile*/
}

.btn:not(.btn-square), .site-header .nav-item.is-btn .nav-link:not(.btn-square), .search-results-page .search-form input:not(.btn-square)[type="submit"] {
  border-radius: 100px;
}

.btn.btn-primary, .site-header .nav-item.is-btn .btn-primary.nav-link, .search-results-page .search-form input.btn-primary[type="submit"] {
  height: 60px;
  padding: 10px 50px;
  /*Color options*/
}

@media (max-width: 575.98px) {
  .btn.btn-primary, .site-header .nav-item.is-btn .btn-primary.nav-link, .search-results-page .search-form input.btn-primary[type="submit"] {
    display: block;
  }
}

.btn.btn-primary.btn-orange, .site-header .nav-item.is-btn .btn-primary.btn-orange.nav-link, .search-results-page .search-form input.btn-primary.btn-orange[type="submit"] {
  background: #F58025;
  border: none;
  color: #FFF;
}

.btn.btn-outline, .site-header .nav-item.is-btn .btn-outline.nav-link, .site-header .nav-item.is-btn .search-results-page .search-form input.nav-link[type="submit"], .search-results-page .search-form .site-header .nav-item.is-btn input.nav-link[type="submit"], .search-results-page .search-form input[type="submit"] {
  border: solid 2px;
  height: 60px;
  /*Color options*/
}

.btn.btn-outline.btn-black, .site-header .nav-item.is-btn .btn-outline.btn-black.nav-link, .search-results-page .search-form input.btn-black[type="submit"] {
  background-color: transparent;
  border-color: #DBDADB;
  color: #201D1D;
}

.btn.btn-outline.btn-black:hover, .site-header .nav-item.is-btn .btn-outline.btn-black.nav-link:hover, .search-results-page .search-form input.btn-black:hover[type="submit"] {
  border-color: #F58025;
}

.btn.btn-outline.btn-white, .site-header .nav-item.is-btn .btn-outline.btn-white.nav-link, .search-results-page .search-form input.btn-white[type="submit"] {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.25);
  color: #FFF;
}

.btn.btn-outline.btn-white:hover, .site-header .nav-item.is-btn .btn-outline.btn-white.nav-link:hover, .search-results-page .search-form input.btn-white:hover[type="submit"] {
  border-color: #FFF;
}

.btn.btn-square, .site-header .nav-item.is-btn .btn-square.nav-link, .search-results-page .search-form input.btn-square[type="submit"] {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F58025;
  border: none;
  color: #FFF;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: inline-flex;
  font-size: 14px;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  width: 60px;
}

.btn.btn-square:hover, .site-header .nav-item.is-btn .btn-square.nav-link:hover, .search-results-page .search-form input.btn-square:hover[type="submit"] {
  background: #201D1D;
}

@media (max-width: 575.98px) {
  .btn.btn-block-xs, .site-header .nav-item.is-btn .btn-block-xs.nav-link, .search-results-page .search-form input.btn-block-xs[type="submit"] {
    width: 100%;
  }
}

/*Default button without background/border*/
.btn-link {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  background: transparent;
  border: none;
  color: #201D1D;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.btn-link:after {
  background: #F58025;
  content: '';
  display: block;
  height: 2px;
}

.btn-link:hover {
  color: #F58025;
}

/*Default link button with arrow options*/
.btn-paging {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  background: transparent;
  border: none;
  color: #201D1D;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  /*Adds arrow before or after link*/
  /*Arrow options*/
  /*Hover styles*/
}

.btn-paging:before, .btn-paging:after {
  display: inline-block;
  border: solid #F58025;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 8px;
  margin-top: -2px;
  vertical-align: middle;
  width: 8px;
}

.btn-paging.arrow-prev:before {
  content: '';
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.btn-paging.arrow-next:after {
  content: '';
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-paging:hover {
  color: #F58025;
}

/*Circle button with animated arrow*/
.btn-arrow {
  background: transparent;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: block;
  overflow: hidden;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 1;
  /*Adds arrow inside of button*/
  /*Hover styles*/
}

@media (max-width: 991.98px) {
  .btn-arrow {
    height: 32px;
    width: 32px;
  }
}

@media (min-width: 992px) {
  .btn-arrow {
    height: 64px;
    width: 64px;
  }
}

.btn-arrow:before, .btn-arrow:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDEwYy0uMDEyLS4zMjUtLjE0Ny0uNzAyLS4zNy0uOTM4TDExLjQ1LjQyNkMxMC45Ny0uMTQxIDEwLjA1LS4xMjggOS41MTUuMzhjLS41MzguNTEtLjU4IDEuNDE0LS4wNCAxLjkybDUuOTk0IDYuMzM1SDEuMzY0YTEuMzY0IDEuMzY0IDAgMDAwIDIuNzI4aDE0LjEwNWwtNS45OTUgNi4zMzVjLS41NC41MDYtLjQ5NyAxLjQxNC4wNDEgMS45MjMuNTM2LjUxIDEuNDY4LjUxMyAxLjkzNC0uMDQ4bDguMTgyLTguNjM2Yy4yNDgtLjI2NS4zNjYtLjU3NC4zNjktLjkzOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transition: .4s;
  transition: .4s;
}

@media (max-width: 991.98px) {
  .btn-arrow:before, .btn-arrow:after {
    height: 10px;
    margin: -5px 0 0 -5px;
    width: 10px;
  }
}

@media (min-width: 992px) {
  .btn-arrow:before, .btn-arrow:after {
    height: 20px;
    margin: -10px 0 0 -10px;
    width: 20px;
  }
}

.btn-arrow:before {
  -webkit-transform: translateX(-45px);
          transform: translateX(-45px);
}

.btn-arrow:after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@media (min-width: 992px) {
  .btn-arrow:hover {
    background: #F58025;
  }
  .btn-arrow:hover:before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .btn-arrow:hover:after {
    -webkit-transform: translateX(45px);
            transform: translateX(45px);
  }
}

/*Back button*/
.btn-back {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  background: transparent;
  border: none;
  color: #201D1D;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
  /*Offset options for when button is used inside of a content block*/
}

.btn-back:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTBjLjAxMi0uMzI1LjE0Ny0uNzAyLjM3LS45MzhMOC41NS40MjZDOS4wMy0uMTQxIDkuOTUtLjEyOCAxMC40ODUuMzhjLjUzOC41MS41OCAxLjQxNC4wNCAxLjkyTDQuNTMyIDguNjM2aDE0LjEwNWExLjM2NCAxLjM2NCAwIDAxMCAyLjcyOEg0LjUzMWw1Ljk5NSA2LjMzNWMuNTQuNTA2LjQ5NyAxLjQxNC0uMDQxIDEuOTIzLS41MzYuNTEtMS40NjkuNTEzLTEuOTM0LS4wNDhMLjM3IDEwLjkzOEExLjMzIDEuMzMgMCAwMTAgMTB6IiBmaWxsPSIjRjU4MDI1Ii8+PC9zdmc+") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 20px;
  left: 0;
  margin-right: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .3s;
  transition: .3s;
  width: 20px;
}

.btn-back:hover {
  color: #F58025;
}

.btn-back:hover:before {
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

@media (max-width: 767.98px) {
  .btn-back.has-offset {
    margin-bottom: 25px;
    margin-left: 15px;
  }
}

@media (min-width: 1200px) {
  .btn-back.has-offset {
    display: block;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1999.98px) {
  .btn-back.has-offset {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .btn-back.has-offset {
    max-width: 1260px;
  }
}

@media (min-width: 1600px) and (max-width: 1999.98px) {
  .btn-back.has-offset {
    max-width: 1500px;
  }
}

@media (min-width: 2000px) {
  .btn-back.has-offset {
    display: inline-block;
    left: 150px;
    position: absolute;
  }
}

/*Button row*/
@media (max-width: 575.98px) {
  .btn-row {
    margin-top: 20px;
  }
}

@media (min-width: 576px) {
  .btn-row {
    margin: 30px -10px 0;
  }
}

@media (max-width: 575.98px) {
  .btn-row .btn:not(:last-child), .btn-row .site-header .nav-item.is-btn .nav-link:not(:last-child), .site-header .nav-item.is-btn .btn-row .nav-link:not(:last-child), .btn-row .search-results-page .search-form input:not(:last-child)[type="submit"], .search-results-page .search-form .btn-row input:not(:last-child)[type="submit"] {
    margin-bottom: 10px;
  }
}

@media (min-width: 576px) {
  .btn-row .btn, .btn-row .site-header .nav-item.is-btn .nav-link, .site-header .nav-item.is-btn .btn-row .nav-link, .btn-row .search-results-page .search-form input[type="submit"], .search-results-page .search-form .btn-row input[type="submit"] {
    margin: 5px 10px;
  }
}

/*Heading mixin options*/
/*Heading options*/
.heading-1 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-black);
  line-height: 1.3;
  display: block;
  margin: 0;
}

@media (max-width: 991.98px) {
  .heading-1 {
    font-size: 48px;
    letter-spacing: -0.02em;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading-1 {
    font-size: 68px;
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1200px) {
  .heading-1 {
    font-size: 96px;
  }
}

.heading-2 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  letter-spacing: -0.02em;
  line-height: 1.15;
  display: block;
  margin: 0;
}

@media (max-width: 991.98px) {
  .heading-2 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading-2 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .heading-2 {
    font-size: 52px;
  }
}

.heading-3 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 24px;
  display: block;
  margin: 0;
}

.heading-4 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  letter-spacing: -0.02em;
  line-height: 1.15;
  display: block;
  margin: 0;
}

@media (max-width: 991.98px) {
  .heading-4 {
    font-size: 32px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .heading-4 {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .heading-4 {
    font-size: 52px;
  }
}

.heading-5 {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  font-size: 18px;
  display: block;
  margin: 0;
}

.micro-title, .filter-bar .filter-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: block;
}

/*Default nav styles*/
.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav .nav-link {
  -webkit-transition: .3s;
  transition: .3s;
}

/*Inline list with dividers*/
.list-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -15px;
  padding: 0;
  /*Adds divider between elements*/
  /*Alignment options*/
  /*Icon options*/
}

.list-inline > li {
  padding: 0 15px;
  position: relative;
}

.list-inline.has-divider > li:not(:last-child):after {
  background: #B6B2A9;
  bottom: 0;
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
}

.list-inline.has-divider a {
  color: #F58025;
  -webkit-transition: .3s;
  transition: .3s;
}

.list-inline.has-divider a:hover {
  color: #201D1D;
}

.list-inline:not(.has-divider) > li a:hover {
  color: #F58025;
}

.list-inline.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list-inline.has-icon > li {
  /*Icon options*/
}

.list-inline.has-icon > li:before {
  background: center center / contain no-repeat;
  content: '';
  display: inline-block;
}

.list-inline.has-icon > li.icon-airport:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjgiIGQ9Ik0xMS4xMDMgMTYuMDRhLjg3Ni44NzYgMCAwMS0uMjgyLS4wNDdMOC4xMSAxNS4xaC0uMjA3bC0yLjcxLjg5M2EuOS45IDAgMDEtMS4xMTYtLjUxNC45MjUuOTI1IDAgMDEuNDEzLTEuMTcxbDIuMzE4LTEuMjEtLjE0LTQuNjQ0LTUuNTU2IDEuMzMzYS44OTEuODkxIDAgMDEtLjc2OS0uMTcyLjkyNy45MjcgMCAwMS0uMzQ0LS43MlY4LjU4YS45MTkuOTE5IDAgMDEuNTYzLS44NThsNS45OTItMi40NTctLjA5NC0zLjQxQTEuNjA2IDEuNjA2IDAgMDE2LjgyLjU5NGMuMjk0LS4zNDguNzItLjU1IDEuMTcxLS41NTQuNDUxLS4wMDUuODgxLjE4OSAxLjE4MS41My4zLjM0Mi40NC44LjM4NSAxLjI1M0w5LjQ0NSA1LjI3bDUuOTkyIDIuNDU3di4wMDJjLjM0NC4xNC41NjcuNDguNTYzLjg1N1Y4LjlhLjkyMi45MjIgMCAwMS0uMzQuNzA3Ljg5MS44OTEgMCAwMS0uNzU1LjE4TDkuMzUgOC40NDdsLS4xNDMgNC42NSAyLjMxOSAxLjIxYS45MjMuOTIzIDAgMDEtLjQxNCAxLjczMWgtLjAxeiIgZmlsbD0iIzIzMUYyMCIvPjwvc3ZnPg==");
  height: 16px;
  width: 16px;
}

.list-inline.has-icon > li.icon-interstate:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgb3BhY2l0eT0iLjgiIGZpbGw9IiMyMzFGMjAiPjxwYXRoIGQ9Ik0xNC43MTYgNC4zMzVhLjA5Ni4wOTYgMCAwMC0uMDkyLS4wNzZIMS4zNTRhLjA5NS4wOTUgMCAwMC0uMDkzLjA3NmMtLjY1NSAyLjg3Ni0uMDkgNS4xNTggMS41MzIgNy4yNzQgMS42OSAyLjIwNCA0LjE5MyAzLjMxMiA1LjExOCAzLjMxM2guMDAyYy45NTUtLjAwMSAzLjY0NS0xLjE5IDUuMzgyLTMuNDU1IDEuNjA0LTIuMDkxIDIuMDYtNC4zMjQgMS40Mi03LjEzMnpNMS42MTYgMy4zMjZoMTIuODUxYy4wMyAwIC4wNTctLjAxNS4wNzYtLjA0YS4xMDguMTA4IDAgMDAuMDE2LS4wODYgMTAuNTcgMTAuNTcgMCAwMC0uODA4LTIuMDQ0LjA5NS4wOTUgMCAwMC0uMTEzLS4wNDggOC4zMTMgOC4zMTMgMCAwMS0yLjUzOS4zODVjLS42MDYgMC0xLjE4OS0uMTYxLTEuNzUyLS4zMTctLjQ3MS0uMTMxLS45MTYtLjI1NC0xLjMwNS0uMjU0LS4zOSAwLS44MzQuMTIzLTEuMzA2LjI1NC0uNTM3LjE0OC0xLjE0Ni4zMTctMS43NTIuMzE3YTguMzAzIDguMzAzIDAgMDEtMi41NC0uMzg1LjA5Ni4wOTYgMCAwMC0uMTEyLjA0OGMtLjMzNy42NDYtLjYxIDEuMzM0LS44MDggMi4wNDRhLjEwMy4xMDMgMCAwMC4wMTYuMDg3Yy4wMTguMDI0LjA0Ny4wMzkuMDc2LjAzOXoiLz48L2c+PC9zdmc+Cg==");
  height: 14px;
  width: 14px;
}

.list-inline.has-icon > li.icon-video:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjggMy44OXY0Ljc3NGw2LjIgMy40OTNWLjgzbC02LjIgMy4wNnpNMTIuMjg5IDBIMS43NkMuNzg4IDAgMCAuODMzIDAgMS44NnY5LjI4YzAgLjQ5NC4xODYuOTY3LjUxNiAxLjMxNS4zMy4zNDkuNzc3LjU0NSAxLjI0NC41NDVoMTAuNTI5Yy40NjcgMCAuOTE0LS4xOTYgMS4yNDQtLjU0NS4zMy0uMzQ4LjUxNi0uODIxLjUxNi0xLjMxNFYxLjg0NUMxNC4wNDIuODI1IDEzLjI1NiAwIDEyLjI4OSAweiIgZmlsbD0iI0Y1ODAyNSIvPjwvc3ZnPg==");
  height: 13px;
  width: 22px;
}

.list-inline.has-icon > li.icon-email:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE4LjIwNCAzLjA0N0wxMC43MyA3LjA2Yy0uNzE3LjM5LTEuNTkuMzktMi4zMDYgMEwuOTUgMy4wNDdBMi4zNDYgMi4zNDYgMCAwMTAgMi4xMjVWMTJoMTlWMi4zNjhjLS4yMS4yODEtLjQ4Mi41MTQtLjc5Ni42OHoiIGZpbGw9IiNGNTgwMjUiLz48cGF0aCBkPSJNMTcuNjk2IDBIMS40NmMtLjI3LjE2NS0uNDY0LjQyNi0uNTQuNzI3YTEuMTM2IDEuMTM2IDAgMDAuNiAxLjMzN2w3LjQ2OCA0LjAwOGMuMzY3LjE5OS44MTQuMTk5IDEuMTgxIDBsNy40NzUtNC4wMDhjLjUwMi0uMjUuNzUxLS44MS41OTctMS4zMzdBMS4xOTYgMS4xOTYgMCAwMDE3LjY5NiAweiIgZmlsbD0iI0Y1ODAyNSIvPjwvc3ZnPgo=");
  height: 12px;
  width: 19px;
}

/*Download list*/
.list-downloads {
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-downloads .download-item:nth-child(odd) {
  background: #F8F8F6;
}

.list-downloads .download-link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
  padding: 15px 20px;
  position: relative;
  width: 100%;
}

.list-downloads .download-link:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyIDBjMS43ODYgMCAzLjU3My42NjYgNC45MzYgMi4wMDVhNi43NzUgNi43NzUgMCAwMTEuOTk3IDQuMDUzQzIxLjc3NiA2LjMxMiAyNCA4LjY1NyAyNCAxMS41MTYgMjQgMTQuNTQ2IDIxLjUwMiAxNyAxOC40MTkgMTdINC43NDRDMi4xMTYgMTcgMCAxNC45MjEgMCAxMi4zMzljMC0yLjU4MyAyLjExNi00LjY2MiA0Ljc0NC00LjY2MmguMzMyYTYuNzgyIDYuNzgyIDAgMDExLjk5Ny01LjY3MkE3LjAwMSA3LjAwMSAwIDAxMTIgMHptMCA1Ljc1OGEuNTUzLjU1MyAwIDAwLS41NTguNTQ5djUuODk1TDkuMzA1IDEwLjI5Yy0uMjE3LS4xOTQtLjU4Ni0uMTctLjc5My4wMzQtLjIxNS4yMTEtLjE3NS41ODcuMDQzLjc4bDMuMDcgMi43NDJjLjEyMy4xMS4yMjcuMTM3LjM3NS4xMzdhLjYxNC42MTQgMCAwMC4zNzUtLjEzN2wzLjA3LTIuNzQyYS41NTYuNTU2IDAgMDAuMDQzLS43OC41OTEuNTkxIDAgMDAtLjc5My0uMDM0bC0yLjEzNyAxLjkxVjYuMzA4QS41NTMuNTUzIDAgMDAxMiA1Ljc1OHoiIGZpbGw9IiNGNTgwMjUiLz48L3N2Zz4=") center center/contain no-repeat;
  content: '';
  display: inline-block;
  height: 17px;
  margin-top: -8px;
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: .4s;
  transition: .4s;
  visibility: hidden;
  width: 24px;
}

.list-downloads .download-link:hover .download-title {
  color: #F58025;
}

.list-downloads .download-link:hover .download-time {
  opacity: 0;
  visibility: hidden;
}

.list-downloads .download-link:hover:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.list-downloads .download-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  color: rgba(32, 29, 29, 0.7);
  font-size: 18px;
  text-transform: none;
  -webkit-transition: .4s;
  transition: .4s;
}

.list-downloads .download-time {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(32, 29, 29, 0.5);
  -webkit-transition: .4s;
  transition: .4s;
}

.details-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.details-list li strong {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
}

/*Creates a two column list on desktop*/
@media (min-width: 992px) {
  .list-lg-col-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .list-lg-col-2 > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
  .list-lg-col-2 > li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.search-results-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 30px;
}

@media (min-width: 992px) {
  .search-results-list > li {
    max-width: 50%;
  }
}

.search-results-list > li:not(:last-child) {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #B6B2A9;
}

/*Global figures*/
.figure {
  margin-bottom: 0;
  position: relative;
  /*Image offset options*/
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .figure.offset-bottom .figure-img {
    margin-bottom: -100px;
  }
}

@media (min-width: 1600px) {
  .figure.offset-bottom .figure-img {
    margin-bottom: -300px;
  }
}

@media (min-width: 992px) and (max-width: 1599.98px) {
  .figure.offset-top .figure-img {
    margin-top: -100px;
  }
}

@media (min-width: 1600px) {
  .figure.offset-top .figure-img {
    margin-top: -300px;
  }
}

/*Card with icon above content*/
.card-icon {
  padding-bottom: 50px;
  padding-top: 50px;
}

.card-icon .card-img {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

/*Card with image above content*/
.card-image {
  /*Used when cards are within a slider*/
  /*Link styles*/
}

.card-image .figure {
  margin-bottom: 20px;
}

.card-image .figure:before {
  background: rgba(245, 128, 37, 0.2);
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.card-image .figure .figure-caption {
  font-size: 15px;
  position: absolute;
}

@media (max-width: 991.98px) {
  .card-image .figure .figure-caption {
    bottom: 20px;
    left: 20px;
  }
}

@media (min-width: 992px) {
  .card-image .figure .figure-caption {
    bottom: 30px;
    left: 30px;
  }
}

.card-image .figure img {
  height: auto;
  width: 100%;
}

.card-image [class*='heading-'] {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 991.98px) {
  .card-image .card-body {
    padding: 0 20px;
  }
}

@media (min-width: 992px) {
  .card-image .card-body {
    border-bottom: solid 2px #F58025;
    padding: 25px 35px 20px 0;
  }
}

@media (min-width: 1200px) {
  .card-image .card-body {
    margin-left: 35px;
  }
}

.card-image .card-footer {
  margin-top: 20px;
}

@media (min-width: 576px) {
  .card-image .card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.card-image .card-footer .btn-link {
  margin-top: 15px;
}

@media (min-width: 576px) {
  .card-image.slider-item {
    padding: 0 17px;
  }
}

.card-image .card-link {
  display: block;
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .card-image .card-link:hover .figure:before {
    opacity: 1;
    visibility: visible;
  }
  .card-image .card-link:hover [class*='heading-'],
  .card-image .card-link:hover .btn-link {
    color: #F58025;
  }
}

/*Testimonial card*/
.card-testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .card-testimonial .testimonial-logo {
    height: 40px;
    margin-right: 10px;
    width: 40px;
  }
}

@media (min-width: 768px) {
  .card-testimonial .testimonial-logo {
    margin-right: 30px;
  }
}

.card-testimonial p {
  letter-spacing: -0.02em;
}

@media (max-width: 767.98px) {
  .card-testimonial p {
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .card-testimonial p {
    font-size: 36px;
  }
}

@media (min-width: 1200px) {
  .card-testimonial p {
    font-size: 52px;
  }
}

.card-testimonial .testimonial-img {
  border-radius: 50%;
  height: 64px;
  margin-right: 15px;
  width: 64px;
}

/*Slider arrows*/
.slick-arrow {
  background: #F58025;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  font-size: 0px;
  line-height: 0px;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  /*Adds arrow inside of button*/
  /*Arrow options*/
  /*Hover styles*/
}

@media (max-width: 991.98px) {
  .slick-arrow {
    height: 32px;
    width: 32px;
  }
}

@media (min-width: 992px) {
  .slick-arrow {
    height: 64px;
    width: 64px;
  }
}

.slick-arrow:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIwIDEwYy0uMDEyLS4zMjUtLjE0Ny0uNzAyLS4zNy0uOTM4TDExLjQ1LjQyNkMxMC45Ny0uMTQxIDEwLjA1LS4xMjggOS41MTUuMzhjLS41MzguNTEtLjU4IDEuNDE0LS4wNCAxLjkybDUuOTk0IDYuMzM1SDEuMzY0YTEuMzY0IDEuMzY0IDAgMDAwIDIuNzI4aDE0LjEwNWwtNS45OTUgNi4zMzVjLS41NC41MDYtLjQ5NyAxLjQxNC4wNDEgMS45MjMuNTM2LjUxIDEuNDY4LjUxMyAxLjkzNC0uMDQ4bDguMTgyLTguNjM2Yy4yNDgtLjI2NS4zNjYtLjU3NC4zNjktLjkzOHoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") center center/contain no-repeat;
  content: '';
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
}

@media (max-width: 991.98px) {
  .slick-arrow:before {
    height: 10px;
    margin: -5px 0 0 -5px;
    width: 10px;
  }
}

@media (min-width: 992px) {
  .slick-arrow:before {
    height: 20px;
    margin: -10px 0 0 -10px;
    width: 20px;
  }
}

@incldue media-breakpoint-between(lg, xl) {
  .slick-arrow.slick-prev {
    left: -30px;
  }
}

@media (min-width: 1600px) {
  .slick-arrow.slick-prev {
    left: -80px;
  }
}

.slick-arrow.slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@incldue media-breakpoint-between(lg, xl) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}

@media (min-width: 1600px) {
  .slick-arrow.slick-next {
    right: -80px;
  }
}

/*Extend slick dots*/
.slick-dots {
  bottom: -30px;
  left: 0;
  list-style: none;
  margin: 0 -5px;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.slick-dots li.slick-active button {
  background: #F58025;
  border: solid 1px #F58025;
}

.slick-dots button {
  background: #DBDADB;
  border-color: #DBDADB;
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  outline: none;
  padding: 0;
  width: 10px;
}

.slick-dots button:focus {
  outline: none;
}

/*Testimonial slider*/
@media (min-width: 1200px) {
  .slider-testimonials {
    padding-left: 95px;
  }
}

.slider-testimonials .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1400px) {
  .slider-testimonials .slider-item {
    padding-right: 250px;
  }
}

.slider-testimonials .slider-item:not(.slick-current) {
  opacity: .1;
}

@media (max-width: 991.98px) {
  .slider-testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-testimonials .slick-arrow.slick-prev {
    left: -80px;
  }
}

@media (min-width: 1200px) {
  .slider-testimonials .slick-arrow.slick-prev {
    left: 0;
  }
}

@media (max-width: 991.98px) {
  .slider-testimonials .slick-arrow.slick-next {
    right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .slider-testimonials .slick-arrow.slick-next {
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .slider-testimonials .slick-arrow.slick-next {
    right: 0;
  }
}

/*Full width slider*/
@media (max-width: 991.98px) {
  .slider-full .slick-arrow.slick-prev {
    left: 20px;
  }
}

@media (min-width: 992px) {
  .slider-full .slick-arrow.slick-prev {
    left: 35px;
  }
}

@media (max-width: 991.98px) {
  .slider-full .slick-arrow.slick-next {
    right: 20px;
  }
}

@media (min-width: 992px) {
  .slider-full .slick-arrow.slick-next {
    right: 35px;
  }
}

/*Sites slider*/
@media (max-width: 991.98px) {
  .slider-sites {
    margin-bottom: 20px;
  }
}

.slider-sites .slick-arrow.slick-prev {
  left: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .slider-sites .slick-arrow.slick-prev {
    left: 0;
  }
}

@media (min-width: 992px) {
  .slider-sites .slick-arrow.slick-prev {
    left: -15px;
  }
}

.slider-sites .slick-arrow.slick-next {
  right: 15px;
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .slider-sites .slick-arrow.slick-next {
    right: 0;
  }
}

@media (min-width: 992px) {
  .slider-sites .slick-arrow.slick-next {
    right: -15px;
  }
}

.slider-sites .slick-dots {
  margin-top: 20px;
  position: static;
}

/*Global blockquote styles*/
.blockquote p {
  letter-spacing: -0.02em;
  line-height: 1.3;
  position: relative;
  /*Adds opening/closing quotation*/
}

@media (max-width: 767.98px) {
  .blockquote p {
    font-size: 20px;
    padding-left: 10px;
  }
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .blockquote p {
    font-size: 36px;
    padding-left: 15px;
  }
}

@media (min-width: 1200px) {
  .blockquote p {
    font-size: 52px;
    padding-left: 25px;
  }
}

.blockquote .blockquote-footer {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  padding: 30px 0 0 25px;
}

.blockquote .blockquote-footer cite {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  display: block;
  font-style: normal;
}

/*Form group*/
.form-group {
  margin-bottom: 15px;
  position: relative;
  /*Floats label above input on focus*/
}

.form-group.floated-label {
  position: relative;
}

.form-group.floated-label .form-label {
  color: #B6B2A9;
  left: 15px;
  margin: 0;
  position: absolute;
  top: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-group.floated-label .form-control, .form-group.floated-label .user-login-form input, .user-login-form .form-group.floated-label input, .form-group.floated-label .search-results-page .search-form input[type="search"], .search-results-page .search-form .form-group.floated-label input[type="search"] {
  -webkit-transition: .3s;
  transition: .3s;
}

.form-group.floated-label .form-control:invalid + label, .form-group.floated-label .user-login-form input:invalid + label, .user-login-form .form-group.floated-label input:invalid + label, .form-group.floated-label .search-results-page .search-form input:invalid[type="search"] + label, .search-results-page .search-form .form-group.floated-label input:invalid[type="search"] + label {
  opacity: 0;
  top: 8px;
}

.form-group.floated-label .form-control:focus, .form-group.floated-label .user-login-form input:focus, .user-login-form .form-group.floated-label input:focus, .form-group.floated-label .search-results-page .search-form input:focus[type="search"], .search-results-page .search-form .form-group.floated-label input:focus[type="search"], .form-group.floated-label .form-control:valid, .form-group.floated-label .user-login-form input:valid, .user-login-form .form-group.floated-label input:valid, .form-group.floated-label .search-results-page .search-form input:valid[type="search"], .search-results-page .search-form .form-group.floated-label input:valid[type="search"] {
  outline: none;
  padding-top: 15px;
}

.form-group.floated-label .form-control:focus + label, .form-group.floated-label .user-login-form input:focus + label, .user-login-form .form-group.floated-label input:focus + label, .form-group.floated-label .search-results-page .search-form input:focus[type="search"] + label, .search-results-page .search-form .form-group.floated-label input:focus[type="search"] + label, .form-group.floated-label .form-control:valid + label, .form-group.floated-label .user-login-form input:valid + label, .user-login-form .form-group.floated-label input:valid + label, .form-group.floated-label .search-results-page .search-form input:valid[type="search"] + label, .search-results-page .search-form .form-group.floated-label input:valid[type="search"] + label {
  font-size: 12px;
  opacity: 1;
  top: 8px;
}

/*Form control*/
.form-control, .user-login-form input, .search-results-page .search-form input[type="search"] {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  background: #FFF;
  border-radius: 0;
  border: solid 2px #DBDADB;
  font-size: 18px;
  padding: 0 15px;
  width: 100%;
  /*Placeholders*/
}

.form-control:not(textarea), .user-login-form input:not(textarea), .search-results-page .search-form input:not(textarea)[type="search"] {
  height: 56px;
}

.form-control::-webkit-input-placeholder, .user-login-form input::-webkit-input-placeholder, .search-results-page .search-form input[type="search"]::-webkit-input-placeholder {
  color: #B6B2A9;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-control::-moz-placeholder, .user-login-form input::-moz-placeholder, .search-results-page .search-form input[type="search"]::-moz-placeholder {
  color: #B6B2A9;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-control::-ms-input-placeholder, .user-login-form input::-ms-input-placeholder, .search-results-page .search-form input[type="search"]::-ms-input-placeholder {
  color: #B6B2A9;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-control::placeholder, .user-login-form input::placeholder, .search-results-page .search-form input[type="search"]::placeholder {
  color: #B6B2A9;
  font-size: 18px;
  -webkit-transition: .3s;
  transition: .3s;
}

.form-control:focus::-webkit-input-placeholder, .user-login-form input:focus::-webkit-input-placeholder, .search-results-page .search-form input[type="search"]:focus::-webkit-input-placeholder {
  opacity: 0;
  visbility: hidden;
}

.form-control:focus::-moz-placeholder, .user-login-form input:focus::-moz-placeholder, .search-results-page .search-form input[type="search"]:focus::-moz-placeholder {
  opacity: 0;
  visbility: hidden;
}

.form-control:focus::-ms-input-placeholder, .user-login-form input:focus::-ms-input-placeholder, .search-results-page .search-form input[type="search"]:focus::-ms-input-placeholder {
  opacity: 0;
  visbility: hidden;
}

.form-control:focus::placeholder, .user-login-form input:focus::placeholder, .search-results-page .search-form input[type="search"]:focus::placeholder {
  opacity: 0;
  visbility: hidden;
}

/*Form label*/
.form-label {
  color: #201D1D;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

/*Custom checkbox/radio styles*/
.form-check {
  padding: 0;
  /*Default styles*/
  /*Label styles*/
}

.form-check input[type="checkbox"],
.form-check input[type="radio"] {
  opacity: 0;
}

.form-check input[type="checkbox"] + label:after,
.form-check input[type="radio"] + label:after {
  content: '';
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
}

.form-check input[type="checkbox"]:checked + label:after,
.form-check input[type="radio"]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.form-check label {
  cursor: pointer;
  display: inline-block;
  padding-left: 35px;
  position: relative;
  vertical-align: middle;
  /*Adds custom radio/checkbox*/
  /*Checkbox specific styles*/
  /*Radio specific styles*/
}

.form-check label:before, .form-check label:after {
  content: '';
  display: inline-block;
  height: 25px;
  left: 0;
  position: absolute;
  top: 2px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 25px;
}

.form-check label.is-check:after {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS43MTMuM2ExIDEgMCAwMS0uMDEyIDEuNDEzbC0xNC4yNTYgMTRhMSAxIDAgMDEtMS40MDEgMGwtNS43NDUtNS42NGExIDEgMCAwMTEuNDAyLTEuNDI4bDUuMDQzIDQuOTUzTDIwLjMuMjg3YTEgMSAwIDAxMS40MTUuMDEyeiIgZmlsbD0iI0Q1MjczMSIvPjwvc3ZnPgo=") center center/contain no-repeat;
  height: 16px;
  left: 1px;
  top: 6px;
  width: 22px;
}

.form-check label.is-radio:before {
  border-radius: 50%;
}

.form-check label.is-radio:after {
  border-radius: 50%;
  height: 15px;
  left: 5px;
  top: 7px;
  width: 15px;
}

/*Select styles*/
select,
.select2-selection {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: 12px 7px;
  background: #FFF url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMTQ1IDcuODQ3bC02LTUuNTkzTDEuNjUyLjg0N2w0LjQ5MyA0LjE5OEwxMC42MzcuODQ3bDEuNTA4IDEuNDA3LTYgNS41OTN6IiBmaWxsPSIjRjU4MDI1Ii8+PC9zdmc+") no-repeat right 15px center;
  border-radius: 0;
  border: solid 2px #DBDADB;
  height: 56px;
  padding: 0 15px;
  position: relative;
}

select option:first-child,
.select2-selection option:first-child {
  color: #B6B2A9;
}

select .select2-selection__arrow,
.select2-selection .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
  border: solid 2px #DBDADB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
}

.form-contact div[data-drupal-messages] {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 15px;
}

.form-contact div[data-drupal-messages] div[role=alert] {
  color: red;
}

.form-contact div[data-drupal-messages] div[role=alert] ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.user-login-form {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 480px;
  width: 100%;
}

.user-login-form .form-actions {
  margin-top: 30px;
}

.search-results-page .search-form {
  margin-bottom: 30px;
}

.search-results-page .search-form label {
  display: none;
}

.search-results-page .search-form .search-help-link {
  display: none;
}

/*Default media object*/
.media {
  /*Adds gray background media object*/
  /*Title options*/
  /*Adds top/bottom padding for use in grids*/
}

@media (min-width: 768px) {
  .media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (max-width: 767.98px) {
  .media .media-img {
    height: auto;
    width: 100%;
  }
}

.media.has-bg {
  background: #F8F8F6;
}

.media.has-bg .media-body {
  height: 100%;
  padding: 25px 25px 55px;
}

@media (min-width: 768px) {
  .media.has-bg .media-body .btn-link {
    bottom: 25px;
    position: absolute;
    right: 25px;
  }
}

@media (min-width: 768px) {
  .media:not(.has-bg) .media-body {
    padding-left: 25px;
  }
}

.media .media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  position: relative;
}

.media .media-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  font-size: 24px;
  margin: 0;
}

.media .media-subtitle {
  display: block;
  font-size: 18px;
}

@media (max-width: 991.98px) {
  .media.is-grid {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (min-width: 992px) {
  .media.is-grid {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

@media (max-width: 991.98px) {
  .media.team-media {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .media.team-media .media-body {
    padding-left: 25px;
  }
}

/*Global dropdown styles*/
.dropdown {
  /*Inline dropdown title*/
  /*Toggle for dropdown*/
  /*Dropdown menu*/
  /*Dropdown list item*/
  /*Dropdown list item link*/
  /*Triggers dropdown*/
  /*Active dropdown styles*/
  /*Dropdown label*/
}

.dropdown .dropdown-title {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-bold);
}

.dropdown .dropdown-toggle:not(.nav-link) {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-regular);
  background: transparent;
  border: none;
  color: #201D1D;
  font-size: 18px;
  padding: 10px 5px;
  -webkit-transition: .3s;
  transition: .3s;
  /*Adds arrow behind dropdown text*/
  /*Active styles*/
}

.dropdown .dropdown-toggle:not(.nav-link):focus {
  color: #201D1D;
  outline: none;
}

.dropdown .dropdown-toggle:not(.nav-link):after {
  border: solid #F58025;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 8px;
  margin: -4px 0 0 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  vertical-align: middle;
  width: 8px;
}

.dropdown .dropdown-toggle:not(.nav-link).is-open:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.dropdown .dropdown-menu {
  background: #FFF;
  border-bottom: solid 2px #B6B2A9;
  border-left: solid 2px #B6B2A9;
  border-right: solid 2px #B6B2A9;
  left: 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 15px 0;
  position: absolute;
  top: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  visibility: hidden;
  z-index: 10;
  /*Active menu styles*/
}

@media (min-width: 992px) {
  .dropdown .dropdown-menu {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40;
       -moz-column-gap: 40;
            column-gap: 40;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  .dropdown .dropdown-menu li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.dropdown .dropdown-menu.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.dropdown .dropdown-item {
  page-break-inside: avoid;
}

.dropdown .dropdown-link {
  color: #201D1D;
  display: block;
  font-size: 16px;
  padding: 5px 20px;
  -webkit-transition: .3s;
  transition: .3s;
  /*Active styles*/
}

@media (min-width: 576px) {
  .dropdown .dropdown-link {
    white-space: nowrap;
  }
}

.dropdown .dropdown-link:hover {
  color: #201D1D;
}

.dropdown .dropdown-link.is-active {
  color: #201D1D;
}

.dropdown.is-active .dropdown-toggle {
  color: #201D1D;
}

.dropdown .label-dropdown {
  text-transform: none;
}

/*Tabbed navigation containe*/
.tabbed-nav-container {
  border-bottom: solid 1px #DBDADB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991.98px) {
  .tabbed-nav-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .tabbed-nav-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 60px;
  }
}

/*Tabbed navigation*/
.tab-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  /*Tab link*/
}

@media (max-width: 991.98px) {
  .tab-nav {
    margin-top: 10px;
  }
}

.tab-nav .tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.tab-nav .tab-link {
  font-family: var(--font-primary);
  font-weight: var(--font-weight-medium);
  color: #201D1D;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  /*Adds border below active tab*/
}

@media (max-width: 991.98px) {
  .tab-nav .tab-link {
    padding: 5px 10px;
  }
}

@media (min-width: 992px) {
  .tab-nav .tab-link {
    padding: 18px 30px;
  }
}

.tab-nav .tab-link:after {
  background: #F58025;
  bottom: -5px;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 1;
}

.tab-nav .tab-link:not(.is-active):after {
  opacity: 0;
  visibility: hidden;
}

.tab-nav .tab-link.is-active:after {
  opacity: 1;
  visibility: visible;
}

.tab-nav .tab-link:hover {
  color: #F58025;
}

.tab-nav .tab-link:focus {
  outline: none;
}

.tab-nav .tab-link:focus:after {
  opacity: 1;
  visiblitiy: visible;
}

/*Tab pane*/
.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.tab-panel .tab-body {
  padding: 20px 0;
}

/*Sections within tabbed panel*/
@media (max-width: 991.98px) {
  .tab-section:not(:last-child) {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .tab-section:not(:last-child) {
    padding-bottom: 60px;
  }
}

.social-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 -5px;
  padding: 8px 0 0;
}

@media (max-width: 991.98px) {
  .social-list {
    margin-top: 20px;
  }
}

/*Social item*/
.social-item {
  margin: 0 5px;
}

/*Social link*/
.social-link {
  display: block;
  height: 100%;
  width: 100%;
  /*Hover styles*/
}

.social-link:hover svg {
  color: #F58025;
  fill: #F58025;
}

/*Used to apply top/bottom padding to any block*/
@media (max-width: 767.98px) {
  .pb-lg {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .pb-lg {
    padding-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .pb-lg {
    padding-bottom: 175px;
  }
}

@media (max-width: 767.98px) {
  .pt-lg {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pt-lg {
    padding-top: 100px;
  }
}

@media (min-width: 1600px) {
  .pt-lg {
    padding-top: 175px;
  }
}

@media (max-width: 767.98px) {
  .pb-md {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .pb-md {
    padding-bottom: 75px;
  }
}

@media (min-width: 1600px) {
  .pb-md {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .pt-md {
    padding-top: 50px;
  }
}

@media (min-width: 768px) {
  .pt-md {
    padding-top: 75px;
  }
}

@media (min-width: 1600px) {
  .pt-md {
    padding-top: 100px;
  }
}

.pb-sm, .user-login-form {
  padding-bottom: 35px;
}

.pt-sm, .user-login-form {
  padding-top: 35px;
}

/*Margin options*/
@media (min-width: 1200px) {
  .mb-6-xl {
    margin-bottom: 60px;
  }
  .mt-6-xl {
    margin-top: 60px;
  }
}

@media (max-width: 991.98px) {
  .mb-2-xs {
    margin-bottom: 20px;
  }
  .mt-2-xs {
    margin-top: 20px;
  }
  .mb-5-xs {
    margin-bottom: 50px;
  }
  .mt-5-xs {
    margin-top: 50px;
  }
}

/*Border options*/
.bb-1 {
  border-bottom: solid 1px #DBDADB;
}

/*Removes gutters to any bootstrap row*/
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .form-contact .no-gutters > div[data-drupal-messages],
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*Adds smaller gutters to any bootstrap row*/
.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

.gutters-sm > .col, .form-contact .gutters-sm > div[data-drupal-messages],
.gutters-sm > [class*="col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

/*Adds larger gutters to any bootstrap row*/
@media (min-width: 1400px) {
  .gutters-lg {
    margin-right: -80px;
    margin-left: -80px;
  }
  .gutters-lg > .col, .form-contact .gutters-lg > div[data-drupal-messages],
  .gutters-lg > [class*="col-"] {
    padding-right: 80px;
    padding-left: 80px;
  }
}

/*Responsive image options*/
.img-responsive, .dropdown-full .dropdown-img, .figure .figure-img {
  height: auto;
  width: 100%;
}

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

/*Splits content into two columns*/
.column-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

/*Adds screen reader options*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

/*Border options*/
.border-top {
  border-top: solid 1px #201D1D;
}

/*Hide options*/
@media (max-width: 991.98px) {
  .hidden-xs {
    display: none;
  }
}

/*Sidebar contact details*/
.sidebar-details {
  margin-bottom: 30px;
}

@media (max-width: 991.98px) {
  .sidebar-details {
    text-align: center;
    margin-top: 40px;
  }
}

.sidebar-details [class*='heading-'] {
  margin-bottom: 0;
}

.sidebar-details p {
  font-size: 16px;
}

/*Adds orange graphic above element*/
.has-graphic {
  /*Alignment options*/
}

.has-graphic:before {
  background: center center / contain no-repeat;
  content: '';
  display: block;
  height: 10px;
  margin-bottom: 12px;
  width: 94px;
}

.has-graphic.graphic-left:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05NCAxMEgwVjhoOTR2MnpNNjQgNkgwVjRoNjR2MnpNNDQgMkgwVjBoNDR2MnoiIGZpbGw9IiNGNTgwMjUiLz48L3N2Zz4K");
}

.has-graphic.graphic-center:before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iOTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDhoOTR2MkgwVjh6TTEyIDRoNzF2MkgxMlY0ek0yNSAwaDQ0djJIMjVWMHoiIGZpbGw9IiNGNTgwMjUiLz48L3N2Zz4K");
  margin-left: auto;
  margin-right: auto;
}

/*Position options*/
.position-relative {
  position: relative;
}

/*Adds proper padding to cards when used in a grid/columns*/
@media (max-width: 991.98px) {
  .row-grid {
    margin-bottom: -25px;
    margin-top: -25px;
  }
}

@media (min-width: 576px) {
  .row-grid {
    margin-bottom: -50px;
    margin-top: -50px;
  }
}

@media (max-width: 991.98px) {
  .row-grid > .col, .form-contact .row-grid > div[data-drupal-messages],
  .row-grid [class*='col-'] {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}

@media (min-width: 576px) {
  .row-grid > .col, .form-contact .row-grid > div[data-drupal-messages],
  .row-grid [class*='col-'] {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

/*Containers - sets horizontal padding*/
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 150px;
    padding-right: 150px;
  }
}

/*Full width container with left offset*/
@media (max-width: 991.98px) {
  .container-offset {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .container-offset {
    padding-left: 100px;
  }
  .container-offset .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .container-offset {
    padding-left: 150px;
  }
}

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

.container-full {
  overflow: hidden;
}
/* Main Nav size fixes */
@media (min-width: 1200px) {
    .site-header .nav-item:not(.is-btn) .nav-link {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}
@media (max-width: 1599.98px) {
    .navbar-tagline {
        display: none;
    }
}

/* Resource Globabls */
.color-teal {
    color: #66B8B2;
}

.container-wide {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
}
@media (min-width: 576px) {
    .container-wide {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-wide {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-wide {
        max-width: 1800px;
        padding-left: 80px;
        padding-right: 80px;    
    }
}
.resource-content section:not(.cta-block) {
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.resource-content >*:nth-child(2) {
    padding-top: 60px !important;
}
.resource-content .content-block .mb-5 {
    margin-bottom: 10px !important;
}


.btn-link.link-white {
    color: #FFF;
}
.btn-link.link-white:hover {
    color: #F58025;
}
.btn.btn-green {
    color: #66B8B2;
    border-color: #66B8B2;
}
.btn.btn-green:hover {
    color: #fff;
    background-color: #66B8B2;
}
.caption-bottom {
    font-style: italic;
    margin: 22px auto 0;
    width: 75%;
    color: #231f20;
}
.card-image .figure .figure-caption.caption-bottom {
    position: static;
    color: #231f20;
}
.content-block ul {
    list-style: none;
    padding-left: 10%;
}
.content-block ul li {
    position: relative;
    margin-bottom: 20px;
}
.content-block ul li::before {
    content: "";
    background-color: #66B8B2;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    left: -15px;
    top: 10px;
}


/* Resource Filter Bar */
.resource-filters {
    border-bottom: solid 1px #DBDADB;
    border-top: solid 1px #DBDADB;
}
.resource-filters h2 {
    text-align: center;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-regular);
    letter-spacing: -0.02em;
    line-height: 1.15;
    display: block;
    margin: 0;
    padding-bottom: 50px;
    padding-top: 50px; 
    border-bottom: solid 1px #DBDADB;  
}
@media (min-width: 768px) {
    .resource-filters h2 {
        font-size: 32px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
@media (min-width: 992px) {
    .resource-filters h2 {
        font-size: 36px;
    }
}
@media (min-width: 1200px) {
    .resource-filters h2 {
        font-size: 52px;
    }
}
.resource-filters form {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    max-width: 1800px;
    padding: 15px 0 0;
    margin: 0 auto;
}
.resource-filters form .form-item-topics {
    order: 1;
}
.resource-filters form .form-item-type {
    order: 2;
}
@media (min-width: 768px) {
    .resource-filters form .form-actions {
        order: 3;
    }
}
.resource-filters form .form-item-search-resources {
    order: 4;
}
.resource-filters form .form-actions #edit-reset {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    background: transparent;
    border: none;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: .3s;
    padding: 0 0 0 25px;
    background-image: url("images/reset-icon.svg");
    background-size: 19px 17px;
    background-repeat: no-repeat;
    background-position: left center;
}
.resource-filters form .form-actions #edit-reset:hover {
    color:  #F58025;

}
.resource-filters.no-reset form .form-actions {
    display: none;
}
@media (min-width: 768px) {
    .resource-filters form {
        flex-direction: row;
        height: 60px;
        padding: 0 0 0 40px;
    }
}
.resource-filters form label {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    font-size: 18px;
    margin: 0 5px 0 0;
}
.resource-filters form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px 7px;
    background: #FFF url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTYuMTQ1IDcuODQ3bC02LTUuNTkzTDEuNjUyLjg0N2w0LjQ5MyA0LjE5OEwxMC42MzcuODQ3bDEuNTA4IDEuNDA3LTYgNS41OTN6IiBmaWxsPSIjRjU4MDI1Ii8+PC9zdmc+) no-repeat right center;
    border: none;
    height: 40px;
    padding: 0 20px 0 0;
    position: relative;
    margin-right: 40px;
}
@media (min-width: 768px) and (max-width: 820px) {
    .resource-filters form select {
        margin-right: 20px;
    }
}
.resource-filters form select option:first-child {
    color: #B6B2A9;
}
@media (min-width: 768px) {
    .resource-filters form .form-item-search-resources {
        margin-left: auto;
        height: 100%;
    }
}
.resource-filters form input {
    border: solid 1px #DBDADB;
    border-bottom: 0;
    height: 100%;
    padding: 10px 20px;
}
@media (min-width: 768px) {
    .resource-filters form input {
        border-top: 0;
        border-right: 0;
    }
}
@media (min-width: 1800px) {
    .resource-filters form input {
        border-right: solid 1px #DBDADB;
    }       
}

/* Resource Cards */
.resource-card .card-img,
.resource-card .card-img img {
    max-width: 100%;
    height: auto;
}
.resource-card .card-body {
    padding-top: 24px;
    padding-bottom: 20px;
}
.resource-card .card-author {
    font-size: 14px;
    color: #918F8F;
}
.resource-card .heading-2 {
    margin-bottom: 15px;
    margin-top: 8px;
}
.title-small .resource-card .heading-2 {
    font-size: 24px;
}
.image-wide .resource-card .card-img.img-square {
    display: none;
}
.image-square .resource-card .card-img.img-wide {
    display: none;
}
@media (min-width: 992px) {
    .image-square.img-offset-left .resource-card .card-img {
        margin-left: -80px;
        max-width: calc(100% + 80px);
    }
    .image-square.img-offset-right .resource-card .card-img {
        margin-right: -80px;
        max-width: calc(100% + 80px);
    }
}
.image-square.img-offset-left .resource-card .card-body,
.image-square.img-offset-right .resource-card .card-body {
    border-bottom: 1px solid rgba(35, 31, 32, .15);
    margin-bottom: 20px;
}



/* Explore Resources Block */
.explore-resources .views-row {
    /* text-align: center; */
}
.resource-card-link {
    display: inline-block;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.resource-card-link img {
    max-width: 100%;
    height: auto;
}
.resource-card-link .card-title {
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.resource-card-link .btn-arrow {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
@media (max-width: 992px) {
    .explore-resources .heading-2 {
        text-align: center;
    }
}

/* Author Block */
.resource-author-card.media .media-subtitle {
    color: #c4c4c4;
}

/* Pagination */
.filtered-pagination {
    display: flex;
    max-width: 540px;
    list-style: none;
	padding: 0;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
}
.filtered-pagination li {
    min-width: 100px;
    min-height: 1px;
}
.filtered-pagination .current-page {
    font-weight: bold;
    font-size: 14px;
    margin: 0 20px;
}
@media (max-width: 576px) {
    .filtered-pagination .current-page {
        display: none;
    }
}

/* Resource Details */
@media (max-width: 1999.98px) and (min-width: 1600px) {
    .btn-back.has-offset.back-resource {
        max-width: 1640px;
    }
}
.resource-hero {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.hero-author {
    z-index: 10;
    font-size: 15px;
}
.hero-author .author-image {
    margin-top: -7px;
}
.hero-author .author-image img {
    border: 4px solid #FFF;
    border-radius: 50%;
}
.hero-author .by-line {
    margin-top: 10px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    font-size: 18px;
}

.resource-content {
    position: relative;    
}
.resource-content .resource-share {
    margin-top: 30px;
}
@media (min-width: 1200px) {
    .resource-content .resource-share {
        position: absolute;
        top: 60px;
        left: 220px;
        margin-top: 0;
    }
}
.resource-content .resource-share .share-title {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 21px;
    margin-bottom: 8px;
}
@media (min-width: 1200px) {
    .resource-content .resource-share .share-title {
        margin-bottom: 18px;
    }
}
.resource-content .resource-share a {
    margin: 0 10px;
}
@media (min-width: 1200px) {
    .resource-content .resource-share a {
        margin: 0;
        margin-bottom: 10px;
    }
}
.resource-content .resource-share a .a2a_svg {
    background-color: #FFF !important;
}
.resource-content .resource-share a svg path {
    fill: #000;
}
.resource-content .resource-share a.a2a_button_facebook .a2a_s_facebook {
    background-color: black !important;
}
.resource-content .resource-share .a2a_button_facebook svg path {
    fill: #FFF;
}
@media (min-width: 992px) {
    .resource-content .container {
        max-width: 1800px;
        padding-left: 80px;
        padding-right: 80px;    
    }
}



.content-block .dropcap {
    background-color: #F58025;
    color: #FFF;
    line-height: 1;
    padding: 6px 24px;
    display: block;
    float: left;
    margin: 5px 10px 0 0;
    font-size: 50px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .content-block .dropcap {
        font-size: 62px;
        padding: 6px 28px;
    }
}

.two-column-block.image-offset .copy {
    margin-bottom: 30px;
}
@media (min-width: 1200px) {
    .two-column-block.image-offset .copy {
        margin-left: -65px;
        margin-bottom: 0;
    }
    .two-column-block.image-offset .figure {
        margin-left: 50px;
        flex: 1;
    }
    .two-column-block.image-offset .xl-push-right {
        margin-right: -130px;
    }
}

.quote-block .blockquote {
    color: #132673;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    font-size: 36px;
    line-height: 1.25;
    border-left: 4px solid rgba(19, 38, 115, .25);
    padding-left: 40px;
}
.quote-block .blockquote p {
    font-size: 32px;
}
@media (min-width: 768px) {
    .quote-block .blockquote p {
        font-size: 36px;
    }
}

.content-block .taxonomy-links {
    margin-right: 34px;
    padding-bottom: 40px;
}
.content-block .author-info {
    border-top: 1px solid rgba(100, 47, 108, .2);   
    padding-top: 40px;
    font-size: 15px;
}
.content-block .author-info .author-details {
    padding-right: 40px;
}
.content-block .author-info .author-image img {
    border-radius: 50%;
    margin-right: 15px;
}
.content-block .author-info .by-line {
    font-family: var(--font-primary);
    font-weight: var(--font-weight-bold);
    font-size: 18px;
}
.content-block .author-info .author-bio {
    margin-top: 27px;
}
.content-block .author-info .contact-links {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: start;
    align-items: center;
}
.content-block .author-info .contact-links a {
    margin: 0 7px;
}
.content-block .author-info .contact-links a:first-of-type {
    margin-left: 0;
}
@media (min-width: 992px) {
    .content-block .author-info .footer-author >div {
        width: 50%;
    }
}

.resource-slider .resource-card {
    margin: 0 20px;
}
.resource-slider .slick-list {
    margin: 0 -20px 0 -20px;
}
.resource-slider .slick-arrow.slick-prev {
    left: -32px;
}
.resource-slider .slick-arrow.slick-next {
    right: -32px;
}
@media (min-width: 1200px) {
    .related-resources .container {
        max-width: 1260px;
    }
}
@media (min-width: 1600px) {
    .related-resources .container {
        max-width: 1500px;
    }
}

.media .media-subtitle.underline {
    text-decoration: underline;
}

.resource-modal-toggle {
    cursor: pointer;
}
#resource-contact input[type="submit"] {
    margin-top: 20px;
}
.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.show {
      display: block;
  }
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
    background-color: white;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 5px rgba(0,0,0,.2);
  }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50%);
  }
  @media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
      transition: none;
    }
  }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02);
  }
  .modal-dialog-scrollable {
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 1rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
  }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
  }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
  }
  .modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
  }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
  }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
  }
  .modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
  }
  .modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
  }
  .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    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, .modal-backdrop.in {
    opacity: 0.5;
  }
  .modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
  }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    -webkit-appearance: none;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  .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;
  }
  @media (min-width: 576px) {
    .modal-dialog {
      max-width: 500px;
      margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
      max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
      min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
    }
    .modal-sm {
      max-width: 300px;
    }
  }
  @media (min-width: 992px) {
    .modal-lg,
  .modal-xl {
      max-width: 800px;
    }
  }
  @media (min-width: 1200px) {
    .modal-xl {
      max-width: 1140px;
    }
  }
  