/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}@charset "UTF-8";

/** Import everything from autoload */

/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee3d42;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #89ba17;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #89ba17;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ee3d42;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1800px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::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%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a171b;
  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;
}

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

dfn {
  font-style: italic;
}

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;
  -webkit-text-decoration-skip: objects;
}

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: monospace, monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

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

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

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-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

h4,
.h4 {
  font-size: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item {
  display: inline-block;
}

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

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

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

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

.blockquote-footer::before {
  content: "\2014   \A0";
}

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

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

.figure,
.wp-caption {
  display: inline-block;
}

.figure-img,
.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

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

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #1a171b;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #1a171b;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

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

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

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

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

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

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

.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,
.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,
.col-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -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: none;
}

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

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

@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: none;
  }

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

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@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: none;
  }

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

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-md-2 {
    margin-left: 16.66667%;
  }

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

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

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

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

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

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@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: none;
  }

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

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@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: none;
  }

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

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1800px) {
  .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: none;
  }

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

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

  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

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

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

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

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

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

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

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

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

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

.table-bordered {
  border: 1px solid #dee2e6;
}

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

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

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

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

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

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

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

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

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

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

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

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

.table-hover .table-success:hover {
  background-color: #d4e6aa;
}

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

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

.table-hover .table-info:hover {
  background-color: #abdde5;
}

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

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

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

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

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

.table-hover .table-danger:hover {
  background-color: #f8b2b3;
}

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

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

.table-hover .table-light:hover {
  background-color: #ececf6;
}

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

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

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

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

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #1a171b;
  border-color: #2e2930;
}

.table .thead-light th {
  color: #414042;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #1a171b;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2e2930;
}

.table-dark.table-bordered {
  border: 0;
}

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

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1799.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control,
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.search-form .search-field {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #414042;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .form-control,
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea,
  .search-form .search-field {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand,
.comment-form input[type="text"]::-ms-expand,
.comment-form input[type="email"]::-ms-expand,
.comment-form input[type="url"]::-ms-expand,
.comment-form textarea::-ms-expand,
.search-form .search-field::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus,
.search-form .search-field:focus {
  color: #414042;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder,
.search-form .search-field::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder,
.comment-form input[type="text"]:-ms-input-placeholder,
.comment-form input[type="email"]:-ms-input-placeholder,
.comment-form input[type="url"]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder,
.search-form .search-field:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder,
.search-form .search-field::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder,
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder,
.search-form .search-field::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.comment-form input[type="text"]:disabled,
.comment-form input[type="email"]:disabled,
.comment-form input[type="url"]:disabled,
.comment-form textarea:disabled,
.search-form .search-field:disabled,
.form-control[readonly],
.comment-form input[readonly][type="text"],
.comment-form input[readonly][type="email"],
.comment-form input[readonly][type="url"],
.comment-form textarea[readonly],
.search-form [readonly].search-field {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]),
.search-form select.search-field:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value,
.search-form select.search-field:focus::-ms-value {
  color: #414042;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1a171b;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.input-group-sm > .form-control-plaintext.form-control,
.comment-form .input-group-sm > input.form-control-plaintext[type="text"],
.comment-form .input-group-sm > input.form-control-plaintext[type="email"],
.comment-form .input-group-sm > input.form-control-plaintext[type="url"],
.comment-form .input-group-sm > textarea.form-control-plaintext,
.search-form .input-group-sm > .form-control-plaintext.search-field,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.comment-form
  .input-group-sm > .input-group-prepend > input.form-control-plaintext[type="submit"],
.submit-wrap
  .input-group-sm > .input-group-prepend > .form-control-plaintext.nf-field-element,
.search-form
  .input-group-sm > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.comment-form
  .input-group-sm > .input-group-append > input.form-control-plaintext[type="submit"],
.submit-wrap
  .input-group-sm > .input-group-append > .form-control-plaintext.nf-field-element,
.search-form
  .input-group-sm > .input-group-append > .form-control-plaintext.search-submit,
.form-control-plaintext.form-control-lg,
.input-group-lg > .form-control-plaintext.form-control,
.comment-form .input-group-lg > input.form-control-plaintext[type="text"],
.comment-form .input-group-lg > input.form-control-plaintext[type="email"],
.comment-form .input-group-lg > input.form-control-plaintext[type="url"],
.comment-form .input-group-lg > textarea.form-control-plaintext,
.search-form .input-group-lg > .form-control-plaintext.search-field,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.comment-form
  .input-group-lg > .input-group-prepend > input.form-control-plaintext[type="submit"],
.submit-wrap
  .input-group-lg > .input-group-prepend > .form-control-plaintext.nf-field-element,
.search-form
  .input-group-lg > .input-group-prepend > .form-control-plaintext.search-submit,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.comment-form
  .input-group-lg > .input-group-append > input.form-control-plaintext[type="submit"],
.submit-wrap
  .input-group-lg > .input-group-append > .form-control-plaintext.nf-field-element,
.search-form
  .input-group-lg > .input-group-append > .form-control-plaintext.search-submit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm > .form-control,
.comment-form .input-group-sm > input[type="text"],
.comment-form .input-group-sm > input[type="email"],
.comment-form .input-group-sm > input[type="url"],
.comment-form .input-group-sm > textarea,
.search-form .input-group-sm > .search-field,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.comment-form
.input-group-sm > .input-group-prepend > input[type="submit"],
.submit-wrap
.input-group-sm > .input-group-prepend > .nf-field-element,
.search-form
.input-group-sm > .input-group-prepend > .search-submit,
.input-group-sm > .input-group-append > .btn,
.comment-form
.input-group-sm > .input-group-append > input[type="submit"],
.submit-wrap
.input-group-sm > .input-group-append > .nf-field-element,
.search-form
.input-group-sm > .input-group-append > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm > select.form-control:not([size]):not([multiple]),
.search-form .input-group-sm > select.search-field:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.submit-wrap
.input-group-sm > .input-group-prepend > select.nf-field-element:not([size]):not([multiple]),
.search-form
.input-group-sm > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.submit-wrap
.input-group-sm > .input-group-append > select.nf-field-element:not([size]):not([multiple]),
.search-form
.input-group-sm > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg > .form-control,
.comment-form .input-group-lg > input[type="text"],
.comment-form .input-group-lg > input[type="email"],
.comment-form .input-group-lg > input[type="url"],
.comment-form .input-group-lg > textarea,
.search-form .input-group-lg > .search-field,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.comment-form
.input-group-lg > .input-group-prepend > input[type="submit"],
.submit-wrap
.input-group-lg > .input-group-prepend > .nf-field-element,
.search-form
.input-group-lg > .input-group-prepend > .search-submit,
.input-group-lg > .input-group-append > .btn,
.comment-form
.input-group-lg > .input-group-append > input[type="submit"],
.submit-wrap
.input-group-lg > .input-group-append > .nf-field-element,
.search-form
.input-group-lg > .input-group-append > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg > select.form-control:not([size]):not([multiple]),
.search-form .input-group-lg > select.search-field:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.submit-wrap
.input-group-lg > .input-group-prepend > select.nf-field-element:not([size]):not([multiple]),
.search-form
.input-group-lg > .input-group-prepend > select.search-submit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.submit-wrap
.input-group-lg > .input-group-append > select.nf-field-element:not([size]):not([multiple]),
.search-form
.input-group-lg > .input-group-append > select.search-submit:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group,
.comment-form p,
.search-form label {
  margin-bottom: 1rem;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(137, 186, 23, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid,
.was-validated .comment-form input[type="text"]:valid,
.comment-form .was-validated input[type="text"]:valid,
.was-validated
.comment-form input[type="email"]:valid,
.comment-form .was-validated input[type="email"]:valid,
.was-validated
.comment-form input[type="url"]:valid,
.comment-form .was-validated input[type="url"]:valid,
.was-validated
.comment-form textarea:valid,
.comment-form .was-validated textarea:valid,
.was-validated .search-form .search-field:valid,
.search-form .was-validated .search-field:valid,
.form-control.is-valid,
.comment-form input.is-valid[type="text"],
.comment-form input.is-valid[type="email"],
.comment-form input.is-valid[type="url"],
.comment-form textarea.is-valid,
.search-form .is-valid.search-field,
.was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #89ba17;
}

.was-validated .form-control:valid:focus,
.was-validated .comment-form input[type="text"]:valid:focus,
.comment-form .was-validated input[type="text"]:valid:focus,
.was-validated
  .comment-form input[type="email"]:valid:focus,
.comment-form .was-validated input[type="email"]:valid:focus,
.was-validated
  .comment-form input[type="url"]:valid:focus,
.comment-form .was-validated input[type="url"]:valid:focus,
.was-validated
  .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus,
.was-validated .search-form .search-field:valid:focus,
.search-form .was-validated .search-field:valid:focus,
.form-control.is-valid:focus,
.comment-form input.is-valid[type="text"]:focus,
.comment-form input.is-valid[type="email"]:focus,
.comment-form input.is-valid[type="url"]:focus,
.comment-form textarea.is-valid:focus,
.search-form .is-valid.search-field:focus,
.was-validated
  .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #89ba17;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .comment-form input[type="text"]:valid ~ .valid-feedback,
.comment-form .was-validated input[type="text"]:valid ~ .valid-feedback,
.was-validated
  .comment-form input[type="email"]:valid ~ .valid-feedback,
.comment-form .was-validated input[type="email"]:valid ~ .valid-feedback,
.was-validated
  .comment-form input[type="url"]:valid ~ .valid-feedback,
.comment-form .was-validated input[type="url"]:valid ~ .valid-feedback,
.was-validated
  .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .search-form .search-field:valid ~ .valid-feedback,
.search-form .was-validated .search-field:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .comment-form input[type="text"]:valid ~ .valid-tooltip,
.comment-form
  .was-validated input[type="text"]:valid ~ .valid-tooltip,
.was-validated
  .comment-form input[type="email"]:valid ~ .valid-tooltip,
.comment-form
  .was-validated input[type="email"]:valid ~ .valid-tooltip,
.was-validated
  .comment-form input[type="url"]:valid ~ .valid-tooltip,
.comment-form
  .was-validated input[type="url"]:valid ~ .valid-tooltip,
.was-validated
  .comment-form textarea:valid ~ .valid-tooltip,
.comment-form
  .was-validated textarea:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form
  .was-validated .search-field:valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.comment-form input.is-valid[type="text"] ~ .valid-feedback,
.comment-form input.is-valid[type="email"] ~ .valid-feedback,
.comment-form input.is-valid[type="url"] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.search-form .is-valid.search-field ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.comment-form input.is-valid[type="text"] ~ .valid-tooltip,
.comment-form input.is-valid[type="email"] ~ .valid-tooltip,
.comment-form input.is-valid[type="url"] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.was-validated
  .custom-select:valid ~ .valid-feedback,
.was-validated
  .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #89ba17;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #89ba17;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #c3ec65;
}

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

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #a9e321;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label,
.custom-file-input.is-valid ~ .custom-file-label {
  border-color: #89ba17;
}

.was-validated .custom-file-input:valid ~ .custom-file-label::before,
.custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label,
.custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(238, 61, 66, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:invalid,
.was-validated .comment-form input[type="text"]:invalid,
.comment-form .was-validated input[type="text"]:invalid,
.was-validated
.comment-form input[type="email"]:invalid,
.comment-form .was-validated input[type="email"]:invalid,
.was-validated
.comment-form input[type="url"]:invalid,
.comment-form .was-validated input[type="url"]:invalid,
.was-validated
.comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid,
.was-validated .search-form .search-field:invalid,
.search-form .was-validated .search-field:invalid,
.form-control.is-invalid,
.comment-form input.is-invalid[type="text"],
.comment-form input.is-invalid[type="email"],
.comment-form input.is-invalid[type="url"],
.comment-form textarea.is-invalid,
.search-form .is-invalid.search-field,
.was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #ee3d42;
}

.was-validated .form-control:invalid:focus,
.was-validated .comment-form input[type="text"]:invalid:focus,
.comment-form .was-validated input[type="text"]:invalid:focus,
.was-validated
  .comment-form input[type="email"]:invalid:focus,
.comment-form .was-validated input[type="email"]:invalid:focus,
.was-validated
  .comment-form input[type="url"]:invalid:focus,
.comment-form .was-validated input[type="url"]:invalid:focus,
.was-validated
  .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus,
.was-validated .search-form .search-field:invalid:focus,
.search-form .was-validated .search-field:invalid:focus,
.form-control.is-invalid:focus,
.comment-form input.is-invalid[type="text"]:focus,
.comment-form input.is-invalid[type="email"]:focus,
.comment-form input.is-invalid[type="url"]:focus,
.comment-form textarea.is-invalid:focus,
.search-form .is-invalid.search-field:focus,
.was-validated
  .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #ee3d42;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type="text"]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type="text"]:invalid ~ .invalid-feedback,
.was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type="email"]:invalid ~ .invalid-feedback,
.was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type="url"]:invalid ~ .invalid-feedback,
.was-validated
  .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .search-form .search-field:invalid ~ .invalid-feedback,
.search-form .was-validated .search-field:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type="text"]:invalid ~ .invalid-tooltip,
.comment-form
  .was-validated input[type="text"]:invalid ~ .invalid-tooltip,
.was-validated
  .comment-form input[type="email"]:invalid ~ .invalid-tooltip,
.comment-form
  .was-validated input[type="email"]:invalid ~ .invalid-tooltip,
.was-validated
  .comment-form input[type="url"]:invalid ~ .invalid-tooltip,
.comment-form
  .was-validated input[type="url"]:invalid ~ .invalid-tooltip,
.was-validated
  .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form
  .was-validated textarea:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form
  .was-validated .search-field:invalid ~ .invalid-tooltip,
.form-control.is-invalid ~ .invalid-feedback,
.comment-form input.is-invalid[type="text"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="email"] ~ .invalid-feedback,
.comment-form input.is-invalid[type="url"] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.search-form .is-invalid.search-field ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.comment-form input.is-invalid[type="text"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="email"] ~ .invalid-tooltip,
.comment-form input.is-invalid[type="url"] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.was-validated
  .custom-select:invalid ~ .invalid-feedback,
.was-validated
  .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ee3d42;
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label,
.custom-control-input.is-invalid ~ .custom-control-label {
  color: #ee3d42;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before,
.custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #f8b2b4;
}

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #f26c70;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before,
.custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ee3d42;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label::before,
.custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label,
.custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.25);
}

.form-inline,
.search-form {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form-inline .form-check,
.search-form .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group,
  .search-form .form-group,
  .form-inline .comment-form p,
  .comment-form .form-inline p,
  .search-form .comment-form p,
  .comment-form .search-form p,
  .form-inline .search-form label,
  .search-form .form-inline label,
  .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control,
  .search-form .form-control,
  .form-inline .comment-form input[type="text"],
  .comment-form .form-inline input[type="text"],
  .search-form .comment-form input[type="text"],
  .comment-form .search-form input[type="text"],
  .form-inline
    .comment-form input[type="email"],
  .comment-form .form-inline input[type="email"],
  .search-form
    .comment-form input[type="email"],
  .comment-form .search-form input[type="email"],
  .form-inline
    .comment-form input[type="url"],
  .comment-form .form-inline input[type="url"],
  .search-form
    .comment-form input[type="url"],
  .comment-form .search-form input[type="url"],
  .form-inline
    .comment-form textarea,
  .comment-form .form-inline textarea,
  .search-form
    .comment-form textarea,
  .comment-form .search-form textarea,
  .search-form .search-field {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext,
  .search-form .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group,
  .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }

  .form-inline .form-check,
  .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }

  .form-inline .form-check-input,
  .search-form .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control,
  .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .form-inline .custom-control-label,
  .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn,
.comment-form input[type="submit"],
.submit-wrap .nf-field-element,
.search-form .search-submit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn,
  .comment-form input[type="submit"],
  .submit-wrap .nf-field-element,
  .search-form .search-submit {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover,
.comment-form input[type="submit"]:hover,
.submit-wrap .nf-field-element:hover,
.search-form .search-submit:hover,
.btn:focus,
.comment-form input[type="submit"]:focus,
.submit-wrap .nf-field-element:focus,
.search-form .search-submit:focus {
  text-decoration: none;
}

.btn:focus,
.comment-form input[type="submit"]:focus,
.submit-wrap .nf-field-element:focus,
.search-form .search-submit:focus,
.btn.focus,
.comment-form input.focus[type="submit"],
.submit-wrap .focus.nf-field-element,
.search-form .focus.search-submit {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.comment-form input.disabled[type="submit"],
.submit-wrap .disabled.nf-field-element,
.search-form .disabled.search-submit,
.btn:disabled,
.comment-form input[type="submit"]:disabled,
.submit-wrap .nf-field-element:disabled,
.search-form .search-submit:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled),
.comment-form input[type="submit"]:not(:disabled):not(.disabled),
.submit-wrap .nf-field-element:not(:disabled):not(.disabled),
.search-form .search-submit:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active,
.comment-form input[type="submit"]:not(:disabled):not(.disabled):active,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled):active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn:not(:disabled):not(.disabled).active,
.comment-form input[type="submit"]:not(:disabled):not(.disabled).active,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled,
.submit-wrap a.disabled.nf-field-element,
.search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .submit-wrap a.nf-field-element,
.submit-wrap
fieldset:disabled a.nf-field-element,
fieldset:disabled .search-form a.search-submit,
.search-form
fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary,
.submit-wrap .nf-field-element,
.page-content .wpcf7 .btn-submit,
.page-content .wpcf7 .submit-wrap .nf-field-element,
.submit-wrap .page-content .wpcf7 .nf-field-element {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover,
.submit-wrap .nf-field-element:hover,
.page-content .wpcf7 .btn-submit:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus,
.submit-wrap .nf-field-element:focus,
.page-content .wpcf7 .btn-submit:focus,
.btn-primary.focus,
.submit-wrap .focus.nf-field-element,
.page-content .wpcf7 .focus.btn-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.submit-wrap .disabled.nf-field-element,
.page-content .wpcf7 .disabled.btn-submit,
.btn-primary:disabled,
.submit-wrap .nf-field-element:disabled,
.page-content .wpcf7 .btn-submit:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not(:disabled):not(.disabled):active,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled):active,
.page-content .wpcf7 .btn-submit:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled).active,
.page-content .wpcf7 .btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.submit-wrap
  .show > .dropdown-toggle.nf-field-element,
.page-content .wpcf7
  .show > .dropdown-toggle.btn-submit,
.submit-wrap .page-content .wpcf7
  .show > .dropdown-toggle.nf-field-element {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled):active:focus,
.page-content .wpcf7 .btn-submit:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.submit-wrap .nf-field-element:not(:disabled):not(.disabled).active:focus,
.page-content .wpcf7 .btn-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.submit-wrap
    .show > .dropdown-toggle.nf-field-element:focus,
.page-content .wpcf7
    .show > .dropdown-toggle.btn-submit:focus,
.submit-wrap .page-content .wpcf7
    .show > .dropdown-toggle.nf-field-element:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary,
.comment-form input[type="submit"],
.search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover,
.comment-form input[type="submit"]:hover,
.search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.comment-form input[type="submit"]:focus,
.search-form .search-submit:focus,
.btn-secondary.focus,
.comment-form input.focus[type="submit"],
.search-form .focus.search-submit {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-secondary.disabled,
.comment-form input.disabled[type="submit"],
.search-form .disabled.search-submit,
.btn-secondary:disabled,
.comment-form input[type="submit"]:disabled,
.search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.comment-form input[type="submit"]:not(:disabled):not(.disabled):active,
.search-form .search-submit:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.comment-form input[type="submit"]:not(:disabled):not(.disabled).active,
.search-form .search-submit:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle,
.comment-form
  .show > input.dropdown-toggle[type="submit"],
.search-form
  .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.comment-form input[type="submit"]:not(:disabled):not(.disabled):active:focus,
.search-form .search-submit:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.comment-form input[type="submit"]:not(:disabled):not(.disabled).active:focus,
.search-form .search-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus,
.comment-form
    .show > input.dropdown-toggle[type="submit"]:focus,
.search-form
    .show > .dropdown-toggle.search-submit:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: #1a171b;
  background-color: #89ba17;
  border-color: #89ba17;
}

.btn-success:hover {
  color: #fff;
  background-color: #709813;
  border-color: #688d11;
}

.btn-success:focus,
.btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #1a171b;
  background-color: #89ba17;
  border-color: #89ba17;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #688d11;
  border-color: #5f8110;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #1a171b;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #1a171b;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #1a171b;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #1a171b;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #ee3d42;
  border-color: #ee3d42;
}

.btn-danger:hover {
  color: #fff;
  background-color: #eb1a20;
  border-color: #e4141a;
}

.btn-danger:focus,
.btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #ee3d42;
  border-color: #ee3d42;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e4141a;
  border-color: #d81319;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
}

.btn-light {
  color: #1a171b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #1a171b;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #1a171b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1a171b;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #89ba17;
  background-color: transparent;
  background-image: none;
  border-color: #89ba17;
}

.btn-outline-success:hover {
  color: #1a171b;
  background-color: #89ba17;
  border-color: #89ba17;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #89ba17;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #1a171b;
  background-color: #89ba17;
  border-color: #89ba17;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(137, 186, 23, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #1a171b;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #1a171b;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ee3d42;
  background-color: transparent;
  background-image: none;
  border-color: #ee3d42;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #ee3d42;
  border-color: #ee3d42;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ee3d42;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee3d42;
  border-color: #ee3d42;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(238, 61, 66, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #1a171b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #1a171b;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn,
.comment-form .btn-group-lg > input[type="submit"],
.submit-wrap .btn-group-lg > .nf-field-element,
.search-form .btn-group-lg > .search-submit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn,
.comment-form .btn-group-sm > input[type="submit"],
.submit-wrap .btn-group-sm > .nf-field-element,
.search-form .btn-group-sm > .search-submit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media screen and (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

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

.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

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

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

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

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #1a171b;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #0d0b0d;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.comment-form .btn-group > input[type="submit"],
.submit-wrap .btn-group > .nf-field-element,
.search-form .btn-group > .search-submit,
.btn-group-vertical > .btn,
.comment-form
  .btn-group-vertical > input[type="submit"],
.submit-wrap
  .btn-group-vertical > .nf-field-element,
.search-form
  .btn-group-vertical > .search-submit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover,
.comment-form .btn-group > input[type="submit"]:hover,
.submit-wrap .btn-group > .nf-field-element:hover,
.search-form .btn-group > .search-submit:hover,
.btn-group-vertical > .btn:hover,
.comment-form
    .btn-group-vertical > input[type="submit"]:hover,
.submit-wrap
    .btn-group-vertical > .nf-field-element:hover,
.search-form
    .btn-group-vertical > .search-submit:hover {
  z-index: 1;
}

.btn-group > .btn:focus,
.comment-form .btn-group > input[type="submit"]:focus,
.submit-wrap .btn-group > .nf-field-element:focus,
.search-form .btn-group > .search-submit:focus,
.btn-group > .btn:active,
.comment-form .btn-group > input[type="submit"]:active,
.submit-wrap .btn-group > .nf-field-element:active,
.search-form .btn-group > .search-submit:active,
.btn-group > .btn.active,
.comment-form .btn-group > input.active[type="submit"],
.submit-wrap .btn-group > .active.nf-field-element,
.search-form .btn-group > .active.search-submit,
.btn-group-vertical > .btn:focus,
.comment-form
    .btn-group-vertical > input[type="submit"]:focus,
.submit-wrap
    .btn-group-vertical > .nf-field-element:focus,
.search-form
    .btn-group-vertical > .search-submit:focus,
.btn-group-vertical > .btn:active,
.comment-form
    .btn-group-vertical > input[type="submit"]:active,
.submit-wrap
    .btn-group-vertical > .nf-field-element:active,
.search-form
    .btn-group-vertical > .search-submit:active,
.btn-group-vertical > .btn.active,
.comment-form
    .btn-group-vertical > input.active[type="submit"],
.submit-wrap
    .btn-group-vertical > .active.nf-field-element,
.search-form
    .btn-group-vertical > .active.search-submit {
  z-index: 1;
}

.btn-group .btn + .btn,
.btn-group .comment-form input[type="submit"] + .btn,
.comment-form .btn-group input[type="submit"] + .btn,
.btn-group .submit-wrap .nf-field-element + .btn,
.submit-wrap .btn-group .nf-field-element + .btn,
.btn-group .search-form .search-submit + .btn,
.search-form .btn-group .search-submit + .btn,
.btn-group .comment-form .btn + input[type="submit"],
.comment-form .btn-group .btn + input[type="submit"],
.btn-group .comment-form input[type="submit"] + input[type="submit"],
.comment-form .btn-group input[type="submit"] + input[type="submit"],
.btn-group .submit-wrap .comment-form .nf-field-element + input[type="submit"],
.comment-form .btn-group .submit-wrap .nf-field-element + input[type="submit"],
.submit-wrap .btn-group .comment-form .nf-field-element + input[type="submit"],
.comment-form .submit-wrap .btn-group .nf-field-element + input[type="submit"],
.btn-group .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .btn-group .search-form .search-submit + input[type="submit"],
.search-form .btn-group .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .btn-group .search-submit + input[type="submit"],
.btn-group .submit-wrap .btn + .nf-field-element,
.submit-wrap .btn-group .btn + .nf-field-element,
.btn-group .comment-form .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .btn-group .comment-form input[type="submit"] + .nf-field-element,
.comment-form .btn-group .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .comment-form .btn-group input[type="submit"] + .nf-field-element,
.btn-group .submit-wrap .nf-field-element + .nf-field-element,
.submit-wrap .btn-group .nf-field-element + .nf-field-element,
.btn-group .search-form .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .btn-group .search-form .search-submit + .nf-field-element,
.search-form .btn-group .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .search-form .btn-group .search-submit + .nf-field-element,
.btn-group .search-form .btn + .search-submit,
.search-form .btn-group .btn + .search-submit,
.btn-group .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .btn-group .comment-form input[type="submit"] + .search-submit,
.comment-form .btn-group .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group input[type="submit"] + .search-submit,
.btn-group .submit-wrap .search-form .nf-field-element + .search-submit,
.search-form .btn-group .submit-wrap .nf-field-element + .search-submit,
.submit-wrap .btn-group .search-form .nf-field-element + .search-submit,
.search-form .submit-wrap .btn-group .nf-field-element + .search-submit,
.btn-group .search-form .search-submit + .search-submit,
.search-form .btn-group .search-submit + .search-submit,
.btn-group .btn + .btn-group,
.btn-group .comment-form input[type="submit"] + .btn-group,
.comment-form
  .btn-group input[type="submit"] + .btn-group,
.btn-group .submit-wrap .nf-field-element + .btn-group,
.submit-wrap
  .btn-group .nf-field-element + .btn-group,
.btn-group .search-form .search-submit + .btn-group,
.search-form
  .btn-group .search-submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .comment-form .btn-group + input[type="submit"],
.comment-form
  .btn-group .btn-group + input[type="submit"],
.btn-group .submit-wrap .btn-group + .nf-field-element,
.submit-wrap
  .btn-group .btn-group + .nf-field-element,
.btn-group .search-form .btn-group + .search-submit,
.search-form
  .btn-group .btn-group + .search-submit,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .comment-form input[type="submit"] + .btn,
.comment-form
  .btn-group-vertical input[type="submit"] + .btn,
.btn-group-vertical .submit-wrap .nf-field-element + .btn,
.submit-wrap
  .btn-group-vertical .nf-field-element + .btn,
.btn-group-vertical .search-form .search-submit + .btn,
.search-form
  .btn-group-vertical .search-submit + .btn,
.btn-group-vertical .comment-form .btn + input[type="submit"],
.comment-form
  .btn-group-vertical .btn + input[type="submit"],
.btn-group-vertical .comment-form input[type="submit"] + input[type="submit"],
.comment-form
  .btn-group-vertical input[type="submit"] + input[type="submit"],
.btn-group-vertical .submit-wrap .comment-form .nf-field-element + input[type="submit"],
.comment-form
  .btn-group-vertical .submit-wrap .nf-field-element + input[type="submit"],
.submit-wrap
  .btn-group-vertical .comment-form .nf-field-element + input[type="submit"],
.comment-form .submit-wrap
  .btn-group-vertical .nf-field-element + input[type="submit"],
.btn-group-vertical .search-form .comment-form .search-submit + input[type="submit"],
.comment-form
  .btn-group-vertical .search-form .search-submit + input[type="submit"],
.search-form
  .btn-group-vertical .comment-form .search-submit + input[type="submit"],
.comment-form .search-form
  .btn-group-vertical .search-submit + input[type="submit"],
.btn-group-vertical .submit-wrap .btn + .nf-field-element,
.submit-wrap
  .btn-group-vertical .btn + .nf-field-element,
.btn-group-vertical .comment-form .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap
  .btn-group-vertical .comment-form input[type="submit"] + .nf-field-element,
.comment-form
  .btn-group-vertical .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .comment-form
  .btn-group-vertical input[type="submit"] + .nf-field-element,
.btn-group-vertical .submit-wrap .nf-field-element + .nf-field-element,
.submit-wrap
  .btn-group-vertical .nf-field-element + .nf-field-element,
.btn-group-vertical .search-form .submit-wrap .search-submit + .nf-field-element,
.submit-wrap
  .btn-group-vertical .search-form .search-submit + .nf-field-element,
.search-form
  .btn-group-vertical .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .search-form
  .btn-group-vertical .search-submit + .nf-field-element,
.btn-group-vertical .search-form .btn + .search-submit,
.search-form
  .btn-group-vertical .btn + .search-submit,
.btn-group-vertical .comment-form .search-form input[type="submit"] + .search-submit,
.search-form
  .btn-group-vertical .comment-form input[type="submit"] + .search-submit,
.comment-form
  .btn-group-vertical .search-form input[type="submit"] + .search-submit,
.search-form .comment-form
  .btn-group-vertical input[type="submit"] + .search-submit,
.btn-group-vertical .submit-wrap .search-form .nf-field-element + .search-submit,
.search-form
  .btn-group-vertical .submit-wrap .nf-field-element + .search-submit,
.submit-wrap
  .btn-group-vertical .search-form .nf-field-element + .search-submit,
.search-form .submit-wrap
  .btn-group-vertical .nf-field-element + .search-submit,
.btn-group-vertical .search-form .search-submit + .search-submit,
.search-form
  .btn-group-vertical .search-submit + .search-submit,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .comment-form input[type="submit"] + .btn-group,
.comment-form
  .btn-group-vertical input[type="submit"] + .btn-group,
.btn-group-vertical .submit-wrap .nf-field-element + .btn-group,
.submit-wrap
  .btn-group-vertical .nf-field-element + .btn-group,
.btn-group-vertical .search-form .search-submit + .btn-group,
.search-form
  .btn-group-vertical .search-submit + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .comment-form .btn-group + input[type="submit"],
.comment-form
  .btn-group-vertical .btn-group + input[type="submit"],
.btn-group-vertical .submit-wrap .btn-group + .nf-field-element,
.submit-wrap
  .btn-group-vertical .btn-group + .nf-field-element,
.btn-group-vertical .search-form .btn-group + .search-submit,
.search-form
  .btn-group-vertical .btn-group + .search-submit,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child,
.comment-form .btn-group > input[type="submit"]:first-child,
.submit-wrap .btn-group > .nf-field-element:first-child,
.search-form .btn-group > .search-submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.submit-wrap .btn-group > .nf-field-element:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.comment-form
.btn-group > .btn-group:not(:last-child) > input[type="submit"],
.submit-wrap
.btn-group > .btn-group:not(:last-child) > .nf-field-element,
.search-form
.btn-group > .btn-group:not(:last-child) > .search-submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.comment-form .btn-group > input[type="submit"]:not(:first-child),
.submit-wrap .btn-group > .nf-field-element:not(:first-child),
.search-form .btn-group > .search-submit:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.comment-form
.btn-group > .btn-group:not(:first-child) > input[type="submit"],
.submit-wrap
.btn-group > .btn-group:not(:first-child) > .nf-field-element,
.search-form
.btn-group > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split,
.comment-form .btn-group-sm > input[type="submit"] + .dropdown-toggle-split,
.submit-wrap .btn-group-sm > .nf-field-element + .dropdown-toggle-split,
.search-form .btn-group-sm > .search-submit + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split,
.comment-form .btn-group-lg > input[type="submit"] + .dropdown-toggle-split,
.submit-wrap .btn-group-lg > .nf-field-element + .dropdown-toggle-split,
.search-form .btn-group-lg > .search-submit + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .comment-form input[type="submit"],
.comment-form .btn-group-vertical input[type="submit"],
.btn-group-vertical .submit-wrap .nf-field-element,
.submit-wrap .btn-group-vertical .nf-field-element,
.btn-group-vertical .search-form .search-submit,
.search-form .btn-group-vertical .search-submit,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.comment-form .btn-group-vertical > input[type="submit"] + .btn,
.submit-wrap .btn-group-vertical > .nf-field-element + .btn,
.search-form .btn-group-vertical > .search-submit + .btn,
.comment-form .btn-group-vertical > .btn + input[type="submit"],
.comment-form .btn-group-vertical > input[type="submit"] + input[type="submit"],
.submit-wrap .comment-form .btn-group-vertical > .nf-field-element + input[type="submit"],
.comment-form .submit-wrap .btn-group-vertical > .nf-field-element + input[type="submit"],
.search-form .comment-form .btn-group-vertical > .search-submit + input[type="submit"],
.comment-form .search-form .btn-group-vertical > .search-submit + input[type="submit"],
.submit-wrap .btn-group-vertical > .btn + .nf-field-element,
.comment-form .submit-wrap .btn-group-vertical > input[type="submit"] + .nf-field-element,
.submit-wrap .comment-form .btn-group-vertical > input[type="submit"] + .nf-field-element,
.submit-wrap .btn-group-vertical > .nf-field-element + .nf-field-element,
.search-form .submit-wrap .btn-group-vertical > .search-submit + .nf-field-element,
.submit-wrap .search-form .btn-group-vertical > .search-submit + .nf-field-element,
.search-form .btn-group-vertical > .btn + .search-submit,
.comment-form .search-form .btn-group-vertical > input[type="submit"] + .search-submit,
.search-form .comment-form .btn-group-vertical > input[type="submit"] + .search-submit,
.submit-wrap .search-form .btn-group-vertical > .nf-field-element + .search-submit,
.search-form .submit-wrap .btn-group-vertical > .nf-field-element + .search-submit,
.search-form .btn-group-vertical > .search-submit + .search-submit,
.btn-group-vertical > .btn + .btn-group,
.comment-form
  .btn-group-vertical > input[type="submit"] + .btn-group,
.submit-wrap
  .btn-group-vertical > .nf-field-element + .btn-group,
.search-form
  .btn-group-vertical > .search-submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.comment-form
  .btn-group-vertical > .btn-group + input[type="submit"],
.submit-wrap
  .btn-group-vertical > .btn-group + .nf-field-element,
.search-form
  .btn-group-vertical > .btn-group + .search-submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form .btn-group-vertical > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.submit-wrap .btn-group-vertical > .nf-field-element:not(:last-child):not(.dropdown-toggle),
.search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.comment-form
  .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
.submit-wrap
  .btn-group-vertical > .btn-group:not(:last-child) > .nf-field-element,
.search-form
  .btn-group-vertical > .btn-group:not(:last-child) > .search-submit {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.comment-form .btn-group-vertical > input[type="submit"]:not(:first-child),
.submit-wrap .btn-group-vertical > .nf-field-element:not(:first-child),
.search-form .btn-group-vertical > .search-submit:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.comment-form
  .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
.submit-wrap
  .btn-group-vertical > .btn-group:not(:first-child) > .nf-field-element,
.search-form
  .btn-group-vertical > .btn-group:not(:first-child) > .search-submit {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.comment-form .btn-group-toggle > input[type="submit"],
.submit-wrap .btn-group-toggle > .nf-field-element,
.search-form .btn-group-toggle > .search-submit,
.btn-group-toggle > .btn-group > .btn,
.comment-form
.btn-group-toggle > .btn-group > input[type="submit"],
.submit-wrap
.btn-group-toggle > .btn-group > .nf-field-element,
.search-form
.btn-group-toggle > .btn-group > .search-submit {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.comment-form .btn-group-toggle > input[type="submit"] input[type="radio"],
.submit-wrap .btn-group-toggle > .nf-field-element input[type="radio"],
.search-form .btn-group-toggle > .search-submit input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.comment-form
  .btn-group-toggle > input[type="submit"] input[type="checkbox"],
.submit-wrap
  .btn-group-toggle > .nf-field-element input[type="checkbox"],
.search-form
  .btn-group-toggle > .search-submit input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.comment-form
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
.submit-wrap
  .btn-group-toggle > .btn-group > .nf-field-element input[type="radio"],
.search-form
  .btn-group-toggle > .btn-group > .search-submit input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.comment-form
  .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
.submit-wrap
  .btn-group-toggle > .btn-group > .nf-field-element input[type="checkbox"],
.search-form
  .btn-group-toggle > .btn-group > .search-submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.comment-form .input-group > input[type="text"],
.comment-form .input-group > input[type="email"],
.comment-form .input-group > input[type="url"],
.comment-form .input-group > textarea,
.search-form .input-group > .search-field,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control:focus,
.comment-form .input-group > input[type="text"]:focus,
.comment-form .input-group > input[type="email"]:focus,
.comment-form .input-group > input[type="url"]:focus,
.comment-form .input-group > textarea:focus,
.search-form .input-group > .search-field:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.comment-form .input-group > input[type="text"] + .form-control,
.comment-form .input-group > input[type="email"] + .form-control,
.comment-form .input-group > input[type="url"] + .form-control,
.comment-form .input-group > textarea + .form-control,
.search-form .input-group > .search-field + .form-control,
.comment-form .input-group > .form-control + input[type="text"],
.comment-form .input-group > input[type="text"] + input[type="text"],
.comment-form .input-group > input[type="email"] + input[type="text"],
.comment-form .input-group > input[type="url"] + input[type="text"],
.comment-form .input-group > textarea + input[type="text"],
.search-form .comment-form .input-group > .search-field + input[type="text"],
.comment-form .search-form .input-group > .search-field + input[type="text"],
.comment-form .input-group > .form-control + input[type="email"],
.comment-form .input-group > input[type="text"] + input[type="email"],
.comment-form .input-group > input[type="email"] + input[type="email"],
.comment-form .input-group > input[type="url"] + input[type="email"],
.comment-form .input-group > textarea + input[type="email"],
.search-form
    .comment-form .input-group > .search-field + input[type="email"],
.comment-form .search-form .input-group > .search-field + input[type="email"],
.comment-form .input-group > .form-control + input[type="url"],
.comment-form .input-group > input[type="text"] + input[type="url"],
.comment-form .input-group > input[type="email"] + input[type="url"],
.comment-form .input-group > input[type="url"] + input[type="url"],
.comment-form .input-group > textarea + input[type="url"],
.search-form
    .comment-form .input-group > .search-field + input[type="url"],
.comment-form .search-form .input-group > .search-field + input[type="url"],
.comment-form .input-group > .form-control + textarea,
.comment-form .input-group > input[type="text"] + textarea,
.comment-form .input-group > input[type="email"] + textarea,
.comment-form .input-group > input[type="url"] + textarea,
.comment-form .input-group > textarea + textarea,
.search-form
    .comment-form .input-group > .search-field + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .input-group > .form-control + .search-field,
.comment-form .search-form .input-group > input[type="text"] + .search-field,
.search-form .comment-form .input-group > input[type="text"] + .search-field,
.comment-form .search-form .input-group > input[type="email"] + .search-field,
.search-form
    .comment-form .input-group > input[type="email"] + .search-field,
.comment-form .search-form .input-group > input[type="url"] + .search-field,
.search-form
    .comment-form .input-group > input[type="url"] + .search-field,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form
    .comment-form .input-group > textarea + .search-field,
.search-form .input-group > .search-field + .search-field,
.input-group > .form-control + .custom-select,
.comment-form
    .input-group > input[type="text"] + .custom-select,
.comment-form
    .input-group > input[type="email"] + .custom-select,
.comment-form
    .input-group > input[type="url"] + .custom-select,
.comment-form
    .input-group > textarea + .custom-select,
.search-form
    .input-group > .search-field + .custom-select,
.input-group > .form-control + .custom-file,
.comment-form
    .input-group > input[type="text"] + .custom-file,
.comment-form
    .input-group > input[type="email"] + .custom-file,
.comment-form
    .input-group > input[type="url"] + .custom-file,
.comment-form
    .input-group > textarea + .custom-file,
.search-form
    .input-group > .search-field + .custom-file,
.input-group > .custom-select + .form-control,
.comment-form
    .input-group > .custom-select + input[type="text"],
.comment-form
    .input-group > .custom-select + input[type="email"],
.comment-form
    .input-group > .custom-select + input[type="url"],
.comment-form
    .input-group > .custom-select + textarea,
.search-form
    .input-group > .custom-select + .search-field,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.comment-form
    .input-group > .custom-file + input[type="text"],
.comment-form
    .input-group > .custom-file + input[type="email"],
.comment-form
    .input-group > .custom-file + input[type="url"],
.comment-form
    .input-group > .custom-file + textarea,
.search-form
    .input-group > .custom-file + .search-field,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:not(:last-child),
.comment-form .input-group > input[type="text"]:not(:last-child),
.comment-form .input-group > input[type="email"]:not(:last-child),
.comment-form .input-group > input[type="url"]:not(:last-child),
.comment-form .input-group > textarea:not(:last-child),
.search-form .input-group > .search-field:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.comment-form .input-group > input[type="text"]:not(:first-child),
.comment-form .input-group > input[type="email"]:not(:first-child),
.comment-form .input-group > input[type="url"]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.search-form .input-group > .search-field:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label,
.input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-prepend .comment-form input[type="submit"],
.comment-form .input-group-prepend input[type="submit"],
.input-group-prepend .submit-wrap .nf-field-element,
.submit-wrap .input-group-prepend .nf-field-element,
.input-group-prepend .search-form .search-submit,
.search-form .input-group-prepend .search-submit,
.input-group-append .btn,
.input-group-append .comment-form input[type="submit"],
.comment-form
  .input-group-append input[type="submit"],
.input-group-append .submit-wrap .nf-field-element,
.submit-wrap
  .input-group-append .nf-field-element,
.input-group-append .search-form .search-submit,
.search-form
  .input-group-append .search-submit {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .comment-form input[type="submit"] + .btn,
.comment-form .input-group-prepend input[type="submit"] + .btn,
.input-group-prepend .submit-wrap .nf-field-element + .btn,
.submit-wrap .input-group-prepend .nf-field-element + .btn,
.input-group-prepend .search-form .search-submit + .btn,
.search-form .input-group-prepend .search-submit + .btn,
.input-group-prepend .comment-form .btn + input[type="submit"],
.comment-form .input-group-prepend .btn + input[type="submit"],
.input-group-prepend .comment-form input[type="submit"] + input[type="submit"],
.comment-form .input-group-prepend input[type="submit"] + input[type="submit"],
.input-group-prepend .submit-wrap .comment-form .nf-field-element + input[type="submit"],
.comment-form .input-group-prepend .submit-wrap .nf-field-element + input[type="submit"],
.submit-wrap .input-group-prepend .comment-form .nf-field-element + input[type="submit"],
.comment-form .submit-wrap .input-group-prepend .nf-field-element + input[type="submit"],
.input-group-prepend .search-form .comment-form .search-submit + input[type="submit"],
.comment-form .input-group-prepend .search-form .search-submit + input[type="submit"],
.search-form .input-group-prepend .comment-form .search-submit + input[type="submit"],
.comment-form .search-form .input-group-prepend .search-submit + input[type="submit"],
.input-group-prepend .submit-wrap .btn + .nf-field-element,
.submit-wrap .input-group-prepend .btn + .nf-field-element,
.input-group-prepend .comment-form .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .input-group-prepend .comment-form input[type="submit"] + .nf-field-element,
.comment-form .input-group-prepend .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .comment-form .input-group-prepend input[type="submit"] + .nf-field-element,
.input-group-prepend .submit-wrap .nf-field-element + .nf-field-element,
.submit-wrap .input-group-prepend .nf-field-element + .nf-field-element,
.input-group-prepend .search-form .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .input-group-prepend .search-form .search-submit + .nf-field-element,
.search-form .input-group-prepend .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .search-form .input-group-prepend .search-submit + .nf-field-element,
.input-group-prepend .search-form .btn + .search-submit,
.search-form .input-group-prepend .btn + .search-submit,
.input-group-prepend .comment-form .search-form input[type="submit"] + .search-submit,
.search-form .input-group-prepend .comment-form input[type="submit"] + .search-submit,
.comment-form .input-group-prepend .search-form input[type="submit"] + .search-submit,
.search-form .comment-form .input-group-prepend input[type="submit"] + .search-submit,
.input-group-prepend .submit-wrap .search-form .nf-field-element + .search-submit,
.search-form .input-group-prepend .submit-wrap .nf-field-element + .search-submit,
.submit-wrap .input-group-prepend .search-form .nf-field-element + .search-submit,
.search-form .submit-wrap .input-group-prepend .nf-field-element + .search-submit,
.input-group-prepend .search-form .search-submit + .search-submit,
.search-form .input-group-prepend .search-submit + .search-submit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .comment-form input[type="submit"] + .input-group-text,
.comment-form
  .input-group-prepend input[type="submit"] + .input-group-text,
.input-group-prepend .submit-wrap .nf-field-element + .input-group-text,
.submit-wrap
  .input-group-prepend .nf-field-element + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form
  .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .comment-form .input-group-text + input[type="submit"],
.comment-form
  .input-group-prepend .input-group-text + input[type="submit"],
.input-group-prepend .submit-wrap .input-group-text + .nf-field-element,
.submit-wrap
  .input-group-prepend .input-group-text + .nf-field-element,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form
  .input-group-prepend .input-group-text + .search-submit,
.input-group-append .btn + .btn,
.input-group-append .comment-form input[type="submit"] + .btn,
.comment-form
  .input-group-append input[type="submit"] + .btn,
.input-group-append .submit-wrap .nf-field-element + .btn,
.submit-wrap
  .input-group-append .nf-field-element + .btn,
.input-group-append .search-form .search-submit + .btn,
.search-form
  .input-group-append .search-submit + .btn,
.input-group-append .comment-form .btn + input[type="submit"],
.comment-form
  .input-group-append .btn + input[type="submit"],
.input-group-append .comment-form input[type="submit"] + input[type="submit"],
.comment-form
  .input-group-append input[type="submit"] + input[type="submit"],
.input-group-append .submit-wrap .comment-form .nf-field-element + input[type="submit"],
.comment-form
  .input-group-append .submit-wrap .nf-field-element + input[type="submit"],
.submit-wrap
  .input-group-append .comment-form .nf-field-element + input[type="submit"],
.comment-form .submit-wrap
  .input-group-append .nf-field-element + input[type="submit"],
.input-group-append .search-form .comment-form .search-submit + input[type="submit"],
.comment-form
  .input-group-append .search-form .search-submit + input[type="submit"],
.search-form
  .input-group-append .comment-form .search-submit + input[type="submit"],
.comment-form .search-form
  .input-group-append .search-submit + input[type="submit"],
.input-group-append .submit-wrap .btn + .nf-field-element,
.submit-wrap
  .input-group-append .btn + .nf-field-element,
.input-group-append .comment-form .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap
  .input-group-append .comment-form input[type="submit"] + .nf-field-element,
.comment-form
  .input-group-append .submit-wrap input[type="submit"] + .nf-field-element,
.submit-wrap .comment-form
  .input-group-append input[type="submit"] + .nf-field-element,
.input-group-append .submit-wrap .nf-field-element + .nf-field-element,
.submit-wrap
  .input-group-append .nf-field-element + .nf-field-element,
.input-group-append .search-form .submit-wrap .search-submit + .nf-field-element,
.submit-wrap
  .input-group-append .search-form .search-submit + .nf-field-element,
.search-form
  .input-group-append .submit-wrap .search-submit + .nf-field-element,
.submit-wrap .search-form
  .input-group-append .search-submit + .nf-field-element,
.input-group-append .search-form .btn + .search-submit,
.search-form
  .input-group-append .btn + .search-submit,
.input-group-append .comment-form .search-form input[type="submit"] + .search-submit,
.search-form
  .input-group-append .comment-form input[type="submit"] + .search-submit,
.comment-form
  .input-group-append .search-form input[type="submit"] + .search-submit,
.search-form .comment-form
  .input-group-append input[type="submit"] + .search-submit,
.input-group-append .submit-wrap .search-form .nf-field-element + .search-submit,
.search-form
  .input-group-append .submit-wrap .nf-field-element + .search-submit,
.submit-wrap
  .input-group-append .search-form .nf-field-element + .search-submit,
.search-form .submit-wrap
  .input-group-append .nf-field-element + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form
  .input-group-append .search-submit + .search-submit,
.input-group-append .btn + .input-group-text,
.input-group-append .comment-form input[type="submit"] + .input-group-text,
.comment-form
  .input-group-append input[type="submit"] + .input-group-text,
.input-group-append .submit-wrap .nf-field-element + .input-group-text,
.submit-wrap
  .input-group-append .nf-field-element + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form
  .input-group-append .search-submit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .comment-form .input-group-text + input[type="submit"],
.comment-form
  .input-group-append .input-group-text + input[type="submit"],
.input-group-append .submit-wrap .input-group-text + .nf-field-element,
.submit-wrap
  .input-group-append .input-group-text + .nf-field-element,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form
  .input-group-append .input-group-text + .search-submit {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414042;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn,
.comment-form .input-group > .input-group-prepend > input[type="submit"],
.submit-wrap .input-group > .input-group-prepend > .nf-field-element,
.search-form .input-group > .input-group-prepend > .search-submit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.comment-form
.input-group > .input-group-append:not(:last-child) > input[type="submit"],
.submit-wrap
.input-group > .input-group-append:not(:last-child) > .nf-field-element,
.search-form
.input-group > .input-group-append:not(:last-child) > .search-submit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.comment-form
.input-group > .input-group-append:last-child > input[type="submit"]:not(:last-child):not(.dropdown-toggle),
.submit-wrap
.input-group > .input-group-append:last-child > .nf-field-element:not(:last-child):not(.dropdown-toggle),
.search-form
.input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.comment-form .input-group > .input-group-append > input[type="submit"],
.submit-wrap .input-group > .input-group-append > .nf-field-element,
.search-form .input-group > .input-group-append > .search-submit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.comment-form
.input-group > .input-group-prepend:not(:first-child) > input[type="submit"],
.submit-wrap
.input-group > .input-group-prepend:not(:first-child) > .nf-field-element,
.search-form
.input-group > .input-group-prepend:not(:first-child) > .search-submit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.comment-form
.input-group > .input-group-prepend:first-child > input[type="submit"]:not(:first-child),
.submit-wrap
.input-group > .input-group-prepend:first-child > .nf-field-element:not(:first-child),
.search-form
.input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #414042;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #414042;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #80bdff;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #414042;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
       appearance: none;
}

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  appearance: none;
}

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

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

.nav-link,
header.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
header.banner .nav a:hover,
.nav-link:focus,
header.banner .nav a:focus {
  text-decoration: none;
}

.nav-link.disabled,
header.banner .nav a.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item,
.nav-tabs header.banner .nav li,
header.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.nav-tabs .nav-link,
.nav-tabs header.banner .nav a,
header.banner .nav .nav-tabs a {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs header.banner .nav a:hover,
header.banner .nav .nav-tabs a:hover,
.nav-tabs .nav-link:focus,
.nav-tabs header.banner .nav a:focus,
header.banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled,
.nav-tabs header.banner .nav a.disabled,
header.banner .nav .nav-tabs a.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs header.banner .nav a.active,
header.banner .nav .nav-tabs a.active,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs header.banner .nav li.show .nav-link,
header.banner .nav
  .nav-tabs li.show .nav-link,
.nav-tabs .nav-item.show header.banner .nav a,
header.banner .nav
  .nav-tabs .nav-item.show a,
.nav-tabs header.banner .nav li.show a,
header.banner .nav
  .nav-tabs li.show a {
  color: #414042;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link,
.nav-pills header.banner .nav a,
header.banner .nav .nav-pills a {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills header.banner .nav a.active,
header.banner .nav .nav-pills a.active,
.nav-pills .show > .nav-link,
.nav-pills header.banner .nav .show > a,
header.banner .nav
.nav-pills .show > a {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item,
.nav-fill header.banner .nav li,
header.banner .nav .nav-fill li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item,
.nav-justified header.banner .nav li,
header.banner .nav .nav-justified li {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

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

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

.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: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  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: 1rem;
  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,
.navbar-nav header.banner .nav a,
header.banner .nav .navbar-nav a {
  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;
  border-radius: 0.25rem;
}

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

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    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,
  .navbar-expand-sm .navbar-nav header.banner .nav a,
  header.banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -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 {
    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,
  .navbar-expand-md .navbar-nav header.banner .nav a,
  header.banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -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 {
    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,
  .navbar-expand-lg .navbar-nav header.banner .nav a,
  header.banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -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 {
    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,
  .navbar-expand-xl .navbar-nav header.banner .nav a,
  header.banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

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

@media (min-width: 1800px) {
  .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,
  .navbar-expand-xxl .navbar-nav header.banner .nav a,
  header.banner .nav .navbar-expand-xxl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid {
    -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;
  }
}

.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 {
  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,
.navbar-expand .navbar-nav header.banner .nav a,
header.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -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,
.navbar-light .navbar-nav header.banner .nav a,
header.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav header.banner .nav a:hover,
header.banner .nav .navbar-light .navbar-nav a:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav header.banner .nav a:focus,
header.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav header.banner .nav a.disabled,
header.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav header.banner .nav .show > a,
header.banner .nav .navbar-light .navbar-nav .show > a,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav header.banner .nav .active > a,
header.banner .nav
.navbar-light .navbar-nav .active > a,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav header.banner .nav a.show,
header.banner .nav
.navbar-light .navbar-nav a.show,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav header.banner .nav a.active,
header.banner .nav
.navbar-light .navbar-nav a.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: none;
}

.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,
.navbar-dark .navbar-nav header.banner .nav a,
header.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav header.banner .nav a:hover,
header.banner .nav .navbar-dark .navbar-nav a:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav header.banner .nav a:focus,
header.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav header.banner .nav a.disabled,
header.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav header.banner .nav .show > a,
header.banner .nav .navbar-dark .navbar-nav .show > a,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav header.banner .nav .active > a,
header.banner .nav
.navbar-dark .navbar-nav .active > a,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav header.banner .nav a.show,
header.banner .nav
.navbar-dark .navbar-nav a.show,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav header.banner .nav a.active,
header.banner .nav
.navbar-dark .navbar-nav a.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: none;
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

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

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

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

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

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

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

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }

  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }

  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

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

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge,
.comment-form input[type="submit"] .badge,
.submit-wrap .nf-field-element .badge,
.search-form .search-submit .badge {
  position: relative;
  top: -1px;
}

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

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:hover,
.badge-primary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #1a171b;
  background-color: #89ba17;
}

.badge-success[href]:hover,
.badge-success[href]:focus {
  color: #1a171b;
  text-decoration: none;
  background-color: #688d11;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:hover,
.badge-info[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #1a171b;
  background-color: #ffc107;
}

.badge-warning[href]:hover,
.badge-warning[href]:focus {
  color: #1a171b;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #ee3d42;
}

.badge-danger[href]:hover,
.badge-danger[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #e4141a;
}

.badge-light {
  color: #1a171b;
  background-color: #f8f9fa;
}

.badge-light[href]:hover,
.badge-light[href]:focus {
  color: #1a171b;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

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

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #47610c;
  background-color: #e7f1d1;
  border-color: #deecbe;
}

.alert-success hr {
  border-top-color: #d4e6aa;
}

.alert-success .alert-link {
  color: #263406;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7c2022;
  background-color: #fcd8d9;
  border-color: #fac9ca;
}

.alert-danger hr {
  border-top-color: #f8b2b3;
}

.alert-danger .alert-link {
  color: #531617;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

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

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  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-group-item-action {
  width: 100%;
  color: #414042;
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  color: #414042;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #1a171b;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:hover,
.list-group-item:focus {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

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

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #47610c;
  background-color: #deecbe;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #47610c;
  background-color: #d4e6aa;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #47610c;
  border-color: #47610c;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

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

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7c2022;
  background-color: #fac9ca;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #7c2022;
  background-color: #f8b2b3;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #7c2022;
  border-color: #7c2022;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

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

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

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

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .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-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

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

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

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

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

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

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

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

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

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

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

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

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top,
.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top .arrow,
.bs-popover-auto[x-placement^="top"] .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-top .arrow::before,
.bs-popover-auto[x-placement^="top"] .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-right,
.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right .arrow,
.bs-popover-auto[x-placement^="right"] .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-right .arrow::before,
.bs-popover-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-bottom,
.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom .arrow,
.bs-popover-auto[x-placement^="bottom"] .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-bottom .arrow::before,
.bs-popover-auto[x-placement^="bottom"] .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

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

.bs-popover-left,
.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left .arrow,
.bs-popover-auto[x-placement^="left"] .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-left .arrow::before,
.bs-popover-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

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

.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  -o-transition: -o-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease, -o-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
}

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

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
       -o-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  -webkit-transform: translateX(0);
       -o-transform: translateX(0);
          transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.bg-success {
  background-color: #89ba17 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #89ba17 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -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: 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: 1800px) {
  .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 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;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

.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: 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: 1800px) {
  .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;
  }
}

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

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

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

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

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

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

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

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

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

@media (min-width: 1800px) {
  .float-xxl-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

.sr-only,
.screen-reader-text {
  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,
.screen-reader-text:active,
.sr-only-focusable:focus,
.screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-12,
.mx-12 {
  margin-left: 9rem !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: 2rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-12,
  .mx-sm-12 {
    margin-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-sm-12,
  .px-sm-12 {
    padding-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-md-12,
  .mx-md-12 {
    margin-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-md-12,
  .px-md-12 {
    padding-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-lg-12,
  .mx-lg-12 {
    margin-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-lg-12,
  .px-lg-12 {
    padding-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xl-12,
  .mx-xl-12 {
    margin-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xl-12,
  .px-xl-12 {
    padding-left: 9rem !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: 1800px) {
  .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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-xxl-12,
  .mx-xxl-12 {
    margin-left: 9rem !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: 2rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pl-xxl-11,
  .px-xxl-11 {
    padding-left: 8rem !important;
  }

  .p-xxl-12 {
    padding: 9rem !important;
  }

  .pt-xxl-12,
  .py-xxl-12 {
    padding-top: 9rem !important;
  }

  .pr-xxl-12,
  .px-xxl-12 {
    padding-right: 9rem !important;
  }

  .pb-xxl-12,
  .py-xxl-12 {
    padding-bottom: 9rem !important;
  }

  .pl-xxl-12,
  .px-xxl-12 {
    padding-left: 9rem !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;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1800px) {
  .text-xxl-left {
    text-align: left !important;
  }

  .text-xxl-right {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover,
a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #89ba17 !important;
}

a.text-success:hover,
a.text-success:focus {
  color: #688d11 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover,
a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #ee3d42 !important;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #e4141a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover,
a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #1a171b !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }

  a:not(.btn):not(.comment-form input[type="submit"]):not(.submit-wrap .nf-field-element):not(.search-form .search-submit) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #a7a9ac;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
}

/**
 * Import npm dependencies
 *
 * Prefix your imports with `~` to grab from node_modules/
 * @see https://github.com/webpack-contrib/sass-loader#imports
 */

/** Import theme styles */

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

.bg-light,
body.blog {
  background: #fcfcfc;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Helvetica Neue", Helvetica, "acumin-pro", "Liberation Sans", Arial, sans-serif;
  line-height: 1.5;
  color: #414042;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-weight: 400;
  color: #1a171b;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1.entry-title {
  font-size: 3.75em;
  margin-bottom: 4.5rem;
}

.entry-meta {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 1.25rem;
  color: #929497;
}

.entry-content,
.page-content {
  font-size: 1.125rem;
  line-height: 150%;
}

.entry-content h1,
.page-content h1 {
  margin-bottom: 1em;
}

.entry-content h2,
.page-content h2 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.entry-content h3,
.page-content h3 {
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child {
  margin-top: 0;
}

.entry-content p,
.page-content p {
  margin-bottom: 2em;
}

.entry-content p.signature,
.page-content p.signature {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
}

.entry-content blockquote,
.page-content blockquote {
  padding: 0 1em 0 1.5em;
  border-left: 4px solid #89ba17;
  line-height: 1.2;
  margin: 3rem 0;
}

.entry-content blockquote p,
.page-content blockquote p {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 2.25rem;
  color: #929497;
  font-style: italic;
}

.entry-content ul,
.page-content ul {
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.entry-content ul li,
.page-content ul li {
  padding-left: 1.5rem;
  margin-bottom: 1.5em;
  list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQwQjk2NDAzRTIyMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDQwQjk2NDEzRTIyMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NDBCOTYzRTNFMjIxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NDBCOTYzRjNFMjIxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv9PqeUAAADdSURBVHjaYmg4KH8QiHX+///PgA8zMTAw2AHxhcZDCn1AzMeAAzACTfuPxH8BxCVAvKze7gGyONhECPjPsB1ISgDxEiA+ADRdD6vCBoeHvv/+MGQDNVyDOuccUPEkIOZHsbrB/iELiDb2FWDyKeKbysjEmAo14xUQlzKhO1pGm50ZxUkMDL+A+DsLsqK6vfJZTCwMWUCmBhD/BuI+IG4Geuwrwtf/GXYwMDJ4QPXsB+JsoILrMEMQJkIUPQPiYqCCFehOgrnlDxD3gKzEpghmIsiaHKCCawx4AECAAQDoRlrtzu1etgAAAABJRU5ErkJggg==);
}

h2.entry-title {
  font-size: 1.5em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
}

.section-title {
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-top: 100px !important;
  margin-bottom: 65px !important;
  padding: 25px 0 0 0;
  position: relative;
  float: left;
}

@media (max-width: 767px) {
  .section-title {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.75em;
    margin-top: 5rem;
    padding-top: 85px;
  }
}

.section-title::before {
  content: '';
  display: block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAABHCAYAAACH4FBHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTAwMzgxMEMzQTk2MTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTAwMzgxMEQzQTk2MTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4Q0ExRTA3RjNBNkYxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4Q0ExRTA4MDNBNkYxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj5rK+MAAAguSURBVHja7FwJcxRFFO6E5VKRG5QoRwERZEEIIHIGTAIkCAVYqPwSf4r+AUsOLSyrICaE+xIFuUUEVFBQ5BDCESIBfE+6tefb7tnZ7d6dvb6qV9BL1xwfPe/4+s1UnTh1WpQY3iS7RXYhHyeblpwSaV51iZH8HNnbZMvJehXShZUa0Q1k/ciGkc2tEJ0bjCKr08b1ZAMrRPtFFVmL/FOhN1lThWi/mE72iuH3JNm4CtF+wD65MeTfWwohMJYC0YvJntfGZ8muaOPhZHMqRKeidwZzR8i8WeERWRvZVrKnEBgHVIgOYiXZ+IhzW+Ae9pHdJrtKdlT7vS/Z0grR/2M0F1tkzRH8Kge6sdr4L7KD2ngnWZc2nko2pkL0s2tpkX9PV3D0MazQr8h6tPEDsh1pnoCyJHom2UvaeBHZi5a5C+HfzpOdM8w7Kt2Iwkiy2eVMtNIo0q1axlCyedr4sVzNJnBA3Aa/8XleKFei+eb7Ryw4UDA6RHYz5Ni/kR2DwNhQjkSPkm5DX4U6mrXrrCWbqP1bJ9neCOfoIHuojWeQvVpORJs0ig4oOEbIgiMhSdfRTvZ3hPPcl1mIjhX5vP+4iX4DNIrrZF9Lv/oUqj+2wdpvv5BlsmtxhOyaNubAW1cORLNGgepaqwxuVwx+db42fmIIcunwRFaMOhpkIC5poutBo/ie7CdwIV3gZhS+Jfszi3NeJjuhjTkAN5Yy0crv6hpFO8x5YPCryt/ucjj3drJuCIw1pUp0M5x7v9QoECcMWcgdyCAyxT2y3WkCckkQPQVyY9YoDljmrjUQ8LJ4Jn264DC4nppcB8Z8E80S6LI0GoXuXl6zpIQfOF6HKZg2WIqmoiQa9YsLFo1CSDJtj/NQKHKyAaaHJhmgKIkeYtAoWi1zZ8r5erX4s6EUd71+LHhmSddU1ERH1Siq5VwBqd8n4GLYDa1xvCYu4feAW1qRi8CYL6JrpSncDdEo1ojgdhaTu0X+iSlgUroRF3AlekMbc6U6rRiJThhWaJtFoxgiycPHW63kbyAN9BEYTS5sqaxci4roeeBvL4VoFBgAb0tydWyA3Hq41ExccFG6JwWuWJcUE9HckrUwokaRlCmdHgA3Geb9QfYj/OZDiWuXFarCbLiegiZ6Kfhb1iiuWXLjlfAbp35XLcf9DAIj78ascrxWfnr2ATfeAmMuiR4nq8AoGgXfUF/wm5tDjv3IoIOw+xjseM28i35LG/Ou+dRCJrpapIr0HRaNYoCh+Ngj0gv6B6XuoT8V6x2vu8cQGJtgERQU0XPAv7G+fDxiAAxL/RCbDGV70vHacUedF0J9IRLNO8yLIajhjomeX9cY/G9UXBGpr1Cs9OBXUX95SzgKWbkguhEetWMiuAeIxQnqD5cyPN8m6dMV+NzvON4DK4r7gaeWQiKad5ana2P2yTssc9n39YfUb2MW52Rfvht+qxPu3f4HoDjC4B4b0VWGALhLZhsIJhhbvlj76Mry3Pukb/dZMT4yBMZlMpWMlWjOHEZp42syb7YFQP3cvG213fH8GBhZhZvkeMxzMjgqsMS7KE6ieYWiltsq3QFijEjt6tzi4Rp+FcHNXcZqT4FRjwH8JA6Ni2gmWd+2PyUDmwnrDJnDeU/XgYGRhaHljse8KYLtwL0MLjIvRHMjyiwITjY3sEgEGwyfSpHIFx5CGa00C9du/71QHE0gm5xPok07yHxRnYa5fQyJ/xEIYj7AGcg9uEcfgbHNEBh754to1gFGw2N2yDL3PRHcYekWmXcbRQUWPVwUTXQ8Jjb4DCJbkA+iTe+FtIKPVOBsBN9L+dJSLfqAqfBZ6+G42+D+5p88fWZIromuB397Tti/KPA+uBfuqTgjcosNkPX0F6mtDpniBjyxiajBNluih8n6X6FH2Lvu50CVxqv4U5F7dEG2oK7FtakRi6NaWtW1uSIaW7oOSH0AkRCpHaOnLHNzgQ5ZDOn36yqldhsCYzORnfBN9GTwt7dBgEG/mIDo/YXILz436DHjHY/Je556nwlvOMz3SbSppatNBPfaFIYbck1btZhLXJRVo453PRwX72UBrepBvoheINMaBU53zkYMgJz6fSfiAQZGH+1fHNAPp1mEWRGNj0fYjvYMGTD1ALhRxIf7QIpaNK5NjVgcTaZVPcGV6GXgb7HDRz8magE/iOw69H2iTQRlWB8VY7dBblhOZPfKlmj+X9IlR/5f3GOZu0oENdseQ0CKC6gSmpTETHFSPHtlQ09952ZDtEmtahfB1xP0shS7hnYIc/9zHODGG9xWW+dywGnJKWpPVI8B9bSqB2ZKNOqvl2UubALuaN8J0T7iAgZG3EzOhmzunjoCgbEpE6JxRyFsR/t1EXxpnrFZFB7uAimMhcK9dwO37ZK0qv97haQqzZccOd/UO3V4a2qrYR6v4g9FsAOzKyT1ixtV0sXpC+26sL9LExWTIJbxMT+mFf84rGwcCyTbXkcTUljBNldOnepE8YALrNU5OCbrKwerQ/JrDID4RRcFbnGdLSqwgQPjABvRTNxIbfy7CH6jSMd6UXqf3vSJf3X7hGWFYhO2LQAKKSglipiIMfBEdsoq9rHPk5gIagB/e9wgymDVV8w4I5/e0VqmNU7YFUlM7SKdBB/5GqlT6CVmR4k/2qaUNex7TlmhGlIe3NFG0aRUgQWH7XtOXojGt/w5BzxcRkFrJxYcwuMHZJWP7idSP+h0X8T89cMY0CmC3xDhJ/wj4WGzQhG9BE6gCpaxZZ6aqYLjkA/XEdtH94oEi4WHD8iqTvZKwRFecDh/Wf0fAQYAf4y27BLEJZcAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 38px;
  width: 45px;
  position: absolute;
  top: 0;
  right: -55px;
}

@media (max-width: 576px) {
  .section-title::before {
    background-size: 100%;
    width: 72px;
    margin-left: -36px;
  }
}

.section-subtitle {
  clear: left;
  float: left;
  margin-top: -55px;
  font-size: 12px;
  text-transform: uppercase;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAABV0lEQVQokZWTsUvCURDHP++pv0WIU7co2h0jWtoa3aIhXGttcIiQoCmKMKKpqcUhWqLoD2gpammKtlyaAvnJz3uEZU6vReWXqOXBwbvvu89xd7yHqj6o6oL3nkncAkvAk3Ou6pyb5p9mVNXH4k/gEDgWkfY40PYO3vtLIA3sAa/OuaJzzvwJZrPZYqfTKXjvb4FZ4AJ4dM4tDiVV1XfbTfQ8DMPNZrP53LtT1XNVnYkvpz9jJpNJDhaNoujIWrsBTAFtoAJURORrLAhQq9XmcrncgbV2rSu9A2U7LDluqVQqbYwJYtI30BoJlsvlRBRFpyLyYoxZAT6AbSAvIjdD22s0GqVkMrkO5AEPnAG7IhL2cn6B9Xq9EARByRiz3JXugJKIPA8W7y/He39ljFnt6m/Alohcjxpl8Mm1gH3gREQ6o6B4qx6oAjsiUh8H9E1V71V1ftJv9QNObN+VHGaENwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 5px 6px;
  padding-left: 25px;
  font-weight: 500;
}

.section-link {
  margin-top: 125px;
  display: block;
  line-height: 48px;
  float: right;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 767px) {
  .section-link {
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    right: 0;
  }
}

.section-link::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #ee3d42;
  left: 0;
  bottom: 8px;
}

.section-link a {
  text-decoration: none !important;
}

.section-link a:hover {
  text-decoration: none !important;
}

/* stylelint-disable */

a {
  cursor: pointer;
  color: currentColor;
}

a:hover {
  color: currentColor;
}

.page-content p a {
  text-decoration: none;
  position: relative;
}

.page-content p a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: currentColor;
  display: block;
  bottom: 1px;
  left: 0;
}

.page-content p a:hover::after {
  content: none;
}

.link-more {
  display: inline-block;
  position: relative;
  color: #1a171b;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  margin-top: 3em;
  left: 28px;
}

.link-more::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 0.2rem;
  background-color: #ee3d42;
  position: absolute;
  left: -1.8rem;
  top: 50%;
  margin-top: -0.1rem;
  -webkit-transition: left 250ms ease-in, opacity 150ms 100ms ease-in;
  -o-transition: left 250ms ease-in, opacity 150ms 100ms ease-in;
  transition: left 250ms ease-in, opacity 150ms 100ms ease-in;
}

.link-more::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAICAYAAAA1BOUGAAAAe0lEQVQImW3MMQrCQABE0afkAtt6DjtJiuRCdoK9hSB4hVxkm9XKwkvYWCWNIoKwVpEQHJhi5g+jK+tzV9bLnLOp51jh0ldN21fNwkizrqzzKD+xxyGk+JrCQTds5n8AfPAuJuUDOxxDij+Y0WIbUrwPywInrEOK1+n3F4s+MOBjLSWOAAAAAElFTkSuQmCC);
  opacity: 0;
  display: inline-block;
  margin-left: 0.25em;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: opacity 200ms 100ms ease-in, -webkit-transform 200ms 100ms ease-in;
  transition: opacity 200ms 100ms ease-in, -webkit-transform 200ms 100ms ease-in;
  -o-transition: opacity 200ms 100ms ease-in, -o-transform 200ms 100ms ease-in;
  transition: opacity 200ms 100ms ease-in, transform 200ms 100ms ease-in;
  transition: opacity 200ms 100ms ease-in, transform 200ms 100ms ease-in, -webkit-transform 200ms 100ms ease-in, -o-transform 200ms 100ms ease-in;
}

.link-more:hover,
.link-more:focus {
  color: inherit;
  text-decoration: none !important;
  cursor: pointer;
}

.link-more:hover::before,
.link-more:focus::before {
  left: 100%;
  opacity: 0;
}

.link-more:hover::after,
.link-more:focus::after {
  opacity: 1;
  -webkit-transform: translateX(50%);
       -o-transform: translateX(50%);
          transform: translateX(50%);
}

.construction-items {
  display: block;
  text-align: center;
  width: 100%;
}

.construction-items li {
  padding: 0 1.5em;
  display: inline-block;
}

@media (max-width: 576px) {
  .construction-items li {
    display: block;
  }
}

.construction-items li a {
  font-family: "Helvetica Neue", Helvetica, "acumin-pro", "Liberation Sans", Arial, sans-serif;
  font-size: 1rem;
  line-height: 2.25;
  text-align: center;
  color: inherit;
  padding: 1.2rem 0 1rem 0;
  border-bottom: 2px solid transparent;
}

@media (max-width: 576px) {
  .construction-items li a {
    padding: 0 0 0.5em 0;
    border: none;
  }
}

.construction-items li a:hover,
.construction-items li a.is-checked {
  border-bottom-color: #ee3d42;
}

.scroll-link {
  visibility: hidden;
  margin-bottom: -60px;
  position: relative;
}

.scroll-link .section-link {
  margin-top: 0;
}

@media (max-width: 767px) {
  .scroll-link {
    margin-bottom: 0;
  }
}

.gallery-btn-wrap {
  position: absolute;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 100;
}

.navigation-links {
  overflow: auto;
}

.btn,
.comment-form input[type="submit"],
.submit-wrap .nf-field-element,
.search-form .search-submit {
  border: none;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  display: table;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  text-align: center;
  cursor: pointer;
}

.btn.btn-big,
.comment-form input.btn-big[type="submit"],
.submit-wrap .btn-big.nf-field-element,
.search-form .btn-big.search-submit {
  font-size: 1.5rem;
}

.btn.btn-medium,
.comment-form input.btn-medium[type="submit"],
.comment-form .submit-wrap input[type="submit"].nf-field-element,
.submit-wrap .comment-form input[type="submit"].nf-field-element,
.submit-wrap .nf-field-element,
.search-form .btn-medium.search-submit {
  font-size: 1rem;
}

.btn span::before,
.comment-form input[type="submit"] span::before,
.submit-wrap .nf-field-element span::before,
.search-form .search-submit span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 100%;
  -webkit-transition: right 200ms ease-in-out;
  -o-transition: right 200ms ease-in-out;
  transition: right 200ms ease-in-out;
  z-index: -1;
}

.btn > span,
.comment-form input[type="submit"] > span,
.submit-wrap .nf-field-element > span,
.search-form .search-submit > span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}

.btn.btn-big > span,
.comment-form input.btn-big[type="submit"] > span,
.submit-wrap .btn-big.nf-field-element > span,
.search-form .btn-big.search-submit > span {
  padding: 0.75em 2rem;
  min-width: 16rem;
}

@media (max-width: 576px) {
  .btn.btn-big > span,
  .comment-form input.btn-big[type="submit"] > span,
  .submit-wrap .btn-big.nf-field-element > span,
  .search-form .btn-big.search-submit > span {
    padding: 0.75rem 1rem;
    min-width: initial;
    font-size: 1.25rem;
  }
}

.btn.btn-medium > span,
.comment-form input.btn-medium[type="submit"] > span,
.submit-wrap .comment-form input[type="submit"].nf-field-element > span,
.submit-wrap .nf-field-element > span,
.search-form .btn-medium.search-submit > span,
.submit-wrap .search-form .search-submit.nf-field-element > span {
  padding: 1rem 1.25rem;
}

.btn::after,
.comment-form input[type="submit"]::after,
.submit-wrap .nf-field-element::after,
.search-form .search-submit::after {
  display: table-cell;
  vertical-align: bottom;
  padding: 1em 1.25em;
}

.btn:hover,
.comment-form input[type="submit"]:hover,
.submit-wrap .nf-field-element:hover,
.search-form .search-submit:hover {
  text-decoration: none;
}

.btn:hover span::before,
.comment-form input[type="submit"]:hover span::before,
.submit-wrap .nf-field-element:hover span::before,
.search-form .search-submit:hover span::before {
  right: 0;
}

.btn.btn-primary,
.comment-form input.btn-primary[type="submit"],
.comment-form .submit-wrap input[type="submit"].nf-field-element,
.submit-wrap .comment-form input[type="submit"].nf-field-element,
.comment-form .page-content .wpcf7 input[type="submit"].btn-submit,
.page-content .wpcf7 .comment-form input[type="submit"].btn-submit,
.submit-wrap .nf-field-element,
.search-form .btn-primary.search-submit,
.search-form .page-content .wpcf7 .search-submit.btn-submit,
.page-content .wpcf7 .search-form .search-submit.btn-submit,
.page-content .wpcf7 .btn.btn-submit,
.page-content .wpcf7 .submit-wrap .nf-field-element,
.submit-wrap .page-content .wpcf7 .nf-field-element {
  background-color: #ef5550;
  font-weight: 500;
  color: #fff;
}

.btn.btn-primary span::before,
.comment-form input.btn-primary[type="submit"] span::before,
.comment-form .page-content .wpcf7 input[type="submit"].btn-submit span::before,
.page-content .wpcf7 .comment-form input[type="submit"].btn-submit span::before,
.submit-wrap .nf-field-element span::before,
.search-form .btn-primary.search-submit span::before,
.search-form .page-content .wpcf7 .search-submit.btn-submit span::before,
.page-content .wpcf7 .search-form .search-submit.btn-submit span::before,
.page-content .wpcf7 .btn.btn-submit span::before,
.page-content .wpcf7 .submit-wrap .nf-field-element span::before,
.submit-wrap .page-content .wpcf7 .nf-field-element span::before {
  background-color: #ee3d42;
}

.btn.btn-primary:hover,
.comment-form input.btn-primary[type="submit"]:hover,
.comment-form .page-content .wpcf7 input[type="submit"].btn-submit:hover,
.page-content .wpcf7 .comment-form input[type="submit"].btn-submit:hover,
.submit-wrap .nf-field-element:hover,
.search-form .btn-primary.search-submit:hover,
.search-form .page-content .wpcf7 .search-submit.btn-submit:hover,
.page-content .wpcf7 .search-form .search-submit.btn-submit:hover,
.page-content .wpcf7 .btn.btn-submit:hover {
  background-color: #ef5550;
}

.btn.btn-primary::after,
.comment-form input.btn-primary[type="submit"]::after,
.comment-form .page-content .wpcf7 input[type="submit"].btn-submit::after,
.page-content .wpcf7 .comment-form input[type="submit"].btn-submit::after,
.submit-wrap .nf-field-element::after,
.search-form .btn-primary.search-submit::after,
.search-form .page-content .wpcf7 .search-submit.btn-submit::after,
.page-content .wpcf7 .search-form .search-submit.btn-submit::after,
.page-content .wpcf7 .btn.btn-submit::after,
.page-content .wpcf7 .submit-wrap .nf-field-element::after,
.submit-wrap .page-content .wpcf7 .nf-field-element::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I2QzUyRjA1MkEwMTFFODkwOUFENENCNzM5NEU5RTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I2QzUyRUY1MkEwMTFFODkwOUFENENCNzM5NEU5RTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNENzNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNEODNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpHbxycAAAC3SURBVHjaYnj//v1BINb5//8/Az7MxMDAYAfEFz58+NAHxHwMOAAj0LT/SPwXQFwCxMsEBASQxcEmwsB2IJYA4iVAfABouh4uhb5AnA3E16DOOQdUPAmI+dGtZkHSPBWIU6H8V0BcyoTF3cxoNv0C4u/oCrOA+DwQJwPxbyDuBGINoMdWsyAp2gLEHlD2fpB7gQqu4wqeZ0BcDFSwAt09MKv/AHEP1JoVWEMcaOI+INYiFIUAAQYAqMNxNpdtU/sAAAAASUVORK5CYII=);
  background-color: #ee3d42;
}

.btn.btn-white,
.comment-form input.btn-white[type="submit"],
.submit-wrap .btn-white.nf-field-element,
.search-form .btn-white.search-submit {
  background-color: #f1f1f1;
  font-weight: 500;
  color: #1a171b;
}

.btn.btn-white span::before,
.comment-form input.btn-white[type="submit"] span::before,
.submit-wrap .btn-white.nf-field-element span::before,
.search-form .btn-white.search-submit span::before {
  background-color: #fff;
}

.btn.btn-white:hover,
.comment-form input.btn-white[type="submit"]:hover,
.submit-wrap .btn-white.nf-field-element:hover,
.search-form .btn-white.search-submit:hover {
  background-color: #f1f1f1;
}

.btn.btn-white::after,
.comment-form input.btn-white[type="submit"]::after,
.submit-wrap .btn-white.nf-field-element::after,
.search-form .btn-white.search-submit::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzRDczQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRDgzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDAzODExNjNBOTYxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNENjNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puc2UrAAAADQSURBVHjaYpASlz4IxDr///9nwIeZGBgY7ID4grSETB8Q8zHgAIxA0/4j8V8AcQkQL3v64gmyONhEGNgOxBJAvASIDwBN18Oq8NnLp75A12QDmdegzjkHVDwJiPlRrAYqZAHRXJzcTAJ8AlOBzFSoGa+AuJQJ3dFsrGzMaE76BcTfWZAVSYpLZTEyMGYBmRpA/BuI+4C4Geixr8i+3gHEHlD2fiDOBiq4DjME2USQomdAXAxUsALdSTC3/AHiHpCV2BSBAdDqfUCsRSgKAQIMAKYraBbZMt6sAAAAAElFTkSuQmCC);
  background-color: #fff;
}

.nav-previous .btn::after,
.nav-previous .comment-form input[type="submit"]::after,
.comment-form .nav-previous input[type="submit"]::after,
.nav-previous .submit-wrap .nf-field-element::after,
.submit-wrap .nav-previous .nf-field-element::after,
.nav-previous .search-form .search-submit::after,
.search-form .nav-previous .search-submit::after {
  content: none;
}

.nav-previous .btn::before,
.nav-previous .comment-form input[type="submit"]::before,
.comment-form .nav-previous input[type="submit"]::before,
.nav-previous .submit-wrap .nf-field-element::before,
.submit-wrap .nav-previous .nf-field-element::before,
.nav-previous .search-form .search-submit::before,
.search-form .nav-previous .search-submit::before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6M0I2QzUyRjA1MkEwMTFFODkwOUFENENCNzM5NEU5RTAiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6M0I2QzUyRUY1MkEwMTFFODkwOUFENENCNzM5NEU5RTAiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNENzNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNEODNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpHbxycAAAC3SURBVHjaYnj//v1BINb5//8/Az7MxMDAYAfEFz58+NAHxHwMOAAj0LT/SPwXQFwCxMsEBASQxcEmwsB2IJYA4iVAfABouh4uhb5AnA3E16DOOQdUPAmI+dGtZkHSPBWIU6H8V0BcyoTF3cxoNv0C4u/oCrOA+DwQJwPxbyDuBGINoMdWsyAp2gLEHlD2fpB7gQqu4wqeZ0BcDFSwAt09MKv/AHEP1JoVWEMcaOI+INYiFIUAAQYAqMNxNpdtU/sAAAAASUVORK5CYII=);
  background-color: #ee3d42;
  display: table-cell;
  vertical-align: bottom;
  padding: 0.75em 1.25em;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

[data-responsive-bg] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 63.66%;
}

[data-responsive-bg] img {
  display: none;
}

[data-responsive-bg] .entry-overlay-wrap {
  position: absolute;
  background: transparent;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100%;
  width: 100%;
}

[data-responsive-bg] .entry-overlay-wrap .entry-overlay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  color: white;
  background-color: rgba(121, 193, 67, 0.7);
  margin: 20px;
  text-align: center;
}

[data-responsive-bg] .entry-overlay-wrap .entry-overlay .gallery-zoom::after {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzREYzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRTAzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNERDNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNERTNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoVxmOMAAAR+SURBVHja5JpPaBVXFMZvpmpKU9wFgpQmkWCUZ6sUsUbRxI1IqDtF8d+iWdR/kDQFTdyXZFEaFCkVtIsmSptNQYpoNkbERG0pqaZqRDEpIVi6StCillC/A99tjsO8effOm7y8tAd+5M3Mm7nfeffec+85k5LJyUmTglWBBlAHasEysBiU8fozMAUegBEwCPrBaL4Nl+ThQAXYD/aC9xI+4w7oAd+CJ4VyoBK0g4/BwtC1CfArf+U/wVOefxuUs3dWgSWh+/4G34AOMDZbDrwJ2kipOn8DdIM+8NDxWTVgC9gH1qnzL0AneZ6mAzJEesFyHk+D7/iL/ZbnMM6wR3eBN3juHtjJIZa3A7vBWfaA2DVwCAybdG0l+Aps5LH0QBM4H3dTkOOhn4JzFP8StID6WRBv+Mx6tvmSbZ7jcaIekBu/5GeZkI3gZ1MYWwMucuKLtYIuHwd203uxx5xwD01hrYaBoZrHe6KGU5QDMmFvsQvll18/B+K1EwPsCZkTa8MTO4gIlb1qzDfOoXjDthvVnPheBZNIB9pUqDxawDEfZ6LhGD+voMbIIVTJFbSUoVIiwj+mOKwEXGWIfcEVfSzcA+0UP804XyziDbUcorZSan1tCFVwb2O4wg6b4rNhajPUWqEd2K82Zh0eDy3nbnIInABvOd63A5wCn6jtg4tZbQup+d85cJvh8wb39K52AWxTx1fAR+CvmHs61aQUOwmaPdoc5AZQwun7AZMRu5/v9uzWtaHjzeDHmJ4Iixfb7tlmt1qvqgJmUtb6PB92K+JcNieixIuNe7apNTYEashMJFi0DoBHDk5kEy9p5pEEi9sEP9cFjKmGmZSvTbAH45z4Ika87LF+StCu1VobMAE3XMSS2HgOJz6LEX8zYZtW67KA1QO7ZTaz4ETa4rXWxYEqfTzNc6FxcSIN8VprWWDSNXHiUsz1uy55ro8FLDrZ0ke+JtHmcMz1dTnWCVezWp8F7Faj0rd8xB9z+N7mFJywWqcClvuMCqdpip9iSpq2E1brg0CFpFWzIF4m7CbHxc7HrNaRgJsjsSXMQX3s8xzibzqsEz8wYfHJk21pclAc6FcXt3g8SFLP446hMs4J+e6HHu1qjf3iwKgKbfs8HvSOZ5yPc2KRR7tWo2getetAjwpzGccHyR7mD89FyjoxEtrfDzi2mTEzxeAendBIevY7Mx0paO11fOBScBAsAGeMe6FX4vhWJuiXWTZxsR4WuKQc/y54oqsSXzPFk8R5dRHmxSuZukoKeppb+f9WWWWMMd3wi81F9Os3m5mye6dRb3HCtVEp2/3CCpiMyw1FUJ2TSvV1Rip58fGBUW9vwrtRubCTf+WGiwkWtzSthhoWhbSZbA7Y+NqkNk19c+SELa/bjVtT1FY8Wz4gdfhWfq5mnF5T4GEzYGbeDbSaLK+a4hKaLuVEOcdhs+e+JUm0aWFbOd/ORE3iKJvXL/nscJIK3H0VYoe4KmZSEJ4xM/VVK/4e2zyfs8v+Ly+6tc3bfzUI27z9Z48oqzJz9O82rwQYAB40YcuwU+q4AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: block;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -24px;
  margin-left: -24px;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

[data-responsive-bg] .entry-overlay-wrap .entry-overlay .entry-title {
  color: white;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.125;
}

[data-responsive-bg] .entry-overlay-wrap .entry-overlay .construction-category,
[data-responsive-bg] .entry-overlay-wrap .entry-overlay .promotion-category {
  font-size: 0.75rem;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5em;
}

[data-responsive-bg]:hover .entry-overlay-wrap {
  opacity: 1;
}

[data-responsive-bg].big {
  padding-bottom: 65.4%;
}

[data-responsive-bg].big .entry-overlay .entry-title {
  font-size: 2.5rem;
}

.article-card,
.job-card {
  background: white;
  margin-bottom: 30px;
}

.article-card header,
.job-card header {
  padding: 0 24px;
}

.article-card a,
.job-card a {
  text-decoration: none;
}

.article-card a:hover,
.job-card a:hover {
  text-decoration: underline;
}

.article-card .entry-summary,
.job-card .entry-summary {
  padding: 24px 24px 32px 24px;
}

.article-card .post-thumbnail,
.job-card .post-thumbnail {
  border-bottom: 3px solid #89ba17;
}

.job-card .entry-summary {
  padding-top: 0;
}

.format-video [data-responsive-bg] {
  position: relative;
}

.format-video [data-responsive-bg]::before {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}

.format-video [data-responsive-bg]::after {
  content: '';
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAsCAYAAADikXHLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OUVEMThBM0MzRDIzMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OUVEMThBM0QzRDIzMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5RUQxOEEzQTNEMjMxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5RUQxOEEzQjNEMjMxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsvqCM4AAAL1SURBVHjazJltaM1hGMb/5zhEKaekNF/4sJEco0w4ppbykg+iVt5KbWrh+LYRmZIPlryUNm9DUkgJ+URKtpo55WDIa/lCSeiciA+zmete16Pbsz9tnXOeZ1f92rrbOV39n+e5n+v+L5LNZtuCINgKngUeFI/HB9SiYBF4DI6CccEwUJQ/R4Bt4A2oUXWvpowmgDOgE1QMF1NGc0EatNKoV1O1oJu/R8Am8JoHIebL1FkwB3ToAwKaQQZU+lq+p2AhWGK1iZmgHVwAJT72lOg2SID14KuqrwOvQAMY5dqU0UUwA+xXtbHgAHjCJ+rclOgd2AWq2GiNpoJb4CqY7NqU0V0wG1SDT6q+CrwAe8AY16aMroDpNGE0GuwFz8FKH6ZEn8E+kAQPVF2W8Tq4CcpcmzK6xytpNXiv6kvZUpp4MJyaMroGprFVGI0EO9hC1vCWcGpK9B0c5JNLq7o020s8KAnXpoxkj83jhn+r6pLdHjG7xV2bMroBSkFK1Ux2k4u+JpfLRV2bEv0CLWAWc9qA7AZjFa5NGXWBBWAFN/5f2Q3GWkF/dotgcOhTfxBxaFJi93HrUs+B3b6y+EQwJSRlfJS9FvNgqJpPaLyq/eDtcBgjV7dLU5IwjoByq34Z1MPMn9vAhalJzPg7rbqkihTM3LE/UGxTa7lUesj9xjQhDfRn2IeKZWqx7A/mejvF1oMP//twoU3JidpsXcpmGJEu3jaYLymkqQ1cKh1TZOBoBMdAz2C/qBCmZHA4xOFC6zzYzt4zJOVjKsEnk7TqMlhsse45J8lzI/NS0roiUpywO/N59EM1tYyDwTk1tcjdeZoRRdJAb777IZbnUmXYGNOuh1F58/LQMvQF1KlXRs4m5OXgJd9RxdRSneTodIoBruAKW75yLtV8q36fGznj+lVQHYO9NiTjeS1TY9ENhSVPLTlFJ9iRs8UyEPbK+l+nr4OnqstHLI2GxFFpjJW+DGlTvUyFZbyz+gKPkuVrDzz+GyRMvwUYAEuRpGnjTZ6mAAAAAElFTkSuQmCC);
  width: 37px;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -22px;
}

.format-video h2.entry-title::before {
  content: 'Video';
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 200%;
  background: #d1d2d3;
  padding: 4px 11px;
  border-radius: 2px;
  vertical-align: middle;
  margin-right: 0.5em;
}

[lang="fr-FR"] .format-video h2.entry-title::before {
  content: 'Vid\E9o';
}

.construction-filters {
  margin-bottom: 40px;
}

.construction-filters label {
  float: left;
  width: auto;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 48px;
  margin-right: 20px;
}

.construction-filters select {
  width: auto;
  border-radius: 0;
  outline: 1px inset #e6e7e8;
  outline-offset: -1px;
  border: 0;
  outline-style: solid;
  background: #fafafa;
  padding-top: 0;
  padding-bottom: 0;
  height: 48px;
  margin-right: 25px;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  color: #414042;
  -moz-appearance: button;
  -moz-padding-end: 40px;
  -moz-padding-start: 15px;
  -webkit-appearance: button;
  -webkit-padding-end: 40px;
  -webkit-padding-start: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUY2N0NFRTg1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUY2N0NFRTc1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNENzNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNEODNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpwmkfgAAADCSURBVHjaYtkHBAwMDI4MxIFDTEAiB4j/EKH4LxBnMzk6Ol4DMiZABXcAMQsa3g6VmwRUe4UJymkC4mdA7AHEWUimpgOxJxC/AOIGkABYA1DnZyBVDFUE0sAKlcuGipUA1XyCa4BqWgGk9gOxBhBPAeKpQKwF8igQL4OpY/z//z/c/v3792sCqYtQG2AeNQIadgmmhgk5GIAS14FUH5LQNGTFGBqgoBmInwDxKyCuRZdEcRKS00KBFCfQ9EXocgABBgB3uzI5g+a5bQAAAABJRU5ErkJggg==);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  appearance: none;
  -webkit-appearance: none;
}

.cdcl_constructions__grid .col-md-6,
.cdcl_promotions__grid .col-md-6 {
  font-size: 0;
}

.cdcl_constructions__grid [data-responsive-bg] {
  margin-bottom: 30px;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail {
  border-bottom: 3px solid #89ba17;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  background: transparent;
  padding: 0;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: opacity 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  height: 100%;
  width: 100%;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap::after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(top, transparent, transparent 30%, rgba(0, 0, 0, 0.4));
  background: -o-linear-gradient(top, transparent, transparent 30%, rgba(0, 0, 0, 0.4));
  background: linear-gradient(to bottom, transparent, transparent 30%, rgba(0, 0, 0, 0.4));
  z-index: 1;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  color: white;
  margin: 0;
  text-align: left;
  padding: 30px;
  z-index: 2;
  background-size: 100% 200%;
  background-position: top;
  -webkit-transition: background 0.5s ease-in-out;
  -o-transition: background 0.5s ease-in-out;
  transition: background 0.5s ease-in-out;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(121, 193, 67, 0.7)));
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(121, 193, 67, 0.7) 50%);
  background-image: -o-linear-gradient(top, transparent 50%, rgba(121, 193, 67, 0.7) 50%);
  background-image: linear-gradient(to bottom, transparent 50%, rgba(121, 193, 67, 0.7) 50%);
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay .entry-title {
  font-size: 2em;
  font-weight: 400;
  margin: 0;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay .construction-category,
.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay .promotion-category,
.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay .sep,
.cdcl_constructions__grid [data-responsive-bg].post-thumbnail .entry-overlay-wrap .entry-overlay .construction-year {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0.875em;
  text-align: left;
  margin: 0;
}

.cdcl_constructions__grid [data-responsive-bg].post-thumbnail:hover .entry-overlay-wrap .entry-overlay {
  background-position: bottom;
}

@media (max-width: 768px) {
  .cdcl_constructions__grid [data-responsive-bg] {
    margin-bottom: 10px;
  }

  .cdcl_constructions__grid .entry-overlay-wrap {
    display: none;
  }

  .cdcl_constructions__grid header .entry-title {
    font-size: 24;
  }

  .cdcl_constructions__grid header .construction-category {
    text-transform: uppercase;
    font-size: 12px;
    color: #929497;
  }
}

.breadcrumbs {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  color: #929497;
  font-size: 0.875rem;
}

.breadcrumbs a {
  color: #414042;
  text-decoration: underline;
}

.accordion .card {
  border: none;
}

.accordion .card .card-header {
  background: transparent;
  border: none;
  border-bottom: 1px solid #f6f6f6;
  padding: 1rem 0;
  position: relative;
}

.accordion .card .card-header h5 button {
  font-size: 1.5rem;
  color: #414042;
}

.accordion .card .card-header h5 button::after {
  content: '';
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzRDczQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRDgzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDAzODExNjNBOTYxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNENjNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puc2UrAAAADQSURBVHjaYpASlz4IxDr///9nwIeZGBgY7ID4grSETB8Q8zHgAIxA0/4j8V8AcQkQL3v64gmyONhEGNgOxBJAvASIDwBN18Oq8NnLp75A12QDmdegzjkHVDwJiPlRrAYqZAHRXJzcTAJ8AlOBzFSoGa+AuJQJ3dFsrGzMaE76BcTfWZAVSYpLZTEyMGYBmRpA/BuI+4C4Geixr8i+3gHEHlD2fiDOBiq4DjME2USQomdAXAxUsALdSTC3/AHiHpCV2BSBAdDqfUCsRSgKAQIMAKYraBbZMt6sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 12px;
  opacity: 0.3;
  margin-top: -5px;
  padding: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.accordion .card .card-header h5 button[aria-expanded="true"]::after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 1;
}

.accordion .card .card-body {
  font-size: 1.125rem;
  color: #414042;
  border-bottom: 1px solid #f6f6f6;
  padding: 1.25em 1.25em 0.25em 1.25em;
}

.cta-project {
  background-image: url(/wp-content/themes/cdcl/dist/images/cta-project-bg.png);
  background-color: #ef5550;
  padding: 3em 5em;
}

.google-maps {
  height: 400px;
}

/* stylelint-disable */

.featherlight.cdcl-fl {
  background: rgba(0, 0, 0, 0.9);
}

.featherlight.cdcl-fl .featherlight-content {
  padding: 0;
  border-bottom: 0;
}

.featherlight.cdcl-fl .featherlight-close-icon.featherlight-close {
  position: fixed;
  right: -1em;
  width: 0;
  height: 0;
}

.featherlight.cdcl-fl .featherlight-close-icon.featherlight-close::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzREYzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRTAzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNERDNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNERTNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoVxmOMAAAR+SURBVHja5JpPaBVXFMZvpmpKU9wFgpQmkWCUZ6sUsUbRxI1IqDtF8d+iWdR/kDQFTdyXZFEaFCkVtIsmSptNQYpoNkbERG0pqaZqRDEpIVi6StCillC/A99tjsO8effOm7y8tAd+5M3Mm7nfeffec+85k5LJyUmTglWBBlAHasEysBiU8fozMAUegBEwCPrBaL4Nl+ThQAXYD/aC9xI+4w7oAd+CJ4VyoBK0g4/BwtC1CfArf+U/wVOefxuUs3dWgSWh+/4G34AOMDZbDrwJ2kipOn8DdIM+8NDxWTVgC9gH1qnzL0AneZ6mAzJEesFyHk+D7/iL/ZbnMM6wR3eBN3juHtjJIZa3A7vBWfaA2DVwCAybdG0l+Aps5LH0QBM4H3dTkOOhn4JzFP8StID6WRBv+Mx6tvmSbZ7jcaIekBu/5GeZkI3gZ1MYWwMucuKLtYIuHwd203uxx5xwD01hrYaBoZrHe6KGU5QDMmFvsQvll18/B+K1EwPsCZkTa8MTO4gIlb1qzDfOoXjDthvVnPheBZNIB9pUqDxawDEfZ6LhGD+voMbIIVTJFbSUoVIiwj+mOKwEXGWIfcEVfSzcA+0UP804XyziDbUcorZSan1tCFVwb2O4wg6b4rNhajPUWqEd2K82Zh0eDy3nbnIInABvOd63A5wCn6jtg4tZbQup+d85cJvh8wb39K52AWxTx1fAR+CvmHs61aQUOwmaPdoc5AZQwun7AZMRu5/v9uzWtaHjzeDHmJ4Iixfb7tlmt1qvqgJmUtb6PB92K+JcNieixIuNe7apNTYEashMJFi0DoBHDk5kEy9p5pEEi9sEP9cFjKmGmZSvTbAH45z4Ika87LF+StCu1VobMAE3XMSS2HgOJz6LEX8zYZtW67KA1QO7ZTaz4ETa4rXWxYEqfTzNc6FxcSIN8VprWWDSNXHiUsz1uy55ro8FLDrZ0ke+JtHmcMz1dTnWCVezWp8F7Faj0rd8xB9z+N7mFJywWqcClvuMCqdpip9iSpq2E1brg0CFpFWzIF4m7CbHxc7HrNaRgJsjsSXMQX3s8xzibzqsEz8wYfHJk21pclAc6FcXt3g8SFLP446hMs4J+e6HHu1qjf3iwKgKbfs8HvSOZ5yPc2KRR7tWo2getetAjwpzGccHyR7mD89FyjoxEtrfDzi2mTEzxeAendBIevY7Mx0paO11fOBScBAsAGeMe6FX4vhWJuiXWTZxsR4WuKQc/y54oqsSXzPFk8R5dRHmxSuZukoKeppb+f9WWWWMMd3wi81F9Os3m5mye6dRb3HCtVEp2/3CCpiMyw1FUJ2TSvV1Rip58fGBUW9vwrtRubCTf+WGiwkWtzSthhoWhbSZbA7Y+NqkNk19c+SELa/bjVtT1FY8Wz4gdfhWfq5mnF5T4GEzYGbeDbSaLK+a4hKaLuVEOcdhs+e+JUm0aWFbOd/ORE3iKJvXL/nscJIK3H0VYoe4KmZSEJ4xM/VVK/4e2zyfs8v+Ly+6tc3bfzUI27z9Z48oqzJz9O82rwQYAB40YcuwU+q4AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: absolute;
  top: 2em;
  right: 3em;
}

.featherlight.cdcl-fl .featherlight-previous,
.featherlight.cdcl-fl .featherlight-next {
  top: 0;
}

.featherlight.cdcl-fl .featherlight-previous:hover,
.featherlight.cdcl-fl .featherlight-next:hover {
  background: none;
}

.featherlight.cdcl-fl .featherlight-previous:hover span img,
.featherlight.cdcl-fl .featherlight-next:hover span img {
  display: none !important;
}

.featherlight.cdcl-fl .featherlight-previous:hover::after,
.featherlight.cdcl-fl .featherlight-next:hover::after {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAYAAAAmlE46AAABV0lEQVQokZWTsUvCURDHP++pv0WIU7co2h0jWtoa3aIhXGttcIiQoCmKMKKpqcUhWqLoD2gpammKtlyaAvnJz3uEZU6vReWXqOXBwbvvu89xd7yHqj6o6oL3nkncAkvAk3Ou6pyb5p9mVNXH4k/gEDgWkfY40PYO3vtLIA3sAa/OuaJzzvwJZrPZYqfTKXjvb4FZ4AJ4dM4tDiVV1XfbTfQ8DMPNZrP53LtT1XNVnYkvpz9jJpNJDhaNoujIWrsBTAFtoAJURORrLAhQq9XmcrncgbV2rSu9A2U7LDluqVQqbYwJYtI30BoJlsvlRBRFpyLyYoxZAT6AbSAvIjdD22s0GqVkMrkO5AEPnAG7IhL2cn6B9Xq9EARByRiz3JXugJKIPA8W7y/He39ljFnt6m/Alohcjxpl8Mm1gH3gREQ6o6B4qx6oAjsiUh8H9E1V71V1ftJv9QNObN+VHGaENwAAAABJRU5ErkJggg==);
  width: 14px;
  height: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

.featherlight.cdcl-fl .featherlight-previous {
  left: 0;
}

.featherlight.cdcl-fl .featherlight-previous:hover {
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.3)), to(transparent));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3), transparent);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.3), transparent);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
}

.featherlight.cdcl-fl .featherlight-previous:hover::after {
  left: 20%;
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
          transform: translate3d(0, -50%, 0) rotate(180deg);
}

.featherlight.cdcl-fl .featherlight-next {
  right: 0;
}

.featherlight.cdcl-fl .featherlight-next:hover {
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.3)));
  background: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3));
  background: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.3));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.3));
}

.featherlight.cdcl-fl .featherlight-next:hover::after {
  right: 20%;
}

.comment-list ol {
  list-style: none;
}

/* stylelint-disable */

/* Forms */

input[type="text"],
input[type="email"],
input[type="phone"],
textarea,
select {
  background: rgba(255, 255, 255, 0.15);
  border: 3px solid rgba(0, 0, 0, 0.1);
  padding: 1em 0.5em;
  color: #414042;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

textarea {
  height: auto;
}

label {
  width: 100%;
  font-weight: bold;
  line-height: 200%;
}

select {
  height: 40px;
}

select option {
  color: black;
}

/* Ninja Forms */

.list-container .list-checkbox-wrap .nf-field-element li,
.list-container .list-radio-wrap .nf-field-element li {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

.list-container .list-checkbox-wrap .nf-field-element li label,
.list-container .list-radio-wrap .nf-field-element li label {
  line-height: 1.4em;
}

.list-container .list-checkbox-wrap .nf-field-element li select,
.list-container .list-radio-wrap .nf-field-element li select {
  outline: 1px inset #fff;
  outline-offset: -1px;
  border: 0;
  outline-style: solid;
}

.list-container .list-checkbox-wrap .nf-field-element li:last-child,
.list-container .list-radio-wrap .nf-field-element li:last-child {
  margin: 0 !important;
}

.submit-wrap .nf-field-element {
  float: left;
  position: relative;
  display: block;
  width: auto !important;
}

.submit-wrap .nf-field-element input {
  border: none;
  background: transparent;
  color: white;
  padding: 1em 5em 1em 2em;
}

.submit-wrap .nf-field-element::after {
  display: inline-block;
  position: absolute;
  right: 0;
}

/** Search form */

.search-form label {
  font-weight: normal;
}

.contact-section__form-wrap form.wpcf7-form {
  margin-top: 3 2px;
}

/**
 * WordPress Generated Classes
 * @see http://codex.wordpress.org/CSS#WordPress_Generated_Classes
 */

/** Media alignment */

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }

  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}

/** Captions */

/** Text meant only for screen readers */

.wp-post-image {
  max-width: 100%;
  height: auto;
}

.contact-info {
  padding-left: 26px;
  position: relative;
}

.contact-info::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
}

.contact-info.location::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZmZmO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsMTZjLTAuMSwwLTAuMi0wLjEtMC4zLTAuMWMtMC4yLTAuNC01LTcuNy01LTEwLjZTNS4xLDAsOCwwczUuMywyLjQsNS4zLDUuM2MwLDIuOC00LjgsMTAuMi01LjEsMTAuNQ0KCQkJQzguMiwxNS45LDguMSwxNiw4LDE2eiBNOCwwLjdjLTIuNiwwLTQuNywyLjEtNC43LDQuN2MwLDIuMywzLjYsOC4xLDQuNyw5LjdjMS0xLjYsNC43LTcuNSw0LjctOS43QzEyLjcsMi44LDEwLjYsMC43LDgsMC43eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsNy43Yy0xLjMsMC0yLjMtMS0yLjMtMi4zUzYuNywzLDgsM3MyLjMsMSwyLjMsMi4zUzkuMyw3LjcsOCw3Ljd6IE04LDMuN2MtMC45LDAtMS43LDAuNy0xLjcsMS43DQoJCQlTNy4xLDcsOCw3czEuNy0wLjcsMS43LTEuN1M4LjksMy43LDgsMy43eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

.contact-info.phone::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZmZmO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsMTZjLTAuNSwwLTEuMS0wLjEtMS41LTAuNUM2LjksMTIuOCwzLjIsOS4xLDAuNSw1Yy0wLjctMS4xLTAuNi0yLjYsMC4zLTMuNWwwLjktMC45DQoJCQljMC43LTAuNywyLTAuNywyLjgsMGwxLjcsMS43QzcsMyw3LDQuMyw2LjIsNWwwLDBMNS45LDUuNGMxLjQsMS43LDMsMy4zLDQuNyw0LjdMMTEsOS44YzAuOC0wLjgsMi0wLjgsMi44LDBsMS43LDEuNw0KCQkJYzAuOCwwLjgsMC44LDIsMCwyLjhsLTAuOSwwLjlDMTQsMTUuNywxMy4zLDE2LDEyLjUsMTZ6IE0zLjEsMC43QzIuOCwwLjcsMi41LDAuOCwyLjIsMUwxLjMsMkMwLjYsMi43LDAuNSwzLjgsMSw0LjYNCgkJCUMzLjcsOC43LDcuMywxMi4zLDExLjQsMTVjMC44LDAuNSwxLjksMC40LDIuNi0wLjNsMC45LTAuOWMwLjUtMC41LDAuNS0xLjMsMC0xLjhsLTEuNy0xLjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMGwtMC42LDAuNg0KCQkJYy0wLjEsMC4xLTAuMywwLjEtMC41LDBDOC41LDkuMyw2LjcsNy41LDUuMSw1LjZDNSw1LjQsNSw1LjIsNS4yLDUuMWwwLjYtMC42YzAuNS0wLjUsMC41LTEuMywwLTEuOEw0LDFDMy44LDAuOCwzLjUsMC43LDMuMSwwLjcNCgkJCXogTTYsNC44TDYsNC44TDYsNC44eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

.contact-info.fax::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMjk3IDM4OSAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjk3IDM4OSAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I2ZmZjt9DQo8L3N0eWxlPg0KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI5NS45LDQwMC44YzAuMy0wLjMsMC43LTAuNiwxLjEtMC42YzMuOC0wLjgsOC0wLjgsMTEuOCwwYzEsMC4yLDEuOCwxLjEsMS44LDIuMXYxYzAsMC44LTAuNywxLjUtMS42LDEuNgoJCQloLTEuOWMtMC44LDAuMS0xLjYtMC43LTEuNS0xLjVsMCwwbC0wLjEtMC40Yy0xLjctMC4yLTMuNS0wLjItNS4zLDBsLTAuMSwwLjRjMCwwLjktMC43LDEuNi0xLjYsMS42aC0xLjljLTAuOSwwLTEuNi0wLjctMS42LTEuNgoJCQl2LTFDLTI5Ni42LDQwMS44LTI5Ni40LDQwMS4yLTI5NS45LDQwMC44eiBNLTI4Miw0MDQuMWMwLjItMC4yLDAuMy0wLjQsMC4zLTAuN2wtMC4xLTEuMWMwLTAuOC0wLjYtMS41LTEuMy0xLjYKCQkJYy0zLjgtMC44LTcuOS0wLjgtMTEuNywwYy0wLjcsMC4yLTEuMywwLjgtMS4zLDEuNnYxYzAsMC42LDAuNSwxLDEsMWgxLjljMC42LDAsMS0wLjUsMS0xdi0wLjdjMC0wLjEsMC4xLTAuMiwwLjMtMC4zCgkJCWMxLjktMC4xLDMuOS0wLjEsNS45LDAuMWMwLjIsMC4xLDAuMywwLjIsMC4yLDAuM3YwLjdjMCwwLjYsMC41LDEsMSwxbDItMC4xQy0yODIuNCw0MDQuNC0yODIuMiw0MDQuMy0yODIsNDA0LjF6IE0tMjg1LjksNDAzLjQKCQkJTC0yODUuOSw0MDMuNEwtMjg1LjksNDAzLjR6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4NC41LDM5OWMtMC4zLDAtMC41LTAuMi0wLjUtMC41VjM5MGgtOHY4LjVjMCwwLjMtMC4yLDAuNS0wLjUsMC41cy0wLjUtMC4yLTAuNS0wLjV2LTkKCQljMC0wLjMsMC4yLTAuNSwwLjUtMC41aDljMC4zLDAsMC41LDAuMiwwLjUsMC41djlDLTI4NCwzOTguOC0yODQuMiwzOTktMjg0LjUsMzk5eiIvPgo8L2c+CjxnPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0yODYuNSwzOTNoLTVjLTAuMywwLTAuNS0wLjItMC41LTAuNXMwLjItMC41LDAuNS0wLjVoNWMwLjMsMCwwLjUsMC4yLDAuNSwwLjVTLTI4Ni4yLDM5My0yODYuNSwzOTN6Ii8+CjwvZz4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4Ni41LDM5NmgtNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41czAuMi0wLjUsMC41LTAuNWg1YzAuMywwLDAuNSwwLjIsMC41LDAuNVMtMjg2LjIsMzk2LTI4Ni41LDM5NnoiLz4KPC9nPgo8L3N2Zz4K);
}

.contact-info.contact a {
  color: #1a171b;
}

.contact-info.contact::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojZmZmO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNSwyLjVIMS41QzAuNywyLjUsMCwzLjIsMCw0djhjMCwwLjgsMC43LDEuNSwxLjUsMS41aDEzLjFjMC44LDAsMS41LTAuNywxLjUtMS41VjQNCglDMTYsMy4yLDE1LjMsMi41LDE0LjUsMi41eiBNMTQuNSwzLjNjMCwwLDAuMSwwLDAuMSwwTDgsOC42TDEuMywzLjNjMCwwLDAuMSwwLDAuMSwwSDE0LjV6IE0xNS4zLDEyYzAsMC40LTAuMywwLjctMC43LDAuN0gxLjUNCgljLTAuNCwwLTAuNy0wLjMtMC43LTAuN1Y0YzAtMC4xLDAtMC4yLDAtMC4ybDcsNS42QzcuOCw5LjQsNy45LDkuNSw4LDkuNXMwLjIsMCwwLjItMC4xbDctNS42YzAsMC4xLDAsMC4xLDAsMC4yVjEyeiIvPg0KPC9zdmc+DQo=);
}

.page-content .wpcf7 {
  background: #fcfcfc;
  padding: 1em 2em;
}

.wpcf7 .row {
  margin-bottom: 1rem;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="phone"],
.wpcf7 textarea,
.wpcf7 select {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #e6e7e8;
  padding: 0.5em;
  color: #1a171b;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.wpcf7 input[type="file"] {
  max-width: 100%;
}

.wpcf7 textarea {
  height: 238px;
}

@media only screen and (max-width: 1200px) {
  .wpcf7 textarea {
    height: 198px;
  }
}

.wpcf7 label {
  width: 100%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 0.2em;
}

.wpcf7 select {
  height: 40px;
  outline: 1px inset #e6e7e8;
  outline-offset: -1px;
  border: 0;
  outline-style: solid;
  -moz-appearance: button;
  -moz-padding-end: 40px;
  -moz-padding-start: 15px;
  -webkit-appearance: button;
  -webkit-padding-end: 40px;
  -webkit-padding-start: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUY2N0NFRTg1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUY2N0NFRTc1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNENzNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNEODNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpwmkfgAAADCSURBVHjaYtkHBAwMDI4MxIFDTEAiB4j/EKH4LxBnMzk6Ol4DMiZABXcAMQsa3g6VmwRUe4UJymkC4mdA7AHEWUimpgOxJxC/AOIGkABYA1DnZyBVDFUE0sAKlcuGipUA1XyCa4BqWgGk9gOxBhBPAeKpQKwF8igQL4OpY/z//z/c/v3792sCqYtQG2AeNQIadgmmhgk5GIAS14FUH5LQNGTFGBqgoBmInwDxKyCuRZdEcRKS00KBFCfQ9EXocgABBgB3uzI5g+a5bQAAAABJRU5ErkJggg==);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

.wpcf7 select option {
  color: black;
}

.wpcf7 .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.wpcf7 .wpcf7-list-item input {
  width: auto;
  height: auto;
}

.wpcf7 [type="checkbox"]:checked,
.wpcf7 [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.wpcf7 [type="checkbox"]:checked + span,
.wpcf7 [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #414042;
}

.wpcf7 [type="checkbox"]:checked + span::before,
.wpcf7 [type="checkbox"]:not(:checked) + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #e6e7e8;
  background: rgba(255, 255, 255, 0.15);
}

.wpcf7 [type="checkbox"]:checked + span::after,
.wpcf7 [type="checkbox"]:not(:checked) + span::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ee3d42;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wpcf7 [type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
}

.wpcf7 [type="checkbox"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.wpcf7 .required {
  color: #ee3d42;
}

.wpcf7 .btn-submit,
.wpcf7 .submit-wrap .nf-field-element,
.submit-wrap .wpcf7 .nf-field-element {
  float: right;
  position: relative;
  display: block;
  margin-top: 2em;
}

.wpcf7 .btn-submit::after,
.wpcf7 .submit-wrap .nf-field-element::after,
.submit-wrap .wpcf7 .nf-field-element::after {
  display: inline-block;
  position: absolute;
  right: 0;
}

.wpcf7 .btn-submit br,
.wpcf7 .submit-wrap .nf-field-element br,
.submit-wrap .wpcf7 .nf-field-element br,
.wpcf7 .btn-submit span.ajax-loader,
.wpcf7 .submit-wrap .nf-field-element span.ajax-loader,
.submit-wrap
  .wpcf7 .nf-field-element span.ajax-loader {
  display: none;
}

.wpcf7 .btn-submit input.wpcf7-form-control.wpcf7-submit,
.wpcf7 .submit-wrap .nf-field-element input.wpcf7-form-control.wpcf7-submit,
.submit-wrap .wpcf7 .nf-field-element input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background: transparent;
  padding: 1em 5em 1em 2em;
}

.page-content .wpcf7 .btn-submit input[type="submit"],
.page-content .wpcf7 .submit-wrap .nf-field-element input[type="submit"],
.submit-wrap .page-content .wpcf7 .nf-field-element input[type="submit"] {
  color: #fff;
}

.wpcf7 input.wpcf7-not-valid {
  border-color: #ee3d42;
}

.wpcf7 div.wpcf7-response-output {
  padding: 1.5em 1em;
  clear: both;
  position: relative;
  top: 2em;
  margin: 0;
}

.wpcf7 div.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 div.wpcf7-response-output.wpcf7-acceptance-missing {
  border: 1px solid #ee3d42;
}

.contact-section__wrap {
  background-color: #1a171b;
  background-image: url(/wp-content/themes/cdcl/dist/images/cdcl-contact-background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  padding: 10rem 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  overflow: scroll;
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  -o-transition: -o-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in, -o-transform 300ms ease-in;
}

.contact-section__wrap .contact-section__close::after {
  content: '';
  width: 48px;
  height: 48px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzREYzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRTAzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNERDNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNERTNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoVxmOMAAAR+SURBVHja5JpPaBVXFMZvpmpKU9wFgpQmkWCUZ6sUsUbRxI1IqDtF8d+iWdR/kDQFTdyXZFEaFCkVtIsmSptNQYpoNkbERG0pqaZqRDEpIVi6StCillC/A99tjsO8effOm7y8tAd+5M3Mm7nfeffec+85k5LJyUmTglWBBlAHasEysBiU8fozMAUegBEwCPrBaL4Nl+ThQAXYD/aC9xI+4w7oAd+CJ4VyoBK0g4/BwtC1CfArf+U/wVOefxuUs3dWgSWh+/4G34AOMDZbDrwJ2kipOn8DdIM+8NDxWTVgC9gH1qnzL0AneZ6mAzJEesFyHk+D7/iL/ZbnMM6wR3eBN3juHtjJIZa3A7vBWfaA2DVwCAybdG0l+Aps5LH0QBM4H3dTkOOhn4JzFP8StID6WRBv+Mx6tvmSbZ7jcaIekBu/5GeZkI3gZ1MYWwMucuKLtYIuHwd203uxx5xwD01hrYaBoZrHe6KGU5QDMmFvsQvll18/B+K1EwPsCZkTa8MTO4gIlb1qzDfOoXjDthvVnPheBZNIB9pUqDxawDEfZ6LhGD+voMbIIVTJFbSUoVIiwj+mOKwEXGWIfcEVfSzcA+0UP804XyziDbUcorZSan1tCFVwb2O4wg6b4rNhajPUWqEd2K82Zh0eDy3nbnIInABvOd63A5wCn6jtg4tZbQup+d85cJvh8wb39K52AWxTx1fAR+CvmHs61aQUOwmaPdoc5AZQwun7AZMRu5/v9uzWtaHjzeDHmJ4Iixfb7tlmt1qvqgJmUtb6PB92K+JcNieixIuNe7apNTYEashMJFi0DoBHDk5kEy9p5pEEi9sEP9cFjKmGmZSvTbAH45z4Ika87LF+StCu1VobMAE3XMSS2HgOJz6LEX8zYZtW67KA1QO7ZTaz4ETa4rXWxYEqfTzNc6FxcSIN8VprWWDSNXHiUsz1uy55ro8FLDrZ0ke+JtHmcMz1dTnWCVezWp8F7Faj0rd8xB9z+N7mFJywWqcClvuMCqdpip9iSpq2E1brg0CFpFWzIF4m7CbHxc7HrNaRgJsjsSXMQX3s8xzibzqsEz8wYfHJk21pclAc6FcXt3g8SFLP446hMs4J+e6HHu1qjf3iwKgKbfs8HvSOZ5yPc2KRR7tWo2getetAjwpzGccHyR7mD89FyjoxEtrfDzi2mTEzxeAendBIevY7Mx0paO11fOBScBAsAGeMe6FX4vhWJuiXWTZxsR4WuKQc/y54oqsSXzPFk8R5dRHmxSuZukoKeppb+f9WWWWMMd3wi81F9Os3m5mye6dRb3HCtVEp2/3CCpiMyw1FUJ2TSvV1Rip58fGBUW9vwrtRubCTf+WGiwkWtzSthhoWhbSZbA7Y+NqkNk19c+SELa/bjVtT1FY8Wz4gdfhWfq5mnF5T4GEzYGbeDbSaLK+a4hKaLuVEOcdhs+e+JUm0aWFbOd/ORE3iKJvXL/nscJIK3H0VYoe4KmZSEJ4xM/VVK/4e2zyfs8v+Ly+6tc3bfzUI27z9Z48oqzJz9O82rwQYAB40YcuwU+q4AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: block;
  top: -6rem;
  right: 0;
  position: absolute;
  cursor: pointer;
}

.contact-section__wrap .wpcf7 .row {
  margin-bottom: 1rem;
}

.contact-section__wrap .wpcf7 input[type="text"],
.contact-section__wrap .wpcf7 input[type="email"],
.contact-section__wrap .wpcf7 input[type="phone"],
.contact-section__wrap .wpcf7 textarea,
.contact-section__wrap .wpcf7 select {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid #fff;
  padding: 0.5em;
  color: #fff;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

.contact-section__wrap .wpcf7 input[type="file"] {
  max-width: 100%;
}

.contact-section__wrap .wpcf7 textarea {
  height: 223px;
}

@media only screen and (max-width: 1200px) {
  .contact-section__wrap .wpcf7 textarea {
    height: 198px;
  }
}

.contact-section__wrap .wpcf7 label {
  width: 100%;
  font-weight: bold;
  line-height: 200%;
  margin-bottom: 0.2em;
}

.contact-section__wrap .wpcf7 select {
  height: 40px;
  outline: 1px inset #fff;
  outline-offset: -1px;
  border: 0;
  outline-style: solid;
  -moz-appearance: button;
  -moz-padding-end: 40px;
  -moz-padding-start: 15px;
  -webkit-appearance: button;
  -webkit-padding-end: 40px;
  -webkit-padding-start: 15px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NUY2N0NFRTg1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NUY2N0NFRTc1QzY1MTFFOEJFMzdDRDNBNUUxREQ1NzYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBRTg0OTNENzNCMkUxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNEODNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpwmkfgAAADCSURBVHjaYtkHBAwMDI4MxIFDTEAiB4j/EKH4LxBnMzk6Ol4DMiZABXcAMQsa3g6VmwRUe4UJymkC4mdA7AHEWUimpgOxJxC/AOIGkABYA1DnZyBVDFUE0sAKlcuGipUA1XyCa4BqWgGk9gOxBhBPAeKpQKwF8igQL4OpY/z//z/c/v3792sCqYtQG2AeNQIadgmmhgk5GIAS14FUH5LQNGTFGBqgoBmInwDxKyCuRZdEcRKS00KBFCfQ9EXocgABBgB3uzI5g+a5bQAAAABJRU5ErkJggg==);
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
}

.contact-section__wrap .wpcf7 select option {
  color: black;
}

.contact-section__wrap .wpcf7 .wpcf7-list-item {
  margin: 0 1em 0 0;
}

.contact-section__wrap .wpcf7 .wpcf7-list-item input {
  width: auto;
  height: auto;
}

.contact-section__wrap .wpcf7 [type="checkbox"]:checked,
.contact-section__wrap .wpcf7 [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.contact-section__wrap .wpcf7 [type="checkbox"]:checked + span,
.contact-section__wrap .wpcf7 [type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #fff;
}

.contact-section__wrap .wpcf7 [type="checkbox"]:checked + span::before,
.contact-section__wrap .wpcf7 [type="checkbox"]:not(:checked) + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
}

.contact-section__wrap .wpcf7 [type="checkbox"]:checked + span::after,
.contact-section__wrap .wpcf7 [type="checkbox"]:not(:checked) + span::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #ee3d42;
  position: absolute;
  top: 6px;
  left: 6px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.contact-section__wrap .wpcf7 [type="checkbox"]:not(:checked) + span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -o-transform: scale(0);
     transform: scale(0);
}

.contact-section__wrap .wpcf7 [type="checkbox"]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
     transform: scale(1);
}

.contact-section__wrap .wpcf7 .required {
  color: #ee3d42;
}

.contact-section__wrap .wpcf7 .btn-submit,
.contact-section__wrap .wpcf7 .submit-wrap .nf-field-element,
.submit-wrap .contact-section__wrap .wpcf7 .nf-field-element {
  float: right;
  position: relative;
  display: block;
}

.contact-section__wrap .wpcf7 .btn-submit::after,
.contact-section__wrap .wpcf7 .submit-wrap .nf-field-element::after,
.submit-wrap .contact-section__wrap .wpcf7 .nf-field-element::after {
  display: inline-block;
  position: absolute;
  right: 0;
}

.contact-section__wrap .wpcf7 .btn-submit br,
.contact-section__wrap .wpcf7 .submit-wrap .nf-field-element br,
.submit-wrap .contact-section__wrap .wpcf7 .nf-field-element br,
.contact-section__wrap .wpcf7 .btn-submit span.ajax-loader,
.contact-section__wrap .wpcf7 .submit-wrap .nf-field-element span.ajax-loader,
.submit-wrap
    .contact-section__wrap .wpcf7 .nf-field-element span.ajax-loader {
  display: none;
}

.contact-section__wrap .wpcf7 .btn-submit input.wpcf7-form-control.wpcf7-submit,
.contact-section__wrap .wpcf7 .submit-wrap .nf-field-element input.wpcf7-form-control.wpcf7-submit,
.submit-wrap .contact-section__wrap .wpcf7 .nf-field-element input.wpcf7-form-control.wpcf7-submit {
  border: none;
  background: transparent;
  padding: 1em 5em 1em 2em;
}

.contact-section__wrap .wpcf7 input.wpcf7-not-valid {
  border-color: #ee3d42;
}

.contact-section__wrap .wpcf7 div.wpcf7-response-output {
  padding: 1.5em 1em;
  clear: both;
  position: relative;
  top: 2em;
  margin: 0;
}

.contact-section__wrap .wpcf7 div.wpcf7-response-output.wpcf7-validation-errors,
.contact-section__wrap .wpcf7 div.wpcf7-response-output.wpcf7-acceptance-missing {
  border: 1px solid #ee3d42;
}

body.contact-closing {
  overflow: hidden;
  z-index: -1;
}

body.contact-closing .contact-section__wrap {
  opacity: 1;
}

body.has-contact {
  overflow: hidden;
  z-index: -1;
}

body.has-contact .contact-section__wrap {
  opacity: 1;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

body.hide-contact .contact-section__wrap {
  opacity: 0;
}

.page-menu-wrap {
  margin-top: 2.5rem;
}

.page-menu-wrap a {
  cursor: pointer;
}

.page-menu-wrap a:hover {
  text-decoration: none;
}

.page-menu-wrap .page-menu-item {
  overflow: auto;
  overflow-y: hidden;
  padding: 1em 0;
  border-top: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

@media (max-width: 1200px) {
  .page-menu-wrap .page-menu-item {
    display: block;
  }
}

.page-menu-wrap .page-menu-item::before {
  content: '';
  background: #ee3d42;
  width: 4px;
  position: absolute;
  height: 0%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.page-menu-wrap .page-menu-item.current::before,
.page-menu-wrap .page-menu-item:hover::before {
  height: 100%;
}

.page-menu-wrap .page-menu-item h5 {
  float: left;
  width: 67%;
  padding: 1em;
  color: #414042;
  margin: 0;
}

@media (max-width: 1200px) {
  .page-menu-wrap .page-menu-item h5 {
    width: 100%;
    float: none;
  }
}

.page-menu-wrap .page-menu-item .page-menu-thumbnail {
  float: right;
  width: 33%;
}

@media (max-width: 1200px) {
  .page-menu-wrap .page-menu-item .page-menu-thumbnail {
    width: 100%;
    float: none;
    padding-left: 20px;
  }
}

.page-menu-wrap .page-menu-item .page-menu-thumbnail [data-responsive-bg] {
  width: 100%;
  height: 85px;
  margin: 0;
}

.job_listings {
  border-top: 0;
  overflow: auto;
  overflow-x: hidden;
  clear: both;
  margin-bottom: 7rem;
}

.job_listings ul.job_listings {
  border-top: 0;
}

.job_listings ul.job_listings li.job_listing {
  padding: 1.5rem 0;
}

.job_listings ul.job_listings li.job_listing a {
  padding: 0;
  float: left;
  clear: left;
}

.job_listings .job_filters {
  display: none;
}

.job_listings .job_listing {
  width: 100%;
}

.job_listings .job_listing .job-card {
  background: #fcfcfc;
}

.job_listings .job_listing .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.job_listings .job_listing .job-type {
  display: block;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  color: #929497;
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.job_listings .job_listing .link-more {
  margin-top: 0;
}

.job-card header {
  padding: 24px;
}

.widget ul.job_listings {
  margin-top: 2.5rem;
}

.widget ul.job_listings li.job_listing {
  padding: 1.5rem 0;
}

.widget ul.job_listings li.job_listing a {
  padding: 0;
  float: left;
  clear: left;
}

.widget ul.job_listings li.job_listing a:hover {
  background-color: transparent;
}

.widget ul.job_listings li.job_listing .meta .job-type {
  margin-bottom: 1rem;
}

.widget ul.job_listings .link-more {
  position: relative;
  left: 2.5em;
  overflow: visible;
}

.icon-block {
  padding-left: 120px;
  min-height: 117px;
}

.icon-block::before {
  content: '';
  left: 0;
  width: 100px;
  height: 100px;
  background-color: #e7f2df;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: 25px 25px;
}

.icon-block.budget::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDUwIDUwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MCA1MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2Rpc3BsYXk6bm9uZTt9DQoJLnN0MXtkaXNwbGF5OmlubGluZTt9DQoJLnN0MntjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7fQ0KCS5zdDN7ZmlsbDojNzljMTQzO30NCgkuc3Q0e2ZpbGw6bm9uZTtzdHJva2U6Izc5YzE0MztzdHJva2Utd2lkdGg6MjtzdHJva2UtbWl0ZXJsaW1pdDoxMDt9DQoJLnN0NXtmaWxsOm5vbmU7c3Ryb2tlOiM3OWMxNDM7c3Ryb2tlLXdpZHRoOjI7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8ZyBpZD0iQ2FscXVlXzEiIGNsYXNzPSJzdDAiPg0KCTxnIGNsYXNzPSJzdDEiPg0KCQk8ZGVmcz4NCgkJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIi8+DQoJCTwvZGVmcz4NCgkJPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCQk8L2NsaXBQYXRoPg0KCQk8ZyBjbGFzcz0ic3QyIj4NCgkJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNSw0OS41Yy0xMy41LDAtMjQuNS0xMS0yNC41LTI0LjVTMTEuNSwwLjUsMjUsMC41czI0LjUsMTEsMjQuNSwyNC41UzM4LjUsNDkuNSwyNSw0OS41eiBNMjUsMS41DQoJCQkJQzEyLjEsMS41LDEuNSwxMi4xLDEuNSwyNVMxMi4xLDQ4LjUsMjUsNDguNWMxMi45LDAsMjMuNS0xMC41LDIzLjUtMjMuNVMzNy45LDEuNSwyNSwxLjV6Ii8+DQoJCTwvZz4NCgkJPGcgY2xhc3M9InN0MiI+DQoJCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMzAuMiwzN2MtMTIuNiwwLTE0LTYuOC0xNC0xMmMwLTEwLjcsOC0xMiwxNC0xMmMwLjMsMCwwLjUsMC4yLDAuNSwwLjVTMzAuNSwxNCwzMC4yLDE0DQoJCQkJYy05LjEsMC0xMywzLjMtMTMsMTFzMy45LDExLDEzLDExYzAuMywwLDAuNSwwLjIsMC41LDAuNVMzMC41LDM3LDMwLjIsMzd6Ii8+DQoJCTwvZz4NCgkJPGcgY2xhc3M9InN0MiI+DQoJCQk8cGF0aCBjbGFzcz0ic3QzIiBkPSJNMjUsMjguNkgxMy41Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVzMC4yLTAuNSwwLjUtMC41SDI1YzAuMywwLDAuNSwwLjIsMC41LDAuNVMyNS4zLDI4LjYsMjUsMjguNnoiLz4NCgkJPC9nPg0KCQk8ZyBjbGFzcz0ic3QyIj4NCgkJCTxwYXRoIGNsYXNzPSJzdDMiIGQ9Ik0yNy4xLDI0LjVIMTMuNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41czAuMi0wLjUsMC41LTAuNWgxMy41YzAuMywwLDAuNSwwLjIsMC41LDAuNVMyNy40LDI0LjUsMjcuMSwyNC41eiINCgkJCQkvPg0KCQk8L2c+DQoJPC9nPg0KPC9nPg0KPGcgaWQ9IkNhbHF1ZV8yIj4NCgk8Y2lyY2xlIGNsYXNzPSJzdDQiIGN4PSIyNSIgY3k9IjI1IiByPSIyNCIvPg0KCTxwYXRoIGNsYXNzPSJzdDUiIGQ9Ik0zMCwxM2MwLDAtMTMuMi0wLjUtMTMuMSwxMmMwLjIsMTIuNSwxMy4xLDExLDEzLjEsMTEiLz4NCgk8cGF0aCBjbGFzcz0ic3Q1IiBkPSJNMjEuNiwyNi4yIi8+DQoJPGxpbmUgY2xhc3M9InN0NSIgeDE9IjE0LjIiIHkxPSIyOCIgeDI9IjI1LjgiIHkyPSIyOCIvPg0KCTxsaW5lIGNsYXNzPSJzdDUiIHgxPSIxMy4yIiB5MT0iMjQiIHgyPSIyNi44IiB5Mj0iMjQiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.icon-block.planning::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6Izc5YzE0M30NCjwvc3R5bGU+DQo8Zz4NCgk8ZGVmcz4NCgkJPHJlY3QgaWQ9IlNWR0lEXzFfIiB5PSIxLjgiIHdpZHRoPSI1MCIgaGVpZ2h0PSI0Ni40Ii8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE2LjQsMzYuNGMwLjIsMC4yLDAuNCwwLjIsMC42LDAuMmMwLjIsMCwwLjYtMC4xLDAuNy0wLjNsNi45LTcuNWMwLjYsMC40LDEuNCwwLjYsMi4xLDAuNg0KCQljMi41LDAsNC40LTIsNC40LTQuNGMwLTIuMS0xLjQtMy44LTMuNC00LjNWMTAuNWMwLTAuNi0wLjUtMS0xLTFjLTAuNiwwLTAuOSwwLjUtMC45LDF2MTAuMmMtMiwwLjUtMy40LDIuMi0zLjQsNC4zDQoJCWMwLDEsMC4zLDEuNywwLjgsMi41bC02LjksNy41QzE1LjksMzUuNSwxNiwzNi4xLDE2LjQsMzYuNCBNMjYuOSwyMi43TDI2LjksMjIuN2MxLjQsMCwyLjQsMS4xLDIuNCwyLjRjMCwxLjQtMS4xLDIuNC0yLjQsMi40DQoJCWMtMS4zLDAtMi40LTEuMS0yLjQtMi40QzI0LjQsMjMuNywyNS41LDIyLjcsMjYuOSwyMi43Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI2LjgsMS44Yy0xMS43LDAtMjEuNiw4LjgtMjMsMjAuM2wtMi4yLTAuMmMtMC41LTAuMS0xLDAuMi0xLjMsMC42Yy0wLjMsMC40LTAuMywxLTAuMiwxLjRsMi43LDUuOA0KCQljMC4yLDAuNSwwLjYsMC43LDEuMSwwLjhoMC4yYzAuNSwwLDAuOS0wLjIsMS4xLTAuNmwzLjctNS4yYzAuMy0wLjQsMC4zLTEsMC4yLTEuNGMtMC4yLTAuNS0wLjYtMC43LTEuMS0wLjhsLTIuMS0wLjINCgkJYzEuMy0xMC41LDEwLjMtMTguNSwyMS0xOC41YzExLjgsMCwyMS4zLDkuNSwyMS4zLDIxLjJzLTkuNSwyMS4yLTIxLjIsMjEuMmMtNi43LDAtMTIuOS0zLTE2LjktOC40Yy0wLjMtMC40LTEtMC42LTEuNC0wLjINCgkJYy0wLjQsMC4zLTAuNiwxLTAuMiwxLjRjNC40LDUuOCwxMS4xLDkuMSwxOC40LDkuMUMzOS42LDQ4LjIsNTAsMzcuOCw1MCwyNUM1MC4xLDEyLjIsMzkuNiwxLjgsMjYuOCwxLjggTTQuMiwyNy45TDIuNCwyNGwyLjEsMC4yDQoJCWwyLjEsMC4yTDQuMiwyNy45eiIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.icon-block.echanges::before {
  background-image: url(/wp-content/themes/cdcl/dist/images/icon-echanges.svg);
}

.icon-block.excellence::before {
  background-image: url(/wp-content/themes/cdcl/dist/images/icon-excellence.svg);
}

.heading-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-left: 100px;
  height: 80px;
}

.heading-icon::before {
  content: '';
  left: 0;
  width: 80px;
  height: 80px;
  background-color: #e7f2df;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-size: 50px;
  background-repeat: no-repeat;
  background-position: center;
}

.heading-icon.heading-icon-diamond::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6Izc5QzE0Mzt9DQo8L3N0eWxlPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIi8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQ5LjksMjAuOEw0OS45LDIwLjhsLTAuNy0wLjdsLTguNi05LjJjMC4yLTAuMiwwLjUtMC4zLDAuOC0wLjVMNDQsOS4ybC0yLjUtMS4zYy0xLjEtMC41LTItMS40LTIuNS0yLjUNCgkJbC0xLjMtMi42bC0xLjMsMi42Yy0wLjUsMS4xLTEuNCwyLTIuNSwyLjVsLTAuNSwwLjJIMTEuOWwtMTEuMiwxMkwwLDIwLjhsMCwwbDAsMGwwLjcsMC43TDI1LDQ3LjJsMjQuMy0yNS43TDQ5LjksMjAuOEw0OS45LDIwLjh6DQoJCSBNOS43LDIxLjRsMC44LDAuNGMwLjcsMC4zLDEuMywwLjksMS42LDEuNmwxLDIuMWwwLjgtMS42bDguMiwxNy40TDMuNCwyMS40SDkuN3ogTTM3LjgsNmMwLjcsMS4zLDEuOCwyLjQsMy4xLDMuMWwwLjMsMC4yDQoJCWwtMC4zLDAuMmMtMS4zLDAuNy0yLjQsMS44LTMuMSwzLjFsLTAuMiwwLjNsLTAuMi0wLjNjLTAuNy0xLjMtMS44LTIuNC0zLjEtMy4xbC0wLjMtMC4yTDM0LjQsOWMxLjMtMC43LDIuNC0xLjgsMy4xLTMuMWwwLjItMC4zDQoJCUwzNy44LDZ6IE0zMy40LDEwLjJsMC41LDAuMmMxLjEsMC41LDIsMS40LDIuNSwyLjVsMS4zLDIuNmwxLjMtMi42YzAuMS0wLjIsMC4yLTAuNCwwLjMtMC42bDcuMyw3LjhoLTkuNGwtNC43LTEwSDMzLjR6DQoJCSBNMTEuMywyMC44YzAuOC0wLjUsMS41LTEuMSwxLjktMS45YzAuNSwwLjgsMS4xLDEuNSwxLjksMS45Yy0wLjgsMC41LTEuNSwxLjEtMS45LDEuOUMxMi44LDIxLjksMTIuMSwyMS4zLDExLjMsMjAuOCBNMTUuOCwyMS44DQoJCWwwLjgtMC40aDcuN1Y0M2wtOS42LTIwLjRDMTUuMSwyMi4zLDE1LjQsMjIuMSwxNS44LDIxLjggTTI1LjYsMjEuNGgxMC4yTDI1LjYsNDNWMjEuNHogTTM1LjgsMjAuMkgyNS42di0xMGg1LjVMMzUuOCwyMC4yeg0KCQkgTTI0LjQsMjAuMmgtNy43bC0wLjgtMC40Yy0wLjQtMC4yLTAuOC0wLjUtMS4xLTAuOGw0LjEtOC44aDUuNUwyNC40LDIwLjJMMjQuNCwyMC4yeiBNMzcuMSwyMS40aDkuNEwyNy43LDQxLjNMMzcuMSwyMS40eg0KCQkgTTEyLjcsMTAuMmg0LjhMMTQsMTcuN2wtMC44LTEuNmwtMSwyLjFjLTAuMywwLjctMC45LDEuMy0xLjYsMS42bC0wLjgsMC40SDMuNEwxMi43LDEwLjJ6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==);
}

.heading-icon.heading-icon-human::before {
  background-image: url(/wp-content/themes/cdcl/dist/images/icon-human.svg);
}

.heading-icon.heading-icon-earth::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTAgNTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUwIDUwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7Y2xpcC1wYXRoOnVybCgjU1ZHSURfMl8pO2ZpbGw6Izc5QzE0Mzt9DQo8L3N0eWxlPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgeT0iMCIgd2lkdGg9IjUwIiBoZWlnaHQ9IjUwIi8+DQoJPC9kZWZzPg0KCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIHN0eWxlPSJvdmVyZmxvdzp2aXNpYmxlOyIvPg0KCTwvY2xpcFBhdGg+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuNCw0MS44YzQuOCw1LjQsMTEuNyw4LjIsMTguNyw4LjJjMy43LDAsNy4zLTAuOCwxMC44LTIuNGMwLjUtMC4zLDAuOC0wLjksMC41LTEuNQ0KCQljLTAuMy0wLjUtMC45LTAuOC0xLjUtMC41QzI1LjgsNTAsMTQuOCw0Ny44LDgsNDAuM0MwLjIsMzEuNiwwLjMsMTguNSw3LjgsMTBsLTAuMiw0YzAsMC42LDAuNCwxLjEsMSwxLjFjMCwwLDAsMCwwLjEsMA0KCQljMC42LDAsMS4xLTAuNSwxLjEtMWwwLjQtNi45YzAtMC4zLTAuMS0wLjYtMC4zLTAuOEM5LjcsNi4yLDkuNCw2LjEsOS4xLDYuMUwyLjMsNS43Yy0wLjYsMC0xLjEsMC40LTEuMSwxYzAsMC42LDAuNCwxLjEsMSwxLjENCgkJbDQuNCwwLjJDLTIsMTcuNS0yLjMsMzIuMSw2LjQsNDEuOCIvPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNS4zLDQuM0MyNC41LDAsMzUuMiwyLjIsNDIsOS43YzcuOCw4LjcsNy43LDIxLjgsMC4yLDMwLjNsMC4yLTRjMC0wLjYtMC40LTEuMS0xLTEuMWMtMC42LDAtMS4xLDAuNC0xLjEsMQ0KCQlsLTAuNCw2LjljMCwwLjYsMC40LDEuMSwxLDEuMWw2LjksMC40YzAsMCwwLDAsMC4xLDBjMC42LDAsMS4xLTAuNSwxLjEtMWMwLTAuNi0wLjQtMS4xLTEtMS4xbC00LjQtMC4yYzguNi05LjQsOC45LTI0LDAuMi0zMy43DQoJCUMzNi4yLDAsMjQuNC0yLjMsMTQuNCwyLjRjLTAuNSwwLjMtMC44LDAuOS0wLjUsMS41QzE0LjEsNC40LDE0LjgsNC42LDE1LjMsNC4zIi8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLDM0LjVjMCwwLjEsMC4xLDAuMSwwLjEsMC4yYzMsNC4zLDgsNy4yLDEzLjcsNy4yaDAuMWM5LjIsMCwxNi44LTcuNSwxNi44LTE2LjdjMC05LjMtNy41LTE2LjgtMTYuNy0xNi45DQoJCWgtMC4xQzE1LjcsOC4yLDguMSwxNS43LDguMSwyNUM4LjEsMjguNSw5LjIsMzEuOCwxMSwzNC41IE0zOS4xLDIxLjZjLTAuMiwwLjMtMC41LDEuMy0wLjYsMS41Yy0wLjEsMC4yLTAuMiwwLjMtMC4yLDAuMw0KCQljLTAuMSwwLTAuMy0wLjItMC40LTAuM2MtMC40LTAuMy0xLTAuOC0xLjktMC44Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjJjMC0wLjUsMC4xLTAuOSwwLTEuNGMtMC4xLTAuOS0wLjQtMS42LTEtMS45DQoJCUMzMy43LDE5LDMzLjMsMTksMzMsMTljLTAuNSwwLTAuOS0wLjEtMS4zLTAuMWMwLTAuMSwwLjEtMC4yLDAuMi0wLjNsMy4xLTQuM0MzNi45LDE2LjMsMzguNCwxOC44LDM5LjEsMjEuNiBNMzMuMiwxM0wzMCwxNy40DQoJCWMtMS4zLDEuOC0wLjQsMi44LTAuMSwzLjFjMC40LDAuNCwwLjgsMC41LDEuMSwwLjVjMC42LDAuMSwxLjIsMC4yLDEuOSwwLjJjMCwwLDAsMC4xLDAsMC4xYzAuMSwwLjgsMCwxLjUtMC4zLDIuMw0KCQljLTAuMSwwLjQsMCwwLjgsMC4yLDFjMC42LDAuNywxLjYsMC44LDIuNiwwLjNjMC4xLTAuMSwwLjItMC4xLDAuMy0wLjJjMC4xLTAuMSwwLjMtMC4yLDAuMy0wLjJjMC4xLDAsMC4zLDAuMiwwLjUsMC4zDQoJCWMwLjQsMC4zLDEsMC44LDEuOCwwLjhoMGMwLjQsMCwwLjgtMC4xLDEuMi0wLjRjLTAuMSw2LTMuOSwxMS4yLTkuMiwxMy40Yy0xLjUsMC0xLjktMC4zLTIuMy0wLjZjLTAuMy0wLjItMC40LTAuNS0wLjQtMC43DQoJCWMwLTAuMiwwLjItMC40LDAuNC0wLjdjMC4xLTAuMSwwLjEtMC4yLDAuMi0wLjNjMC44LTEuMiwxLjMtMi42LDEuMy00YzAtMC4yLTAuMS0wLjQtMC4yLTAuNmMtMS4yLTEuOS0zLjQtMS01LjEtMC40DQoJCWMtMC42LDAuMi0xLjMsMC41LTEuOSwwLjZjMC42LTAuNSwxLjItMS4yLDEuMi0yLjNjMC0xLjItMS0yLjUtMi4zLTIuNmMtMS44LTAuMS0yLjYtMC42LTIuNy0xYzAsMCwwLTAuMSwwLTAuMQ0KCQljMS4xLDAuMywzLDAuOCw0LjItMC42YzAuOS0xLjEsMC44LTIuNy0wLjMtNC40bC0wLjEtMC4xYy0wLjUtMC43LTEtMS41LTAuOC0yLjFjMC4xLTAuMywwLjUtMC42LDAuOC0wLjljMC44LTAuNiwxLjgtMS4xLDIuOC0xLjUNCgkJbDAuMSwwYzEuMy0wLjUsMy4zLTEuMiwzLjUtMy4xYzAuMS0xLTAuNC0xLjgtMC45LTIuNUMyOS44LDExLjEsMzEuNiwxMS45LDMzLjIsMTMgTTI0LjksMTAuNGMwLjEsMCwwLjEsMCwwLjIsMA0KCQljMC4yLDAuNiwwLjUsMSwwLjgsMS41YzAuMywwLjQsMC42LDAuOCwwLjYsMS4xYzAsMC41LTEuMiwxLTIuMSwxLjNsLTAuMSwwYy0xLjIsMC40LTIuNCwxLTMuNCwxLjhjLTAuNiwwLjQtMS4zLDEuMS0xLjYsMg0KCQlDMTksMTkuNiwxOS45LDIxLDIwLjUsMjJsMC4xLDAuMWMwLjUsMC44LDAuNywxLjUsMC41LDEuOGMtMC40LDAuNC0xLjcsMC0yLjItMC4yYy0wLjYtMC4yLTEuNCwwLTEuOSwwLjUNCgkJYy0wLjYsMC43LTAuOCwxLjctMC41LDIuNWMwLjQsMSwxLjUsMi4yLDQuNiwyLjRjMC4xLDAsMC4zLDAuMywwLjMsMC41YzAsMC4yLTAuNCwwLjUtMC43LDAuOGMtMC41LDAuNC0xLjEsMS0xLjQsMS44DQoJCWMtMC4xLDAuNCwwLDAuOSwwLjMsMS4xYzEuNSwxLjQsMy42LDAuNiw1LjQtMC4xYzAuOC0wLjMsMS44LTAuNywyLjMtMC42Yy0wLjEsMC44LTAuNCwxLjYtMC45LDIuM2wtMC4yLDAuMg0KCQljLTAuMywwLjQtMC43LDAuOS0wLjgsMS42Yy0wLjIsMC45LDAuMiwxLjksMSwyLjZjLTAuNSwwLjEtMS4xLDAuMS0xLjcsMC4xaC0wLjFjLTQuOCwwLTkuMS0yLjQtMTEuOC02YzAuMS0xLjUsMC44LTIuNSwxLjQtMy40DQoJCWwwLjEtMC4xYzAuMS0wLjIsMC41LTAuNywwLjUtMS40YzAtMC43LTAuNC0xLjItMC42LTEuNWMwLTAuMS0wLjEtMC4xLTAuMS0wLjJjLTAuNS0wLjgtMC4yLTIsMC41LTIuOGwwLjEtMC4xDQoJCWMwLjMtMC40LDAuOS0xLDAuOC0xLjhjMC0wLjgtMC42LTEuNS0xLjQtMS44Yy0wLjYtMC4yLTEuMS0wLjItMS42LTAuMWMtMC42LDAuMS0xLjIsMC4yLTEuOCwwLjRDMTIuNiwxNC45LDE4LjMsMTAuNCwyNC45LDEwLjQNCgkJIE0xMi45LDIyLjdjMC4xLDAsMC4yLDAsMC40LDBjMCwwLTAuMSwwLjEtMC4xLDAuMWwtMC4xLDAuMWMtMS4yLDEuNC0xLjgsMy44LTAuNiw1LjVjMC4xLDAuMSwwLjEsMC4yLDAuMiwwLjMNCgkJYzAsMC4xLDAuMSwwLjEsMC4xLDAuMmMwLDAsMCwwLDAsMC4xTDEyLjcsMjljLTAuNCwwLjUtMC44LDEuMi0xLjIsMmMtMC44LTEuOC0xLjMtMy44LTEuMy02YzAtMC41LDAtMSwwLjEtMS42DQoJCUMxMS4yLDIzLjEsMTIsMjIuOCwxMi45LDIyLjciLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.heading-icon.heading-icon-hands::before {
  background-image: url(/wp-content/themes/cdcl/dist/images/icon-hands.svg);
}

@media (max-width: 575.98px) {
  .heading-icon {
    padding-left: 100px;
    height: auto;
  }
}

.number-block {
  background: #e7f2df;
  padding: 35px;
  border-bottom: 3px solid #89ba17;
}

.number-block .big-num {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 0;
  /* Prevents HTML whitespace between children elements */
  color: #89ba17;
  text-align: center;
  display: block;
  line-height: 1.2;
}

.number-block .big-num span {
  font-size: 72px;
}

.number-block .big-num sup {
  font-size: 43px;
  top: -0.6em;
}

.number-block p {
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  line-height: 140%;
  margin: 0 auto;
  max-width: 230px;
}

.contact-card {
  margin-bottom: 60px;
  height: 150px;
}

.contact-card .contact-card-inner {
  border-bottom: 3px solid #89ba17;
}

.contact-card .contact-card-inner .thumbnail {
  float: left;
}

.contact-card .contact-card-inner .contact-card-content {
  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: 1em;
  height: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-card .contact-card-inner .contact-card-content h4 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.contact-card .contact-card-inner .contact-card-content p.title {
  font-size: 14px;
  line-height: 140%;
  margin: 0;
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap {
  font-size: 12px;
  line-height: 160%;
  padding-bottom: 1em;
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info {
  margin-bottom: 0.25em;
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info:last-child {
  margin-bottom: 0;
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info.location::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsMTZjLTAuMSwwLTAuMi0wLjEtMC4zLTAuMWMtMC4yLTAuNC01LTcuNy01LTEwLjZTNS4xLDAsOCwwczUuMywyLjQsNS4zLDUuM2MwLDIuOC00LjgsMTAuMi01LjEsMTAuNQ0KCQkJQzguMiwxNS45LDguMSwxNiw4LDE2eiBNOCwwLjdjLTIuNiwwLTQuNywyLjEtNC43LDQuN2MwLDIuMywzLjYsOC4xLDQuNyw5LjdjMS0xLjYsNC43LTcuNSw0LjctOS43QzEyLjcsMi44LDEwLjYsMC43LDgsMC43eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsNy43Yy0xLjMsMC0yLjMtMS0yLjMtMi4zUzYuNywzLDgsM3MyLjMsMSwyLjMsMi4zUzkuMyw3LjcsOCw3Ljd6IE04LDMuN2MtMC45LDAtMS43LDAuNy0xLjcsMS43DQoJCQlTNy4xLDcsOCw3czEuNy0wLjcsMS43LTEuN1M4LjksMy43LDgsMy43eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info.phone::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsMTZjLTAuNSwwLTEuMS0wLjEtMS41LTAuNUM2LjksMTIuOCwzLjIsOS4xLDAuNSw1Yy0wLjctMS4xLTAuNi0yLjYsMC4zLTMuNWwwLjktMC45DQoJCQljMC43LTAuNywyLTAuNywyLjgsMGwxLjcsMS43QzcsMyw3LDQuMyw2LjIsNWwwLDBMNS45LDUuNGMxLjQsMS43LDMsMy4zLDQuNyw0LjdMMTEsOS44YzAuOC0wLjgsMi0wLjgsMi44LDBsMS43LDEuNw0KCQkJYzAuOCwwLjgsMC44LDIsMCwyLjhsLTAuOSwwLjlDMTQsMTUuNywxMy4zLDE2LDEyLjUsMTZ6IE0zLjEsMC43QzIuOCwwLjcsMi41LDAuOCwyLjIsMUwxLjMsMkMwLjYsMi43LDAuNSwzLjgsMSw0LjYNCgkJCUMzLjcsOC43LDcuMywxMi4zLDExLjQsMTVjMC44LDAuNSwxLjksMC40LDIuNi0wLjNsMC45LTAuOWMwLjUtMC41LDAuNS0xLjMsMC0xLjhsLTEuNy0xLjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMGwtMC42LDAuNg0KCQkJYy0wLjEsMC4xLTAuMywwLjEtMC41LDBDOC41LDkuMyw2LjcsNy41LDUuMSw1LjZDNSw1LjQsNSw1LjIsNS4yLDUuMWwwLjYtMC42YzAuNS0wLjUsMC41LTEuMywwLTEuOEw0LDFDMy44LDAuOCwzLjUsMC43LDMuMSwwLjcNCgkJCXogTTYsNC44TDYsNC44TDYsNC44eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info.fax::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMjk3IDM4OSAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjk3IDM4OSAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzQxNDA0Mjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjk1LjksNDAwLjhjMC4zLTAuMywwLjctMC42LDEuMS0wLjZjMy44LTAuOCw4LTAuOCwxMS44LDBjMSwwLjIsMS44LDEuMSwxLjgsMi4xdjFjMCwwLjgtMC43LDEuNS0xLjYsMS42DQoJCQloLTEuOWMtMC44LDAuMS0xLjYtMC43LTEuNS0xLjVsMCwwbC0wLjEtMC40Yy0xLjctMC4yLTMuNS0wLjItNS4zLDBsLTAuMSwwLjRjMCwwLjktMC43LDEuNi0xLjYsMS42aC0xLjljLTAuOSwwLTEuNi0wLjctMS42LTEuNg0KCQkJdi0xQy0yOTYuNiw0MDEuOC0yOTYuNCw0MDEuMi0yOTUuOSw0MDAuOHogTS0yODIsNDA0LjFjMC4yLTAuMiwwLjMtMC40LDAuMy0wLjdsLTAuMS0xLjFjMC0wLjgtMC42LTEuNS0xLjMtMS42DQoJCQljLTMuOC0wLjgtNy45LTAuOC0xMS43LDBjLTAuNywwLjItMS4zLDAuOC0xLjMsMS42djFjMCwwLjYsMC41LDEsMSwxaDEuOWMwLjYsMCwxLTAuNSwxLTF2LTAuN2MwLTAuMSwwLjEtMC4yLDAuMy0wLjMNCgkJCWMxLjktMC4xLDMuOS0wLjEsNS45LDAuMWMwLjIsMC4xLDAuMywwLjIsMC4yLDAuM3YwLjdjMCwwLjYsMC41LDEsMSwxbDItMC4xQy0yODIuNCw0MDQuNC0yODIuMiw0MDQuMy0yODIsNDA0LjF6IE0tMjg1LjksNDAzLjQNCgkJCUwtMjg1LjksNDAzLjRMLTI4NS45LDQwMy40eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjg0LjUsMzk5Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVWMzkwaC04djguNWMwLDAuMy0wLjIsMC41LTAuNSwwLjVzLTAuNS0wLjItMC41LTAuNXYtOQ0KCQljMC0wLjMsMC4yLTAuNSwwLjUtMC41aDljMC4zLDAsMC41LDAuMiwwLjUsMC41djlDLTI4NCwzOTguOC0yODQuMiwzOTktMjg0LjUsMzk5eiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0yODYuNSwzOTNoLTVjLTAuMywwLTAuNS0wLjItMC41LTAuNXMwLjItMC41LDAuNS0wLjVoNWMwLjMsMCwwLjUsMC4yLDAuNSwwLjVTLTI4Ni4yLDM5My0yODYuNSwzOTN6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4Ni41LDM5NmgtNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41czAuMi0wLjUsMC41LTAuNWg1YzAuMywwLDAuNSwwLjIsMC41LDAuNVMtMjg2LjIsMzk2LTI4Ni41LDM5NnoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

.contact-card .contact-card-inner .contact-card-content .contact-info-wrap .contact-info.contact::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNSwyLjVIMS41QzAuNywyLjUsMCwzLjIsMCw0djhjMCwwLjgsMC43LDEuNSwxLjUsMS41aDEzLjFjMC44LDAsMS41LTAuNywxLjUtMS41VjQNCglDMTYsMy4yLDE1LjMsMi41LDE0LjUsMi41eiBNMTQuNSwzLjNjMCwwLDAuMSwwLDAuMSwwTDgsOC42TDEuMywzLjNjMCwwLDAuMSwwLDAuMSwwSDE0LjV6IE0xNS4zLDEyYzAsMC40LTAuMywwLjctMC43LDAuN0gxLjUNCgljLTAuNCwwLTAuNy0wLjMtMC43LTAuN1Y0YzAtMC4xLDAtMC4yLDAtMC4ybDcsNS42QzcuOCw5LjQsNy45LDkuNSw4LDkuNXMwLjIsMCwwLjItMC4xbDctNS42YzAsMC4xLDAsMC4xLDAsMC4yVjEyeiIvPg0KPC9zdmc+DQo=);
}

.workshop-image {
  max-width: 550px;
  margin: 0 auto 20px auto;
}

.article-card,
.construction-card,
.icon-block,
.number-block .big-num,
.number-block p,
.footer-cta h4,
.footer-cta .btn,
.footer-cta .comment-form input[type="submit"],
.comment-form
.footer-cta input[type="submit"],
.footer-cta .submit-wrap .nf-field-element,
.submit-wrap
.footer-cta .nf-field-element,
.footer-cta .search-form .search-submit,
.search-form
.footer-cta .search-submit {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* stylelint-disable */

header {
  position: relative;
}

header .topbar {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, transparent));
  background: -webkit-linear-gradient(top, white 50%, transparent 50%);
  background: -o-linear-gradient(top, white 50%, transparent 50%);
  background: linear-gradient(to bottom, white 50%, transparent 50%);
  background-size: 100% 200%;
  background-position: bottom;
  position: absolute;
  width: 100%;
  height: 95px;
  padding: 20px 0;
  -webkit-transition-property: background-position, -webkit-box-shadow;
  transition-property: background-position, -webkit-box-shadow;
  -o-transition-property: background-position, box-shadow;
  transition-property: background-position, box-shadow;
  transition-property: background-position, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  z-index: 1;
}

header .brand img {
  -webkit-transform-origin: center left;
       -o-transform-origin: center left;
          transform-origin: center left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

header .brand .logo-white,
header .brand .logo-color {
  position: absolute;
}

header .brand .logo-color {
  opacity: 0;
}

header a.mega-menu-link {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif !important;
  font-weight: 500 !important;
  position: relative;
  -webkit-transition-property: color !important;
  -o-transition-property: color !important;
  transition-property: color !important;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
  -webkit-transition-timing-function: ease-in-out !important;
       -o-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

header a.mega-menu-link:hover {
  font-weight: 500 !important;
}

header a.mega-menu-link::before {
  content: '';
  width: 0%;
  height: 3px;
  background: #ee3d42;
  position: absolute !important;
  top: -51px;
  left: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

header a.mega-menu-link:hover::before {
  width: calc( 100% - 20px);
}

@media (max-width: 1199px) {
  header .mega-menu-item-has-children > .mega-menu-link::after {
    margin-left: 0 !important;
  }
}

header .mega-wpml-ls-menu-item .mega-menu-link::before {
  top: initial !important;
  left: 8px !important;
  bottom: 8px !important;
}

header .mega-wpml-ls-menu-item .mega-menu-link:hover::before {
  width: calc( 100% - 14px);
}

header .mega-wpml-ls-menu-item.mega-wpml-ls-current-language .mega-menu-link::before {
  width: calc( 100% - 14px);
}

header .mega-menu-item-has-children .mega-menu-link:hover::before {
  width: calc( 100% - 40px);
}

header .mega-sub-menu .mega-menu-link::before {
  content: none !important;
}

header .nav-primary {
  float: left;
}

header .nav-primary #mega-menu-primary_navigation {
  padding-top: 31px !important;
  padding-top: 0px !important;
  -webkit-transition-property: padding !important;
  -o-transition-property: padding !important;
  transition-property: padding !important;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
  -webkit-transition-timing-function: ease-in-out !important;
       -o-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

header .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child {
  /*margin-left: 20px;
  padding-left: 20px;*/
}

@media (max-width: 1199px) {
  header .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child {
    /*margin-left: 10px;
    padding-left: 10px;*/
  }
}

header .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  height: 18px;
  border-left: 1px solid white;
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@media (max-width: 1199px) {
  header .nav-primary a.mega-menu-link {
    padding: 0 5px !important;
  }
}

header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu {
  opacity: 0;
  top: 95px !important;
  -webkit-box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0px 40px 0 rgba(0, 0, 0, 0.05) !important;
}

.admin-bar header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu {
  top: 127px !important;
}

header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu > .mega-menu-row .mega-menu-column:nth-child(2) > .mega-sub-menu {
  padding-top: 21px !important;
}

header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu > .mega-menu-row .mega-menu-column:nth-child(2) > .mega-sub-menu > .mega-menu-item {
  padding: 7px 28px !important;
}

header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu > .mega-menu-row .mega-menu-column:nth-child(2) > .mega-sub-menu > .mega-menu-item a {
  position: relative;
  float: left !important;
  border-bottom: 1px solid transparent !important;
  height: 19px !important;
}

header .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu > .mega-menu-row .mega-menu-column:nth-child(2) > .mega-sub-menu > .mega-menu-item a:hover {
  font-weight: 500 !important;
  border-bottom: 1px solid currentColor !important;
}

header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image {
  height: 100%;
  padding-bottom: 0;
}

header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .btn,
header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .comment-form input[type="submit"],
.comment-form header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image input[type="submit"],
header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .submit-wrap .nf-field-element,
.submit-wrap header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .nf-field-element,
header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .search-form .search-submit,
.search-form header .nav-primary .mega-menu-wrap .widget_simpleimage .menu-image .search-submit {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

header .nav-primary .mega-menu-wrap .mega-menu-column .widget_simpleimage {
  background: #f6f6f6 !important;
}

header .nav-secondary {
  float: right;
}

header .nav-secondary a {
  padding: 0 7px !important;
  position: relative;
}

header .nav-secondary #mega-menu-secondary_navigation {
  padding-top: 31px !important;
  padding-top: 0px !important;
  -webkit-transition-property: padding !important;
  -o-transition-property: padding !important;
  transition-property: padding !important;
  -webkit-transition-duration: 0.5s !important;
       -o-transition-duration: 0.5s !important;
          transition-duration: 0.5s !important;
  -webkit-transition-timing-function: ease-in-out !important;
       -o-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important;
}

header .nav-secondary #mega-menu-wrap-secondary_navigation #mega-menu-secondary_navigation > li.mega-menu-item:last-child::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  height: 14px;
  border-left: 1px solid rgba(255, 255, 255, 0.7);
  -webkit-transition-property: border-color;
  -o-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

header .nav-secondary a[title="English"] span,
header .nav-secondary a[title="Français"] span {
  font-size: 0;
}

header .nav-secondary a[title="English"] span::after,
header .nav-secondary a[title="Français"] span::after {
  font-size: 0.9rem;
  cursor: pointer;
}

header .nav-secondary a[title="English"] span::after {
  content: 'EN';
}

header .nav-secondary a[title="Français"] span::after {
  content: 'FR';
}

header .nav-mobile-wrap {
  z-index: 100;
}

header .nav-mobile .mega-menu-toggle {
  max-width: 33%;
  margin-left: auto;
}

header .nav-mobile > .mega-menu-wrap > .mega-menu {
  background: rgba(255, 255, 255, 0.9);
}

header .nav-mobile .mega-menu-open + ul.mega-menu {
  position: relative !important;
  top: 40px !important;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) !important;
}

header .nav-mobile a {
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 17px;
  height: 50px !important;
  line-height: 50px !important;
  color: inherit !important;
}

header .nav-mobile .mega-menu-link::before {
  display: none !important;
}

header .nav-mobile .mega-menu-link::after {
  content: '' !important;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAMCAYAAABbayygAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUU4NDkzRDczQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUU4NDkzRDgzQjJFMTFFODhDRDZBNzRGMkRGQzg4MDAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDAzODExNjNBOTYxMUU4OENENkE3NEYyREZDODgwMCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBRTg0OTNENjNCMkUxMUU4OENENkE3NEYyREZDODgwMCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Puc2UrAAAADQSURBVHjaYpASlz4IxDr///9nwIeZGBgY7ID4grSETB8Q8zHgAIxA0/4j8V8AcQkQL3v64gmyONhEGNgOxBJAvASIDwBN18Oq8NnLp75A12QDmdegzjkHVDwJiPlRrAYqZAHRXJzcTAJ8AlOBzFSoGa+AuJQJ3dFsrGzMaE76BcTfWZAVSYpLZTEyMGYBmRpA/BuI+4C4Geixr8i+3gHEHlD2fiDOBiq4DjME2USQomdAXAxUsALdSTC3/AHiHpCV2BSBAdDqfUCsRSgKAQIMAKYraBbZMt6sAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 25px;
  width: 10px;
  height: 12px;
  opacity: 0.3;
  margin-top: -5px;
  padding: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

header .nav-mobile .mega-toggle-on .mega-menu-link::after {
  -webkit-transform: rotate(90deg) !important;
       -o-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
  opacity: 1;
}

@media only screen and (max-width: 575px) {
  header .nav-mobile .mega-toggle-blocks-right {
    position: relative;
    right: 1em;
  }
}

header .nav-mobile .mega-toggle-block-1 {
  color: white;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  height: 0 !important;
}

header .nav-mobile .mega-toggle-block-1,
header .nav-mobile .mega-toggle-block-1::before,
header .nav-mobile .mega-toggle-block-1::after {
  content: '' !important;
  width: 33px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 25px;
  border-radius: 2px;
  -webkit-transform-origin: 4px 0 !important;
       -o-transform-origin: 4px 0 !important;
          transform-origin: 4px 0 !important;
  -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  -o-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.55s ease, -o-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), color 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), border 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -o-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

header .nav-mobile .mega-toggle-block-1::before {
  top: -14px;
  background: white;
}

header .nav-mobile .mega-toggle-block-1::after {
  color: inherit !important;
  top: 10px;
  background: white;
}

header .nav-mobile .mega-menu-toggle.mega-menu-open {
  background: white;
}

header .nav-mobile .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 {
  position: relative;
  border-color: transparent !important;
}

header .nav-mobile .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .nav-mobile .mega-menu-toggle.mega-menu-open .mega-toggle-block-1::after {
  -webkit-transform: rotate(-45deg) translate(2px, -6px);
       -o-transform: rotate(-45deg) translate(2px, -6px);
          transform: rotate(-45deg) translate(2px, -6px);
}

header .nav-mobile .mega-sub-menu {
  position: static !important;
  width: 100% !important;
  height: auto !important;
  background: #f6f6f6 !important;
  padding-top: 16px;
}

header .nav-mobile .mega-sub-menu li a {
  background: #f6f6f6 !important;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 16px;
  height: 40px !important;
  line-height: 40px !important;
}

header.banner {
  height: 55vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 4em;
}

header.banner::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, transparent 100%);
}

header .fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 75px;
  padding: 10px 0;
  background-position: top;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.admin-bar header .fixed {
  top: 32px;
}

@media (max-width: 782px) {
  .admin-bar header .fixed {
    top: 46px;
  }
}

header .fixed .brand img {
  -webkit-transform: scale(0.73);
       -o-transform: scale(0.73);
          transform: scale(0.73);
}

header .fixed .brand .logo-white {
  opacity: 0;
}

header .fixed .brand .logo-color {
  opacity: 1;
}

header .fixed a.mega-menu-link {
  color: rgba(0, 0, 0, 0.87) !important;
}

header .fixed a.mega-menu-link::before {
  top: -33px;
}

header .fixed .nav-primary #mega-menu-primary_navigation,
header .fixed .nav-secondary #mega-menu-secondary_navigation {
  padding-top: 23px !important;
  padding-top: 0px !important;
}

header .fixed .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child::before,
header .fixed .nav-secondary #mega-menu-wrap-secondary_navigation #mega-menu-secondary_navigation > li.mega-menu-item:last-child::before {
  border-color: #F5F5F5;
}

header .fixed .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu {
  top: 73px !important;
}

.admin-bar header .fixed .nav-primary .mega-menu-wrap .mega-menu-item > .mega-sub-menu {
  top: 107px !important;
}

header .fixed .nav-mobile .mega-menu-open .mega-toggle-block-1 {
  -webkit-transform: translateY(5px);
       -o-transform: translateY(5px);
          transform: translateY(5px);
}

header .fixed .nav-mobile .mega-toggle-block-1 {
  color: rgba(0, 0, 0, 0.87);
  border-top-color: rgba(0, 0, 0, 0.87);
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

header .fixed .nav-mobile .mega-toggle-block-1::before {
  background: rgba(0, 0, 0, 0.87);
}

header .fixed .nav-mobile .mega-toggle-block-1::after {
  background: rgba(0, 0, 0, 0.87);
}

header.slider {
  height: 90vh;
  background-size: cover;
  margin-bottom: 6rem;
}

.home header.slider {
  margin-bottom: 0;
}

header.slider::before {
  z-index: 1;
}

header.slider .container {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
}

header.slider .btn-primary,
header.slider .submit-wrap .nf-field-element,
.submit-wrap header.slider .nf-field-element,
header.slider .page-content .wpcf7 .btn-submit,
.page-content .wpcf7 header.slider .btn-submit {
  position: absolute;
  bottom: 0;
  right: 0;
}

header.slider .carousel-indicators li {
  width: 20px;
  margin: 0 4px;
}

header.slider .carousel-indicators li.active {
  background-color: #ee3d42;
}

header section.carousel-wrap {
  position: relative;
  top: 0;
  z-index: 0;
  height: 100%;
}

header section.carousel-wrap .carousel-item {
  background-size: cover;
  background-position: center;
  height: 90vh;
  width: 100%;
}

header section.carousel-wrap .carousel-item::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
}

header section.carousel-wrap .carousel-item a:hover {
  text-decoration: none;
}

header section.carousel-wrap .carousel-item .slide-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  position: relative;
}

header section.carousel-wrap .carousel-item .slide-inner h2 {
  color: white;
  display: table-cell;
  font-size: 60px;
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  vertical-align: middle;
  line-height: 1.1;
}

.home header section.carousel-wrap .carousel-item .slide-inner h2 {
  font-size: 70px;
}

@media (max-width: 576px) {
  .home header section.carousel-wrap .carousel-item .slide-inner h2 {
    font-size: 40px;
  }
}

header section.carousel-wrap .carousel-item[data-bg-rotate] {
  -webkit-transition: background 2s;
  -o-transition: background 2s;
  transition: background 2s;
}

.hp-quote {
  min-height: 30vh;
  background-color: #1a171b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hp-quote h4 {
  color: #fcfcfc;
  font-family: "mic-32-new-web", "Trebuchet MS", Helvetica, sans-serif;
  font-size: 2.25em;
  line-height: 1.39;
  padding: 3em 0;
  text-align: center;
}

@media (max-width: 576px) {
  .hp-quote h4 {
    font-size: 1.75em;
  }
}

.sidebar .link-more {
  position: relative;
  left: 2.5em;
  overflow: visible;
  margin-top: 0;
}

.sidebar .latest-news-list {
  border-top: 1px solid #eee;
  margin-top: 2.5rem;
}

.sidebar .latest-news-list .latest-news {
  padding: 1.5rem 0;
  border-bottom: 1px solid #eee;
}

/* stylelint-disable */

.footer-cta {
  background-color: #1a171b;
  background-image: url(/wp-content/themes/cdcl/dist/images/cdcl-contact-background.jpg);
  background-size: cover;
  background-position: center;
}

.footer-cta h4 {
  font-size: 2.5em;
}

footer.content-info {
  background-color: #fcfbfc;
}

footer.content-info .widget {
  margin-bottom: 40px;
}

footer.content-info .widget > div {
  margin-top: 51px;
  font-size: 15px;
}

footer.content-info .widget h6 + div {
  margin-top: 2em;
}

footer.content-info .widget h6 {
  font-weight: 500;
  text-transform: uppercase;
}

footer.content-info .widget p {
  margin-bottom: 1em;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.54);
  line-height: 160%;
}

footer.content-info .widget .contact-info.location::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsMTZjLTAuMSwwLTAuMi0wLjEtMC4zLTAuMWMtMC4yLTAuNC01LTcuNy01LTEwLjZTNS4xLDAsOCwwczUuMywyLjQsNS4zLDUuM2MwLDIuOC00LjgsMTAuMi01LjEsMTAuNQ0KCQkJQzguMiwxNS45LDguMSwxNiw4LDE2eiBNOCwwLjdjLTIuNiwwLTQuNywyLjEtNC43LDQuN2MwLDIuMywzLjYsOC4xLDQuNyw5LjdjMS0xLjYsNC43LTcuNSw0LjctOS43QzEyLjcsMi44LDEwLjYsMC43LDgsMC43eiIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTgsNy43Yy0xLjMsMC0yLjMtMS0yLjMtMi4zUzYuNywzLDgsM3MyLjMsMSwyLjMsMi4zUzkuMyw3LjcsOCw3Ljd6IE04LDMuN2MtMC45LDAtMS43LDAuNy0xLjcsMS43DQoJCQlTNy4xLDcsOCw3czEuNy0wLjcsMS43LTEuN1M4LjksMy43LDgsMy43eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

footer.content-info .widget .contact-info.phone::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8Zz4NCgk8Zz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsMTZjLTAuNSwwLTEuMS0wLjEtMS41LTAuNUM2LjksMTIuOCwzLjIsOS4xLDAuNSw1Yy0wLjctMS4xLTAuNi0yLjYsMC4zLTMuNWwwLjktMC45DQoJCQljMC43LTAuNywyLTAuNywyLjgsMGwxLjcsMS43QzcsMyw3LDQuMyw2LjIsNWwwLDBMNS45LDUuNGMxLjQsMS43LDMsMy4zLDQuNyw0LjdMMTEsOS44YzAuOC0wLjgsMi0wLjgsMi44LDBsMS43LDEuNw0KCQkJYzAuOCwwLjgsMC44LDIsMCwyLjhsLTAuOSwwLjlDMTQsMTUuNywxMy4zLDE2LDEyLjUsMTZ6IE0zLjEsMC43QzIuOCwwLjcsMi41LDAuOCwyLjIsMUwxLjMsMkMwLjYsMi43LDAuNSwzLjgsMSw0LjYNCgkJCUMzLjcsOC43LDcuMywxMi4zLDExLjQsMTVjMC44LDAuNSwxLjksMC40LDIuNi0wLjNsMC45LTAuOWMwLjUtMC41LDAuNS0xLjMsMC0xLjhsLTEuNy0xLjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMGwtMC42LDAuNg0KCQkJYy0wLjEsMC4xLTAuMywwLjEtMC41LDBDOC41LDkuMyw2LjcsNy41LDUuMSw1LjZDNSw1LjQsNSw1LjIsNS4yLDUuMWwwLjYtMC42YzAuNS0wLjUsMC41LTEuMywwLTEuOEw0LDFDMy44LDAuOCwzLjUsMC43LDMuMSwwLjcNCgkJCXogTTYsNC44TDYsNC44TDYsNC44eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K);
}

footer.content-info .widget .contact-info.fax::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMjk3IDM4OSAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtMjk3IDM4OSAxNiAxNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzQxNDA0Mjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjk1LjksNDAwLjhjMC4zLTAuMywwLjctMC42LDEuMS0wLjZjMy44LTAuOCw4LTAuOCwxMS44LDBjMSwwLjIsMS44LDEuMSwxLjgsMi4xdjFjMCwwLjgtMC43LDEuNS0xLjYsMS42DQoJCQloLTEuOWMtMC44LDAuMS0xLjYtMC43LTEuNS0xLjVsMCwwbC0wLjEtMC40Yy0xLjctMC4yLTMuNS0wLjItNS4zLDBsLTAuMSwwLjRjMCwwLjktMC43LDEuNi0xLjYsMS42aC0xLjljLTAuOSwwLTEuNi0wLjctMS42LTEuNg0KCQkJdi0xQy0yOTYuNiw0MDEuOC0yOTYuNCw0MDEuMi0yOTUuOSw0MDAuOHogTS0yODIsNDA0LjFjMC4yLTAuMiwwLjMtMC40LDAuMy0wLjdsLTAuMS0xLjFjMC0wLjgtMC42LTEuNS0xLjMtMS42DQoJCQljLTMuOC0wLjgtNy45LTAuOC0xMS43LDBjLTAuNywwLjItMS4zLDAuOC0xLjMsMS42djFjMCwwLjYsMC41LDEsMSwxaDEuOWMwLjYsMCwxLTAuNSwxLTF2LTAuN2MwLTAuMSwwLjEtMC4yLDAuMy0wLjMNCgkJCWMxLjktMC4xLDMuOS0wLjEsNS45LDAuMWMwLjIsMC4xLDAuMywwLjIsMC4yLDAuM3YwLjdjMCwwLjYsMC41LDEsMSwxbDItMC4xQy0yODIuNCw0MDQuNC0yODIuMiw0MDQuMy0yODIsNDA0LjF6IE0tMjg1LjksNDAzLjQNCgkJCUwtMjg1LjksNDAzLjRMLTI4NS45LDQwMy40eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMjg0LjUsMzk5Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVWMzkwaC04djguNWMwLDAuMy0wLjIsMC41LTAuNSwwLjVzLTAuNS0wLjItMC41LTAuNXYtOQ0KCQljMC0wLjMsMC4yLTAuNSwwLjUtMC41aDljMC4zLDAsMC41LDAuMiwwLjUsMC41djlDLTI4NCwzOTguOC0yODQuMiwzOTktMjg0LjUsMzk5eiIvPg0KPC9nPg0KPGc+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTS0yODYuNSwzOTNoLTVjLTAuMywwLTAuNS0wLjItMC41LTAuNXMwLjItMC41LDAuNS0wLjVoNWMwLjMsMCwwLjUsMC4yLDAuNSwwLjVTLTI4Ni4yLDM5My0yODYuNSwzOTN6Ii8+DQo8L2c+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI4Ni41LDM5NmgtNWMtMC4zLDAtMC41LTAuMi0wLjUtMC41czAuMi0wLjUsMC41LTAuNWg1YzAuMywwLDAuNSwwLjIsMC41LDAuNVMtMjg2LjIsMzk2LTI4Ni41LDM5NnoiLz4NCjwvZz4NCjwvc3ZnPg0K);
}

footer.content-info .widget .contact-info.facebook::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkZhY2Vib29rIiBkPSJNNiwzLjVjMCwwLjQsMCwyLjEsMCwyLjFINC41djIuNUg2djcuNWgzLjFWOC4xaDIuMWMwLDAsMC4yLTEuMiwwLjMtMi41Yy0wLjMsMC0yLjQsMC0yLjQsMHMwLTEuNSwwLTEuNwoJCWMwLTAuMywwLjMtMC42LDAuNy0wLjZjMC4zLDAsMSwwLDEuNywwYzAtMC4zLDAtMS41LDAtMi42Yy0wLjksMC0xLjksMC0yLjMsMEM1LjksMC42LDYsMy4xLDYsMy41eiIvPgo8L2c+Cjwvc3ZnPgo=);
}

footer.content-info .widget .contact-info.linkedin::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkNhbHF1ZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkxpbmtlZEluIiBkPSJNMTUsOS41djUuMmgtM1Y5LjljMC0xLjItMC40LTItMS41LTJjLTAuOCwwLTEuMywwLjYtMS41LDEuMUM4LjksOS4xLDguOCw5LjQsOC44LDkuNnY1aC0zYzAsMCwwLTguMiwwLTloMwoJCXYxLjNjMCwwLDAsMCwwLDBoMHYwYzAuNC0wLjYsMS4xLTEuNSwyLjctMS41QzEzLjUsNS41LDE1LDYuNywxNSw5LjV6IE0yLjcsMS4zQzEuNywxLjMsMSwyLDEsMi45YzAsMC45LDAuNywxLjYsMS43LDEuNmgwCgkJYzEsMCwxLjctMC43LDEuNy0xLjZDNC40LDIsMy43LDEuMywyLjcsMS4zeiBNMS4yLDE0LjdoM3YtOWgtM1YxNC43eiIvPgo8L2c+Cjwvc3ZnPgo=);
}

footer.content-info .widget .contact-info.contact a {
  color: #1a171b;
}

footer.content-info .widget .contact-info.contact::before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FscXVlXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPg0KCS5zdDB7ZmlsbDojNDE0MDQyO30NCjwvc3R5bGU+DQo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuNSwyLjVIMS41QzAuNywyLjUsMCwzLjIsMCw0djhjMCwwLjgsMC43LDEuNSwxLjUsMS41aDEzLjFjMC44LDAsMS41LTAuNywxLjUtMS41VjQNCglDMTYsMy4yLDE1LjMsMi41LDE0LjUsMi41eiBNMTQuNSwzLjNjMCwwLDAuMSwwLDAuMSwwTDgsOC42TDEuMywzLjNjMCwwLDAuMSwwLDAuMSwwSDE0LjV6IE0xNS4zLDEyYzAsMC40LTAuMywwLjctMC43LDAuN0gxLjUNCgljLTAuNCwwLTAuNy0wLjMtMC43LTAuN1Y0YzAtMC4xLDAtMC4yLDAtMC4ybDcsNS42QzcuOCw5LjQsNy45LDkuNSw4LDkuNXMwLjIsMCwwLjItMC4xbDctNS42YzAsMC4xLDAsMC4xLDAsMC4yVjEyeiIvPg0KPC9zdmc+DQo=);
}

footer.content-info .widget img {
  margin: 0 1.5em 1.5em 0;
}

footer.content-info .row > div:first-child .widget > div {
  margin-top: -8px;
  padding-right: 3em;
}

footer.content-info .row > div:first-child .widget > div img {
  position: relative;
  margin-top: -18px;
}

@media (max-width: 991px) {
  footer.content-info .row > div:first-child .widget > div {
    margin-top: 0;
  }
}

footer.content-info .col-md-3:first-child .widget > div {
  margin-top: 0;
}

footer.content-info .widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
  font-size: 15px;
}

footer.content-info .widget_nav_menu ul li {
  line-height: 200%;
}

footer.content-info .widget_nav_menu ul li:last-child {
  /*margin-top: 1em;*/
}

footer.content-info .footer-bottom {
  border-top: 1px solid #dfdfdf;
}

footer.content-info .footer-bottom > div {
  margin-bottom: 0.5em;
}

footer.content-info .footer-bottom nav li {
  margin-right: 2.25rem;
  line-height: 12px;
}

footer.content-info .footer-bottom nav li:last-child {
  margin-right: 0;
}

footer.content-info .footer-bottom p,
footer.content-info .footer-bottom a {
  font-family: "Helvetica Neue", Helvetica, "acumin-pro", "Liberation Sans", Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1;
  color: #a7a9ac;
  margin: 0;
}

.template-landing-page h3,
.template-landing-page-black h3 {
  font-size: 36px;
}

.template-landing-page hr,
.template-landing-page-black hr {
  width: 100px;
  margin: 2em auto;
}

.template-landing-page .entry-title,
.template-landing-page-black .entry-title {
  display: none;
}

.template-landing-page .nf-before-form-content,
.template-landing-page-black .nf-before-form-content {
  display: none;
}

.template-landing-page .checkbox-wrap label,
.template-landing-page-black .checkbox-wrap label {
  line-height: 150%;
}

.template-landing-page .footer-cta,
.template-landing-page-black .footer-cta {
  display: none;
}

.template-landing-page-black {
  background: black;
}

.template-landing-page-black,
.template-landing-page-black h2,
.template-landing-page-black h3 {
  color: white;
}

.template-landing-page-black hr {
  border-color: white;
}

.template-landing-page-black input[type="text"],
.template-landing-page-black input[type="email"],
.template-landing-page-black input[type="tel"],
.template-landing-page-black textarea,
.template-landing-page-black select {
  background: rgba(255, 255, 255, 0.25);
  color: #ccc;
}

body#tinymce {
  margin: 12px !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation>li.mega-menu-item>a.mega-menu-link {
    font-size: 13px;
    padding: 0px 4px !important;
  }
  #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
    margin-left: 10px;
    padding-left: 10px;
  }
}
.contact-section__wrap .wpcf7 select {
    -webkit-appearance: none;
}

#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation li.mega-menu-item a.mega-menu-link:before {
  display: none;
}
.article-card header {
  padding: 24px;
}
#mega-menu-wrap-primary_navigation #mega-menu-primary_navigation {
  margin-left: 10px;
  padding-left: 10px;
}

header .nav-primary #mega-menu-wrap-primary_navigation #mega-menu-primary_navigation > li.mega-menu-item:last-child {
  position: initial;
}
/*# sourceMappingURL=main.css.map*/
