@charset "UTF-8";
@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-SemiBold.eot");
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("../fonts/OpenSans/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-SemiBold.svg#OpenSans-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Regular.eot");
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../fonts/OpenSans/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Regular.svg#OpenSans-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/OpenSans-Bold.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/OpenSans/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans/OpenSans-Bold.svg#OpenSans-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
:root {
  --blue: #3C8FCB;
  --indigo: #003782;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #FFF005;
  --green: #48A800;
  --teal: #20c997;
  --cyan: #6DC8E5;
  --white: #FFFFFF;
  --gray: #adb5bd;
  --gray-dark: #495057;
  --primary: #3D83B5;
  --secondary: #3C8FCB;
  --success: #48A800;
  --info: #6DC8E5;
  --warning: #FFF005;
  --danger: #dc3545;
  --light: #F8F8F8;
  --dark: #495057;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -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: rgba(0, 0, 0, 0);
}

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

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

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

[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: 5px;
  margin-bottom: 0.3125rem;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

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: #3D83B5;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #3D83B5;
  text-decoration: none;
}

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

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

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

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -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: #adb5bd;
  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: 0.0625rem dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline: 0.3125rem 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;
  outline-offset: -0.125rem;
  -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: 5px;
  margin-bottom: 0.3125rem;
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
}

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: 10px;
  margin-top: 0.625rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  line-height: 1;
}

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

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: #FFFFFF;
  background-color: #1A1A1A;
}

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

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

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

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

.container, .bar-tabs {
  width: 100%;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .container, .bar-tabs {
    max-width: 960px;
    max-width: 60rem;
  }
}

@media (min-width: 1200px) {
  .container, .bar-tabs {
    max-width: 1140px;
    max-width: 71.25rem;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-right: 0.9375rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  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-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
}

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

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

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

.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: #c9dcea;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #FFFFFF;
  background-color: #495057;
  border-color: #5a636c;
}

.table .thead-light th {
  color: #979797;
  background-color: #EAEAEA;
  border-color: #dee2e6;
}

.table-dark {
  color: #FFFFFF;
  background-color: #495057;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #5a636c;
}

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

.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 {
  display: block;
  width: 100%;
  padding: 1rem 0.9375rem;
  font-size: 1rem;
  line-height: normal;
  color: #1A1A1A;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  border-radius: 0;
  -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 {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #1A1A1A;
  background-color: #FFFFFF;
  border-color: #96bfdc;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

.form-control::-webkit-input-placeholder {
  color: #1A1A1A;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #1A1A1A;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #1A1A1A;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #1A1A1A;
  opacity: 1;
}

.form-control::placeholder {
  color: #1A1A1A;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #EAEAEA;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
}

select.form-control:focus::-ms-value {
  color: #1A1A1A;
  background-color: #FFFFFF;
}

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

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

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

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

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

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.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, .input-group-sm > .vf-more-link.input-group-prepend > a.form-control-plaintext,
.input-group-sm > .input-group-append > .form-control-plaintext.btn, .input-group-sm > .vf-more-link.input-group-append > a.form-control-plaintext, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.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, .input-group-lg > .vf-more-link.input-group-prepend > a.form-control-plaintext,
.input-group-lg > .input-group-append > .form-control-plaintext.btn, .input-group-lg > .vf-more-link.input-group-append > a.form-control-plaintext {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn, .input-group-sm > .vf-more-link.input-group-prepend > a,
.input-group-sm > .input-group-append > .btn, .input-group-sm > .vf-more-link.input-group-append > a {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control: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]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.375rem + 2px);
  height: calc(2.375rem + 0.125rem);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn, .input-group-lg > .vf-more-link.input-group-prepend > a,
.input-group-lg > .input-group-append > .btn, .input-group-lg > .vf-more-link.input-group-append > a {
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  line-height: 1;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control: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]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(3.75rem + 2px);
  height: calc(3.75rem + 0.125rem);
}

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

.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-right: -0.3125rem;
  margin-left: -5px;
  margin-left: -0.3125rem;
}

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

.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: #adb5bd;
}

.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, .form-control.is-valid ~ .is-valid {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #48A800;
}

.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: #FFFFFF;
  background-color: rgba(72, 168, 0, 0.8);
  border-radius: .2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #48A800;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
.custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #48A800;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
}

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

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

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

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .form-check-input:valid ~ .is-valid, .was-validated .form-control.is-valid.form-check-input:valid ~ .is-valid,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .form-control.is-valid ~ .is-valid, .form-control.is-valid ~ .form-check-input.is-valid ~ .is-valid, .form-control.is-valid.form-check-input ~ .is-valid,
.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: #48A800;
}

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

.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .custom-control-input:valid ~ .is-valid, .was-validated .form-control.is-valid.custom-control-input:valid ~ .is-valid,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .form-control.is-valid ~ .is-valid, .form-control.is-valid ~ .custom-control-input.is-valid ~ .is-valid, .form-control.is-valid.custom-control-input ~ .is-valid,
.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: #5edb00;
}

.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 #FFFFFF, 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
  -webkit-box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
          box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
}

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

.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 ~ .form-control.is-valid ~ .is-valid, .was-validated .form-control.is-valid ~ .custom-file-input:valid ~ .is-valid, .was-validated .form-control.is-valid.custom-file-input:valid ~ .is-valid,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .form-control.is-valid ~ .is-valid, .form-control.is-valid ~ .custom-file-input.is-valid ~ .is-valid, .form-control.is-valid.custom-file-input ~ .is-valid,
.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.122rem rgba(72, 168, 0, 0.25);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.25);
}

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

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

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
}

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .custom-control-input:invalid ~ .is-invalid, .was-validated .form-control.is-invalid.custom-control-input:invalid ~ .is-invalid,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .form-control.is-invalid ~ .is-invalid, .form-control.is-invalid ~ .custom-control-input.is-invalid ~ .is-invalid, .form-control.is-invalid.custom-control-input ~ .is-invalid,
.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: #e4606d;
}

.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 #FFFFFF, 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
  -webkit-box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .custom-file-input:invalid ~ .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 ~ .form-control.is-invalid ~ .is-invalid, .was-validated .form-control.is-invalid ~ .custom-file-input:invalid ~ .is-invalid, .was-validated .form-control.is-invalid.custom-file-input:invalid ~ .is-invalid,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .form-control.is-invalid ~ .is-invalid, .form-control.is-invalid ~ .custom-file-input.is-invalid ~ .is-invalid, .form-control.is-invalid.custom-file-input ~ .is-invalid,
.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.122rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  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 {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline 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 {
    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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -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 {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .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 {
    margin-bottom: 0;
  }
}

.btn, .vf-more-link > a {
  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;
  border: 0.0625rem solid transparent;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0;
  -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, .vf-more-link > a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn:hover, .vf-more-link > a:hover, .btn:focus, .vf-more-link > a:focus {
  text-decoration: none;
}

.btn:focus, .vf-more-link > a:focus, .btn.focus, .vf-more-link > a.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

.btn.disabled, .vf-more-link > a.disabled, .btn:disabled, .vf-more-link > a:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled), .vf-more-link > a:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled):active, .vf-more-link > a:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .vf-more-link > a:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.btn.disabled, .vf-more-link > a.disabled,
fieldset:disabled a.btn,
fieldset:disabled .vf-more-link > a {
  pointer-events: none;
}

.btn-primary, .vf-more-link > a {
  color: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.btn-primary:hover, .vf-more-link > a:hover {
  color: #FFFFFF;
  background-color: #336e98;
  border-color: #30678f;
}

.btn-primary:focus, .vf-more-link > a:focus, .btn-primary.focus, .vf-more-link > a.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
}

.btn-primary.disabled, .vf-more-link > a.disabled, .btn-primary:disabled, .vf-more-link > a:disabled {
  color: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.btn-primary:not(:disabled):not(.disabled):active, .vf-more-link > a:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .vf-more-link > a:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.vf-more-link.show > a.dropdown-toggle {
  color: #FFFFFF;
  background-color: #30678f;
  border-color: #2d6085;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .vf-more-link > a:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .vf-more-link > a:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.vf-more-link.show > a.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #3C8FCB;
  border-color: #3C8FCB;
}

.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #2f7bb1;
  border-color: #2d74a7;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #3C8FCB;
  border-color: #3C8FCB;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #2d74a7;
  border-color: #2a6d9d;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #48A800;
  border-color: #48A800;
}

.btn-success:hover {
  color: #FFFFFF;
  background-color: #388200;
  border-color: #327500;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  background-color: #48A800;
  border-color: #48A800;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #FFFFFF;
  background-color: #327500;
  border-color: #2d6800;
}

.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.122rem rgba(72, 168, 0, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
}

.btn-info {
  color: #1A1A1A;
  background-color: #6DC8E5;
  border-color: #6DC8E5;
}

.btn-info:hover {
  color: #1A1A1A;
  background-color: #4dbcdf;
  border-color: #42b8dd;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #1A1A1A;
  background-color: #6DC8E5;
  border-color: #6DC8E5;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #1A1A1A;
  background-color: #42b8dd;
  border-color: #37b4db;
}

.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.122rem rgba(109, 200, 229, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
}

.btn-warning {
  color: #1A1A1A;
  background-color: #FFF005;
  border-color: #FFF005;
}

.btn-warning:hover {
  color: #1A1A1A;
  background-color: #ded000;
  border-color: #d1c400;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #1A1A1A;
  background-color: #FFF005;
  border-color: #FFF005;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #1A1A1A;
  background-color: #d1c400;
  border-color: #c4b800;
}

.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.122rem rgba(255, 240, 5, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #1A1A1A;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-light:hover {
  color: #1A1A1A;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
}

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

.btn-light.disabled, .btn-light:disabled {
  color: #1A1A1A;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #1A1A1A;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
}

.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.122rem rgba(248, 248, 248, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(248, 248, 248, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #495057;
  border-color: #495057;
}

.btn-dark:hover {
  color: #FFFFFF;
  background-color: #383d42;
  border-color: #32373b;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #495057;
  border-color: #495057;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #32373b;
  border-color: #2c3034;
}

.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.122rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
}

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

.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3D83B5;
  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: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.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.122rem rgba(61, 131, 181, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.5);
}

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

.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #3C8FCB;
  border-color: #3C8FCB;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #3C8FCB;
  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: #FFFFFF;
  background-color: #3C8FCB;
  border-color: #3C8FCB;
}

.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.122rem rgba(60, 143, 203, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(60, 143, 203, 0.5);
}

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

.btn-outline-success:hover {
  color: #FFFFFF;
  background-color: #48A800;
  border-color: #48A800;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #48A800;
  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: #FFFFFF;
  background-color: #48A800;
  border-color: #48A800;
}

.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.122rem rgba(72, 168, 0, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(72, 168, 0, 0.5);
}

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

.btn-outline-info:hover {
  color: #1A1A1A;
  background-color: #6DC8E5;
  border-color: #6DC8E5;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6DC8E5;
  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: #1A1A1A;
  background-color: #6DC8E5;
  border-color: #6DC8E5;
}

.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.122rem rgba(109, 200, 229, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(109, 200, 229, 0.5);
}

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

.btn-outline-warning:hover {
  color: #1A1A1A;
  background-color: #FFF005;
  border-color: #FFF005;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #FFF005;
  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: #1A1A1A;
  background-color: #FFF005;
  border-color: #FFF005;
}

.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.122rem rgba(255, 240, 5, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(255, 240, 5, 0.5);
}

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

.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
}

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

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

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(220, 53, 69, 0.5);
}

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

.btn-outline-light:hover {
  color: #1A1A1A;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

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

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F8F8F8;
  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: #1A1A1A;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.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.122rem rgba(248, 248, 248, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(248, 248, 248, 0.5);
}

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

.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #495057;
  border-color: #495057;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #495057;
  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: #FFFFFF;
  background-color: #495057;
  border-color: #495057;
}

.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.122rem rgba(73, 80, 87, 0.5);
          box-shadow: 0 0 0 0.122rem rgba(73, 80, 87, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #3D83B5;
  background-color: transparent;
}

.btn-link:hover {
  color: #3D83B5;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}

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

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

.btn-lg, .btn-group-lg > .btn, .vf-more-link.btn-group-lg > a {
  padding: 1.25rem 2rem;
  font-size: 1.25rem;
  line-height: 1;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .vf-more-link.btn-group-sm > a {
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1;
  border-radius: 0;
}

.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: #1A1A1A;
  text-align: left;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
}

.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: 5px 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid #EAEAEA;
  border-top: 0.0625rem solid #EAEAEA;
}

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

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

.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3D83B5;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: #adb5bd;
  white-space: nowrap;
}

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

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

.btn-group > .btn, .vf-more-link.btn-group > a,
.btn-group-vertical > .btn,
.vf-more-link.btn-group-vertical > a {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.btn-group > .btn:hover, .vf-more-link.btn-group > a:hover,
.btn-group-vertical > .btn:hover,
.vf-more-link.btn-group-vertical > a:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .vf-more-link.btn-group > a:focus, .btn-group > .btn:active, .vf-more-link.btn-group > a:active, .btn-group > .btn.active, .vf-more-link.btn-group > a.active,
.btn-group-vertical > .btn:focus,
.vf-more-link.btn-group-vertical > a:focus,
.btn-group-vertical > .btn:active,
.vf-more-link.btn-group-vertical > a:active,
.btn-group-vertical > .btn.active,
.vf-more-link.btn-group-vertical > a.active {
  z-index: 1;
}

.btn-group .btn + .btn, .btn-group .vf-more-link > a + .btn, .btn-group .vf-more-link > .btn + a, .btn-group .vf-more-link > a + a,
.btn-group .btn + .btn-group,
.btn-group .vf-more-link > a + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .vf-more-link > .btn-group + a,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .vf-more-link > a + .btn,
.btn-group-vertical .vf-more-link > .btn + a,
.btn-group-vertical .vf-more-link > a + a,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .vf-more-link > a + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .vf-more-link > .btn-group + a,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
  margin-left: -0.0625rem;
}

.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, .vf-more-link.btn-group > a:first-child {
  margin-left: 0;
}

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

.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, .vf-more-link.btn-group-sm > a + .dropdown-toggle-split {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .vf-more-link.btn-group-lg > a + .dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.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 .vf-more-link > a,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn, .vf-more-link.btn-group-vertical > a + .btn, .vf-more-link.btn-group-vertical > .btn + a, .vf-more-link.btn-group-vertical > a + a,
.btn-group-vertical > .btn + .btn-group,
.vf-more-link.btn-group-vertical > a + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.vf-more-link.btn-group-vertical > .btn-group + a,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-top: -0.0625rem;
  margin-left: 0;
}

.btn-group-toggle > .btn, .vf-more-link.btn-group-toggle > a,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .vf-more-link.btn-group > a {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"], .vf-more-link.btn-group-toggle > a input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.vf-more-link.btn-group-toggle > a input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .vf-more-link.btn-group > a input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .vf-more-link.btn-group > a 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,
.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,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
  margin-left: -0.0625rem;
}

.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-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn, .input-group-prepend .vf-more-link > a,
.input-group-append .btn,
.input-group-append .vf-more-link > a {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn + .btn, .input-group-prepend .vf-more-link > a + .btn, .input-group-prepend .vf-more-link > .btn + a, .input-group-prepend .vf-more-link > a + a,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .vf-more-link > a + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .vf-more-link > .input-group-text + a,
.input-group-append .btn + .btn,
.input-group-append .vf-more-link > a + .btn,
.input-group-append .vf-more-link > .btn + a,
.input-group-append .vf-more-link > a + a,
.input-group-append .btn + .input-group-text,
.input-group-append .vf-more-link > a + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .vf-more-link > .input-group-text + a {
  margin-left: -1px;
  margin-left: -0.0625rem;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0.9375rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  color: #1A1A1A;
  text-align: center;
  white-space: nowrap;
  background-color: #EAEAEA;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
}

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

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

.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: #FFFFFF;
  background-color: #3D83B5;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

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

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.09375rem;
  left: -30px;
  left: -1.875rem;
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: #FFFFFF;
}

.custom-control-label::after {
  position: absolute;
  top: 0.09375rem;
  left: -30px;
  left: -1.875rem;
  display: block;
  width: 1.3125rem;
  height: 1.3125rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#FFFFFF' d='M0 2h4'/></svg>");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 131, 181, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(61, 131, 181, 0.5);
}

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

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'><circle r='3' fill='#FFFFFF'/></svg>");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(61, 131, 181, 0.5);
}

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

.custom-select:focus {
  border-color: #96bfdc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(150, 191, 220, 0.5);
  -webkit-box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(150, 191, 220, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(150, 191, 220, 0.5);
          box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(150, 191, 220, 0.5);
}

.custom-select:focus::-ms-value {
  color: #1A1A1A;
  background-color: #FFFFFF;
}

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

.custom-select:disabled {
  color: #adb5bd;
  background-color: #EAEAEA;
}

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

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #96bfdc;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

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

.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(3rem + 2px);
  height: calc(3rem + 0.125rem);
  padding: 1rem 1.5rem;
  line-height: 1;
  color: #1A1A1A;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 3rem;
  padding: 1rem 1.5rem;
  line-height: 1;
  color: #1A1A1A;
  content: "Browse";
  background-color: #EAEAEA;
  border-left: 1px solid #E5E5E5;
  border-left: 0.0625rem solid #E5E5E5;
}

.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: #3D83B5;
  border: 0;
  -webkit-appearance: none;
          appearance: none;
}

.custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
  -webkit-box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

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

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

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

.custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
  box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

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

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

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

.custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
  box-shadow: 0 0 0 0.0625rem #FFFFFF, 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

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

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

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

.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 {
  display: block;
  padding: 0.5rem 1rem;
}

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

.nav-link.disabled {
  color: #adb5bd;
}

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

.nav-tabs .nav-item {
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #EAEAEA #EAEAEA #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #adb5bd;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #979797;
  background-color: #FFFFFF;
  border-color: #dee2e6 #dee2e6 #FFFFFF;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #3D83B5;
}

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

.nav-justified .nav-item {
  -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: 5px 10px;
  padding: 0.3125rem 0.625rem;
}

.navbar > .container, .navbar > .bar-tabs,
.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: 10px;
  margin-right: 0.625rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.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 > .bar-tabs,
  .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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container, .navbar-expand-sm > .bar-tabs,
  .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 > .bar-tabs,
  .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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container, .navbar-expand-md > .bar-tabs,
  .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 > .bar-tabs,
  .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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container, .navbar-expand-lg > .bar-tabs,
  .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 > .bar-tabs,
  .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 {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container, .navbar-expand-xl > .bar-tabs,
  .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;
  }
}

.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 > .bar-tabs,
.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 {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container, .navbar-expand > .bar-tabs,
.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 {
  color: rgba(0, 0, 0, 0.5);
}

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

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

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.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: #FFFFFF;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #FFFFFF;
}

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

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

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

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #FFFFFF;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

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

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

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

.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: #FFFFFF;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

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

.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);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

.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);
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.125);
}

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

.card-img-top {
  width: 100%;
}

.card-img-bottom {
  width: 100%;
}

.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;
  margin-bottom: 0.9375rem;
}

@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-right: -0.9375rem;
    margin-left: -15px;
    margin-left: -0.9375rem;
  }
  .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-right: 0.9375rem;
    margin-bottom: 0;
    margin-left: 15px;
    margin-left: 0.9375rem;
  }
}

.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;
  margin-bottom: 0.9375rem;
}

@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-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-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.5rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
}

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

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.4rem;
  color: #FFFFFF;
  content: "➤";
}

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

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

.breadcrumb-item.active {
  color: #FFFFFF;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.75rem 0.875rem;
  margin-left: -1px;
  margin-left: -0.0625rem;
  line-height: 1;
  color: #3D83B5;
  background-color: transparent;
  border: 1px solid #3D83B5;
  border: 0.0625rem solid #3D83B5;
}

.page-link:hover {
  z-index: 2;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
}

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

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 1;
  color: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

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

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

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

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

.badge:empty {
  display: none;
}

.btn .badge, .vf-more-link > a .badge {
  position: relative;
  top: -1px;
  top: -0.0625rem;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #3D83B5;
}

.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #30678f;
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #3C8FCB;
}

.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #2d74a7;
}

.badge-success {
  color: #FFFFFF;
  background-color: #48A800;
}

.badge-success[href]:hover, .badge-success[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #327500;
}

.badge-info {
  color: #1A1A1A;
  background-color: #6DC8E5;
}

.badge-info[href]:hover, .badge-info[href]:focus {
  color: #1A1A1A;
  text-decoration: none;
  background-color: #42b8dd;
}

.badge-warning {
  color: #1A1A1A;
  background-color: #FFF005;
}

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

.badge-danger {
  color: #FFFFFF;
  background-color: #dc3545;
}

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

.badge-light {
  color: #1A1A1A;
  background-color: #F8F8F8;
}

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

.badge-dark {
  color: #FFFFFF;
  background-color: #495057;
}

.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #FFFFFF;
  text-decoration: none;
  background-color: #32373b;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #EAEAEA;
}

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

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

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

.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: #20445e;
  background-color: #d8e6f0;
  border-color: #c9dcea;
}

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

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

.alert-secondary {
  color: #1f4a6a;
  background-color: #d8e9f5;
  border-color: #c8e0f0;
}

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

.alert-secondary .alert-link {
  color: #132e43;
}

.alert-success {
  color: #255700;
  background-color: #daeecc;
  border-color: #cce7b8;
}

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

.alert-success .alert-link {
  color: #0f2400;
}

.alert-info {
  color: #396877;
  background-color: #e2f4fa;
  border-color: #d6f0f8;
}

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

.alert-info .alert-link {
  color: #284a55;
}

.alert-warning {
  color: #857d03;
  background-color: #fffccd;
  border-color: #fffbb9;
}

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

.alert-warning .alert-link {
  color: #534e02;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

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

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

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}

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

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

.alert-dark {
  color: #262a2d;
  background-color: #dbdcdd;
  border-color: #ccced0;
}

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

.alert-dark .alert-link {
  color: #0f1011;
}

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

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

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

.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: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #3D83B5;
  -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: -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;
          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: #979797;
  text-align: inherit;
}

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

.list-group-item-action:active {
  color: #1A1A1A;
  background-color: #EAEAEA;
}

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

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

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

.list-group-item.disabled, .list-group-item:disabled {
  color: #adb5bd;
  background-color: #FFFFFF;
}

.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #3D83B5;
  border-color: #3D83B5;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 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: #20445e;
  background-color: #c9dcea;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #20445e;
  background-color: #b7d0e3;
}

.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #20445e;
  border-color: #20445e;
}

.list-group-item-secondary {
  color: #1f4a6a;
  background-color: #c8e0f0;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #1f4a6a;
  background-color: #b4d5eb;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #1f4a6a;
  border-color: #1f4a6a;
}

.list-group-item-success {
  color: #255700;
  background-color: #cce7b8;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #255700;
  background-color: #bee1a5;
}

.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #255700;
  border-color: #255700;
}

.list-group-item-info {
  color: #396877;
  background-color: #d6f0f8;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #396877;
  background-color: #c0e8f4;
}

.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #396877;
  border-color: #396877;
}

.list-group-item-warning {
  color: #857d03;
  background-color: #fffbb9;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #857d03;
  background-color: #fffaa0;
}

.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #857d03;
  border-color: #857d03;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

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

.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}

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

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

.list-group-item-dark {
  color: #262a2d;
  background-color: #ccced0;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #262a2d;
  background-color: #bfc1c4;
}

.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #262a2d;
  border-color: #262a2d;
}

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

.close:hover, .close:focus {
  color: #000000;
  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: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-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);
      -ms-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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  outline: 0;
}

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

.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 #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
}

.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 #dee2e6;
  border-top: 0.0625rem solid #dee2e6;
}

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    max-width: 31.25rem;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
    max-width: 18.75rem;
  }
}

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.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: #000000;
}

.tooltip-inner {
  max-width: 200px;
  max-width: 12.5rem;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  max-width: 17.25rem;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
}

.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);
  bottom: calc((0.5rem + 0.0625rem) * -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;
  bottom: 0.0625rem;
  border-top-color: #FFFFFF;
}

.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);
  left: calc((0.5rem + 0.0625rem) * -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;
  left: 0.0625rem;
  border-right-color: #FFFFFF;
}

.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);
  top: calc((0.5rem + 0.0625rem) * -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;
  top: 0.0625rem;
  border-bottom-color: #FFFFFF;
}

.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;
  border-bottom: 0.0625rem 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);
  right: calc((0.5rem + 0.0625rem) * -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;
  right: 0.0625rem;
  border-left-color: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-bottom: 0.0625rem solid #ebebeb;
}

.popover-header:empty {
  display: none;
}

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

.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: transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
  -webkit-perspective: 62.5rem;
          perspective: 1000px;
          perspective: 62.5rem;
}

@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);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports (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%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

@supports (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%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}

@supports (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);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

@supports (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: #FFFFFF;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #FFFFFF;
  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;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  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='%23FFFFFF' 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='%23FFFFFF' 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;
  bottom: 0.625rem;
  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;
  width: 1.875rem;
  height: 3px;
  height: 0.1875rem;
  margin-right: 3px;
  margin-right: 0.1875rem;
  margin-left: 3px;
  margin-left: 0.1875rem;
  text-indent: -999px;
  text-indent: -62.4375rem;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  top: -0.625rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  height: 0.625rem;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  height: 0.625rem;
  content: "";
}

.carousel-indicators .active {
  background-color: #FFFFFF;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  bottom: 1.25rem;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: #FFFFFF;
  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: #3D83B5 !important;
}

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

.bg-secondary {
  background-color: #3C8FCB !important;
}

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

.bg-success {
  background-color: #48A800 !important;
}

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

.bg-info {
  background-color: #6DC8E5 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #dee2e6 !important;
  border-left: 0.0625rem 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: #3D83B5 !important;
}

.border-secondary {
  border-color: #3C8FCB !important;
}

.border-success {
  border-color: #48A800 !important;
}

.border-info {
  border-color: #6DC8E5 !important;
}

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

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

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

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

.border-white {
  border-color: #FFFFFF !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 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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
  -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 5px 14px 0 rgba(129, 129, 129, 0.2) !important;
  -webkit-box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !important;
          box-shadow: 0 5px 14px 0 rgba(129, 129, 129, 0.2) !important;
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2) !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: 10px !important;
  margin: 0.625rem !important;
}

.mt-1,
.my-1 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 10px !important;
  margin-right: 0.625rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 10px !important;
  margin-bottom: 0.625rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 10px !important;
  margin-left: 0.625rem !important;
}

.m-2 {
  margin: 20px !important;
  margin: 1.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 20px !important;
  margin-right: 1.25rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 20px !important;
  margin-bottom: 1.25rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 20px !important;
  margin-left: 1.25rem !important;
}

.m-3 {
  margin: 30px !important;
  margin: 1.875rem !important;
}

.mt-3,
.my-3 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 30px !important;
  margin-right: 1.875rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 30px !important;
  margin-left: 1.875rem !important;
}

.m-4 {
  margin: 40px !important;
  margin: 2.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 40px !important;
  margin-right: 2.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 40px !important;
  margin-bottom: 2.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 40px !important;
  margin-left: 2.5rem !important;
}

.m-5 {
  margin: 50px !important;
  margin: 3.125rem !important;
}

.mt-5,
.my-5 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 50px !important;
  margin-right: 3.125rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 50px !important;
  margin-bottom: 3.125rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 50px !important;
  margin-left: 3.125rem !important;
}

.m-6 {
  margin: 60px !important;
  margin: 3.75rem !important;
}

.mt-6,
.my-6 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 60px !important;
  margin-right: 3.75rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 60px !important;
  margin-left: 3.75rem !important;
}

.m-7 {
  margin: 70px !important;
  margin: 4.375rem !important;
}

.mt-7,
.my-7 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 70px !important;
  margin-right: 4.375rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 70px !important;
  margin-bottom: 4.375rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 70px !important;
  margin-left: 4.375rem !important;
}

.m-8 {
  margin: 80px !important;
  margin: 5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 80px !important;
  margin-right: 5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 80px !important;
  margin-bottom: 5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 80px !important;
  margin-left: 5rem !important;
}

.m-75 {
  margin: 7.5px !important;
  margin: 0.46875rem !important;
}

.mt-75,
.my-75 {
  margin-top: 7.5px !important;
  margin-top: 0.46875rem !important;
}

.mr-75,
.mx-75 {
  margin-right: 7.5px !important;
  margin-right: 0.46875rem !important;
}

.mb-75,
.my-75 {
  margin-bottom: 7.5px !important;
  margin-bottom: 0.46875rem !important;
}

.ml-75,
.mx-75 {
  margin-left: 7.5px !important;
  margin-left: 0.46875rem !important;
}

.m-50 {
  margin: 5px !important;
  margin: 0.3125rem !important;
}

.mt-50,
.my-50 {
  margin-top: 5px !important;
  margin-top: 0.3125rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 5px !important;
  margin-right: 0.3125rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 5px !important;
  margin-bottom: 0.3125rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 5px !important;
  margin-left: 0.3125rem !important;
}

.m-30 {
  margin: 3px !important;
  margin: 0.1875rem !important;
}

.mt-30,
.my-30 {
  margin-top: 3px !important;
  margin-top: 0.1875rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 3px !important;
  margin-right: 0.1875rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 3px !important;
  margin-bottom: 0.1875rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 3px !important;
  margin-left: 0.1875rem !important;
}

.m-25 {
  margin: 2.5px !important;
  margin: 0.15625rem !important;
}

.mt-25,
.my-25 {
  margin-top: 2.5px !important;
  margin-top: 0.15625rem !important;
}

.mr-25,
.mx-25 {
  margin-right: 2.5px !important;
  margin-right: 0.15625rem !important;
}

.mb-25,
.my-25 {
  margin-bottom: 2.5px !important;
  margin-bottom: 0.15625rem !important;
}

.ml-25,
.mx-25 {
  margin-left: 2.5px !important;
  margin-left: 0.15625rem !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: 10px !important;
  padding: 0.625rem !important;
}

.pt-1,
.py-1 {
  padding-top: 10px !important;
  padding-top: 0.625rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 10px !important;
  padding-bottom: 0.625rem !important;
}

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

.p-2 {
  padding: 20px !important;
  padding: 1.25rem !important;
}

.pt-2,
.py-2 {
  padding-top: 20px !important;
  padding-top: 1.25rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 20px !important;
  padding-bottom: 1.25rem !important;
}

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

.p-3 {
  padding: 30px !important;
  padding: 1.875rem !important;
}

.pt-3,
.py-3 {
  padding-top: 30px !important;
  padding-top: 1.875rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 30px !important;
  padding-bottom: 1.875rem !important;
}

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

.p-4 {
  padding: 40px !important;
  padding: 2.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 40px !important;
  padding-top: 2.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 40px !important;
  padding-bottom: 2.5rem !important;
}

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

.p-5 {
  padding: 50px !important;
  padding: 3.125rem !important;
}

.pt-5,
.py-5 {
  padding-top: 50px !important;
  padding-top: 3.125rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 50px !important;
  padding-bottom: 3.125rem !important;
}

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

.p-6 {
  padding: 60px !important;
  padding: 3.75rem !important;
}

.pt-6,
.py-6 {
  padding-top: 60px !important;
  padding-top: 3.75rem !important;
}

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

.pb-6,
.py-6 {
  padding-bottom: 60px !important;
  padding-bottom: 3.75rem !important;
}

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

.p-7 {
  padding: 70px !important;
  padding: 4.375rem !important;
}

.pt-7,
.py-7 {
  padding-top: 70px !important;
  padding-top: 4.375rem !important;
}

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

.pb-7,
.py-7 {
  padding-bottom: 70px !important;
  padding-bottom: 4.375rem !important;
}

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

.p-8 {
  padding: 80px !important;
  padding: 5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 80px !important;
  padding-top: 5rem !important;
}

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

.pb-8,
.py-8 {
  padding-bottom: 80px !important;
  padding-bottom: 5rem !important;
}

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

.p-75 {
  padding: 7.5px !important;
  padding: 0.46875rem !important;
}

.pt-75,
.py-75 {
  padding-top: 7.5px !important;
  padding-top: 0.46875rem !important;
}

.pr-75,
.px-75 {
  padding-right: 7.5px !important;
  padding-right: 0.46875rem !important;
}

.pb-75,
.py-75 {
  padding-bottom: 7.5px !important;
  padding-bottom: 0.46875rem !important;
}

.pl-75,
.px-75 {
  padding-left: 7.5px !important;
  padding-left: 0.46875rem !important;
}

.p-50 {
  padding: 5px !important;
  padding: 0.3125rem !important;
}

.pt-50,
.py-50 {
  padding-top: 5px !important;
  padding-top: 0.3125rem !important;
}

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

.pb-50,
.py-50 {
  padding-bottom: 5px !important;
  padding-bottom: 0.3125rem !important;
}

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

.p-30 {
  padding: 3px !important;
  padding: 0.1875rem !important;
}

.pt-30,
.py-30 {
  padding-top: 3px !important;
  padding-top: 0.1875rem !important;
}

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

.pb-30,
.py-30 {
  padding-bottom: 3px !important;
  padding-bottom: 0.1875rem !important;
}

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

.p-25 {
  padding: 2.5px !important;
  padding: 0.15625rem !important;
}

.pt-25,
.py-25 {
  padding-top: 2.5px !important;
  padding-top: 0.15625rem !important;
}

.pr-25,
.px-25 {
  padding-right: 2.5px !important;
  padding-right: 0.15625rem !important;
}

.pb-25,
.py-25 {
  padding-bottom: 2.5px !important;
  padding-bottom: 0.15625rem !important;
}

.pl-25,
.px-25 {
  padding-left: 2.5px !important;
  padding-left: 0.15625rem !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: 10px !important;
    margin: 0.625rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 10px !important;
    margin-left: 0.625rem !important;
  }
  .m-sm-2 {
    margin: 20px !important;
    margin: 1.25rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 30px !important;
    margin: 1.875rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 30px !important;
    margin-right: 1.875rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 30px !important;
    margin-left: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 40px !important;
    margin: 2.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 40px !important;
    margin-right: 2.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 40px !important;
    margin-left: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 50px !important;
    margin: 3.125rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 50px !important;
    margin-right: 3.125rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 50px !important;
    margin-bottom: 3.125rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 50px !important;
    margin-left: 3.125rem !important;
  }
  .m-sm-6 {
    margin: 60px !important;
    margin: 3.75rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 60px !important;
    margin-right: 3.75rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 60px !important;
    margin-bottom: 3.75rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 60px !important;
    margin-left: 3.75rem !important;
  }
  .m-sm-7 {
    margin: 70px !important;
    margin: 4.375rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 70px !important;
    margin-right: 4.375rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 70px !important;
    margin-bottom: 4.375rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 70px !important;
    margin-left: 4.375rem !important;
  }
  .m-sm-8 {
    margin: 80px !important;
    margin: 5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 80px !important;
    margin-right: 5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 80px !important;
    margin-bottom: 5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 80px !important;
    margin-left: 5rem !important;
  }
  .m-sm-75 {
    margin: 7.5px !important;
    margin: 0.46875rem !important;
  }
  .mt-sm-75,
  .my-sm-75 {
    margin-top: 7.5px !important;
    margin-top: 0.46875rem !important;
  }
  .mr-sm-75,
  .mx-sm-75 {
    margin-right: 7.5px !important;
    margin-right: 0.46875rem !important;
  }
  .mb-sm-75,
  .my-sm-75 {
    margin-bottom: 7.5px !important;
    margin-bottom: 0.46875rem !important;
  }
  .ml-sm-75,
  .mx-sm-75 {
    margin-left: 7.5px !important;
    margin-left: 0.46875rem !important;
  }
  .m-sm-50 {
    margin: 5px !important;
    margin: 0.3125rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5px !important;
    margin-top: 0.3125rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5px !important;
    margin-right: 0.3125rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5px !important;
    margin-left: 0.3125rem !important;
  }
  .m-sm-30 {
    margin: 3px !important;
    margin: 0.1875rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3px !important;
    margin-top: 0.1875rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3px !important;
    margin-right: 0.1875rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3px !important;
    margin-bottom: 0.1875rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3px !important;
    margin-left: 0.1875rem !important;
  }
  .m-sm-25 {
    margin: 2.5px !important;
    margin: 0.15625rem !important;
  }
  .mt-sm-25,
  .my-sm-25 {
    margin-top: 2.5px !important;
    margin-top: 0.15625rem !important;
  }
  .mr-sm-25,
  .mx-sm-25 {
    margin-right: 2.5px !important;
    margin-right: 0.15625rem !important;
  }
  .mb-sm-25,
  .my-sm-25 {
    margin-bottom: 2.5px !important;
    margin-bottom: 0.15625rem !important;
  }
  .ml-sm-25,
  .mx-sm-25 {
    margin-left: 2.5px !important;
    margin-left: 0.15625rem !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: 10px !important;
    padding: 0.625rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 10px !important;
    padding-top: 0.625rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 10px !important;
    padding-right: 0.625rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 10px !important;
    padding-bottom: 0.625rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
  }
  .p-sm-2 {
    padding: 20px !important;
    padding: 1.25rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 30px !important;
    padding: 1.875rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 30px !important;
    padding-right: 1.875rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 30px !important;
    padding-bottom: 1.875rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 30px !important;
    padding-left: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 40px !important;
    padding: 2.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 40px !important;
    padding-top: 2.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 40px !important;
    padding-right: 2.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 40px !important;
    padding-bottom: 2.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 40px !important;
    padding-left: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 50px !important;
    padding: 3.125rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 50px !important;
    padding-top: 3.125rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 50px !important;
    padding-right: 3.125rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 50px !important;
    padding-bottom: 3.125rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 50px !important;
    padding-left: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 60px !important;
    padding: 3.75rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 60px !important;
    padding-top: 3.75rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 60px !important;
    padding-right: 3.75rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 60px !important;
    padding-bottom: 3.75rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 60px !important;
    padding-left: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 70px !important;
    padding: 4.375rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 70px !important;
    padding-top: 4.375rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 70px !important;
    padding-right: 4.375rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 70px !important;
    padding-bottom: 4.375rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 70px !important;
    padding-left: 4.375rem !important;
  }
  .p-sm-8 {
    padding: 80px !important;
    padding: 5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 80px !important;
    padding-top: 5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 80px !important;
    padding-right: 5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 80px !important;
    padding-bottom: 5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 80px !important;
    padding-left: 5rem !important;
  }
  .p-sm-75 {
    padding: 7.5px !important;
    padding: 0.46875rem !important;
  }
  .pt-sm-75,
  .py-sm-75 {
    padding-top: 7.5px !important;
    padding-top: 0.46875rem !important;
  }
  .pr-sm-75,
  .px-sm-75 {
    padding-right: 7.5px !important;
    padding-right: 0.46875rem !important;
  }
  .pb-sm-75,
  .py-sm-75 {
    padding-bottom: 7.5px !important;
    padding-bottom: 0.46875rem !important;
  }
  .pl-sm-75,
  .px-sm-75 {
    padding-left: 7.5px !important;
    padding-left: 0.46875rem !important;
  }
  .p-sm-50 {
    padding: 5px !important;
    padding: 0.3125rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5px !important;
    padding-top: 0.3125rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5px !important;
    padding-right: 0.3125rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5px !important;
    padding-bottom: 0.3125rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5px !important;
    padding-left: 0.3125rem !important;
  }
  .p-sm-30 {
    padding: 3px !important;
    padding: 0.1875rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3px !important;
    padding-top: 0.1875rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3px !important;
    padding-right: 0.1875rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3px !important;
    padding-bottom: 0.1875rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3px !important;
    padding-left: 0.1875rem !important;
  }
  .p-sm-25 {
    padding: 2.5px !important;
    padding: 0.15625rem !important;
  }
  .pt-sm-25,
  .py-sm-25 {
    padding-top: 2.5px !important;
    padding-top: 0.15625rem !important;
  }
  .pr-sm-25,
  .px-sm-25 {
    padding-right: 2.5px !important;
    padding-right: 0.15625rem !important;
  }
  .pb-sm-25,
  .py-sm-25 {
    padding-bottom: 2.5px !important;
    padding-bottom: 0.15625rem !important;
  }
  .pl-sm-25,
  .px-sm-25 {
    padding-left: 2.5px !important;
    padding-left: 0.15625rem !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: 10px !important;
    margin: 0.625rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 10px !important;
    margin-left: 0.625rem !important;
  }
  .m-md-2 {
    margin: 20px !important;
    margin: 1.25rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
  }
  .m-md-3 {
    margin: 30px !important;
    margin: 1.875rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 30px !important;
    margin-right: 1.875rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 30px !important;
    margin-left: 1.875rem !important;
  }
  .m-md-4 {
    margin: 40px !important;
    margin: 2.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 40px !important;
    margin-right: 2.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 40px !important;
    margin-left: 2.5rem !important;
  }
  .m-md-5 {
    margin: 50px !important;
    margin: 3.125rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 50px !important;
    margin-right: 3.125rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 50px !important;
    margin-bottom: 3.125rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 50px !important;
    margin-left: 3.125rem !important;
  }
  .m-md-6 {
    margin: 60px !important;
    margin: 3.75rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 60px !important;
    margin-right: 3.75rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 60px !important;
    margin-bottom: 3.75rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 60px !important;
    margin-left: 3.75rem !important;
  }
  .m-md-7 {
    margin: 70px !important;
    margin: 4.375rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 70px !important;
    margin-right: 4.375rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 70px !important;
    margin-bottom: 4.375rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 70px !important;
    margin-left: 4.375rem !important;
  }
  .m-md-8 {
    margin: 80px !important;
    margin: 5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 80px !important;
    margin-right: 5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 80px !important;
    margin-bottom: 5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 80px !important;
    margin-left: 5rem !important;
  }
  .m-md-75 {
    margin: 7.5px !important;
    margin: 0.46875rem !important;
  }
  .mt-md-75,
  .my-md-75 {
    margin-top: 7.5px !important;
    margin-top: 0.46875rem !important;
  }
  .mr-md-75,
  .mx-md-75 {
    margin-right: 7.5px !important;
    margin-right: 0.46875rem !important;
  }
  .mb-md-75,
  .my-md-75 {
    margin-bottom: 7.5px !important;
    margin-bottom: 0.46875rem !important;
  }
  .ml-md-75,
  .mx-md-75 {
    margin-left: 7.5px !important;
    margin-left: 0.46875rem !important;
  }
  .m-md-50 {
    margin: 5px !important;
    margin: 0.3125rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5px !important;
    margin-top: 0.3125rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5px !important;
    margin-right: 0.3125rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5px !important;
    margin-left: 0.3125rem !important;
  }
  .m-md-30 {
    margin: 3px !important;
    margin: 0.1875rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3px !important;
    margin-top: 0.1875rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3px !important;
    margin-right: 0.1875rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3px !important;
    margin-bottom: 0.1875rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3px !important;
    margin-left: 0.1875rem !important;
  }
  .m-md-25 {
    margin: 2.5px !important;
    margin: 0.15625rem !important;
  }
  .mt-md-25,
  .my-md-25 {
    margin-top: 2.5px !important;
    margin-top: 0.15625rem !important;
  }
  .mr-md-25,
  .mx-md-25 {
    margin-right: 2.5px !important;
    margin-right: 0.15625rem !important;
  }
  .mb-md-25,
  .my-md-25 {
    margin-bottom: 2.5px !important;
    margin-bottom: 0.15625rem !important;
  }
  .ml-md-25,
  .mx-md-25 {
    margin-left: 2.5px !important;
    margin-left: 0.15625rem !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: 10px !important;
    padding: 0.625rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 10px !important;
    padding-top: 0.625rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 10px !important;
    padding-right: 0.625rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 10px !important;
    padding-bottom: 0.625rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
  }
  .p-md-2 {
    padding: 20px !important;
    padding: 1.25rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
  }
  .p-md-3 {
    padding: 30px !important;
    padding: 1.875rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 30px !important;
    padding-right: 1.875rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 30px !important;
    padding-bottom: 1.875rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 30px !important;
    padding-left: 1.875rem !important;
  }
  .p-md-4 {
    padding: 40px !important;
    padding: 2.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 40px !important;
    padding-top: 2.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 40px !important;
    padding-right: 2.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 40px !important;
    padding-bottom: 2.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 40px !important;
    padding-left: 2.5rem !important;
  }
  .p-md-5 {
    padding: 50px !important;
    padding: 3.125rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 50px !important;
    padding-top: 3.125rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 50px !important;
    padding-right: 3.125rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 50px !important;
    padding-bottom: 3.125rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 50px !important;
    padding-left: 3.125rem !important;
  }
  .p-md-6 {
    padding: 60px !important;
    padding: 3.75rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 60px !important;
    padding-top: 3.75rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 60px !important;
    padding-right: 3.75rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 60px !important;
    padding-bottom: 3.75rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 60px !important;
    padding-left: 3.75rem !important;
  }
  .p-md-7 {
    padding: 70px !important;
    padding: 4.375rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 70px !important;
    padding-top: 4.375rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 70px !important;
    padding-right: 4.375rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 70px !important;
    padding-bottom: 4.375rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 70px !important;
    padding-left: 4.375rem !important;
  }
  .p-md-8 {
    padding: 80px !important;
    padding: 5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 80px !important;
    padding-top: 5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 80px !important;
    padding-right: 5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 80px !important;
    padding-bottom: 5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 80px !important;
    padding-left: 5rem !important;
  }
  .p-md-75 {
    padding: 7.5px !important;
    padding: 0.46875rem !important;
  }
  .pt-md-75,
  .py-md-75 {
    padding-top: 7.5px !important;
    padding-top: 0.46875rem !important;
  }
  .pr-md-75,
  .px-md-75 {
    padding-right: 7.5px !important;
    padding-right: 0.46875rem !important;
  }
  .pb-md-75,
  .py-md-75 {
    padding-bottom: 7.5px !important;
    padding-bottom: 0.46875rem !important;
  }
  .pl-md-75,
  .px-md-75 {
    padding-left: 7.5px !important;
    padding-left: 0.46875rem !important;
  }
  .p-md-50 {
    padding: 5px !important;
    padding: 0.3125rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5px !important;
    padding-top: 0.3125rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5px !important;
    padding-right: 0.3125rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5px !important;
    padding-bottom: 0.3125rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5px !important;
    padding-left: 0.3125rem !important;
  }
  .p-md-30 {
    padding: 3px !important;
    padding: 0.1875rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3px !important;
    padding-top: 0.1875rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3px !important;
    padding-right: 0.1875rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3px !important;
    padding-bottom: 0.1875rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3px !important;
    padding-left: 0.1875rem !important;
  }
  .p-md-25 {
    padding: 2.5px !important;
    padding: 0.15625rem !important;
  }
  .pt-md-25,
  .py-md-25 {
    padding-top: 2.5px !important;
    padding-top: 0.15625rem !important;
  }
  .pr-md-25,
  .px-md-25 {
    padding-right: 2.5px !important;
    padding-right: 0.15625rem !important;
  }
  .pb-md-25,
  .py-md-25 {
    padding-bottom: 2.5px !important;
    padding-bottom: 0.15625rem !important;
  }
  .pl-md-25,
  .px-md-25 {
    padding-left: 2.5px !important;
    padding-left: 0.15625rem !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: 10px !important;
    margin: 0.625rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 10px !important;
    margin-left: 0.625rem !important;
  }
  .m-lg-2 {
    margin: 20px !important;
    margin: 1.25rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 30px !important;
    margin: 1.875rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 30px !important;
    margin-right: 1.875rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 30px !important;
    margin-left: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 40px !important;
    margin: 2.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 40px !important;
    margin-right: 2.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 40px !important;
    margin-left: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 50px !important;
    margin: 3.125rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 50px !important;
    margin-right: 3.125rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 50px !important;
    margin-bottom: 3.125rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 50px !important;
    margin-left: 3.125rem !important;
  }
  .m-lg-6 {
    margin: 60px !important;
    margin: 3.75rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 60px !important;
    margin-right: 3.75rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 60px !important;
    margin-bottom: 3.75rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 60px !important;
    margin-left: 3.75rem !important;
  }
  .m-lg-7 {
    margin: 70px !important;
    margin: 4.375rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 70px !important;
    margin-right: 4.375rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 70px !important;
    margin-bottom: 4.375rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 70px !important;
    margin-left: 4.375rem !important;
  }
  .m-lg-8 {
    margin: 80px !important;
    margin: 5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 80px !important;
    margin-right: 5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 80px !important;
    margin-bottom: 5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 80px !important;
    margin-left: 5rem !important;
  }
  .m-lg-75 {
    margin: 7.5px !important;
    margin: 0.46875rem !important;
  }
  .mt-lg-75,
  .my-lg-75 {
    margin-top: 7.5px !important;
    margin-top: 0.46875rem !important;
  }
  .mr-lg-75,
  .mx-lg-75 {
    margin-right: 7.5px !important;
    margin-right: 0.46875rem !important;
  }
  .mb-lg-75,
  .my-lg-75 {
    margin-bottom: 7.5px !important;
    margin-bottom: 0.46875rem !important;
  }
  .ml-lg-75,
  .mx-lg-75 {
    margin-left: 7.5px !important;
    margin-left: 0.46875rem !important;
  }
  .m-lg-50 {
    margin: 5px !important;
    margin: 0.3125rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5px !important;
    margin-top: 0.3125rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5px !important;
    margin-right: 0.3125rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5px !important;
    margin-left: 0.3125rem !important;
  }
  .m-lg-30 {
    margin: 3px !important;
    margin: 0.1875rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3px !important;
    margin-top: 0.1875rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3px !important;
    margin-right: 0.1875rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3px !important;
    margin-bottom: 0.1875rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3px !important;
    margin-left: 0.1875rem !important;
  }
  .m-lg-25 {
    margin: 2.5px !important;
    margin: 0.15625rem !important;
  }
  .mt-lg-25,
  .my-lg-25 {
    margin-top: 2.5px !important;
    margin-top: 0.15625rem !important;
  }
  .mr-lg-25,
  .mx-lg-25 {
    margin-right: 2.5px !important;
    margin-right: 0.15625rem !important;
  }
  .mb-lg-25,
  .my-lg-25 {
    margin-bottom: 2.5px !important;
    margin-bottom: 0.15625rem !important;
  }
  .ml-lg-25,
  .mx-lg-25 {
    margin-left: 2.5px !important;
    margin-left: 0.15625rem !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: 10px !important;
    padding: 0.625rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 10px !important;
    padding-top: 0.625rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 10px !important;
    padding-right: 0.625rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 10px !important;
    padding-bottom: 0.625rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
  }
  .p-lg-2 {
    padding: 20px !important;
    padding: 1.25rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 30px !important;
    padding: 1.875rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 30px !important;
    padding-right: 1.875rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 30px !important;
    padding-bottom: 1.875rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 30px !important;
    padding-left: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 40px !important;
    padding: 2.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 40px !important;
    padding-top: 2.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 40px !important;
    padding-right: 2.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 40px !important;
    padding-bottom: 2.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 40px !important;
    padding-left: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 50px !important;
    padding: 3.125rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 50px !important;
    padding-top: 3.125rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 50px !important;
    padding-right: 3.125rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 50px !important;
    padding-bottom: 3.125rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 50px !important;
    padding-left: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 60px !important;
    padding: 3.75rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 60px !important;
    padding-top: 3.75rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 60px !important;
    padding-right: 3.75rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 60px !important;
    padding-bottom: 3.75rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 60px !important;
    padding-left: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 70px !important;
    padding: 4.375rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 70px !important;
    padding-top: 4.375rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 70px !important;
    padding-right: 4.375rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 70px !important;
    padding-bottom: 4.375rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 70px !important;
    padding-left: 4.375rem !important;
  }
  .p-lg-8 {
    padding: 80px !important;
    padding: 5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 80px !important;
    padding-top: 5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 80px !important;
    padding-right: 5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 80px !important;
    padding-bottom: 5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 80px !important;
    padding-left: 5rem !important;
  }
  .p-lg-75 {
    padding: 7.5px !important;
    padding: 0.46875rem !important;
  }
  .pt-lg-75,
  .py-lg-75 {
    padding-top: 7.5px !important;
    padding-top: 0.46875rem !important;
  }
  .pr-lg-75,
  .px-lg-75 {
    padding-right: 7.5px !important;
    padding-right: 0.46875rem !important;
  }
  .pb-lg-75,
  .py-lg-75 {
    padding-bottom: 7.5px !important;
    padding-bottom: 0.46875rem !important;
  }
  .pl-lg-75,
  .px-lg-75 {
    padding-left: 7.5px !important;
    padding-left: 0.46875rem !important;
  }
  .p-lg-50 {
    padding: 5px !important;
    padding: 0.3125rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5px !important;
    padding-top: 0.3125rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5px !important;
    padding-right: 0.3125rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5px !important;
    padding-bottom: 0.3125rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5px !important;
    padding-left: 0.3125rem !important;
  }
  .p-lg-30 {
    padding: 3px !important;
    padding: 0.1875rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3px !important;
    padding-top: 0.1875rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3px !important;
    padding-right: 0.1875rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3px !important;
    padding-bottom: 0.1875rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3px !important;
    padding-left: 0.1875rem !important;
  }
  .p-lg-25 {
    padding: 2.5px !important;
    padding: 0.15625rem !important;
  }
  .pt-lg-25,
  .py-lg-25 {
    padding-top: 2.5px !important;
    padding-top: 0.15625rem !important;
  }
  .pr-lg-25,
  .px-lg-25 {
    padding-right: 2.5px !important;
    padding-right: 0.15625rem !important;
  }
  .pb-lg-25,
  .py-lg-25 {
    padding-bottom: 2.5px !important;
    padding-bottom: 0.15625rem !important;
  }
  .pl-lg-25,
  .px-lg-25 {
    padding-left: 2.5px !important;
    padding-left: 0.15625rem !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: 10px !important;
    margin: 0.625rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 10px !important;
    margin-right: 0.625rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 10px !important;
    margin-bottom: 0.625rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 10px !important;
    margin-left: 0.625rem !important;
  }
  .m-xl-2 {
    margin: 20px !important;
    margin: 1.25rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 20px !important;
    margin-right: 1.25rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 20px !important;
    margin-bottom: 1.25rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 20px !important;
    margin-left: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 30px !important;
    margin: 1.875rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 30px !important;
    margin-right: 1.875rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 30px !important;
    margin-bottom: 1.875rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 30px !important;
    margin-left: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 40px !important;
    margin: 2.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 40px !important;
    margin-right: 2.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 40px !important;
    margin-bottom: 2.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 40px !important;
    margin-left: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 50px !important;
    margin: 3.125rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 50px !important;
    margin-right: 3.125rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 50px !important;
    margin-bottom: 3.125rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 50px !important;
    margin-left: 3.125rem !important;
  }
  .m-xl-6 {
    margin: 60px !important;
    margin: 3.75rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 60px !important;
    margin-right: 3.75rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 60px !important;
    margin-bottom: 3.75rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 60px !important;
    margin-left: 3.75rem !important;
  }
  .m-xl-7 {
    margin: 70px !important;
    margin: 4.375rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 70px !important;
    margin-right: 4.375rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 70px !important;
    margin-bottom: 4.375rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 70px !important;
    margin-left: 4.375rem !important;
  }
  .m-xl-8 {
    margin: 80px !important;
    margin: 5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 80px !important;
    margin-right: 5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 80px !important;
    margin-bottom: 5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 80px !important;
    margin-left: 5rem !important;
  }
  .m-xl-75 {
    margin: 7.5px !important;
    margin: 0.46875rem !important;
  }
  .mt-xl-75,
  .my-xl-75 {
    margin-top: 7.5px !important;
    margin-top: 0.46875rem !important;
  }
  .mr-xl-75,
  .mx-xl-75 {
    margin-right: 7.5px !important;
    margin-right: 0.46875rem !important;
  }
  .mb-xl-75,
  .my-xl-75 {
    margin-bottom: 7.5px !important;
    margin-bottom: 0.46875rem !important;
  }
  .ml-xl-75,
  .mx-xl-75 {
    margin-left: 7.5px !important;
    margin-left: 0.46875rem !important;
  }
  .m-xl-50 {
    margin: 5px !important;
    margin: 0.3125rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5px !important;
    margin-top: 0.3125rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5px !important;
    margin-right: 0.3125rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5px !important;
    margin-bottom: 0.3125rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5px !important;
    margin-left: 0.3125rem !important;
  }
  .m-xl-30 {
    margin: 3px !important;
    margin: 0.1875rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3px !important;
    margin-top: 0.1875rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3px !important;
    margin-right: 0.1875rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3px !important;
    margin-bottom: 0.1875rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3px !important;
    margin-left: 0.1875rem !important;
  }
  .m-xl-25 {
    margin: 2.5px !important;
    margin: 0.15625rem !important;
  }
  .mt-xl-25,
  .my-xl-25 {
    margin-top: 2.5px !important;
    margin-top: 0.15625rem !important;
  }
  .mr-xl-25,
  .mx-xl-25 {
    margin-right: 2.5px !important;
    margin-right: 0.15625rem !important;
  }
  .mb-xl-25,
  .my-xl-25 {
    margin-bottom: 2.5px !important;
    margin-bottom: 0.15625rem !important;
  }
  .ml-xl-25,
  .mx-xl-25 {
    margin-left: 2.5px !important;
    margin-left: 0.15625rem !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: 10px !important;
    padding: 0.625rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 10px !important;
    padding-top: 0.625rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 10px !important;
    padding-right: 0.625rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 10px !important;
    padding-bottom: 0.625rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 10px !important;
    padding-left: 0.625rem !important;
  }
  .p-xl-2 {
    padding: 20px !important;
    padding: 1.25rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 20px !important;
    padding-top: 1.25rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 20px !important;
    padding-right: 1.25rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 20px !important;
    padding-bottom: 1.25rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 30px !important;
    padding: 1.875rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 30px !important;
    padding-top: 1.875rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 30px !important;
    padding-right: 1.875rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 30px !important;
    padding-bottom: 1.875rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 30px !important;
    padding-left: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 40px !important;
    padding: 2.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 40px !important;
    padding-top: 2.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 40px !important;
    padding-right: 2.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 40px !important;
    padding-bottom: 2.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 40px !important;
    padding-left: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 50px !important;
    padding: 3.125rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 50px !important;
    padding-top: 3.125rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 50px !important;
    padding-right: 3.125rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 50px !important;
    padding-bottom: 3.125rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 50px !important;
    padding-left: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 60px !important;
    padding: 3.75rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 60px !important;
    padding-top: 3.75rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 60px !important;
    padding-right: 3.75rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 60px !important;
    padding-bottom: 3.75rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 60px !important;
    padding-left: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 70px !important;
    padding: 4.375rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 70px !important;
    padding-top: 4.375rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 70px !important;
    padding-right: 4.375rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 70px !important;
    padding-bottom: 4.375rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 70px !important;
    padding-left: 4.375rem !important;
  }
  .p-xl-8 {
    padding: 80px !important;
    padding: 5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 80px !important;
    padding-top: 5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 80px !important;
    padding-right: 5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 80px !important;
    padding-bottom: 5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 80px !important;
    padding-left: 5rem !important;
  }
  .p-xl-75 {
    padding: 7.5px !important;
    padding: 0.46875rem !important;
  }
  .pt-xl-75,
  .py-xl-75 {
    padding-top: 7.5px !important;
    padding-top: 0.46875rem !important;
  }
  .pr-xl-75,
  .px-xl-75 {
    padding-right: 7.5px !important;
    padding-right: 0.46875rem !important;
  }
  .pb-xl-75,
  .py-xl-75 {
    padding-bottom: 7.5px !important;
    padding-bottom: 0.46875rem !important;
  }
  .pl-xl-75,
  .px-xl-75 {
    padding-left: 7.5px !important;
    padding-left: 0.46875rem !important;
  }
  .p-xl-50 {
    padding: 5px !important;
    padding: 0.3125rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5px !important;
    padding-top: 0.3125rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5px !important;
    padding-right: 0.3125rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5px !important;
    padding-bottom: 0.3125rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5px !important;
    padding-left: 0.3125rem !important;
  }
  .p-xl-30 {
    padding: 3px !important;
    padding: 0.1875rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3px !important;
    padding-top: 0.1875rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3px !important;
    padding-right: 0.1875rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3px !important;
    padding-bottom: 0.1875rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3px !important;
    padding-left: 0.1875rem !important;
  }
  .p-xl-25 {
    padding: 2.5px !important;
    padding: 0.15625rem !important;
  }
  .pt-xl-25,
  .py-xl-25 {
    padding-top: 2.5px !important;
    padding-top: 0.15625rem !important;
  }
  .pr-xl-25,
  .px-xl-25 {
    padding-right: 2.5px !important;
    padding-right: 0.15625rem !important;
  }
  .pb-xl-25,
  .py-xl-25 {
    padding-bottom: 2.5px !important;
    padding-bottom: 0.15625rem !important;
  }
  .pl-xl-25,
  .px-xl-25 {
    padding-left: 2.5px !important;
    padding-left: 0.15625rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

.text-primary {
  color: #3D83B5 !important;
}

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

.text-secondary {
  color: #3C8FCB !important;
}

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

.text-success {
  color: #48A800 !important;
}

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

.text-info {
  color: #6DC8E5 !important;
}

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #adb5bd !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;
}

.bg-filter-10::before,
[class*="bg-custom--"].bg-custom-filter-10::before {
  opacity: 0.1;
}

.bg-filter-20::before,
[class*="bg-custom--"].bg-custom-filter-20::before {
  opacity: 0.2;
}

.bg-filter-30::before,
[class*="bg-custom--"].bg-custom-filter-30::before {
  opacity: 0.3;
}

.bg-filter-40::before,
[class*="bg-custom--"].bg-custom-filter-40::before {
  opacity: 0.4;
}

.bg-filter-50::before,
[class*="bg-custom--"].bg-custom-filter-50::before {
  opacity: 0.5;
}

.bg-filter-60::before,
[class*="bg-custom--"].bg-custom-filter-60::before {
  opacity: 0.6;
}

.bg-filter-70::before,
[class*="bg-custom--"].bg-custom-filter-70::before {
  opacity: 0.7;
}

.bg-filter-80::before,
[class*="bg-custom--"].bg-custom-filter-80::before {
  opacity: 0.8;
}

.bg-filter-90::before,
[class*="bg-custom--"].bg-custom-filter-90::before {
  opacity: 0.9;
}

.bg-filter-100::before,
[class*="bg-custom--"].bg-custom-filter-100::before {
  opacity: 1;
}

[class*="bg-filter-"],
[class*="bg-custom-filter-"][class*="bg-custom--"] {
  position: relative;
}

[class*="bg-filter-"]::before,
[class*="bg-custom-filter-"][class*="bg-custom--"]::before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  top: 0;
  bottom: 0;
}

/**
 * rtl():
 * Apply content when RTL mode.
 * ```scss
 * .component {
 *    margin-left: 1em;
 *
 *  @include rtl() {
 *    margin-left: 0;
 *    margin-right: 1em;
 *  }
 * }
 * ```
 */
.btn-icon-left,
.btn-icon.download.btn-icon-left,
html[dir=rtl] .btn-icon.download.btn-icon-right,
.btn-icon.search.btn-icon-left,
html[dir=rtl] .btn-icon.search.btn-icon-right,
.btn-icon.arrow-preview.btn-icon-left,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right,
.btn-icon.arrow-next.btn-icon-left,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
  padding-left: 3em !important;
}

.btn-icon-left:before,
.btn-icon.download.btn-icon-left:before,
html[dir=rtl] .btn-icon.download.btn-icon-right:before,
.btn-icon.search.btn-icon-left:before,
html[dir=rtl] .btn-icon.search.btn-icon-right:before,
.btn-icon.arrow-preview.btn-icon-left:before,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before,
.btn-icon.arrow-next.btn-icon-left:before,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
  left: 12px;
  left: 0.75rem;
}

html[dir=rtl] .btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-right, html[dir=rtl] .btn-icon.search.btn-icon-left, html[dir=rtl] .btn-icon.search.btn-icon-right, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
  padding-right: 3em !important;
  padding-left: 1.5rem !important;
}

html[dir=rtl] .btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-right:before, html[dir=rtl] .btn-icon.search.btn-icon-left:before, html[dir=rtl] .btn-icon.search.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
  left: auto;
  right: 12px;
  right: 0.75rem;
}

.btn-icon-right,
html[dir=rtl] .btn-icon.download.btn-icon-left,
.btn-icon.download.btn-icon-right,
html[dir=rtl] .btn-icon.search.btn-icon-left,
.btn-icon.search.btn-icon-right,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left,
.btn-icon.arrow-preview.btn-icon-right,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-left,
.btn-icon.arrow-next.btn-icon-right {
  padding-right: 3em !important;
}

.btn-icon-right:before,
html[dir=rtl] .btn-icon.download.btn-icon-left:before,
.btn-icon.download.btn-icon-right:before,
html[dir=rtl] .btn-icon.search.btn-icon-left:before,
.btn-icon.search.btn-icon-right:before,
html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before,
.btn-icon.arrow-preview.btn-icon-right:before,
html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before,
.btn-icon.arrow-next.btn-icon-right:before {
  right: 12px;
  right: 0.75rem;
}

html[dir=rtl] .btn-icon-right, html[dir=rtl] .btn-icon.download.btn-icon-left, html[dir=rtl] .btn-icon.download.btn-icon-right, html[dir=rtl] .btn-icon.search.btn-icon-left, html[dir=rtl] .btn-icon.search.btn-icon-right, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right {
  padding-right: 1.5rem !important;
  padding-left: 3em !important;
}

html[dir=rtl] .btn-icon-right:before, html[dir=rtl] .btn-icon.download.btn-icon-left:before, html[dir=rtl] .btn-icon.download.btn-icon-right:before, html[dir=rtl] .btn-icon.search.btn-icon-left:before, html[dir=rtl] .btn-icon.search.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-preview.btn-icon-right:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-left:before, html[dir=rtl] .btn-icon.arrow-next.btn-icon-right:before {
  right: auto;
  left: 12px;
  left: 0.75rem;
}

/*
 * element state (hover, focus, active ...)
 */
/**
 * row-make-equal-height():
 * mixin set equal height blocks.
 * ```html
 * .articles-list > .row {
 *  @include row-make-equal-height();
 * }
 *
 * HTML
 * <div class="articles-list">
 *  <div class="row">
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *    <article class="card">...</article>
 *  </div>
 * </div>
 * ```
 */
/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.eq-height {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .eq-height {
    display: block;
  }
}

.eq-height > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eq-height > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.eq-height:before {
  display: none;
}

/**
 * %icon:
 * Add a custom icon to an element.
 * ```scss
 * .my-cta-link {
 *  @extend %icon;
 *
 *  &:before {
 *    content: $icon-timer;
 *  }
 * }
 * ```
 */
.btn-icon.download:before, .btn-icon.search:before, .btn-icon.arrow-preview:before, .btn-icon.arrow-next:before, [class*="v_icon-"]:before, .accordion [data-toggle="collapse"]::after, .block--socialauthlogin .auth-link::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'vactory' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * if-ie():
 * Apply content when IE.
 * ```scss
 * .component {
 *    display: flex;
 *
 *  @include if-ie() {
 *    display: block;
 *  }
 * }
 * ```
 */
.vf-more-link {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  text-align: center;
}

/**
 * input-placeholder():
 * mixin to style input placeholders.
 * ```scss
 * .input {
 *    color: gray;
 *
 *  @include input-placeholder() {
 *    color: red;
 *  }
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
/**
 * responsive-ratio($x, $y, $pseudo: false):
 * We use this for creating scalable elements (usually images / background images) that maintain a ratio..
 * So to use this you could write the below and your div would have a ratio commonly utilised by video.
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`x` — Ratio width.</li>
 * <li>`y` — Ratio height.</li>
 * <li>`pseudo` — Use pseudo element instead.</li>
 * </ul>
 *
 * ```scss
 * .div {
 *  @include responsive-ratio(16,9);
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
/**
 * rtl():
 * Apply content when RTL mode.
 * ```scss
 * .component {
 *    margin-left: 1em;
 *
 *  @include rtl() {
 *    margin-left: 0;
 *    margin-right: 1em;
 *  }
 * }
 * ```
 */
/**
 * %sr-only:
 * Hide an element to all devices except screen readers with .sr-only.
 * ```scss
 * .my-text-element {
 *  @extend %sr-only;
 * }
 * ```
 */
.text-blue {
  color: #3C8FCB;
}

.text-blue * :not(.btn) {
  color: #3C8FCB;
}

.text-indigo {
  color: #003782;
}

.text-indigo * :not(.btn) {
  color: #003782;
}

.text-purple {
  color: #6f42c1;
}

.text-purple * :not(.btn) {
  color: #6f42c1;
}

.text-pink {
  color: #e83e8c;
}

.text-pink * :not(.btn) {
  color: #e83e8c;
}

.text-red {
  color: #dc3545;
}

.text-red * :not(.btn) {
  color: #dc3545;
}

.text-orange {
  color: #fd7e14;
}

.text-orange * :not(.btn) {
  color: #fd7e14;
}

.text-yellow {
  color: #FFF005;
}

.text-yellow * :not(.btn) {
  color: #FFF005;
}

.text-green {
  color: #48A800;
}

.text-green * :not(.btn) {
  color: #48A800;
}

.text-teal {
  color: #20c997;
}

.text-teal * :not(.btn) {
  color: #20c997;
}

.text-cyan {
  color: #6DC8E5;
}

.text-cyan * :not(.btn) {
  color: #6DC8E5;
}

.text-white {
  color: #FFFFFF;
}

.text-white * :not(.btn) {
  color: #FFFFFF;
}

.text-gray {
  color: #adb5bd;
}

.text-gray * :not(.btn) {
  color: #adb5bd;
}

.text-gray-dark {
  color: #495057;
}

.text-gray-dark * :not(.btn) {
  color: #495057;
}

.text-primary {
  color: #3D83B5;
}

.text-primary * :not(.btn) {
  color: #3D83B5;
}

.text-secondary {
  color: #3C8FCB;
}

.text-secondary * :not(.btn) {
  color: #3C8FCB;
}

.text-success {
  color: #48A800;
}

.text-success * :not(.btn) {
  color: #48A800;
}

.text-info {
  color: #6DC8E5;
}

.text-info * :not(.btn) {
  color: #6DC8E5;
}

.text-warning {
  color: #FFF005;
}

.text-warning * :not(.btn) {
  color: #FFF005;
}

.text-danger {
  color: #dc3545;
}

.text-danger * :not(.btn) {
  color: #dc3545;
}

.text-light {
  color: #F8F8F8;
}

.text-light * :not(.btn) {
  color: #F8F8F8;
}

.text-dark {
  color: #495057;
}

.text-dark * :not(.btn) {
  color: #495057;
}

/**
 * css-triangle-ratio($color, $direction, $size: 6px, $position: absolute, $round: false):
 * This mixin takes all the hassle out of creating that triangle you'll see coming out of most traditional tooltips,
 * all without images, you just specify it's colour, how big you want it, the direction it's going to come out of your
 * element and you're done!
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`color` — Triangle color.</li>
 * <li>`direction` — [up, down, right, left].</li>
 * <li>`size` — Triangle size.</li>
 * <li>`position` — [relative, absolute].</li>
 * <li>`round` — Apply 3px order radius.</li>
 * </ul>
 *
 * ```scss
 * .div:before {
 *  @include css-triangle($brand-primary,down, 10px, absolute, false);
 * }
 * ```
 */
/**
 * pseudo($display: block, $pos: absolute, $content: ''):
 * When using ::before and ::after you'll always need these three,
 * so we're saving two lines of code every time you use this.
 * See below an example of using it without any arguments
 * <br>
 * <b>Parameters:</b>
 * <ul>
 * <li>`display` — specifies the type of box used for an HTML element..</li>
 * <li>`pos` — the type of positioning method used for an element (static, relative, absolute or fixed)..</li>
 * <li>`content` — the insert generated content used with the :before and :after pseudo-elements.</li>
 * </ul>
 *
 * ```scss
 * div::after {
 *  @include pseudo;
 *  top: -1rem;
 *  left: -1rem;
 *  width: 1rem;
 *  height: 1rem;
 * }
 * ```
 */
@font-face {
  font-family: "vactory";
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?n2qund");
  src: url("../fonts/icons-font/vactory-icons-font/fonts/vactory.eot?n2qund#iefix") format("embedded-opentype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.ttf?n2qund") format("truetype"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.woff?n2qund") format("woff"), url("../fonts/icons-font/vactory-icons-font/fonts/vactory.svg?n2qund#vactory") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "vactory" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-settings:before {
  content: "\e978";
}

.icon-calc:before {
  content: "\e951";
}

.icon-phone2:before {
  content: "\e954";
}

.icon-share:before {
  content: "\e950";
}

.icon-clock:before {
  content: "\e93f";
}

.icon-envelope1:before {
  content: "\e940";
}

.icon-phone:before {
  content: "\e94c";
}

.icon-maps:before {
  content: "\e94d";
}

.icon-down:before {
  content: "\e911";
}

.icon-up:before {
  content: "\e93d";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-chevron-left:before {
  content: "\e902";
}

.icon-chevron-right:before {
  content: "\e903";
}

.icon-chevron-down:before {
  content: "\e904";
}

.icon-chevron-up:before {
  content: "\e905";
}

.icon-messages:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e907";
}

.icon-logo:before {
  content: "\e908";
}

.icon-permalink:before {
  content: "\e909";
}

.icon-close:before {
  content: "\e90a";
}

.icon-close-circle:before {
  content: "\e90b";
}

.icon-close-spaced:before {
  content: "\e90c";
}

.icon-enter:before {
  content: "\e90d";
}

.icon-user:before {
  content: "\e90e";
}

.icon-heart:before {
  content: "\e90f";
}

.icon-phone1:before {
  content: "\e910";
}

.icon-chevron-right1:before {
  content: "\e912";
}

.icon-chevron-left1:before {
  content: "\e913";
}

.icon-chevron-right-circle:before {
  content: "\e914";
}

.icon-arrow-preview:before {
  content: "\e915";
}

.icon-arrow-right--circle:before {
  content: "\e916";
}

.icon-arrow-left--circle:before {
  content: "\e917";
}

.icon-arrow-right1:before {
  content: "\e918";
}

.icon-arrow-left1:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91a";
}

.icon-search-bolder:before {
  content: "\e91b";
}

.icon-at:before {
  content: "\e91c";
}

.icon-search-spaced:before {
  content: "\e91d";
}

.icon-search-light-spaced:before {
  content: "\e91e";
}

.icon-search-lightest:before {
  content: "\e91f";
}

.icon-behance:before {
  content: "\e920";
}

.icon-blogger:before {
  content: "\e921";
}

.icon-dailymotion:before {
  content: "\e922";
}

.icon-dribbble:before {
  content: "\e923";
}

.icon-drive:before {
  content: "\e924";
}

.icon-dropbox:before {
  content: "\e925";
}

.icon-drupal:before {
  content: "\e926";
}

.icon-evernote:before {
  content: "\e927";
}

.icon-facebook:before {
  content: "\e928";
}

.icon-github:before {
  content: "\e929";
}

.icon-googleplus:before {
  content: "\e92a";
}

.icon-hangouts:before {
  content: "\e92b";
}

.icon-instagram:before {
  content: "\e92c";
}

.icon-linkedin:before {
  content: "\e92d";
}

.icon-messenger:before {
  content: "\e92e";
}

.icon-pinterest:before {
  content: "\e92f";
}

.icon-pocket:before {
  content: "\e930";
}

.icon-rss:before {
  content: "\e931";
}

.icon-snapchat:before {
  content: "\e932";
}

.icon-souncloud:before {
  content: "\e933";
}

.icon-spotify:before {
  content: "\e934";
}

.icon-tumblr:before {
  content: "\e935";
}

.icon-twitter:before {
  content: "\e936";
}

.icon-vimeo:before {
  content: "\e937";
}

.icon-whatsapp:before {
  content: "\e938";
}

.icon-youtube:before {
  content: "\e939";
}

.icon-burger-menu-bolder:before {
  content: "\e93a";
}

.icon-burger-menu:before {
  content: "\e93b";
}

.icon-lock:before {
  content: "\e93c";
}

.icon-burger-menu-narrow:before {
  content: "\e93e";
}

.icon-burger-menu-narrow-bold-flat:before {
  content: "\e941";
}

.icon-burger-menu-thin:before {
  content: "\e942";
}

.icon-burger-menu-lighter:before {
  content: "\e943";
}

.icon-download:before {
  content: "\e944";
}

.icon-check-circle:before {
  content: "\e945";
}

.icon-caret-down:before {
  content: "\e946";
}

.icon-caret-left:before {
  content: "\e947";
}

.icon-caret-right:before {
  content: "\e948";
}

.icon-caret-up:before {
  content: "\e949";
}

.icon-camera:before {
  content: "\e94a";
}

.icon-picture:before {
  content: "\e94b";
}

.icon-file-code:before {
  content: "\e94e";
}

.icon-file-excel:before {
  content: "\e94f";
}

.icon-file:before {
  content: "\e952";
}

.icon-file-pdf:before {
  content: "\e953";
}

.icon-file-picture:before {
  content: "\e955";
}

.icon-file-powerpoint:before {
  content: "\e956";
}

.icon-file-sound:before {
  content: "\e957";
}

.icon-file-text-light:before {
  content: "\e958";
}

.icon-file-text:before {
  content: "\e959";
}

.icon-file-video:before {
  content: "\e95a";
}

.icon-file-word:before {
  content: "\e95b";
}

.icon-file-zip:before {
  content: "\e95c";
}

.icon-file1:before {
  content: "\e95d";
}

.icon-files:before {
  content: "\e95e";
}

.icon-email:before {
  content: "\e95f";
}

.icon-envelope:before {
  content: "\e960";
}

.icon-video-camera:before {
  content: "\e961";
}

.icon-photo-camera:before {
  content: "\e962";
}

.icon-calendar:before {
  content: "\e963";
}

.icon-control-panel:before {
  content: "\e964";
}

.icon-download-v2:before {
  content: "\e965";
}

.icon-comment:before {
  content: "\e966";
}

.icon-forum:before {
  content: "\e967";
}

.icon-paper-clip:before {
  content: "\e968";
}

.icon-quote-right:before {
  content: "\e969";
}

.icon-quote-left:before {
  content: "\e96a";
}

.icon-cloud-download:before {
  content: "\e96b";
}

.icon-arrow-back:before {
  content: "\e96c";
}

.icon-arrow-forward:before {
  content: "\e96d";
}

.icon-google-plusone:before {
  content: "\e96e";
}

.icon-play1:before {
  content: "\e96f";
}

.icon-pattern:before {
  content: "\e970";
}

.icon-user-light:before {
  content: "\e971";
}

.icon-timer:before {
  content: "\e972";
}

.icon-half-star:before {
  content: "\e973";
}

.icon-like:before {
  content: "\e974";
}

.icon-favorite-star:before {
  content: "\e975";
}

.icon-facebook-carre:before {
  content: "\e976";
}

.icon-calendar-v2:before {
  content: "\e977";
}

.icon-chat:before {
  content: "\e979";
}

.icon-chevrons-down:before {
  content: "\e97a";
}

.icon-clic:before {
  content: "\e97b";
}

.icon-doctor:before {
  content: "\e97d";
}

.icon-excellence:before {
  content: "\e97e";
}

.icon-eye:before {
  content: "\e97f";
}

.icon-fax:before {
  content: "\e980";
}

.icon-itineraire:before {
  content: "\e981";
}

.icon-external-link:before {
  content: "\e982";
}

.icon-locator:before {
  content: "\e983";
}

.icon-locator-v2:before {
  content: "\e984";
}

.icon-mail-to:before {
  content: "\e985";
}

.icon-menu:before {
  content: "\e987";
}

.icon-less:before {
  content: "\e988";
}

.icon-gps:before {
  content: "\e989";
}

.icon-payment:before {
  content: "\e98a";
}

.icon-more:before {
  content: "\e98d";
}

.icon-urgency:before {
  content: "\e98e";
}

.icon-visio:before {
  content: "\e98f";
}

.icon-check:before {
  content: "\e991";
}

.icon-close-bold:before {
  content: "\e992";
}

.icon-download-v3:before {
  content: "\e993";
}

.icon-scroll:before {
  content: "\e994";
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 6px 10px;
  padding: 0.375rem 0.625rem;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 34px;
  width: 2.125rem;
  height: 18px;
  height: 1.125rem;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  margin-top: -0.0625rem;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 34px;
  width: 2.125rem;
  height: 2px;
  height: 0.125rem;
  background-color: #002C4C;
  border-radius: 4px;
  border-radius: 0.25rem;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
  top: -0.5rem;
}

.hamburger-inner::after {
  bottom: -8px;
  bottom: -0.5rem;
}

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 1px;
  top: 0.0625rem;
  -webkit-transition: background-color 0s 0.13s linear;
  -o-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 8px;
  top: 0.5rem;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 16px;
  top: 1rem;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
       -o-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
  -webkit-transform: translate3d(0, 0.5rem, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 0.5rem, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
  -webkit-transform: translate3d(0, 0.5rem, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 0.5rem, 0) rotate(-45deg);
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  line-height: 0px;
  line-height: 0;
  font-size: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  left: -1.5625rem;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
  right: -1.5625rem;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
  right: -1.5625rem;
}

[dir="rtl"] .slick-next {
  left: -25px;
  left: -1.5625rem;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  bottom: -1.5625rem;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  outline: none;
  line-height: 0px;
  line-height: 0;
  font-size: 0px;
  font-size: 0;
  color: transparent;
  padding: 5px;
  padding: 0.3125rem;
  cursor: pointer;
}

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

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  font-family: "slick";
  font-size: 6px;
  font-size: 0.375rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.fancybox-slide {
  padding-right: 15px !important;
  padding-right: 0.9375rem !important;
  padding-left: 15px !important;
  padding-left: 0.9375rem !important;
}

.overflow-y {
  overflow-y: hidden;
}

.search-overlay-variant1 {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
  background-color: rgba(0, 44, 76, 0.9);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  -o-transition: opacity 200ms ease-in, visibility 200ms ease-in;
  transition: opacity 200ms ease-in, visibility 200ms ease-in;
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.domLoaded .search-overlay-variant1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-overlay-variant1.open {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}

.search-overlay-variant1 .container-wrapper {
  max-width: 100%;
}

.search-overlay-variant1 form.search-block-form {
  position: relative;
}

.search-overlay-variant1 .form-group {
  margin-bottom: 0;
}

.search-overlay-variant1 .form-group.form-actions {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
}

.search-overlay-variant1 .form-group.form-actions:before {
  content: "\e91a";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-family: 'vactory';
  font-size: 30px;
  font-size: 1.875rem;
  z-index: 1;
}

.search-overlay-variant1 .form-group.form-actions button,
.search-overlay-variant1 .form-group.form-actions input {
  background-color: transparent !important;
  border: 0 !important;
  font-size: 0 !important;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
  cursor: pointer;
  z-index: 3 !important;
}

.search-overlay-variant1 .form-group.form-actions button::before, .search-overlay-variant1 .form-group.form-actions button::after,
.search-overlay-variant1 .form-group.form-actions button span,
.search-overlay-variant1 .form-group.form-actions button span::before,
.search-overlay-variant1 .form-group.form-actions input::before,
.search-overlay-variant1 .form-group.form-actions input::after,
.search-overlay-variant1 .form-group.form-actions input span,
.search-overlay-variant1 .form-group.form-actions input span::before {
  content: none !important;
  display: none !important;
}

.search-overlay-variant1 .form-group.form-actions button, .search-overlay-variant1 .form-group.form-actions button:focus,
.search-overlay-variant1 .form-group.form-actions input,
.search-overlay-variant1 .form-group.form-actions input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-overlay-variant1 .form-type-search {
  width: 100%;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete,
.search-overlay-variant1 .form-type-search input.form-search {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  font-weight: 300;
  padding: 20px 50px 20px 0;
  padding: 1.25rem 3.125rem 1.25rem 0;
  color: #FFFFFF;
  border-bottom: 2px solid rgba(255, 255, 255, 0.9);
  border-bottom: 0.125rem solid rgba(255, 255, 255, 0.9);
  border-top: 2px solid rgba(255, 255, 255, 0.9);
  border-top: 0.125rem solid rgba(255, 255, 255, 0.9);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background-color: transparent;
  outline: none;
  -webkit-appearance: none;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete:focus,
.search-overlay-variant1 .form-type-search input.form-search:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-input-placeholder,
.search-overlay-variant1 .form-type-search input.form-search::-webkit-input-placeholder {
  color: #FFFFFF;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete::-moz-placeholder,
.search-overlay-variant1 .form-type-search input.form-search::-moz-placeholder {
  color: #FFFFFF;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete:-ms-input-placeholder,
.search-overlay-variant1 .form-type-search input.form-search:-ms-input-placeholder {
  color: #FFFFFF;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-search-cancel-button, .search-overlay-variant1 .form-type-search input.form-autocomplete::-webkit-search-decoration,
.search-overlay-variant1 .form-type-search input.form-search::-webkit-search-cancel-button,
.search-overlay-variant1 .form-type-search input.form-search::-webkit-search-decoration {
  -webkit-appearance: none;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete::-ms-clear,
.search-overlay-variant1 .form-type-search input.form-search::-ms-clear {
  display: none;
}

.search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill, .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill:hover, .search-overlay-variant1 .form-type-search input.form-autocomplete:-webkit-autofill:focus,
.search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill,
.search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill:hover,
.search-overlay-variant1 .form-type-search input.form-search:-webkit-autofill:focus {
  -webkit-text-fill-color: #FFFFFF;
  color: #FFFFFF !important;
}

.search-overlay-variant1 .search__info {
  color: #FFFFFF;
  display: block;
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
}

.search-overlay-variant1 .btn-search-overlay-close, .search-overlay-variant1 .btn-search-overlay-close:focus {
  display: inline-block;
  background-color: transparent;
  border: 0;
  outline: none;
  color: #FFFFFF;
  font-size: 30px;
  font-size: 1.875rem;
  cursor: pointer;
  position: absolute;
  top: 20px;
  top: 1.25rem;
  right: 20px;
  right: 1.25rem;
  padding: 10px;
  padding: 0.625rem;
  -webkit-transition: color 500ms ease-in, -webkit-transform 500ms ease-in;
  transition: color 500ms ease-in, -webkit-transform 500ms ease-in;
  -o-transition: transform 500ms ease-in, color 500ms ease-in;
  transition: transform 500ms ease-in, color 500ms ease-in;
  transition: transform 500ms ease-in, color 500ms ease-in, -webkit-transform 500ms ease-in;
}

@media (max-width: 991.98px) {
  .search-overlay-variant1 {
    padding: 20px 10px;
    padding: 1.25rem 0.625rem;
  }
  .search-overlay-variant1 .form-group.form-actions::before {
    font-size: 26px;
    font-size: 1.625rem;
  }
  .search-overlay-variant1 .form-type-search input.form-autocomplete,
  .search-overlay-variant1 .form-type-search input.form-search {
    padding: 20px 40px 20px 0;
    padding: 1.25rem 2.5rem 1.25rem 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
  .search-overlay-variant1 .search__info {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .search-overlay-variant1 .btn-search-overlay-close, .search-overlay-variant1 .btn-search-overlay-close:focus {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.glossary-card {
  padding: 20px 10px;
  padding: 1.25rem 0.625rem;
  border-top: 1px solid #dee2e6;
  border-top: 0.0625rem solid #dee2e6;
}

.glossary-card:last-child {
  border-bottom: 1px solid #dee2e6;
  border-bottom: 0.0625rem solid #dee2e6;
}

.glossary-card__title {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: .4px;
  color: #3D83B5;
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.glossary-card__body {
  padding: 0 15px;
  padding: 0 0.9375rem;
}

.navbar--glossary {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.navbar--glossary .nav-item {
  margin: 4px;
  margin: 0.25rem;
}

.navbar--glossary .nav-link {
  padding: 0;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  text-align: center;
  vertical-align: middle;
  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;
  color: #3D83B5;
  border: 1px solid #3D83B5;
  border: 0.0625rem solid #3D83B5;
  font-weight: bold;
}

.navbar--glossary .nav-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar--glossary .nav-link:hover, .navbar--glossary .nav-link.active {
  background-color: #3D83B5;
  color: #FFFFFF;
}

.path--glossaire .views-exposed-form {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.path--glossaire .views-element-container + p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.hp-slider {
  position: relative;
}

.hp-slider .slick-slider {
  z-index: 1;
  padding: 0 !important;
  line-height: 0;
}

.hp-slider .slick-list {
  margin: 0 !important;
}

.hp-slider .slick-track {
  padding: 0 !important;
}

.hp-slider .slick-arrow.slick-prev [class^="icon-"],
.hp-slider .slick-arrow.slick-prev [class*=" icon-"], .hp-slider .slick-arrow.slick-next [class^="icon-"],
.hp-slider .slick-arrow.slick-next [class*=" icon-"] {
  color: #FFFFFF;
}

.hp-slider .slick-arrow.slick-prev [class^="icon-"]::after,
.hp-slider .slick-arrow.slick-prev [class*=" icon-"]::after, .hp-slider .slick-arrow.slick-next [class^="icon-"]::after,
.hp-slider .slick-arrow.slick-next [class*=" icon-"]::after {
  width: 50px;
  width: 3.125rem;
  background-color: #FFFFFF;
}

.hp-slider .slick-arrow.slick-prev {
  left: -40px;
  left: -2.5rem;
}

.hp-slider .slick-arrow.slick-next {
  right: -40px;
  right: -2.5rem;
}

.hp-slider .slick-controls__wrapper {
  position: absolute;
  bottom: 15px;
  bottom: 0.9375rem;
  left: 0;
  right: 0;
}

.hp-slider .slick-controls .slick-dots {
  margin: 0;
  line-height: 0;
}

.hp-slider .slick-controls .slick-dots li {
  margin: 0 5px;
  margin: 0 0.3125rem;
  height: 40px;
  height: 2.5rem;
  max-width: 50px;
  max-width: 3.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hp-slider .slick-controls .slick-dots li button {
  position: relative;
  height: 2px;
  height: 0.125rem;
  border: 0;
  margin-top: 0;
  background-color: rgba(255, 255, 255, 0.68);
  -webkit-transition: background-color .3s ease;
  -o-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.hp-slider .slick-controls .slick-dots li button::after {
  border-radius: 0;
  background-color: #ffffff;
  -webkit-transform: none !important;
      -ms-transform: none !important;
          transform: none !important;
  -webkit-box-shadow: 0 0 1px #ffffff;
  -webkit-box-shadow: 0 0 0.0625rem #ffffff;
          box-shadow: 0 0 1px #ffffff;
          box-shadow: 0 0 0.0625rem #ffffff;
}

.hp-slider .slick-controls .slick-dots li.slick-active {
  opacity: 1;
}

.hp-slider .slick-controls .slick-dots li.slick-active button {
  background-color: #3D83B5;
}

.hp-slider .slick-controls .slick-dots li.slick-active button::after {
  background-color: #3D83B5;
  -webkit-box-shadow: 0 0 1px #3D83B5;
  -webkit-box-shadow: 0 0 0.0625rem #3D83B5;
          box-shadow: 0 0 1px #3D83B5;
          box-shadow: 0 0 0.0625rem #3D83B5;
}

.hp-slider .slick-controls .slick-arrow {
  width: 70px;
  width: 4.375rem;
}

.hp-slider .image {
  position: relative;
  overflow: hidden;
  height: 100vh !important;
  max-height: 500px !important;
  max-height: 31.25rem !important;
  min-height: 300px !important;
  min-height: 18.75rem !important;
  background-color: #003782;
}

.hp-slider .background {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-position: right top;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  will-change: transform;
  opacity: .7;
}

.hp-slider .background.scaleAnimation {
  -webkit-transition: -webkit-transform 6s ease-in-out;
  transition: -webkit-transform 6s ease-in-out;
  -o-transition: transform 6s ease-in-out;
  transition: transform 6s ease-in-out;
  transition: transform 6s ease-in-out, -webkit-transform 6s ease-in-out;
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.hp-slider .background.loading {
  z-index: 4;
}

.hp-slider .content {
  position: relative;
  z-index: 3;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 108px;
  padding-top: 6.75rem;
  padding-bottom: 64px;
  padding-bottom: 4rem;
  color: #FFFFFF;
}

.hp-slider .slider-content > * {
  opacity: 0;
}

.hp-slider .slider-content > *.animate-end {
  opacity: 1;
}

.hp-slider__title {
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  position: relative;
}

.hp-slider__title::after {
  content: "";
  position: absolute;
  width: 175px;
  width: 10.9375rem;
  height: 3px;
  height: 0.1875rem;
  background: #3D83B5;
  bottom: -12px;
  bottom: -0.75rem;
  left: 0;
}

.hp-slider__description {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 1.78px;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.hp-slider__cta {
  line-height: 1;
}

@media (min-width: 1200px) {
  .hp-slider .slick-controls .slick-arrow {
    width: 75px;
    width: 4.6875rem;
  }
  .hp-slider .slick-controls .slick-arrow:after {
    width: 55px;
    width: 3.4375rem;
  }
  .hp-slider .slick-controls .slick-arrow.slick-prev {
    left: -100px;
    left: -6.25rem;
  }
  .hp-slider .slick-controls .slick-arrow.slick-next {
    right: -100px;
    right: -6.25rem;
  }
}

@media (min-width: 992px) {
  .hp-slider .slick-controls {
    height: 100%;
    width: 100%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hp-slider .slick-controls__wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: auto;
  }
  .hp-slider .slick-controls .slick-dots {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    z-index: 1;
  }
  .hp-slider .image {
    height: 100vh !important;
    max-height: 730px !important;
    max-height: 45.625rem !important;
    min-height: 550px !important;
    min-height: 34.375rem !important;
  }
  .hp-slider .image.slick-active .content {
    opacity: 1;
  }
  .hp-slider .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 305px;
    padding-top: 19.0625rem;
    padding-bottom: 70px;
    padding-bottom: 4.375rem;
  }
  .hp-slider .slider-content {
    padding-left: 40px;
    padding-left: 2.5rem;
  }
}

@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .hp-slider .slider-content {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .hp-slider .slider-content > * {
    opacity: 0;
  }
  .hp-slider .slider-content > *.animate-end {
    opacity: 1;
  }
  .hp-slider__title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 60px;
    line-height: 3.75rem;
    margin-bottom: 37px;
    margin-bottom: 2.3125rem;
  }
  .hp-slider__title::after {
    height: 5px;
    height: 0.3125rem;
    bottom: -20px;
    bottom: -1.25rem;
  }
  .hp-slider__description {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
}

@media (max-width: 991.98px) {
  .hp-slider .slick-controls__wrapper {
    z-index: 1;
  }
}

@media (min-width: 768px) {
  .vactory-toolbox {
    position: fixed;
    right: 0;
    top: 40vh;
    z-index: 500;
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .vactory-toolbox__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #FFFFFF;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    white-space: nowrap;
    text-align: center;
  }
  .vactory-toolbox__item i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
    color: #3D83B5;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .vactory-toolbox__item i::before {
    display: inline-block;
    height: 15px;
    height: 0.9375rem;
  }
  .vactory-toolbox__item.mobile-sticky {
    margin-top: 2px;
    margin-top: 0.125rem;
    background-color: #3D83B5;
  }
  .vactory-toolbox__item.mobile-sticky i {
    color: #FFFFFF;
  }
}

@media (max-width: 767.98px) {
  .vactory-toolbox {
    position: fixed;
    z-index: 500;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vactory-toolbox__item {
    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;
    text-align: center;
    background-color: #8C4A38;
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    color: #FFFFFF;
  }
  .vactory-toolbox__item i {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    height: 2.75rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .vactory-toolbox__item i::before {
    display: inline-block;
    width: 20px;
    width: 1.25rem;
    height: 20px;
    height: 1.25rem;
  }
  .vactory-toolbox__item:not(.mobile-sticky) {
    display: none !important;
  }
  .vactory-toolbox__item:not(:last-child) {
    border-right: 2px solid #FFFFFF;
    border-right: 0.125rem solid #FFFFFF;
  }
}

.cta-youtube {
  display: block;
  max-width: 950px;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-youtube + .cta {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.paragraph-bg-content {
  position: relative;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

.paragraph-bg-content.text-white .paragraph-bg-content__title, .paragraph-bg-content.text-white .paragraph-bg-content__description, .paragraph-bg-content.text-white .paragraph-bg-content__cta,
.paragraph-bg-content.text-white .paragraph-bg-content .permalink {
  color: #FFFFFF !important;
}

.paragraph-bg-content.text-white .paragraph-bg-content .permalink:hover {
  color: #FFFFFF !important;
}

.paragraph-bg-content__title {
  color: #000000;
}

.paragraph-bg-content__description {
  color: #000000;
}

.paragraph-bg-content__cta {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.paragraph-bg-content__cta .permalink {
  color: #000000;
}

.paragraph-bg-content__cta .permalink:hover {
  color: #000000;
}

@media (min-width: 768px) {
  .paragraph-bg-content {
    min-height: 400px;
    min-height: 25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paragraph-bg-content__cta {
    margin-top: 35px;
    margin-top: 2.1875rem;
  }
}

@media (min-width: 992px) {
  .paragraph-bg-content {
    min-height: 480px;
    min-height: 30rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filial-card {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 5px 14px 0 rgba(129, 129, 129, 0.2);
  -webkit-box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2);
          box-shadow: 0 5px 14px 0 rgba(129, 129, 129, 0.2);
          box-shadow: 0 0.3125rem 0.875rem 0 rgba(129, 129, 129, 0.2);
  padding: 40px 30px 30px;
  padding: 2.5rem 1.875rem 1.875rem;
  position: relative;
}

.filial-card__list {
  list-style: none;
  padding: 0;
}

.filial-card__list li:not(:last-child)::after {
  content: '';
  display: block;
  height: 2px;
  height: 0.125rem;
  width: 220px;
  width: 13.75rem;
  margin: 20px 0;
  margin: 1.25rem 0;
  background-color: #3C8FCB;
}

.filial-card__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.filial-card__item .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.filial-card__item .image img {
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.filial-card__item .info {
  line-height: 30px;
  line-height: 1.875rem;
}

.filial-card__item .info p {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

@media (max-width: 991.98px) {
  .filial-card__item .info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.filial-card.point--right::after, .filial-card.point--left::after {
  content: '';
  display: block;
  width: 28px;
  width: 1.75rem;
  height: 28px;
  height: 1.75rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 28px/2);
  top: calc(50% - 1.75rem/2);
  background: inherit;
}

.filial-card.point--left::after {
  -webkit-box-shadow: -5px -5px 14px -5px rgba(129, 129, 129, 0.2);
  -webkit-box-shadow: -0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
          box-shadow: -5px -5px 14px -5px rgba(129, 129, 129, 0.2);
          box-shadow: -0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
  left: calc( 50% - 28px/2);
  left: calc( 50% - 1.75rem/2);
  top: -14px;
  top: -0.875rem;
}

@media (min-width: 768px) {
  .filial-card.point--left::after {
    -webkit-box-shadow: -5px 5px 14px -5px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: -0.3125rem 0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
            box-shadow: -5px 5px 14px -5px rgba(129, 129, 129, 0.2);
            box-shadow: -0.3125rem 0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
    left: -14px;
    left: -0.875rem;
    top: calc(50% - 28px/2);
    top: calc(50% - 1.75rem/2);
  }
}

.filial-card.point--right::after {
  -webkit-box-shadow: -5px -5px 14px -5px rgba(129, 129, 129, 0.2);
  -webkit-box-shadow: -0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
          box-shadow: -5px -5px 14px -5px rgba(129, 129, 129, 0.2);
          box-shadow: -0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
  right: calc( 50% - 28px/2);
  right: calc( 50% - 1.75rem/2);
  top: -14px;
  top: -0.875rem;
}

@media (min-width: 768px) {
  .filial-card.point--right::after {
    -webkit-box-shadow: 5px -5px 14px -5px rgba(129, 129, 129, 0.2);
    -webkit-box-shadow: 0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
            box-shadow: 5px -5px 14px -5px rgba(129, 129, 129, 0.2);
            box-shadow: 0.3125rem -0.3125rem 0.875rem -0.3125rem rgba(129, 129, 129, 0.2);
    right: -14px;
    right: -0.875rem;
    top: calc(50% - 28px/2);
    top: calc(50% - 1.75rem/2);
  }
}

/* -------------------------------- Variables ------------------------------- */
.box-valeur {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 30px 30px 33px;
  padding: 1.875rem 1.875rem 2.0625rem;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.box-valeur__link {
  display: block;
  margin-top: auto;
}

.box-valeur__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-valeur__link:hover .box-valeur__border {
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

.box-valeur__image {
  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;
  min-height: 170px;
  min-height: 10.625rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.box-valeur__image img {
  max-height: 170px;
  max-height: 10.625rem;
  width: auto;
}

.box-valeur__title {
  display: block;
  position: relative;
  margin-bottom: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 5px;
  color: #1A1A1A;
}

.box-valeur__border {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  height: 0.25rem;
  background-color: #3C8FCB;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.box-valeur__description {
  text-align: left;
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: .8px;
}

.box-valeur__description p:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .box-valeur {
    padding: 20px;
    padding: 1.25rem;
  }
  .box-valeur__image {
    min-height: 120px;
    min-height: 7.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
  }
  .box-valeur__image img {
    max-height: 120px;
    max-height: 7.5rem;
  }
  .box-valeur__link::before {
    content: none;
  }
  .box-valeur__title {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 20px;
    line-height: 1.25rem;
    letter-spacing: 3px;
  }
  .box-valeur__description {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.df-content-img .img-col {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .df-content-img .img-col {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .df-content-img .flex-md-row-reverse .content-col {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  .df-content-img .flex-md-row-reverse .img-col {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .df-content-img .row:not(.flex-md-row-reverse) .content-col {
    padding-left: 30px;
    padding-left: 1.875rem;
  }
  .df-content-img .row:not(.flex-md-row-reverse) .img-col {
    padding-right: 30px;
    padding-right: 1.875rem;
  }
}

/* -------------------------------- Variables ------------------------------- */
.box-service {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 77px 20px 33px;
  padding: 4.8125rem 1.25rem 2.0625rem;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.box-service__link {
  display: block;
  margin-top: auto;
}

.box-service__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-service__link:hover .box-service__border {
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
}

.box-service__image {
  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;
  min-height: 170px;
  min-height: 10.625rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.box-service__image img {
  max-height: 170px;
  max-height: 10.625rem;
  width: auto;
}

.box-service__title {
  display: block;
  position: relative;
  margin-top: auto;
  margin-bottom: 0;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 17px;
  padding-bottom: 1.0625rem;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 3px;
  color: #1A1A1A;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
}

.box-service__border {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  height: 0.25rem;
  background-color: #3C8FCB;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

@media (max-width: 767.98px) {
  .box-service {
    padding: 30px 24px 15px;
    padding: 1.875rem 1.5rem 0.9375rem;
  }
  .box-service__image {
    min-height: 100px;
    min-height: 6.25rem;
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
  }
  .box-service__image img {
    max-height: 100px;
    max-height: 6.25rem;
  }
}

.df-title-description__intro {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.df-title-description__item h3 {
  color: #3D83B5;
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 46px;
  line-height: 2.875rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.df-title-description__item:not(:last-child) {
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  border-bottom: 1px solid #979797;
  border-bottom: 0.0625rem solid #979797;
}

/* -------------------------------- Variables ------------------------------- */
.df-white-box {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 20px 30px;
  padding: 3.4375rem 1.25rem 1.875rem;
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.12);
  border: 0.125rem solid rgba(0, 0, 0, 0.12);
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.df-white-box__link {
  display: block;
}

.df-white-box__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.df-white-box__image {
  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: 30px;
  margin-bottom: 1.875rem;
}

.df-white-box__image img {
  max-width: 120px;
  max-width: 7.5rem;
  height: auto;
}

.df-white-box__title {
  display: block;
  position: relative;
  color: #000000;
  margin-bottom: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.4;
  letter-spacing: 1.25px;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (max-width: 767.98px) {
  .df-white-box {
    padding: 30px 20px 20px;
    padding: 1.875rem 1.25rem 1.25rem;
  }
  .df-white-box__image {
    min-height: 100px;
    min-height: 6.25rem;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .df-white-box__image img {
    max-height: 100px;
    max-height: 6.25rem;
  }
}

/* -------------------------------- Variables ------------------------------- */
.box-fonds {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 70px 20px;
  padding: 4.375rem 1.25rem;
  background-color: #F0F3F9;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 0px 0px;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.box-fonds:hover {
  background-color: #3D83B5;
  background-size: 100% auto;
}

.box-fonds:hover .box-fonds__title {
  color: #FFFFFF;
}

.box-fonds:hover .box-fonds__image .hover-state {
  opacity: 1;
}

.box-fonds:hover .box-fonds__image .normal-state {
  opacity: 0;
}

.box-fonds__link {
  display: block;
}

.box-fonds__link::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.box-fonds__image {
  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;
  min-height: 125px;
  min-height: 7.8125rem;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  position: relative;
}

.box-fonds__image img {
  max-height: 125px;
  max-height: 7.8125rem;
  width: auto;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.box-fonds__image .normal-state {
  opacity: 1;
}

.box-fonds__image .hover-state {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.box-fonds__title {
  display: block;
  position: relative;
  margin-bottom: 0;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 2px;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .box-fonds {
    min-height: 360px;
    min-height: 22.5rem;
  }
}

.df-title-description--bg-p h2,
.df-title-description--bg-p h3,
.df-title-description--bg-p h4,
.df-title-description--bg-p .title {
  color: #FFFFFF;
}

.df-title-description--bg-p .df-title-description__intro {
  color: #FFFFFF;
}

.df-title-description--bg-p .df-title-description__intro {
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.df-title-description--bg-p .df-title-description__item {
  position: relative;
}

.df-title-description--bg-p .df-title-description__item p,
.df-title-description--bg-p .df-title-description__item li {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.df-title-description--bg-p .df-title-description__item li {
  padding-left: 18px !important;
  padding-left: 1.125rem !important;
}

.df-title-description--bg-p .df-title-description__item li:before {
  top: 4px !important;
  top: 0.25rem !important;
}

.df-title-description--bg-p .df-title-description__item h3 {
  color: #FFFFFF;
}

.df-title-description--bg-p .df-title-description__item:not(:last-child) {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
  border-bottom: none;
}

.df-title-description--bg-p .df-title-description__item:not(:last-child)::after {
  position: absolute;
  bottom: -22px;
  bottom: -1.375rem;
  display: block;
  content: '';
  height: 8px;
  height: 0.5rem;
  width: 145px;
  width: 9.0625rem;
  background-color: #3D83B5;
}

.df-bg-map {
  position: relative;
}

.df-bg-map__image img {
  min-height: 480px;
  min-height: 30rem;
}

.df-bg-map__title {
  color: #000000;
}

.df-bg-map__description {
  color: #000000;
}

.df-bg-map__cta {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.df-bg-map__cta .permalink {
  color: #000000;
}

.df-bg-map__cta .permalink:hover {
  color: #000000;
}

@media (min-width: 992px) {
  .df-bg-map.text-white .df-bg-map__title, .df-bg-map.text-white .df-bg-map__description, .df-bg-map.text-white .df-bg-map__cta,
  .df-bg-map.text-white .df-bg-map .permalink {
    color: #FFFFFF !important;
  }
  .df-bg-map.text-white .df-bg-map .permalink:hover {
    color: #FFFFFF !important;
  }
  .df-bg-map__image img {
    min-height: 500px;
    min-height: 31.25rem;
  }
  .df-bg-map__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    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;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .df-bg-map__image img {
    min-height: auto;
  }
  .df-bg-map__wrapper {
    position: static;
  }
  .df-bg-map__title {
    color: #000000 !important;
  }
  .df-bg-map__content {
    position: relative;
    z-index: 2;
    margin-top: -30px;
    margin-top: -1.875rem;
    background-color: #FFFFFF;
    padding: 18px;
    padding: 1.125rem;
  }
  .df-bg-map__content,
  .df-bg-map__content * {
    color: #000000 !important;
  }
  .df-bg-map__cta {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.team_info-linkedin {
  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: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  border-radius: 50%;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #3D83B5;
  font-size: 19px;
  font-size: 1.1875rem;
}

.team_info-linkedin:hover {
  color: #FFFFFF;
}

.team_info__title {
  position: relative;
  display: inline-block;
  color: #3D83B5;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 5px;
  line-height: 46px;
  line-height: 2.875rem;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.team_info__title::after {
  content: "";
  position: absolute;
  width: 60%;
  height: 2px;
  height: 0.125rem;
  background: #3D83B5;
  bottom: 0;
  left: 0;
}

.team_info__role {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: -1px;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

/* -------------------------------- Variables ------------------------------- */
.box-info {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  padding: 30px 30px 33px;
  padding: 1.875rem 1.875rem 2.0625rem;
  background-color: #F8F8F8;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}

.box-info__image {
  position: relative;
  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;
  min-height: 80px;
  min-height: 5rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

.box-info__image img {
  max-height: 80px;
  max-height: 5rem;
  width: auto;
}

.box-info__border {
  display: block;
  position: absolute;
  bottom: -20px;
  bottom: -1.25rem;
  left: 0;
  right: 0;
  height: 3px;
  height: 0.1875rem;
  background-color: #3C8FCB;
}

.box-info__description {
  text-align: left;
  margin-top: 26px;
  margin-top: 1.625rem;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: .8px;
}

.box-info__description p:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media (max-width: 991.98px) {
  .box-info {
    padding: 20px;
    padding: 1.25rem;
  }
  .box-info__description {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.market-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.market-stats__slider {
  position: relative;
  overflow: hidden;
  padding: 4px;
  padding: 0.25rem;
  background-color: #151F54;
}

.market-stats__slider:hover .market-stats__item:first-of-type, .market-stats__slider:focus .market-stats__item:first-of-type {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.market-stats__slider:before, .market-stats__slider:after {
  position: absolute;
  content: "";
  top: 0;
  width: 60px;
  width: 3.75rem;
  height: 100%;
  z-index: 1;
}

.market-stats__slider:before {
  left: -2px;
  left: -0.125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #162051), to(rgba(22, 32, 81, 0)));
  background: -o-linear-gradient(left, #162051 20%, rgba(22, 32, 81, 0) 100%);
  background: linear-gradient(90deg, #162051 20%, rgba(22, 32, 81, 0) 100%);
}

.market-stats__slider:after {
  right: -2px;
  right: -0.125rem;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(22, 32, 81, 0)), to(#162051));
  background: -o-linear-gradient(left, rgba(22, 32, 81, 0) 20%, #162051 100%);
  background: linear-gradient(90deg, rgba(22, 32, 81, 0) 20%, #162051 100%);
}

.market-stats__slider-inner {
  width: auto;
  height: 41px;
  height: 2.5625rem;
  font-size: 0px;
  font-size: 0;
  white-space: nowrap;
}

.market-stats__listings {
  z-index: 1;
  position: relative;
  background-color: #151F54;
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
  width: 100%;
}

.market-stats__item {
  display: inline-block;
  width: auto;
  float: none;
  padding-left: 30px;
  padding-left: 1.875rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.market-stats__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.market-stats__title {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 0;
  color: #FFFFFF;
  white-space: nowrap;
  padding-right: 10px;
  padding-right: 0.625rem;
  min-width: 64px;
  min-width: 4rem;
}

.market-stats__name {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 11px;
  line-height: 0.6875rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}

.market-stats__value {
  color: #FFFFFF;
  font-family: "Avenir95Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.market-stats__revenue {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: .43px;
  margin-bottom: 0;
  color: #FFFFFF;
  white-space: nowrap;
}

.market-stats__revenue-value {
  position: relative;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.market-stats__revenue-value::after {
  font-size: 8px;
  font-size: 0.5rem;
  position: absolute;
  content: "\e905";
  font-family: 'vactory';
  left: -12px;
  left: -0.75rem;
}

.market-stats__revenue-value, .market-stats__revenue-symbol {
  color: #12B76A;
}

.market-stats__revenue.is-negative .market-stats__revenue-value,
.market-stats__revenue.is-negative .market-stats__revenue-symbol {
  color: #E64337;
}

.market-stats__revenue.is-negative .market-stats__revenue-value::after {
  content: "\e904";
}

.market-stats__revenue.is-null .market-stats__revenue-value,
.market-stats__revenue.is-null .market-stats__revenue-symbol {
  color: #B5B5B5;
}

@media (max-width: 991.98px) {
  .market-stats__listings {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .market-stats__slider:before, .market-stats__slider:after {
    width: 40px;
    width: 2.5rem;
  }
  .market-stats__item {
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
}

@media (max-width: 575.98px) {
  .market-stats__listings {
    padding: 8px 0;
    padding: 0.5rem 0;
  }
  .market-stats__slider:before, .market-stats__slider:after {
    width: 30px;
    width: 1.875rem;
  }
}

.contact-info--wrapper * {
  color: #FFFFFF !important;
}

.contact-info--wrapper .contact-info__title {
  position: relative;
  display: inline-block;
  font-size: 35px;
  font-size: 2.1875rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 40px;
  line-height: 2.5rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.contact-info--wrapper .contact-info__title::after {
  content: "";
  width: 60%;
  height: 5px;
  height: 0.3125rem;
  background: #FFFFFF;
  position: absolute;
  bottom: -10px;
  bottom: -0.625rem;
  left: 0;
}

.contact-info--wrapper .contact-info__description {
  max-width: 810px;
  max-width: 50.625rem;
}

.contact-info--wrapper .contact-info__ville {
  font-family: "BebasNeueProRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: 3px;
}

.contact-info--wrapper .contact-info__phone, .contact-info--wrapper .contact-info__email, .contact-info--wrapper .contact-info__adresse, .contact-info--wrapper .contact-info__time {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.contact-info--wrapper .contact-info__phone i, .contact-info--wrapper .contact-info__email i, .contact-info--wrapper .contact-info__adresse i, .contact-info--wrapper .contact-info__time i {
  display: inline-block;
  margin: 0 10px 10px 0;
  margin: 0 0.625rem 0.625rem 0;
  background: #FFFFFF;
  border-radius: 50%;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  font-size: 17px;
  font-size: 1.0625rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  padding: 8px;
  padding: 0.5rem;
  color: #3D83B5 !important;
  text-align: center;
}

.contact-info--wrapper .contact-info__phone, .contact-info--wrapper .contact-info__phone a, .contact-info--wrapper .contact-info__email, .contact-info--wrapper .contact-info__email a, .contact-info--wrapper .contact-info__adresse, .contact-info--wrapper .contact-info__adresse a, .contact-info--wrapper .contact-info__time, .contact-info--wrapper .contact-info__time a {
  font-size: 16px;
  font-size: 1rem;
  text-decoration: none;
}

.contact-info--wrapper .contact-info__adresse a {
  display: block;
}

.contact-info--wrapper .contact-info__item:not(:last-child) {
  border-bottom: 1px solid #599ac7;
  border-bottom: 0.0625rem solid #599ac7;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .contact-info--wrapper .contact-info {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0 0 0 10px;
    padding: 0 0 0 0.625rem;
  }
  .contact-info--wrapper .contact-info__item {
    padding-right: 80px;
    padding-right: 5rem;
  }
  .contact-info--wrapper .contact-info__item:not(:last-child) {
    margin-bottom: 0;
    border-bottom: none;
  }
  .contact-info--wrapper .contact-info__item:not(:first-child) {
    padding: 0px 80px;
    padding: 0 5rem;
    border-left: 1px solid #599ac7;
    border-left: 0.0625rem solid #599ac7;
  }
}

.background-content {
  position: relative;
}

.background-content__image img {
  min-height: 480px;
  min-height: 30rem;
}

.background-content__title {
  color: #000000;
}

.background-content__description {
  color: #000000;
}

.background-content__cta {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.background-content__cta .permalink {
  color: #000000;
}

.background-content__cta .permalink:hover {
  color: #000000;
}

@media (min-width: 992px) {
  .background-content.text-white .background-content__title, .background-content.text-white .background-content__description, .background-content.text-white .background-content__cta,
  .background-content.text-white .background-content .permalink {
    color: #FFFFFF !important;
  }
  .background-content.text-white .background-content .permalink:hover {
    color: #FFFFFF !important;
  }
  .background-content__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    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;
    padding-left: 30px;
    padding-left: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .background-content__image img {
    min-height: auto;
  }
  .background-content__wrapper {
    position: static;
  }
  .background-content__title {
    color: #000000 !important;
  }
  .background-content__content {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .background-content__content,
  .background-content__content * {
    color: #000000 !important;
  }
  .background-content__cta {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
}

.df-bg-content {
  position: relative;
}

.df-bg-content.text-white .df-bg-content__title, .df-bg-content.text-white .df-bg-content__description, .df-bg-content.text-white .df-bg-content__cta {
  color: #FFFFFF !important;
}

.df-bg-content.text-white .permalink {
  color: #FFFFFF !important;
}

.df-bg-content.text-white .permalink:hover {
  color: #FFFFFF !important;
}

.df-bg-content__title {
  color: #000000;
}

.df-bg-content__description {
  color: #000000;
}

.df-bg-content__cta {
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.df-bg-content__cta .permalink {
  color: #000000;
}

.df-bg-content__cta .permalink:hover {
  color: #000000;
}

.market-data {
  background-color: #FFFFFF;
  padding: 10px 12px;
  padding: 0.625rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.market-data__name {
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 4.29px;
  margin-bottom: 0;
  color: #1A1A1A;
}

.market-data__value {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: .5px;
  text-align: right;
  color: #1A1A1A;
}

.market-data__revenue {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: .43px;
  text-align: right;
  color: #48A800;
}

.market-data__revenue.is-negative {
  color: #E12C2C;
}

.card-team {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.card-team__image-wrapper {
  position: relative;
  overflow: hidden;
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.card-team__image-wrapper a {
  display: block;
}

.card-team__image-wrapper a::before {
  content: "\e98d";
  font-family: "vactory";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 30px;
  font-size: 1.875rem;
  color: #FFFFFF;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.card-team__image-wrapper a::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(61, 131, 181, 0.76);
  z-index: 2;
  opacity: 0;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.card-team__image-wrapper a:hover::before, .card-team__image-wrapper a:hover::after {
  opacity: 1;
}

.card-team__body {
  position: relative;
  padding-right: 30px;
  padding-right: 1.875rem;
}

.card-team__title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 1.33px;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #000000;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.card-team__role {
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: .88px;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.card-team__team-linkedin {
  position: absolute;
  top: 0;
  right: 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: 25px;
  width: 1.5625rem;
  height: 25px;
  height: 1.5625rem;
  border-radius: 50%;
  overflow: hidden;
  color: #FFFFFF;
  background-color: #3D83B5;
  font-size: 12px;
  font-size: 0.75rem;
}

.card-team__team-linkedin:hover {
  color: #FFFFFF;
}

.card-team__read-more a {
  display: inline-block;
  color: #3D83B5;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 24px;
  line-height: 1.5rem;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  position: relative;
}

.card-team__read-more a::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 65%;
  height: 2px;
  height: 0.125rem;
  background-color: #3D83B5;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.card-team__read-more a:hover::after {
  width: 100%;
}

.partner-card {
  background-color: #FFFFFF;
}

.partner-card__image-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 100%;
}

.partner-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  padding: 40px;
  padding: 2.5rem;
}

.partner-card__body {
  height: 100%;
  padding: 20px 9px 20px 20px;
  padding: 1.25rem 0.5625rem 1.25rem 1.25rem;
  color: #FFFFFF;
}

.partner-card__title {
  position: relative;
  display: inline-block;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 2px;
  line-height: 16px;
  line-height: 1rem;
  color: #FFFFFF;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.partner-card__title::after {
  content: '';
  display: block;
  position: absolute;
  height: 3px;
  height: 0.1875rem;
  bottom: 0;
  left: 0;
  width: 50px;
  width: 3.125rem;
  background-color: #FFFFFF;
}

.partner-card__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  color: #FFFFFF;
}

.vf-card {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.vf-card__image-wrapper {
  position: relative;
  background-color: #002C4C;
}

.vf-card__image-wrapper img {
  width: 100%;
  min-height: 220px;
  min-height: 13.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.vf-card__body {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 27px 0;
  padding: 1.6875rem 0;
}

.vf-card__tag {
  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;
  margin-bottom: auto;
}

.vf-card__category {
  position: relative;
  display: inline-block;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}

.vf-card__category::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  height: 0.1875rem;
  background-color: #248187;
}

.vf-card__date {
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2px;
  color: #D8D8D8;
}

.vf-card__title {
  color: #000000;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.vf-card__description {
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 0.88px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vf-card__link {
  line-height: 0;
}

.vf-card__link .permalink {
  color: #3D83B5;
}

.vf-card__link .permalink:hover {
  color: #3D83B5;
}

@media (max-width: 991.98px) {
  .vf-card__title {
    letter-spacing: 2px;
  }
}

.vf-insights--full .vf-insights__title {
  color: #3D83B5;
  font-family: "BebasNeueProBook", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 34px;
  line-height: 2.125rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vf-insights--full .vf-insights__image {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vf-insights--full .vf-insights__body {
  color: #1A1A1A;
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  line-height: 25px;
  line-height: 1.5625rem;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.vf-insights--full .vf-insights__download-document {
  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;
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.vf-insights--full .vf-insights__download-document .download-title {
  display: inline-block;
  margin-right: 25px;
  margin-right: 1.5625rem;
  color: #1A1A1A;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 4.29px;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-transform: uppercase;
}

.vf-insights--full .vf-insights__download-document .permalink {
  color: #3D83B5;
}

.vf-insights--full .vf-insights__download-document .permalink span {
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.card__rapport-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.card__rapport-wrapper .permalink__text,
.card__rapport-wrapper .permalink .icon-share {
  color: #3D83B5;
}

.card__rapport-wrapper .permalink__text:hover,
.card__rapport-wrapper .permalink .icon-share:hover {
  color: #3D83B5;
}

.card__rapport-wrapper .permalink .icon-share {
  font-size: 10px;
  font-size: 0.625rem;
  margin-left: 5px;
  margin-left: 0.3125rem;
}

.card__rapport .card-body {
  position: relative;
  padding: 30px 0px !important;
  padding: 1.875rem 0 !important;
}

.card__rapport .card__type {
  color: #000000;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase;
}

.card__rapport .card__date {
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2px;
  color: #D8D8D8;
}

.card__rapport .rapport_share {
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
}

.card__rapport .block_share {
  position: absolute;
  bottom: -28px;
  bottom: -1.75rem;
  right: 0;
  display: none;
}

.card__rapport .block_share.show {
  display: block;
}

.vf-rapports--full .vf-rapports__image {
  width: 100%;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vf-rapports--full .vf-rapports__body {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.vf-rapports--full .vf-rapports__download-document {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vf-rapports--full .vf-rapports__download-document-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.vf-rapports--full .download-title {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 22px;
  line-height: 1.375rem;
  letter-spacing: 1.25px;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.vf-rapports--full .permalink, .vf-rapports--full .permalink:hover {
  color: #3D83B5;
}

.block_share__title {
  display: block;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.block_share .addtoany_list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F0F3F9;
  border-radius: 50%;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  width: 45px;
  width: 2.8125rem;
  height: 45px;
  height: 2.8125rem;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #a3a4a8;
}

.block_share .addtoany_list a.icon-envelope {
  font-size: 20px;
  font-size: 1.25rem;
}

.block_share .addtoany_list a:hover {
  color: #FFFFFF;
  background-color: #3D83B5;
}

.block_share .addtoany_list a:not(:last-of-type) {
  margin-right: 12px;
  margin-right: 0.75rem;
}

.block_share .addtoany_list a span {
  display: none;
}

@media (min-width: 768px) {
  .vf-rapports--full .vf-rapports__download-document-wrapper {
    padding: 20px 50px;
    padding: 1.25rem 3.125rem;
  }
  .vf-rapports--full .vf-rapports__body, .vf-rapports--full .vf-rapports__image {
    margin-bottom: 80px;
    margin-bottom: 5rem;
  }
  .vf-rapports--full .title {
    margin-bottom: 70px;
    margin-bottom: 4.375rem;
  }
  .block_share__title {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
  .addtoany_list a {
    width: 53px;
    width: 3.3125rem;
    height: 53px;
    height: 3.3125rem;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .addtoany_list a.icon-envelope {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .view--fonds .view__content .col-lg-12.pb-4 {
    padding-bottom: 0 !important;
  }
}

.btn-anchor.dropdown-toggle::before, .btn-anchor.dropdown-toggle::after {
  display: none;
}

.vp_anchor {
  padding-top: 0 !important;
}

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

.vactory-ancre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D9B29F;
  border-bottom: 0.0625rem solid #D9B29F;
}

.vactory-ancre .nav-item {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.vactory-ancre .anchor-link {
  position: relative;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  color: #D9B29F;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.vactory-ancre .anchor-link::before {
  content: "\e903";
  font-family: "vactory";
  display: inline-block;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 50%;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  width: 6px;
  width: 0.375rem;
  -webkit-transform: translateY(-50%) translateX(-20px);
  -webkit-transform: translateY(-50%) translateX(-1.25rem);
      -ms-transform: translateY(-50%) translateX(-20px);
      -ms-transform: translateY(-50%) translateX(-1.25rem);
          transform: translateY(-50%) translateX(-20px);
          transform: translateY(-50%) translateX(-1.25rem);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.vactory-ancre .anchor-link:hover, .vactory-ancre .anchor-link.active {
  color: #3D83B5;
}

.vactory-ancre .anchor-link:hover::before, .vactory-ancre .anchor-link.active::before {
  -webkit-transform: translateY(-50%) translateX(0);
      -ms-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}

@media (min-width: 768px) {
  .vactory-ancre.cloned {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 4;
  }
  .vactory-ancre.cloned.fixed {
    opacity: 1;
  }
}

@media (max-width: 991.98px) {
  .vactory-ancre .anchor-link {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
    padding: 14px 10px;
    padding: 0.875rem 0.625rem;
  }
  .vactory-ancre .anchor-link::before {
    left: 0;
  }
}

@media (max-width: 767.98px) {
  .vp_anchor,
  .vactory-ancre {
    display: none !important;
  }
}

:root {
  --c-safe-area-inset-top: constant(safe-area-inset-top);
  --c-safe-area-inset-bottom: constant(safe-area-inset-bottom);
  --c-safe-area-inset-left: constant(safe-area-inset-left);
  --c-safe-area-inset-right: constant(safe-area-inset-right);
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
  --safe-area-inset-left: env(safe-area-inset-left);
  --safe-area-inset-right: env(safe-area-inset-right);
}

* {
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  position: relative;
  background: #FFFFFF;
}

html.js body.no-scroll {
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

html.screen-disable__scroll,
html.screen-disable__scroll body {
  height: 100%;
  overflow: hidden;
}

html body {
  height: 100%;
  background-color: #FFFFFF;
  color: #1A1A1A;
  visibility: visible;
  overflow-y: visible;
  overflow-x: hidden;
  /*rtl:raw:
    direction: rtl;
    */
}

html body.overflow-y {
  overflow-y: hidden;
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

html body.cke_editable {
  padding: 0 !important;
  background-color: transparent !important;
}

html body.cke_editable .d-none,
html body.cke_editable .d-md-none,
html body.cke_editable .d-lg-none {
  display: block !important;
}

body:not(.page--vactory-page) .page-content.container, body:not(.page--vactory-page) .page-content.bar-tabs {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  body:not(.page--vactory-page) .page-content.container, body:not(.page--vactory-page) .page-content.bar-tabs {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
}

.js-img-video > a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.js-img-video > a:hover:before {
  color: #3D83B5;
}

.js-img-video > a:before {
  content: "\e907";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'vactory';
  color: #FFFFFF;
  font-size: 64px;
  font-size: 4rem;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  z-index: 1;
}

.cke_editable .js-img-video > a:before {
  display: none;
}

.js-img-video > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

.cke_editable .js-img-video > a:after {
  display: none;
}

.js-img-video > a.loader::before {
  content: '' !important;
  background-position: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-image: url(../img/loader.gif);
  background-size: contain;
}

.loading {
  position: relative;
}

.loading:before {
  content: '';
  position: absolute;
  background-size: 100px 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 44, 76, 0.47)), to(rgba(0, 44, 76, 0))), url(../img/rings.svg);
  background-image: -o-linear-gradient(top, rgba(0, 44, 76, 0.47) 0%, rgba(0, 44, 76, 0) 100%), url(../img/rings.svg);
  background-image: linear-gradient(180deg, rgba(0, 44, 76, 0.47) 0%, rgba(0, 44, 76, 0) 100%), url(../img/rings.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain, auto;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 999;
}

.js-zoom {
  display: block;
}

.qoute, .qoute-left, .qoute-right {
  position: relative;
}

.qoute::before, .qoute-left::before, .qoute-right::before {
  font-family: 'vactory';
  position: absolute;
  font-size: 50px;
  font-size: 3.125rem;
  top: 0;
  opacity: .1;
}

.qoute-left::before {
  content: "\e96a";
  left: 40px;
  left: 2.5rem;
}

.qoute-right::before {
  content: "\e969";
  right: 40px;
  right: 2.5rem;
}

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

.invisible {
  visibility: hidden;
}

.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  word-wrap: normal;
}

.hidden {
  display: none;
}

body.cke_editable .hidden {
  display: block !important;
}

@media (max-width: 767.98px) {
  .hidden-mobile {
    display: none !important;
  }
  body.cke_editable .hidden-mobile {
    display: block !important;
  }
}

.container .container, .bar-tabs .container, .container .bar-tabs, .bar-tabs .bar-tabs {
  padding-left: 0;
  padding-right: 0;
}

.no-container {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}

.last-mb-0:last-child {
  margin-bottom: 0 !important;
}

a:hover,
a:focus {
  text-decoration: none;
}

a.white-link {
  color: #FFFFFF;
}

a.white-link:hover, a.white-link:focus {
  color: #495057;
}

.lazyloading {
  width: 100%;
}

.btn-icon.download:before {
  content: "\e944";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.btn-icon.download:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.btn-icon.download.inverted:hover:before {
  color: #adb5bd;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-icon.download.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-icon.search:before {
  content: "\e91a";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.btn-icon.search:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.btn-icon.search.inverted:hover:before {
  color: #adb5bd;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-icon.search.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.btn-icon.arrow-preview:before {
  content: "\e901";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.btn-icon.arrow-preview:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.btn-icon.arrow-preview.inverted:hover:before {
  color: #adb5bd;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-icon.arrow-preview.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

html[dir=rtl] .btn-icon.arrow-preview:before {
  margin-top: 2px;
  margin-top: 0.125rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

.btn-icon.arrow-next:before {
  content: "\e96d";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: 0;
  font-size: inherit;
  -webkit-transition: -webkit-transform .4s ease-out;
  transition: -webkit-transform .4s ease-out;
  -o-transition: transform .4s ease-out;
  transition: transform .4s ease-out;
  transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.btn-icon.arrow-next:hover:before {
  color: inherit;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.btn-icon.arrow-next.inverted:hover:before {
  color: #adb5bd;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}

@media screen and (prefers-reduced-motion: reduce) {
  .btn-icon.arrow-next.inverted:hover:before {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

html[dir=rtl] .btn-icon.arrow-next:before {
  margin-top: 2px;
  margin-top: 0.125rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}

[class*="v_icon-"]:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: inherit;
  color: inherit;
}

[class*="prefix-icon-"].positioned-icon [class^="icon-"],
[class*="suffix-icon-"].positioned-icon [class^="icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 575.98px) {
  .container-inline div.form-item--icon {
    display: inline-block;
    width: 100%;
  }
}

.form-item--icon {
  position: relative;
}

.form-item--icon [class^="icon-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: inherit;
  color: inherit;
}

.form-item--icon.form-item--icon-prefix [class^="icon-"] {
  left: 1.5rem;
}

html[dir=rtl] .form-item--icon.form-item--icon-prefix [class^="icon-"] {
  left: auto;
  right: 1.5rem;
}

.form-item--icon.form-item--icon-prefix input {
  padding-left: 3rem;
}

html[dir=rtl] .form-item--icon.form-item--icon-prefix input {
  padding-left: 1.5rem;
  padding-right: 3rem;
}

.form-item--icon.form-item--icon-suffix [class^="icon-"] {
  right: 1.5rem;
}

html[dir=rtl] .form-item--icon.form-item--icon-suffix [class^="icon-"] {
  right: auto;
  left: 1.5rem;
}

.form-item--icon.form-item--icon-suffix input {
  padding-right: 3rem;
}

html[dir=rtl] .form-item--icon.form-item--icon-suffix input {
  padding-right: 1.5rem;
  padding-left: 3rem;
}

[class*="prefix-icon-"] [class^="icon-"],
[class*="suffix-icon-"] [class^="icon-"] {
  font-size: inherit;
  color: inherit;
}

[class*="prefix-icon-"] [class^="icon-"] {
  margin-right: 10px;
  margin-right: 0.625rem;
}

html[dir=rtl] [class*="prefix-icon-"] [class^="icon-"] {
  margin-right: auto;
  margin-left: 10px;
  margin-left: 0.625rem;
}

[class*="prefix-icon-"].positioned-icon {
  padding-left: 40px;
  padding-left: 2.5rem;
}

[class*="prefix-icon-"].positioned-icon [class^="icon-"] {
  left: 14px;
  left: 0.875rem;
}

html[dir=rtl] [class*="prefix-icon-"].positioned-icon [class^="icon-"] {
  right: 14px;
  right: 0.875rem;
  left: auto;
}

[class*="suffix-icon-"] [class^="icon-"] {
  margin-left: 10px;
  margin-left: 0.625rem;
}

html[dir=rtl] [class*="suffix-icon-"] [class^="icon-"] {
  margin-right: 10px;
  margin-right: 0.625rem;
  margin-left: auto;
}

[class*="suffix-icon-"].positioned-icon {
  padding-right: 40px;
  padding-right: 2.5rem;
}

[class*="suffix-icon-"].positioned-icon [class^="icon-"] {
  right: 14px;
  right: 0.875rem;
}

html[dir=rtl] [class*="suffix-icon-"].positioned-icon [class^="icon-"] {
  right: auto;
  left: 14px;
  left: 0.875rem;
}

i.icon-play.is-player {
  color: #FFFFFF;
  border: 3px solid #FFFFFF;
  border: 0.1875rem solid #FFFFFF;
  border-radius: 50%;
  padding: 5px;
  padding: 0.3125rem;
  -webkit-transition: border-color .3s, background .3s, color .3s;
  -o-transition: border-color .3s, background .3s, color .3s;
  transition: border-color .3s, background .3s, color .3s;
  width: 66px;
  width: 4.125rem;
  height: 66px;
  height: 4.125rem;
}

i.icon-play.is-player:hover {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.32);
  border-color: #000000;
}

i.icon-play.is-player:before {
  font-size: 50px;
  font-size: 3.125rem;
}

html[dir=rtl] .icon-chevron-left::before {
  content: "\e903";
}

html[dir=rtl] .icon-chevron-right::before {
  content: "\e902";
}

html[dir=rtl] .icon-arrow_back:before {
  content: "\e96d";
}

html[dir=rtl] .icon-arrow_forward:before {
  content: "\e96c";
}

html[dir=rtl] .icon-quote-left:before {
  content: "\e969";
}

html[dir=rtl] .icon-quote-right:before {
  content: "\e96a";
}

html[dir=rtl] .icon-caret-right:before {
  content: "\e947";
}

html[dir=rtl] .icon-caret-left:before {
  content: "\e948";
}

html[dir=rtl] .icon-arrow-left--circle:before {
  content: "\e916";
}

html[dir=rtl] .icon-arrow-right--circle:before {
  content: "\e917";
}

html[dir=rtl] .icon-arrow-left:before {
  content: "\e900";
}

html[dir=rtl] .icon-arrow-right:before {
  content: "\e901";
}

html[dir=rtl] .icon-chevron-left-circle:before {
  content: "\e915";
}

html[dir=rtl] .icon-chevron-right-circle:before {
  content: "\e914";
}

/* ---------------------------- Paragraph Spacing --------------------------- */
.has-background--solid,
.has-background--image {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.has-background--solid.bg-content,
.has-background--image.bg-content {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

.paragraph.paragraph--type--views-reference, .paragraph.paragraph--type--vactory-paragraph-multi-template, .paragraph.paragraph--type--vactory-component, .paragraph.paragraph--type--vactory-paragraph-content, .paragraph.paragraph--type--vactory-paragraph-block {
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.has-background--solid .paragraph.paragraph--type--views-reference,
.has-background--image .paragraph.paragraph--type--views-reference, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-multi-template,
.has-background--image .paragraph.paragraph--type--vactory-paragraph-multi-template, .has-background--solid .paragraph.paragraph--type--vactory-component,
.has-background--image .paragraph.paragraph--type--vactory-component, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-content,
.has-background--image .paragraph.paragraph--type--vactory-paragraph-content, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-block,
.has-background--image .paragraph.paragraph--type--vactory-paragraph-block {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .has-background--solid,
  .has-background--image {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .has-background--solid.bg-content,
  .has-background--image.bg-content {
    padding-top: 130px;
    padding-top: 8.125rem;
    padding-bottom: 130px;
    padding-bottom: 8.125rem;
  }
  .paragraph.paragraph--type--views-reference, .paragraph.paragraph--type--vactory-paragraph-multi-template, .paragraph.paragraph--type--vactory-component, .paragraph.paragraph--type--vactory-paragraph-content, .paragraph.paragraph--type--vactory-paragraph-block {
    padding-top: 60px;
    padding-top: 3.75rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .has-background--solid .paragraph.paragraph--type--views-reference,
  .has-background--image .paragraph.paragraph--type--views-reference, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-multi-template,
  .has-background--image .paragraph.paragraph--type--vactory-paragraph-multi-template, .has-background--solid .paragraph.paragraph--type--vactory-component,
  .has-background--image .paragraph.paragraph--type--vactory-component, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-content,
  .has-background--image .paragraph.paragraph--type--vactory-paragraph-content, .has-background--solid .paragraph.paragraph--type--vactory-paragraph-block,
  .has-background--image .paragraph.paragraph--type--vactory-paragraph-block {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* -------------------------------------------------------------------------- */
/* -------------------------- Paragraph Background -------------------------- */
.parallax-bg,
.has-background--image.paragraph_parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vactory-page--has-background,
.has-background--image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.vactory-page--has-background.bg-size-contain,
.has-background--image.bg-size-contain {
  background-size: contain;
}

.vactory-page--has-background.bg-align-right,
.has-background--image.bg-align-right {
  background-position-x: right;
}

.vactory-page--has-background.bg-align-left,
.has-background--image.bg-align-left {
  background-position-x: left;
}

.vactory-page--has-background.bg-align-top,
.has-background--image.bg-align-top {
  background-position-y: top;
}

.vactory-page--has-background.bg-align-bottom,
.has-background--image.bg-align-bottom {
  background-position-y: bottom;
}

.vactory-page--has-background.bg-repeat-y,
.has-background--image.bg-repeat-y {
  background-repeat: no-repeat repeat;
}

.vactory-page--has-background.bg-repeat-x,
.has-background--image.bg-repeat-x {
  background-repeat: repeat no-repeat;
}

.vactory-page--has-background.bg-repeat,
.has-background--image.bg-repeat {
  background-repeat: repeat;
}

/* -------------------------------------------------------------------------- */
/* ----------------------------- Paragraph Title ---------------------------- */
main {
  counter-reset: paragraphNumber;
}

.title {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 26px;
  line-height: 1.625rem;
  letter-spacing: 3.82px;
  color: #002C4C;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    letter-spacing: 4.5px;
  }
}

@media (min-width: 992px) {
  .title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
    line-height: 2.5rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
    letter-spacing: 5px;
  }
}

#toolbar-administration .toolbar-bar::after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h4 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 32px;
    font-size: 2rem;
  }
  h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  h5 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* -------------------------------------------------------------------------- */
/* ------------------------ font helper class ------------------------ */
.font-avenir-book {
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-avenir-black {
  font-family: "Avenir95Black", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-avenir-heavy {
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-avenir-medium {
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-bebas-bold {
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-bebas-regular {
  font-family: "BebasNeueProRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-bebas-book {
  font-family: "BebasNeueProBook", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

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

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

.font-weight-thin,
.font-weight-100 {
  font-weight: 100 !important;
}

.font-weight-extra-light,
.font-weight-200 {
  font-weight: 200 !important;
}

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

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

.font-weight-medium,
.font-weight-500 {
  font-weight: medium !important;
}

.font-weight-semi-bold,
.font-weight-600 {
  font-weight: 600 !important;
}

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

.font-weight-extra-bold,
.font-weight-800 {
  font-weight: 800 !important;
}

.font-weight-black,
.font-weight-900 {
  font-weight: 900 !important;
}

/* -------------------------------------------------------------------------- */
p {
  letter-spacing: .9px;
  line-height: 1.6;
}

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

.accordion > .card {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-radius: 0;
  border: 4px solid #E9E9E9 !important;
  border: 0.25rem solid #E9E9E9 !important;
}

.accordion > .card:not(:last-child) {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.accordion > .card .card-header {
  padding: 0;
  border: none;
  background-color: #FFFFFF;
}

.accordion > .card .card-body {
  border-top: 3px solid #EAEAEA;
  border-top: 0.1875rem solid #EAEAEA;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
  background-color: #FFFFFF;
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
}

.accordion [data-toggle="collapse"] {
  position: relative;
  display: block;
  width: 100%;
  padding: 22px 60px 22px 18px;
  padding: 1.375rem 3.75rem 1.375rem 1.125rem;
  border: 0;
  border-radius: 0;
  color: #1A1A1A;
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2px;
  font-weight: 900;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  text-transform: uppercase;
}

.accordion [data-toggle="collapse"]:hover {
  cursor: pointer;
}

.accordion [data-toggle="collapse"]::after {
  display: block;
  content: "\e988";
  position: absolute;
  top: 50%;
  right: 16px;
  right: 1rem;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 20px;
  font-size: 1.25rem;
  color: #1A1A1A;
}

.accordion [data-toggle="collapse"].collapsed::after {
  content: "\e98d";
  color: #838383;
}

@media (max-width: 991.98px) {
  .accordion [data-toggle="collapse"] {
    padding: 15px 30px 15px 15px;
    padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
  .accordion [data-toggle="collapse"]:after {
    font-size: 18px;
    font-size: 1.125rem;
    right: 5px;
    right: 0.3125rem;
  }
}

.vf-addtoany-fixed.block--addtoanybuttons {
  position: absolute;
  top: 206px;
  top: 12.875rem;
  left: 6px;
  left: 0.375rem;
  z-index: 9;
}

.vf-addtoany-fixed.block--addtoanybuttons.right {
  right: 6px;
  right: 0.375rem;
  left: inherit;
}

.vf-addtoany-fixed.block--addtoanybuttons .addtoany_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.vf-addtoany-fixed.block--addtoanybuttons .addtoany_list a {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.vf-addtoany-fixed.block--addtoanybuttons .addtoany_list [class*="icon-"] {
  color: #FFFFFF;
  font-size: 23px;
  font-size: 1.4375rem;
}

.vf-addtoany-fixed.block--addtoanybuttons .addtoany_list [class*="icon-"]:hover {
  color: #3C8FCB;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed {
  position: fixed;
  top: 50%;
  left: -27px;
  left: -1.6875rem;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
  left: 6px;
  left: 0.375rem;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"] {
  color: #3D83B5;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed .addtoany_list [class*="icon-"]:hover {
  color: #3C8FCB;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right {
  right: -27px;
  right: -1.6875rem;
  left: inherit;
}

.vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
  left: inherit;
  right: 6px;
  right: 0.375rem;
  -webkit-transition: right 1s;
  -o-transition: right 1s;
  transition: right 1s;
}

.block--addtoanybuttons .addtoany_list [class*="icon-"] span {
  display: none;
}

@media (min-width: 992px) {
  .vf-addtoany-fixed.block--addtoanybuttons {
    left: 24px;
    left: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.right {
    right: 24px;
    right: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.fade-left {
    left: 24px;
    left: 1.5rem;
  }
  .vf-addtoany-fixed.block--addtoanybuttons.buttons-fixed.right.fade-left {
    right: 24px;
    right: 1.5rem;
  }
}

.ajax-progress-fullscreen {
  opacity: 1;
  width: 100px;
  width: 6.25rem;
  height: 100px;
  height: 6.25rem;
  background-size: 60px 60px;
  background-color: transparent;
  background-image: url("../img/loader.gif");
}

.ajax-progress.ajax-progress-throbber {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ajax-progress.ajax-progress-throbber .throbber {
  display: inline-block;
  padding: 0;
  background-position: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background-image: url(../img/loader.gif);
  background-size: contain;
}

/***
 * Banners:
 */
.vf-banner {
  position: relative;
  min-height: 450px;
  min-height: 28.125rem;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vf-banner__container {
  position: relative;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .vf-banner__container {
    width: 100%;
  }
}

.vf-banner__title {
  position: relative;
  display: inline-block;
  margin-bottom: 45px;
  margin-bottom: 2.8125rem;
}

.vf-banner__title > * {
  color: #FFFFFF;
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 0;
}

.vf-banner__title::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 5px;
  height: 0.3125rem;
  background: #3D83B5;
  bottom: -30px;
  bottom: -1.875rem;
}

.vf-banner__image, .vf-banner__video {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.vf-banner__image::after, .vf-banner__video::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 44, 76, 0.47)), to(rgba(0, 44, 76, 0)));
  background: -o-linear-gradient(top, rgba(0, 44, 76, 0.47) 0%, rgba(0, 44, 76, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 44, 76, 0.47) 0%, rgba(0, 44, 76, 0) 100%);
}

@media (min-width: 768px) {
  .vf-banner {
    min-height: 480px;
    min-height: 30rem;
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .vf-banner__title > * {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

@media (min-width: 992px) {
  .vf-banner {
    min-height: 520px;
    min-height: 32.5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
}

.c-breadcrumb {
  padding: 0;
  margin: 0;
}

.breadcrumb {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 1.5px;
  word-wrap: break-word;
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background-color: transparent;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb br {
  display: none !important;
}

.breadcrumb-item,
.breadcrumb-item a {
  color: #FFFFFF;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\e903";
  font-family: "vactory";
  font-size: 8px;
  font-size: 0.5rem;
}

.btn, .vf-more-link > a {
  font-family: "BebasNeueProBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: 2.46px;
  min-width: 140px;
  min-width: 8.75rem;
  text-transform: uppercase;
}

.btn:focus, .vf-more-link > a:focus, .btn:active, .vf-more-link > a:active, .btn:visited, .vf-more-link > a:visited, .btn:active:focus, .vf-more-link > a:active:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: 0 !important;
}

.btn[class*="prefix-icon-"] [class^="icon-"], .vf-more-link > a[class*="prefix-icon-"] [class^="icon-"],
.btn[class*="suffix-icon-"] [class^="icon-"],
.vf-more-link > a[class*="suffix-icon-"] [class^="icon-"] {
  line-height: 0;
  vertical-align: middle;
}

.btn.btn-primary, .vf-more-link > a {
  color: #FFFFFF;
}

.btn.btn-outline-primary:hover, .vf-more-link > a.btn-outline-primary:hover {
  color: #FFFFFF;
}

.vf-go-back-top {
  z-index: 499;
  position: fixed;
  right: 10px;
  right: 0.625rem;
  bottom: 40px;
  bottom: 2.5rem;
  text-decoration: none;
  display: none;
  font-size: 0;
  color: transparent;
  background-color: #3C8FCB;
  text-align: center;
  padding: 2px;
  padding: 0.125rem;
  height: 38px;
  height: 2.375rem;
  width: 38px;
  width: 2.375rem;
  cursor: pointer;
  opacity: .5;
}

@media (min-width: 768px) {
  .vf-go-back-top {
    bottom: 30px;
    bottom: 1.875rem;
    right: 20px;
    right: 1.25rem;
    width: 40px;
    width: 2.5rem;
    height: 40px;
    height: 2.5rem;
  }
}

.vf-go-back-top:hover {
  opacity: 1;
}

.vf-go-back-top:before {
  display: inline-block;
  content: "\e994";
  font-family: "vactory";
  font-size: 24px;
  font-size: 1.5rem;
  color: #FFFFFF;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.card {
  height: 100%;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.card .card-image__wrapper,
.card .inline-card__image,
.card .card-image--inline {
  overflow: hidden;
}

.card img {
  width: 100%;
}

.card .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  padding: 0.625rem;
}

.card .card-body .card-text {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.card .card-body .card-title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.card .card-body .card-title a {
  font-weight: bold;
}

.card .card-body .card-title a:hover {
  color: #3D83B5;
}

.card .card-body .card-read-more {
  margin-top: auto;
}

.card--inline .card-image--inline {
  overflow: hidden;
}

.card--inline .card-image--inline img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-slider .card {
  width: 100%;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .slick-slider .card {
    height: 100%;
  }
}

@media (min-width: 576px) {
  .card-deck .card {
    height: auto;
  }
}

@media (min-width: 992px) {
  .card--inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 20px;
    padding: 0 1.25rem;
  }
  .card--inline.vf-card--mosaique .card-image--inline,
  .card--inline.vf-card--mosaique .card-body--inline {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .card--inline .card-image--inline {
    -ms-flex-preferred-size: 41%;
        flex-basis: 41%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .card--inline .card-body--inline {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
  }
  .card--inline .card-picture-figure {
    display: block;
  }
  .card--inline .card-body--inline .card-body {
    padding: 30px;
    padding: 1.875rem;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card--inline .card-body--inline .card-body .card-read-more {
    margin-top: 0;
  }
}

.block-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-top: 0.625rem;
}

.block-comment .comment-body {
  padding-left: 8px;
  padding-left: 0.5rem;
}

.block-comment .comment-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font-size: 13px;
  font-size: 0.8125rem;
}

.block-comment .comment-user p {
  color: #8b9299;
}

.block-comment .comment-user strong {
  color: #3D83B5;
}

.block-comment .comment-title h5 {
  margin: 0;
}

.block-comment .comment-user-icon img {
  max-width: 30px;
  max-width: 1.875rem;
  border-radius: 50%;
}

.block-comment:hover .list-unstyled {
  visibility: visible;
}

.wrapper-comment {
  padding: 30px 15px 60px 15px;
  padding: 1.875rem 0.9375rem 3.75rem 0.9375rem;
  margin-right: -15px;
  margin-right: -0.9375rem;
  margin-left: -15px;
  margin-left: -0.9375rem;
  position: relative;
}

.wrapper-comment article {
  position: inherit;
}

.wrapper-comment article:after {
  content: "";
  position: absolute;
  height: 1px;
  height: 0.0625rem;
  width: 100%;
  left: 0;
  border-top: 1px solid #e2e3e3;
  border-top: 0.0625rem solid #e2e3e3;
}

.wrapper-comment article:last-child:not(.by-viewer):after {
  border-top: none;
}

.wrapper-comment article:first-of-type {
  border-top: 1px solid #e2e3e3;
  border-top: 0.0625rem solid #e2e3e3;
}

.wrapper-comment > * {
  position: relative;
  z-index: 1;
}

.wrapper-comment:before {
  content: '';
  display: block;
  background-color: #F7F7F7;
  position: absolute;
  top: 0;
  left: -1000px;
  left: -62.5rem;
  right: -1000px;
  right: -62.5rem;
  height: 100%;
  z-index: 0;
}

.comment__comment-body {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.list-unstyled {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  -webkit-transition: visibility 0.1s;
  -o-transition: visibility 0.1s;
  transition: visibility 0.1s;
}

.list-unstyled .btn, .list-unstyled .vf-more-link > a {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 13px 4px;
  padding: 0.3125rem 0.8125rem 0.25rem;
  line-height: 15px;
  line-height: 0.9375rem;
}

.indented {
  position: relative;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.indented .indented .indented {
  padding-left: 0px;
  padding-left: 0;
  padding-left: 0rem;
}

@media (max-width: 1199.98px) {
  .list-unstyled {
    visibility: visible;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list-unstyled li {
    margin-bottom: 2px;
    margin-bottom: 0.125rem;
  }
  .list-unstyled .btn, .list-unstyled .vf-more-link > a {
    font-size: 10px;
    font-size: 0.625rem;
    padding: 3px 9px 2px;
    padding: 0.1875rem 0.5625rem 0.125rem;
  }
  .comment-user {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .comment-title {
    font-size: 16px;
    font-size: 1rem;
  }
  .comment-content p {
    font-size: 14px;
    font-size: 0.875rem;
    word-break: break-all;
  }
}

@media (min-width: 992px) {
  .indented {
    padding-left: 70px;
    padding-left: 4.375rem;
  }
  .indented .block-comment .comment-user-icon img {
    max-width: 65px;
    max-width: 4.0625rem;
  }
  .block-comment {
    padding-top: 20px;
    padding-top: 1.25rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .block-comment .comment-body {
    padding-left: 20px;
    padding-left: 1.25rem;
  }
  .block-comment .comment-user-icon img {
    max-width: 90px;
    max-width: 5.625rem;
  }
}

.comment-comment-form.comment-form label, .comment-comment-form.comment-form span.form-required {
  display: none;
}

.comment-comment-form.comment-form .comment-form-note {
  color: #a0a0a0;
}

ul.links.inline li.comment-add {
  display: none;
}

#sliding-popup.sliding-popup-bottom {
  background-color: rgba(0, 44, 76, 0.9);
  -webkit-box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
}

#sliding-popup .popup-content {
  position: relative;
  padding: 10px !important;
  padding: 0.625rem !important;
}

#sliding-popup .popup-content #popup-text {
  text-align: left;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding-right: 30px;
  padding-right: 1.875rem;
}

#sliding-popup .popup-content #popup-text h2 {
  color: #FFFFFF;
  font-size: 16px;
  font-size: 1rem;
}

#sliding-popup .popup-content #popup-text p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0;
  display: inline;
}

#sliding-popup .popup-content #popup-text .find-more-button {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: underline;
}

#sliding-popup .popup-content #popup-buttons {
  text-align: right;
}

#sliding-popup .popup-content #popup-buttons > a {
  display: inline-block;
  padding: 3px 5px;
  padding: 0.1875rem 0.3125rem;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}

#sliding-popup .popup-content #popup-buttons > .decline-button {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  font-size: 0;
  position: absolute;
  top: 4px;
  top: 0.25rem;
  right: 4px;
  right: 0.25rem;
}

#sliding-popup .popup-content #popup-buttons > .decline-button i {
  font-size: 14px;
  font-size: 0.875rem;
}

@media (min-width: 576px) {
  #sliding-popup {
    left: 0;
    width: 50%;
    max-width: 430px;
    max-width: 26.875rem;
  }
}

.view--vactory-cross-content {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

.block--africa-bright-crosscontentblock > .title {
  color: #3D83B5;
  font-family: "BebasNeueProBook", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 34px;
  line-height: 2.125rem;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.dropdown-menu {
  z-index: 1000;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #1A1A1A;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border: 0.0625rem solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

.dropdown-menu-small {
  padding: 0.25rem 0;
  font-size: 0.813rem;
}

.dropdown-menu-small .dropdown-item {
  padding: 0.375rem 0.875rem;
  font-size: 0.813rem;
}

.dropdown-menu-small .dropdown-divider {
  margin: 0.25rem 0;
}

.dropup .dropdown-menu {
  margin-bottom: 0.125rem;
}

.dropright .dropdown-menu {
  margin-left: 0.125rem;
}

.dropleft .dropdown-menu {
  margin-right: 0.125rem;
}

.dropdown-divider {
  height: 0;
  margin: 5px 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid #EAEAEA;
  border-top: 0.0625rem solid #EAEAEA;
}

.dropdown-item {
  padding: 0.25rem 1.5rem;
  font-weight: normal;
  color: #1A1A1A;
  font-size: 0.9375rem;
  -webkit-transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: background-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #0d0d0d;
  background-color: #F8F8F8;
}

.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  background-color: #3D83B5;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
}

.dropdown-item.disabled:hover, .dropdown-item:disabled:hover {
  background: none;
  cursor: not-allowed;
}

.dropdown-header {
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  color: #adb5bd;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  display: block;
}

img {
  max-width: 100%;
}

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}

.img-rounded {
  border-radius: 0.25rem;
}

.img-fluid-wrapper {
  position: relative;
  padding-top: 56,25%;
}

.img-fluid-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.card .card-picture-figure {
  position: relative;
  display: block;
  overflow: hidden;
}

.card .card-picture-figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.28571%;
}

.card .card-picture-figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.card.card--inline .card-picture-figure {
  position: relative;
  display: block;
  overflow: hidden;
}

.card.card--inline .card-picture-figure:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.26374%;
}

.card.card--inline .card-picture-figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.lazy-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.lazy-wrapper:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.lazy-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.lazy-small-square {
  position: relative;
  display: block;
  overflow: hidden;
}

.lazy-small-square:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.lazy-small-square img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes moving {
  0% {
    bottom: 40px;
    bottom: 2.5rem;
  }
  50% {
    bottom: 30px;
    bottom: 1.875rem;
  }
  100% {
    bottom: 40px;
    bottom: 2.5rem;
  }
}

@keyframes moving {
  0% {
    bottom: 40px;
    bottom: 2.5rem;
  }
  50% {
    bottom: 30px;
    bottom: 1.875rem;
  }
  100% {
    bottom: 40px;
    bottom: 2.5rem;
  }
}

a.link-scroll {
  display: block;
}

@media (min-width: 992px) {
  a.link-scroll {
    position: absolute;
    bottom: 40px;
    bottom: 2.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    color: #FFFFFF;
    font-size: 0;
    z-index: 2;
    -webkit-transition: color .3s ease-in;
    -o-transition: color .3s ease-in;
    transition: color .3s ease-in;
    display: block;
    -webkit-animation: moving 2s 3;
            animation: moving 2s 3;
  }
  a.link-scroll:hover {
    text-decoration: none;
    color: #3D83B5;
  }
  a.link-scroll:before {
    content: "\e994";
    font-size: 38px;
    font-size: 2.375rem;
    font-weight: normal;
    font-family: 'vactory';
  }
}

a:hover,
a:focus {
  text-decoration: none;
}

a.link:hover, a.link:focus {
  color: #3D83B5;
}

a.white-link {
  color: #FFFFFF;
}

a.white-link:hover, a.white-link:focus {
  color: #495057;
}

html[dir=rtl] a[href^="tel:"] {
  direction: ltr;
}

.icon-before:before {
  content: "\e901";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  color: inherit;
  margin-right: 5px;
  margin-right: 0.3125rem;
  font-family: 'vactory';
}

.icon-after:after {
  content: "\e901";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 16px;
  line-height: 1rem;
  color: inherit;
  margin-left: 5px;
  margin-left: 0.3125rem;
  font-family: 'vactory';
}

.permalink {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "BebasNeueProRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #3D83B5;
}

.permalink:hover {
  color: #3D83B5;
}

.permalink:hover .permalink__arrow {
  width: 70px;
  width: 4.375rem;
}

.permalink:hover::after {
  width: 100%;
}

.permalink::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 1px;
  height: 0.0625rem;
  background: #3D83B5;
  bottom: -5px;
  bottom: -0.3125rem;
  -webkit-transition: width ease-in .3s;
  -o-transition: width ease-in .3s;
  transition: width ease-in .3s;
}

.permalink--black {
  color: #000000;
}

.permalink--black:hover {
  color: #000000;
}

.permalink__arrow {
  position: relative;
  display: block;
  padding-right: 16px;
  padding-right: 1rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 40px;
  width: 2.5rem;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
  will-change: width;
}

.permalink__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #D9B29F;
}

.permalink__arrow::after {
  content: "\e903";
  font-family: "vactory";
  color: #D9B29F;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%);
      -ms-transform: translateY(-50%) translateX(50%);
          transform: translateY(-50%) translateX(50%);
  line-height: 1;
  font-size: 10px;
  font-size: 0.625rem;
}

/*
* custom list style
*/
.default-list, .styled-list,
.paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list), ul.triangle-list:not(.slick-dots):not(.validation-messages-box) {
  list-style: none;
  padding: 0;
}

.default-list li, .styled-list li, .paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li, ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li {
  position: relative;
  padding-left: 23px;
  padding-left: 1.4375rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.default-list li:last-child, .styled-list li:last-child, .paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li:last-child, ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li:last-child {
  margin-bottom: 0;
}

.default-list li:before, .styled-list li:before, .paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li:before, ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li:before {
  position: absolute;
  left: 0;
  top: 6px;
  top: 0.375rem;
}

html[dir=rtl] .default-list li, html[dir=rtl] .styled-list li, html[dir=rtl] .paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li, .paragraph html[dir=rtl] ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li, html[dir=rtl] ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li {
  padding-left: 0;
  padding-right: 30px;
  padding-right: 1.875rem;
}

html[dir=rtl] .default-list li:before, html[dir=rtl] .styled-list li:before, html[dir=rtl] .paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li:before, .paragraph html[dir=rtl] ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li:before, html[dir=rtl] ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li:before {
  left: auto;
  right: 0;
}

.styled-list,
.paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) {
  /*!*/
}

.styled-list li:before,
.paragraph ul:not(.slick-dots):not(.validation-messages-box):not(.triangle-list) li:before {
  content: "";
  display: block;
  width: 9px;
  width: 0.5625rem;
  height: 9px;
  height: 0.5625rem;
  background-color: #3D83B5;
}

ul.triangle-list:not(.slick-dots):not(.validation-messages-box) li:before {
  content: "\e903";
  font-family: 'vactory';
  font-size: 10px;
  font-size: 0.625rem;
  color: #3D83B5;
}

ol.custom-ordered-list {
  list-style: none;
  padding: 0;
  font-size: 20px;
  font-size: 1.25rem;
}

ol.custom-ordered-list > li {
  position: relative;
  counter-increment: step-counter;
  padding-left: 40px;
  padding-left: 2.5rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

ol.custom-ordered-list > li:before {
  content: counter(step-counter);
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background-color: #3D83B5;
  color: #fff;
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
  line-height: 1.5;
  text-align: center;
}

html[dir=rtl] ol.custom-ordered-list > li {
  padding-left: 0;
  padding-right: 50px;
  padding-right: 3.125rem;
}

html[dir=rtl] ol.custom-ordered-list > li::before {
  left: auto;
  right: 0;
}

[dir="rtl"] ol.custom-ordered-list > li {
  padding-right: 30px;
  padding-right: 1.875rem;
  padding-left: 0;
}

[dir="rtl"] ol.custom-ordered-list > li:before {
  right: 0;
  left: auto;
}

ul,
ol {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

ul:last-child,
ol:last-child {
  margin-bottom: 0px;
  margin-bottom: 0;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

@media (min-width: 576px) {
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
}

.stroke-style {
  color: transparent;
  font-weight: 900;
  -webkit-text-stroke: 1px #3D83B5;
  -webkit-text-stroke: 0.0625rem #3D83B5;
  -moz-text-stroke: 1px #3D83B5;
  -moz-text-stroke: 0.0625rem #3D83B5;
  -ms-text-stroke-width: 1px #3D83B5;
  -ms-text-stroke-width: 0.0625rem #3D83B5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .stroke-style {
    text-shadow: -1px -1px 0 #3D83B5, -1px 1px 0 #3D83B5, -1px 0 0 #3D83B5, 1px -1px 0 #3D83B5, 1px 1px 0 #3D83B5, 1px 0 0 #3D83B5, 0 -1px 0 #3D83B5, 0 1px 0 #3D83B5;
    text-shadow: -0.0625rem -0.0625rem 0 #3D83B5, -0.0625rem 0.0625rem 0 #3D83B5, -0.0625rem 0 0 #3D83B5, 0.0625rem -0.0625rem 0 #3D83B5, 0.0625rem 0.0625rem 0 #3D83B5, 0.0625rem 0 0 #3D83B5, 0 -0.0625rem 0 #3D83B5, 0 0.0625rem 0 #3D83B5;
  }
}

/*
 * Pagination Style
 */
.pagination {
  margin: 40px 0 !important;
  margin: 2.5rem 0 !important;
  padding: 0 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.pagination .page-item {
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 10px;
  margin-right: 0.625rem;
}

.pagination .page-link {
  padding: 0;
  width: 41px;
  width: 2.5625rem;
  height: 41px;
  height: 2.5625rem;
  text-align: center;
  vertical-align: middle;
  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;
}

.pagination .page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination .pager__item--next .page-link,
.pagination .pager__item--previous .page-link {
  padding: 0;
  font-size: 0;
  position: relative;
}

.pagination .pager__item--next .page-link::before,
.pagination .pager__item--previous .page-link::before {
  content: '';
  font-family: 'vactory';
  font-size: 1rem;
}

.pagination .pager__item--previous .page-link::before {
  content: "\e913";
}

html[dir=rtl] .pagination .pager__item--previous .page-link::before {
  content: "\e912";
}

.pagination .pager__item--next .page-link::before {
  content: "\e912";
}

html[dir=rtl] .pagination .pager__item--next .page-link::before {
  content: "\e913";
}

.pagination .pager__item--first,
.pagination .pager__item--last {
  display: none;
}

body.path--rapport-digital {
  background-color: #f8f9fb;
}

.t-rapport--listing-filtres--wrapper h3 {
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 22px;
  line-height: 1.375rem;
  color: #000000;
}

.t-rapport--listing-filtres--wrapper .t-rapport--listing-filtres {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.t-rapport--listing-filtres--wrapper .t-rapport--listing-filtres li {
  margin: 10px 10px 0 0;
  margin: 0.625rem 0.625rem 0 0;
}

.t-rapport--listing-filtres--wrapper .t-rapport--listing-filtres a {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  background-color: #FFFFFF;
  color: #908e8f;
  border: 1px solid #d5d5d5;
  border: 0.0625rem solid #d5d5d5;
  text-decoration: none;
}

.t-rapport--listing-filtres--wrapper .t-rapport--listing-filtres a:hover {
  border-color: #3D83B5;
  color: #3D83B5;
}

.t-rapport {
  overflow: visible;
  min-height: 220px;
  min-height: 13.75rem;
  width: 100%;
  padding: 0;
  position: absolute;
  border: 10px solid transparent;
  border: 0.625rem solid transparent;
}

.t-rapport .t-rapport--parent {
  min-height: 220px;
  min-height: 13.75rem;
  padding: 20px 22px 30px;
  padding: 1.25rem 1.375rem 1.875rem;
  border: 8px solid;
  border: 0.5rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-repeat: no-repeat;
  background-position: right -40px bottom;
  background-size: 230px 230px;
  -webkit-box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 0.6875rem 0 rgba(0, 0, 0, 0.11);
  background-color: #FFFFFF;
}

.t-rapport .t-rapport--parent > *:not(.t-rapport--bg) {
  position: relative;
  z-index: 2;
}

.t-rapport.ar-w2 {
  width: 100%;
}

.t-rapport.ar-w1-3 {
  width: 100%;
}

.t-rapport.ar-w2-3 {
  width: 100%;
}

.t-rapport.ar-w3-4 {
  width: 100%;
}

.t-rapport.ar-w4 {
  width: 100%;
}

.t-rapport.has-bg .t-rapport--header-filtres a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

.t-rapport.has-bg .t-rapport--content h3 {
  color: #FFFFFF;
}

.t-rapport.has-bg .t-rapport--content p {
  color: #FFFFFF;
}

.t-rapport.has-bg .t-rapport--link .permalink {
  color: #FFFFFF;
}

.t-rapport.has-bg .t-rapport--link .permalink:after {
  background-color: #FFFFFF;
}

.t-rapport.t-rapport--chiffre .t-rapport--parent {
  border: none;
  text-align: center;
}

.t-rapport.t-rapport--chiffre .t-rapport--parent.has-corner:before {
  content: " ";
  display: block;
  width: 95px;
  width: 5.9375rem;
  height: 95px;
  height: 5.9375rem;
  position: absolute;
  right: -22px;
  right: -1.375rem;
  bottom: -25px;
  bottom: -1.5625rem;
  background-color: transparent;
  background-image: url(/themes/vactory/assets/img/corner-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 11;
}

html[dir=rtl] .t-rapport.t-rapport--chiffre .t-rapport--parent.has-corner:before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.t-rapport.t-rapport--chiffre .t-rapport--parent .t-rapport--content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.t-rapport.t-rapport--chiffre .t-rapport--parent .t-rapport--content img {
  width: 80px;
  width: 5rem;
  margin: 0 auto;
}

.t-rapport.t-rapport--chiffre .t-rapport--parent .t-rapport--content .t-chiffre {
  color: #FFFFFF;
  -webkit-text-stroke: 1px #3D83B5;
  -webkit-text-stroke: 0.0625rem #3D83B5;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 58px;
  line-height: 3.625rem;
}

.t-rapport .t-rapport--bg {
  position: absolute;
  top: 8px;
  top: 0.5rem;
  left: 8px;
  left: 0.5rem;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right -40px bottom;
  background-size: 230px 230px;
}

.t-rapport .t-rapport--header {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.t-rapport .t-rapport--header-filtres {
  list-style-type: none;
  margin: 0;
  padding: 0;
  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;
}

.t-rapport .t-rapport--header-filtres a {
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: 1px solid;
  border: 0.0625rem solid;
  border-radius: 3px;
  border-radius: 0.1875rem;
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 20px;
  line-height: 1.25rem;
  color: inherit;
  text-decoration: none;
}

.t-rapport .t-rapport--content {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: inherit;
  margin-top: auto;
  margin-bottom: auto;
}

.t-rapport .t-rapport--content h3 {
  font-family: "FuturaTBold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0 0 10px;
  margin: 0 0 0.625rem;
  color: inherit;
}

.t-rapport .t-rapport--content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  color: #000000;
}

.t-rapport .t-rapport--content p.rapport-quote {
  padding: 0;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-align: center;
  margin: 0 auto;
}

.t-rapport .t-rapport--content p.rapport-quote:before, .t-rapport .t-rapport--content p.rapport-quote:after {
  content: "\e969";
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  line-height: 1.25rem;
  font-family: "vactory";
  color: #ca0a0b;
  display: block;
}

@media (min-width: 992px) {
  .t-rapport .t-rapport--content p.rapport-quote.left {
    position: absolute;
    top: 0;
    left: 180px;
    left: 11.25rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .t-rapport .t-rapport--content p.rapport-quote.top {
    position: absolute;
    top: 0;
    left: auto;
    right: auto;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (min-width: 576px) {
  .t-rapport .t-rapport--content p.rapport-quote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .t-rapport .t-rapport--content p.rapport-quote {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}

@media (min-width: 992px) {
  .t-rapport .t-rapport--content p.rapport-quote {
    font-size: 39px;
    font-size: 2.4375rem;
    line-height: 35px;
    line-height: 2.1875rem;
  }
}

.t-rapport .t-rapport--link {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.t-rapport .t-rapport--link .permalink {
  color: #000000;
}

.t-rapport .t-rapport--link .permalink:after {
  background-color: #000000;
}

@media (min-width: 768px) {
  .t-rapport {
    min-height: 340px;
    min-height: 21.25rem;
  }
  .t-rapport.t-rapport-2h {
    min-height: 700px;
    min-height: 43.75rem;
  }
  .t-rapport.ar-w2 {
    width: 50%;
  }
  .t-rapport.ar-w1-3 {
    width: 50%;
  }
  .t-rapport.ar-w2-3 {
    width: 50%;
  }
  .t-rapport.ar-w3-4 {
    width: 75%;
  }
  .t-rapport.ar-w4 {
    width: 100%;
  }
  .t-rapport .t-rapport--parent {
    min-height: 340px;
    min-height: 21.25rem;
    background-position: right bottom -1px;
    background-size: contain;
  }
  .t-rapport .t-rapport--parent.t-rapport-2h {
    min-height: 700px;
    min-height: 43.75rem;
  }
  .t-rapport .t-rapport--bg {
    background-position: right bottom -1px;
    background-size: contain;
  }
  .t-rapport.t-rapport--chiffre .t-rapport--parent .t-rapport--content img {
    width: 80px;
    width: 5rem;
    margin: 0 auto;
  }
  .t-rapport.t-rapport--chiffre .t-rapport--parent .t-rapport--content .t-chiffre {
    color: #FFFFFF;
    -webkit-text-stroke: 1px #3D83B5;
    -webkit-text-stroke: 0.0625rem #3D83B5;
    font-size: 80px;
    font-size: 5rem;
    line-height: 88px;
    line-height: 5.5rem;
  }
  .t-rapport .t-rapport--content h3 {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 31px;
    line-height: 1.9375rem;
  }
  .t-rapport .t-rapport--content p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 29px;
    line-height: 1.8125rem;
  }
}

@media (min-width: 992px) {
  .t-rapport.ar-w2 {
    width: 50%;
  }
  .t-rapport.ar-w1-3 {
    width: calc(33.3333% - 1px);
    width: calc(33.3333% - 0.0625rem);
  }
  .t-rapport.ar-w2-3 {
    width: calc(66.6666% - 1px);
    width: calc(66.6666% - 0.0625rem);
  }
  .t-rapport.ar-w3-4 {
    width: 75%;
  }
  .t-rapport.ar-w4 {
    width: 100%;
  }
}

/*
.rapport-quote {
  margin: 0;
  padding: 0;
  font-family: "FuturaTBook", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;

  &:before {
    font-size: 18px;
    content: $icon-quote-left;
    font-family: "vactory";
    color: $primary;
    display: block;
  }

  &:after {
    font-size: 18px;
    content: $icon-quote-left;
    font-family: "vactory";
    color: $primary;
    display: block;
  }

  @include media-breakpoint-up(sm) {
    font-size: 30px;
    line-height: 20px;
  }
  @include media-breakpoint-up(md) {
    font-size: 30px;
    line-height: 20px;
  }
  @include media-breakpoint-up(lg) {
    font-size: 39px;
    line-height: 27px;
  }

}


 */
.favorite-star::before {
  font-family: 'vactory';
  content: "\e975";
}

.checked-full {
  color: #FFF005;
}

.checked-half {
  position: relative;
}

.checked-half::after {
  content: "\e973";
  font-family: 'vactory';
  position: absolute;
  left: 0;
  color: #FFF005;
}

.star-vote {
  position: relative;
}

.star-vote .rate-fivestar-btn-filled,
.star-vote .rate-fivestar-btn-empty {
  background: none;
  text-indent: inherit;
  font-size: 0;
  height: auto;
}

.star-vote .rate-fivestar-btn-filled::before,
.star-vote .rate-fivestar-btn-empty::before {
  content: "\e975";
  font-family: 'vactory';
  font-size: 17px;
  font-size: 1.0625rem;
}

.star-vote .rate-fivestar-btn-filled {
  color: #FFF005;
}

.star-vote .rate-widget-fivestar ul li a {
  color: #adb5bd;
}

.star-vote .rate-widget-fivestar ul li.hovering a {
  background: none;
  color: #FFF005;
}

.star-vote .ajax-progress.ajax-progress-throbber .throbber {
  position: absolute;
  right: 25%;
  top: 0;
}

.star-vote .ajax-progress {
  padding: 0;
}

.satisfaction-range .js-webform-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: left;
}

.satisfaction-range .radio {
  position: relative;
  margin: 0;
  padding: 0 0 50px;
  padding: 0 0 3.125rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
}

.satisfaction-range .radio::after {
  content: "";
  position: absolute;
  width: 3px;
  width: 0.1875rem;
  height: 100%;
  background: #EAEAEA;
  z-index: 0;
  top: 0;
  left: -22px;
  left: -1.375rem;
}

html[dir=rtl] .satisfaction-range .radio::after {
  right: -22px;
  right: -1.375rem;
}

.satisfaction-range .radio::before {
  content: "";
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  position: absolute;
  left: -100px;
  left: -6.25rem;
  top: -15px;
  top: -0.9375rem;
  background-size: cover;
  opacity: 0;
}

.satisfaction-range .radio.active::before {
  opacity: 1;
  -webkit-animation-name: animation-emoji;
          animation-name: animation-emoji;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.satisfaction-range .radio.emoji-sad::before {
  background-image: url("../img/sad.png");
}

.satisfaction-range .radio.emoji-meh::before {
  background-image: url("../img/meh.png");
}

.satisfaction-range .radio.emoji-happy::before {
  background-image: url("../img/happy.png");
}

.satisfaction-range .radio.emoji-very_sad::before {
  background-image: url("../img/very_sad.png");
}

.satisfaction-range .radio label {
  cursor: pointer;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  white-space: nowrap;
  font-weight: 500;
}

.satisfaction-range .radio label::before {
  position: absolute;
  display: block;
  content: "";
  top: -5px;
  top: -0.3125rem;
  left: -35px;
  left: -2.1875rem;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  background: #EAEAEA;
  border: 2px solid #FFFFFF;
  border: 0.125rem solid #FFFFFF;
  z-index: 1;
  border-radius: 50%;
}

.satisfaction-range .radio input[type='radio'] {
  opacity: 0;
  margin: 0;
  left: 50%;
}

.satisfaction-range .radio input[type='radio']:checked ~ label::before {
  background: #3D83B5;
}

.satisfaction-range .panel-heading {
  font-weight: 600;
  color: #000000;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  font-size: 20px;
  font-size: 1.25rem;
}

@-webkit-keyframes animation-emoji {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -0.625rem, 0);
            transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -0.625rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -0.5rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -0.25rem, 0);
            transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -0.25rem, 0);
  }
}

@keyframes animation-emoji {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    -webkit-transform: translate3d(0, -0.625rem, 0);
            transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -0.625rem, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -8px, 0);
    -webkit-transform: translate3d(0, -0.5rem, 0);
            transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -0.5rem, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -0.25rem, 0);
            transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -0.25rem, 0);
  }
}

.satisfaction-wrapper {
  padding: 45px 20px 0;
  padding: 2.8125rem 1.25rem 0;
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  border-radius: 27px;
  border-radius: 1.6875rem;
  text-align: center;
}

@media (max-width: 991.98px) {
  .satisfaction-range .js-webform-radios {
    margin-left: 115px;
    margin-left: 7.1875rem;
  }
  html[dir=rtl] .satisfaction-range .js-webform-radios {
    margin-left: initial;
    margin-right: 115px;
    margin-right: 7.1875rem;
  }
  .satisfaction-range .radio:first-of-type {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    padding: 0;
  }
  .satisfaction-range .radio:first-of-type::after {
    display: none;
  }
  html[dir=rtl] .satisfaction-range .radio {
    text-align: right;
  }
  html[dir=rtl] .satisfaction-range .radio::before {
    right: -100px;
    right: -6.25rem;
  }
  html[dir=rtl] .satisfaction-range .radio label::before {
    right: -35px;
    right: -2.1875rem;
  }
}

@media (min-width: 992px) {
  .satisfaction-wrapper {
    padding: 50px 90px 0;
    padding: 3.125rem 5.625rem 0;
  }
  .satisfaction-range .js-webform-radios {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: center;
  }
  .satisfaction-range .radio {
    padding: 0;
  }
  .satisfaction-range .radio:last-of-type::after {
    display: none;
  }
  .satisfaction-range .radio::after {
    width: 100%;
    height: 3px;
    height: 0.1875rem;
    top: -22px;
    top: -1.375rem;
    left: 50%;
  }
  html[dir=rtl] .satisfaction-range .radio::after {
    right: 50%;
  }
  .satisfaction-range .radio::before {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    left: 50%;
    top: -120%;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .satisfaction-range .radio label {
    font-size: 16px;
    font-size: 1rem;
  }
  .satisfaction-range .radio label::before {
    top: -36px;
    top: -2.25rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .satisfaction-range .panel-heading {
    margin-bottom: 120px;
    margin-bottom: 7.5rem;
  }
  @-webkit-keyframes animation-emoji {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(-50%, -100%, 0);
              transform: translate3d(-50%, -100%, 0);
    }
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
              animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(-50%, calc(-100% - -10px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.625rem), 0);
              transform: translate3d(-50%, calc(-100% - -10px), 0);
              transform: translate3d(-50%, calc(-100% - -0.625rem), 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
              animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(-50%, calc(-100% - -8px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.5rem), 0);
              transform: translate3d(-50%, calc(-100% - -8px), 0);
              transform: translate3d(-50%, calc(-100% - -0.5rem), 0);
    }
    90% {
      -webkit-transform: translate3d(-50%, calc(-100% - -4px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.25rem), 0);
              transform: translate3d(-50%, calc(-100% - -4px), 0);
              transform: translate3d(-50%, calc(-100% - -0.25rem), 0);
    }
  }
  @keyframes animation-emoji {
    from,
    20%,
    53%,
    80%,
    to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
              animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      -webkit-transform: translate3d(-50%, -100%, 0);
              transform: translate3d(-50%, -100%, 0);
    }
    40%,
    43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
              animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(-50%, calc(-100% - -10px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.625rem), 0);
              transform: translate3d(-50%, calc(-100% - -10px), 0);
              transform: translate3d(-50%, calc(-100% - -0.625rem), 0);
    }
    70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
              animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
      -webkit-transform: translate3d(-50%, calc(-100% - -8px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.5rem), 0);
              transform: translate3d(-50%, calc(-100% - -8px), 0);
              transform: translate3d(-50%, calc(-100% - -0.5rem), 0);
    }
    90% {
      -webkit-transform: translate3d(-50%, calc(-100% - -4px), 0);
      -webkit-transform: translate3d(-50%, calc(-100% - -0.25rem), 0);
              transform: translate3d(-50%, calc(-100% - -4px), 0);
              transform: translate3d(-50%, calc(-100% - -0.25rem), 0);
    }
  }
}

.slick-slider.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.slick-slider[data-arrows="true"] {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

ul.slick-dots,
.slick-dots {
  position: relative;
  bottom: auto;
  margin: 10px auto 0;
  margin: 0.625rem auto 0;
  width: auto;
}

ul.slick-dots li,
.slick-dots li {
  position: relative;
  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;
  margin: 5px 5px;
  margin: 0.3125rem 0.3125rem;
  width: 58px;
  width: 3.625rem;
  height: 40px;
  height: 2.5rem;
  cursor: pointer;
}

ul.slick-dots li:hover button, ul.slick-dots li:focus button,
.slick-dots li:hover button,
.slick-dots li:focus button {
  background-color: #3D83B5;
}

ul.slick-dots li button,
.slick-dots li button {
  position: relative;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  margin-top: 3px;
  margin-top: 0.1875rem;
  background-color: #D8D8D8;
  border: 0;
  padding: 0;
  border-radius: 0;
  outline: none;
  text-indent: -999em;
  cursor: pointer;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

ul.slick-dots li button:before,
.slick-dots li button:before {
  display: none;
}

ul.slick-dots li button:after,
.slick-dots li button:after {
  content: none;
}

ul.slick-dots li.slick-active button,
.slick-dots li.slick-active button {
  height: 5px;
  height: 0.3125rem;
  margin-top: 0;
  background-color: #3D83B5;
}

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: #3D83B5;
  outline: none;
  -webkit-transition: background-color .3s, color .3s, border .3s;
  -o-transition: background-color .3s, color .3s, border .3s;
  transition: background-color .3s, color .3s, border .3s;
  z-index: 1;
  width: auto;
  height: auto;
  min-width: 40px;
  min-width: 2.5rem;
  min-height: 40px;
  min-height: 2.5rem;
}

.slick-arrow:focus {
  color: #3D83B5;
}

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

.slick-arrow [class^="icon-"],
.slick-arrow [class*=" icon-"] {
  font-size: 16px;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slick-arrow [class^="icon-"]::after,
.slick-arrow [class*=" icon-"]::after {
  content: '';
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  width: 54px;
  width: 3.375rem;
  background-color: #3D83B5;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.slick-arrow [class^="icon-"]::before,
.slick-arrow [class*=" icon-"]::before {
  font-size: 12px;
  font-size: 0.75rem;
}

.slick-arrow.prev, .slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.prev [class^="icon-"],
.slick-arrow.prev [class*=" icon-"], .slick-arrow.slick-prev [class^="icon-"],
.slick-arrow.slick-prev [class*=" icon-"] {
  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;
}

.slick-arrow.prev [class^="icon-"]::before,
.slick-arrow.prev [class*=" icon-"]::before, .slick-arrow.slick-prev [class^="icon-"]::before,
.slick-arrow.slick-prev [class*=" icon-"]::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.slick-arrow.prev [class^="icon-"]::after,
.slick-arrow.prev [class*=" icon-"]::after, .slick-arrow.slick-prev [class^="icon-"]::after,
.slick-arrow.slick-prev [class*=" icon-"]::after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

.slick-arrow.next, .slick-arrow.slick-next {
  right: 0;
}

.slick-arrow.next [class^="icon-"],
.slick-arrow.next [class*=" icon-"], .slick-arrow.slick-next [class^="icon-"],
.slick-arrow.slick-next [class*=" icon-"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slick-arrow.next [class^="icon-"]::before,
.slick-arrow.next [class*=" icon-"]::before, .slick-arrow.slick-next [class^="icon-"]::before,
.slick-arrow.slick-next [class*=" icon-"]::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.slick-arrow.next [class^="icon-"]::after,
.slick-arrow.next [class*=" icon-"]::after, .slick-arrow.slick-next [class^="icon-"]::after,
.slick-arrow.slick-next [class*=" icon-"]::after {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: -3px;
  margin-right: -0.1875rem;
}

.slick-arrow:hover {
  color: #3D83B5;
}

.slick-arrow:hover [class^="icon-"]::after,
.slick-arrow:hover [class*=" icon-"]::after {
  width: 60px;
  width: 3.75rem;
}

.slick-list {
  margin: 0 auto;
}

.full-slider .slick-list {
  margin: 0;
}

.slick-slide:focus {
  outline: 0;
}

.slick-initialized .slick-slide {
  height: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.single-item .slick-list {
  margin: 0;
}

.slick-slide > * {
  margin-bottom: 0;
}

.slick-slide > *:not([class]) {
  height: 100%;
  width: 100%;
}

.slick-slide > *:not([class]) > * {
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  height: 100%;
}

.slick-track {
  height: 100%;
}

.slick-use-equal-height .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-use-equal-height .slick-track .slick-slide {
  height: auto;
}

.eq-height-slider-items .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 767.98px) {
  .eq-height-slider-items .slick-track {
    display: block;
  }
}

.eq-height-slider-items .slick-track > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .eq-height-slider-items .slick-track > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.eq-height-slider-items .slick-track:before {
  display: none;
}

.slick-hide-until-loaded.slick-initialized {
  visibility: visible;
}

.slick-hide-until-loaded:not(.slick-initialized) {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-controls {
  position: relative;
  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;
}

.slick-controls .slick-dots {
  position: static;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.slick-controls .slick-dots li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 992px) {
  .slick-slider.slick-dotted {
    padding-bottom: 60px;
    padding-bottom: 3.75rem;
  }
  .slick-slider.slick-dotted .slick-arrow {
    margin-top: -30px;
    margin-top: -1.875rem;
  }
  .slick-slider.slick-dotted .slick-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    margin-top: 10px;
    margin-top: 0.625rem;
  }
}

@media (max-width: 991.98px) {
  ul.slick-dots li,
  .slick-dots li {
    margin: 5px 10px;
    margin: 0.3125rem 0.625rem;
  }
}

@media (max-width: 767.98px) {
  .slick-slider[data-mobile-centermode] {
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
  }
}

.social-media-links--platforms {
  margin: 0;
}

.social-media-links--platforms .fa:before, .social-media-links--platforms .fab:before {
  content: "\e94b";
  font-family: "vactory";
}

.social-media-links--platforms .social-media-links--platforms .fa-facebook:before {
  content: "\e928";
}

.social-media-links--platforms .fa-youtube:before {
  content: "\e939";
}

.social-media-links--platforms .fa-linkedin:before {
  content: "\e92d";
}

.social-media-links--platforms .fa-twitter:before {
  content: "\e936";
}

.social-media-links--platforms .fa-instagram:before {
  content: "\e92c";
}

.social-media-links--platforms li span.fa {
  font-size: 20px;
  font-size: 1.25rem;
  color: #1A1A1A;
  -webkit-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}

.social-media-links--platforms li span.fa:hover {
  color: #3D83B5 !important;
}

.social-media-links--platforms li span.fa.fa-youtube {
  font-size: 15px;
  font-size: 0.9375rem;
}

.social-media-links--platforms li span.fa.fa-youtube:before {
  content: "\e939";
  font-family: 'vactory';
}

.vh-header-social-media .social-media-links--platforms li span.fa {
  color: #FFFFFF;
  vertical-align: middle;
}

.block-share {
  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: 26px 40px;
  padding: 1.625rem 2.5rem;
  background-color: #3D83B5;
  color: #FFFFFF;
}

.block-share__title {
  font-family: "Avenir85Heavy", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 4.29px;
}

.block-share .addtoany_list {
  display: block;
}

.block-share .addtoany_list a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 3px;
  margin: 0 0.1875rem;
  padding: 0;
  text-decoration: none;
  color: #FFFFFF;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.block-share .addtoany_list a:hover {
  color: #9ec6e5;
}

.block-share .addtoany_list a::before {
  content: "";
  font-family: "vactory";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1;
}

.block-share .addtoany_list a .a2a_svg {
  visibility: hidden;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
}

.block-share .addtoany_list a .a2a_label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(0.0625rem, 0.0625rem, 0.0625rem, 0.0625rem);
  width: 1px;
  width: 0.0625rem;
  height: 1px;
  height: 0.0625rem;
  word-wrap: normal;
}

.block-share .addtoany_list .a2a_button_facebook::before {
  content: "\e928";
}

.block-share .addtoany_list .a2a_button_twitter::before {
  content: "\e936";
}

.block-share .addtoany_list .a2a_button_linkedin::before {
  content: "\e92d";
}

.block-share .addtoany_list .a2a_button_youtube::before {
  content: "\e939";
}

.block-share .addtoany_list .a2a_button_whatsapp::before {
  content: "\e938";
}

.block-share .addtoany_list .a2a_button_email::before {
  content: "\e960";
}

@media (max-width: 991.98px) {
  .block-share {
    padding: 16px 20px;
    padding: 1rem 1.25rem;
  }
  .block-share__title {
    letter-spacing: 3px;
  }
}

.overflow-y {
  overflow-y: hidden;
}

.bar-tabs .bar-tab-head {
  position: fixed;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}

.bar-tabs .bar-tab-head ul {
  border-bottom: 1px solid transparent;
  border-bottom: 0.0625rem solid transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bar-tabs .bar-tab-head ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border: 1px solid transparent;
  border: 0.0625rem solid transparent;
  color: #FFFFFF;
  display: block;
  padding: 6px 19px;
  padding: 0.375rem 1.1875rem;
  background-color: #02afbd;
  border-radius: 0;
}

.bar-tabs .bar-tab-head ul li:not(:last-child) {
  border-right-color: #000000;
}

.bar-tabs .bar-tab-head ul li a {
  color: #FFFFFF;
  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;
}

.bar-tabs .bar-tab-head ul li a:before {
  display: inline-block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.bar-tabs .bar-tab-head ul li.active {
  background-color: #fedf36;
  color: #000000;
  margin-bottom: -1px;
  margin-bottom: -0.0625rem;
}

.bar-tabs .bar-tab-head ul li.active a {
  color: #000000;
}

.bar-tabs .bar-tab-content {
  background-color: #FFFFFF;
}

.bar-tabs .bar-tab-content > div {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 500ms ease-in;
  transition: -webkit-transform 500ms ease-in;
  -o-transition: transform 500ms ease-in;
  transition: transform 500ms ease-in;
  transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
  display: block;
  background-color: #FFFFFF;
}

.front .bar-tabs .bar-tab-content > div:first-child {
  position: static;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
}

.bar-tabs .bar-tab-content > div.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  padding-top: 100px;
  padding-top: 6.25rem;
  background-color: #FFFFFF;
  z-index: 1;
}

.front .bar-tabs .bar-tab-content > div.active:first-child {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  display: block;
}

.vh-sticky-tab-bar-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  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-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-in, visibility 500ms ease-in;
  -o-transition: opacity 500ms ease-in, visibility 500ms ease-in;
  transition: opacity 500ms ease-in, visibility 500ms ease-in;
}

.vh-sticky-tab-bar-close.is-open {
  visibility: visible;
  opacity: 1;
}

.vh-sticky-tab-bar-close a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  padding-right: 1.5625rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #000000;
}

.vh-sticky-tab-bar-close a:hover {
  color: #3D83B5;
}

.vh-sticky-tab-bar-close a:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  .bar-tabs.sticky-bar-tabs {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    background-color: transparent;
    z-index: 9999;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }
  .bar-tabs.sticky-bar-tabs.sticky-bar-bottom {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 500ms ease-in;
    transition: -webkit-transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in;
    transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
  }
  .bar-tabs.sticky-bar-tabs.sticky-bar-top {
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 500ms ease-in;
    transition: -webkit-transform 500ms ease-in;
    -o-transition: transform 500ms ease-in;
    transition: transform 500ms ease-in;
    transition: transform 500ms ease-in, -webkit-transform 500ms ease-in;
  }
  .bar-tabs .bar-tab-head {
    display: inline-block;
    position: static;
    width: auto;
  }
  .bar-tabs .bar-tab-head ul li {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .bar-tabs .bar-tab-head ul li.active {
    position: relative;
  }
  .bar-tabs .bar-tab-head ul li.active:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    right: auto;
    left: 50%;
    bottom: -8px;
    bottom: -0.5rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-width: 0.5rem 0.5rem 0 0.5rem;
    border-color: #fedf36 transparent transparent transparent;
    z-index: 1;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .bar-tabs .bar-tab-head ul li a {
    position: relative;
    display: inline-block;
    @inlude rem(padding-left, 30px);
  }
  .bar-tabs .bar-tab-head ul li a:before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .bar-tabs .bar-tab-content {
    background-color: #FFFFFF;
  }
  .bar-tabs .bar-tab-content > div {
    padding: 16px 12px;
    padding: 1rem 0.75rem;
    display: none;
    position: static;
    height: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .bar-tabs .bar-tab-content > div.active {
    padding-top: 12px;
    padding-top: 0.75rem;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .bar-tabs .bar-tab-content > div.show {
    display: block;
  }
}

@-webkit-keyframes sticky-up {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes sticky-up {
  0% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.sticky-bloc iframe {
  max-width: 100%;
  max-height: 100%;
}

.sticky-bloc.sticky {
  position: fixed;
  z-index: 2;
  bottom: 40px;
  bottom: 2.5rem;
  right: 20px;
  right: 1.25rem;
  width: 260px;
  width: 16.25rem;
  height: 145px;
  height: 9.0625rem;
  -webkit-box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
          box-shadow: 3px 5px 13px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0.1875rem 0.3125rem 0.8125rem 0 rgba(0, 0, 0, 0.12);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-animation: sticky-up .5s ease forwards;
          animation: sticky-up .5s ease forwards;
}

/* Swipers Variables */
.swiper-container-horizontal + .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 0.25rem;
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-vertical + .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: 0.375rem 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets,
.swiper-container-vertical + .swiper-pagination-bullets {
  right: 10px;
  right: 0.625rem;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0px, -50%, 0);
          transform: translate3d(0, -50%, 0);
  left: auto !important;
  bottom: auto !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  background: #FFFFFF;
  opacity: 0.4;
  border: 0px solid #979797;
  border: 0 solid #979797;
  border-radius: 100%;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  margin: 0 4px;
  margin: 0 0.25rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet .swiper-container-horizontal > {
  margin: 0 8px;
  margin: 0 0.5rem;
}

.swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3D83B5;
}

.swiper-button-prev,
.swiper-button-next {
  top: auto;
  bottom: 0;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 26px;
  font-size: 1.625rem;
}

@media (min-width: 992px) {
  .swiper-button-prev,
  .swiper-button-next {
    top: 50%;
    bottom: auto;
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-size: 44px;
    font-size: 2.75rem;
  }
}

.table.table-striped tbody tr {
  background-color: #E7ECF7;
}

.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: #F0F3F9;
}

.table.table-striped tbody tr th,
.table.table-striped tbody tr td {
  letter-spacing: 1px;
  border: none;
}

.nav-tabs .nav-link {
  color: #3D83B5;
  background: transparent;
}

.nav-tabs .nav-link.active {
  background: #FFFFFF;
  color: #000000;
}

.tab-content {
  padding: 16px 12px;
  padding: 1rem 0.75rem;
  background-color: #FFFFFF;
}

.tab-content.has-border {
  border: 1px solid #dee2e6;
  border: 0.0625rem solid #dee2e6;
  border-top: 0;
}

.nav-pills .nav-link {
  color: #3D83B5;
}

.nav-pills .nav-link.active {
  color: #000000;
}

.validation-messages-box {
  list-style: inside;
  padding: 20px;
  padding: 1.25rem;
}

.validation-messages-box li div {
  display: inline;
}

.form-control {
  font-size: 14px;
  font-size: 0.875rem;
}

/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
/* overrides webkit autofill style */
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #1A1A1A;
  color: #1A1A1A !important;
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0 62.5rem white inset !important;
}

/* -------------------------------------------------------------------------- */
@media (max-width: 1199.98px) {
  form label.label-inline {
    display: inline-block;
  }
}

fieldset.form-group legend {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.form-check div[class^="icheckbox_"],
.form-check div[class^="iradio_"] {
  margin-left: -1.25rem;
}

input::-ms-clear,
input::-ms-tooltip {
  display: none;
  visibility: hidden;
}

input[size] {
  min-width: 0;
}

input[type=number] {
  /* Firefox */
  -moz-appearance: textfield !important;
  /* Chrome */
  /* Opéra*/
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-o-inner-spin-button {
  -o-appearance: none;
  margin: 0;
}

input[type="submit"] {
  text-align: center;
}

/*rtl:raw:
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  direction: rtl;
  text-align: right;
  display: flex;
  align-items: center;
}
input::-webkit-datetime-edit {
  order: 2;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
  order: 1;
  margin-left: 0;
  margin-right: 24px
}
input,
select,
textarea {
  direction: rtl;
  text-align: right;
}
*/
.input-daterange input {
  text-align: center;
}

.messages.messages--error.file-upload-js-error {
  color: #dc3545;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.form-check-input.is-invalid ~ label {
  color: #dc3545;
}

.form-check-input.is-valid ~ label {
  color: #48A800;
}

.bootstrap-select .dropdown-toggle.is-invalid {
  color: #dc3545;
  border-color: #dc3545;
}

.bootstrap-select .dropdown-toggle.is-valid {
  color: #48A800;
  border-color: #48A800;
}

.select-wrapper.is-invalid {
  color: #dc3545;
  border-color: #dc3545;
}

.select-wrapper.is-valid {
  color: #48A800;
  border-color: #48A800;
}

/*
 * webforms custom style
*/
@media (min-width: 992px) {
  form .items-wrapper:not(fieldset),
  form .items-wrapper .fieldset-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-left: -0.9375rem;
    margin-right: -15px;
    margin-right: -0.9375rem;
  }
  form .items-wrapper:not(fieldset) > div,
  form .items-wrapper:not(fieldset) > .form-item,
  form .items-wrapper .fieldset-wrapper > div,
  form .items-wrapper .fieldset-wrapper > .form-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    padding-left: 0.9375rem;
    padding-right: 15px;
    padding-right: 0.9375rem;
  }
  form .items-wrapper:not(fieldset) .form-control,
  form .items-wrapper .fieldset-wrapper .form-control {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  form .items-2-col > .form-item,
  form .items-2-col > div:not(.fieldset-wrapper),
  form .items-2-col .fieldset-wrapper > .form-item,
  form .items-2-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  form .items-3-col > .form-item,
  form .items-3-col > div:not(.fieldset-wrapper),
  form .items-3-col .fieldset-wrapper > .form-item,
  form .items-3-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  form .items-4-col > .form-item,
  form .items-4-col > div:not(.fieldset-wrapper),
  form .items-4-col .fieldset-wrapper > .form-item,
  form .items-4-col .fieldset-wrapper > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  form .title-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  form .title-inline > label {
    -ms-flex-item-align: center;
        align-self: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    margin-bottom: 0;
    padding-right: 30px;
    padding-right: 1.875rem;
  }
  form .title-inline .form-textarea-wrapper {
    width: 100%;
  }
  form .title-inline.form-type-radios > label, form .title-inline.form-type-select > label {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
  form .title-inline.form-type-radios > label {
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
}

.submit-wrapper.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.submit-wrapper.form-wrapper .captcha {
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media (max-width: 767.98px) {
  .submit-wrapper.form-wrapper .captcha {
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
}

.submit-wrapper.form-wrapper .form-actions {
  margin-right: auto;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.animated-label {
  position: relative;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.animated-label input,
.animated-label textarea {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
}

.animated-label input::-webkit-input-placeholder, .animated-label textarea::-webkit-input-placeholder {
  opacity: 0;
}

.animated-label input::-moz-placeholder, .animated-label textarea::-moz-placeholder {
  opacity: 0;
}

.animated-label input:-ms-input-placeholder, .animated-label textarea:-ms-input-placeholder {
  opacity: 0;
}

.animated-label input::-ms-input-placeholder, .animated-label textarea::-ms-input-placeholder {
  opacity: 0;
}

.animated-label input::placeholder,
.animated-label textarea::placeholder {
  opacity: 0;
}

.animated-label input ~ label,
.animated-label textarea ~ label {
  position: absolute;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  -webkit-transform-origin: bottom left;
      -ms-transform-origin: bottom left;
          transform-origin: bottom left;
  pointer-events: none;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html[dir=rtl] .animated-label input ~ label, html[dir=rtl]
.animated-label textarea ~ label {
  left: auto;
  right: 10px;
  right: 0.625rem;
}

.animated-label input:focus,
.animated-label textarea:focus {
  border-color: #E5E5E5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animated-label input:focus ~ label,
.animated-label textarea:focus ~ label,
.animated-label label.animated {
  -webkit-transform: scale(0.75) translateY(-50px);
  -webkit-transform: scale(0.75) translateY(-3.125rem);
      -ms-transform: scale(0.75) translateY(-50px);
      -ms-transform: scale(0.75) translateY(-3.125rem);
          transform: scale(0.75) translateY(-50px);
          transform: scale(0.75) translateY(-3.125rem);
  color: #3D83B5;
}

.animated-label input.is-invalid,
.animated-label textarea.is-invalid {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #dc3545;
}

.animated-label input.is-invalid:focus,
.animated-label textarea.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animated-label input.is-invalid ~ label,
.animated-label textarea.is-invalid ~ label {
  color: #dc3545;
}

.animated-label input.is-valid,
.animated-label textarea.is-valid {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #48A800;
}

.animated-label input.is-valid:focus,
.animated-label textarea.is-valid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.animated-label input.is-valid ~ label,
.animated-label textarea.is-valid ~ label {
  color: #48A800;
}

.bootstrap-select {
  width: 100%;
}

.bootstrap-select.form-control {
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
}

.bootstrap-select > .dropdown-menu {
  margin-top: 6px;
  margin-top: 0.375rem;
}

.bootstrap-select ul.dropdown-menu li:hover {
  background-color: #adb5bd;
}

.bootstrap-select ul.dropdown-menu li a {
  display: block;
  padding: 4px 10px;
  padding: 0.25rem 0.625rem;
  color: #000000;
}

.custom-control,
.skinned-control.checkbox,
.skinned-control .checkbox,
.skinned-control .radio {
  min-height: 1.5rem;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.custom-control:hover,
.skinned-control.checkbox:hover,
.skinned-control .checkbox:hover,
.skinned-control .radio:hover {
  cursor: pointer;
}

.custom-control .custom-control-label:before,
.custom-control label::before,
.skinned-control.checkbox .custom-control-label:before,
.skinned-control.checkbox label::before,
.skinned-control .checkbox .custom-control-label:before,
.skinned-control .checkbox label::before,
.skinned-control .radio .custom-control-label:before,
.skinned-control .radio label::before {
  pointer-events: all;
}

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

.custom-control-input,
.skinned-control input[type="radio"],
.skinned-control input[type="checkbox"] {
  position: absolute;
  z-index: 0;
  opacity: 0;
  margin: 0;
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
}

.custom-control-input:hover,
.skinned-control input[type="radio"]:hover,
.skinned-control input[type="checkbox"]:hover {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ label::before,
.skinned-control input[type="radio"]:checked ~ .custom-control-label::before,
.skinned-control input[type="radio"]:checked ~ label::before,
.skinned-control input[type="checkbox"]:checked ~ .custom-control-label::before,
.skinned-control input[type="checkbox"]:checked ~ label::before {
  color: #FFFFFF;
  border-color: transparent;
  background-color: #3D83B5;
}

.custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus ~ label::before,
.skinned-control input[type="radio"]:focus ~ .custom-control-label::before,
.skinned-control input[type="radio"]:focus ~ label::before,
.skinned-control input[type="checkbox"]:focus ~ .custom-control-label::before,
.skinned-control input[type="checkbox"]:focus ~ label::before {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

.custom-control-input:active ~ .custom-control-label::before,
.custom-control-input:active ~ label::before,
.skinned-control input[type="radio"]:active ~ .custom-control-label::before,
.skinned-control input[type="radio"]:active ~ label::before,
.skinned-control input[type="checkbox"]:active ~ .custom-control-label::before,
.skinned-control input[type="checkbox"]:active ~ label::before {
  color: #FFFFFF;
  background-color: #bcd6e8;
}

.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input:disabled ~ label,
.skinned-control input[type="radio"]:disabled ~ .custom-control-label,
.skinned-control input[type="radio"]:disabled ~ label,
.skinned-control input[type="checkbox"]:disabled ~ .custom-control-label,
.skinned-control input[type="checkbox"]:disabled ~ label {
  color: #adb5bd;
}

.custom-control-input:disabled ~ .custom-control-label:hover,
.custom-control-input:disabled ~ label:hover,
.skinned-control input[type="radio"]:disabled ~ .custom-control-label:hover,
.skinned-control input[type="radio"]:disabled ~ label:hover,
.skinned-control input[type="checkbox"]:disabled ~ .custom-control-label:hover,
.skinned-control input[type="checkbox"]:disabled ~ label:hover {
  cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input:disabled ~ label::before,
.skinned-control input[type="radio"]:disabled ~ .custom-control-label::before,
.skinned-control input[type="radio"]:disabled ~ label::before,
.skinned-control input[type="checkbox"]:disabled ~ .custom-control-label::before,
.skinned-control input[type="checkbox"]:disabled ~ label::before {
  background-color: #EAEAEA;
}

.custom-control-label,
.skinned-control.checkbox label,
.skinned-control .checkbox label,
.skinned-control .radio label {
  position: static;
}

.custom-control-label:hover,
.skinned-control.checkbox label:hover,
.skinned-control .checkbox label:hover,
.skinned-control .radio label:hover {
  cursor: pointer;
}

.custom-control-label::before,
.skinned-control.checkbox label::before,
.skinned-control .checkbox label::before,
.skinned-control .radio label::before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  top: 0.09375rem;
  left: 0;
  width: 1.3125rem;
  height: 1.3125rem;
  background-color: #FFFFFF;
  border: 1px solid #dee2e6;
  border: 0.0625rem solid #dee2e6;
  -webkit-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
}

.custom-control-label::after,
.skinned-control.checkbox label::after,
.skinned-control .checkbox label::after,
.skinned-control .radio label::after {
  position: absolute;
  content: "";
  display: block;
  top: 0.09375rem;
  left: -30px;
  left: -1.875rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before,
.custom-checkbox label::before,
.skinned-control.checkbox .custom-control-label::before,
.skinned-control.checkbox label::before,
.skinned-control .checkbox .custom-control-label::before,
.skinned-control .checkbox label::before {
  border-radius: 0;
}

.custom-checkbox .custom-control-label::after,
.custom-checkbox label::after,
.skinned-control.checkbox .custom-control-label::after,
.skinned-control.checkbox label::after,
.skinned-control .checkbox .custom-control-label::after,
.skinned-control .checkbox label::after {
  content: '';
  position: absolute;
  top: 3px;
  top: 0.1875rem;
  left: 8px;
  left: 0.5rem;
  width: 6px;
  width: 0.375rem;
  height: 15px;
  height: 0.9375rem;
  opacity: 0;
  -webkit-transform: rotate(45deg) scale(0);
      -ms-transform: rotate(45deg) scale(0);
          transform: rotate(45deg) scale(0);
  border-right: 2px solid #FFFFFF;
  border-right: 0.125rem solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  border-bottom: 0.125rem solid #FFFFFF;
  -webkit-transition: border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-transform 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:checked ~ label::before,
.skinned-control.checkbox .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:checked ~ label::before,
.skinned-control .checkbox .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:checked ~ label::before {
  background-image: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-checkbox input[type='checkbox']:checked ~ label::after,
.skinned-control.checkbox .custom-control-input:checked ~ .custom-control-label::after,
.skinned-control.checkbox input[type='checkbox']:checked ~ label::after,
.skinned-control .checkbox .custom-control-input:checked ~ .custom-control-label::after,
.skinned-control .checkbox input[type='checkbox']:checked ~ label::after {
  opacity: 1;
  -webkit-transform: rotate(45deg) scale(1);
      -ms-transform: rotate(45deg) scale(1);
          transform: rotate(45deg) scale(1);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='#FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:indeterminate ~ label::before,
.skinned-control.checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:indeterminate ~ label::before,
.skinned-control .checkbox .custom-control-input:indeterminate ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:indeterminate ~ label::before {
  border: none;
  background-color: #3D83B5;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.custom-checkbox input[type='checkbox']:indeterminate ~ label::after,
.skinned-control.checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.skinned-control.checkbox input[type='checkbox']:indeterminate ~ label::after,
.skinned-control .checkbox .custom-control-input:indeterminate ~ .custom-control-label::after,
.skinned-control .checkbox input[type='checkbox']:indeterminate ~ label::after {
  content: '';
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'><path stroke='#FFFFFF' d='M0 2h4'/></svg>");
  background-color: #FFFFFF;
  border: none;
  width: 10px;
  width: 0.625rem;
  height: 2px;
  height: 0.125rem;
  top: 11px;
  top: 0.6875rem;
  left: 4px;
  left: 0.25rem;
  opacity: 1;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-checkbox input[type='checkbox']:disabled:checked ~ label::before,
.skinned-control.checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control.checkbox input[type='checkbox']:disabled:checked ~ label::before,
.skinned-control .checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .checkbox input[type='checkbox']:disabled:checked ~ label::before {
  background: #EAEAEA;
  border-color: #dee2e6;
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.custom-checkbox input[type='checkbox']:disabled:checked ~ label::after,
.skinned-control.checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control.checkbox input[type='checkbox']:disabled:checked ~ label::after,
.skinned-control .checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control .checkbox input[type='checkbox']:disabled:checked ~ label::after {
  border-color: #dee2e6;
}

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

.custom-radio .custom-control-label::after,
.custom-radio label::after,
.skinned-control .radio .custom-control-label::after,
.skinned-control .radio label::after {
  content: '';
  border-radius: 50%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  background-image: none !important;
  position: absolute;
  background: #fff;
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  top: 8px;
  top: 0.5rem;
  left: 5px;
  left: 0.3125rem;
  -webkit-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: all 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -webkit-transition-delay: .1s;
       -o-transition-delay: .1s;
          transition-delay: .1s;
  opacity: 0;
  transform: scale(0);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:checked ~ label::before,
.skinned-control .radio .custom-control-input:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:checked ~ label::before {
  background-color: #3D83B5;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.custom-radio input[type='radio']:checked ~ label::after,
.skinned-control .radio .custom-control-input:checked ~ .custom-control-label::after,
.skinned-control .radio input[type='radio']:checked ~ label::after {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled:checked ~ label::before,
.custom-radio input[type='radio']:disabled:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:disabled:checked ~ label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::before {
  background-color: #a8aeb4;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.custom-radio input[type='radio']:disabled:checked ~ label::before,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::before,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::before {
  background: #EAEAEA;
  border-color: #dee2e6;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::after,
.custom-radio input[type='radio']:disabled:checked ~ label::after,
.skinned-control .radio .custom-control-input:disabled:checked ~ .custom-control-label::after,
.skinned-control .radio input[type='radio']:disabled:checked ~ label::after {
  background: #dee2e6;
}

/* -------------------------------------------------------------------------- */
.form-type-checkbox label {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1.17px;
}

.form-type-checkbox label + .help-block {
  margin-bottom: 0;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  -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) {
  .custom-file {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #96bfdc;
  color: #1A1A1A;
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

.custom-file-input:focus ~ .custom-file-label::after {
  border-color: #96bfdc;
  color: #3D83B5;
  background: white;
}

.custom-file-input:focus ~ .custom-file-label:hover {
  border-color: #96bfdc;
}

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

.custom-file-input:not(:disabled):hover {
  cursor: pointer;
}

.custom-file-input:not(:disabled):hover ~ .custom-file-label,
.custom-file-input:not(:disabled):hover ~ .custom-file-label:before {
  border-color: #bfbfbf;
}

.custom-file-input:disabled + .custom-file-label {
  color: #adb5bd;
  background-color: #f7f7f7;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
  padding: 1.5rem 1rem;
  line-height: 1;
  color: #1A1A1A;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  font-weight: normal;
  -webkit-transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  -o-transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  transition: box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), border-color 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06), -webkit-box-shadow 250ms cubic-bezier(0.27, 0.01, 0.38, 1.06);
  border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
}

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

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  content: "Browse";
  padding: 1.5rem 1rem;
  height: 100%;
  line-height: 1;
  color: #1A1A1A;
  border-left: 1px solid #E5E5E5;
  border-left: 0.0625rem solid #E5E5E5;
  background-color: #EAEAEA;
  border-radius: 0 0.25rem 0.25rem 0;
  -moz-border-radius: 0 0.25rem 0.25rem 0;
  -webkit-border-radius: 0 0.25rem 0.25rem 0;
}

html[dir=rtl] .custom-file-label::after {
  right: auto;
  left: 0;
  border-left: 0;
  border-right: 1px solid #E5E5E5;
  border-right: 0.0625rem solid #E5E5E5;
}

.custom-select {
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1;
  color: #1A1A1A;
  background: #FFFFFF url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23495057' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  font-weight: normal;
  font-size: 14px;
  font-size: 0.875rem;
  -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;
  border-radius: 0;
}

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

.custom-select:focus {
  border-color: #96bfdc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(150, 191, 220, 0.5);
  -webkit-box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(150, 191, 220, 0.5);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(150, 191, 220, 0.5);
          box-shadow: inset 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.075), 0 0 0.3125rem rgba(150, 191, 220, 0.5);
}

.custom-select:focus::-ms-value {
  color: #1A1A1A;
  background-color: #FFFFFF;
}

.custom-select:hover:not(:focus):not(:disabled) {
  cursor: pointer;
  border-color: #bfbfbf;
}

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

.custom-select:disabled {
  color: #adb5bd;
  background-color: #EAEAEA;
}

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

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

.custom-toggle {
  position: relative;
  padding-left: 3.75rem;
}

html[dir=rtl] .custom-toggle {
  padding-right: 3.75rem;
  padding-left: 0;
}

.custom-toggle .custom-control-label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3.125rem;
  height: 1.75rem;
  background: #FFFFFF;
  border-radius: 100px;
  border-radius: 6.25rem;
  border: 0.0625rem solid #E5E5E5;
}

.custom-toggle .custom-control-label::after {
  content: '';
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #E5E5E5;
  border-radius: 6.25rem;
  -webkit-transition: 350ms;
  -o-transition: 350ms;
  transition: 350ms;
}

html[dir=rtl] .custom-toggle .custom-control-label::before {
  right: 0;
  left: auto;
}

html[dir=rtl] .custom-toggle .custom-control-label::after {
  left: auto;
  right: 0.25rem;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::before {
  background: #48A800;
  border-color: #48A800;
}

.custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
  left: 2.875rem;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  background: #FFFFFF;
}

html[dir=rtl] .custom-toggle .custom-control-input:checked ~ .custom-control-label::after {
  right: 2.875rem;
  left: auto;
}

.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::before {
  background: #EAEAEA;
  border-color: #dee2e6;
}

.custom-toggle .custom-control-input:checked:disabled ~ .custom-control-label::after {
  background: #dee2e6;
}

.custom-toggle .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  width: 1.625rem;
}

.custom-toggle .custom-control-input:active:not(:checked) ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

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

.custom-toggle .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0.313rem 0.719rem rgba(72, 168, 0, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.313rem 0.719rem rgba(72, 168, 0, 0.1), 0 0.156rem 0.125rem rgba(0, 0, 0, 0.06);
}

.custom-toggle .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
          box-shadow: 0 0 0 0.122rem rgba(61, 131, 181, 0.2);
}

.custom-toggle.custom-toggle-sm {
  padding-left: 2.625rem;
}

html[dir=rtl] .custom-toggle.custom-toggle-sm {
  padding-right: 2.625rem;
  padding-left: 0;
}

.custom-toggle.custom-toggle-sm .custom-control-label::before {
  top: .1875rem;
  position: absolute;
  display: block;
  width: 2.1875rem;
  height: 1.125rem;
  background: #FFFFFF;
  border-radius: 100px;
  border-radius: 6.25rem;
  border: 0.0625rem solid #E5E5E5;
}

.custom-toggle.custom-toggle-sm .custom-control-label::after {
  content: '';
  position: absolute;
  top: .375rem;
  left: 0.1875rem;
  width: 0.75rem;
  height: 0.75rem;
}

html[dir=rtl] .custom-toggle.custom-toggle-sm .custom-control-label::after {
  left: auto;
  right: 0.1875rem;
}

.custom-toggle.custom-toggle-sm .custom-control-input:checked ~ .custom-control-label::after {
  left: 1.9375rem;
}

.custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  width: 1rem;
}

html[dir=rtl] .custom-toggle.custom-toggle-sm .custom-control-input:active:not(:disabled) ~ .custom-control-label::after {
  right: 1.9375rem;
  left: auto;
}

.datepicker {
  border-radius: 0;
  direction: ltr;
}

.datepicker-inline {
  width: 220px;
  width: 13.75rem;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl.dropdown-menu {
  left: auto;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 20px 22px;
  padding: 1.25rem 1.375rem;
}

html[dir=rtl] .datepicker-dropdown {
  left: auto !important;
}

.datepicker-dropdown:before, .datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown:before {
  border-left: 7px solid transparent;
  border-left: 0.4375rem solid transparent;
  border-right: 7px solid transparent;
  border-right: 0.4375rem solid transparent;
  border-bottom: 7px solid #c3c7cc;
  border-bottom: 0.4375rem solid #c3c7cc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}

.datepicker-dropdown:after {
  border-left: 6px solid transparent;
  border-left: 0.375rem solid transparent;
  border-right: 6px solid transparent;
  border-right: 0.375rem solid transparent;
  border-bottom: 6px solid #FFFFFF;
  border-bottom: 0.375rem solid #FFFFFF;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
  left: 0.375rem;
}

html[dir=rtl] .datepicker-dropdown.datepicker-orient-left:before {
  left: auto !important;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
  left: 0.4375rem;
}

html[dir=rtl] .datepicker-dropdown.datepicker-orient-left:after {
  left: auto !important;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
  right: 0.375rem;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
  right: 0.4375rem;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
  top: -0.4375rem;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
  top: -0.375rem;
}

.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  bottom: -0.4375rem;
  border-bottom: 0;
  border-top: 7px solid #c3c7cc;
  border-top: 0.4375rem solid #c3c7cc;
}

.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  bottom: -0.375rem;
  border-bottom: 0;
  border-top: 6px solid #FFFFFF;
  border-top: 0.375rem solid #FFFFFF;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.datepicker table tr td {
  border-radius: 50%;
}

.datepicker table tr th {
  border-radius: 0.25rem;
  font-weight: 500;
}

.datepicker table tr td, .datepicker table tr th {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 36px;
  width: 2.25rem;
  height: 36px;
  height: 2.25rem;
  border: none;
  text-align: center;
}

.table-striped .datepicker table tr td, .table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.old, .datepicker table tr td.new {
  color: #c3c7cc;
}

.datepicker table tr td.day:hover, .datepicker table tr td.focused {
  background: #eceeef;
  cursor: pointer;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover {
  background: none;
  color: #e7e9ea;
  cursor: default;
}

.datepicker table tr td.highlighted {
  border-radius: 0;
}

.datepicker table tr td.highlighted.focused {
  background: #3D83B5;
}

.datepicker table tr td.highlighted.disabled, .datepicker table tr td.highlighted.disabled:active {
  background: #3D83B5;
  color: #5A6169;
}

.datepicker table tr td.today {
  background: #e2edf5;
}

.datepicker table tr td.today.focused {
  background: #f5f5f6;
}

.datepicker table tr td.today.disabled, .datepicker table tr td.today.disabled:active {
  background: #f5f5f6;
  color: #adb5bd;
}

.datepicker table tr td.range {
  background: #3D83B5;
  color: #FFFFFF;
  border-radius: 0;
}

.datepicker table tr td.range.focused {
  background: #336d96;
}

.datepicker table tr td.range.disabled, .datepicker table tr td.range.disabled:active, .datepicker table tr td.range.day.disabled:hover {
  background: #30678f;
  color: #5d9bc8;
}

.datepicker table tr td.range.highlighted.focused {
  background: #d1d1d1;
}

.datepicker table tr td.range.highlighted.disabled, .datepicker table tr td.range.highlighted.disabled:active {
  background: #EAEAEA;
  color: #e7e9ea;
}

.datepicker table tr td.range.today.disabled, .datepicker table tr td.range.today.disabled:active {
  background: #3C8FCB;
  color: #FFFFFF;
}

.datepicker table tr td.day.range-start {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.datepicker table tr td.day.range-end {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.datepicker table tr td.day.range-start.range-end {
  border-radius: 50%;
}

.datepicker table tr td.selected, .datepicker table tr td.selected.highlighted, .datepicker table tr td.selected:hover, .datepicker table tr td.selected.highlighted:hover, .datepicker table tr td.day.range:hover {
  background: #3D83B5;
  color: #FFFFFF;
}

.datepicker table tr td.active, .datepicker table tr td.active.highlighted, .datepicker table tr td.active:hover, .datepicker table tr td.active.highlighted:hover {
  background: #3D83B5;
  color: #FFFFFF;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  height: 3.375rem;
  line-height: 54px;
  line-height: 3.375rem;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
  border-radius: 0.25rem;
}

.datepicker table tr td span:hover, .datepicker table tr td span.focused {
  background: #EAEAEA;
}

.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
  background: none;
  color: #e7e9ea;
  cursor: default;
}

.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  text-shadow: 0 -0.0625rem 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.old, .datepicker table tr td span.new {
  color: #adb5bd;
}

.datepicker .datepicker-switch {
  width: 145px;
  width: 9.0625rem;
}

.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #EAEAEA;
}

.datepicker .prev.disabled, .datepicker .next.disabled {
  visibility: hidden;
}

.datepicker .cw {
  font-size: 10px;
  font-size: 0.625rem;
  width: 12px;
  width: 0.75rem;
  padding: 0 2px 0 5px;
  padding: 0 0.125rem 0 0.3125rem;
  vertical-align: middle;
}

/* -------------------------------------------------------------------------- */
.form-select.form-control {
  height: auto !important;
  max-width: 100%;
  background-image: url(../img/select-arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) center;
  /*rtl:raw:
  background-position: 12px center;
  */
  background-size: auto 6px;
  padding-right: 35px;
  padding-right: 2.1875rem;
  cursor: pointer;
  outline: 0;
  letter-spacing: 1.17px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.form-select.form-control:-moz-focusring {
  outline: none;
}

.form-select.form-control::-ms-expand {
  display: none;
}

.form-select.form-control.is-invalid {
  color: #dc3545;
}

@media (max-width: 767.98px) {
  .form-select.form-control {
    width: 100%;
    min-width: none;
  }
}

/* Date Picker Default Styles */
.ui-datepicker {
  padding: 0;
  border: 1px solid #ddd;
  border: 0.0625rem solid #ddd;
  border-radius: 0;
}

.ui-datepicker * {
  padding: 0;
  font-family: "Open Sans", sans-serif;
  border-radius: 0;
}

.ui-datepicker table {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  border: none;
  background: #222;
  color: #fff;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
  background: #222;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
}

.ui-datepicker thead {
  background: #222;
  color: #fff;
}

.ui-datepicker .ui-datepicker-title {
  margin-top: .4em;
  margin-bottom: .3em;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  height: 1em;
  top: .9em;
  border: none;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
  left: 0.125rem;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
  right: 0.125rem;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQAAAADwCAQAAABFnnJAAAAAAmJLR0QA/4ePzL8AAAAJcEhZcwAAAEgAAABIAEbJaz4AABe4SURBVHja7V1diCXHdf56vbZmVl6nxwKFO2yyq1mM4qAwM7oDsR6C7iYIKesH3V1QHgyBu5YYJwHjrB9NQCuByIthHbAga6TZxeBgHMJKISZ+SDIb1oQgRtoVgtjGyD8PmSGQMIpfJmCLk4f+q6o+daq6+965P1VfM3Pv7VN16ud8Vd1dp6o6IUSEjBPTzkDEdBEJEDgiAXT0QOhNOxPHiUgAFT3sA9gPiQLjJsD0208Pbe9rM/OvwkaBQvP0yzhG6ASQO0AqDwmu9mOPT3nqPWsYV9qFEduVIDP/QU4BSfMC9REqAcbRAa520FDELdphc3SJCyRIcADgAAkSQXOXMs4ckrIxFEUs2oENBNSqR0WmJ2kVv2hltvRdaVPHvPtqdpVxjlD1AHIH6AupDbovH1nqkgllLd3apnQJUjV362dmDEnjOya5FUltsEqqbdtxa5Dbppx3uQ+sNLv6mblCcwLIoKlXTQ/7rQkmX4IKzdMv4xgxbgLMO3rYXyTzuhEJEDjiSGDgiAQIHJEAgSMSIHBEAgSOSIDAEQkQOOJ8ADPutPN/zGgyH8BvRoDLGdMT5wPIKbjN02U+gNsdnuV9oUjSbD6AnwdMrkK7gVYt3311u8zv0r5vfNq1L8xsgPp8gAz20fAilORvs8tdsX3mA0i5k1N3x5dBue7icyGgzwfgvus48OoF+DDu9ukzH0Bqf355s9OHnLMNmqQ0F2jjDJIcrrM+H0Ail6v/KUoe3cECpl85XecDTDv/x4zoDg4ccSAocEQCBI5IgMARCRA4IgECRyRA4IgECBwnp52BmQNNcZS/+1hp4/yf7BZ9IpUwzRyQMwftXUHumFMouX4JIED09fvsD0AtJE3RNg1X/jPTJ6IWNznaxvYrgU+oBnFPaAFcxU88CmCPn3hUkE8RSHD2+OQvEWT6Z7M0Com7BuQSygQiR2zA1Yi1/KuXAN/i22bruCspGUMHT6In0nUV7ZIDKmMnrFRNnUulaF72PJAgl3VXpZObgZrLBGh6E0gerccVyoed7dq4n3ETD+2SgXz0tq0BqQn66HbXQU3e5DGw6uJ8QvEyuQt0M1jW4epi/bpoVwtype5zE9kWboq75VoOTHdw6E8B851+i8fIOB8gcMSRwMARCRA4IgECRyRA4IgECByRAIEjEiBw6ItDi81Spwf3fuCThE8N+HhE28VzrY32TaURKgIUC6N8tntvVwHjQztdrpz71YC01Wzljes1jp35KYvDXoZe6xogI5cA+MWh8hJOH492jzk3PgrYdPltDWHPv18N2NLoGctre41iVyVw9UDdlqbXFujqQ8E+26m7lmDbFoj6zaRx58Cmx72FuzvnfhvS8z63umkTQ+5aWF4Zh1ufSJpm2WFsc1gn9TBNCeBfAUmDuH45kKvQJ3332n57+q7YLgK460A2oJsAMoEsBGj2FFBVQBuPVaLo4LWT9iml3wZVvtveQ0ipr+bS4grO7yAgpV/E5O8BXJqrvRuk9c1mLhvOB5AqQL+BkYovZ04qoqRDLZp72hdnAjcBpRIcGBtIHDTW4AfJvAfla2/8commlwA/XzU5t4iQr4JdYvtVL18Ov2tw9yltkp72L7Vx3wOwiPMBVPScb0xaOEQCBI44FBw4IgECRyRA4IgECByRAIEjEmDcmLPHKnM+gAuSv8qn6L2O/u5Jo3vuEsdg94yVvT4fQILkMfcZJSw8dqseC0zt6Lq4Sl4enjiXv7oNbIsvaZ8SqoEgNVvu3X7rg43q0sh2b//2HWgGJI+dK3ZiDaeetXk7pcWj5CX1L+mxgL8HsE06kP1V1aWhzaSFrOW4p03Z9zAg+Pr6kgZnuXS59N0rm2cS5vsCqips+gZu8xKSNIhbSP2WQLsXb7ffQkIyo6uH8Ncs7RFwzKh6ANVR2CZrrjcJuJ2tXa+OidKD8D2E/smFGE8r5lLQe48ZMb9+CTgoM8V14FkHn0334nEgzgfw8fa7t4eQUc0F4KdUyFVfXYTsu4sUIZOGUjVE2wk1EwHvDSRrB+7jLLXdBI7D2eo3a7HtjabPTSQAB0Fnxrg+iO5gHTPTNR8XIgECRxwKDhyRAIEjEiBwRAIEjkiAwDF7BEhny1u26DAJ4OfLllw25CW1hUhxeCxP4tPeB2Fm0Gy7eJ/tpBOsdMjPIQqSpGK4tlvWV1igN4B3gU4AeZRaHu0uWnWKQ5YCVA6U8mv3sq5/pQxxaIlffGu3qbra+/i9an7BURFA3+69jsofbtsyPUGSm/8DNi25a8+6/g+wIqydLVLn09dnFJha/LaPCA7FULDf6nYJxVwbm/nNuThmL+L6LZ2tS8xw5vYR0lvOg4I6JSxB3Uwm7FMZ/CZE2CeVmQSyTcngc+jaPkEn+IK9Ar4LqhdGqFVm32DE/dYL39dK2OQZBah2H1E4gvld+fX8+Lw2IgIAtz+A38r1ul/evUONJM1uHuUQurbE61wB9w5CgcL/hRH6rNjq+7hhv4voBv/tI4LCrM0HmJT5IyyYNQJEHDNmzxcQcayIBAgckQCBIxIgcCwSAfqlJ6A/Ef0nsZQfzd63OtPICDDMK24Xw9aaXnZ4+l0g3NBmCzQ1Yh975fc9Nna/Ez1O4ld4FEc4wqP4FUuBvjP3a7l0zZKGXe6KCTxnHHIKxtwOoqs0oAENSUUVtjo/JFgOKj+3tbhqCF57doyor8lHmrRPJvqN5HoOudytGfHXDPkSrRPREi0R0TotCTXAp1GHVEP+EjXEtncZyxAFk+8BAO5YJnPcxpdxD0CK2+W5O7hgZeMXLCOKy+W3o5rsJr4htL89ZBtLZNgHYU9LYQ9bSg8AbBlyN95Xcpfl0Ix/H8t4EEAf942wej6BLUbim5suL5+XsYb3y++lpoIA9/NPdRqGmuV7AH6EI3G2z1L+ecMa4qNC7Ct4D9uC/JLmSr6kUDHD2woFtvC2ISWoizP5FYYfxS/K759g8/AgPoEEp4RcXhRkpkeSl/MvoE4YLc0IXpj/D/DP6unqWnboUPAjHNXC6FnICLAiaLO1G8DVAwBvlRQgXMJbTIiCAnXzZ0iNz3rufl3M6Qb+G38I4B+xwcZ/GygpxOdgK++p9N7qOFCY/4+wrFPA936WM3+9AgG5o8razk9ZmasHKCgAi/mRpw7rTd5549PEEn6efzvLSB/Eu9jAfQAbeBcP4f8MuTkLqe0yU3dH7wrxOfxN7Vxm/i/gQQD/AADFBdz/MbBufrOAp3AKp7CMU9ZO8gE8gAcAcC3spsP8QA9v4RIu4S3LdM4+DjDEEAct7/OX8Vv5sVzLXw9nQPgFNrCBEyCcEaeUblmMf075s2EJLrhCfIs5l5H+Bj6G7wAALuBOJmj/RFsv4rIzzg+FkK4eoIcDIG/7B0z19zU5R4HfMD7NKspayQayOyK9n3gY9wH8pPx9HxvCjKIuHfxRxxD8hNmf5OXL7s9K86N8DEwdj1HuR5iXNfnL1scV+2PMjQk+BhYPSdWnLRd95hGQe4hzPeg1fQwGjayl9wmhlpDXXzwEDtSzs+MO7gP4HeX3e5YbqcmCAJxXWvr4tWeYztSUNbyvtX7E+QDBY5F8AREtEAkQOCIBAkckQOCIBFgsvIJXmkXQCZCC4FqYbQeVjoyujxZ9cB71LeXxte5vGxqPvUNDvm3IuUEn1Vu+NgE5APylo34GGLSut9P4Cr6C045QI4wwKn8pdZISUZ/6RJTWBhF2aSkfRrhG6zRkh0Fu5AMR23TDkMuebPPos+G3FE82EdEWOxBSHPX47oGcLMw6rdP6hORFmGxQx5QMqBiQS83hmtw6RNuEvHQpo/suERHdFWu3GEwa0TkCQU+gn4+h1dUT9RqNg3FyENGf5X9XrRXUp2wCSt+iH5YUXAYmAv07ge4R6N+InzJBtJ5L1gU5RPlpWqLTFnlR/SMaNa7BAtusfLsWe5tNf0hEI0qrkUTVHVw4Kfew1WqjFnWuAO85fAL7+DF+gJ/jPYtPsI89XMIbVpduF/wTfhffwwa+hyfwL9ZQ2Vj6hijXxyx1/LLmJ6wwwk0AyP/X6+9Q+8WDn21x1uMMAHwJwEp+eUzxAcoe4IYxmt6nG417ALWDs/UAV4noL4joFbaF9InY1j+uHuBvCfRdAn2Llpj0H3X0AIUcotzeA4y03JmXgIGS6wyDRuX7qib7KlOD5+hcPXUziX5OhHr1j4MAn6HfpM/R+fyvifn1WXE2AqRElFKaXy9N+XeI6Nv539/V5EX5bNfwSv64Q87Hr6692XG+IQFMd10q1JDsatLOmwrUT122RENCyaEBE0ImQN1f18T8ZvFkAvDys/Rdeph26WH6e/q0IV+t5W5trPLK/LAeuolTUW6T3s1vBE35iIpr/25bAsBxUJ6N1DM8b+C+Vb5lVDD3FJCWRecJYidghsccuesih8P8Pi73ggIpI3uKPsxv/LbpQ3qKIcBVGtXj+ibvNqh+H8rfg0qTlmXzmxTYqkld07plORFRz2GcLvKR0/yux8CKAqkl9nPl9+dqsa09kK87eB3v+gWM6IgBoHvsx4QRAOCWeTrOBwgc0RcQOCIBAkckQOCIBAgc4REgcxsPGMmgfDZ61EOPbTfFOburVgmwXlbAemt9NLUqSEHYyb/vwDar4Vq+qHS3RoHfxy4u4zI+hU/hh/h0LWZWO1fzX9mepeq+55v4LAhP4AkQPovNWnx5+4ph7cF+6JC7QgxraRgjQObZdSLapSEN6ZAqpwc34CENZpAzRPtjlOdrnR1UybBDoB1rLorhkHPsUNep8vgYOxa6Q8M8B5meAZO+fRyv8FKklmEw+UwVO7XoycYa+7k3B0z51BjrxXc1QDZKvENEh1YjTpMAxVgWn0Zh9uqzruGaONZ5gj5CCSX0ETrBGmRIIKJB6dPncicTQPWHmCuXMm9Iv6zjOgGgzaKoEyDTul2OyXIEOEOr+cEQYJhX4w4748dFAHJWgdu4cvx1Rcb1UDuKnDN/KuonSspjjUn9eh5rlx9SpWz3kOLgCWBPn8oZV7wGKn2cQwKdYwkAhQB8n7JOm7RZ+isZAuzkVcdP+XIxXA7RTMoTyOVTk1p/NeMpw8CQf5uI1vKD6DqjYVC6bLn0iU53IsBD+dmHyv9m7KL/GhLROUsPYK+/PhGdoTO0Smdok4iuZefV9wV8gBQ38fn8FknecR9OubSbuFvKpbBe7mOSrdE38U38cfn9+/g9TZYqM56AK/UxcazjS8qvl/EzIfWslszyrwD4EADwS2aDGcKKNs/KfMHFI9p5ws8MuT5f6Ca+bMzayrbwzybL7jHb+RMeB/BfAID/VGpX62APaUhD2qXZvAksWh+fxjfL1p/hrhG3n7f71Kp/s2w759jUd+gqUd4Odxh59vmQ5UbPnGhjtt/H6DHjv9x/NL8HGFKfNmmTNolos34JUK+xNvPP/lPAXSrmxnLVM3CksEPbtM1Op0IeO6MQRwESfpln12ohhrUOfGjEPFc7mt0DEA3Lw0IA31Y4LQLIR6q0+rtkes2z1uFTOlv+s57lkFIqbieTWtzP02eoJ9QSEZT7DF22lD8FZP/NbejqBDEpMhSlaum0MkZ3sIqH8BKAF/E/rHSEFdzM32aQ4n/xa9qbDVz3SIC+meUk5j23QCRA4AjPFxChIRIgcEQCBA6TAEPrfuEXcau8obwlbokaMU/QHhRuExHRbeYB5ou1h5AvTuVhLx5jPtQfz5TGfcYIdlF7eixwkVG4R0R71uR+6jkgA48Qx3/sKfTfm3puJkCA21T4nMw+4DWWAK8xCuWBoNowhNX8HEncy6tcIVxyor1yuGiPlfvlf46O6uszmoH1PsCGpgQAgV24WTd/vZ9Q19byBnSFGBHR07RET1s1+JVuQQmQXf8Lr7PeB+gFl6phm2zLwlTz7zKSQfnJXyZcxkFu+DQnAid/Ov/2tKBhT0hjgQkwIBOqAfwJwHfeuqZ7jEeuiGczvy8BUrL3MVSOsNf99RXsBOgT0R7t0R75+BXm5DArwPzelACuozBS3fyZ2W3mn4UeYIFvAqv2nyp+58oMX2cJ8HVGoasHsB1qD8THn/49gJuCc3hwRasX8ilW+hSj0FU5dqnU+nUDj1qH6PoUkIWZutHGT4A91sBqFTxfkz5vNeNASFCiR9ve43iPBSOAvzv4SQzx5/n3r+EN/Ou0xzCnhLbvAppRxPkAgSN6AwNHJEDgiAQIHJEAgSMSIHBEApgYgFpL5xAqAYjZNkEHYVyvhJgWbgjvNgeAAXZbS+cTxigd0a4wGqd6A0xJES+1ahjQbu4IGtCuoAGEfHmTLt/WNLVx1w4cg80Dj9hFDdi1zNXBV5/NhBIB1Hj1ah6UcQb5CntZg50Atvg+BJCksqOnLl2QIWFbIflpHS4CZCasfutSEErjuTTYCGCP7yZAUxPbpfwGDHN58DeBd3AB32hxPbmDC7iAbJ3cBWXMPFHOXhB3wi002OCKfzxYJG9AjeWLfA/gOgK8B1CdQYQ7eElsX5Szv/icL6hPLrbcZ/f57aRziegNNDHArmBiWTqHiAQIHHEkMHBEAgSOSIDAEQkQOCIBAodJAFJeLB4RACoCpPlWqWdx1rLXfjZ0dM0ijZhLFARIcVhuDvMIDlkjb+ACvoYXcejxQglzeGHbGIHcPmZ5hA15je0Q0V8RiOhFyvbFtY0ep+JewtWovOt3/1jl8bAchVGJ7hEI9CINCHSPbG+n3qFzlDllU6tSfqfapXw79dP5n7nT7WmSNlwv5CTKl8q/pdYOocCOkwCA8wDeBAC8BAB4Exs4X9vKdAObuIkreASXcIgruN6oq/mk0ukkqI9Afzz/S8Avvzqd/30S/ObyHwewkstXFmu8fpLIfAEpDnFfedHRPWxgRdsJt0CKQ9zBBezgClvJlO9UX9+t/re13/9h7JU7aXmEDXlXsEvVoukR8Zu4ZL7w7H0VtpfK2ObL6O8Wr883mrQ8Hpaj8AZm78O4jzfxLDbAv5Gjmg1wAWDcomrrX7A1tIuLyh28jmv5g+AbuBZfFh8K4nyAwBF9AYEjEiBwRAIEjkiAwFERwPU+gK7yJ3G9lF/Hk8cun3T5pi1vi1yn630AXeWubeYmLZ90+aYtb31kHxeJQ/U+gK5y10aTk5ZPunzTlnc4skvA5bJDSJQRvMvMNxWm/IU8boIXDPmzin4wZ5/l1FvkSYv4l9n4XPlc5Vfz3zz+20iUELb4klzNBW+VhsgGgqrRoKT2S5dzGSnkCYDnAbyunRmffp/4bv1qiKbxE/ALzKjBb1K01OV/AgD4a2v9FWc38Q7GskhNJYD+Lup6Blxy4AW8DuB5vCZWsK2C3PoTVpuvAdz6ZQJ0r5+kPN9O/jjeUcw/FgKc7K5CwYfK/+YgZ48gQ12O3kZDony2iU8ecV1usj8VZI/jnmb+sWDcl4ARgFtofwno3sXb81fX0K4Ll/T79SCuHsqW/uO4p5l/DD1AdhP4Kit7lfkmyZ8HcBM382+q/HUlFjFnX1ekLjlEOVi5nn+qnX1Vk7jkbeunKB+1lr+jmZ9PtSmCeAyb9mPopOWdxwEWfyBm2gNRk5Z3JgDoSbpeKr9OT9aCdpVfpFul/BYziDFp+aTLN215yyNOCAkc0RsYOCIBAkckQOCIBAgckQCBIxIgcKjOoLrTUcesyyNaQPcGLpffjtjQXeURM4f6JaCb6Y6cGrq13KSzhggNJgFcBjzCkShfxpHSD9ThMqA6JYoDtfT1R1hgEmAZEA24jGVRfoRlkSAEecJE7qGwIq47HjPql4DlFlr02LKGbu3XRaCIhtDfF6BJamFnXR7RAtEbGDjiQFDgiAQIHJEAgSMSIHBEAgSOSIDAMb8E6MUBoXFAJ0D3cTZCH4T+xPPdwz5WJ55KANAJsJr/TRuu1p2Z/2Da2VwE6ATYz/+mC1frjuYfI3x7AEKv9tcMzKokFpl57TQszB/vAcYCfUbQPhLss26WhPlrhi2vUIX5V0X5QbwHGBd0Akg9wGppmuKvWSe8VztTJ1FP0c9RTDd/vAiMAbPUA0TzTwG+PUB3uN/f0cz8PUu4iEbw7QGOA1Lvwpk/3gOMAfqEkB4O0JvJzpXyTt/8jOiIOCMocMyvLyBiLPh/gj9Qphd3t8gAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTMtMDItMDFUMDU6MzM6MTAtMDg6MDApYMCSAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDEzLTAyLTAxVDA1OjMzOjEwLTA4OjAwWD14LgAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAASUVORK5CYII=");
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}

.ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}

.ui-datepicker th {
  padding: 0.75em 0;
  color: #fff;
  font-weight: normal;
  border: none;
  border-top: 1px solid #333;
  border-top: 0.0625rem solid #333;
}

.ui-datepicker td {
  background: #f1f1f1;
  border: none;
  padding: 0;
}

.ui-datepicker td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding: .5em;
  margin: 0;
  font-weight: normal;
  color: #333;
}

.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
  background: #0074a2;
  color: #fff;
}

.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
  opacity: 1;
  color: #999;
}

.group-select {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.group-select .form-select {
  opacity: 0;
}

.group-select .form-select .btn, .group-select .form-select .vf-more-link > a {
  opacity: 0;
}

.group-select .selected-option {
  position: relative;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  font-size: 1rem;
  line-height: normal;
  color: #1A1A1A;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  padding: 8px 30px 8px 16px;
  padding: 0.5rem 1.875rem 0.5rem 1rem;
}

html[dir=rtl] .group-select .selected-option {
  padding: 8px 16px 8px 30px;
  padding: 0.5rem 1rem 0.5rem 1.875rem;
}

.group-select select {
  opacity: 0;
  width: 100%;
  height: 42px !important;
  height: 2.625rem !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border: none !important;
}

.group-select select option {
  opacity: 0;
}

.group-select select:hover {
  cursor: pointer;
}

.group-select:hover {
  cursor: pointer;
}

.selected-option {
  position: relative;
  display: block;
}

.selected-option.is-invalid {
  border-color: #dc3545;
}

.selected-option.is-valid {
  border-color: #48A800;
}

.selected-option:after {
  content: "\e946";
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'vactory';
  font-size: 20px;
  font-size: 1.25rem;
}

.form-type-processed-text,
.form-type-webform-markup {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1.17px;
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-type-processed-text h2,
.form-type-processed-text h3,
.form-type-processed-text h4,
.form-type-processed-text h5,
.form-type-webform-markup h2,
.form-type-webform-markup h3,
.form-type-webform-markup h4,
.form-type-webform-markup h5 {
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 1px;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

[type='range'] {
  -webkit-appearance: none;
  background: transparent;
  margin: 12px 0;
  margin: 0.75rem 0;
  width: 100%;
}

[type='range']::-moz-focus-outer {
  border: 0;
}

[type='range']:focus {
  outline: 0;
}

[type='range']:focus::-webkit-slider-runnable-track {
  background: #fbfbfc;
}

[type='range']:focus::-ms-fill-lower {
  background: #eceff1;
}

[type='range']:focus::-ms-fill-upper {
  background: #fbfbfc;
}

[type='range']::-webkit-slider-runnable-track {
  cursor: default;
  height: 8px;
  height: 0.5rem;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  -webkit-box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2), 0 0 0.0625rem rgba(13, 13, 13, 0.2);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
          box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2), 0 0 0.0625rem rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border: 0.125rem solid #cfd8dc;
  border-radius: 5px;
  border-radius: 0.3125rem;
}

[type='range']::-webkit-slider-thumb {
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  -webkit-box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 0.25rem rgba(13, 13, 13, 0.2);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
          box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 0.25rem rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border: 0.125rem solid #eceff1;
  border-radius: 12px;
  border-radius: 0.75rem;
  cursor: default;
  height: 24px;
  height: 1.5rem;
  width: 24px;
  width: 1.5rem;
  -webkit-appearance: none;
  margin-top: -10px;
  margin-top: -0.625rem;
}

[type='range']::-moz-range-track {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2), 0 0 0.0625rem rgba(13, 13, 13, 0.2);
  cursor: default;
  height: 8px;
  height: 0.5rem;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border: 0.125rem solid #cfd8dc;
  border-radius: 5px;
  border-radius: 0.3125rem;
  height: 4px;
  height: 0.25rem;
}

[type='range']::-moz-range-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 0.25rem rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border: 0.125rem solid #eceff1;
  border-radius: 12px;
  border-radius: 0.75rem;
  cursor: default;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
}

[type='range']::-ms-track {
  cursor: default;
  height: 8px;
  height: 0.5rem;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 100%;
  background: transparent;
  border-color: transparent;
  border-width: 12px 0;
  border-width: 0.75rem 0;
  color: transparent;
}

[type='range']::-ms-fill-lower {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2), 0 0 0.0625rem rgba(13, 13, 13, 0.2);
  background: #dde3e6;
  border: 2px solid #cfd8dc;
  border: 0.125rem solid #cfd8dc;
  border-radius: 10px;
  border-radius: 0.625rem;
}

[type='range']::-ms-fill-upper {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(13, 13, 13, 0.2);
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.2), 0 0 0.0625rem rgba(13, 13, 13, 0.2);
  background: #eceff1;
  border: 2px solid #cfd8dc;
  border: 0.125rem solid #cfd8dc;
  border-radius: 10px;
  border-radius: 0.625rem;
}

[type='range']::-ms-thumb {
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2), 0 0 4px rgba(13, 13, 13, 0.2);
  box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.2), 0 0 0.25rem rgba(13, 13, 13, 0.2);
  background: #607d8b;
  border: 2px solid #eceff1;
  border: 0.125rem solid #eceff1;
  border-radius: 12px;
  border-radius: 0.75rem;
  cursor: default;
  height: 20px;
  height: 1.25rem;
  width: 20px;
  width: 1.25rem;
  margin-top: 2px;
  margin-top: 0.125rem;
}

[type='range']:disabled::-webkit-slider-thumb {
  cursor: not-allowed;
}

[type='range']:disabled::-moz-range-thumb {
  cursor: not-allowed;
}

[type='range']:disabled::-ms-thumb {
  cursor: not-allowed;
}

[type='range']:disabled::-webkit-slider-runnable-track {
  cursor: not-allowed;
}

[type='range']:disabled::-ms-fill-lower {
  cursor: not-allowed;
}

[type='range']:disabled::-ms-fill-upper {
  cursor: not-allowed;
}

.skinned-file .form-managed-file {
  position: relative;
  width: 100%;
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
  padding: 0 25px;
  padding: 0 1.5625rem;
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  -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) {
  .skinned-file .form-managed-file {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.skinned-file .form-managed-file.is-invalid {
  border-color: #E30613;
}

.skinned-file .form-managed-file span.file {
  height: 38px;
  height: 2.375rem;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border: 0.0625rem solid #C7C7C7;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  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;
  width: 100%;
}

.skinned-file .form-managed-file span.file:after {
  content: "\e992";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-family: 'vactory';
}

.skinned-file .form-managed-file span.file ~ .form-type-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}

input[type="button"]#file-upload-button {
  float: right;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-left: 1px solid #ced4da;
  border-left: 0.0625rem solid #ced4da;
  margin: 0;
  line-height: 1;
  height: 38px;
  height: 2.375rem;
}

.skinned-file .form-control[name="files[file]"] {
  padding: 0 0 0 0.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  min-height: 38px;
  min-height: 2.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.skinned-file .form-control[name="files[file]"]::-webkit-file-upload-button {
  float: right;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-left: 1px solid #ced4da;
  border-left: 0.0625rem solid #ced4da;
  margin: 0;
  line-height: 1;
  height: 38px;
  height: 2.375rem;
}

.skinned-file .form-check {
  margin-bottom: 0;
}

.skinned-multiple-file .managed-file-placeholder {
  display: none;
}

.skinned-multiple-file .form-control[multiple="multiple"] {
  padding: 0 0 0 0.75rem;
  line-height: 38px;
  line-height: 2.375rem;
  min-height: 38px;
  min-height: 2.375rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.skinned-multiple-file .form-control[multiple="multiple"]::-webkit-file-upload-button {
  float: right;
  padding: 0.375rem 0.75rem;
  color: #495057;
  background-color: #e9ecef;
  border: none;
  border-left: 1px solid #ced4da;
  border-left: 0.0625rem solid #ced4da;
  margin: 0;
  line-height: 1;
  height: 38px;
  height: 2.375rem;
}

.skinned-multiple-file .form-check {
  margin-bottom: 0;
}

.skinned-file .form-managed-file, .skinned-multiple-file .form-managed-file {
  position: relative;
  width: 100%;
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  padding: 0 1.5625rem;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border: 0.0625rem solid #C7C7C7;
  border-radius: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -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) {
  .skinned-file .form-managed-file, .skinned-multiple-file .form-managed-file {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.skinned-file .form-managed-file.is-invalid, .skinned-multiple-file .form-managed-file.is-invalid {
  border-color: #E30613;
}

.skinned-file .form-managed-file span.file, .skinned-multiple-file .form-managed-file span.file {
  position: relative;
  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;
  width: 100%;
  padding: 0;
  border: none;
}

.skinned-file .form-managed-file span.file:after, .skinned-multiple-file .form-managed-file span.file:after {
  content: "\e992";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-size: 1.25rem;
  color: #000000;
  font-family: 'vactory';
}

.skinned-file .form-managed-file span.file ~ .form-type-submit, .skinned-multiple-file .form-managed-file span.file ~ .form-type-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  opacity: 0;
}

.skinned-file input[type='file'], .skinned-multiple-file input[type='file'] {
  z-index: 2;
  min-width: 14rem;
  margin: 0;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.skinned-file input[type='file'] ~ .form-type-submit, .skinned-multiple-file input[type='file'] ~ .form-type-submit {
  opacity: 0;
}

.skinned-file input[type='file']:not(:disabled):hover, .skinned-multiple-file input[type='file']:not(:disabled):hover {
  cursor: pointer;
}

.skinned-file .webform-managed-file-placeholder, .skinned-multiple-file .webform-managed-file-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0;
  height: calc(3rem + 2px);
  height: calc(3rem + 0.125rem);
  padding: 1.5rem 1rem;
  line-height: 1;
  color: #1A1A1A;
  font-weight: normal;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0;
}

.skinned-file .webform-managed-file-placeholder:hover, .skinned-multiple-file .webform-managed-file-placeholder:hover {
  cursor: pointer;
}

.skinned-file .webform-managed-file-placeholder::after, .skinned-multiple-file .webform-managed-file-placeholder::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  content: "Choisir un fichier";
  padding: 1.5rem 1rem;
  height: 100%;
  line-height: 1;
  color: #1A1A1A;
  border-left: 1px solid #E5E5E5;
  border-left: 0.0625rem solid #E5E5E5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EAEAEA;
  border-radius: 0;
}

html[dir=rtl] .skinned-file .webform-managed-file-placeholder::after, html[dir=rtl] .skinned-multiple-file .webform-managed-file-placeholder::after {
  right: auto;
  left: 0;
  border-left: none;
  border-right: 1px solid #E5E5E5;
  border-right: 0.0625rem solid #E5E5E5;
  content: 'اختيار ملف';
}

html[lang="en"] .skinned-file .webform-managed-file-placeholder::after, html[lang="en"] .skinned-multiple-file .webform-managed-file-placeholder::after {
  content: 'Choose a file';
}

.skinned-file:lang(en) ~ .managed-file-placeholder::after, .skinned-multiple-file:lang(en) ~ .managed-file-placeholder::after {
  content: "Browse";
}

.skinned-file + .messages--error.file-upload-js-error, .skinned-multiple-file + .messages--error.file-upload-js-error {
  color: #E30613;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .skinned-file + .messages--error.file-upload-js-error, .skinned-multiple-file + .messages--error.file-upload-js-error {
    margin-left: 35%;
  }
  html[dir=rtl] .skinned-file + .messages--error.file-upload-js-error, html[dir=rtl] .skinned-multiple-file + .messages--error.file-upload-js-error {
    margin-left: 0;
    margin-right: 35%;
  }
}

@media (min-width: 992px) {
  .skinned-file.title-inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .skinned-file.title-inline .form-managed-file {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
  }
  .skinned-file.title-inline .webform-element-description {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    max-width: 60%;
    margin-top: 16px;
    margin-top: 1rem;
    margin-left: auto;
  }
}

.page-404,
.page-403 {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  margin-top: 0 !important;
  text-align: center;
}

.page-404 h2,
.page-403 h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 50px;
  line-height: 3.125rem;
  letter-spacing: 2.5px;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.page-404 p,
.page-403 p {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  letter-spacing: 1.5px;
  color: #7A7A7A;
}

.page-404 p:not(:last-child),
.page-403 p:not(:last-child) {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media (min-width: 992px) {
  .page-404,
  .page-403 {
    padding-top: 80px;
    padding-top: 5rem;
    padding-bottom: 80px;
    padding-bottom: 5rem;
  }
  .page-404 h2,
  .page-403 h2 {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 58px;
    line-height: 3.625rem;
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
}

.bg-turn {
  display: none;
}

/* disable orientation: landscape for mobile */
@media screen and (max-width: 768px) and (orientation: landscape) {
  .touchevents body.interstitiel-mode {
    position: fixed;
  }
  .touchevents body.interstitiel-mode .bg-turn {
    display: block;
    background: url(../img/iphone-landscape@2x.png) no-repeat center center #fff;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
  }
}

/* disable orientation: portrait for tablet */
@media screen and (min-width: 768px) and (max-width: 992px) and (orientation: portrait) {
  .touchevents body.interstitiel-mode {
    position: fixed;
  }
  .touchevents body.interstitiel-mode .bg-turn {
    display: block;
    background: url(../img/ipad-portrait@1x.png) no-repeat center center #fff;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
  }
}

.touchevents body.interstitiel-mode .bg-turn .close-interstitiel {
  cursor: pointer;
  position: absolute;
  top: 50px;
  top: 3.125rem;
  right: 50px;
  right: 3.125rem;
  font-size: 40px;
  font-size: 2.5rem;
  color: #000000;
}

.maintenance-body {
  height: calc(100vh - 72px);
  height: calc(100vh - 4.5rem);
}

.maintenance-body h1 {
  border-bottom: 1px solid #000000;
  border-bottom: 0.0625rem solid #000000;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.maintenance-body h1 a {
  display: inline-block;
}

.maintenance-body h1 img {
  max-width: 170px;
  max-width: 10.625rem;
}

.maintenance-body header {
  background-color: transparent;
}

@media (min-width: 992px) {
  .maintenance-body {
    height: 100vh;
  }
  .maintenance-body main {
    margin-bottom: 50px;
    margin-bottom: 3.125rem;
  }
  .maintenance-body h1 {
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }
  .maintenance-body h1 img {
    max-width: 270px;
    max-width: 16.875rem;
  }
}

.vf-user-navigation--wrapper {
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.form-or-separator--text {
  background-color: #FFFFFF;
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #979797;
  margin: 0;
}

.vf-user-login-form,
.vf-user-register-form {
  max-width: 737px;
  max-width: 46.0625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
  padding: 30px 10px 30px;
  padding: 1.875rem 0.625rem 1.875rem;
  border-color: #3D83B5;
  background-color: #FFFFFF;
}

@media (max-width: 575.98px) {
  .vf-user-login-form .login-buttons button, .vf-user-login-form .login-buttons a,
  .vf-user-register-form .login-buttons button,
  .vf-user-register-form .login-buttons a {
    margin-bottom: 15px;
    margin-bottom: 0.9375rem;
  }
}

.form-or-separator {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}

.form-or-separator hr {
  width: 100%;
  max-width: 723px;
  max-width: 45.1875rem;
  margin: 0 auto;
  border: 0;
  border-top: 2px solid #F0F0F0;
  border-top: 0.125rem solid #F0F0F0;
  padding-bottom: 34px;
  padding-bottom: 2.125rem;
}

.form-or-separator h2 {
  color: #000000;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: -0.31px;
  line-height: 35px;
  line-height: 2.1875rem;
  text-align: center;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.form-or-separator p {
  max-width: 601px;
  max-width: 37.5625rem;
  margin: 0 auto;
  color: #8A8A8A;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 28px;
  line-height: 1.75rem;
  text-align: center;
}

.block--socialauthlogin {
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.block--socialauthlogin .auth-link {
  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: 100%;
  height: auto;
  background-image: none;
  margin: 0 auto;
  text-rendering: optimizeLegibility;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  border-width: 2px;
  border-width: 0.125rem;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  max-width: 376px;
  max-width: 23.5rem;
}

.block--socialauthlogin .auth-link::before {
  font-size: 22px;
  font-size: 1.375rem;
  margin-right: 18px;
  margin-right: 1.125rem;
}

.block--socialauthlogin .auth-link[href*="facebook"] {
  color: #36549C;
  background-color: #FFFFFF;
  border-color: #36549C;
  border-radius: 8px;
  border-radius: 0.5rem;
}

.block--socialauthlogin .auth-link[href*="facebook"]:hover {
  color: #FFFFFF;
  background-color: #36549C;
}

.block--socialauthlogin .auth-link[href*="facebook"]:before {
  content: "\e976";
}

.block--socialauthlogin .auth-link[href*="google"] {
  background: #fff !important;
  border-color: #c4c4c4 !important;
  color: #484848 !important;
}

.block--socialauthlogin .auth-link[href*="google"]:before {
  content: "\e92a";
  color: #dd4e42 !important;
}

.block--socialauthlogin .auth-link[href*="google"]:hover, .block--socialauthlogin .auth-link[href*="google"]:focus {
  background: #fff !important;
  border-color: #aaa !important;
  color: #484848 !important;
}

.vf-user-login-form .skinned-control.checkbox,
.vf-user-register-form .skinned-control.checkbox,
.user-edit-profile .skinned-control.checkbox {
  padding-left: 0;
}

.vf-user-login-form .input-icon .form-group.form-item,
.vf-user-register-form .input-icon .form-group.form-item,
.user-edit-profile .input-icon .form-group.form-item {
  position: relative;
}

.vf-user-login-form .input-icon .form-group.form-item > label,
.vf-user-register-form .input-icon .form-group.form-item > label,
.user-edit-profile .input-icon .form-group.form-item > label {
  display: none;
}

.vf-user-login-form .input-icon .form-group.form-item input,
.vf-user-register-form .input-icon .form-group.form-item input,
.user-edit-profile .input-icon .form-group.form-item input {
  height: 57px;
  height: 3.5625rem;
  border: 2px solid #F0F0F0;
  border: 0.125rem solid #F0F0F0;
  background-color: #F8F8F8;
  border-radius: 8px;
  border-radius: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 16px;
  font-size: 1rem;
}

.vf-user-login-form .input-icon .form-group.form-item input:focus,
.vf-user-register-form .input-icon .form-group.form-item input:focus,
.user-edit-profile .input-icon .form-group.form-item input:focus {
  border-color: #3D83B5;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vf-user-login-form .image-widget .file--image, .vf-user-login-form .image-widget .file-size, .vf-user-login-form .image-widget .form-type-submit,
.vf-user-register-form .image-widget .file--image,
.vf-user-register-form .image-widget .file-size,
.vf-user-register-form .image-widget .form-type-submit,
.user-edit-profile .image-widget .file--image,
.user-edit-profile .image-widget .file-size,
.user-edit-profile .image-widget .form-type-submit {
  display: inline-block;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.vf-user-login-form .field--type-text-long .filter-wrapper,
.vf-user-register-form .field--type-text-long .filter-wrapper,
.user-edit-profile .field--type-text-long .filter-wrapper {
  display: none;
}

.login-form,
.registre-form {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
}

.login-form .login-input,
.registre-form .login-input {
  height: 57px;
  height: 3.5625rem;
  border: 2px solid #F0F0F0;
  border: 0.125rem solid #F0F0F0;
  background-color: #F8F8F8;
  border-radius: 8px;
  border-radius: 0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.login-form .login-input__icon,
.registre-form .login-input__icon {
  padding: 17px 15px;
  padding: 1.0625rem 0.9375rem;
  position: relative;
  height: 100%;
}

.login-form .login-input__icon:after,
.registre-form .login-input__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(155, 155, 155, 0.3);
  height: 25px;
  height: 1.5625rem;
  width: 2px;
  width: 0.125rem;
}

.login-form .login-input__icon i,
.registre-form .login-input__icon i {
  font-size: 20px;
  font-size: 1.25rem;
  color: #9B9B9B;
}

.login-form .login-input .form-group,
.registre-form .login-input .form-group {
  margin-bottom: 0;
  height: 100%;
  max-height: 100%;
}

.login-form .login-input .form-group label,
.registre-form .login-input .form-group label {
  display: none;
}

.login-form .login-input input::-webkit-input-placeholder, .registre-form .login-input input::-webkit-input-placeholder {
  color: #9B9B9B;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
}

.login-form .login-input input::-moz-placeholder, .registre-form .login-input input::-moz-placeholder {
  color: #9B9B9B;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
}

.login-form .login-input input:-ms-input-placeholder, .registre-form .login-input input:-ms-input-placeholder {
  color: #9B9B9B;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
}

.login-form .login-input input::-ms-input-placeholder, .registre-form .login-input input::-ms-input-placeholder {
  color: #9B9B9B;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
}

.login-form .login-input input, .login-form .login-input input::placeholder,
.registre-form .login-input input,
.registre-form .login-input input::placeholder {
  color: #9B9B9B;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0;
  line-height: 25px;
  line-height: 1.5625rem;
}

.login-form .login-input input, .login-form .login-input input:focus, .login-form .login-input input:active, .login-form .login-input input:hover,
.registre-form .login-input input,
.registre-form .login-input input:focus,
.registre-form .login-input input:active,
.registre-form .login-input input:hover {
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-form .login-forgot-password,
.registre-form .login-forgot-password {
  color: #3D83B5;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 18px;
  line-height: 1.125rem;
  text-align: right;
  font-weight: normal;
}

.login-buttons button, .login-buttons a {
  margin-right: 17px;
  margin-right: 1.0625rem;
  padding: 15px 43px;
  padding: 0.9375rem 2.6875rem;
}

@media (min-width: 768px) {
  .vf-user-login-form,
  .vf-user-register-form {
    padding: 30px 20px 30px;
    padding: 1.875rem 1.25rem 1.875rem;
  }
  .vf-user-login-form .input-icon.phone-icon .form-group.form-item:before,
  .vf-user-register-form .input-icon.phone-icon .form-group.form-item:before,
  .user-edit-profile .input-icon.phone-icon .form-group.form-item:before {
    content: "\e94c";
  }
  .vf-user-login-form .input-icon.mail-icon .form-group.form-item:before,
  .vf-user-register-form .input-icon.mail-icon .form-group.form-item:before,
  .user-edit-profile .input-icon.mail-icon .form-group.form-item:before {
    content: "\e91c";
  }
  .vf-user-login-form .input-icon.user-icon .form-group.form-item:before,
  .vf-user-register-form .input-icon.user-icon .form-group.form-item:before,
  .user-edit-profile .input-icon.user-icon .form-group.form-item:before {
    content: "\e90e";
  }
  .vf-user-login-form .input-icon.lock-icon .form-group.form-item:before,
  .vf-user-register-form .input-icon.lock-icon .form-group.form-item:before,
  .user-edit-profile .input-icon.lock-icon .form-group.form-item:before {
    content: "\e93c";
  }
  .vf-user-login-form .input-icon .form-group.form-item,
  .vf-user-register-form .input-icon .form-group.form-item,
  .user-edit-profile .input-icon .form-group.form-item {
    position: relative;
  }
  .vf-user-login-form .input-icon .form-group.form-item > label,
  .vf-user-register-form .input-icon .form-group.form-item > label,
  .user-edit-profile .input-icon .form-group.form-item > label {
    display: none;
  }
  .vf-user-login-form .input-icon .form-group.form-item:before,
  .vf-user-register-form .input-icon .form-group.form-item:before,
  .user-edit-profile .input-icon .form-group.form-item:before {
    content: "\e91c";
    font-size: 18px;
    font-size: 1.125rem;
    color: #9B9B9B;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 4px;
    left: 0.25rem;
    width: 46px;
    width: 2.875rem;
    border-right: 2px solid rgba(155, 155, 155, 0.3);
    border-right: 0.125rem solid rgba(155, 155, 155, 0.3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'vactory';
  }
  .vf-user-login-form .input-icon .form-group.form-item input,
  .vf-user-register-form .input-icon .form-group.form-item input,
  .user-edit-profile .input-icon .form-group.form-item input {
    height: 57px;
    height: 3.5625rem;
    padding-left: 60px;
    padding-left: 3.75rem;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
  .block--socialauthlogin {
    margin-bottom: 35px;
    margin-bottom: 2.1875rem;
  }
  .block--socialauthlogin .auth-link {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 25px;
    line-height: 1.5625rem;
    padding: 14px 42px;
    padding: 0.875rem 2.625rem;
    max-width: 376px;
    max-width: 23.5rem;
  }
  .block--socialauthlogin .auth-link::before {
    font-size: 22px;
    font-size: 1.375rem;
    margin-right: 18px;
    margin-right: 1.125rem;
  }
}

@media (min-width: 992px) {
  .vf-user-login-form,
  .vf-user-register-form {
    padding: 48px 41px 56px;
    padding: 3rem 2.5625rem 3.5rem;
  }
  .form-or-separator {
    padding-bottom: 55px;
    padding-bottom: 3.4375rem;
  }
  .form-or-separator hr {
    padding-bottom: 34px;
    padding-bottom: 2.125rem;
  }
  .form-or-separator h2 {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}

@media (max-width: 575.98px) {
  .vf-user-login-form .actions a, .vf-user-login-form .actions button,
  .vf-user-register-form .actions a,
  .vf-user-register-form .actions button,
  .user-edit-profile .actions a,
  .user-edit-profile .actions button {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.node.wysiwyg-templates .node__content .paragraph {
  border-bottom: 1px solid #495057;
  border-bottom: 0.0625rem solid #495057;
}

[data-contextual-id*="entity_subqueue"] {
  top: 46px;
  top: 2.875rem;
}

.contextual-region .contextual .contextual-links a {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.touchevents .contextual-region .contextual .contextual-links a {
  font-size: 16px;
  font-size: 1rem;
}

.view-filters, .views-exposed-form {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-bottom: 3.75rem;
}

.view-filters .form-row > div, .views-exposed-form .form-row > div {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin: 0 5px;
  margin: 0 0.3125rem;
  padding-left: 0;
}

.view-filters .form-row .form-control, .views-exposed-form .form-row .form-control {
  width: auto;
  min-width: 230px;
  min-width: 14.375rem;
}

.view-filters .form-row .form-group, .views-exposed-form .form-row .form-group {
  margin-bottom: 0;
}

.view-filters .form-row .form-actions, .views-exposed-form .form-row .form-actions {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.view-filters .form-row .form-actions .btn-reset, .views-exposed-form .form-row .form-actions .btn-reset {
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border: 0.0625rem solid #E5E5E5;
  font-family: "BebasNeueProBook", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2.46px;
  color: #1A1A1A;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.view-filters .form-row .form-actions .btn-reset:hover, .views-exposed-form .form-row .form-actions .btn-reset:hover {
  background-color: #E5E5E5;
}

.view-filters .form-row .form-actions .btn:first-child, .view-filters .form-row .form-actions .vf-more-link > a:first-child, .views-exposed-form .form-row .form-actions .btn:first-child, .views-exposed-form .form-row .form-actions .vf-more-link > a:first-child {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.view-filters .form-row .form-actions .btn:last-child, .view-filters .form-row .form-actions .vf-more-link > a:last-child, .views-exposed-form .form-row .form-actions .btn:last-child, .views-exposed-form .form-row .form-actions .vf-more-link > a:last-child {
  margin-left: 10px;
  margin-left: 0.625rem;
}

@media (max-width: 991.98px) {
  .view-filters, .views-exposed-form {
    margin-bottom: 40px;
    margin-bottom: 2.5rem;
  }
  .view-filters .form-row > div:not(.form-actions), .views-exposed-form .form-row > div:not(.form-actions) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .view-filters .form-row .form-control, .views-exposed-form .form-row .form-control {
    width: 100%;
  }
}

.view-search-filters .view__header {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding: 10px;
  padding: 0.625rem;
}

.view-search-filters .view-filters, .view-search-filters .views-exposed-form {
  margin-bottom: 0;
}

.view__empty {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
}

.vf-footer {
  position: relative;
}

.vf-footer::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/footer-motif.svg");
  background-color: rgba(255, 255, 255, 0.19);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  opacity: .5;
}

.vf-footer .container, .vf-footer .bar-tabs {
  position: relative;
  z-index: 1;
}

.vf-footer__top {
  background-color: #d8d8d3;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.vf-footer__bottom {
  background-color: #002C4C;
  padding-top: 40px;
  padding-top: 2.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.vf-footer__branding img {
  max-height: 65px;
  max-height: 4.0625rem;
}

.vf-footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.vf-footer__menu .menu__title {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 900;
  line-height: 60px;
  line-height: 3.75rem;
  letter-spacing: 3.38px;
  text-transform: uppercase;
  color: #002C4C;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.vf-footer__menu .menu__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  height: 0.25rem;
  width: 44px;
  width: 2.75rem;
  background: #3D83B5;
}

.vf-footer__menu .menu__link {
  display: block;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #002C4C;
}

.vf-footer__menu .menu__link:hover {
  text-decoration: underline;
}

.vf-footer__menu-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.vf-footer__menu-secondary li {
  margin-right: 40px;
  margin-right: 2.5rem;
}

.vf-footer__menu-secondary a {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  letter-spacing: 1.17px;
  font-family: "Avenir45Book", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.vf-footer__menu-secondary a:hover {
  text-decoration: underline;
}

.vf-footer__menu-secondary .block-social-media-links ul li {
  padding: 0;
  margin-right: 5px;
  margin-right: 0.3125rem;
}

.vf-footer__menu-secondary .block-social-media-links ul li a {
  background: #FFFFFF;
  padding: 0px 1px 0px 3px;
  padding: 0 0.0625rem 0 0.1875rem;
  border-radius: 50%;
  line-height: 13px;
  line-height: 0.8125rem;
}

.vf-footer__menu-secondary .block-social-media-links ul li a span.fa, .vf-footer__menu-secondary .block-social-media-links ul li a span.fab {
  font-size: 9px;
  font-size: 0.5625rem;
  color: #002C4C;
}

@media (max-width: 1199.98px) {
  .vf-footer__top {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
  .vf-footer__branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
  }
  .vf-footer__branding .navbar-brand {
    margin-right: 0;
  }
  .vf-footer__menu-secondary {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .vf-footer__menu {
    text-align: center;
  }
  .vf-footer__menu .menu__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .vf-footer__menu-secondary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .vf-footer__menu-secondary .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .vf-footer__menu-secondary li {
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .vf-footer__bottom {
    text-align: center;
  }
  .vf-footer .menu__title::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.vh-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: #FFFFFF;
}

.toolbar-horizontal.toolbar-fixed .vh-header,
.toolbar-vertical.toolbar-fixed .vh-header,
.toolbar-vertical .vh-header {
  top: 39px;
  top: 2.4375rem;
}

.toolbar-horizontal.toolbar-fixed.toolbar-tray-open .vh-header {
  top: 79px;
  top: 4.9375rem;
}

.toolbar-tray-open.toolbar-vertical.toolbar-fixed .vh-header {
  left: 240px;
  left: 15rem;
}

.toolbar-vertical:not(.toolbar-fixed) .vh-header.headroom--not-top {
  top: 0;
}

.vh-header .btn-search-overlay {
  outline: none;
  border: none;
  background-color: transparent;
  padding: 4px 6px;
  padding: 0.25rem 0.375rem;
  margin: 0 10px 0 5px;
  margin: 0 0.625rem 0 0.3125rem;
  cursor: pointer;
}

.vh-header .btn-search-overlay:hover {
  color: #3D83B5;
}

.vh-header__language-drop-switcher {
  position: relative;
}

.vh-header__language-drop-switcher .form-group {
  margin: 0;
}

.vh-header__language-drop-switcher .form-select.form-control {
  padding: 6px 20px 6px 6px;
  padding: 0.375rem 1.25rem 0.375rem 0.375rem;
  min-width: auto;
  width: auto !important;
  border: none;
  background-color: transparent;
  background-image: url("../img/select-arrow.svg");
  background-position: calc(100% - 12px) center;
  background-size: auto 5px;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  line-height: 1.25rem;
  text-transform: uppercase;
}

.vh-header__language-drop-switcher .form-select.form-control option {
  color: #000000;
}

.vh-header__language-drop-switcher .form-select.form-control:focus, .vh-header__language-drop-switcher .form-select.form-control:active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.vh-header__language-drop-switcher .form-select.form-control:hover {
  color: #3D83B5;
}

.vh-header__language-drop-switcher:after {
  content: "";
  width: 1px;
  width: 0.0625rem;
  height: 15px;
  height: 0.9375rem;
  background: #000000;
  display: block;
  position: absolute;
  top: 7px;
  top: 0.4375rem;
  left: -5px;
  left: -0.3125rem;
}

.vh-header h1 {
  line-height: 0;
}

.vh-header__navigation .navbar {
  padding: 0;
}

.vh-header__navigation .navbar-nav .dropdown-menu {
  top: 51px;
  top: 3.1875rem;
  border-radius: 0;
  border: none;
}

.vh-header__navigation .navbar-nav .dropdown-menu .nav-link {
  padding: 10px 28px !important;
  padding: 0.625rem 1.75rem !important;
  -webkit-transition: all ease-in .2s;
  -o-transition: all ease-in .2s;
  transition: all ease-in .2s;
}

.vh-header__navigation .navbar-nav .dropdown-menu .nav-link::before {
  color: #FFFFFF;
  left: 28px;
  left: 1.75rem;
}

.vh-header__navigation .navbar-nav .dropdown-menu .nav-link:hover, .vh-header__navigation .navbar-nav .dropdown-menu .nav-link.is-active {
  padding: 10px 28px 10px 45px !important;
  padding: 0.625rem 1.75rem 0.625rem 2.8125rem !important;
  background: #3D83B5;
  color: #FFFFFF;
}

.vh-header__navigation .navbar-nav .dropdown-menu .nav-link:hover::before, .vh-header__navigation .navbar-nav .dropdown-menu .nav-link.is-active::before {
  top: 13px;
  top: 0.8125rem;
}

.vh-header__navigation .navbar-nav .dropdown-toggle::after {
  position: absolute;
  right: 0;
  border: none;
  padding: 6px;
  padding: 0.375rem;
  background-image: url(../img/select-arrow.svg);
  background-position: center 6px;
  background-repeat: no-repeat;
}

.vh-header__navigation .navbar-nav .dropdown-toggle[aria-expanded="true"]::after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  background-position: center 0;
}

.vh-header__navigation .nav-item {
  margin: 0 5px;
  margin: 0 0.3125rem;
  position: relative;
}

.vh-header__navigation .nav-link {
  position: relative;
  height: 100%;
  padding: 2px 20px !important;
  padding: 0.125rem 1.25rem !important;
  color: #002C4C;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: "Avenir65Medium", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow: hidden;
}

.vh-header__navigation .nav-link::before {
  content: "\e903";
  font-family: "vactory";
  display: inline-block;
  position: absolute;
  left: 8px;
  left: 0.5rem;
  top: 6px;
  top: 0.375rem;
  font-size: 8px;
  font-size: 0.5rem;
  line-height: 1;
  width: 6px;
  width: 0.375rem;
  -webkit-transform: translateY(-15px);
  -webkit-transform: translateY(-0.9375rem);
      -ms-transform: translateY(-15px);
      -ms-transform: translateY(-0.9375rem);
          transform: translateY(-15px);
          transform: translateY(-0.9375rem);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.vh-header__navigation .nav-link:hover, .vh-header__navigation .nav-link.is-active {
  color: #3D83B5;
}

.vh-header__navigation .nav-link:hover::before, .vh-header__navigation .nav-link.is-active::before {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.vh-header .data-market-bloc,
.vh-header .data-market-block,
.vh-header .block-content--dfmarkethebdo {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .vh-header.vh-sticky {
    border-bottom: 1px solid #002C4C;
    border-bottom: 0.0625rem solid #002C4C;
  }
  .vh-header__container {
    padding-top: 17px;
    padding-top: 1.0625rem;
    padding-bottom: 17px;
    padding-bottom: 1.0625rem;
  }
  .vh-header__inner {
    padding: 0;
  }
  .vh-header__branding {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .vh-header__navigation {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .vh-header__search-btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .vh-header__language-drop-switcher {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .vh-header__branding {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .vh-header__branding .navbar-brand {
    margin: 0;
    padding: 0;
  }
  .vh-header__branding img {
    height: 45px;
    height: 2.8125rem;
  }
  .vh-header .navbar-collapse {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (max-width: 991.98px) {
  .vh-header__container {
    padding-top: 14px;
    padding-top: 0.875rem;
    padding-bottom: 14px;
    padding-bottom: 0.875rem;
  }
  .vh-header.active-layer--mobile {
    -webkit-box-shadow: 0px 4px 6px -6px #000000;
    -webkit-box-shadow: 0 0.25rem 0.375rem -0.375rem #000000;
            box-shadow: 0px 4px 6px -6px #000000;
            box-shadow: 0 0.25rem 0.375rem -0.375rem #000000;
  }
  .vh-header__inner {
    padding: 0;
  }
  .vh-header__branding {
    position: relative;
    margin-right: auto;
  }
  .vh-header__branding .navbar-brand {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .vh-header__branding img,
  .vh-header__branding h1 {
    height: 40px;
    height: 2.5rem;
  }
  .vh-header .vh-hamburger {
    margin-left: 5px;
    margin-left: 0.3125rem;
  }
  .vh-header .vh-hamburger .hamburger {
    outline: none;
    -webkit-box-shadow: 0;
            box-shadow: 0;
  }
  .vh-header .navbar-nav {
    padding-top: 40px;
    padding-top: 2.5rem;
    padding-bottom: 20px;
    padding-bottom: 1.25rem;
  }
  .vh-header .navbar-nav .nav-item {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
  }
  .vh-header .navbar-nav .nav-link {
    padding: 5px 0 !important;
    padding: 0.3125rem 0 !important;
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    line-height: 1.125rem;
    letter-spacing: 3px;
    white-space: normal;
  }
  .vh-header .navbar-nav .nav-link br {
    display: none;
  }
  .vh-header .navbar-nav .nav-link:before {
    content: none;
  }
  .vh-header .navbar-nav .nav-link.is-active {
    color: #3D83B5;
    padding-left: 20px !important;
    padding-left: 1.25rem !important;
  }
  .vh-header .navbar-nav .nav-link.is-active::before {
    content: "\e903";
    left: 0;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .vh-header .navbar-nav .nav-link.is-active.dropdown-item::before {
    left: 20px;
    left: 1.25rem;
  }
}

/* ------------------------ Header Animation Helpers ------------------------ */
@-webkit-keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes headerSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@keyframes headerSlideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@-webkit-keyframes headerNoSlide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes headerNoSlide {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

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

/*# sourceMappingURL=africa_bright.style.css.map */

/*# sourceMappingURL=africa_bright.style.css.map */
